body {
	color: #3b4741;
	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;
    color: #3b4741;
    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: #00773e;
    --sub-color: #ebf4f0;
    --gradation: linear-gradient(to right, #00773e 0%, #7bb72c 100%);
}
h2 span{
    font-size: 18px;
    line-height: 120%;
    display: block;
    background:#3b4741;
    -webkit-background-clip:  inherit;
    -webkit-text-fill-color:  inherit;
    font-family: 'IBM Plex Sans JP', sans-serif;
    margin-top: 10px;
}
h2{
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 54px;
    background: var(--gradation);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 120%;
    margin-bottom: 30px;
}
h3{
    text-align: center;
    font-size: clamp(1.5rem, 1.071rem + 1.07vw, 1.875rem);
    font-weight: 600;
    color: var(--main-color);
    line-height: 120%;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
}
h3:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 57px;
    height: 10px;
    background: url(../images/topics-bg.svg) no-repeat;
    background-size: cover;
}
/***********************************************
 wrapper
************************************************/
#wrapper{
    overflow: hidden;
}
/***********************************************
 header
************************************************/
header{
    height: 64px;
}
header .inner{
    display: flex;
    justify-content: space-between;
}
header .inner .header-logo{
    display: flex;
    align-items: center;
    width: 38%;
    margin-left: auto;
}
header .inner .header-logo a img{
    width: 100%;
    height: auto;
    max-width: 293px;
}
header .inner .header-logo span{
    margin-left: 10px;
}
header .inner .header-logo span img{
    width: 100%;
    height: auto;
    max-width: 88px;
}
header .inner #smartnavi {
    display: none;
}
header .inner #globalnavi {
    width: 60%;
}
header .inner #globalnavi ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 64px;
    background: var(--gradation);
    padding: 0 50px;
    border-radius: 0 0 0 64px;
}
header .inner #globalnavi ul li a{
    color: #fff;
    position: relative;
    height: 64px;
    display: flex;
    align-items: center;
}
header .inner #globalnavi ul li a:after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 4px;
    background: #d70c19;
    bottom: 0;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
    z-index: 999;
}
header .inner #globalnavi ul li a:hover::after {
    transform: scale(1, 1);
}
/***********************************************
 guidance
************************************************/
#guidance {
    margin:70px 0 0 0;
}
#guidance h2{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#guidance .bg{
    background: var(--sub-color);
    padding: 70px 0;
}
#guidance .bg .inner{
    width: 90%;
    margin: 0 auto;
    max-width: 640px;
}
#guidance .bg .inner dl{
    margin: 0;
    padding: 0;
    text-align: center;
}
#guidance .bg .inner dl dt{
    max-width: 248px;
    margin: 0 auto 30px auto;
}
#guidance .bg .inner dl dt img{
    width: 100%;
    height: auto;
}
#guidance .bg .inner dl dd{
    padding: 0;
    margin: 0;
}
#guidance .bg .inner dl dd a{
    padding: 45px 0;
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
    background: var(--gradation);
    display: block;
    font-size: clamp(1.5rem, 0.643rem + 2.14vw, 2.25rem);
    color: #ffea47;
    border-radius:0 70px 0 70px;
}
#guidance .bg .inner dl dd p{
    color: var(--main-color);
    font-size: 18px;
}
#guidance .bg .inner .contact-ttl{
    color: var(--main-color);
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    display: block;
    font-weight: 600;
    padding: 50px 0 20px 0;
}
#guidance .bg .inner ul li{
    position: relative;
    padding-left: 150px;
    min-height: 118px;
    margin-bottom: 30px;
    line-height: 180%;
}
#guidance .bg .inner ul li strong{
    color: var(--main-color);
}
#guidance .bg .inner ul li:first-child:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 118px;
    height: 118px;
    background: url(../images/send-ic.svg) no-repeat;
    border: 2px solid #8fc31f;
    border-radius:0 50px 0 50px;
}
#guidance .bg .inner ul li:last-child:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 118px;
    height: 118px;
    background: url(../images/meet-ic.svg) no-repeat;
    border: 2px solid #8fc31f;
    border-radius:0 50px 0 50px;
}
/***********************************************
 footer
************************************************/
#footer {
    padding: 50px 0 80px 0;
}
#footer .inner{
    max-width: 400px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
