@charset "UTF-8";
/* ----------------------------
import css
---------------------------- */ 
@import url("reset.css");
body{
font-family: "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
/*=============================================================
#base
=============================================================*/
body,html{
width: 100%;
}
body {
margin: 0px;
padding: 0px;
background-color: #FFF;
font-size: 1em;
line-height: 1.8em;
color: #333333;
text-align: left;
text-size-adjust: 100%;
}
a:active {
color: #0000FF;
text-decoration: none;
}
a:visited {
color: #66F;
text-decoration: none;
}
a:link {
color: #0000FF;
text-decoration: none;
}
a:hover {
color: #00F;
text-decoration: none;
}
#container {
overflow: hidden;
}
.pc_only {
display: none;
}
.grecaptcha-badge {
visibility: hidden;
}
#side {
display: none;
}
/*=============================================================
web font
=============================================================*/
.Han_Sans_JP {
font-family: source-han-sans-jp-variable, sans-serif;
}
.Han_Sans_JP_R {
font-family: source-han-sans-jp-variable, sans-serif;
font-variation-settings: "wght" 400;
}
.Han_Sans_JP_M {
font-family: source-han-sans-jp-variable, sans-serif;
font-variation-settings: "wght" 500;
}
.Han_Sans_JP_B {
font-family: source-han-sans-jp-variable, sans-serif;
font-variation-settings: "wght" 700;
}
.Instrument_Sans_M {
font-family: instrument-sans-variable, sans-serif;
font-variation-settings: "wdth" 100, "wght" 500;
}
.Instrument_Sans_B {
font-family: instrument-sans-variable, sans-serif;
font-variation-settings: "wdth" 100, "wght" 700;
}
/*=============================================================
#header
=============================================================*/
#header {
text-align: left;
position: relative;
padding: 10px 0 10px 10px;
}
#header dt {
width: 55%;
}
#header dd {
display: none;
}

/*=============================================================
# sp menu
=============================================================*/
#sp_menu {
z-index: 9000;
}
@keyframes bugfix {
from {
padding: 0;
}
to {
padding: 0;
}
}
@-webkit-keyframes bugfix {
from {
padding: 0;
}
to {
padding: 0;
}
}
#overlay-button {
position: fixed;
right: 1%;
top: 0.5%;
padding: 22px 11px 22px 11px;
z-index: 9999;
cursor: pointer;
user-select: none;
background-color: #00408f;
border: 1px solid #FFF;
}
#overlay-button span {
height: 4px;
width: 30px;
border-radius: 2px;
background-color: #FFF;
position: relative;
display: block;
transition: all .2s ease-in-out;
}
#overlay-button span:before {
top: -10px;
visibility: visible;
}
#overlay-button span:after {
top: 10px;
}
#overlay-button span:before,
#overlay-button span:after {
height: 4px;
width: 30px;
border-radius: 2px;
background-color: #FFF;
position: absolute;
content: "";
transition: all .2s ease-in-out;
}
#overlay-button:hover span,
#overlay-button:hover span:before,
#overlay-button:hover span:after {
background: #FFF;
}
#sp_menu input[type=checkbox] {
display: none; 
}
#sp_menu input[type=checkbox]:checked ~ #overlay {
visibility: visible;
}
#sp_menu input[type=checkbox]:checked ~ #overlay-button:hover span,
#sp_menu input[type=checkbox]:checked ~ #overlay-button span {
background: transparent;
}
#sp_menu input[type=checkbox]:checked ~ #overlay-button span:before {
transform: rotate(45deg) translate(7px, 7px);
}
#sp_menu input[type=checkbox]:checked ~ #overlay-button span:after {
transform: rotate(-45deg) translate(7px, -7px);
}

