@charset "utf-8";

/* -----------------------------------------------------------
    css import（CMS用）
-------------------------------------------------------------- */
@import url("cms-detail.css");

/* -----------------------------------------------------------
    エリアCMS詳細   共通
-------------------------------------------------------------- */
:root{
	--link: #1bb2ef;
	--blue:#1bb2ef;
	--gray: #888;
    --border1: #ccc;
    --border2: #ddd;
    --cmnbg: #f4f4f4;
	--webicon: 'Font Awesome 5 Free';
}
.bread-h1-wrap {
	top: 10px !important;
}
.important {
	color: #F09616!important;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.bread-h1-wrap {
		top: 15px !important;
	}
}

/* -----------------------------------------------------------
    エリアCMS詳細   当道府県＆市区町村＆駅  共通
-------------------------------------------------------------- */
/* -----------------------------------------------------------
    niareadetail-mv
-------------------------------------------------------------- */
/*.niareadetail-mv {
	position: relative;
	background-color: var(--cmnbg);
	height: 600px;
	display: flex;
	padding: 0 0 0 150px;
	flex-direction: column;
	justify-content: center;
}

.niareadetail-mv__ttl {
	font-weight: bold;
	font-size: 4rem;
}

.niareadetail-mv .h1-area {
	position: absolute;
	top: 30px;
	right: 30px;
	color: var(--gray);
	font-size: 1.2rem;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 450px;
	margin: 0 0 0 auto;
	padding: 0 0 3px;
}

@media screen and (max-width: 768px) {
	.niareadetail-mv {
		height: 300px;
		padding: 0 20px;
	}

	.niareadetail-mv__ttl {
		font-size: 2.5rem;
	}
}*/

/* -----------------------------------------------------------
    sorting1  出し分け①
-------------------------------------------------------------- */
.niareadetail-sorting1 {}

@media screen and (max-width: 768px) {
	.niareadetail-sorting1 {}
}

/* -----------------------------------------------------------
    sorting2  出し分け②
-------------------------------------------------------------- */
.niareadetail-sorting2 {}

@media screen and (max-width: 768px) {
	.niareadetail-sorting2 {}
}

/* -----------------------------------------------------------
    sorting3  出し分け③
-------------------------------------------------------------- */
.niareadetail-sorting3 {}

@media screen and (max-width: 768px) {
	.niareadetail-sorting3 {}
}

/* -------------------------------------------------------------
    フルリッチ
-------------------------------------------------------------- */
.niarea-fullrich h1, .niarea-fullrich h2, .niarea-fullrich h3, .niarea-fullrich h4 {
	font-weight: bold;
	line-height: 1.4;
}

.niarea-fullrich h1 {
	font-size: 2.7rem;
	font-weight: bold;
	border-bottom: 6px solid var(--main);
	padding: 0 0 15px;
	margin: 50px 0 30px;
}

.niarea-fullrich h2 {
	background: var(--main);
	color: #fff;
	font-size: 2.6rem;
	margin: 50px 0 30px;
	padding: 10px 20px 12px;
	position: relative;
	letter-spacing: .05em;
}

.niarea-fullrich h3 {
	border-bottom: dotted 3px var(--main);
	color: var(--main);
	margin: 40px 0 30px;
	padding: 0 0 10px;
	font-size: 2.4rem;
	letter-spacing: .05em;
}

.niarea-fullrich h4 {
	margin: 30px 0 20px;
	padding: 4px 0 0 16px;
	font-size: 2.3rem;
	position: relative;
}

.niarea-fullrich h4::before {
	background: var(--main);
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	content: '';
	width: 6px;
	height: 100%;
}

.niarea-fullrich img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.niarea-fullrich a:link {
	color: var(--link);
	display: inline-block;
	text-decoration: underline;
}

.niarea-fullrich p {
	margin: 1em 0;
}

@media screen and (max-width: 768px) {
	.niarea-fullrich {
		margin-top: 20px;
	}

	.niarea-fullrich h1, .niarea-fullrich h2, .niarea-fullrich h3, .niarea-fullrich h4 {
		line-height: 1.5;
	}

	.niarea-fullrich h1 {
		border-bottom-width: 4px;
		font-size: 2.3rem;
		line-height: 1.5;
		margin: 30px 0 20px;
		padding: 0 0 10px;
	}

	.niarea-fullrich h2 {
		margin: 30px 0 20px;
		padding: 8px 15px 10px;
		font-size: 2rem;
	}

	.niarea-fullrich h3 {
		margin: 30px 0;
		padding: 0 0 10px;
		font-size: 1.9rem;
	}

	.niarea-fullrich h4 {
		margin: 30px 0 20px;
		padding: 0 0 0 12px;
		font-size: 1.8rem;
	}

	.niarea-fullrich h4::before {
		top: 0;
		width: 5px;
	}

	.niarea-fullrich img {
		max-width: 100%;
	}
}

/* -----------------------------------------------------------
    エリアCMS詳細   都道府県のみ
-------------------------------------------------------------- */
/* -----------------------------------------------------------
    niareadetail-support
-------------------------------------------------------------- */
.niareadetail-support {
	margin: 100px 0;
}

.niareadetail-support__ttl {
	font-size: 3.5rem;
	font-weight: bold;
	margin: 0 0 30px;
}

.niareadetail-support__region {
	background: var(--cmnbg);
	font-size: 2rem;
	font-weight: bold;
	padding: 15px 20px;
}

.niareadetail-support__prefectures {
	margin: 30px 0 0;
}

.niareadetail-support__list {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

[data-detailsupport="station"] {
	margin: 15px 0 0;
}

.niareadetail-support__link {
	border: 1px solid var(--border2);
	color: var(--cmnblack) !important;
	display: inline-block;
	font-weight: 400;
	padding: 12px 20px 12px 15px;
	position: relative;
	min-width: 106px;
	text-align: center;
}

.niareadetail-support__link:hover {
	background: var(--link);
	border-color: var(--link);
	color: #fff!important;
}

.niareadetail-support__link::before{
	content: "\f054";
	color: var(--link);
	font: 900 1rem/1 var(--webicon);
	right: 7px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: .5s;
}

.niareadetail-support__link:hover::before {
	color: #fff;
}

@media screen and (max-width: 768px) {
	.niareadetail-support {
		margin: 50px 0 40px;
	}

	.niareadetail-support__ttl {
		font-size: 2.5rem;
	}

	.niareadetail-support__region {
		font-size: 2rem;
		padding: 13px 0px 11px 15px;
	}

	.niareadetail-support__prefectures {
		margin: 25px 0 0;
	}

	.niareadetail-support__link {
		font-size: 1.5rem;
		padding: 10px 13px 10px 8px;
		min-width: 100px;
	}

	.niareadetail-support__link::before {
		right: 4px;
	}
}


/*目次*/
.outline-box {
	/* padding: 20px 30px 30px 30px; */
	/* background: #F2F4F5;
	width: 100%; */

	margin: 40px 0 20px;
    position: relative;
}

.outline-box .outline-ttl {
	/* padding: 0 0 10px 15px;
	font-size: 1.4rem;
	border-bottom: 1px solid #D1D1D1;
	font-weight: bold;
	position: relative; */

	text-align: left;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    margin: 0 0 10px;
    display: inline-block;
    border: solid 2px #1bb2ef ;
    color: #1bb2ef ;
    padding: 5px 20px 5px 40px;
    border-radius: 25px;
}
.outline-box .outline-ttl.active{
	margin: 0 0 20px;
}
.accordion-icon{
	position: absolute;
	display: inline-block;
    transition: all .3s;
    box-sizing: border-box;
	right: 0;
	left: 15px;
	z-index: 3;
	width: 15px;
	height: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.accordion-icon span{
	position: absolute;
    width: 100%;
	display: inline-block;
    transition: all .3s;
    box-sizing: border-box;
	background: #1bb2ef;
	top: 50%;
	height: 2px;
}
.accordion-icon span:nth-of-type(2){
	-webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.outline-box .outline-ttl.active span:nth-of-type(2){
	background: #fff;
	display: none;
}
/* .outline-box .outline-ttl::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    border: 6px solid transparent;
    border-top: 8px solid #555;
} */
.outline-box ul{
	display: none;
	padding: 20px;
	background-color: #F2F4F5;
}
.outline-box ul li {
	border-bottom: 1px solid #D1D1D1;
	line-height: 1.7;
}

.outline-box .toc-h1 {
	font-size: 1.4rem;
	padding: 10px 0;
}

.outline-box .toc-h2 {
	font-size: 1.4rem;
	padding: 10px 0;
}

.outline-box .toc-h3 {
	font-size: 1.4rem;
	padding: 10px 0;
}

.outline-box .toc-h4 {
	font-size: 1.4rem;
	padding: 10px 0;
}

.outline-box .toc-h5 {
	font-size: 1.4rem;
	padding: 10px 0;
}

.outline-box .toc-h6 {
	font-size: 1.4rem;
	padding: 10px 0;

}

@media screen and (max-width: 768px){
	
	#blog .blog-detail{
		padding: 0 0;
		border: none;
		box-shadow: none;
	}
	#blog .blog-detail{
		padding: 0 0;
		border: none;
		box-shadow: none;
	}
	.blog-de-date {
		width: 70px;
		padding: 10px 0 4px 0;
		margin: 0 0 0 0;
		font-size: 1.2rem;
	}
	.blog-de-cate {
		font-size: 1.2rem;
		width: 75%;
		padding: 6px 0 5px 0;
	}
	.blog-de-cate p {
		line-height: 1.6;
	}
	
	/*目次*/
	.outline-box {
		/* padding: 20px; */
		margin: 30px 0 0;
	}

	.outline-box .outline-ttl {
		margin: 0;
	}
	.outline-box ul{
		padding: 10px 20px 20px;
	}
}

.blog-de-txt {
	line-height: 1.8;
	font-size: 1.6rem;
	padding: 0;
}
.blog-de-txt h1,
.blog-de-txt h2,
.blog-de-txt h3,
.blog-de-txt h4{
	font-weight: bold;
	line-height: 1.5;
}

.blog-de-txt h1{
	margin: 30px 0 30px 0;
	font-size: 2.6rem;
	color: #1bb2ef;
}
.blog-de-txt h2 {
	border-bottom: 3px #1bb2ef solid;
	font-size: 2.4rem;
	margin: 40px 0 30px 0;
	padding: 0 0 10px;
}
.blog-de-txt .event-area h2 {
	margin: 40px 0 30px 0;
	padding: 0 0 0;
	border-bottom: none;
}
.blog-de-txt h3 {
	margin: 40px 0 30px;
	padding: 15px 30px;
	font-size: 2.2rem;
	background: #1bb2ef;
	color: #fff;
}
.blog-de-txt h4 {
	margin: 30px 0 20px;
	padding: 0 0 0 16px;
	font-size: 2rem;
    position: relative;
}
.blog-de-txt h4::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 4px;
    height: 100%;
    background: #1bb2ef;
    border-radius: 3px;
}
.blog-de-txt p {
	margin-bottom: 1.5em;
	/* font-weight: 500; */
	font-size: 1.6rem;
}

