@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%;
font-family: shippori-mincho, sans-serif;
font-weight: 400;
font-style: normal;
}
a:active {
color: #0000FF;
text-decoration: none;
}
a:visited {
color: #0000FF;
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;
}
/*=============================================================
web font
=============================================================*/
.Shippori_MinchoR {
font-family: shippori-mincho, sans-serif;
font-weight: 400;
font-style: normal;
}
.Shippori_MinchoM {
font-family: shippori-mincho, sans-serif;
font-weight: 500;
font-style: normal;
}
.Shippori_MinchoSB {
font-family: shippori-mincho, sans-serif;
font-weight: 600;
font-style: normal;
}
.Shippori_MinchoB {
font-family: shippori-mincho, sans-serif;
font-weight: 700;
font-style: normal;
}
.Proxima {
font-family: proxima-sera, sans-serif;
font-weight: 200;
font-style: normal;
}
/*=============================================================
#header
=============================================================*/
header {
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
width: 100%;
text-align: left;
overflow: hidden;
position: relative;
}
header dl {
width: 96%;
margin: 0px auto 0 auto;
display: flex;
flex-wrap:nowrap;
justify-content: space-between;
align-items: center;
padding: 10px 0 5px 0;
}
header dt {
width: 60%;
display: flex;
flex-wrap: nowrap;
align-items: center;
}
header dt img {
height: 18px;
width: auto;
}
header h1 {
display: none
}
header dd.bt {
width: 40%;
display: none;
}
header dd.bt a {
background-color: #163B1E;
color: #FFF;
text-decoration: none;
font-size: 13px;
line-height: 1.2em;
display: block;
padding: 0.5em;
font-family: shippori-mincho, sans-serif;
font-weight: 500;
font-style: normal;
text-align: center;
}
header dd.bt a:hover {
background-color: #008b8b;
}
.navimenu {
display: none;
}
.f_navimenu {
display: none;
}
/*=============================================================
# sp menu
=============================================================*/
#sp_menu {
z-index: 9998;
}
@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: #163B1E;
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: #f4f4f4;
visibility: hidden;
position: fixed;
z-index: 9000;
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: 100%;
margin: 0px auto 0 auto;
background-color: #FFF;
}
#overlay .logo img {
width: 50%;
padding: 10px 2% 10px 2%;
}
#overlay .body {
width: 90%;
margin: 20px auto 0 auto;
}

#overlay label.title {
color: #000000;
font-size: 18px;
line-height: 1.4em;
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 700;
font-style: normal;
background-color: #FFF;
border: 1px solid #D1D1D1;
padding: 0.4em 1em 0.4em 0.5em;
box-sizing: border-box;
display: block;
width: 100%;
position: relative;
margin-bottom: 1em;
}
#overlay label.title: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: #919191;
transform: rotate(135deg);
top: 40%;
right: 3%;
}
#overlay #navi1,
#overlay #navi2,
#overlay #navi3 {
display: none;
cursor: pointer;
}
#overlay #navi1_menu,
#overlay #navi2_menu,
#overlay #navi3_menu{
display: none;
}
#overlay #navi1:checked + #navi1_menu,
#overlay #navi2:checked + #navi2_menu,
#overlay #navi3:checked + #navi3_menu{
display: block;
}

#overlay .body h6 {
color: #000000;
font-weight: 600;
font-size: 16px;
line-height: 1.4em;
}
#overlay .body ul {
padding: 40px 0 1em 1em;
}
#overlay .body ul li {
position: relative;
padding-bottom: 0.8em;
}
#overlay .body ul li a {
font-size: 17px;
line-height: 1.4em;
font-weight: 700;
display: block;
position: relative;
padding-left: 1em;
color: #565656;
}
#overlay .body ul li a:before {
content: '';
box-sizing: border-box;
display: inline-block;
position: absolute;
width: 6px;
height: 6px;
border-style: solid;
border-width: 2px 2px 0 0;
border-color: #aaaaaa;
transform: rotate(45deg);
top: 35%;
left: 0;
}

