@charset "UTF-8";
/* ----------------------------
import css
---------------------------- */ 
@import url("reset.css");
body{
font-family: "Helvetica Neue", Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
/*=============================================================
#base
=============================================================*/
body,html{
width: 100%;
}
body {
margin: 0px;
padding: 0px;
background-color: #FFF;
font-size: 1em;
line-height: 1.3em;
color: #333333;
text-align: left;
text-size-adjust: 100%;
font-family: source-han-sans-jp-variable, sans-serif;
font-variation-settings: "wght" 700;
transition: all 0.5s ease 0s;
}
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;
}
/*=============================================================
web fonts
=============================================================*/
.Maru_GothicB {
font-family: zen-maru-gothic, sans-serif;
font-weight: 700;
font-style: normal;
}
.Han_Sans_JP_H {
font-family: source-han-sans-jp-variable, sans-serif;
font-variation-settings: "wght" 900;
font-style: normal;
}
.Han_Sans_JP_B {
font-family: source-han-sans-jp-variable, sans-serif;
font-variation-settings: "wght" 700;
font-style: normal;
}
.Han_Sans_JP_M {
font-family: source-han-sans-jp-variable, sans-serif;
font-variation-settings: "wght" 500;
font-style: normal;
}
.SicUVeiw {
font-family: sicuveiw-dsp, sans-serif;
font-weight: 800;
font-style: normal;
}
/*=============================================================
# 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: #0B1651;
}
#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 {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
#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: #0B1651;
background: -moz-linear-gradient(45deg,  #203775 0%, #0B1651 100%);
background: -webkit-linear-gradient(45deg,  #203775 0%,#0B1651 100%);
background: linear-gradient(45deg,  #203775 0%,#0B1651 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#203775', endColorstr='#0B1651',GradientType=1 );
visibility: hidden;
opacity: 0;
position: fixed;
z-index: 9998;
overflow: auto;
margin: 0px auto 0 auto;
left: 0;
top: 0;
}
#overlay.active {
}

#overlay dl {
width: 90%;
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: 40px;
}
#overlay dl dt {
background-color: #FFF;
width: 100%;
padding: 0 0 0.3em 0;
}
#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: #fefefe;
background-image: -webkit-linear-gradient(top, #fefefe, #e7e7e7);
background-image: -moz-linear-gradient(top, #fefefe, #e7e7e7);
background-image: -ms-linear-gradient(top, #fefefe, #e7e7e7);
background-image: -o-linear-gradient(top, #fefefe, #e7e7e7);
background-image: linear-gradient(to bottom, #fefefe, #e7e7e7);
color: #56253b;
text-decoration: none;
font-weight: bold;
display: block;
padding: 0.5em 0 0.5em 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: #203775;
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
=============================================================*/



/*=============================================================
#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:40px auto 0;
text-align:center;
padding-bottom:clamp(24px,3.33vw,40px);
overflow:hidden;
position:relative;
width:100%;
}
#footer .logo {
width: 70%;
margin: 0px auto 0 auto;
}
#footer .body {
text-align: left;
max-width: 100%;
margin: 0px auto 0 auto;
background-color: #1eaeb2;
padding:clamp(50px,8.33vw,100px) 0;
}
#footer .body dl {
margin: 0px auto 0 auto;
width: 90%;
color: #FFF;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
#footer .body dt {
width: 100%;
padding: 0 0 1em 0;
}
#footer .body dt p {
padding: 0 0 0.5em 0;
}
#footer .body dt .sky {
width: 50%;
}
#footer .body dd {
font-family: source-han-sans-jp-variable, sans-serif;
font-variation-settings: "wght" 500;
font-style: normal;
}
#footer .body dd:nth-child(3) {
text-align: left;
}
#footer .body dd p {
font-size: 14px;
line-height: 1.3em;
}
#footer .body dd p.tel {
font-family: source-han-sans-jp-variable, sans-serif;
font-variation-settings: "wght" 700;
font-style: normal;
font-size: 24px;
line-height: 1.2em;
position: relative;
padding: 1em 0 0.2em 0;
}
#footer .body dd p.tel:before {
content: '';
display: inline-block;
width: 25px;
height: 20px;
background-image: url("../image/tel.png");
background-size: contain;
vertical-align: middle;
margin-right: 7px;
position: relative;
top: -3px;
}
#footer .body dd p.link {
padding: 1em 0 0 0;
}
#footer .body dd p.link a {
margin: 0.5em 1em 0 0;
}
#footer a {
color: #FFF;
text-decoration: none;
}
#footer a:hover {
text-decoration: underline;
}
#footer p.copyright {
color: #7c7c7c;
font-size: 13px;
line-height: 1.2em;
margin: 1.5em auto 3em auto;
}

#footer_bt {
border-top: 1px solid #FFF;
width: 100%;
position: fixed;
bottom: 0;
z-index: 7000;
display: none;
}
#footer_bt ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items:stretch;
width: 100%;
border-top: 1px solid #FFF;
}
#footer_bt ul li {
width: 100%;
line-height: 0;
display: block;
display: flex;
align-items:stretch;
}
#footer_bt ul li a {
color: #FFF;
width: 100%;
text-align: center;
text-decoration: none;
display: block;
font-weight: 600;
font-size: 16px;
line-height: 1.3em;
}
#footer_bt ul li.mail a {
color: #FFF;
background-color: #f9ac00;
padding: 0.7em 0 0.8em 0;
}