.blog-de-txt a:link{
	color: #1e4f91;
	text-decoration: underline;
	display: inline-block;
}
.blog-de-txt a:hover{
	text-decoration: none;
}
.blog-de-txt img{
	display: block;
	height: auto;
	width: auto;
	max-width: 960px;
	margin: 0 auto;
}

/*施設用テーブル*/
.blog-de-txt table.facility {
	border: none;
}
.blog-de-txt table.facility td {
	border: none;
	vertical-align: top;
}
.blog-de-txt table.facility td img {
	max-width: 450px;
	margin: 0 40px 0 0;
}

@media screen and (max-width: 768px){
	
/*  詳細ページテキストエリア  */
	
	.blog-de-txt {
	}
	.blog-de-txt h1 {
		margin: 30px 0 20px 0;
		font-size: 2.2rem;
	}
	.blog-de-txt h2 {
		margin: 30px 0 20px 0;
		padding: 0 0 8px;
		border-width: 3px;
		font-size: 2.2rem;
	}
	.blog-de-txt h3 {
		margin: 30px 0 20px 0;
		padding: 15px 15px;
		font-size: 2rem;
	}
	.blog-de-txt h4 {
		margin: 20px 0 10px 0;
		padding: 0 0 0 15px;
		font-size: 1.8rem;
	}
	.blog-de-txt h4::before {
		top: 3px;
		height: calc(100% - 6px);
	}
	.blog-de-txt p{
		font-size: 1.4rem;
	}
	.blog-de-txt img{
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		text-align: center;
		height: auto;
		display: block;
	}

	/*施設用テーブル*/
	.blog-de-txt table.facility {
		border: none;
		width: 100%!important;
	}
	.blog-de-txt table.facility tr {
		width: 100%!important;
		height: auto!important;
	}
	.blog-de-txt table.facility td {
		display: block;
		width: 100%!important;
		height: auto!important;
	}
	.blog-de-txt table.facility td img {
		max-width: 600px;
		margin: 0 auto;
	}
	
	
}


/*▽ 森作業 ▽*/
/* -----------------------------------------------------------
    エリアCMS詳細   共通タイトル
-------------------------------------------------------------- */

#area .top-cmn-ttl .en {
    color: #1bb2ef;
    font: 500 6rem / 1 'League Spartan', sans-serif;
    position: relative;
}

#area .top-cmn-ttl .en::before {
    background: #1bb2ef;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -50px;
    width: 37px;
    height: 1px;
}


#area .top-cmn-ttl .ja {
    color: #808e94;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: .02em;
}

@media screen and (max-width:768px) {

	#area .top-cmn-ttl .en {
        font-size: 4rem;
    }

    #area .top-cmn-ttl .en::before {
        left: -27px;
        width: 20px;
    }

	#area .top-cmn-ttl .ja {
        font-size: 1.5rem;
    }
	
 }


/* -----------------------------------------------------------
    エリアCMS詳細  メインビジュアル
-------------------------------------------------------------- */

.niareadetail-mv.mv-area {
	position: relative;
	height: 630px; 
	background: url("../../../control/img/area-mv-bg.jpg")center center/cover no-repeat;
	display: flex;
	align-items: center;
	flex-direction: inherit;
    justify-content: center;
}

/*@media screen and (min-width:769px) and ( max-width:1400px) {
	.mv-area {
		height: 675px;
	}
}*/