#overlay ul.contact {
padding: 0;
margin: 30px 0 0 0;
}
#overlay ul.contact li {
width: 100%;
line-height: 0;
display: block;
box-sizing: border-box;
}
#overlay ul.contact li a {
color: #FFF;
width: 100%;
text-decoration: none;
display: block;
font-weight: 700;
font-size: 17px;
line-height: 1.3em;
text-align: left;
box-sizing: border-box;
padding: 0.8em 0 0.7em 3em;
}
#overlay ul.contact li a:before {
content: '';
display: inline-block;
background-size: contain;
vertical-align: middle;
margin-right: 1em;
transform: rotate(0deg);
border: none;
position: absolute;
top: 32%;
left: 5%;
}
#overlay ul.contact li.mail a {
background-color: #163B1E;
}
#overlay ul.contact li.mail a:before {
background-image: url("../image/icon_mail.png");
width: 20px;
height: 16px;
}
#overlay ul.contact li.tel a {
background-color: #4e5d72;
color: #FFF;
font-family: shippori-mincho, sans-serif;
font-weight: 500;
font-style: normal;
font-size: 20px;
padding: 0.6em 0 0.7em 2.5em;
}
#overlay ul.contact li.tel a:before {
background-image: url("../image/icon_tel.png");
width: 20px;
height: 20px;
top: 30%;
}

#overlay .body ol {
margin-top: 20px;
}
#overlay .body ol li {
margin-right: 1em;
}
#overlay .body ol li a {
font-size: 16px;
line-height: 1.4em;
position: relative;
padding-left: 1em;
letter-spacing: 0;
color: #565656;
}
#overlay .body ol li a:before {
content: '';
box-sizing: border-box;
display: inline-block;
position: absolute;
width: 6px;
height: 6px;
border-style: solid;
border-width: 2px 2px 0 0;
border-color: #aaaaaa;
transform: rotate(45deg);
top: 30%;
left: 0%;
}