#overlay {
width: 100vw;
height: 100%;
background: #00408f;
background: linear-gradient(135deg,  #2354a5 0%,#1e2b69 70%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2354a5', endColorstr='#1e2b69',GradientType=1 );
visibility: hidden;
position: fixed;
z-index: 9998;
overflow: auto;
margin: 0px auto 0 auto;
left: 0;
top: 0;
box-sizing: border-box;
padding: 0 0 50px 0;
}
#overlay.active {
}
#overlay .logo {
width: 60%;
margin: 30px auto 0 auto;
}
#overlay .contact {
width: 90%;
margin: 20px auto 0 auto;
}
#overlay .contact h3 {
color: #FFF;
background-color: #f6a900;
text-align: center;
font-size: 16px;
line-height: 1.5em;
padding: 0.3em 0 0.4em 0;
}
#overlay .contact ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
background-color: #FFF;
padding: 1em;
}
#overlay .contact li {
text-align: center;
}
#overlay .contact li.tel,
#overlay .contact li.mail{
width: 100%;
}
#overlay .contact li.tel a[href^="tel:"] {
color: #c30d23 !important;
font-size: 30px;
line-height: 1em;
font-family: instrument-sans-variable, sans-serif;
font-variation-settings: "wdth" 100, "wght" 700;
letter-spacing: 0.1em;
font-style: normal;
position: relative;
text-decoration: none;
}
#overlay .contact li.tel:before {
}
#overlay .contact li.tel p {
font-size: 13px;
line-height: 1.2em;
padding-bottom: 1.5em;
}
#overlay .contact li.mail a {
display: block;
position: relative;
background-color: #f6a900;
color: #FFF;
width: 70%;
margin: 10px auto 0 auto;
text-decoration: none;
padding: 0.8em 0 0.8em 0;
font-size: 16px;
line-height: 1em;
}
#overlay .contact li.mail a:before {
content: '';
display: inline-block;
width: 15px;
height: 12px;
background-image: url("../image/icon_mail.png");
background-size: contain;
vertical-align: middle;
margin-right: 5px;
position: relative;
top: -1px;
}

#overlay dl {
width: 80%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
padding-left: 0;
list-style-type: none;
margin: 0px auto 0 auto;
padding-top: 20px;
}
#overlay dl dt {
width: 100%;
font-size: 20px;
font-weight: 600;
font-style: normal;
padding: 1em 0 0.4em 0;
color: #f6a900;
text-align:center;
}
#overlay dl dt b {
font-size: 14px;
line-height: 1.5em;
font-weight: 400;
font-style: normal;
color: #a0a0a0;
margin-left: 1.5em;
}
#overlay dl dt p {
color: #FFF;
background-color: #1A3296;
font-size: 16px;
line-height: 1.2em;
font-weight: bold;
padding: 0.5em;
margin-bottom: 0.5em;
}
#overlay dl dt img {
width: 70%;
height: auto;
}
#overlay dl dd {
width: 100%;
font-size: 18px;
line-height: 1.2em;
margin-bottom: 1em;
}
#overlay dl dd a {
background: #f2f2f2;
color: #56253b;
text-decoration: none;
font-weight: bold;
display: block;
padding: 0.7em 0 0.6em 0;
position: relative;
}
#overlay dl dd a:after {
content: '';
box-sizing: border-box;
display: inline-block;
position: absolute;
width: 8px;
height: 8px;
border-style: solid;
border-width: 2px 2px 0 0;
border-color: #bbbaba;
transform: rotate(45deg);
top: 43%;
right: 3%;
}
#overlay .sns {
width: 10%;
margin: 20px auto 0 auto;
}
#overlay .sns a {
}

/*=============================================================
#contents
=============================================================*/
#mainbody {
width: 100%;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
font-family: source-han-sans-jp-variable, sans-serif;
font-variation-settings: "wght" 500;
padding-bottom: 50px;
}
#mainbody #title {
display: block;
background-size: cover;
background-position: center center;
padding: 30px 0 30px 0;
}
#mainbody #title .box {
background-color: rgba(255,255,255,0.85);
display: block;
margin: 0px auto 0 auto;
padding: 1em;
width: 90%;
box-sizing: border-box;
}
#mainbody #title h1 {
font-family: source-han-sans-jp-variable, sans-serif;
font-variation-settings: "wght" 800;
font-size: 1.6rem;
line-height: 1.2em;
text-align: center;
}
#mainbody #title h1 i {
font-family: instrument-sans-variable, sans-serif;
font-variation-settings: "wdth" 100, "wght" 500;
font-style: normal;
color: #999999;
font-size: 0.9rem;
line-height: 1em;
}



