@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{
}
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: 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;
transition: all 0.3s ease-out;
}
a:hover {
color: #00F;
text-decoration: underline;
}
#container {
margin: 0px auto 0 auto;
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 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;
}
/*=============================================================
#header
=============================================================*/

/*=============================================================
#contents
=============================================================*/

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

@media (max-width:768px){
#footer .body dd{
width:100%;
}
#footer .body dd:nth-child(3){
text-align:left;
padding: 2em 0 0 0;
}
#footer .body dd p.tel {
font-size: 30px;
}
#footer .body dd p.link {
padding: 1em 0 0 0;
}
#footer .body dd p.link a {
margin: 0 1em 0 0;
}
}