.mv-inner {
	max-width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mv-area .mv-catch{
	/*width: calc(100% - 700px);*/
	position: relative;
	z-index: 1;
}

.mv-area .mv-catch .niareadetail-mv__ttl.txt {
	font-size: 2.4rem;
	font-weight: bold;
	flex-shrink: 0;
	line-height: 1.4;
	letter-spacing: .05em;
}
.mv-area .mv-catch .niareadetail-mv__ttl.txt span {
	color: #1bb2ef;
}
.mv-area .mv-catch .ttl {
	font-size: 4.4rem;
	font-weight: bold;
	position: relative;
	line-height: 1.4;
	letter-spacing: .05em;
	margin: 20px 0 30px;
}
.mv-area .mv-catch .ttl span {
	color: #1bb2ef;
	display: block;
}
.mv-area .mv-catch .basic-txt {
	font-size: 2rem;
	font-weight: 600;
	margin: 0 0 50px;
}

.niareadetail-mv.mv-area .bg-wrap {
	position: absolute;
	top: 0;
	right: 0;
	width: 1200px;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}
.niareadetail-mv.mv-area .bg-wrap::before {
	content: "";
	display: block;
	position: absolute;
	background: url("../../../control/img/area-mv.png") repeat-y;
	background-size: contain;
	width: 940px;
	height: 2810px;
	top: -30%;
	right: 30%;
	animation: mv-slider 30s linear infinite;
	transform: rotate(30deg) translateY(0%);
	opacity: .5;
}
@keyframes mv-slider {
  0% {
    -webkit-transform: rotate(30deg) translateY(0%);
    transform: rotate(30deg) translateY(0%);
  }
  100% {
    -webkit-transform: rotate(30deg) translateY(-50%);
    transform: rotate(30deg) translateY(-50%);
  }
}


.mv-area .mv-catch .mv-btn{
}
.mv-area .ft-latestbtn-wrap .ft-lb{
	display: inline-block;
}
.mv-area .ft-latestbtn-wrap.ft-lb-sign .ft-lb-inner{
	width: 380px;
	height: 90px;    
	border: solid 4px #fff;
}

@media screen and (max-width: 768px){
	
	
	.niareadetail-mv.mv-area {
		display: block;
		height: auto;
		margin: 0;
		padding: 0;
	}
	
	.mv-inner {        
		height: auto;
        max-width: unset;
        min-width: unset;     
		display: block;
	}
	
	.mv-area .mv-catch{
		padding: 40px 20px 50px 20px;
		width: 100%;
	}
	.mv-area .mv-catch .niareadetail-mv__ttl.txt {
		font-size: 1.8rem;
        line-height: 1.5;
        letter-spacing: .03em;
        margin: 0;
        /* color: var(--fcbrown); */
		text-shadow: rgba(255, 255, 255, .7) 1px 1px 7px, rgba(255, 255, 255, .7) -1px 1px 7px, rgba(255, 255, 255, .7) 1px -1px 7px, rgba(255, 255, 255, .7) -1px -1px 7px;
	}
	
	.mv-area .mv-catch .ttl {
		font-size: 2.6rem;
		margin: 15px 0 15px;
		text-shadow: rgba(255, 255, 255, .7) 1px 1px 7px, rgba(255, 255, 255, .7) -1px 1px 7px, rgba(255, 255, 255, .7) 1px -1px 7px, rgba(255, 255, 255, .7) -1px -1px 7px;
	}
	.mv-area .mv-catch .ttl span {
	}

	.mv-area .mv-catch .basic-txt {
		margin: 10px 0 35px;
		font-weight: 500;
		font-size: 1.4rem;
		line-height: 2;
		letter-spacing: .05em;        
		text-shadow: rgba(255, 255, 255, .7) 1px 1px 7px, rgba(255, 255, 255, .7) -1px 1px 7px, rgba(255, 255, 255, .7) 1px -1px 7px, rgba(255, 255, 255, .7) -1px -1px 7px;
	}

	.niareadetail-mv.mv-area .bg-wrap {
		width: 100%;
	}
	.niareadetail-mv.mv-area .bg-wrap::before {
		background-size: contain;
		width: 415px;
		height: 1240px;
		top: 0%;
		right: 0%;
		animation: mv-slider 30s linear infinite;
		transform: rotate(30deg) translateY(0%);
		opacity: .5;
	}
	
	.mv-area .ft-latestbtn-wrap .ft-lb{
		display: block;
	}

	.mv-area .ft-latestbtn-wrap.ft-lb-sign .ft-lb-inner{
		max-width: 300px;
        width: 100% !important;
        margin: 0 auto;
        height: 72px;
	}
}


/* -----------------------------------------------------------
    MV下ポイント
-------------------------------------------------------------- */

.mv-point-list{
}

.mv-point-list .flow-list {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 60px 0 40px;
	position: relative;
	z-index: 2;
}
.mv-point-list .flow-item {
	position: relative;
}
.mv-point-list .flow-item.point01 {
	width: 370px;
}
.mv-point-list .flow-item.point02 {
	width: 440px;
}
.mv-point-list .flow-item.point03 {
	width: 330px;
}

.mv-point-list .flow-item::before,
.mv-point-list .flow-item::after{
	content: "";
	position: absolute;
	/*
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	*/
	top: 0;
	aspect-ratio: 30 / 110;
	width: 30px;
	height: auto;
}
.mv-point-list .flow-item::before{
	background: url("../../../control/img/point-bg-l.svg") no-repeat center top / contain;
	left: 0;
}
.mv-point-list .flow-item::after{
	background: url("../../../control/img/point-bg-r.svg") no-repeat center top / contain;
	right: 0;
}

.mv-point-list .flow-ttl {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: .05em;
	color: #A8965D;
	line-height: 1.4;
}
.mv-point-list .flow-note {
	font-size: 1.6rem;
	line-height: 1.6;
	margin: 10px 0 0 0;
	text-align: center;
	font-weight: 500;
}


@media screen and (max-width: 768px){
	
	.mv-point-list{
	}

	.mv-point-list .flow-list {
		display: block;
		padding: 10px 0 0;
	}

	.mv-point-list .flow-item {        
		width: 100%!important;
		margin: 25px 0 0;
	}
	.mv-point-list .flow-item::before,
	.mv-point-list .flow-item::after{
		top: 50%;
		-webkit-transform : translateY(-50%);
		transform : translateY(-50%);
		width: 22px;
	}
	
	.mv-point-list .flow-ttl {
		font-size: 2rem;
		letter-spacing: 0;
	}

	.mv-point-list .flow-note {
        font-size: 1.4rem;
        margin: 5px 0 0;
        letter-spacing: 0;
	}
}


/* -----------------------------------------------------------
    エリアCMS詳細   企業ロゴ
-------------------------------------------------------------- */

.logo-area{
	margin: 50px 0 0;
}

.logo-area .logo-catch{
	margin: 0 0 30px 0;
}

.logo-area .logo-catch .ttl{
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: .05em;
	position: relative;
}

.logo-area .logo-catch .ttl span{
	font-size: 1.2rem;
	color: #657176;
	font-weight: normal;
	margin: 0 0 0 20px;
	position: absolute;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}

@media screen and (max-width: 768px) {

	.logo-area {
		padding: 50px 0 0;
		/*background: url("../img/top-logoslide-bg.jpg")left top 30.6vw/100% auto no-repeat;*/
		margin: 0;
	}
	
	.logo-area .logo-catch{
		margin: 0;
	}
	
	.logo-area .logo-catch .ttl{
		font-size: 2.2rem;
		position: static;
		line-height: 1.2;
	}
	
	.logo-area .logo-catch .ttl span{
		margin: 0;
		position: static;
	}

}


/* -----------------------------------------------------------
    エリアCMS詳細   こんなお悩みはありませんか？
-------------------------------------------------------------- */

.intro-area {
	padding: 40px 0 50px;
}

.intro-area .beginner-cmn-ttl {
    margin: 0 auto;
	position: relative;
	text-align: center;
}
.intro-area .beginner-cmn-ttl::before {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	left: 0;
	right: 0;
	border-top: 1px dashed #4C89A2;
}
.intro-area .beginner-cmn-ttl h3 {
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 1px;
	position: relative;
	display: inline-block;
	padding: 0 15px;
	background: #fff;
	line-height: 1.4;
}


.intro-area .worry-mv {
	display: none;
}
.intro-area .worry-mv img {
}

.intro-area .worry-wrap {
	position: relative;
    display: block;
	margin: 40px auto 0;
}

.intro-area .worry-list {
	/*position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);*/
	background: url("../../../control/img/area-nayami-bg.png") no-repeat center center / contain;
	width: 822px;
	height: 425px;
	position: relative;
	margin: 0 auto;
}

.intro-area .worry-list li {
	position: absolute;
	width: 220px;
	height: 184px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.4;
}
.intro-area .worry-list li.worry01 {
	left: 40px;
	top: 36px;
}
.intro-area .worry-list li.worry01.effect-cmn-fade {
	transition-delay: 0.2s;
}
.intro-area .worry-list li.worry02 {
	left: 300px;
	top: 0px;
}
.intro-area .worry-list li.worry02.effect-cmn-fade {
	transition-delay: 0.4s;
}
.intro-area .worry-list li.worry03 {
	left: 561px;
	top: 36px;
}
.intro-area .worry-list li.worry03.effect-cmn-fade {
	transition-delay: 0.6s;
}
.intro-area .worry-list li.worry04 {
	left: 0px;
	top: 240px;
}
.intro-area .worry-list li.worry05 {
	left: 601px;
	top: 240px;
}
.intro-area .worry-list li.worry05.effect-cmn-fade {
	transition-delay: 0.8s;
}

.intro-area .worry-list li p {
	text-align: center;
	font-weight: 500;
	line-height: 1.5;
	font-size: 1.7rem;
}
.intro-area .border-wrap p span {
	color: #5d9db7;
	font-weight: bold;
}



@media screen and (max-width:768px) {
	
	.intro-area {
		padding: 30px 20px 30px;
	}
	
	.intro-area .beginner-cmn-ttl {        
	}

	.intro-area .beginner-cmn-ttl h3 {
		font-size: 2rem;
		padding: 0 10px;
	}

	.intro-area .worry-wrap {
		padding: 0;
		margin: 20px auto 0;
	}
	
	.intro-area .worry-mv {
		/* display: block; */
		text-align: center;
	}
	.intro-area .worry-mv img {
		width: 100%;
		max-width: 480px;
	}
	
	.intro-area .worry-list {
		/* display: none; */
		width: 100%;
		height: 308px;
		background: url(../../../control/img/area-nayami-sp01.png) no-repeat center center / contain;
	}
	.intro-area .worry-list li{
		width: 143px;
		height: 120px;
	}
	.intro-area .worry-list li.worry01{
		left: -5px;
		top: -20px;
		background: url(../../../control/img/worry01-bg-sp.png) no-repeat center center / contain;
	}
	.intro-area .worry-list li.worry02{
		left: 50%;
		transform: translateX(-50%);
		top: 57px;
		background: url(../../../control/img/worry02-bg-sp.png) no-repeat center center / contain;
	}
	.intro-area .worry-list li.worry03{
		left: auto;
		right: -5px;
		top: -20px;
		background: url(../../../control/img/worry03-bg-sp.png) no-repeat center center / contain;
	}
	.intro-area .worry-list li.worry04{
		left: -16px;
		top: 116px;
		background: url(../../../control/img/worry04-bg-sp.png) no-repeat center center / contain;
	}
	.intro-area .worry-list li.worry05{
		left: auto;
		right: -16px;
		top: 116px;
		background: url(../../../control/img/worry05-bg-sp.png) no-repeat center center / contain;
	}
	.intro-area .worry-list li p {
		font-size: 1.3rem;
		font-weight: bold;
	}
	
}


/* -----------------------------------------------------------
    エリアCMS詳細   眼科転職のプロに相談しませんか？
-------------------------------------------------------------- */

.support-area {
	background: url("../../../control/img/reason-support-bg.jpg")no-repeat top center / cover;
	padding: 100px 0 80px;
	position: relative;
}
.support-area::before,
.support-area::after{
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform : translateX(-50%);
	transform : translateX(-50%);
	aspect-ratio: 200 / 55;
	width: 200px;
	height: auto;
}
.support-area::before{
	background: url("../../../control/img/triangle-bg-wht.svg") no-repeat center top / contain;
	top: 0;
}
.support-area::after{
	background: url("../../../control/img/triangle-bg-blue.svg") no-repeat center top / contain;
	bottom: -55px;
}

.support-area .inner {
	position: relative;
}

.support-area .ttl-box {
	margin: 0 auto 40px;
	padding: 0 80px;
	position: relative;
	width: fit-content;
}
.support-area .ttl-box::before,
.support-area .ttl-box::after{
	content: "";
	position: absolute;
	/*top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);*/
	top: 0;
	aspect-ratio: 41 / 103;
	width: 41px;
	height: auto;
}
.support-area .ttl-box::before{
	background: url("../../../control/img/fukidashi-blue-l.svg") no-repeat center top / contain;
	left: 0;
}
.support-area .ttl-box::after{
	background: url("../../../control/img/fukidashi-blue-r.svg") no-repeat center top / contain;
	right: 0;
}
.support-area .ttl-box .ttl {
	color: #60B8DB;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	margin: 5px 0 0;
}
.support-area .ttl-box .ttl.sub {
	color: #898989;
	font-size: 2.8rem;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 0 5px;
}
.support-area .ttl-box .ttl.sub img {
	width: 226px;
}

.support-area .txt-area {
	width: 800px;
}
.support-area .txt-ttl {
	font-size: 3.6rem;
    font-weight: bold;
	line-height: 1.5;
	color: #1770B5;
	margin: 30px 0 0;
}
.support-area .txt-ttl.sub {
	font-size: 2.4rem;
}
.support-area .txt {
    line-height: 2;
    margin: 20px 0 0;
}

.support-area .img-admin {
	position: absolute;
	right: 50px;
	top: 140px;
}
.support-area .img-admin img {
	width: 280px;
}


.support-list{
	margin: 60px auto 0;
}

.support-list .support-item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-radius: 10px;
	background: #fff;
	padding: 10px;
	position: relative;
	margin: 40px 0 0;
}
.support-list .photo {
	width: 400px;
	order: 2;
}
.support-list .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.support-list .txt-area {
	width: calc(100% - 450px);
	padding: 50px 0 50px 50px;
	order: 1;
}
.support-list .icon {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #60B8DB;
	border: 1px #60B8DB solid;
	font-weight: bold;
	font-size: 1.8rem;
	width: fit-content;
	padding: 0 0 0 15px;
}
.support-list .icon span {
	background: #60B8DB;
	color: #fff;
	margin: 0 0 0 15px;
	padding: 2px 5px;
}

.support-ttl {
	font-size: 3.6rem;
	letter-spacing: .05em;
	font-weight: bold;
	line-height: 1.4;
	color: #60B8DB;
	margin: 5px 0 30px;
}

.point-box {
}
.point01-list {
	width: 100%;
}
.point01-list li {
	margin: 15px 0 0 36px;
	position: relative;
	padding: 0 0 10px 0;
	line-height: 1.5;
	border-bottom: 1px #60B8DB dashed;
	font-size: 1.8rem;
	font-weight: 500;
}
.point01-list li::before {
	content: "";
	position: absolute;
	top: 4px;
	left: -36px;
	background: url("../../../control/img/area-chk-icon.svg") no-repeat center top / contain;
	aspect-ratio: 22 / 22;
	width: 22px;
	height: auto;
}


@media screen and (max-width: 768px) {

	.support-area {
		padding: 60px 20px 40px;
		/*background: #E5F3FC;*/
	}
	.support-area::before,
	.support-area::after{
		width: 100px;
		height: auto;
	}
	.support-area::before{
		top: -1px;
	}
	.support-area::after{
		bottom: -25px;
	}

	.support-area .ttl-box {
		margin: 0 auto 20px;
		padding: 0 20px;
	}
	.support-area .ttl-box::before,
	.support-area .ttl-box::after{
		width: 30px;
		top: 20px;
	}
	.support-area .ttl-box::before{
		left: -15px;
	}
	.support-area .ttl-box::after{
		right: -15px;
	}
	.support-area .ttl-box .ttl {
		font-size: 2.2rem;
	}
	.support-area .ttl-box .ttl.sub {
		font-size: 1.8rem;
		gap: 0 5px;
		margin: 0 0 5px;
	}
	.support-area .ttl-box .ttl.sub img {
		width: 120px;
		margin: 0;
	}

	.support-area .txt-area {
		width: 100%;
	}
	.support-area .txt-ttl {
		font-size: 2rem;
		margin: 25px 0 0;
	}
	.support-area .txt-ttl.type02{
		text-align: center;
		margin: 50px 140px 66px 0;
	}
	.support-area .txt-ttl.sub {
		font-size: 1.8rem;
	}
	.support-area .txt {
		margin: 10px 0 0;
		font-size: 1.4rem;
	}

	.support-area .img-admin {
		/* right: auto;
		top: auto;
		position: static;
		margin: 0 auto;
		text-align: center; */
		right: 10px;
		top: 110px;
	}
	.support-area .img-admin img {
		/* width: 150px; */
		width: auto;
		height: 190px;
	}


	
	.support-list{
		margin: 30px auto 0;
	}

	.support-list .support-item {
		display: block;
		border-radius: 6px;
		margin: 20px 0 0;
	}
	.support-list .photo {
		width: 100%;
	}
	.support-list .photo img {
		height: 200px;
		border-radius: 6px;
	}
	.support-list .txt-area {
		width: 100%;
		padding: 30px 10px 30px 10px;
	}
	.support-list .icon {
		font-size: 1.4rem;
		padding: 0 0 0 10px;
		line-height: 1.6;
	}
	.support-list .icon span {
		margin: 0 0 0 10px;
		padding: 1px 3px;
	}

	.support-ttl {
		font-size: 2.4rem;
		margin: 5px 0 20px;
	}

	.point01-list li {
		margin: 15px 0 0 30px;
		padding: 0 0 10px 0;
		font-size: 1.6rem;
		font-weight: 500;
	}
	.point01-list li::before {
		top: 6px;
		left: -30px;
		width: 18px;
	}

}


