@charset "UTF-8";

/* CSS Document */


/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* reset css */

html {
    font-size: 100%;
}

body {
    font-size: 16px;
    font-family: din-2014, sans-serif;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading {
    font-family: din-2014, sans-serif;
}

h1 {
    font-family: din-2014-narrow, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 2.5rem;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #2A2C47;
}

h2 {
    font-family: din-2014-narrow, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    margin-bottom: 15px;
    letter-spacing: 0.05rem;
    color: #060B47;
}

h3 {
    font-family: din-2014-narrow, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.2rem;
    margin-top: 15px;
    margin-bottom: 15px;
}

h4 {
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.2rem;
}

h5 {
    letter-spacing: 0;
    font-size: 1rem;
    font-weight: bold;
    padding: 10px 0;
}

.headingstyle01 {
    clear: both;
    padding: 25px 0 75px 0;
    text-align: center;
    z-index: 10;
}

.headingstyle01 div {
    width: 50px;
    height: 4px;
    background: red;
    margin: 0 auto;
}

.headingstyle01 h2 {
    font-size: 2.2rem;
}

.headingstyle01 span {
    font-family: Pacifico, sans-serif;
    font-size: 2rem;
    line-height: 2;
    color: red;
}

.headingstyle01 h1 {
    color: #000000;
    margin-bottom: 30px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2;
}

.headingstyle02 {
    clear: both;
    padding: 25px 0 75px 0;
}

.headingstyle02 span {
    font-family: Pacifico, sans-serif;
    font-size: 1.3rem;
    line-height: 3;
    color: red;
}

small {
    font-size: 0.5em;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

blockquote {
    display: block;
    margin: 0;
    padding-left: 40px;
    padding: 30px 0 30px 40px;
    border-left: 4px solid #ccc;
    background-color: #f5f5f5;
    color: #777;
    font-style: italic;
    margin-bottom: 20px;
}

.impact {
    font-family: cheap-pine, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.line-h-12 {
    line-height: 1.2em;
}

hr {
    border-top: 3px dotted red;
}

a {
    color: #C02C0A;
    transition: 0.5s;
    text-decoration: none;
}

a.disabled {
    pointer-events: none;
}

a:hover {
    text-decoration: none;
    color: #333333;
}

a.underline {
    text-decoration: underline;
}

a.underline:hover {
    text-decoration: none;
}

a.awhite {
    color: #ffffff;
    transition: 0.5s;
    text-decoration: none;
}

a.awhite:hover {
    text-decoration: none;
    color: #00aa6e;
}

a img:hover {
    transition: 0.5s;
    opacity: 0.8;
}

.hovertext {
    position: relative;
    overflow: hidden;
}

.hovertext .caption {
    font-size: 130%;
    text-align: center;
    padding-top: 80px;
    color: #fff;
}

.hovertext .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    /* 絶対位置指定 */
    top: 0;
    left: 0;
    opacity: 0;
    /* マスクを表示しない */
    background-color: rgba(0, 0, 0, 0.4);
    /* マスクは半透明 */
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.hovertext:hover .mask {
    opacity: 1;
    /* マスクを表示する */
}

ul {
    list-style: none;
}

li {
    line-height: 3;
}

main li {
    line-height: 1.2;
    position: relative;
    padding-left: 23px;
    margin-bottom: 15px;
}

main li:before {
    content: "";
    position: absolute;
    top: 0.4em;
    left: 0.2em;
    width: 7px;
    height: 7px;
    background-color: #000;
    border-radius: 50%;
}

p {
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: 0em;
    margin-bottom: 20px;
}

p.description {
    line-height: 2.3;
    word-wrap: break-word;
}

p.details {
    font-size: 0.7rem;
    font-weight: normal;
}

p.read {
    padding-top: 15px;
    font-size: 1.5rem;
    word-wrap: break-word;
    line-height: 2;
    margin-bottom: 30px;
}

.concept {
    font-size: 2rem;
    line-height: 2;
}

.concept span {
    font-size: 1.5em;
}

.text-small {
    font-size: 0.8em;
}

.text-bold {
    font-weight: 600;
}

.text-subtitle {
    font-size: 1.5rem;
}

.text-big {
    font-size: 3rem;
}

.text-underline {
    text-decoration: underline;
}

.hilight {
    padding: 15px;
    font-size: 1.1em;
    color: #fff;
}

.fs07 {
    font-size: 0.7em;
}

.fs08 {
    font-size: 0.8em;
}

.fs09 {
    font-size: 0.9em;
}

.fs11 {
    font-size: 1.1em;
}

.fs12 {
    font-size: 1.2em;
}

.fs15 {
    font-size: 1.5em;
}

.fs18 {
    font-size: 1.8em;
}

.fs20 {
    font-size: 2em;
}

.fs30 {
    font-size: 3em;
}

.fs35 {
    font-size: 3.5em;
}

.ls0 {
    letter-spacing: 0 !important;
}

@media (max-width: 767px) {
    h2 {
        font-size: 1.5rem;
    }

    p {
        font-size: 0.9rem;
    }

    p.read {
        font-size: 1.1rem;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 1.2rem;
        letter-spacing: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    p {
        line-height: 1.3;
        margin-bottom: 5px;
    }
}


/* WELCOME ////////////////////////*/

.heading-outline {
    color: #005336;
    font-family: din-2014-narrow, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 3.5rem;
    margin-top: 30px;
    margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
    .heading-outline {
        font-size: 3rem;
    }
}

@media screen and (max-width: 767px) {
    .heading-outline {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 400px) {
    .heading-outline {
        font-size: 2rem;
    }
}

.heading-outline2 {
    color: #005336;
    font-family: din-2014-narrow, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 1.5rem;
    margin-top: 10px;
    margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
    .heading-outline {
        font-size: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .heading-outline {
        font-size: 2rem;
    }
}

@media screen and (max-width: 400px) {
    .heading-outline {
        font-size: 2rem;
    }
}


/* END WELCOME ////////////////////////*/


/* COLOR //////////*/

.text-red {
    color: red;
}

.text-black {
    color: #333333;
}

.text-gray {
    color: #777777;
}

.text-white {
    color: #ffffff;
}

.bg-black {
    background-color: #000000;
}

.bg-white {
    background-color: #ffffff;
}

.bg-yellow {
    background-color: #ffc745;
}

.bg-gray {
    background-color: #f5f5f5;
}

.bg-pink {
    background-color: #eb6ea5;
}

.bg-blue {
    background-color: #027bd0;
}

.bg-perple {
    background-color: #340065;
}


/* END /////////////////*/


/* BADGE  /////////////////*/

.badge {
    padding: .5em .5em;
    border-radius: unset;
}

.badge-dark {
    background-color: #000000;
}


/* END /////////////////*/


/* BTN  /////////////////*/

.btn {
    transition: 0.5s;
    border-radius: 0;
    padding: 0.8rem 2.5rem;
    font-size: 0.9rem;
    font-weight: bold;
    height: calc(1.5em + 2rem + 2px);
    line-height: 1.8;
}

.btn-full {
    width: 100%;
    text-align: center;
    padding: 0.8rem .5rem;
}

.btn-white {
    background-color: #ffffff;
    color: #000000;
}

.btn-white:hover {
    background-color: #000000;
    color: #fff;
}

.btn-red {
    background-color: red;
    border: 2px solid red;
    color: #fff;
}

.btn-red:hover {
    background-color: #ffffff;
    color: red;
}

.btn-black {
    background-color: #000000;
    border: 2px solid #000000;
    color: #fff;
}

.btn-black:hover {
    background-color: #222222;
    color: #fff;
}

.btn-line-white {
    color: #ffffff;
    border: 2px solid #ffffff;
}

.btn-line-white:hover {
    background-color: #000000;
    color: #ffffff;
}

.btn-line-black {
    color: #000000;
    border: 2px solid #000000;
}

.btn-line-black:hover {
    background-color: #000000;
    color: #ffffff;
}

.btn-style01 {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 1em 2em 1em 0;
    text-decoration: none;
    color: #1D2B53;
}

.btn-style01:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    top: 100%;
    left: 0;
    border-radius: 3px;
    background: #1D2B53;
    transition: .2s;
}

.btn-style01:hover:before {
    top: -webkit-calc(100% - 3px);
    top: calc(100% - 3px);
}

.btn-style01:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    right: 0;
}

.bannerbox01 {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: -3px;
}

.bannerbox01:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    transition: .2s;
}

.bannerbox01 span {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    z-index: 10;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 1.4em;
    padding: 0 5px;
    line-height: 1.2;
}

.bannerbox01:hover:after {
    opacity: 0.7;
}

@media (max-width: 991px) {

    .bannerbox01 span,
    #summarypage .bannerbox01 span {
        letter-spacing: 0.1em;
        font-size: 1rem;
    }
}

@media (max-width: 767px) {

    .bannerbox01 span,
    #summarypage .bannerbox01 span {
        letter-spacing: 0;
        font-size: 0.8rem;
    }
}


/* END /////////////////*/

.slick-slide {
    height: auto;
}

.kimg {
    width: 100%;
    height: auto;
}

.nolazytimg {
    width: 100%;
    height: auto;
}

.img-full {
    width: 100%;
}

.img-responsive-overwrite {
    margin: 0 auto;
}

.img-border {
    padding: 50px;
    margin-bottom: 50px;
    margin-top: 30px;
    border: 1px solid #eeeeee;
}

.object_fit_img {
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.clearfix {
    clear: both;
}

div.container {
    max-width: 1240px;
}

div.content {
    padding: 0px 35px 0px 0px;
    overflow: hidden;
}

div.sec_inner {
    margin: 15px 0 15px 0;
}

div.content_side {
    padding: 200px 10%;
}

div.maincontent {
    width: 66%;
    float: left;
}

div.sidebar {
    width: 34%;
    float: right;
}

@media screen and (max-width: 1200px) {
    div.sidebar {
        width: 30%;
    }
}

@media screen and (max-width: 991px) {
    div.maincontent {
        width: 100%;
        float: none;
    }

    div.sidebar {
        width: 100%;
        float: none;
    }

    div.container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 768px) {
    div.content {
        padding: 1rem;
    }
}

@media screen and (max-width: 575px) {
    .subpage div.maincontent {
        padding-top: 30px;
    }

    div.content {
        padding: 0 33px;
    }

    div.sec_inner {
        margin: 5px 0 15px 0;
    }
}

.imagefull img {
    height: 100%;
}

.relative {
    position: relative;
}

.divider {
    clear: both;
    display: block;
    border-top: 1px solid #eee;
    margin: 30px 0 50px 0;
}

div.space10 {
    height: 10px;
    clear: both;
}

div.space20 {
    height: 20px;
    clear: both;
}

div.space30 {
    height: 30px;
    clear: both;
}

div.space50 {
    height: 50px;
    clear: both;
}


/* ５等分  //////////////*/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    flex: 0 0 20%;
}

@media (min-width: 768px) {
    .col-sm-15 {
        flex: 0 0 20%;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        flex: 0 0 20%;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        flex: 0 0 20%;
    }
}


/* コンテンツ間の三角形  //////////////*/

.triangles {
    position: relative;
}

.triangles::before {
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    top: -25px;
    z-index: 10;
    background: #ffffff;
    position: absolute;
    content: '';
    pointer-events: none;
}


/* CARD  //////////////*/

.card {
    border: none;
}

.card a h5 {
    color: #999;
    font-weight: 400;
}


/* ビッグラベル //////////*/

.biglabel {
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    width: 90px;
    height: 90px;
    line-height: 1;
    background-color: #000000;
}

.biglabel span {
    font-size: 3.125rem;
}


/* MEDIA  //////////////*/

.media {
    margin: 30px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
}

.media img {
    width: 100px;
}

.media span {
    color: #999;
    font-size: 0.8em;
}

.media a {
    font-size: 1.125rem;
    margin: 10px 0;
    line-height: 2;
    font-weight: 500;
}


/* FORM //////////////*/

.form-control {
    font-weight: bold;
}

.form-group label {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

input.form-control,
select.form-control {
    border-radius: 0;
    background-color: #ffffff;
    border: 2px solid #000000;
    height: calc(1.5em + 2rem + 2px);
    color: #000000;
}

select.form-control {
    border: 0;
    outline: 2px solid #000000;
    outline-offset: -1px;
}

input::placeholder {
    color: #ccc;
}


/* IE */

input:-ms-input-placeholder {
    color: #ccc;
}


/* Edge */

input::-ms-input-placeholder {
    color: #ccc;
}

.searchbtn {
    padding: .3rem .5rem .3rem .8rem;
    color: #fff;
    border: none;
    font-size: 1.5rem;
    background-color: transparent;
}

.searchbtn:hover {
    background-color: #fff;
    color: #333;
}

.searchform .btn {
    padding: .375rem .75rem;
    background-color: #333;
    color: #fff;
}

.searchform .btn:hover {
    background-color: #666;
}


/* END FORM //////////////*/


/* LINK-MENU  //////////////*/

#link-menu > div {
    padding: 0;
}

.link-menu-content {
    display: block;
    padding: 30px 15px;
    border-top: 1px solid #00504b;
    border-right: 1px solid #00504b;
    color: #fff;
}

#link-menu > div:last-child .link-menu-content {
    border-right: none;
}