/*=============================================================
#contents
=============================================================*/
#page {
margin: 5vw auto 0 auto;
padding: 0 0 150px 0;
}
#page h2 {
font-weight: 600;
color: #6c7584;
font-size: clamp(14px,1.2vw,1.2vw);
line-height: 1.2em;
text-align: center;
}
#page h2 b {
font-weight: 400;
color: #131d3d;
font-size: clamp(20px,2.2vw,2.2vw);
line-height: 1.2em;
}
#page #title {
display: block;
width: 100%;
background-size: cover;
background-position: center center;
padding: 1em 0 1em 0;
margin: 20px auto 0 auto;
}
#page #title .box {
background-color: rgba(255,255,255,0.8);
width: 80%;
display: block;
margin: 0px auto 0 auto;
box-sizing: border-box;
padding: 3vw 1em 3vw 1em;
}
#page #title .box h3 {
font-weight: 600;
font-size: 18px;
line-height: 1.5em;
text-align: center;
}
/*=============================================================
#モーダルウィンドウ
=============================================================*/
body.no-scroll {
overflow: hidden;
}
button{
background-color: transparent;
border: none;
cursor: pointer;
outline: none;
padding: 0;
appearance: none;
}
.open-modal-btn {
text-align: center;
font-size: 14px;
line-height: 1.2em;
display: block;
margin: 0px auto 0 auto;
color: #FFF;
text-decoration: none;
border-radius: 100vh;
position: relative;
width: 100%;
cursor: pointer;
font-family: shippori-mincho, sans-serif;
font-weight: 400;
font-style: normal;
}
.open-modal-btn:after {
content: '';
box-sizing: border-box;
display: inline-block;
position: absolute;
width: 6px;
height: 6px;
border-style: solid;
border-width: 2px 2px 0 0;
border-color: #f3ff9c;
transform: rotate(45deg);
top: 40%;
right: 5%;
}
.open-modal-btn:hover {
background-color: #687699;
}
.modal {
display: none;
position: fixed;
top: 0; left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.5);
justify-content: center;
align-items: center;
z-index: 1000;
}
.modal.active {
display: flex;
}
.modal-content {
background-color: rgba(255,255,255,0.9);
padding: 1em;
border-radius: 8px;
width: 80%;
box-sizing: border-box;
position: relative;
box-shadow: 0 0 15px rgba(0,0,0,0.3);
text-align: left;
max-height: 80vh;
overflow-y: auto;
}
.modal-content h2 {
font-size: 16px !important;
line-height: 1.5em;
font-weight: 700;
}
.modal-content h4 {
font-size: 16px;
line-height: 1.5em;
font-weight: 700;
padding: 1em 0 0.2em 0;
color: #313784;
}
.modal-content p {
font-size: 14px;
line-height: 1.5em;
}
.modal-content ol {
}
.modal-content ol li {
width: 100% !important;
line-height: 1.5em !important;
padding: 0 0 0.5em 0 !important;
}
.modal-content ol li b{
border-bottom: solid 3px #F6F525;
}
.modal-content ol li:nth-of-type(1) {
border-left: none !important;
padding: 0 !important;
}
.close-modal-btn {
position: absolute;
top: 0.5rem;
right: 0.8rem;
font-size: 1.5rem;
background: none;
border: none;
cursor: pointer;
}
/*=============================================================
#contact
=============================================================*/
#contact {
background-color: #163B1E;
margin: 50px auto 0 auto;
padding: 20px 0 20px 0;
text-align: center;
}
#contact h5 {
color: #FFF;
font-size: 18px;
line-height: 1.5em;
letter-spacing: 0em;
padding-bottom: 0.8em;
}
#contact p.en {
color: #FFF;
font-size:14px;
line-height: 1.5em;
}
#contact .box {
display: none;
}
/*=============================================================
#FOOTER
=============================================================*/
.pagetop {
display: none;
position: fixed;
bottom: 70px;
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_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: 43%;
line-height: 0;
display: block;
display: flex;
align-items:stretch;
}
#footer_bt ul li:nth-of-type(2) {
width: 57%;
}
#footer_bt ul li a {
color: #FFF;
width: 100%;
text-align: center;
text-decoration: none;
display: block;
font-weight: 600;
font-size: 15px;
line-height: 1.2em;
}
#footer_bt ul li a:before {
content: '';
display: inline-block;
background-size: contain;
vertical-align: middle;
margin-right: 5px;
position: relative;
top: -2px;
}
#footer_bt ul li:nth-of-type(1) {
border-right: 1px solid #FFF;
box-sizing: border-box;
}
#footer_bt ul li.tel a {
background-color: #4e5d72;
color: #FFF;
font-family: shippori-mincho, sans-serif;
font-weight: 500;
font-style: normal;
font-size: 18px;
padding: 0.6em 0 0.4em 0;
}
#footer_bt ul li.tel a:before {
background-image: url("../image/icon_tel.png");
width: 15px;
height: 15px;
}
#footer_bt ul li.mail a {
background-color: #163B1E;
padding: 0.8em 0 0.3em 0;
}
#footer_bt ul li.mail a:before {
background-image: url("../image/icon_mail.png");
width: 15px;
height: 12px;
}

#footer {
margin-right: auto;
margin-left: auto;
text-align: center;
margin-top: 0px;
margin-bottom: 0px;
overflow: hidden;
position: relative;
width: 100%;
padding: 0px 0 100px 0;
}
#footer .logo {
margin: 40px auto 20px auto;
}
#footer .logo img {
width: 70%;
height: auto;
}
#footer .body {
background-color: #f4f4f4;
}
#footer p {
font-size: 14px;
line-height: 1.5em;
font-weight: 500;
}
#footer ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
width: 80%;
margin: 20px auto 30px auto;
}
#footer ul li {}
#footer ul li a {
color: #000;
text-decoration: none;
font-size: 14px;
line-height: 1.5em;
}
#footer ul li a:hover {
text-decoration: underline;
}

#footer p.copyright {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #999;
line-height: 150%;
padding-top: 10px;
padding-bottom: 3px;
}