/* -----------------------------------------------------------
    エリアCMS詳細   眼科の内情
-------------------------------------------------------------- */

.info-area {
	margin: 120px auto 0px;
}

.info-inner {
	margin: 0 auto;
	width: 1200px;
	background: url("../../../control/img/area-info-top-img.jpg") no-repeat center top / 100% auto;
}

.info-ttl-wrap {
	margin: 0 auto;
	width: fit-content;
	min-height: 320px;
	padding: 20px 0 0;
}
.info-ttl-wrap h3 {
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.5;
	margin: 0 0 15px;
	text-align: center;
}
.info-ttl-wrap p {
	text-align: center;
	line-height: 2;
	font-size: 1.8rem;
}


.info-list {
	margin: 70px auto 0;
	display: flex;
	justify-content: space-between;
}

.info-list li {
	background-color: #FFF8E7;
	border-radius: 10px;
	padding: 0 40px 40px;
	width: 580px;
}

.info-num {
	align-items: center;
	background: #F09616;
	border-radius: 50px;
	color: #fff;
	display: flex;
	justify-content: center;
	width: fit-content;
	padding: 10px 30px 12px;
	margin: 0 auto;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	position: relative;
	top: -15px;
}

.info-list li h4 {
	text-align: center;
	color: #F09616;
	font-size: 3.2rem;
	font-weight: 700;
	margin: 0 auto 20px;
	line-height: 1.4;
}

.info-img {
	width: 100%;
}

.info-img img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	border-radius: 10px;
}

.info-list li p {
	line-height: 2;
	letter-spacing: .05em;
	margin-top: 15px;
}

.info-area .txt-area p{
	margin: 30px auto 0;
    letter-spacing: .05em;
}

.info-area .sp-img{
	display: none;
}

@media screen and (max-width:768px) {
	
	.info-area {
		margin: 50px auto 0px;
	}

	.info-inner {
		margin: 0 auto;
		width: 100%;
		background: none;
	}

	.info-area .sp-img{
		display: block;
		text-align: center;
	}
	.info-area .sp-img img{
		width: 100%;
	}
	
	.info-ttl-wrap {
		width: 100%;
		min-height: inherit;
		padding: 30px 0 0;
	}
	.info-ttl-wrap h3 {
		font-size: 2rem;
		margin: 0 0 15px;
	}
	.info-ttl-wrap p {
		text-align: left;
		font-size: 1.4rem;
	}


	.info-list {
		margin: 0 auto 0;
		display: block;
	}

	.info-list li {
		padding: 0 20px 20px;
		width: 100%;
		margin: 50px 0 0;
	}

	.info-num {
		padding: 8px 20px 10px;
		font-size: 1.7rem;
		top: -15px;
	}

	.info-list li h4 {
		font-size: 2.4rem;
		margin: 0 auto 20px;
		line-height: 1.4;
	}

	.info-img {
		width: 100%;
	}

	.info-img img {
		height: 200px;
		border-radius: 10px;
	}

	.info-list li p {
		letter-spacing: 0;
		margin-top: 15px;
		font-size: 1.4rem;
	}

	.info-area .txt-area p{
		margin: 30px auto 0;
		font-size: 1.4rem;
	}

}


/* -----------------------------------------------------------
    エリアCMS詳細   こだわる理由
-------------------------------------------------------------- */

.commitment-area {
    margin: 70px auto 120px;
}

.commitment-area .ttl-box {
	margin: 0 auto -10px;
	width: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 50px;
}
.commitment-area .ttl-box .ttl {
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	position: relative;
	padding: 0 80px;
}
.commitment-area .ttl-box .ttl span {
	color: #60B8DB;
	display: block;
}
.commitment-area .ttl-box .ttl::before,
.commitment-area .ttl-box .ttl::after{
	content: "";
	position: absolute;
	top: 0;
	aspect-ratio: 41 / 103;
	width: 41px;
	height: auto;
}
.commitment-area .ttl-box .ttl::before{
	background: url("../../../control/img/fukidashi-blue-l.svg") no-repeat center top / contain;
	left: 0;
}
.commitment-area .ttl-box .ttl::after{
	background: url("../../../control/img/fukidashi-blue-r.svg") no-repeat center top / contain;
	right: 0;
}

.commitment-area .ttl-box .ill{
	width: 358px;
}


.commitment-area .worry-wrap{
	display: block;
	margin: 0 auto;
}

.commitment-area .worry-wrap .worry-box{
	background: url("../../../control/img/reason-support-bg.jpg")no-repeat top center / cover;
	padding: 80px 0 0;
	border-radius: 10px 10px 0 0;
}
.commitment-area .worry-wrap .worry-box-ttl{
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
	margin: 0 0 40px;
}
.commitment-area .worry-wrap .worry-item-wrap {
	/*position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);*/
	background: url("../../../control/img/area-reason-nayami-bg.png") no-repeat center center / contain;
	width: 702px;
	height: 382px;
	position: relative;
	margin: 0 auto -10px;
}

.commitment-area .worry-wrap .worry-item-wrap li {
	position: absolute;
	width: 220px;
	height: 184px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: 500;
	line-height: 1.5;
	font-size: 1.7rem;
}
.commitment-area .worry-wrap .worry-item-wrap li.worry01 {
	left: 0;
	top: 36px;
}
.commitment-area .worry-wrap .worry-item-wrap li.worry02 {
	left: 241px;
	top: 0px;
}
.commitment-area .worry-wrap .worry-item-wrap li.worry03 {
	left: 482px;
	top: 36px;
}
.commitment-area .worry-wrap .sp-img{
	display: none;
}



.commitment-area .worry-wrap .worry-txtwrap{
	background: #38BAEE;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	width: 100%;
	padding: 60px;
	border-radius: 0 0 10px 10px;
}
.commitment-area .worry-wrap .worry-txtwrap .txt-area{
	width: 580px;
	order: 1;
}
.commitment-area .worry-wrap .worry-txtwrap .txt-area .ttl {
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 10px;
}
.commitment-area .worry-wrap .worry-txtwrap .txt-area .txt {
	margin: 20px 0 0;
	font-weight: 500;
	font-size: 1.8rem;
}
.commitment-area .worry-wrap .worry-txtwrap .txt-area .txt span {
	color: #FFF55C;
}
.commitment-area .worry-wrap .worry-txtwrap .photo{
	width: 450px;
	order: 2;
}
.commitment-area .worry-wrap .worry-txtwrap .photo img{
	width: 100%;
	border-radius: 10px;
}


@media screen and (max-width: 768px) {
	
	.commitment-area {
		margin: 30px auto 50px;
	}

	.commitment-area .ttl-box {
		margin: 0 auto -10px;
		width: 100%;
		display: block;
		padding: 0 20px;
		text-align: center;
	}
	.commitment-area .ttl-box .ttl {
		font-size: 2.2rem;
		padding: 0 20px;
		width: fit-content;
		margin: 0 auto 10px;
	}
	.commitment-area .ttl-box .ttl span {
	}
	.commitment-area .ttl-box .ttl::before,
	.commitment-area .ttl-box .ttl::after{
		width: 24px;
		top: 0;
	}
	.commitment-area .ttl-box .ttl::before{
		left: -10px;
	}
	.commitment-area .ttl-box .ttl::after{
		right: -10px;
	}

	.commitment-area .ttl-box .ill{
		width: 240px;
		object-fit: contain;
	}


	.commitment-area .worry-wrap{
	}

	.commitment-area .worry-wrap .worry-box{
		padding: 50px 20px 0;
		border-radius: 10px 10px 0 0;
	}
	.commitment-area .worry-wrap .worry-box-ttl{
		font-size: 1.6rem;
		margin: 0 0 20px;
		text-align: left;
		line-height: 1.8;
	}
	.commitment-area .worry-wrap .worry-item-wrap {
		display: none;
	}

	.commitment-area .worry-wrap .sp-img{
		display: block;
		text-align: center;
		margin: 0 -15px -5px;
	}
	.commitment-area .worry-wrap .sp-img img{
		width: 100%;
	}



	.commitment-area .worry-wrap .worry-txtwrap{
		display: block;
		padding: 30px 20px;
		margin: 0;
	}
	.commitment-area .worry-wrap .worry-txtwrap .txt-area{
		width: 100%;
		margin: 20px 0 0;
	}
	.commitment-area .worry-wrap .worry-txtwrap .txt-area .ttl {
		font-size: 2.2rem;
		margin: 0 0 10px;
	}
	.commitment-area .worry-wrap .worry-txtwrap .txt-area .txt {
		font-size: 1.4rem;
		margin: 10px 0 0;
	}
	.commitment-area .worry-wrap .worry-txtwrap .txt-area .txt span {
		color: #FFF55C;
	}
	.commitment-area .worry-wrap .worry-txtwrap .photo{
		width: 100%;
	}
	.commitment-area .worry-wrap .worry-txtwrap .photo img{
		height: 200px;
		object-fit: cover;
	}
	
}


/* -----------------------------------------------------------
    エリアCMS詳細   転職成功事例
-------------------------------------------------------------- */
.interview-area {
	padding: 0 0 90px;
	background: #E1EDF3;
}
.interview-area .mv-slider {
    background: url("../../../control/img/area-case-slide-img.jpg") repeat-x 0 0;
    background-size: 1920px auto;
    width: 100%;
    height: 600px;
    overflow: hidden;
    -moz-animation: mv-loop 30s linear infinite;
    animation: mv-loop 30s linear infinite;
}

@keyframes mv-loop {
	
	0% {
		background-position: 0 0;
		}

	100% {
		background-position: -1920px 0;
		}
}

.interview-area .tti-img {
	position: relative;
	top: -90px;
	margin: 0 0 -90px;
}

.interview-area .interview-inner {
	background: #fff;
	border-radius: 10px;
	margin: 50px auto 0;
	padding: 40px 60px 60px 60px;
}

.interview-area .interview-inner .copy{
	font-size: 3rem;
	font-weight: bold;
    line-height: 1.5;
    position: relative;
	margin: 0 0 30px;
}
.interview-area .interview-inner .copy span{    
	position: absolute;
	align-items: center;
	background: linear-gradient(90deg, rgba(19, 174, 236, 1) 0%, rgba(79, 194, 240, 1) 100%);
	border-radius: 50px;
	color: #fff;
	font: 500 1.8rem / 1 'League Spartan', sans-serif;
	letter-spacing: .05em;
	padding: 8px 20px 3px 20px;
	margin: 0 10px 0 0px;
	top: -55px;
	left: 0;
}