.link-menu-content img {
    width: 50px;
}

.link-menu-content p {
    font-size: 1.25rem;
    margin-top: 20px;
}

.link-menu-content:hover {
    background-color: #00aa6e;
    color: #fff;
}


/* TABLE  //////////////*/

table {
    background-color: #ffffff;
    width: 100%;
    line-height: 1.2;
}

@media screen and (max-width: 768px) {

    .table td,
    .table th {
        font-size: 1rem;
    }
}

@media screen and (max-width: 575px) {

    .table td,
    .table th {
        padding: .5rem .25rem;
        font-size: 0.9rem;
    }
}


/* IMAGE BOX  //////////////*/

.imagebox {
    background-color: #ffffff;
    clear: both;
    margin-bottom: 50px;
    float: left;
    width: 100%;
    -webkit-box-shadow: 0 0.25rem 0.75rem -0.25rem rgba(0, 0, 0, .15);
    box-shadow: 0 0.25rem 0.75rem -0.25rem rgba(0, 0, 0, .15);
}

.imagebox .imageboximage {
    width: 40%;
    float: left;
}

.imagebox .imageboxinfo {
    width: 60%;
    float: right;
    padding: 50px 30px;
}

.imagebox .imageboxinfo h3 {
    margin: 20px 0;
    font-size: 1.5rem;
    color: #333;
}


