html {
    scroll-padding-top: 120px;
}
body {
	color: #005697;
	vertical-align: baseline;
	font-family: "LINE Seed 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: #005697;
}
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: #005697;
    --sub-color: #00aae7;
    --bg-color: #e3f6fc;
    --gradation: linear-gradient(to right, #144da4 0, #00aae7 100%);
}
a.more{
    display: flex;
    align-items: center;
    max-width: 400px;
    width: 100%;
    height: 70px;
    background: #fff;
    border: 1px solid var(--main-color);
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    color: var(--main-color);
    padding: 0 30px 0 15px;
    margin: 50px auto 1em auto;
}
a.more:before{
    position: absolute;
    content: "";
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 9px;
    height: 15px;
    background: url(../images/common/ar.svg) no-repeat;
    background-size: cover;
}
a.more:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}
a.more::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 170, 231, 0.1); 
    transform: scaleX(0);
    transform-origin: right;
    transition: all 0.5s ease;
    transition-property: transform;
}
a.more-wh{
    display: flex;
    align-items: center;
    max-width: 400px;
    width: 100%;
    height: 70px;
    border: 1px solid #fff;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    color: #fff;
    padding: 0 30px 0 15px;
}
a.more-wh:before{
    position: absolute;
    content: "";
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 9px;
    height: 15px;
    background: url(../images/common/ar-wh.svg) no-repeat;
    background-size: cover;
}
a.more-grd{
    display: flex;
    align-items: center;
    max-width: 460px;
    width: 100%;
    height: 80px;
    background: var(--gradation);
    position: relative;
    font-size: clamp(1rem, 0.857rem + 0.36vw, 1.125rem);
    font-weight: 700;
    line-height: 100%;
    color: #fff;
    padding: 0 30px 0 15px;
}
a.more-grd:before{
    position: absolute;
    content: "";
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 9px;
    height: 15px;
    background: url(../images/common/ar-wh.svg) no-repeat;
    background-size: cover;
}
.contents h2,
.sub-contents h2{
    text-align: center;
    font-size: clamp(1.5rem, 0.929rem + 1.43vw, 2rem);
    font-weight: 700;
    line-height: 120%;
    padding: 0 0 50px 0;
    margin: 2em 0;
    position: relative;
}
.contents h2:before,
.sub-contents h2:before{
    position: absolute;
    content: "";
    bottom: 0;
    left: calc(50% - 11px);
    transform: translateX(-50%);
    width: 22px;
    height: 20px;
    background: #144da4;
}
.contents h2:after,
.sub-contents h2:after{
    position: absolute;
    content: "";
    bottom: 0;
    left: calc(50% + 11px);
    transform: translateX(-50%);
    width: 22px;
    height: 20px;
    background: var(--sub-color);
}
.contents .frm,
.sub-contents .frm{
    border: 3px solid #144da4;
    box-sizing: border-box;
    width: 100%;
    padding: 3%;
}
/***********************************************
 wrapper
************************************************/
#wrapper{
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}
/***********************************************
 header
************************************************/
header #smartnavi {
    display: none;
}
header{
    max-width: 1280px;
    width: 95%;
    height: 76px;
    background: #fff;
    padding: 3px;
    box-sizing: border-box;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
}
header .rows{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}
header .rows a.header-logo{
    max-width: 240px;
    display: inline-block;
    margin: 0 15px;
}
header .rows a.header-logo img{
    width: 100%;
    height: auto;
}
header .rows #globalnavi{
    width: 100%;
    max-width: 640px;
}
header .rows #globalnavi ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .rows #globalnavi ul li{
    line-height: 100%;
    font-weight: 700;
    font-size: 15px;
}
header .rows #globalnavi ul li:not(:last-child){
    position: relative;
}
header #globalnavi ul>li:not(:last-child)>a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: var(--sub-color);
    bottom: -5px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}