/* voice-topwrap */
.interview-area .voice-topwrap {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.interview-area .voice-topwrap::after {
	display: none;
}

.interview-area .voice-topwrap .voice-profile {
	display: flex;
    justify-content: space-between;
    align-items: center;
	border-right: 1px #C1C1C1 dashed;
	width: 630px;
}
.interview-area .voice-topwrap .photo {
	width: 320px;
}
.interview-area .voice-topwrap .photo img {
	width: 100%;
	border-radius: 10px;
}
.interview-area .voice-topwrap .voice-caption {
	width: calc(100% - 320px);
	padding: 0 40px;
	color: #333;
	text-align: left;
	font-size: 1.6rem;
}
.interview-area .voice-topwrap .voice-caption .name span {
	font-size: 2.4rem;
}
.interview-area .voice-topwrap .voice-caption .status {
	font-size: 1.6rem;
	justify-content: flex-start;
	margin: 10px 0 0 0;
}


.interview-area .voice-topwrap .cmn-income{
	margin: 0 0 0 50px;
	width: 400px;
}
.interview-area .voice-topwrap .cmn-income dl{
	width: 100%;
	justify-content: center;
}
.interview-area .voice-topwrap .cmn-income-up{    
	right: -20px;
}
.interview-area .voice-topwrap .cmn-income-before {
	font-size: 2rem;
	height: auto;
	padding: 20px;
	margin: 0 0 25px;
	font-weight: bold;
}
.interview-area .voice-topwrap .cmn-income-after {
	height: auto;
	padding: 10px 20px 20px;
	font-size: 2.8rem;
}
.interview-area .voice-topwrap .cmn-income-after .subttl {
	font-size: 2rem;
	font-weight: bold;
	margin: 6px 10px 0 0;
}
.interview-area .voice-topwrap .cmn-income-after .num {
	font-size: 2rem;
}
.interview-area .voice-topwrap .cmn-income-after .num span {
	font-size: 3rem;
}



/* voice-midwrap */
.interview-area .voice-midwrap {
	display: flex;
    justify-content: space-between;
	margin: 70px 0 0;
}

.interview-area .voice-midwrap .before-box,
.interview-area .voice-midwrap .after-box{ 
	border-radius: 10px;
	padding: 65px 40px 40px 40px;
	position: relative;
}
.interview-area .voice-midwrap .before-box::before,
.interview-area .voice-midwrap .after-box::after{
	content: "";
	position: absolute;
	top: -40px;
	left: 40px;
	height: auto;
}
.interview-area .voice-midwrap .before-box::before{
	background: url("../../../control/img/area-case-before-ill.png") no-repeat center top / contain;
	aspect-ratio: 473 / 213;
	width: 212px;
}
.interview-area .voice-midwrap .after-box::after{
	background: url("../../../control/img/area-case-after-ill.png") no-repeat center top / contain;
	aspect-ratio: 464 / 213;
	width: 216px;
}

.interview-area .voice-midwrap .before-box{ 
	background: #F2F3F3;
	width: 500px;
}
.interview-area .voice-midwrap .after-box{ 
	background: #FFF8E7;
	width: 540px;
}

.interview-area .voice-midwrap .before-box li,
.interview-area .voice-midwrap .after-box li {
	margin: 12px 0 0 36px;
	position: relative;
	padding: 0 0 6px 0;
	line-height: 1.5;
	font-size: 2.2rem;
	font-weight: bold;
}
.interview-area .voice-midwrap .before-box li {
	border-bottom: 1px #A5A5A5 dashed;
	color: #97A4A8;
}
.interview-area .voice-midwrap .after-box li {
	border-bottom: 1px #F09616 dashed;
	color: #F05831;
}
.interview-area .voice-midwrap .before-box li::before,
.interview-area .voice-midwrap .after-box li::before{
	content: "";
	position: absolute;
}
.interview-area .voice-midwrap .before-box li::before{
	top: 12px;
	left: -25px;
	background: #97A4A8;
	width: 8px;
	height: 8px;
	border-radius: 50px;
}
.interview-area .voice-midwrap .after-box li::before{
	top: 8px;
	left: -36px;
	background: url("../../../control/img/area-chk-icon2.svg") no-repeat center top / contain;
	aspect-ratio: 22 / 22;
	width: 22px;
	height: auto;
}



/* txt-area */
.interview-area .txt-area{
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin: 50px 0 20px;
}
.interview-area .txt-area .in-wrap{
	width: calc((100% - 60px) / 3);
}
.interview-area .txt-area .txt-ttl{
	margin: 0 0 20px;
    padding: 0 0 10px 0;
    font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
    position: relative;
	color: #1770B5;
	border-bottom: 2px #0FB5F8 solid;
}
/*.interview-area .txt-area .txt-ttl::before {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 100%;
    background: #1bb2ef;
}*/

.interview-area .txt-area li {
    position: relative;
    letter-spacing: .07em;
    line-height: 1.6;
    padding-left: 20px;
}
.interview-area .txt-area li::before {
    content: "";
    background: #1BB2EF;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 10px;
    left: 3px;
    border-radius: 5px;
}


.interview-area .other-area {
	margin: 50px auto 0;
	padding: 0 50px 30px 50px;
	border-radius: 10px;
}
.interview-area .other-area.thoughts {
	background: #E5F3F9;
}
.interview-area .other-area.use {
	background: #FFF2D4;
}
.interview-area .other-area .icon {
	width: fit-content;
	padding: 8px 20px 11px;
	border-radius: 50px;
	font-weight: bold;
	font-size: 1.8rem;
	position: relative;
	top: -15px;
	margin: 0 0 5px;
}
.interview-area .other-area.thoughts .icon {
	background: #0FB5F8;
	color: #fff;
}
.interview-area .other-area.use .icon {
	background: #FFDC49;
	color: #333;
}
.interview-area .other-area .txt {
	line-height: 2;
}


@media screen and (max-width: 768px) {
	
	.interview-area {
		padding: 0 0 50px;
		width: 100%;
		border-radius: 0;
	}
	.interview-area .mv-slider {
        background-size: auto 300px;
        height: 300px;
        -moz-animation: mv-loop 30s linear infinite;
        animation: mv-loop 30s linear infinite;
    }
	
    @keyframes mv-loop {
    0% {
        background-position: 0 0;
        }

    100% {
        background-position: -960px 0;
        }
    }
	
	.interview-area .tti-img {
		top: -60px;
		margin: 0 0 -60px;
	}
	.interview-area .tti-img img {
		width: 180px;
	}
	
	.interview-area .interview-inner {
		border-radius: 10px;
		margin: 40px auto 0;
		padding: 40px 20px;
	}

	.interview-area .interview-inner .copy{
		font-size: 2.2rem;
		margin: 0 0 20px;
	}
	.interview-area .interview-inner .copy span{    
		padding: 8px 20px 3px 20px;
		top: -55px;
		left: 0;
	}


	/* voice-topwrap */
	.interview-area .voice-topwrap {
		display: block;
	}

	.interview-area .voice-topwrap .voice-profile {
		border-right: none;
		width: 100%;
		gap: 10px;
	}
	.interview-area .voice-topwrap .photo {
		width: 100px;
	}
	.interview-area .voice-topwrap .photo img {
		width: 100%;
		height: 100px;
		object-fit: cover;
		border-radius: 50px;
	}
	.interview-area .voice-topwrap .voice-caption {
		width: calc(100% - 110px);
		padding: 0;
		font-size: 1.4rem;
	}
	.interview-area .voice-topwrap .voice-caption .name span {
		font-size: 1.8rem;
	}
	.interview-area .voice-topwrap .voice-caption .status {
		font-size: 1.4rem;
		margin: 5px 0 0 0;
	}


	.interview-area .voice-topwrap .cmn-income{
		margin: 20px 0 0;
		width: 100%;
	}
	.interview-area .voice-topwrap .cmn-income dl{
		max-width: inherit;
	}
	.interview-area .voice-topwrap .cmn-income-up{    
		right: -25px;
		bottom: 40px;
	}
	.interview-area .voice-topwrap .cmn-income-before {
		font-size: 1.8rem;
		padding: 15px;
		margin: 0 0 25px;
	}
	.interview-area .voice-topwrap .cmn-income-after {
		height: auto;
		padding: 10px 20px 20px;
	}
	.interview-area .voice-topwrap .cmn-income-after .subttl {
		font-size: 1.8rem;
		margin: 6px 10px 0 0;
	}
	.interview-area .voice-topwrap .cmn-income-after .num {
		font-size: 1.8rem;
	}
	.interview-area .voice-topwrap .cmn-income-after .num span {
		font-size: 2.8rem;
	}



	/* voice-midwrap */
	.interview-area .voice-midwrap {
		display: block;
		margin: 0;
	}

	.interview-area .voice-midwrap .before-box,
	.interview-area .voice-midwrap .after-box{ 
		width: 100%;
		padding: 50px 20px 30px 20px;
		margin: 60px 0 0;
	}
	.interview-area .voice-midwrap .before-box::before,
	.interview-area .voice-midwrap .after-box::after{
		top: -40px;
		left: 20px;
	}
	.interview-area .voice-midwrap .before-box::before{
		width: 182px;
	}
	.interview-area .voice-midwrap .after-box::after{
		width: 186px;
	}


	.interview-area .voice-midwrap .before-box li,
	.interview-area .voice-midwrap .after-box li {
		margin: 12px 0 0 36px;
		font-size: 1.8rem;
	}
	.interview-area .voice-midwrap .before-box li::before{
		top: 12px;
		left: -25px;
	}
	.interview-area .voice-midwrap .after-box li::before{
		top: 8px;
		left: -36px;
	}



	/* txt-area */
	.interview-area .txt-area{
		display: block;
		margin: 0 0 50px;
	}
	.interview-area .txt-area .in-wrap{
		width: 100%;
	}
	.interview-area .txt-area .txt-ttl{
		margin: 30px 0 15px;
		padding: 0 0 10px 0;
		font-size: 1.8rem;
	}

	.interview-area .txt-area .txt{
		font-size: 1.4rem;
		line-height: 1.8;
	}
	.interview-area .txt-area li {
		font-size: 1.4rem;
		margin: 10px 0 0;
	}
	.interview-area .txt-area li::before {
		top: 10px;
		left: 3px;
	}


	.interview-area .other-area {
		margin: 40px auto 0;
		padding: 0 20px 20px 20px;
	}
	.interview-area .other-area .icon {
		padding: 8px 20px 11px;
		font-size: 1.7rem;
		top: -15px;
		margin: 0 0 0;
	}
	.interview-area .other-area .txt {
		line-height: 1.8;
		font-size: 1.4rem;
	}
	
}

/* -----------------------------------------------------------
    エリアCMS詳細   サービス比較
-------------------------------------------------------------- */

.agent-area {
	width: 100%;
	margin: 90px auto 90px;
	text-align: center;
}

.agent-area .beginner-cmn-ttl {
	color: #1bb2ef;
	text-align: center;
	padding: 0 0px 15px;
	border-bottom: 5px solid;
	width: fit-content;
	margin: 0 auto;
}

.agent-area .beginner-cmn-ttl h3 {
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: 1px;
}

.agent-table-wrap{
	margin: 80px auto 0;
}

.agent-table {
	width: 1100px;
	margin: 0px auto 0;
}

.agent-table .table-element {
	border-collapse: separate;
	border-spacing: 0;
	font-size: 1.6rem;
	height: 100%;
	position: relative;
	width: 100%;
}

.agent-table .table-header {
	width: 190px;
	background-color: #f6fafc;
	border-bottom: 1px solid #bccad0;
	border-left: 1px solid #bccad0;
	padding: 0 15px 0 20px;
}

.agent-table .table-header.first {
	background: transparent;
	border-left: none;
}

.agent-table .icon-wrap2 {
	display: flex;
	align-items: center;
}

.want-area .table-row {
	width: 100%;
	background: #fff;
}

.agent-table .table-data {
	width: 245px;
	padding: 20px 10px;
	border-right: 1px solid #bccad0;
	border-bottom: 1px solid #bccad0;
	line-height: 1.5;
	font-size: 1.5rem;
}

.agent-table .table-data span {
    font-size: 3rem;
    font-weight: bold;
    display: block;
}

.table-data.agent-blue {
	background-color: #ebf7fc !important;
	color: #1bb2ef !important;
	font-weight: bold;
	letter-spacing: 1.5px;
	font-size: 1.6rem;
	border-right: 5px solid #1bb2ef;
	border-left: 5px solid #1bb2ef;
}

.table-data.agent-blue .logo img{
	width: 107px;
}

.agent-blue.last {
	border-bottom: 5px solid #1bb2ef;
}

.agent-table .icon-wrap {
	text-align: center;
	margin: 0 auto;
}
.agent-table .icon-wrap .icon {
	width: 100px;
	height: 32px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.agent-table .icon-wrap img {
	max-width: 100%;
	max-height: 100%;
}

.agent-table .table-data .icon-wrap {
	color: #fff;
	letter-spacing: 0.7px;
}

.table-data.agent-blue .icon-wrap {
	color: #1bb2ef !important;
}

.agent-table .is-header .table-data {
	background-color: #b9c6cc;
	border-radius: 0;
	border-left: 1px solid #fff;
	padding: 7px 0;
	border-right: none;
	border-bottom: none;
}

.agent-table .is-header .table-data.agent-blue {
	border-top: 5px solid #1bb2ef;
	border-left: 5px solid #1bb2ef;
	border-right: 5px solid #1bb2ef;
	border-bottom: 1px solid #bccad0;
	position: relative;
}

.agent-table .is-header .table-data.agent-blue::before {
	position: absolute;
	display: block;
	content: "＼ おすすめ ／";
	top: -41px;
	margin: 0 auto;
	right: 0;
	left: 0;
	color: #f05930;
}

.table-data .icon {
	height: 36px;
}

.agent-table .header-left-ttl {
	font-weight: 400;
	position: relative;
	padding: 0 0 0 32px;
}

.agent-table .header-left-ttl::before {
	content: "";
	position: absolute;
	font: 900 2.1rem/1 'Font Awesome 5 Free';
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #62bce1;
	left: 0;
}

.agent-table .ati01 .header-left-ttl::before {
	content: "\f4fc";
}

.agent-table .ati02 .header-left-ttl::before {
	content: "\f108";
}

.agent-table .ati03 .header-left-ttl::before {
	content: "\f157";
}

.agent-table .ati04 .header-left-ttl::before {
	content: "\f06e";
}

.agent-table .ati05 .header-left-ttl::before {
	content: "\f15c";
}

.agent-table .ati06 .header-left-ttl::before {
	content: "\f277";
}

.agent-table .ati07 .header-left-ttl::before {
	content: "\f0c0";
}

.agent-table .ati08 .header-left-ttl::before {
	content: "\f573";
}
.agent-table .ati09 .header-left-ttl::before {
	content: "\f508";
}

.agent-table .ati10 .header-left-ttl::before {
	content: "\f086";
}

.agent-table .ati11 .header-left-ttl::before {
	content: "\f279";
}

.agent-reason-area {
	margin: 50px auto 0px;
}

.agent-reason-inner {
	background: #eaf3ff;
	max-width: 1100px;
	border-radius: 10px;
	padding: 50px 0;
	margin: 0 auto;
}

.agent-reason-list {
	margin: 30px auto 0;
	display: flex;
	justify-content: center;
}

.agent-reason-list li {
	background-color: #fff;
	border-radius: 20px;
	padding: 20px 25px 25px;
	width: calc( ( 100% - 100px ) / 2);
}

.agent-reason-list li:first-child {
	margin-right: 30px;
}

.agent-reason-list li h4 {
	font-size: 2.0rem;
	font-weight: 700;
	letter-spacing: 1.2px;
	margin: 20px auto;
}

.agent-reason-list li p {
	line-height: 2;
	letter-spacing: .05em;
	margin-top: 15px;
	text-align: left;
}

@media screen and (max-width:768px) {
	
	.agent-area {
		margin: 50px auto 50px;
	}
	
	.agent-area .beginner-cmn-ttl {
		padding: 0 20px 15px;
		margin: 0 20px;
	}
	
	.agent-area .beginner-cmn-ttl h3 {
		font-size: 2.3rem;
		line-height: 1.3;
	}
	
	.agent-table-wrap {
		margin: 0 auto;
		padding: 0 20px;
	}
	
	.agent-table .ati01 {
		margin-top: 3px;
		border-top: 1px solid #bccad0;
	}
	
	.agent-area .table-container {
		height: fit-content;
		margin: 20px auto 0;
		width: 100%;
	}
	
	.agent-area .table-body .table-header {
		position: static;
		width: 100%;
		z-index: 2;
		font-size: 1.4rem;
		line-height: 1.3;
		left: 0;
		border-left: 1px solid #bccad0;
		border-right: 1px solid #bccad0;
	}
	.agent-area .table-row {
		display: flex;
		flex-wrap: wrap;
	}
	.agent-table .table-header {
		padding: 7px 0;
	}
	
	.agent-table .table-header.first {
		display: none;
	}
	.agent-table .header-left-ttl {
		color: #798286;
		padding: 0;
		line-height: 1.4;
		font-size: 1.4rem;
		text-align: center;
	}
	
	.agent-table .header-left-ttl::before {
		display: none;
	}
	
	.table-data.agent-blue .logo img{
		width: 83px;
	}
	
	.agent-table .icon-wrap2 {
		display: block;
	}
	
	.agent-table {
		width: auto;
		overflow-x: scroll;
		padding: 0 0 10px;
	}
	
	.agent-table .table-data {
		border-radius: 0;
		padding: 15px 10px;
		font-size: 1.3rem;
		width: calc( 100% / 3 );
		text-align: center;

		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.agent-table .table-row.ati01 .table-data,
	.agent-table .table-row.ati02 .table-data {
		text-align: left;
	}
	
	.agent-table .table-row.ati02 .table-data span{
		text-align: center;
	}
	
	.agent-table .table-data span {
		font-size: 2.4rem;
		text-align: center;

		width: 100%;
	}
	
	.agent-table .is-header .table-data {
		display: flex;
    	align-items: center;
    	justify-content: center;
    	padding: 7px 0 9px;
    	border-left-width: 3px;
	}
	
	.agent-table .is-header .table-data.agent-blue::before {
		top: -23px;
		font-size: 1.4rem;
	}
	
	.agent-table .table-body {
		margin: 30px auto 0;
		display: block;
	}
	
	.agent-table .first-ttl {
		font-size: 1.1rem;
		line-height: 1.4;
		padding: 0 4px;
	}
	
	.agent-table-icon {
		margin: 0 auto;
	}
	
	.table-data .icon {
		height: 30px;
		width: 100px;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.table-data .icon img{
		max-height: 90%;
		max-width: 90%;
	}
	
	.table-data.last .icon img {
		margin-bottom: 10px;
	}
	.table-data.agent-blue {
		border-right: 1px solid #bccad0;
		border-left: 1px solid #bccad0;
	}
	.agent-table .is-header .table-data.agent-blue {
		border: 3px solid #1bb2ef;
	}	
	.agent-blue.last {
		border-bottom: 1px solid #bccad0;
	}
	
	.agent-reason-area {
		margin: 30px auto 0px;
	}

	.agent-reason-inner { 
        max-width: 100%;
        padding: 30px 15px;
	}

	.agent-reason-list {        
		display: block;
        margin: 15px auto 0;
	}

	.agent-reason-list li {
		border-radius: 10px;
        width: 100%;
        padding: 15px 15px 20px;
        margin: 0 auto;
	}

	.agent-reason-list li:first-child {
		margin-right: 0px;
		margin-bottom:  25px;
	}

	.agent-reason-list li h4 {        
		font-size: 2rem;
        line-height: 1.4;
        margin: 10px auto;
		text-align: center;
	}

	.agent-reason-list li p {
		margin-top: 10px;
	}
	.ati02 .table-data:last-of-type{
		padding: 25px 10px;
	}
	.ati05 .table-data.agent-blue{
		padding: 15px 10px;
	}
	.ati05 .table-data{
		padding: 25px 10px;
	}
	.ati07 .table-data.agent-blue{
		padding: 15px 10px;
	}
	.ati07 .table-data{
		padding: 34px 10px;
	}
	.ati08 .table-data.agent-blue{
		padding: 15px 10px;
	}
	.ati08 .table-data{
		padding: 24px 10px;
	}
	.ati09 .table-data.agent-blue{
		padding: 15px 10px;
	}
	.ati09 .table-data{
		padding: 34px 10px;
	}
	.ati10 .table-data.agent-blue{
		padding: 15px 10px;
	}
	.ati10 .table-data{
		padding: 34px 10px;
	}
	.ati11 .table-data.agent-blue{
		padding: 15px 10px;
	}
	.ati11 .table-data{
		padding: 34px 10px;
	}

}

/* -----------------------------------------------------------
    エリアCMS詳細   利用者の口コミ
-------------------------------------------------------------- */

.voice-area {
	background: url("../../../control/img/reason-support-bg.jpg") no-repeat center center / cover;
	padding: 70px 0;
}

.voice-area .rec-contents{
    display: flex;
	align-items: center;
    gap: 40px;
}

.voice-area .rec-contents .top-cmn-catch {
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: .03em;
    line-height: 1.7;
}

.voice-area .rec-contents .top-cmn-catch span{
	color: #f8be68;
}

.voice-list {
	margin: 30px auto 0;
	width: 1200px;
}

.voice-list {
	display: flex;
	flex-flow: wrap;
	gap: 0 30px;
}

.voice-item {
	margin: 0;
	width: 380px;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0px 2px 20px 0 rgba(108,164,192,.05);
	padding:20px 20px;
	position: relative;
	overflow: hidden;
}

.voice-1 {
	flex-shrink: 0;
}
.voice-2 {
	margin: 20px 0 0;
}

.voice-item::before {
	background: #5cbee9;
	content: "";
	height: 10px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.voice-copy {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: .05em;
	width: 100%;
	margin: 20px 0 0;
}

.voice-topwrap {
	/*align-items: flex-start;
	display: flex;
	justify-content: center;*/
	padding: 0 0 0 0px;
	margin: 15px 0 0 0;
}

.voice-topwrap .cmn-income {
	margin: 0;
}

.voice-photo {
	/*border-radius: 50%;
	width: 90px;
	height: 90px;
	margin: 0 auto;
	overflow: hidden;*/
	width: 100%;
}

.voice-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.voice-caption {
	color: #808e94;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	margin: 20px 0;
}

.voice-caption .status {
	font-size: 1.8rem;
	display: flex;
	justify-content: center;
	margin: 3px 0 0 0;
}

.voice-caption .status li:not(:last-child) {
	margin-right: 5px;
}


/*star*/
.voice-star {
	text-align: center;
	margin: 12px 0 0 0;
}

.voice-star span {
	font-size: 1.5rem;
	position: relative;
}

.voice-star span::before,
.voice-star span::after {
	content: "";
	width: 98%;
	border-bottom: 3px dotted #F8BE68;
	height: 1px;
	display: block;
	position: absolute;
	top: 48%;
}

.voice-star span::before {
	left: -100%;
}

.voice-star span::after {
	right: -100%;
}

.voice-star-img {
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	height: 20px;
	width: 120px;
	margin: 5px auto 0;
}

.voice-star-img.star1 {
	background-image: url(../../../control/img/star1.png)
}

.voice-star-img.star2 {
	background-image: url(../../../control/img/star2.png)
}

.voice-star-img.star3 {
	background-image: url(../../../control/img/star3.png)
}

.voice-star-img.star4 {
	background-image: url(../../../control/img/star4.png)
}

.voice-star-img.star5 {
	background-image: url(../../../control/img/star5.png)
}



@media screen and (max-width: 768px) {
	
	.voice-area {
		padding: 45px 0 15px;
	}

	.voice-area .rec-contents{
        flex-wrap: wrap;
        gap: 0px;
        float: none;
        width: 100%;
        margin: 0;
	}

	.voice-area .rec-contents .top-cmn-catch {
        margin: 15px 0 0;
        width: 100%;
        text-align: left;
        font-size: 2.3rem;
        line-height: 1.6;
	}
	
	.voice-list {
		width: 100%;
		margin: 30px auto 0;
	}

	.voice-item {
		width: 100%;
		margin: 0 0 30px;
		padding: 20px 20px 25px;
	}
	
	.voice-item::before {
		height: 8px;
	}
	
	.voice-copy {
		font-size: 1.6rem;
		line-height: 1.6;
		margin: 15px 0 0;
	}
	
	.voice-topwrap {
		display: block;
		padding: 0;
		margin: 10px 0 0 0;
	}
	
	.voice-topwrap .cmn-income {
		margin: 20px auto 0;
		width: 100%;
	}
	
	.voice-profile {
		width: auto;
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}
	
	.voice-photo {
		border-radius: 0;
		width: 110px;
		height: 110px;
		float: left;
		margin: 0 10px 0 0;
	}

	.voice-photo img {
		width: 100%;
		height: 100%;
		border-radius: 50%;
		object-fit: cover;
	}
	
	.voice-caption {
		margin: 0;
	}

	
}


/* -----------------------------------------------------------
    エリアCMS詳細   選ばれる5つのポイント 
-------------------------------------------------------------- */

.point-area {
    margin: 80px auto 0;
}
.point-area .ttl-box {
	margin: 0 auto;
	width: fit-content;
}
.point-area .ttl-box .ttl {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	position: relative;
	padding: 0 80px;
}
.point-area .ttl-box .ttl span {
	color: #60B8DB;
	display: block;
	font-size: 3.6rem;
}
.point-area .ttl-box .ttl::before,
.point-area .ttl-box .ttl::after{
	content: "";
	position: absolute;
	top: 0;
	aspect-ratio: 41 / 103;
	width: 41px;
	height: auto;
}
.point-area .ttl-box .ttl::before{
	background: url("../../../control/img/fukidashi-blue-l.svg") no-repeat center top / contain;
	left: 0;
}
.point-area .ttl-box .ttl::after{
	background: url("../../../control/img/fukidashi-blue-r.svg") no-repeat center top / contain;
	right: 0;
}

.point-area .intro .ill{
	text-align: center;
	padding: 40px 0;
}
.point-area .intro .txt{
	text-align: center;
	font-size: 1.8rem;
}


.reason-area {
}
.reason-area .txt {
	line-height: 2;
	letter-spacing: .07em;
}

.reason-area .reason-list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 60px 0 0;
}
.reason-area .reason-content {
	width: calc(100% - 680px);
	order: 1;
}
.reason-area .reason-ttl {
}
.reason-area .reason-ttl-flex {
}
.reason-area .reason-ttl-en {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #1bb2ef;
	border: 1px #1bb2ef solid;
	font-weight: bold;
	font-size: 1.8rem;
	width: fit-content;
	padding: 2px 15px 0;
	font-family: 'LeagueSpartan', sans-serif;
}
.reason-area .reason-ttl h4 {
	font-size: 3.6rem;
	letter-spacing: .05em;
	font-weight: bold;
	line-height: 1.4;
	color: #1bb2ef;
	margin: 10px 0 20px;
}

.reason-area .reason-img {
	width: 600px;
	order: 2;
}
.reason-area .reason-img img{
	border-radius: 10px;
	width: 100%;
}

/*逆*/
.reason-area .reason-list li.rev .reason-content {
	order: 2;
}
.reason-area .reason-list li.rev .reason-img {
	order: 1;
}


@media screen and (max-width:768px) {

	.point-area {
		margin: 0 auto;
		padding: 40px 20px 0;
	}

	.point-area .ttl-box {
		margin: 0 auto;
		width: 100%;
		padding: 0 20px;
	}
	.point-area .ttl-box .ttl {
		font-size: 1.8rem;
		padding: 0 20px;
		width: fit-content;
		margin: 0 auto 10px;
	}
	.point-area .ttl-box .ttl span {
		font-size: 2.4rem;
	}
	.point-area .ttl-box .ttl::before,
	.point-area .ttl-box .ttl::after{
		width: 24px;
		top: 0;
	}
	.point-area .ttl-box .ttl::before{
		left: -10px;
	}
	.point-area .ttl-box .ttl::after{
		right: -10px;
	}

	.point-area .intro .ill{
		padding: 10px 0 20px 0;
	}
	.point-area .ttl-box .ill img{
		width: 100%;
	}
	.point-area .intro .txt{
		text-align: left;
		font-size: 1.4rem;
	}
	
	
	.reason-area {
	}
	.reason-area .txt {
		letter-spacing: 0;
		font-size: 1.4rem;
	}

	.reason-area .reason-list li {
		display: block;
		margin: 40px 0 0;
	}
	.reason-area .reason-content {
		width: 100%;
	}
	.reason-area .reason-ttl {
	}
	.reason-area .reason-ttl-flex {
	}
	.reason-area .reason-ttl-en {
		font-size: 1.2rem;
		padding: 2px 10px 0;
		position: relative;
		top: -15px;
		margin: 0 0 -5px;
		background: #fff;
	}
	.reason-area .reason-ttl h4 {
		font-size: 2.4rem;
		letter-spacing: .05em;
		margin: 0 0 10px;
	}

	.reason-area .reason-img {
		width: 100%;
	}
	.reason-area .reason-img img{
		height: 200px;
		object-fit: cover;
	}
	.reason-area .reason-img.position-top img{
		object-position: top;
	}
}

/* -----------------------------------------------------------
    エリアCMS詳細   スタッフ紹介
-------------------------------------------------------------- */

.staff-area {
	margin: 70px 0 0px 0;
}

.introduce-area {
	background: url("../../../control/img/reason-support-bg.jpg") no-repeat center center / cover;
	padding: 70px 0;
}

.agent-list{
	margin: 30px auto 0;
}

.agent-list li {
	transition: .5s;
}

/*.agent-list li:nth-child(even) {
	flex-direction: row-reverse;
}*/

.agent-list li:not(:last-child) {
	margin-bottom: 45px;
}

.agent-list .cmn-up {
	display: flex;
	background-color: #fff;
	box-shadow: 0 2px 20px 0 rgba(108,164,192,.4);
	border-radius: 10px;
	overflow: hidden;
	/*height: 360px;*/
}

.introduce-img {
	width: 50%;
}

.introduce-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.introduce-warp {
	padding: 40px 30px 40px;
	width: 50%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.introduce-ttl {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: .05em;
}

.introduce-name {
	margin: 20px 0 0 auto;
	display: flex;
	align-items: center;
	width: fit-content;
}

.introduce-name span {
	align-items: center;
	background: linear-gradient(to right, #13aeec, #4fc2f0);
	border-radius: 15px;
	color: #fff;
	display: flex;
	font: 1.7rem/1 "League Spartan", sans-serif;
	letter-spacing: .04em;
	justify-content: center;
	height: 26px;
	margin: 0 10px 0 0;
	width: 90px;
	padding: 3px 0 0 0;
}

.introduce-name .name-ja {
	height: 21px;
}

.introduce-name .name-en {
	height: 15px;
	margin: 2px 0 0 15px;
}

.introduce-txt {
	margin: 25px 0 0;
}

.introduce-txt p {
	line-height: 2;
	letter-spacing: 1.2px;
}

.introduce-txt p span{
	align-items: center;
    background: linear-gradient(to right, #13aeec, #4fc2f0);
    border-radius: 5px;
    color: #fff;
    display: flex;
    font-size: 1.5rem;
	line-height: 1;
    letter-spacing: .04em;
    justify-content: center;
    height: 26px;
    margin: 0 10px 0 0;
    width: 60px;
    padding: 3px 0 3px 0;
}

.introduce-txt p:not(:first-of-type) {
	margin-top: 10px;
}

.introduce-txt ul{
	margin-top: 5px;
}

.introduce-txt ul li{    
	position: relative;
    letter-spacing: .07em;  
    line-height: 1.6;
    padding-left: 20px;
}

.agent-list .introduce-txt  li:not(:last-child){
    margin-bottom: 5px;
}

.introduce-txt ul li::before {    
	content: "";
    background: #1BB2EF;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 10px;
    left: 3px;
    border-radius: 5px;
}

@media screen and (max-width:768px) {
	
	.staff-area {
    	margin: 0px 0 0px 0;	
	}
	
	.introduce-area {
		padding: 45px 0 45px;
	}
	
	.agent-list li:not(:last-child) {
		margin-bottom: 25px;
	}
	
	.agent-list li {
		display: block;
	}
	
	.agent-list .cmn-up {
		display: block;
		height: auto;
	}
	
	.introduce-warp {
		padding: 20px;
		width: 100%;
	}
	
	.introduce-img {
		width: 100%;
		height: 200px;
	}

	.introduce-warp {
		padding: 15px 20px 30px;
		width: 100%;
	}
	
	.introduce-ttl {
		font-size: 1.8rem;
		margin: 0;
		letter-spacing: 0;
		line-height: 1.5;
	}
	
	.introduce-name {
		margin: 15px 0 0 0;
		display: block;
	}
	
	.introduce-name span {
		font-size: 1.5rem;
		height: 22px;
		width: 80px;
		padding: 2px 0 0 0;
	}
	
	.introduce-name .name-wrap {
		margin-top: 10px;
		display: flex;
		align-items: center;
	}
	
	.introduce-name .name-ja {
		height: 17px;
	}
	
	.introduce-name .name-en {
		height: 13px;
	}
	
	.introduce-txt {
		margin: 20px 0 0;
		background: #e8f6fb;
		padding: 15px 15px 20px;
		border-radius: 5px;
		font-size: 1.4rem;
	}
	
	.introduce-txt p {
		line-height: 1.7;
		letter-spacing: 1px;
	}
	
	.introduce-txt p span{    
		font-size: 1.4rem;
		height: 22px;    
		margin: 0 0px 3px 0;
		padding: 2px 0 2px 0;
	}
	
	.introduce-txt ul li {
		font-size: 1.4rem;
		padding-left: 18px;
	}
	
	.agent-list .introduce-txt li:not(:last-child) {
		margin-bottom: 5px;
	}
	
	.introduce-txt ul li::before {    
		width: 5px;
    	height: 5px;
		top: 9px;
	}

}


/* -----------------------------------------------------------
    エリアCMS詳細   入職までの流れ
-------------------------------------------------------------- */

.flow-area {
	margin: 70px 0 0px 0;
    /*border-top: 5px solid #1bb2ef;
    border-bottom: 5px solid #1bb2ef;*/
	background: #edf2f9;
    padding: 100px 0 100px;
}

.flow-area .top-cmn-ttl {
	text-align: center;
}

.flow-area .top-cmn-catch {
	font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: .03em;
    line-height: 1.7;
	margin: 20px 0 0 0;
	text-align: center;
}

.flow-area .flow-list {
	display: flex;
	margin: 30px 0 0 0;
	justify-content: space-between;
}

.flow-area .flow-list .flow-item:last-child {
	margin-right: 0;
}

.flow-area .flow-item {
	width: 23%;
	margin-right: 30px;
}

.flow-area .flow-num {
	font-size: 1.6rem;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	padding: 7px 0 0 2px;
	letter-spacing: .05em;
	color: #fff;
	border-radius: 50%;
	background: linear-gradient(50deg, rgb(19, 174, 236) 0%, rgb(12, 212, 252) 100%);
	justify-content: center;
	align-items: center;
}

.flow-area .flow-num span {
	font-size: 2.8rem;
}

.flow-area .flow-ttl {
	font-size: 2.3rem;
	font-weight: bold;
	margin: 12px 0 0 0;
	text-align: center;
	letter-spacing: .05em;
	color: #1bb2ef;
}

.flow-area .flow-item:first-child .flow-ttl {
	font-size: 2.1rem;
}

.flow-area .flow-img {
	overflow: hidden;
	width: 100%;
	margin: 20px 0 0 0;
}

.flow-area .flow-img img {
	width: 100%;
	border-radius: 3px;
	object-fit: cover;
	aspect-ratio: 300/180;
}

.flow-area .flow-note {
	font-size: 1.5rem;
	line-height: 1.8;
	margin: 12px 0 0 0;
	letter-spacing: .03em;
}

@media screen and (min-width: 769px) {
	/*pc only*/
	#area .flow-area .top-cmn-ttl .en::before {
		top: -40px;
		left: 50%;
		width: 1px;
		height: 37px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}


@media screen and (max-width: 768px) {

	.flow-area {
		margin: 0 auto;
		padding: 45px 0 45px;
	}
	
	.flow-area .top-cmn-ttl {
		text-align: left;
	}
	
	.flow-area .top-cmn-catch {
		text-align: left;
		margin: 20px 0 0 0;
		font-size: 2.3rem;
        line-height: 1.6;
	}
	
	.flow-area .flow-list {
		display: block;
	}
	
	.flow-area .flow-list .flow-item:last-child {
		margin: 0;
	}
	
	.flow-area .flow-item {
		width: 100%;
		margin: 0 0 30px;
	}
	
	.flow-area figcaption {
		display: flex;
		margin: 0 0 8px;
		align-items: center;
	}
	
	.flow-area .flow-num {
		font-size: 1.4rem;
		line-height: 1;
		flex-direction: row;
		height: auto;
		margin: 0 3px 0 0;
		padding: 4px 12px 2px;
		border-radius: 0 20px 20px 0;
		flex-shrink: 0;
	}
	
	.flow-area .flow-num span {
		font-size: 1.8rem;
		margin: 0 0 0 3px;
	}
	
	.flow-area .flow-ttl,
	.flow-area .flow-item:first-child .flow-ttl{
		font-size: 1.8rem;
		margin: 0 0 0 5px;
		text-align: left;
	}
	
	.flow-area .flow-img {
		float: left;
		width: 120px;
		margin: 7px 15px 0 0;
	}
	
	.flow-area .flow-note {
		font-size: 1.4rem;
		line-height: 1.6;
		margin: 0;
		letter-spacing: 0;
	}

}

/* -----------------------------------------------------------
    エリアCMS詳細   よくある質問
-------------------------------------------------------------- */
.rec-area {
	margin: 70px 0 70px 0;
	padding: 40px 0;
	background: #edf2f9;
}

.rec-area .rec-inner {
	padding: 0;
}

.rec-area .rec-inner .rec-contents{
    float: left;
	display: flex;
	gap: 40px;
    margin: 0 0 30px;
}

#area .rec-area .top-cmn-ttl .en {
    color: #4684dc;
}

#area .rec-area .top-cmn-ttl .en::before{
	background-color: #4684dc;
}

.rec-area .top-cmn-catch {
	font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: .03em;
    line-height: 1.7;
}

.rec-area .top-cmn-catch span {
	color: #4684dc;
}

.rec-area .faq-accordion{
	margin-bottom: 30px !important;
}

#area .cmn-faq .faq-accordion .answer{
	background-color: #fff;
}

#area .cmn-faq .faq-accordion .answer::before {
	color: #4684dc;
}

.rec-area .txt-link{
	margin: 15px 0 0;
	text-align: right;
}

.rec-area .txt-link a{
	position: relative;
	display: inline-block;
}

.rec-area .txt-link a::before{
	content: "\f105";
    color: #fcca00;
    position: absolute;
	left: -15px;
    top: -3px;
    font-size: 1.9rem;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
	/*pc only*/
	.rec-area .rec-inner {
		padding: 0;
	}
	
	.rec-area .rec-contents {
		min-width: 550px;
	}
	
}

@media screen and (max-width: 768px) {
	.rec-area {
		margin: 0px 0 50px 0;
		padding: 45px 0 45px;
	}
	
	.rec-area .rec-inner {
		padding: 0 20px;
	}
	
	.rec-area .rec-inner .rec-contents{
		flex-wrap: wrap;
		gap: 0px;        
		float: none;
        width: 100%;
        margin: 0;
	}
	
	.rec-area .top-cmn-catch {
		margin: 15px 0 0;
		width: 100%;
		text-align: left;
		font-size: 2.3rem;
        line-height: 1.6;
	}
	
	#area .rec-area .faq-accordion{
		margin: 15px auto 0px !important;
	}
}

/* -----------------------------------------------------------
    エリアCMS詳細   CTAボタン
-------------------------------------------------------------- */

.cta-btn-area{
}

.cta-btn-area .ft-contact-inner{
	text-align: center;
    /* padding: 150px 0 20px;
    background: url(../../../control/img/recruite-contact.png) center top 50px / 149px 92px no-repeat; */
	padding: 80px 0 20px;
}

.cta-btn-area .ft-contact-inner h3 {
    color: #222727;
    font: 700 3rem / 1.6 'Noto Sans JP', sans-serif;
    letter-spacing: 2px;
    margin-bottom: 20px;
	text-align: center;
}

.cta-btn-area .ft-contact-inner .txt {
    color: #222727;
    font: 500 1.8rem / 1.6 'Noto Sans JP', sans-serif;
    margin-bottom: 30px;
    letter-spacing: .05em;
	text-align: center;
}

@media screen and (max-width: 768px) {
	
	
	.cta-btn-area{
	}

	.cta-btn-area .ft-contact-inner{        
		padding: 110px 0 45px;
		padding: 45px 0 45px;
        background-position: top 35px center;
        background-size: 105px 65px;
	}

	.cta-btn-area .ft-contact-inner h3 {
		color: var(--fcbrown);
		font-size: 2.1rem;
        letter-spacing: .05em;
        margin-bottom: 15px;
        line-height: 1.4;
	}

	.cta-btn-area .ft-contact-inner .txt {
		color: var(--fcbrown);
		text-align: left;
        font-size: 1.5rem;
        margin: 0 0 15px;
	}
	
}


/* -----------------------------------------------------------
    エリアCMS詳細   この地域の特徴
-------------------------------------------------------------- */
.region-area{
    /* padding: 100px 0 100px; */
	padding: 0 0 100px;
	padding: 50px 0;
	margin: 0 auto;
}
.region-area.inner{
	width: 960px;
}
.region-area .inner{
	width: 100%;
}

.region-area .top-cmn-ttl{
	text-align: center;
}
#area .region-area .top-cmn-ttl .en::before{
	top: -40px;
	left: 50%;
	width: 1px;
	height: 37px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.region-area .top-cmn-catch{
	font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: .03em;
    line-height: 1.7;
    margin: 20px 0 30px 0;
    text-align: center;
}
@media screen and (max-width: 768px) {
	.region-area{
		padding: 0px 20px 40px;
		padding: 60px 20px 0px;
	}
	.region-area.inner{
		width: 100%;
	}
	.region-area .top-cmn-catch{
		font-size: 2.3rem;
        line-height: 1.6;
	}
}