@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
=============================================================*/
html {
font-size: 62.5%;
}
body,html{

}
body,html{
width: 100%;
}
body {
margin: 0px;
padding: 0px;
background-color: #FFF;
line-height: 1.8em;
color: #333333;
text-align: left;
text-size-adjust: 100%;
font-size: 1.6em;
}
a:active {
color: #0000FF;
text-decoration: none;
}
a:visited {
color: #66F;
text-decoration: none;
}
a:link {
color: #0000FF;
text-decoration: none;
transition: all 0.3s ease-out;
}
a:hover {
color: #00F;
text-decoration: none;
}
#container {
margin-right:auto;
margin-left:auto;
margin-top: 0px;
margin-bottom: 0px;
text-align: center;
width: 100%;
background-color: #FFF;
}
a[href^="tel:"] {
pointer-events: none;
text-decoration: none;
color: #000;
}
.hd,
#sp_menu,
#footer_bt {
display: none !important;
}
/*=============================================================
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: 10px;
margin-left: auto;
width: 100%;
text-align: left;
position: relative;
padding: 0;
z-index: 5000;
}
#header ul {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
width: 96%;
margin: 0px auto 0 auto;
font-size: clamp(0.75rem, 1.88vw, 1.875rem);
}
#header ul li {
position: relative;
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 600;
font-style: normal;
}
#header ul li.logo {
position: relative;
width: 30%;
padding-top: 25px;
}
#header ul li.logo img {
width: 100%;
height: auto;
}
#header ul li a {
line-height: 1.5em;
font-variation-settings: "wght" 700;
color: #000;
display: inline-block;
position: relative;
transition: .3s;
min-height: 0;
}
#header ul li.contact {
width: 12%;
}
#header ul li.contact a {
background-color: #686868;
display: block;
text-align: center;
color: #FFF;
width: 100%;
box-sizing: border-box;
margin: 0px 0 0 auto;
text-decoration: none;
font-size: clamp(0.5rem, 1vw, 1.8rem);
line-height: 1.5em;
position: relative;
padding: 0.7em 1em 0.7em 1em;
}
#header ul li.contact a:before {
content: '';
display: inline-block;
width: 19px;
height: 15px;
background-image: url("../image/icon_mail.png");
background-size: contain;
vertical-align: middle;
position: relative;
top: -1px;
margin-right: 0.5em;
}
#header ul li.contact a:hover {
background-color: #0e307b;
}
#header ul li.bt a:hover {
color: #7392c9;
}
#header ul li.bt a::after{
position: absolute;
bottom: -5px;
left: 0%;
content: '';
width: 0;
height: 2px;
background-color: #0e307b;
transition: .3s;
transform: translateX(0%);
}
#header ul li.bt a:hover::after{
width: 100%;
}
#header ul li.has-child ol li a::after {
content: none;
}

/************　ドロップダウンメニュー ***********/
#header ul li.has-child ol,
#footer ul li.has-child ol{
position: absolute;
left:0;
top: 40px;
width: 250px;
z-index: 1000;
visibility: hidden;
opacity: 0;
transition: all .3s;
padding: 0px;
background-color: rgba(0,0,128,0.8);
}
/*hoverしたら表示*/
#header ul li.has-child:hover > ol,
#footer ul li.has-child:hover > ol,
#header ul li.has-child ol li:hover > ol,
#footer ul li.has-child ol li:hover > ol,
#header ul li.has-child:active > ol,
#footer ul li.has-child:active > ol,
#header ul li.has-child ol li:active > ol,
#footer ul li.has-child ol li:active > ol {
visibility: visible;
opacity: 1;
}
#header ul li.has-child ol li,
#footer ul li.has-child ol li{
width: 100%;
margin: 0 0 0 0;
display: block;
z-index: 1000;
}
#header ul li.has-child ol li a,
#footer ul li.has-child ol li a{
color: #FFF;
text-decoration: none;
font-size: 1.7rem;
line-height: 1.5em;
display: block;
position: relative;
box-sizing: border-box;
padding: 0.6em 0.5em 0.7em 0.8em;
z-index: 1000;
text-align: left;
}
#header ul li.has-child ol li a:hover,
#footer ul li.has-child ol li a:hover{
color: #000080;
background-color: #8dbee7;
}
#header ul li ol li a:after,
#footer ul li ol li a:after{
border-color: #bbbaba;
top: 42%;
right: 5%;
}
/************　ドロップダウンメニュー ***********/


