body {
	color: #333;
	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;
    overflow-x: hidden;
}
a{
	transition: all  0.2s ease-out;
    color: #333;
    text-decoration: none;
}
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;
}
.description .img-responsive {
  margin-bottom: 1em;
}
.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: #00988a;
    --sub-color: #ebf7f6;
}
h2.topics{
    color: #333;
    font-size: 20px;
	font-family: 'IBM Plex Sans JP',"メイリオ", "Meiryo","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-weight: 700;
    white-space: nowrap;
    margin: 0 0 30px 0;
    min-height: 140px;
    background: url(../images/common/topics-bg.svg) no-repeat;
    background-size: 140px 140px;
    background-position: center center;
    display: inline-block;
    text-align: center;
}
h2.topics span{
    font-family: "Oswald", sans-serif;
    font-size: 72px;
    color: var(--main-color);
    font-weight: 400;
    line-height: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    display: block;
    position: relative;
    z-index: 1;
}
a.more {
    margin: 2em 0 1em 0;
    display: flex;
    align-items: center;
    width: 250px;
    height: 64px;
    position: relative;
    background: var(--main-color);
    transition: .3s;
    overflow: hidden;
    box-sizing: border-box;
    font-weight: 500;
    color: #fff;
    border-radius: 32px;
        border: 2px solid var(--main-color);
}
a.more::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4px;
    margin: auto;
    background: url(../images/common/bt-ar.svg) no-repeat;
    width: 52px;
    height: 52px;
    background-size: cover;
    transition: .2s;
}
a.more span {
    display: block;
    padding: 0 55px 0 20px;
    line-height: 130%;
}
a.more:hover{
    background: #fff;
    color: var(--main-color);
    border: 2px solid var(--main-color);
}
/***********************************************
 wrapper
************************************************/
#wrapper{
    overflow: hidden;
}
/***********************************************
 header
************************************************/
header{
    padding: 15px 0;
}
header .inner{
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
header .inner .column-l {
    width: 360px;
    display: flex;
    align-items: center;
}
header .inner .column-l img{
    max-width: 356px;
    width: 100%;
    height: auto;
}
header .inner .column-r {
    width: calc(100% - 360px);
}
header .inner .column-r ol.sub-navi{
    display: flex;
    justify-content: flex-end;
    margin: 0 0 10px 0;
}
header .inner .column-r ol.sub-navi li a{
    font-size: 13px;
}
header .inner .column-r ol.sub-navi li:nth-of-type(1) {
    position: relative;
    padding-right: 18px;
}
header .inner .column-r ol.sub-navi li:nth-of-type(1):before{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/common/win-ic.svg) no-repeat;
    width: 13px;
    height: 10px;
    background-size: cover;
}
header .inner .column-r #globalnavi ul{
    display: flex;
    justify-content: flex-end;
}
header .inner .column-r #globalnavi ul li{
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    position: relative;
}
header .inner .column-r #globalnavi ul li a:after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: var(--main-color);
    bottom: -5px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}
header .inner .column-r #globalnavi ul li a:hover::after {
    transform: scale(1, 1);
}
header .inner .column-r #globalnavi ul li:not(:last-child){
    margin-right: 6%;
}
header #smartnavi {
    display: none;
}
/***********************************************
 ft-contact
************************************************/
#ft-contact{
    background: url(../images/common/ft-contact.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 80px 0;
}
#ft-contact .inner{
    max-width: 1100px;
    margin: 0 auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#ft-contact .inner .column-l{
    width: 52%;
}
#ft-contact .inner .column-l h2{
    color: #fff !important;
    background: url(../images/common/topics-bg2.svg) no-repeat !important;
    background-position: center center !important;
}
#ft-contact .inner .column-l h2 span{
    color: #fff !important;
}
#ft-contact .inner .column-l h3{
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 30px 0 5px 0;
}
#ft-contact .inner .column-l table{
    background: rgba(255,255,255,0.8);
    border-spacing: 15px 10px;
    margin-top: 10px;
}
#ft-contact .inner .column-l table th{
    color: var(--main-color);
    font-weight: 700;
    font-size: 18px;
    background: #fff;
    padding: 6px 10px;
    text-align: center;
    line-height: 100%;
}
#ft-contact .inner .column-l table.tb2 th{
    font-size: 14px;
}
#ft-contact .inner .column-l table td a{
    font-size: 32px;
    color: var(--main-color);
    font-weight: 700;
    line-height: 100%;
    white-space: nowrap;
}
#ft-contact .inner .column-r{
    width: 45%;
}
#ft-contact .inner .column-r .ft-area{
    width: 100%;
}
#ft-contact .inner .column-r .ft-area img{
    border: 2px solid #fff;
    width: 100%;
    height: auto;
}
#ft-contact .inner .column-r h4{
    color: #fff;
    font-size: 18px;
    margin: 15px 0 0 0;
}
#ft-contact .inner .column-r ol{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#ft-contact .inner .column-r ol li {
    width: 48%;
    font-size: 14px;
    color: #fff;
    line-height: 130%;
}
#ft-contact .inner .column-r ol li a img{
    border: 2px solid #fff;
    width: 100%;
    height: auto;
    margin: 0 0 5px 0;
}
/***********************************************
 footer
************************************************/
#footer{
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 70px 0;
}
#footer .ft-navi{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#footer .ft-navi .logo{
    max-width: 310px;
}
#footer .ft-navi .logo img{
    width: 100%;
    height: auto;
}
#footer .ft-navi nav{
    margin-left:auto;
}
#footer .ft-navi nav ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#footer .ft-navi nav ul li:not(:first-child){
    margin-left: 40px;
}
#footer .ft-navi nav ul li{
    position: relative;
}
#footer .ft-navi nav ul li a:after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: var(--main-color);
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}
#footer .ft-navi nav ul li a:hover::after {
    transform: scale(1, 1);
}
#footer small{
    display: block;
    font-size: 12px;
    margin: 35px 0 0 0;
}
.up-bt{
    position: fixed;
    right: 0;
    bottom: 30px;
}
@media screen and (max-width: 1050px) {
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 850px) {
/***********************************************
 ft-contact
************************************************/
#ft-contact{
    padding: 50px 0;
}
#ft-contact .inner .column-l{
    width: 100%;
    margin-bottom: 20px;
}
#ft-contact .inner .column-l h3{
    font-size: 18px;
    margin: 20px 0 5px 0;
}
#ft-contact .inner .column-l table{
    width: 100%;
}
#ft-contact .inner .column-r{
    width: 100%;
    max-width: 600px;
}
/***********************************************
 footer
************************************************/
#footer .ft-navi nav{
    margin: 20px 0 0 0;
    width: 100%;
}
#footer .ft-navi nav ul{
    width: 100%;
}
#footer .ft-navi nav ul li{
    width: 49%;
    margin-bottom: 15px;
}
#footer .ft-navi nav ul li:not(:first-child){
    margin-left: 0;
}
#footer .ft-navi nav ul li a{
    display: block;
    text-align: center;
    background: var(--sub-color);
    padding: 5px 0;
}
}
@media screen and (max-width: 768px) {
/***********************************************
 header
************************************************/
header .inner .column-l {
    width: calc(100% - 60px);
        height: 60px;
} 
header .inner .column-r {
    display: none;
}  
/************************************************************
 hm-menu
*************************************************************/
header #smartnavi {
    display: block;
}
header #smartnavi{
    position: absolute;
	height:1px;
	width:100%;
	z-index:9997;
    top: 0;
    right: 0;
}
.hm_menu_check {
	display: none;
}
.hm_btn {
	position: relative;
	top:0;
	right:0;
	width: 30px;
	height: 40px;
    padding: 16px;
	cursor: pointer;
	display: block;
	float: right;
	margin :0;
    z-index: 2;
}
.hm_btn::after {
	bottom: 30px;
}
.hm_btn::before {
	top: 30px;
    box-shadow: #aaa 0 20px 0;
}
.hm_btn::before,
.hm_btn::after {
	width: 30px;
	height: 2px;
	background: #aaa;
	display: block;
	content: '';
	position: absolute;
	-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
	transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}
