body {
	color: #222526;
	vertical-align: baseline;
	font-family: 'IBM Plex Sans JP',"メイリオ", "Meiryo","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	height: 100%;
	margin:0;
	padding:0;
    line-height: 160%;
    font-weight: 500;
}
a{
	transition: all  0.2s ease-out;
    text-decoration: none;
    color: #222526;
}
a:hover {
	text-decoration:none;
}
@media (min-width: 751px) {
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
ul,ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
:root {
    --main-color: #16bfbb;
    --sub-color: #38a9f4;
    --bg-color: #e8f9f8;
    --gradation: linear-gradient(to right, #16bfbb 40%, #38a9f4 100%);
}
/***********************************************
 wrapper
************************************************/
#wrapper{
    overflow: hidden;
}
/***********************************************
 float-banner
************************************************/
.float-banner {
    display: none;
}
.float-banner li:first-child{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
}
.float-banner li:first-child img{
    max-width: 320px;
    width: 100%;
    height: auto;
    filter: drop-shadow(1px 1px 10px rgba(0,0,0,0.2));
}
.float-banner li:last-child{
    display: none;
}
.float-banner li:first-child .banner-close {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 9997;
    padding: 3px 4px;
    border: none;
    background-color:  var(--sub-color);
    border-radius: 50%;
    cursor: pointer;
    line-height: 100%;
}
/***********************************************
 header
************************************************/
header #smartnavi {
    display: none;
}
header .header-inner{
    position: relative;
    width: 100%;
    min-height: 70px;
}
header .header-logo{
    position: absolute;
    left: 20px;
    top: 20px;
    max-width: 150px;
    z-index: 99999;
}
header .header-logo img{
    width: 100%;
    height: auto;
}
header #globalnavi ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    list-style: none;
    margin: 0 0 0 0;
    padding:0 170px 0 0;
    box-sizing: border-box;
}
header #globalnavi ul > li > a{
    display: flex;
    height: 80px;
    align-items: center;
    font-weight: bold;
    color: #222526;
}
header #globalnavi ul > li > a {
    background: linear-gradient(rgb(22,191,187) 0%,rgb(56,169,244) 100%)  bottom /var(--d, 0) 3px no-repeat;
    transition:0.3s;
}
header #globalnavi ul > li > a:hover {
    --d: 100%;
}
header #globalnavi ul > li:not(:last-child) {
    margin-right: 3%;
}
/************************************
megamenu 
*************************************/
.gnav > li:hover .megamenu {
    max-height: 9999px;
    padding: 50px 0;
    opacity: 1;
}
.megamenu {
    background: #e8f9f8;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 80px;
    left: 0;
    transition: all .2s ease-in;
    z-index: 998;
}
.megamenu .row{
    display: flex;
    justify-content: space-between;
    width: calc(100% - 170px);
    margin: 0 170px 0 20px;
    max-width: calc(1400px - 170px);
}
.megamenu .row .column-title{
    width: 25%;
    min-height: 134px;
    background: url(../images/common/navi-logo.svg) no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.megamenu .row .column-title a{
    font-size: 28px;
    color: #16bfbb;
    font-weight: bold;
}
.megamenu .row .column-navi{
    width: 75%;
}
.megamenu .row .column-navi ol>li>ol{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.megamenu .row .column-navi ol>li>ol::after{
    content:"";
    display: block;
    width:32%;
}
.megamenu .row .column-navi ol>li>ol>li {
    width: 32%;
    margin-bottom: 10px;
}
.megamenu .row .column-navi ol>li>ol>li a{
    padding: 15px 10px;
    display: block;
    background: #fff;
    font-weight: normal;
    color: #222526;
    position: relative;
}
.megamenu .row .column-navi ol>li>ol>li a:before{
    position: absolute;
    content: "";
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 9px;
    background: url(../images/common/navi-ar.svg) no-repeat;
    background-size: 10px 9px;
    background-size: cover;
}
.global-contact{
    position: fixed;
    content: "";
    right: 0;
    top: 0;
    z-index: 999;
    width: 169px;
    height: 183px;
    background: url(../images/common/contact-bg.svg) no-repeat;
    background-size: cover;
}
.global-contact a{
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 120px;
    display: block;
    text-align: center;
    align-items: center;
    align-content: center;
    align-self: center;
    color: #fff;
    font-size: 16px;
}
.global-contact span{
    position: absolute;
    left: 80px;
    top: 75px;
    background: url(../images/common/illust-01.svg) no-repeat;
    width: 69px;
    height: 63px;
    background-size: cover;
    animation: fuwafuwa 2s infinite ease-in-out;
}
@keyframes fuwafuwa {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
}
.global-contact a:hover{
    color: yellow;
}
/***********************************************
 ft-contact
************************************************/
#ft-contact{
    background: url(../images/common/footer-bg.jpg) no-repeat;
    background-size: cover;
    background-position:center center;
    position: relative;
}
#ft-contact:before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(29,32,130);
    background: var(--gradation);
    opacity: .85;
}
#ft-contact .inner{
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 860px;
    margin: 0 auto;
    padding: 50px 0 0 0;
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
#ft-contact .inner .column-l{
    width: 68%;
}
#ft-contact .inner .column-l h2{
    font-size: clamp(1.375rem, 1.148rem + 1.14vw, 2rem);
    line-height: 150%;
    font-weight: 600;
}
#ft-contact .inner .column-l h2 span{
    display: block;
}
#ft-contact .inner .column-l ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#ft-contact .inner .column-l ul li{
    width: 49%;
    margin-bottom: 1em;
}
#ft-contact .inner .column-l ul li a{
    display: block;
    font-size: clamp(1rem, 0.571rem + 1.07vw, 1.375rem);
    font-weight: bold;
    color: #ffff36;
    padding: 20px 0;
    text-align: center;
    background: #eb697f;
    border-radius: 40px;
    white-space: nowrap;
}
#ft-contact .inner .column-l ul li a img{
    width: 100%;
    height: auto;
}
#ft-contact .inner .column-r{
    width: 27%;
}
#ft-contact .inner .column-r img{
    width: 100%;
    height: auto;
}
/***********************************************
 footer
************************************************/
#footer{
    background: #f2f3f4;
    position: relative;
}
#footer .inner{
    margin: 0 auto;
    width: 90%;
    max-width: 980px;
    padding: 50px 0;
}
#footer .inner .ft-navi ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#footer .inner .ft-navi ul li a{
    color: #222526;
}
#footer .inner .footer-add{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    font-size: 14px;
    margin: 50px 0 0 0;
}
#footer .inner .footer-add dt{
    width: 20%;
    padding: 0;
}
#footer .inner .footer-add dt a{
    color: #0083e7;
}
#footer .inner .footer-add dt img{
    width: 100%;
    height: auto;
    max-width: 205px;
    display: block;
    mix-blend-mode: darken;
    margin-bottom: 10px;
}
#footer .inner .footer-add dd{
    width: 75%;
    margin: 0;
    padding: 0;
}
#footer .inner .footer-add dd strong{
    font-size: 16px;
}
#footer .inner small{
    font-size: 11px !important;
}
#footer .up-bt{
    position: absolute;
    content: "";
    right: 40px;
    top: -30px;
    z-index: 10;
}
/***********************************************
page-error
************************************************/
#page-error {
    padding: 70px 0 100px 0;
}
#page-error .inner{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 980px) {
/***********************************************
 header
************************************************/
header .header-logo{
    max-width: 130px;
    top: 25px;
}
header #globalnavi ul > li:not(:last-child) {
    margin-right: 2%;
    font-size: 15px;
}
.megamenu .row .column-title a{
    font-size: 24px;
}
}
@media screen and (max-width: 850px) {
}
@media screen and (max-width: 768px) {
/***********************************************
 header
************************************************/
header .header-logo{
    top: 20px;
}
header #globalnavi {
    display: none;
}
.global-contact{
    display: none;
}
/************************************************************
 smartnavi
*************************************************************/
header #smartnavi {
    display: block;
}
header #smartnavi{
    position: absolute;
    content: "";
	height:1px;
	width:100%;
	z-index:9997;
    top: 0;
    right: 0;
}
.hm_menu_check {
	display: none;
}
.hm_btn {
	position: relative !important;
	top:10px !important;
	right:15px !important;
	width: 40px !important;
	height: 40px !important;
    padding: 0 !important;
	cursor: pointer !important;
	display: block !important;
	float: right !important;
	margin :0 !important;
    z-index: 2 !important;
    box-sizing: border-box;
}
.hm_btn::after {
	bottom: 20px !important;
	background: var(--main-color);
}
.hm_btn::before {
	top: 29px !important;
	background: var(--main-color);
}
.hm_btn::before,
.hm_btn::after {
	width: 40px !important;
	height: 3px !important;
	display: block !important;
	content: '' !important;
	position: absolute !important;
    border-radius: 3px !important;
}
.hm_menu_wrap {
	width :100%;
	position: absolute;
	left: -110%;
	top: -2px;
	-webkit-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
	background: #fff;
    filter: drop-shadow(5px 5px 3px rgba(0,0,0,0.2));
	height: calc(100vh - 70px) !important;
	background-size:cover!important;
    overflow-y: scroll;  
    -webkit-overflow-scrolling: touch; 
}
.hm_menu_check:checked ~ .hm_btn::before {
	background: var(--main-color) !important;
	-webkit-box-shadow: transparent 0 0 0 !important;
	box-shadow: transparent 0 0 0 !important;
	-webkit-transform: rotate(45deg) translate3d(-2px, -18px, 0) !important;
	transform: rotate(45deg) translate3d(-2px, -18px, 0) !important;
    border-radius: 3px !important;
}
.hm_menu_check:checked ~ .hm_btn::after {
	background: var(--main-color) !important;
	-webkit-transform: rotate(-45deg) translate3d(9px, 6px, 0) !important;
	transform: rotate(-45deg) translate3d(9px, 6px, 0) !important;
    border-radius: 3px !important;
}
.hm_menu_check:checked ~ .hm_menu_wrap {
	left: 0;
	position:relative;
}
.hm_menu_check:checked ~ .hm_menu_wrap:before {
	position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background: url(../images/common/phone-bg.svg) no-repeat;
    background-size: cover;
    width: 140px;
    height: 152px;
}
.hm_menu_inner{
	position:absolute;
	top: 20px;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99999;
}
#mdropmenu{
     width:100%;
}
#mdropmenu>li {
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
}
#mdropmenu>li a{
    padding:.9em .2em;
	display:block;
	position:relative;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all  0.3s ease;
    color: #222526;
}
#mdropmenu>li a:after{
    position: absolute;
    content: "";
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 9px;
    background: url(../images/common/navi-ar.svg) no-repeat;
    background-size: 10px 9px;
    background-size: cover;
}
#mdropmenu>li a:hover{
    background: var(--bg-color);
}
#mdropmenu .mlist{
     cursor:pointer;
     padding:.9em .2em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all  0.3s ease;
    position: relative;
}
#mdropmenu .mlist:hover{
    background: var(--bg-color);
}
#mdropmenu li>ul>li>a{
    padding: .7em .2em !important;
    font-size: 14px;
    line-height: 150%;
    position: relative;
    font-weight: normal;
    color: #222526;
}
#mdropmenu li>ul li a{
    padding-right: 10px;
}
#mdropmenu li>ul li a:after{
    position: absolute;
    content: "";
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 9px;
    background: url(../images/common/navi-ar.svg) no-repeat;
    background-size: 10px 9px;
    background-size: cover;
}
#mdropmenu i{
    font-size: 0;
}
#mdropmenu li ul{
     display:none;
}
.fa-plus-circle{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    width: 10px;
    height: 9px;
    background: url(../images/common/navi-ar-dw.svg) no-repeat;
    background-size: 10px 9px;
    background-size: cover;
}
.fa-minus-circle{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    width: 10px;
    height: 9px;
    background: url(../images/common/navi-ar-up.svg) no-repeat;
    background-size: 10px 9px;
    background-size: cover;
}
}
@media screen and (max-width: 640px) {
/***********************************************
 float-banner
************************************************/
.float-banner li:first-child{
    display:none;
}
.float-banner li:last-child{
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.8));
}
.float-banner li:last-child img{
    width: 100%;
    height: auto;
    max-width: 450px;
}
.float-banner li:last-child .banner-close {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: -18px;
    right: 5px;
    z-index: 9997;
    padding: 3px 4px;
    border: none;
    background-color:  var(--sub-color);
    border-radius: 50%;
    cursor: pointer;
}
/***********************************************
 ft-contact
************************************************/
#ft-contact .inner{
    padding: 50px 0;
}
#ft-contact .inner .column-l{
    width: 100%;
    order: 2;
}
#ft-contact .inner .column-r{
    width: 100%;
    max-width: 180px;
    order: 1;
    margin: 0 auto;
}
/***********************************************
 footer
************************************************/
#footer .inner .ft-navi ul li {
    width: 50%;
    margin-bottom: 1em;
}
#footer .inner .footer-add dt{
    width: 100%;
    margin-bottom: 10px;
}
#footer .inner .footer-add dd{
    width: 100%;
}
}
@media screen and (max-width: 540px) {
}
@media screen and (max-width: 450px) {
}
@media screen and (max-width: 400px) {
/***********************************************
 ft-contact
************************************************/
#ft-contact .inner .column-l ul li{
    width: 100%;
}
}
@media screen and (max-width: 350px) {
}