/*=============================================================
#contents
=============================================================*/
#mainbody {
width: 100%;
margin: 0px auto 0 auto;
padding-bottom: 100px;
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 500;
font-style: normal;
}
#mainbody #title {
display: block;
line-height: 0;
overflow: hidden;
position: relative;
width: 100%;
background-size: cover;
background-position: center top;
padding: 120px 0 120px 5%;
box-sizing: border-box;
}
#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.1);
}
#mainbody #title p {
color:rgba(255,255,255,0.5);
font-family: acumin-pro, sans-serif;
font-weight: 500;
font-style: normal;
font-size: 80px;
line-height: 0.8em;
padding: 0;
margin: 0px auto 0 auto;
position: relative;
z-index: 20;
text-align: left;
}
#mainbody #title h1 {
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 700;
font-style: normal;
position: relative;
color: #FFF;
font-size: 30px;
line-height: 1.8em;
z-index: 20;
text-align: left;
}

.breadcrumb-list {
background-color: #EAEAEA;
padding: 0.7em 0 0.7em 0;
}
.breadcrumb-list ul {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
width: 80%;
margin: 0px auto 0 auto;
}
.breadcrumb-list ul li {
color: #232323;
font-size: 14px;
line-height: 1.5em;
margin-right: 1em;
}
.breadcrumb-list a {
color: #232323;
position: relative;
display: block;
padding-right: 1em;
}
.breadcrumb-list a:after {
content: '';
box-sizing: border-box;
display: inline-block;
position: absolute;
width: 6px;
height: 6px;
border-style: solid;
border-width: 1px 1px 0 0;
border-color: #232323;
transform: rotate(45deg);
top: 30%;
right: 0;
}
.breadcrumb-list a:hover {
text-decoration: underline;
}
#mainbody p {
}
#contents {
padding: 50px 0 50px 0;
}

#contact {
margin: 100px 0 0 0;
padding: 70px 0 70px 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: 40px;
line-height: 1.5em;
}
#contact p {
font-size: 20px;
line-height: 1.8em;
margin: 20px auto 0 auto;
} 
#contact dl {
border: 1px solid #FFF;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
width: 1200px;
margin: 40px auto 0 auto;
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 400;
}
#contact dd {
width: 100%;
padding: 30px 0 30px 0;
}
#contact dd h6 {
font-size: 22px;
line-height: 1em;
font-weight: 500;
text-align: center;
}
#contact dd p {
font-size: 16px;
line-height: 1.5em;
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: 65px;
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: 41px;
height: 41px;
background-image: url("../image/icon_tel.png");
background-size: contain;
vertical-align: middle;
margin-right: 12px;
position: relative;
top: -15px;
}
#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: 27px;
line-height: 1.2em;
display: block;
width: 430px;
text-align: center;
padding: 0.6em 0 0.6em 0;
position: relative;
margin: 0.5em auto 0 auto;
}
#contact p.mail a:before {
content: '';
display: inline-block;
width: 37px;
height: 29px;
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: 30px;
right: 30px;
width: 50px;
height: 50px;
text-align: center;
z-index: 8000;
cursor: pointer;
}
.pagetop span {
display: block;
border-radius: 50%;
background: #9fb7d4;
color: #fff;
font-size: 18px;
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.5;
font-family: Arial, Helvetica, sans-serif;
}
.pagetop span:hover {
background-color: #8a969e;
}
#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 {
display: flex;
flex-wrap: nowrap;
justify-content: flex-start;
width: 85%;
min-width: 1200px;
margin: 100px auto 0 auto;
text-align: left;
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 500;
font-style: normal;
}
#footer a {
color: #565656;
}
#footer a img:hover {
opacity: .70;
}
#footer dt {
width: 30%;
background-color: #FFF;
color: #3f3f3f;
box-sizing: border-box;
padding: 0px 1em 30px 30px;
}
#footer dd {
width: 70%;
box-sizing: border-box;
padding: 0px 1em 80px 30px;
}
#footer dt .logo {
margin-bottom: 20px;
}
#footer dt .logo img {
}
#footer dt p {
font-size: 18px;
line-height: 1.6em;
font-weight: 500;
margin: 0;
padding: 0;
}
#footer dt ol {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
margin-top: 40px;
}
#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 h6 {
color: #000000;
font-weight: 600;
font-size: 18px;
line-height: 1.8em;
}
#footer dd ul {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
#footer dd ul li {
position: relative;
padding: 0 1em 0.7em 0;
}
#footer dd ul li a {
font-size: 18px;
line-height: 1.5em;
font-weight: 600;
display: block;
position: relative;
padding-left: 0.8em;
}
#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: 14px;
line-height: 1.5em;
color: #777777;
text-align: right;
padding: 1em 2em 0 0;
}