/*

@media screen and (min-width: 1200px) {
    .pconly3 {
        display: block !important;
    }

    .mobileonly3 {
        display: none !important;
    }

    .ipadonly3{
        display: none!important;
    }
}

@media screen and (max-width: 1199px) and (min-width: 574px) {
    .pconly3 {
        display: none !important;
    }

    .mobileonly3 {
        display: none !important;
    }

    .ipadonly3{
        display: block !important;
    }
}

@media screen and (max-width: 575px) {
    .pconly3 {
        display: none !important;
    }

    .mobileonly3 {
        display: block !important;
    }

    .ipadonly3{
        display: none !important;
    }
}




@media screen and (min-width: 1200px) {
    .pconly {
        display: block !important;
    }

    .mobileonly {
        display: none !important;
    }

    .ipadonly{
        display: block !important;
    }
}

@media screen and (max-width: 1199px)and (min-width: 574px) {
    .pconly {
        display: none !important;
    }

    .mobileonly {
        display: none !important;
    }

    .ipadonly{
        display: block !important;
    }
}

@media screen and (max-width: 575px) {
    .pconly {
        display: none !important;
    }

    .mobileonly {
        display: block !important;
    }

    .ipadonly{
        display: none !important;
    }
}

*/

@media screen and (min-width: 992px) {
    .pconly {
        display: block !important
    }

    .sponly {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    .pconly {
        display: none !important;
    }

    .sponly {
        display: block !important;
    }
}
