@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;
}
/*=============================================================
web font
=============================================================*/
.Ryo_GothicR {
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 400;
font-style: normal;
}
.Ryo_GothicM {
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 500;
font-style: normal;
}
.Ryo_GothicB {
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 700;
font-style: normal;
}
.AcuminL {
font-family: acumin-pro, sans-serif;
font-weight: 300;
font-style: normal;
}
.AcuminR {
font-family: acumin-pro, sans-serif;
font-weight: 400;
font-style: normal;
}
.AcuminM {
font-family: acumin-pro, sans-serif;
font-weight: 500;
font-style: normal;
}
.AcuminB {
font-family: acumin-pro, sans-serif;
font-weight: 700;
font-style: normal;
}
/*=============================================================
#header
=============================================================*/
#header {
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
width: 100%;
text-align: left;
position: relative;
padding: 0 0 0px 0;
}
#header ul {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
width: 100%;
margin: 0px auto 0 auto;
}
#header ul li {
}
#header ul li.logo {
position: relative;
width: 50%;
padding: 10px 0 0 2%;
}
#header ul li.logo img {
width: 100%;
height: auto;
}
#header ul li.bt,
#header ul li.contact {
display: none;
}
#header ul li.contact a {
}

/*=============================================================
# 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: #000080;
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 {
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: #f4f4f4;
visibility: hidden;
opacity: 0;
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: 1em 0 1em 1em;
}
#overlay .body ul li {
position: relative;
padding-bottom: 1em;
}
#overlay .body ul li a {
font-size: 18px;
line-height: 1.4em;
display: block;
position: relative;
padding-left: 1em;
color: #565656;
font-weight: 600;
}
#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: 600;
font-size: 18px;
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: #686868;
}
#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: #0e307b;
color: #FFF;
font-family: source-sans-pro, sans-serif;
font-weight: 600;
font-style: normal;
font-size: 24px;
border: 1px solid #D1D1D1;
padding: 0.5em 0 0.5em 2em;
}
#overlay ul.contact li.tel a:before {
background-image: url("../image/icon_tel.png");
width: 18px;
height: 18px;
top: 35%;
}

#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
=============================================================*/
#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: 20px;
}
#mainbody #title {
display: block;
line-height: 0;
overflow: hidden;
position: relative;
width: 100%;
background-size: cover;
background-position: center center;
padding: 20px 0 20px 0;
}
#mainbody #title:before {
width: 100%;
height: 100%;
content: '';
position: absolute;
top: 0;
left: 0;
opacity: 0.5;
background-image: url(../image/dot.png);
background-size: 3px auto;
z-index: 11;
background-color: rgba(0,0,0,0.7);
}
#mainbody #title .box {
background-color: rgba(255,255,255,0.8);
display: block;
position: relative;
width: 85%;
margin: 0px auto 0 auto;
padding: 2em 0 1em 0;
z-index: 12;
text-align: center;
}
#mainbody #title p {
color: #000;
font-family: gravita-geo-variable, sans-serif;
font-variation-settings: "wght" 300;
font-size: 24px;
padding: 0;
margin: 0px auto 0 auto;
}
#mainbody #title p:after {
content: "";
display: block;
width: 100px;
height: 2px;
margin: 0.7em auto 0.3em auto;
border-bottom: solid 2px #8dbee7;
}
#mainbody #title h1,
#mainbody #title h2 {
font-family: ryo-display-plusn, serif;
font-weight: 600;
font-style: normal;
position: relative;
color: #000;
font-size: 20px;
line-height: 1.4em;
text-align: center;
z-index: 20;
}
.breadcrumb-list {
display: none;
}

#contents p.description {
color: #232323;
width: 90%;
margin: 0px auto 0 auto;
text-align: left;
font-size: 14px;
line-height: 1.4em;
}