/*=============================================================
#sp_footer
=============================================================*/
#sp_footer {
display: none;
position: fixed;
bottom: 0;
z-index: 8001;
width: 100%;
}
#sp_footer ul {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
border-top: 1px solid #FFF;
}
#sp_footer li {
width : calc(100% / 3) ;
text-align: center;
display: block;
margin: 0;
padding: 0;
}
#sp_footer a {
display: block;
text-decoration: none;
color: #FFF;
background-color: #1d2974;
padding: 1em 0 1em 0;
font-size: 13px;
line-height: 1.3em;
}
#sp_footer a:before {
content: '';
display: inline-block;
width: 13px;
height: 10px;
background-image: url("../image/icon_mail.png");
background-size: contain;
vertical-align: middle;
margin-right: 6px;
position: relative;
top: -2px;
}
#sp_footer li:nth-child(1) a:before {
width: 8px;
height: 12px;
background-image: url("../image/contact_icon_tel.png");
}
#sp_footer li:nth-child(2) a{
background-color: #158bcd;
}

/*=============================================================
#FOOTER
=============================================================*/
.pagetop {
display: none;
position: fixed;
bottom: 60px;
right: 10px;
width: 30px;
height: 30px;
text-align: center;
z-index: 8000;
cursor: pointer;
}
.pagetop span {
display: block;
border-radius: 50%;
background: #9fb7d4;
color: #fff;
font-size: 14px;
text-align: center;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
text-decoration: none;
font-weight: bold;
height: 100%;
width: 100%;
line-height: 2.1;
font-family: Arial, Helvetica, sans-serif;
}

#footer {
margin-right: auto;
margin-left: auto;
text-align: center;
margin-top: 0px;
margin-bottom: 0px;
overflow: hidden;
position: relative;
width: 100%;
background: linear-gradient(to bottom,  #00408f 0%,#023363 100%);
padding: 40px 0 40px 0;
}
#footer dl {
width: 100%;
margin: 0px auto 0 auto;
color: #FFF;
text-align: left;
font-family: source-han-sans-jp-variable, sans-serif;
font-variation-settings: "wght" 400;
}
#footer a img:hover {
opacity: .70;
}
#footer dt {

}
#footer dd {

}
#footer dt .logo {
width: 70%;
margin: 0px auto 20px auto;
}
#footer dt .logo img {
width: 100%;
height: auto;
}
#footer dt h5 {
font-variation-settings: "wght" 700;
font-size: 1.2rem;
line-height: 1.3em;
margin-bottom: 0.8em;
text-align: center;
}
#footer dt p {
font-size: 1rem;
line-height: 1.3em;
padding: 1em;
}
#footer dt .bt {
margin: 10px auto 0 auto;
}
#footer dt .bt a {
font-family: source-han-sans-jp-variable, sans-serif;
font-variation-settings: "wght" 500;
background-color: #f6a900;
display: block;
text-align: center;
color: #FFF;
width: 70%;
text-decoration: none;
font-size: 1.1rem;
line-height: 1.5em;
position: relative;
padding: 0.6em 0 0.6em 0;
margin: 0px auto 0 auto;
}
#footer dt .bt a:before {
content: '';
display: inline-block;
width: 19px;
height: 15px;
background-image: url("../image/icon_mail.png");
background-size: contain;
vertical-align: middle;
margin-right: 10px;
position: relative;
top: -1px;
}
#footer dt .bt a:hover {
background-color: #c30d23;
}
#footer dd ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin: 30px auto 0 auto;
}
#footer dd ul li {
position: relative;
width: 50%;
}
#footer dd ul li a {
color: #FFF;
font-size: 1rem;
line-height: 1.5em;
display: block;
text-decoration: none;
padding: 0.5em;
margin: 0px auto 0 auto;
text-align: center;
}
#footer ul li.has-child {
width: 100%;
background-color: #f6a900;
margin-top: 20px;
border-top: 1px solid #FFF;
}
#footer ul li.has-child ol {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
border-top: 1px solid #FFF;
border-bottom: 1px solid #FFF;
}
#footer dd ul li ol li {
position: relative;
width: 50%;
}
#footer ul li.has-child ol li a {
background-color: #023363;
padding: 0.7em 0 0.9em 0;
}

#footer dd ol.banner {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 30px auto 0 auto;
width: 90%;
}
#footer dd ol.banner li {
width: 47%;
line-height: 0;
margin-bottom: 20px;
}
#footer dd ol.banner li a {
}
#footer dd .sns {
text-align: right;
width: 10%;
margin: 0px auto 70px auto;
}
#footer dd .sns a {

}
#footer p.copyright {
font-family: instrument-sans-variable, sans-serif;
font-variation-settings: "wdth" 100, "wght" 500;
font-size: 0.8rem;
line-height: 1.5em;
color: #FFF;
}