.hm_menu_wrap {
	width :90%;
	height :auto;
	position: absolute;
    margin-left: auto;
	left: -110%;
	top: 0;
	-webkit-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
	background: #fff;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
	height: 90vh !important;
	background-size:cover!important;
}
.hm_menu_check:checked ~ .hm_btn::before {
	background: #aaa;
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	-webkit-transform: rotate(45deg) translate3d(4px, 3px, 0);
	transform: rotate(45deg) translate3d(4px, 3px, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
	background: #aaa;
	-webkit-transform: rotate(-45deg) translate3d(4px, -3px, 0);
	transform: rotate(-45deg) translate3d(4px, -3px, 0);
}
.hm_menu_check:checked ~ .hm_menu_wrap {
	left: 0;
	position:relative;
}
.hm_menu_inner{
	position:absolute;
	top: 100px;
    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: 16px;
    font-weight: 500;
}
#mdropmenu>li:first-child {
    border-top: 1px solid #ddd;
}
#mdropmenu>li a{
    padding:.8em 10px;
	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: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid var(--main-color);
    border-right: 1px solid var(--main-color);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#mdropmenu .mlist{
     cursor:pointer;
     padding:.8em 10px;
    -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(--sub-color);
}
#mdropmenu li>ul{
    padding: 5px 0 10px 10px;
}
#mdropmenu li>ul>li:first-child{
    position: relative;
    padding-left: 20px !important;
    font-size: 16px;
    font-weight: 500;
    color: var(--main-color);
}
#mdropmenu li>ul li:first-child:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/common/ar.svg) no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
}
#mdropmenu li>ul li:first-child a:after{
    display: none;
}
#mdropmenu li>ul li:not(:first-child) a{
    margin-left: 0;
    padding:.5em 10px .5em 0;
}
#mdropmenu li>ul li:not(:first-child) a:after{
    position: absolute;
    content: "";
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid var(--main-color);
    border-right: 1px solid var(--main-color);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#mdropmenu li ul{
     display:none;
}
.smart-sub {
     margin: 20px 0;
}
.smart-sub li:nth-of-type(1) a{
    font-size: 13px;
    position: relative;
    padding-right: 18px;
}
.smart-sub li:nth-of-type(1) a:before{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/common/win-ic.svg) no-repeat;
    width: 13px;
    height: 10px;
    background-size: cover;
}
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 500px) {
h2.topics span{
    font-size: 15vw;
}
/***********************************************
 ft-contact
************************************************/
#ft-contact .inner .column-l table tr{
    display: block;
    width: 100%;
}
#ft-contact .inner .column-l table th{
    font-size: 16px;
    display: block;
    width: calc(100% - 20px);
}
#ft-contact .inner .column-l table.tb2 th{
    font-size: 16px;
}
#ft-contact .inner .column-l table td a{
    display: block;
    font-size: 7vw;
    width: 100%;
}
}
@media screen and (max-width: 400px) {
}
@media screen and (max-width: 300px) {
/***********************************************
 ft-contact
************************************************/
#ft-contact .inner .column-r ol li {
    width: 100%;
    margin-bottom: 15px;
}
}