@charset "UTF-8";
#mainImg { background: url(../img/introduction/bg_mainimg01.jpg) top center no-repeat; background-size: contain; }


/* LPレイアウトに変更
------------------------------ */
#wrapper {
    padding-top: 0;
}
#gHeader, .cvContact, #gFooter, #pagetop,#breadcrumb ,#gFootTel03 ,#sidebar {
    display: none !important;
}
#introduction-to-our-services{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
#introduction-to-our-services main{
	overflow: hidden;
}
#introduction-to-our-services #container.col2 #contents{
    float: none;
    margin: auto;
}
#introduction-to-our-services .c-inner{
	padding-left: 4%;
	padding-right: 4%;
	width: 100%;
	box-sizing: border-box;
}
 img{
	width: 100%;
}

/* LPレイアウト改修
------------------------------ */
body:not(#home) #contents main{
	color: #231815 !important;
}
.introduction-head{
	position: relative;
	margin-bottom: 1px;
}
#introduction-to-our-services main{
	max-width: 375px;
	width: 100%;
	margin: auto;
}
.introduction-head__logo{
	position: absolute;
	left: 16px;
	top: 22px;
	width: 38%;
}
.introduction-head__inner{
	padding-top: 17px;
}
.introduction-head__logo a{
	display: inline-block;
}
.introduction-head01{
	font-family: "M PLUS 1p", sans-serif;
	color: #068270;
	margin-bottom: 22px;
	text-align: center;
}
.introduction-head01-txt{
	font-size: 2rem;
	line-height: 1.6;
}
.introduction-head01-large{
	font-size: 2.4rem;
	vertical-align: 1px;
}
.introduction-head01-caition{
	position: relative;
}
.introduction-head01-caition::before{
	content: "";
	background: #068270;
	width: 7px;
	height: 7px;
	display: block;
	border-radius: 50%;
	position: absolute;
	left: 7px;
	top: -7px;
}

/* 共通
------------------------------ */
/* タイトル */
.introduction-head02{
	text-align: center;
	margin-bottom: 30px;
	margin: 0 auto 30px;
}
.introduction-head02 img{
	max-width: 100%;
}
.introduction-head03{
	font-size: 1.8rem;
	color: #6EB030;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 1.6;
	letter-spacing: 0px;
	text-align: center;
}
/* テキスト */
.c-txt02{
	font-weight: 500;
	line-height: 1.7;
	font-size: 1.5rem;
	padding: 0 3%;
}

#introduction-to-our-services .fb {
    font-weight: 800;
}

/* CVエリア */
.introduction-cv{
	padding: 50px 0 50px;
}
.introduction-cv__head{
	font-size: 1.8rem;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 9px;
}
.introduction-cv__list{
	width: 73%;
	margin: auto;
}
.introduction-cv__list-item:nth-child(n+2){
	margin-top: 20px;
}

/* introduction-head
------------------------------ */
.introduction-head__img img{
	width: 100%;
}
.introduction-head .introduction-head__btn{
	position: relative;
	margin-top: -120px;
	margin-bottom: 20px;
}
.introduction-head__btn-item{
	display: block;
	z-index: 5;
}
.introduction-head__btn-item:first-child{
	width: 184px;
	/* max-width: 370px; */
}
.introduction-head__btn-item:last-child{
	position: absolute;
	right: 0;
	top: -40px;
	width: 195px;
	max-width: 185px;
}
@media screen and (min-width: 768px){
	.introduction-head__btn-item:last-child{
		top: -40px;
	}
	.introduction-head .introduction-head__btn {
    margin-top: -120px;
 }
}

.introduction-head__btn-item a{
	display: block;
	color: #fff;
	font-weight: 700;
}
.introduction-head__btn-item-txt{
	font-size: 1.9rem;
}
.introduction-head__btn-item-txt-sub{
	font-size: 1.4rem;
}
.introduction-head__btn-item-txt-title{
	border: 1px solid #fff;
	font-size: 1.1rem;
}
.introduction-head__img{
	margin: 0px 0 30px;
}