#footer .inner a.ft-logo{
    max-width: 293px;
    margin: 0 auto 15px auto;
    display: block;
}
#footer .inner a.ft-logo img{
    width: 100%;
    height: auto;
}
#footer .inner p{
    line-height: 180%;
    margin: 30px 0;
}
#footer .inner p a{
    color: var(--main-color);
}
#footer .inner nav ul{
    display: flex;
    justify-content: space-around;
    font-size: 14px;
    margin-bottom: 30px;
}
.up-bt{
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 999;
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 860px) {
/***********************************************
 header
************************************************/
header .inner #globalnavi ul{
    padding: 0 10px;
}
}
@media screen and (max-width: 768px) {
/***********************************************
 header
************************************************/
header .inner .header-logo{
    flex-wrap: wrap;
    width: calc(98% - 85px);
    margin-left: 2%;
    padding-top: 10px;
}
header .inner .header-logo span{
    margin-left: 0;
    display: block;
    width: 100%;
}
header .inner #globalnavi{
    display: none;
}
/************************************************************
 smartnavi
*************************************************************/
header .inner #smartnavi {
    display: block;
}
header .inner #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:0 !important;
	right:0 !important;
	width: 75px !important;
	height: 64px !important;
    padding: 0 !important;
	cursor: pointer !important;
	display: block !important;
	float: right !important;
	margin :0 !important;
    z-index: 2 !important;
    box-sizing: border-box;
    background: #7bb72c;
    border-radius: 0 0 0 48px;
}
.hm_btn::after {
	bottom: 27px !important;
    left: 20px;
	background: var(--main-color);
}
.hm_btn::before {
	top: 22px !important;
    left: 20px;
	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 :90%;
	position: absolute;
	left: -110%;
	top: 68px;
	-webkit-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
	background: var(--gradation);
	height: 180px !important;
	background-size:cover!important;
    border-radius: 0 0 24vw 0;
}
.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(4px, 4px, 0) !important;
	transform: rotate(45deg) translate3d(4px, 4px, 0) !important;
    border-radius: 3px !important;
}
.hm_menu_check:checked ~ .hm_btn::after {
	background: var(--main-color) !important;
	-webkit-transform: rotate(-45deg) translate3d(5px, -4px, 0) !important;
	transform: rotate(-45deg) translate3d(5px, -4px, 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 {
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
}
#mdropmenu>li a{
    padding:10px .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: #fff;
}

}
@media screen and (max-width: 640px) {
/***********************************************
 guidance
************************************************/
#guidance .bg .inner dl dd a{
    padding: 35px 0;
    border-radius:0 70px 0 70px;
}
}
@media screen and (max-width: 500px) {
h2 span{
    font-size: 17px;
    line-height: 120%;
}
h2{
    font-size: 11vw;
}
}
@media screen and (max-width: 450px) {
/***********************************************
 guidance
************************************************/
#guidance .bg .inner ul li{
    padding-left: 90px;
}
#guidance .bg .inner ul li:first-child:before{
    bottom: auto;
    width: 70px;
    height: 70px;
    background-size: cover;
    border-radius:0 25px 0 25px;
}
#guidance .bg .inner ul li:last-child:before{
    width: 70px;
    height: 70px;
    background-size: cover;
    border-radius:0 25px 0 25px;
    bottom: auto;
}
/***********************************************
 footer
************************************************/
#footer .inner p{
    text-align: left;
}
}
@media screen and (max-width: 400px) {
}
@media screen and (max-width: 350px) {
/***********************************************
 guidance
************************************************/
#guidance .bg .inner dl dd p{
    font-size: 16px;
}
}
@media screen and (max-width: 300px) {

}