#business {
margin: 50px auto 0 auto;
}
#business h3,
#company h3{
padding: 1em 0 0.4em 0;
color: #444444;
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 500;
font-style: normal;
font-size: 16px;
line-height: 1.5em;
text-align: center;
}
#business h3 b,
#company h3 b{
color: #000;
font-family: gravita-geo-variable, sans-serif;
font-variation-settings: "wght" 180;
font-size: 30px;
}
#business h3 b:after,
#company h3 b:after{
content: "";
display: block;
width: 100px;
height: 2px;
margin: 10px auto 5px auto;
border-bottom: solid 2px #8dbee7;
}
#business p {
font-size: 14px;
line-height: 1.4em;
color: #232323;
margin: 20px 1em 1em 1em;
}
#business ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin: 0px auto 0 auto;
}
#business ul li {
position: relative;
overflow: hidden;
display: block;
}
#business ul li:after {
content: "";
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
transition: all .3s ease-out;
background:rgba(0,0,0,1);
}
#business ul:nth-of-type(1) {
margin: 0px auto 0 auto;
}
#business ul:nth-of-type(1) li {
width: 50%;
}
#business ul:nth-of-type(2) li {
width : calc(100% / 3) ;
border-top: solid 1px #FFF;
}
#business ul li.bg1,
#business ul li.bg3,
#business ul li.bg4 {
border-right: solid 1px #FFF;
box-sizing: border-box;
}
#business ul li.bg1:after,
#business ul li.bg2:after,
#business ul li.bg3:after,
#business ul li.bg4:after,
#business ul li.bg5:after {
background-size: cover;
background-position: center center;
}
#business ul li.bg1:after {
background-image: url("../image/top/bg_business1.jpg");
}
#business ul li.bg2:after {
background-image: url("../image/top/bg_business2.jpg");
}
#business ul li.bg3:after {
background-image: url("../image/top/bg_business3.jpg");
}
#business ul li.bg4:after {
background-image: url("../image/top/bg_business4.jpg");
}
#business ul li.bg5:after {
background-image: url("../image/top/bg_business5.jpg");
}
#business ul li:hover:after {
transform: scale(1.1);
opacity: 1;
}
#business ul li.bg3 br {
display: none;
}
#business ul li a {
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1.4em;
height: 150px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
text-decoration: none;
color: #fff;
background:rgba(0,0,0,0.5);
box-sizing: border-box;
padding: 0 0.5em 0 0.5em;
text-align: center;
}

#company {
margin: 50px auto 0 auto;
}
#company ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
width: 90%;
margin: 20px auto 0 auto;
}
#company ul li {
width: 48%;
display: block;
position: relative;
overflow: hidden;
margin-bottom: 5%;
}
#company ul li a {
position: relative;
height: 140px;
z-index: 1;
display: flex;
align-items:flex-end;
justify-content: center;
}
#company ul li:after {
content: "";
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
background-size: cover;
transition: all .3s ease-out;
opacity: .8;
}
#company ul li h4 {
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 400;
font-style: normal;
position: relative;
display: block;
width: 100%;
font-size: 16px;
line-height: 1.4em;
text-align: center;
background-color: #777777;
color: #FFF;
padding: 0.2em 0 0.3em 0;
}
#company ul li:nth-child(1):after {
background-image: url("../image/top/company1.jpg");
}
#company ul li:nth-child(2):after {
background-image: url("../image/top/company2.jpg");
}
#company ul li:nth-child(3):after {
background-image: url("../image/top/company3.jpg");
}
#company ul li:nth-child(4):after {
background-image: url("../image/top/company4.jpg");
}
#company ul li:hover:after {
transform: scale(1.1);
opacity: 1;
}

/*************** contact ********************************/
#contact {
margin: 50px 0 0 0;
padding: 30px 0 30px 0;
background-image: url("../image/contact_bg.jpg");
background-size: cover;
color: #FFF;
}
#contact h5{
padding-bottom: 0.4em;
color: #FFF;
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 500;
font-style: normal;
font-size: 18px;
line-height: 1.3em;
text-align: center;
}
#contact p {
font-size: 14px;
line-height: 1.3em;
margin: 20px auto 0 auto;
padding: 0 1em 0 1em;
text-align: center;
} 
#contact dl {
width: 90%;
border: 1px solid #FFF;
box-sizing: border-box;
margin: 20px auto 0 auto;
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 400;
padding: 1.5em 0 0.5em 0;
}
#contact dd {
padding: 0 0 1.5em 0;
}
#contact dd h6 {
font-size: 18px;
line-height: 1em;
font-weight: 500;
text-align: center;
padding-bottom: 0.5em;
}
#contact dd p {
font-size: 14px;
line-height: 1.3em;
text-align: center;
margin: 0px auto 0 auto;
}
#contact dd p.tel {
margin: 0px auto 0 auto;
}
#contact dd p.tel a[href^="tel:"] {
color: #FFF !important;
font-size: 28px;
line-height: 1.2em;
font-family: source-sans-pro, sans-serif;
font-weight: 600;
font-style: normal;
position: relative;
}
#contact dd p.tel:before {
content: '';
display: inline-block;
width: 22px;
height: 22px;
background-image: url("../image/icon_tel.png");
background-size: contain;
vertical-align: middle;
margin-right: 0.8em;
position: relative;
top: -5px;
}
#contact p.mail {
margin: 0px 0 0 0;
}
#contact p.mail a {
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 600;
background-color: #0e307b;
color: #FFF;
font-style: normal;
text-decoration: none;
font-size: 16px;
line-height: 1.2em;
display: block;
width: 80%;
text-align: center;
padding: 0.6em 0 0.6em 0;
position: relative;
margin: 0em auto 0 auto;
}
#contact p.mail a:before {
content: '';
display: inline-block;
width: 20px;
height: 16px;
background-image: url("../image/icon_mail.png");
background-size: contain;
vertical-align: middle;
position: absolute;
top: 30%;
left: 6%;
}
#contact p.mail a:hover {
background-color: #c30d23;
}

