@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: underline;
}
a:visited {
color: #66F;
text-decoration: underline;
}
a:link {
color: #0000FF;
text-decoration: underline;
}
a:hover {
color: #00F;
text-decoration: underline;
}
#container {
overflow: hidden;
}
.pc_only {
display: none;
}
.grecaptcha-badge {
visibility: hidden;
}
/*=============================================================
web fonts
=============================================================*/
.font_Noto_R {
font-family: "Noto Serif JP", serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}
.font_Noto_M {
font-family: "Noto Serif JP", serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
}
.font_Montserrat {
font-family: "montserrat", sans-serif;
font-weight: 600;
font-style: normal;
}
/*=============================================================
#header
=============================================================*/
#sp_header {
width: 100%;
text-align: left;
overflow: hidden;
margin: 0px auto 0 auto;
z-index: 8000;
position: fixed;
top: 0;
left: 0;
background-color: #FFF;
}
#sp_header .logo {
width: 50%;
padding: 10px 0 0 10px;
}



/*=============================================================
# 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: 18px 8px 18px 8px;
z-index: 9999;
cursor: pointer;
user-select: none;
background-color: #001844;
border: 1px solid #FFF;
}
#overlay-button span {
height: 2px;
width: 25px;
border-radius: 2¥0px;
background-color: #FFF;
position: relative;
display: block;
transition: all .2s ease-in-out;
}
#overlay-button span:before {
top: -8px;
visibility: visible;
}
#overlay-button span:after {
top: 8px;
}
#overlay-button span:before,
#overlay-button span:after {
height: 2px;
width: 25px;
border-radius: 0px;
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(5px, 5px);
}
#sp_menu input[type=checkbox]:checked ~ #overlay-button span:after {
transform: rotate(-45deg) translate(6px, -6px);
}

#overlay {
width: 100vw;
height: 100%;
background-color: #001844;
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: 35%;
margin: 30px auto 0 auto;
}
#overlay .contact {
width: 85%;
margin: 20px auto 0 auto;
}
#overlay .contact h3 {
color: #FFF;
background-color: #4d6489;
text-align: center;
font-size: 18px;
line-height: 1.5em;
font-weight: 600;
font-style: normal;
padding: 0.3em 0 0.2em 0;
}
#overlay .contact ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
background-color: #FFF;
padding: 1em;
}
#overlay .contact li {
width: 100%;
text-align: center;
}
#overlay .contact li.tel {
width: 100%;
}
#overlay .contact h4 {
font-weight: 700;
padding: 0 0 0.3em 0;
}
#overlay .contact li.tel p {
font-size: 14px;
line-height: 1.2em;
padding-bottom: 1.3em;
font-weight: 700;
}
#overlay .contact li.mail a {
display: block;
position: relative;
background-color: #cc0000;
background: linear-gradient(to right,  #2354a5 0%,#1e2b69 77%);
border-radius: 100vh;
color: #FFF;
border: 1px solid #FFF;
width: 100%;
margin: 5px auto 10px auto;
text-decoration: none;
padding: 0.8em 0 0.8em 0;
font-size: 18px;
line-height: 1em;
box-shadow:0px 0px 5px 2px rgba( 0, 0, 0, 0.5);
}
#overlay .contact li.mail a:before {
content: '';
display: inline-block;
width: 21px;
height: 16px;
background-image: url("../image/icon_mail.png");
background-size: contain;
vertical-align: middle;
margin-right: 5px;
position: relative;
top: -2px;
}

#overlay dl {
width: 85%;
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 {
}
#overlay dl dt img {
}
#overlay dl dd {
width: 100%;
font-size: 16px;
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 2em 0.6em 0.7em;
box-sizing: border-box;
position: relative;
text-align: left;
}
#overlay dl dd a b {
font-family: "montserrat", sans-serif;
font-weight: 600;
font-style: normal;
margin: 0 0.3em 0 0.3em;
}
#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 dl dd.bt {
}
#overlay dl dd.bt a {
color: #FFF;
background: #FF0000;
}
#overlay dl dd.bt a:after {
border-color: #F9F995;
}
#overlay dl dd h3 {
color: #FFF;
font-size: 16px;
line-height: 1.5em;
font-weight: bold;
padding: 1em 0 0.5em 0;
}
#overlay dl dd p {
color: #FFF;
font-size: 14px;
line-height: 1.5em;
}
/*=============================================================
#contents
=============================================================*/


/*=============================================================
#contact
=============================================================*/
ul#button {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
width: 90%;
margin: 0px auto 40px auto;
}
ul#button li {
width: 47%;
}
ul#button li a {
display:block; 
position:relative;
text-decoration:none;
}
ul#button li img {
box-shadow:0px 0px 5px 2px rgba( 0, 0, 0, 0.4);
display:block;
width:100%;
}
ul#button li p {
font-size: 14px;
line-height: 1.5em;
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 500;
font-style: normal;
padding-top: 0.7em;
text-align: center;
}


/*=============================================================
#contact
=============================================================*/



/*=============================================================
#sp_footer
=============================================================*/
#sp_footer {
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;
}
#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: 17px;
height: 13px;
background-image: url("../image/icon_mail.png");
background-size: contain;
vertical-align: middle;
margin-right: 5px;
position: relative;
top: -2px;
}
#sp_footer li:nth-child(1) a:before {
width: 9px;
height: 15px;
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: 0px auto 0 auto;
background-color: #f2f2f2;
padding: 50px 0 50px 0;
overflow: hidden;
position: relative;
width: 100%;
}
#footer ul {
text-align: center;
width: 90%;
margin: 0px auto 0 auto;
}
#footer ul li {
font-size: 16px;
line-height: 1.3em;
margin-bottom: 30px;
}
#footer ul li .logo {
margin-bottom: 0.5em;
}
#footer ul li .logo img {
display: block;
margin: 0px auto 0 auto;
text-align: center;
width: 60%;
height: auto;
}
#footer ul li:nth-of-type(2) img {
display: block;
margin: 0px auto 0 auto;
text-align: center;
width: 60%;
height: auto;
}