header #globalnavi ul>li:not(:last-child)>a:hover::after {
    transform: scale(1, 1);
}
header .rows #globalnavi ul li:last-child a{
    background: var(--sub-color);
    display: inline-block;
    color: #fff;
    height: 70px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
}
header .rows #globalnavi ul li:last-child:hover a{
    background: #1349a9;
}
/***********************************************
 infolist
************************************************/
#infolist{
    padding: 40px 0 90px 0;
}
#infolist .inner{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}
#infolist dl{
    border-bottom: 1px solid #ddd;
}
#infolist dl a{
    display: block;
    padding: 1em 10px;
}
#infolist dl a:hover{
    background: var(--bg-color);
}
#infolist .inner dl a{
    width: 100%;
    margin: 0;
    padding: 0;
}
#infolist .inner dl a dt{
    float: left;
    clear: both;
    border-top: 1px solid #ddd;
    width: 110px;
    font-size: 14px;
    padding: 1em .5em;
}
#infolist .inner dl a dd{
    margin: 0 0 0 110px;
    border-top: 1px solid #ddd;
    padding: 1em 20px 1em 0;
    position: relative;
}
#infolist .inner dl a dd:before{
    position: absolute;
    content: "";
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/common/ar.svg) no-repeat;
    background-size: cover;
    width: 9px;
    height: 15px;
}
.info-ic,
.expo-ic,
.oth-ic{
    min-width: 72px;
    text-align: center;
    font-size: 14px;
    line-height: 100%;
    display: inline-block;
    color: #fff;
    white-space: nowrap;
    margin-right: 5px;
    padding: 3px 10px;
}
.info-ic{
    background: var(--main-color);
}
.expo-ic{
    background: var(--sub-color);
    border: 1px solid #fff;
}
.oth-ic{
    background: #fff;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}
/***********************************************
 ft-banner
************************************************/
#ft-banner .inner{
    max-width: 1320px;
    margin: 0 auto;
    width: 95%;
}
#ft-banner .inner ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#ft-banner .inner ul li{
    width: 32%;
    margin-bottom: 30px;
}
#ft-banner .inner ul li img{
    width: 100%;
    height: auto;
    border: 1px solid var(--sub-color);
    box-sizing: border-box;
}
#ft-banner .inner ul li span{
    display: block;
    font-size: 13px;
    line-height: 130%;
    margin: 5px 0 0 0;
}
/***********************************************
 ft-contact
************************************************/
#ft-contact{
}
#ft-contact .inner{
    max-width: 1320px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#ft-contact .inner .column-l{
    width: 50%;
    color: #fff;
    background: var(--gradation);
    display: flex;
    align-items: center;
    padding: 12% 0;
}
#ft-contact .inner .column-l .box{
    padding: 0 5%;
}
#ft-contact .inner .column-l strong{
    display: block;
    font-size: clamp(1.875rem, 0.804rem + 2.68vw, 2.813rem);
    margin-bottom: 25px;
}
#ft-contact .inner .column-l p{
    display: block;
    font-size: clamp(1rem, 0.857rem + 0.36vw, 1.125rem);
    margin-bottom: 25px;
}
#ft-contact .inner .column-l dl{
    margin: 0;
    padding: 0;
}
#ft-contact .inner .column-l dl dt{
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}
#ft-contact .inner .column-l dl dd{
    margin: 0 0 20px 0;
    padding: 0;
}
#ft-contact .inner .column-l dl dd a.phone-ic{
    position: relative;
    color: #ffff45;
    font-size: clamp(1.75rem, 1.321rem + 1.07vw, 2.125rem);
    font-weight: 700;
    padding: 0 0 0 32px;
}
#ft-contact .inner .column-l dl dd a.phone-ic:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/common/phone-ic.svg) no-repeat;
    width: 30px;
    height: 30px;
    background-size: cover;
}
#ft-contact .inner .column-l dl dd span{
    display: block;
    font-size: 13px;
}
#ft-contact .inner .column-r{
    width: 50%;
    background: url(../images/common/ft-contact-bg.webp) no-repeat;
    background-size: cover;
    background-position: center center;
}
#ft-contact .inner .column-r img{
    width: 100%;
    height: auto;
}
/***********************************************
 footer
************************************************/
#footer{
    padding: 80px 0;
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
}
#footer .inner{
    max-width: 900px;
    margin: 0 auto;
    width: 90%;
}
#footer .inner .ft-logo{
    max-width: 310px;
    margin: 0 auto;
    display: block;
}
#footer .inner .ft-logo img{
    width: 100%;
    height: auto;
}
#footer .inner .ft-navi {
    margin: 50px 0;
}
#footer .inner .ft-navi ul{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    font-size: 15px;
    font-weight: 700;
}
#footer .inner .ft-navi ul li{
    position: relative;
}
#footer .inner .ft-navi ul li a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: var(--sub-color);
    bottom: -3px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}