/* introduction-about
------------------------------ */
.introduction-about{
	position: relative;
	padding-bottom: 30px;
}
.introduction-about::before{
	content: "";
	background: url(../img/introduction/bg_about01.png) no-repeat;
	background-size: contain;
	display: block;
	width: 181px;
	height: 135px;
	position: absolute;
	right: -20%;
	top: -23px;
}

/* introduction-worries
------------------------------ */
.introduction-worries{
	position: relative;
	padding-top: 95px;
	padding-bottom: 65px;
}
.introduction-worries::before{
	content: "";
	display: inline-block;
	width: 120%;
	height: 115px;
	border-radius: 50% / 100% 100% 0 0;
	background: #E5F1D9;
	position: absolute;
	top: 16px;
	left: 50%;
	transform: translateX(-50%);
}
.introduction-worries::after{
	content: "";
	display: inline-block;
	width: 120%;
	height: 126px;
	border-radius: 50% / 0 0 100% 100%;
	background: #E5F1D9;
	position: absolute;
	bottom: 9px;
	left: 50%;
	transform: translateX(-50%);
}
.introduction-worries__contents{
	position: relative;
	z-index: 5;
}

.introduction-worries .c-inner{
	position: relative;
	padding-top: 0;
	padding-bottom: 15px;
	background: #E5F1D9;
}
.introduction-worries .c-inner:before{
	content: "";
	background: url(../img/introduction/bg_img_worries01.png) no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	left: 50%;
	top: -52px;
	transform: translateY(-50%);
	z-index: 3;
	width: 54px;
	height: 83px;
}
.introduction-worries__box:nth-child(n+2){
	margin-top: 20px;
}
.introduction-worries__box{
	display: flex;
	justify-content: space-between;
}
.introduction-worries__box:nth-child(even){
	flex-direction: row-reverse;
}
.introduction-worries__box:first-child .introduction-worries__box-img{
	width: 31%;
	transform: translateX(24px);
}
.introduction-worries__box:last-child .introduction-worries__box-img{
	width: 36%;
	margin-top: -13px;
	transform: translateX(10px);
}
.introduction-worries__box-img img{
	width: 100%;
}
.introduction-worries__list {
	width: 61%;
}
.introduction-worries__box:first-child .introduction-worries__list{
	margin-top: 10px;
}
.introduction-worries__list-item{
	font-size: 1.5rem;
	line-height: 1.6;
	padding-left: 36px;
	position: relative;
	font-weight: 500;
}
.introduction-worries__box:last-child .introduction-worries__list-item{
	white-space: nowrap;
	margin-left: 7px;
}
.introduction-worries__list-item:before{
	content: "";
	background: url(../img/introduction/icon_check01.png) no-repeat;
	background-size: contain;
	width: 33px;
	height: 28px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.introduction-worries__list-item:nth-child(n+2){
	margin-top: 11px;
}
.introduction-worries__img{
	margin-bottom: 0;
	z-index: 2;
	position: absolute;
	left: 52%;
	bottom: -87px;
	transform: translateX(-50%);
	width: 92px;
}

/* introduction-trust
------------------------------ */
.introduction-trust{
	padding-top: 73px;
}
.introduction-trust__img{
	width: 222px;
	margin: 23px auto 45px;
}
.introduction-nirs__head{
	width: 229px;
	margin: auto;
}
.introduction-nirs__head img{
	transform: translateX(14px);
}

/* .introduction-nirs
------------------------------ */
.introduction-nirs{
	padding-bottom: 47px;
}
.introduction-nirs__contents-upper .c-inner{
	position: relative;
}
.introduction-nirs__contents-upper .c-inner::before{
	content: "";
	display: inline-block;
	width: 100%;
	height: 63px;
	border-radius: 50% / 0 0 100% 100%;
	background: #FFFCDB;
	position: absolute;
	bottom: 9px;
	left: 50%;
	transform: translate(-50%, 100%);
	z-index: -1;
}
.introduction-nirs__head{
	position: relative;
}
.introduction-nirs__head::before{
	content: "";
	background: #FFFCDB;
	height: 30%;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
.introduction-nirs__contents-upper{
	background: #FFFCDB;
	padding-top: 36px;
	padding-bottom: 20px;
	position: relative;
}
.introduction-nirs__contents-upper .introduction-head02{
	width: 284px;
}
.introduction-nirs__txt{
	margin-bottom: 24px;
	line-height: 1.7;
}
.introduction-nirs__img{
	width: 99%;
	margin: auto;
}
.introduction-nirs__date{
	display: flex;
	justify-content: space-between;
}
.introduction-nirs__date-img{
	width: 43%;
	margin-top: -50px;
	margin-left: 4px;
}
.introduction-nirs__date-txt{
	width: 54%;
	padding-top: 23px;
	font-size: 1.5rem;
	letter-spacing: -0.6px;
}
.introduction-nirs__illust{
	margin: -4px auto 16px;
	width: 61%;
}
.introduction-nirs__flow{
	/* width: 100vw;
	margin: 0 calc(50% - 50vw); */
}

/* .introduction-merit
------------------------------ */
.introduction-merit .introduction-head02{
	width: 326px;
	margin: 0 auto 22px;
}
.introduction-merit.is-tms .introduction-head02{
	width: 331px;
	margin: 0px auto 10px;
}
.is-tms .introduction-merit__upper{
	margin: 0 auto 28px;
}
.introduction-merit__upper{
	width: 48%;
	margin: 0 auto 12px;
	position: relative;
}
.introduction-merit__upper::before{
	content: "";
	background: #EFEFEF;
	height: 126%;
	display: block;
	position: absolute;
	left: 0;
	bottom: -30px;
	z-index: -1;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.introduction-merit .c-inner{
	background: #EFEFEF;
	padding-bottom: 50px;
}
.introduction-merit-item{
	display: flex;
	justify-content: space-between;
	border: 2px solid #9DCD50;
	background: #fff;
	border-radius: 12px;
	padding: 14px;
	align-items: center;
}
.is-tms .introduction-merit-item{
	border: 2px solid #018974;
}

.introduction-merit-item:nth-child(n+2){
	margin-top: 24px;
}
.introduction-merit__list{
	counter-reset: number 0;
	width: 98%;
	margin: auto;
}
.introduction-merit__list-area-txt{
	width: 62%;
	line-height: 1.6;
}
.introduction-merit__list-img{
	width: 28%;
	display: flex;
	align-items: center;
}
.introduction-merit__list-img img{
	width: 65%;
}
.introduction-merit__list-img::before{
	counter-increment: number 1;
	content: counter(number) " ";
	font-size: 3.6rem;
	color: #9DCD50;
	font-family: "M PLUS 1p", sans-serif;
	display: inline;
	margin-right: 20px;
}
.is-tms .introduction-merit__list-img::before{
	color: #018974;
}
.introduction-merit__list-head{
	color: #9DCD50;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
	font-size: 1.8rem;
}
.is-tms .introduction-merit__list-head{
	color: #018974;
}
.introduction-merit__list-txt{
	font-size: 1.4rem;
}

/* .introduction-tms
------------------------------ */
.introduction-tms .introduction-head__btn{
	width: 193px;
	margin: auto;
}
.introduction-tms{
	margin-bottom: 45px;
	margin-top: 15px;
}
.introduction-tms .introduction-tms__upper{
	position: relative;
	background: #FFFCDB;
	padding-top: 31px;
}
.introduction-tms  .introduction-head02{
	width: 229px;
}
.introduction-tms .introduction-tms__upper::before{
	content: "";
	background: #FFFCDB;
	height: 3%;
	display: block;
	position: absolute;
	left: 0;
	top: -34px;
	z-index: -1;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
.introduction-tms .introduction-tms__upper:after{
	content: "";
	display: inline-block;
	width: 120%;
	height: 112px;
	border-radius: 50% / 0 0 100% 100%;
	background: #FFFCDB;
	position: absolute;
	bottom: 54px;
	left: 50%;
	transform: translate(-50%, 100%);
	z-index: -1;
}
.introduction-tms .introduction-head03{
	color: #018974;
}
.introduction-tms .introduction-tms__txt{
	line-height: 1.7;
}
.introduction-tms__img{
	width: 61%;
	margin: 0px auto 0;
}
.introduction-tms__contents:nth-child(3) .introduction-tms__img{
	width: 97%;
	margin-top: 23px;
}
.introduction-tms__contents{
	margin-bottom: 32px;
}
.introduction-tms__plan{
	margin-bottom: 8px;
	position: relative;
	font-weight: 500;
	padding: 0 3%;
}
.introduction-tms__plan:before{
    content: "";
    background: url(../img/introduction/img_tms03.png) no-repeat;
    background-size: contain;
    width: 142px;
    height: 70px;
    display: block;
    position: absolute;
    right: -29px;
    top: -8px;
}
.introduction-tms__plan-head{
	font-weight: 800;
}
.introduction-tms__plan-txt{
	font-size: 1.5rem;
	font-weight: 500;
	/* margin-bottom: 12px; */
}
.introduction-tms__plan-list{
	margin-bottom: 1px;
}
.introduction-tms__plan-list li{
	text-indent: -0.3em;
	padding-left: 1.5em;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: -1px;
}
.introduction-tms__lower{
	padding-top: 20px;
}

/* .introduction-fee
------------------------------ */
.introduction-fee{
	margin: auto;
	padding: 52px 0 39px;
}
.introduction-fee .introduction-head02{
	width: 267px;
	margin: 0 auto 41px;
}
.introduction-fee.is-tms .introduction-head02{
	width: 145px;
}
.introduction-fee__contents{
	background: #E3EDD1;
	padding: 38px 22px 30px;
	border-radius: 15px;
	position: relative;
	box-sizing: border-box;
}
.introduction-fee__menu:nth-child(n+2){
	margin-top: 18px;
}
.introduction-fee.tms__menu:nth-child(n+2){
	margin-top: 19px;
}
.introduction-fee__contents::before{
	content: "";
	background: url(../img/introduction/bg_fee01.png) no-repeat;
	background-size: cover;
	width: 100%;
	height: 97%;
	display: block;
	position: absolute;
	left: -4%;
	bottom: -10%;
	z-index: -1;
	border-radius: 15px;
}

/* .introduction-feature
------------------------------ */
.introduction-feature{
	position: relative;
	padding: 76px 0 70px;
}
.introduction-feature .introduction-feature__head{
	font-size: 1.9rem;
}
.introduction-feature .introduction-head01{
	margin-bottom: 40px;
}
.introduction-feature::before{
	content: "";
	display: inline-block;
	width: 120%;
	height: 116px;
	border-radius: 50% / 100% 100% 0 0;
	background: #E5F1D9;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.introduction-feature::after{
	content: "";
	display: inline-block;
	width: 109%;
	height: 91px;
	border-radius: 50% / 0 0 100% 100%;
	background: #E5F1D9;
	position: absolute;
	bottom: -18px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.introduction-feature .c-inner{
	position: relative;
	background: #E5F1D9;
}
.introduction-feature .c-inner::before{
	content: "";
	background: url(../img/introduction/bg_feature01.png) no-repeat;
	background-size: contain;
	width: 73px;
	height: 74px;
	display: block;
	position: absolute;
	top: -90px;
	left: 46%;
	transform: translateX(-50%);
}
.introduction-feature__head{
	font-size: 2rem;
	color: #698F59;
	line-height: 1.6;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0px;
}
.introduction-feature__txt{
	font-weight: 500;
	line-height: 1.7;
	font-size: 1.5rem;
	padding: 0 3%;
}
.introduction-feature__box:nth-child(n+2){
	margin-top: 23px;
}
.introduction-feature__img{
	margin-bottom: 19px;
}

/* .introduction-greeting
------------------------------ */
.introduction-greeting{
	padding: 66px 0 0;
}
.introduction-greeting .introduction-head01{
	margin-bottom: 6px;
}
.introduction-greeting__upper .c-inner{
	position: relative;
	background: url(../img/introduction/bg_greeting01.png) no-repeat;
	background-size: cover;
	background-position: left top;
}
.introduction-greeting__img{
	width: 60%;
	margin-left: auto;
	transform: translateX(8%);
}
.introduction-greeting__upper .introduction-greeting__txt{
	position: absolute;
	left: 20px;
	bottom: 22px;
	width: 36%;
}

.introduction-greeting__lower{
	background: #EFEFEF;
	padding: 30px 0;
}
.introduction-greeting__lower .introduction-head03{
	margin-bottom: 24px;
}


/* .introduction-guide
------------------------------ */
.introduction-guide{
	padding-top: 33px;
}
.introduction-guide .introduction-head01{
	margin-bottom: 38px;
}
.introduction-guide__contents{
	background: #EFEFEF;
	padding: 44px 0 19px;
}
.introduction-guide__contents .c-inner{
	padding-left: 7%!important;
	padding-right: 7%!important;
}
.introduction-guide__contents .c-inner > div{
	position: relative;
	padding-left: 30px;
	margin-bottom: 13px;
}
.introduction-guide__access{
	margin-bottom: 12px!important;
}
#introduction-to-our-services .introduction-guide__info{
	margin-bottom: 15px;
}
.introduction-guide__about::before{
	content: "";
	background: url(../img/introduction/icon_guide01.png) no-repeat;
	background-size: contain;
	width: 25px;
	height: 21px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.introduction-guide__access::before{
	content: "";
	background: url(../img/introduction/icon_guide02.png) no-repeat;
	background-size: contain;
	width: 28px;
	height: 24px;
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
}
.introduction-guide__info::before{
	content: "";
	background: url(../img/introduction/icon_guide03.png) no-repeat;
	background-size: contain;
	width: 23px;
	height: 23px;
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
}
.introduction-guide__about-map{
    position: relative;
    padding-bottom: 92%;
    height: 0;
    overflow: hidden;
    margin: 0 calc(50% - 47vw);
    width: 86vw;
}
.introduction-guide__about-map iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.introduction-guide__about-list{
	margin-bottom: 16px;
}
.introduction-guide__about-item{
	display: flex;
	line-height: 1.6;
	font-size: 1.5rem;
}
.introduction-guide__about-head{
	width: 52px;
}
.introduction-guide__about-txt{
	
}
.introduction-guide__access-head{
	color: #018974;
	font-weight: 700;
}
.introduction-guide__info-tbl{
	background: #fff;
	border-top: 1px solid #231815;
	border-bottom: 1px solid #231815;
	text-align: center;
	margin-bottom: 11px;
	line-height: 1;
}
.introduction-guide__info-tbl tr{
	border-bottom: 1px solid #231815;
}
.introduction-guide__info-tbl th,
.introduction-guide__info-tbl td{
	padding: 15px 0;
}
.introduction-guide__info-tbl th{
	text-align: center;
}
.introduction-guide__info-tbl td{
	text-align: center;
	color: #018974;
}
.introduction-guide__info-note{
	margin-bottom: 20px;
}
.introduction-guide__info-note li{
	text-indent: -1.5em;
	padding-left: 1.5em;
	font-size: 1.4rem;
}
.introduction-guide__txt{
	font-weight: 600;
	color: #018974;
	line-height: 1.6;
}

/* .introduction__foot
------------------------------ */
.introduction__foot-logo{
	width: 49%;
	margin: 23px auto 11px;
}
.introduction__foot-copy{
	background: #018974;
	text-align: center;
	color: #fff;
	font-size: 1.1rem;
	padding: 16px 0;
}
.introduction__foot-copy-txt{
	font-weight: 600;
}
.introduction__foot-img{
    width: 77%;
    margin: auto;
    max-width: 375px;
}
.introduction__foot {
    max-width: 375px;
    width: 100%;
    margin: auto;
}

.introduction-head__reserve{
    position: absolute;
    left: 10px;
    top: 190px;
}
.introduction-head__reserve-link{
    width: 111px;
    background: #F29A76;
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.3;
    padding: 7px 5px;
    border-radius: 5px;
    text-align: center;
    display: block;
    border: 2px solid #FAD9CB;
    box-sizing: border-box;
		position: relative;
}
.introduction-head__reserve-link:after{
    display: block;
    position: absolute;
    right: 7px;
    bottom: 0;
    top: 0;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    transform: rotate(45deg);
    margin: auto 0;
}
.introduction-head__reserve-txt{
	font-weight: bold;
}