/*=============================================================
#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 {
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 .body {
}
#footer dl {
width: 90%;
margin: 0px auto 0 auto;
text-align: left;
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 500;
font-style: normal;
padding: 5% 0 10% 0;
}
#footer a {
color: #565656;
}
#footer a img:hover {
opacity: .70;
}
#footer dt {
width: 100%;
background-color: #FFF;
color: #3f3f3f;
box-sizing: border-box;
padding: 30px 0em 1em 0em;
}
#footer dd {
width: 95%;
box-sizing: border-box;
padding: 1em 0em 1em 0;
margin: 0px auto 0 auto;
}
#footer dd:nth-of-type(1) {
padding: 2em 0em 1em 0;
}
#footer dt .logo {
margin: 0px 0 10px 0;
width: 70%;
}
#footer dt .logo img {
}
#footer dt p {
font-size: 16px;
line-height: 1.5em;
margin: 0;
padding: 0;
text-align: left;
font-weight: 500;
}
#footer dt ol {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
margin-top: 20px;
}
#footer dt ol li {
margin-right: 1em;
}
#footer dt ol li a {
font-size: 14px;
line-height: 1.5em;
position: relative;
padding-left: 0.8em;
letter-spacing: 0;
}
#footer dt 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%;
}
#footer dt ol li a:hover {
text-decoration: underline;
}
#footer dd ul {
padding: 0 0 0 0;
}
#footer dd ul li {
position: relative;
padding-bottom: 1em;
}
#footer dd ul li a {
font-size: 18px;
line-height: 1.5em;
display: block;
position: relative;
padding-left: 1em;
font-weight: 500;
}
#footer dd 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;
}
#footer dd ul li a:hover {
color: #000080;
text-decoration: underline;
}
#footer p.copyright {
font-family: gravita-geo-variable, sans-serif;
font-variation-settings: "wght" 400;
font-size: 13px;
line-height: 1.4em;
color: #777777;
text-align: center;
padding: 1em 0 2em 0;
}

#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: 50%;
line-height: 0;
display: flex;
align-items:stretch;
}
#footer_bt ul li a {
color: #FFF;
width: 100%;
text-align: center;
text-decoration: none;
font-weight: 600;
font-size: 16px;
line-height: 1.2em;
position: relative;
box-sizing: border-box;
border: 1px solid #D1D1D1;
padding: 0.5em 0 0.5em 0;
}
#footer_bt ul li a:before {
content: '';
display: inline-block;
background-size: contain;
vertical-align: middle;
position: relative;
}
#footer_bt ul li.tel a {
background-color: #0e307b;
color: #FFF;
font-family: source-sans-pro, sans-serif;
font-weight: 600;
font-style: normal;
font-size: 20px;
line-height: 1.2em;
position: relative;
}
#footer_bt ul li.tel a:before {
background-image: url("../image/icon_tel.png");
width: 18px;
height: 18px;
top: 30%;
left: 5%;
position: absolute;
}
#footer_bt ul li.mail a {
background-color: #686868;
padding: 0.7em 0 0.3em 0;
}
#footer_bt ul li.mail a:before {
background-image: url("../image/icon_mail.png");
width: 20px;
height: 16px;
top: 32%;
left: 8%;
position: absolute;
}