#footer .inner .ft-navi ul li a:hover::after {
    transform: scale(1, 1);
}
#footer .inner .rows{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
#footer .inner .rows .column-l{
    width: 215px;
}
#footer .inner .rows .column-l img{
    max-width: 215px;
    width: 100%;
    height: auto;
}
#footer .inner .rows .column-l ol{
    margin: 30px 0 0 0;
}
#footer .inner .rows .column-l ol li{
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 0 15px 0;
}
#footer .inner .rows .column-r{
    flex: .9;
}
#footer .inner .rows .column-r p span{
    font-size: 14px;
    line-height: 130%;
    display: block;
}
#footer .inner small{
    font-size: 11px;
    line-height: 120%;
    display: block;
}
#footer .up-bt{
    position: absolute;
    content: "";
    right: 20px;
    top: -15px;
}
#footer .up-bt img{
    border: 1px solid var(--main-color);
}
/***********************************************
 float-banner
************************************************/
.float-banner {
    display: none;
}
.float-banner .inner{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
}
.float-banner .inner img{
    max-width: 300px;
    border: 2px solid #fff;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    filter: drop-shadow(1px 1px 10px rgba(0,0,0,0.2));
}
.float-banner .inner .banner-close {
    font-size: 15px;
    font-weight: normal;
    color: #757575;
    position: absolute;
    top: -25px;
    right: 10px;
    z-index: 9997;
    padding: 2px 2px;
    border: none;
    background-color:  #fff;
    border-radius: 50%;
    cursor: pointer;
    line-height: 100%;
}
@media screen and (max-width: 900px) {
/***********************************************
 header
************************************************/
header{
    position: relative;
    left: auto;
    right: auto;
    margin: 0 auto;
}
header .rows a.header-logo{
    width:calc(100% - 80px);
    margin:0 10px;
}
header #globalnavi {
    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:15px !important;
	right:10px !important;
	width: 46px !important;
	height: 45px !important;
    padding: 0 !important;
	cursor: pointer !important;
	display: block !important;
	float: right !important;
	margin :0 !important;
    z-index: 2 !important;
    box-sizing: border-box;
    border: 1px solid var(--main-color);
}
.hm_btn::after {
    left: 8px;
	bottom: 24px !important;
	background: var(--main-color);
}
.hm_btn::before {
    left: 8px;
	top: 24px !important;
	background: var(--main-color);
}
.hm_btn::before,
.hm_btn::after {
	width: 30px !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: 30px;
	-webkit-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
	background: #fff;
	height: calc(90vh - 100px) !important;
	background-size:cover!important;
    overflow-y: scroll;  
    -webkit-overflow-scrolling: touch;
    z-index: 99999;
}
.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(-2.5px, -2.5px, 0) !important;
	transform: rotate(45deg) translate3d(-2.5px, -3px, 0) !important;
    border-radius: 3px !important;
}
.hm_menu_check:checked ~ .hm_btn::after {
	background: var(--main-color) !important;
	-webkit-transform: rotate(-45deg) translate3d(-2.5px, 3px, 0) !important;
	transform: rotate(-45deg) translate3d(-2.5px, 3px, 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: 0;
    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;
}
#mdropmenu>li a:after{
    position: absolute;
    content: "";
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 9px;
    height: 15px;
    background: url(../images/common/ar.svg) no-repeat;
    background-size: 10px 9px;
    background-size: cover;
}
#mdropmenu>li a:hover{
    background: var(--bg-color);
}
}
@media screen and (max-width: 850px) {
/***********************************************
 ft-contact
************************************************/
#ft-contact .inner .column-l{
    width: 100%;
    order: 2;
}
#ft-contact .inner .column-r{
    width: 100%;
    padding-top: 100%;
    background: url(../images/common/ft-contact-bg.webp) no-repeat;
    background-size: cover;
    background-position: center center;
    order: 1;
}
}
@media screen and (max-width: 768px) {
/***********************************************
 float-banner
************************************************/
.float-banner .inner img{
    max-width: 240px;
}
}
@media screen and (max-width: 640px) {
/***********************************************
 float-banner
************************************************/
.float-banner .inner img{
    max-width: 180px;
}
/***********************************************
 infolist
************************************************/
#infolist .inner dl a dt{
    float: none;
    border-top: 1px solid #ddd;
    width: 100%;
    box-sizing: border-box;
    padding: 1em 0 .3em 0;
}
#infolist .inner dl a dd{
    margin: 0 0 0 0;
    border-top: none;
    padding: 0 20px 1em 0;
}
/***********************************************
 ft-banner
************************************************/
#ft-banner .inner ul li{
    width: 100%;
}
/***********************************************
 footer
************************************************/
#footer .inner .rows .column-l{
    max-width: 215px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
#footer .inner .rows .column-r{
    flex: auto;
    width: 100%;
}
}
@media screen and (max-width: 540px) {
.contents .frm,
.sub-contents .frm{
    border: 2px solid #144da4;
    box-sizing: border-box;
    width: 100%;
    padding: 4%;
}
/***********************************************
 footer
************************************************/
#footer .inner .ft-navi ul li{
    width: 100%;
    margin-bottom: 1em;
    text-align: center;
}
}
@media screen and (max-width: 450px) {
}
@media screen and (max-width: 400px) {
}
@media screen and (max-width: 350px) {
}