/*-------------
 	General
-------------*/

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{
	font: normal 62.5% serif;
	font-family: 'Noto Serif JP', serif;
	color: #4C5767;
	letter-spacing: 0.045em;
	scroll-behavior: smooth;
}

body{
	font-size:1.6rem; /* 16px */
	overflow-x: hidden;
	background: url(../img/linewave-opacity-bg.svg) no-repeat center bottom / 1440px 584px;
	background-position: right -200px bottom -120px;
	position: relative;
	}
body::after{
	display: block;
	content: '';
	width: 100%;
	background: url(../img/linewave-rotated.svg) no-repeat left top / 120vw;
	background-position: 28% 30vh;
}

@media (max-width: 767.9px){
	body{
		font-size: 1.5rem;
		background-position: right -500px bottom -250px;
	}
}
	

ul, nav{
	list-style: none;
}

a,
header nav li{
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	transition: 0.5s ease;
}

a:hover,
header nav li:hover
{
	opacity: .8;
}

a.btn{
	color: #fff;
	text-transform: uppercase;
	background-color: #2196F3;
	font-weight: 800;
	text-align: center;
}

hr{
	width: 150px;
	height: 2px;
	background-color: #2196F3;
	border: 0;
	margin-bottom: 80px;
}

section{
	display: flex;
	flex-direction: column;
	align-items: center;

	padding: 10rem 6%;
	overflow-x: hidden;
}

@media (max-width: 767.9px){
	section{
		padding: 5rem 5%;
	}
}

section h3.title{
	color: #67848a;
	text-transform: capitalize;
	font: normal 3.2rem 'Noto Serif JP', serif;
	font-weight: 500;
	margin-bottom: 2em;
	text-align: center;
	letter-spacing: 0.07em;
}
section h3.title2{
	color: #5A7C8F;
	text-transform: capitalize;
	font: normal 2.8rem 'Noto Serif JP', serif;
	font-weight: 500;
	margin-bottom: 2em;
	text-align: center;
	letter-spacing: 0.07em;
}

section p{
	text-align: center;
	line-height: 2;
}

ul.grid{
	width: 100%;
	max-width: 1090px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

h1 span:not([class]),
h2 span:not([class]),
h3 span:not([class]),
h4 span:not([class]),
p span:not([class]),
li span:not([class]) {
	display: inline-block;
}

.inline-block {
	display: inline-block;
}

@media (max-width: 1023.9px){
	ul.grid{
		flex-flow: column;
		align-items: center;
		max-width: 90%;
	}
}

@media (max-width: 767.9px){
	section h3.title{
		font-size: 2rem;
	}

	section h3.title2{
		font-size: 2rem;
	}
}

/*-------------
 	Header
-------------*/

header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	color: #567278;
	padding: 1.4rem 5rem 0;
	font-size: 1.6rem;
}

header nav{
	display: flex;
	flex-flow: wrap;
}

header nav li{
	margin: 0 .5rem;
	padding: 1rem;
	position: relative;
}

header nav li:first-child{
	margin-left: 0;	
}

header nav li:last-child{
	margin-right: 0;	
}

header nav li::after {
	position: absolute;
		bottom: 0.1rem;
		left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #67818F;
	opacity: 0;
	visibility: hidden;
	transition: .7s ease;
  }
header nav li:hover::after {
	bottom: 0.4rem;
	opacity: .2;
	visibility: visible;
  }

@media (max-width: 767.9px){
	header{
		flex-direction: column;
		align-items: flex-start;	
		padding: 0.5rem 6vw 0;
		font-size: 1.2rem;
	}

	header h2{
		zoom: .8;
		margin-bottom: 1.6rem;
	}

	header nav{
		flex-flow: column;
	}

	header nav li{
		margin: 0 3rem 0 0;
		padding: 0.5rem 0;
	}
	header nav li:hover::after{
		visibility: hidden;
	}
}



/*----------------
 	Hero Section
----------------*/

.background {
	background: url("../img/linewave-rotated.svg") 24% 40% no-repeat;
	background-size: 120% auto;
}

section.hero {
	display: block;
	box-sizing: content-box;
}
.hero{
	position: relative;
	color: #2F4059;
	text-align: left;
	overflow-x: hidden;
}

.hero h1{
	font-size: 5.4rem;
	margin-bottom: 0.6em;
	letter-spacing: 0.015rem;
	line-height: 1.3;
}

.hero h3{
	max-width: 23em;
	color: #1C3760;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.7;
}

.hero a.btn{
	padding: 20px 46px;
}
.seclink-to-apply{
	color: #3793b1;
	background: rgba(255,255,255,0.7);
	letter-spacing: 0.01em;
	font-size: 1.8rem;
	font-weight: 600;
	padding: 0.9em 2.5em 1.4em 1.5em;
	position: fixed;
		right: 0;
		top: 60px;
	z-index: 9999;
}
.seclink-to-apply::before{
	content: "";
	display: block;
	background: url(../img/arrow-seclink-to-apply.svg) center center no-repeat;
	background-size: contain;
	width: 1.5em;
	height: 0.8em;
	position: absolute;
		bottom: 1.7em;
		left: -0.8em;
	transition: .3s ease;
}
.seclink-to-apply::after{
	content:"";
	display: block;
	width: 26rem;
	height: 1px;
	background-color: #3793b1;
	position: absolute;
		bottom: 0.8em;
		left: 10px;
	transform: scale(1, 1);
	transform-origin: right top;
	transition: transform .4s ease;
 }
 .seclink-to-apply:hover{
	background: #fff;
	opacity: 1;
 }
 .seclink-to-apply:hover::before{
	left: -0.8rem;
 }
 .seclink-to-apply:hover::after{
	transform: scale(0, 1);
 }

@media (max-width: 767.9px){
	.background {
		background-position: 30% calc(34% + 11vh);
		background-size: 230% auto;
	}

	.hero h1{
		font-size: 7.8vw;
		line-height: 1.45;
	}

	.hero h3{
		font-size: 1.3rem;
		margin-bottom: 4vh;
	}

	.hero a.btn{
		padding: 15px 40px;
	}

	.seclink-to-apply{
		top: 1%;
		font-size: 1.2rem;
	}
}


/*--------------------
 	1st Messege Section
---------------------*/
section.message1 {
	display: table;
	max-width: 77%;
	margin-left: auto;
}
.message1 h3.title{
	text-align: left;
	line-height: 1.94;
	letter-spacing: 0.03em;
	font-size: 3.6rem;
	font-weight: bold;
	margin-bottom: 1em;
}
.message1 p{
	text-align: left;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.9;
	opacity: .9;
}

@media (max-width: 767.9px){
	section.message1 {
		width: 90%;
		max-width: 500px;
	}

	.message1 h3.title{
		font-size: 1.8rem;
	}

	.message1 p{
		font-size: 1.3rem;
	}
}


/*--------------------
 	Target Area Section
---------------------*/

section.target-area {
	display: block;
	overflow: hidden;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


	/* ---- circles-box */

.target-area .circles-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	margin-bottom: 7.5rem;
	max-width: 1170px;
	min-width: fit-content;
}

.target-area .circle-word-cloud {
	width: 515px;
	height: 515px;
	border-radius: 50%;
	border: 1px solid rgba(86, 114, 120, 0.7);
	box-sizing: border-box;
	padding-top: 5rem;
	text-align: center;
}

.target-area .circle-word-cloud h4{
	display: inline-block;
	margin: 0 auto 2.2em;
	padding: 0 1em 0.4em;
	color: #567278;
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
	border-bottom: 1px solid #567278;
}

.cloud-word{
	display: inline-block;
	font-weight: 500;
	vertical-align: baseline;
	padding: 0 0.1em;
	white-space: nowrap;
}


.cloud-word-1{
	color: rgba(75, 99, 102, 0.9);
	font-size: 6.2rem;
	letter-spacing: 0.095em;
	line-height: 0;
}
.cloud-word-2{
	color: rgba(86, 114, 120, 0.7);
	font-size: 3.7rem;
	line-height: 1.8;
}
.cloud-word-3{
	color: rgba(86, 114, 120, 0.5);
	font-size: 3.1rem;
}
.cloud-word-4{
	color: #567278;
	font-size: 4.2rem;
	line-height: 0;
	line-height: 1.5;
}
.cloud-word-5{
	color: #3E5B68;
	font-size: 2.5rem;
}
.cloud-word-6{
	color: #3E5B68;
	font-size: 4rem;
	line-height: 1.5;
}
.cloud-word-7{
	color: rgba(86, 114, 120, 0.5);
	font-size: 2.6rem;
}
.cloud-word-8{
	color: rgba(75, 99, 102, 0.6);
	font-size: 2.8rem;
	line-height: 2.3;
}
.cloud-word-9{
	color: #3E5B68;
	font-size: 2.5rem;
}
.cloud-word-10{
	color: #567278;
	font-size: 2.5rem;
	letter-spacing: 0.095em;
}
.cloud-word-11{
	color: rgba(86, 114, 120, 0.5);
	font-size: 2.1rem;
}


.cloud-word-12{
	color: rgba(86, 114, 120, 0.7);
	font-size: 4.3rem;
	letter-spacing: 0.095em;
	line-height: 1.6;
}
.cloud-word-13{
	color: #567278;
	font-size: 6.5rem;
	font-weight: 600;
	line-height: 0;
}
.cloud-word-14{
	color: #4B6366;
	font-size: 2.5rem;
	line-height: 1.8;
}
.cloud-word-15{
	color: #4B6366;
	font-size: 3rem;
	letter-spacing: -0.05em;
}
.cloud-word-16{
	color: #567278;
	font-size: 3.8rem;
	line-height: 1.5;
}
.cloud-word-17{
	color: #3E5B68;
	font-size: 2.3rem;
}
.cloud-word-18{
	color: rgba(86, 114, 120, 0.5);
	font-size: 3.1rem;
	letter-spacing: -0.03em;
	line-height: 1.5;
}
.cloud-word-19{
	color: rgba(86, 114, 120, 0.6);
	font-size: 3rem;
	letter-spacing: -0.03em;
	line-height: 1.7;
	margin-right: 8.9rem;
}
.cloud-word-20{
	color: #3E5B68;
	font-size: 2.3rem;
	letter-spacing: -0.03em;
	line-height: 1.6;
	margin-left: 5.5em;
}
.cloud-word-21{
	color: rgba(86, 114, 120, 0.7);
	font-size: 2rem;
	margin-right: 3em;
}

@media screen and (max-width: 1279.9px){
	.target-area .circles-box{
		flex-flow: column;
	}

	.target-area .circle-word-cloud:first-child {
		margin-bottom: -3%;
	}

	.target-area .crossing {
		display: none;
	}
}

@media screen and (max-width: 567.9px){
	.target-area .circle-word-cloud {
		width: 88vw;
		height: 88vw;
		padding-top: 6%;
	}

	.target-area .circle-word-cloud h4{
		font-size: 4.2vw;
	}

	.cloud-word-1{
		font-size: 10.9vw;
	}

	.cloud-word-2{
		font-size: 6.5vw;
	}

	.cloud-word-3,
	.cloud-word-18{
		font-size: 5.3vw;
	}

	.cloud-word-4{
		font-size: 7.3vw;
	}

	.cloud-word-5,
	.cloud-word-9,
	.cloud-word-10,
	.cloud-word-14{
		font-size: 4.3vw;
	}

	.cloud-word-6{
		font-size: 6.7vw;
	}

	.cloud-word-7{
		font-size: 2.4rem;
		line-height: 1.8;
	}

	.cloud-word-8{
		font-size: 4.9vw;
		line-height: 2;
	}

	.cloud-word-11{
		font-size: 3.7vw;
	}

	.cloud-word-12{
		font-size: 7.5vw;
	}

	.cloud-word-13{
		font-size: 11.4vw;
	}

	.cloud-word-15,
	.cloud-word-19{
		font-size: 5.2vw;
	}

	.cloud-word-16{
		font-size: 6.6vw;
	}

	.cloud-word-17,
	.cloud-word-20{
		font-size: 4vw;
	}

	.cloud-word-21{
		font-size: 3.5vw;
	}
}


	/* ---- Detail Keywords */

.keywords-detail-area {
	margin: -380px auto 0;
}

.keywords-detail-area h4{
	color: rgba(86, 114, 120, 0.6);
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 2.2;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 0.6em;
}

.keywords-detail-area li{
	color: #4C5767;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.9;
	opacity: .9;
}


.sustainability-management h4{
	color: #B6AE00;
	font-size: 4.4rem;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 0.4em;
	border: none;
	padding: 0;
}

.sustainability-management li{
	color: rgba(86, 114, 120, 0.8);
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 1.8;
}

@media screen and (max-width: 1279.9px) {
	.keywords-detail-area {
		margin-top: -29%;
	}

	.keywords-detail-area h4{
		font-size: 2.1vw;
	}

	.keywords-detail-area li {
		font-size: 1.5vw;
	}

	.sustainability-management h4{
		font-size: 3.3vw;
	}

	.sustainability-management li{
		font-size: 1.9vw;
	}
}

@media screen and (max-width: 767.9px) {
	.keywords-detail-area {
		position: relative;
		max-width: 400px;
		margin-top: 0;
	}

	.keywords-detail-area::before {
		position: absolute;
		top: 100px;
		bottom: 0;
		left: 10%;
		border-right: 1px solid #d2bf0d;
		content: "";
	}

	.sustainability-management {
		display: flex;
		position: relative;
		max-width: 350px;
		height: 350px;
		margin-bottom: 4rem;
		flex-flow: column;
		justify-content: center;
	}

	.sustainability-management::before,
	.sustainability-management::after {
		position: absolute;
		top: 50%;
		left: calc(50% - 20px);
		border-radius: 50%;
		content: "";
		transform: translate(-50%, -50%);
	}

	.sustainability-management::before {
		width: 350px;
		height: 350px;
		border: 1px solid #bdaa00;
	}

	.sustainability-management::after {
		width: 390px;
		height: 390px;
		border: 1px solid #d9c401;
	}

	.sustainability-management h4 {
		padding-left: 8%;
		font-size: 2.1rem;
	}

	.sustainability-management ul {
		padding-left: 15%;
	}

	.sustainability-management li {
		font-size: 1.5rem;
	}

	.keywords-detail-area .flex {
		display: flex;
		position: relative;
		width: 86%;
		margin-left: auto;
		padding-right: 1rem;
		flex-flow: wrap;
		justify-content: space-between;
	}

	.keywords-detail-area .flex > div {
		width: 48%;
		margin-bottom: 1rem;
	}

	.keywords-detail-area .flex h4 {
		display: inline-block;
		position: relative;
		font-size: 1.5rem;
	}

	.keywords-detail-area .flex h4::after {
		position: absolute;
		bottom: 0;
		right: -10px;
		left: -80px;
		border-bottom: 1px solid #ddce42;
		content: "";
	}

	.keywords-detail-area .flex > div:nth-child(2n) h4::after {
		left: -220px;
	}

	.keywords-detail-area .flex li {
		font-size: 1.3rem;
	}

	.clean-energy h4 {
		white-space: nowrap;
	}

	.finance{
		margin-top: 25.8rem;
	}

	.energy-saving {
		margin-top: -7rem;
	}

	.utility{
		margin-top: 20rem;
	}

	.waste-disposal {
		margin-top: 19.3rem;
	}

	.water-soil {
		margin-top: 16.8rem;
	}

	.mobility {
		margin-top: -2rem;
	}
}

@media screen and (min-width: 768px) {
	.keywords-detail-area {
		position: relative;
		max-width: 1300px;
		height: 148vw;
		max-height: 1983px;
		background: url(../img/bg-sustainability.svg) 5% center no-repeat;
		background-size: 90% auto;
	}

	.keywords-detail-area ul{
		padding-left: 2em;
	}

	.sustainability-management{
		position: absolute;
			top: 28%;
			left: 11%;
	}

	.sustainability-management ul{
		padding-left: 12%;
	}

	.clean-energy{
		position: absolute;
		top: 30%;
		right: 17%;
	}
	.clean-energy ul{
		padding-left: 103%;
		white-space: nowrap;
	}

	.finance{
		position: absolute;
		top: 35.5%;
		left: 61%;
	}

	.energy-saving{
		position: absolute;
		top: 58.5%;
		left: 20%;
	}

	.energy-saving ul{
		padding-left: 0;
	}

	.utility{
		position: absolute;
		top: 57%;
		left: 47.5%;
	}

	.utility ul{
		padding-left: 0;
	}

	.air-pollution{
		position: absolute;
		top: 53.7%;
		left: 73.5%;
	}

	.waste-disposal{
		position: absolute;
		top: 83%;
		left: 5.6%;
	}

	.bio-material{
		position: absolute;
		top: 80.5%;
		left: 28.5%;
	}

	.water-soil{
		position: absolute;
		top: 76%;
		left: 51.5%;
	}

	.mobility{
		position: absolute;
		top: 72.5%;
		left: 73.5%;
	}
}



/*--------------------
 	Target Professionals Section
---------------------*/

.target-pro {
	display: block;
	padding-right: 0;
	padding-left: 0;
}

.target-pro-area {
	background-image: url(../img/bg-trapezoid.svg);
	background-position: calc(50% - 70px) center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.target-pro-area .inner {
	display: flex;
	justify-content: space-between;
}

.target-pro .occupation {
	/* width: 70rem;
	height: 66rem; */
	margin: 0;
	padding: 0 3%;
	text-align: left;
	position: relative;
}

.target-pro .industry {
	/* width: 70rem;
	height: 53rem; */
	padding: 0 3%;
	text-align: left;
}

.target-pro .occupation h4{
	color: #FFF;
	font-size: 3rem;
	font-weight: 500;
	line-height: 2.3;
	margin-bottom: 1.4em;
}

.occupation-1,
.occupation-2 {
	color: #1C3760;
}
.occupation-3 {
	color: #4E5766;
}

.occupation-1 {
	margin-bottom: 1.5em;
}

.occupation-1 li{
	font-size: 2.1rem;
	font-weight: 500;
	line-height: 2;
}
.occupation-2 li{
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.2;
}
.occupation-3 li{
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.75;
}

.occupation-2 .mt-2 {
	margin-top: 1.1em;
}

.target-pro .industry h4{
	color: #B99E14;
	font-size: 3rem;
	font-weight: 500;
	line-height: 2.3;
	margin-bottom: 1.4em;
	text-align: right;
}
.target-pro .industry td{
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 1.75;
	color: #4E5766;
	opacity: .95;
}

.target-pro .industry td:first-child {
	padding-right: 2em;
}

.target-pro .industry td .fs-14 {
	font-weight: 500;
}

@media screen and (max-width: 1023.9px) {
	.target-pro .occupation h4,
	.target-pro .industry h4 {
		font-size: 2.9vw;
	}

	.occupation-1 li,
	.target-pro .industry td {
		font-size: 2vw;
	}

	.occupation-2 li {
		font-size: 1.7vw;
	}

	.occupation-3 li {
		font-size: 1.5vw;
	}

	.target-pro .industry td .fs-14 {
		font-size: 1.3vw;
	}
}

@media screen and (max-width: 767.9px) {
	.target-pro-area {
		background-image: url(../img/s/bg-trapezoid.svg);
		background-position-x: calc(50% - 30px);
	}

	.target-pro-area .inner {
		height: 980px;
		flex-flow: column;
		align-items: center;
	}

	.target-pro .occupation {
		position: relative;
		padding: 2.5rem 7% 0;
	}

	.target-pro .occupation h4 {
		font-size: 2rem;
	}

	.occupation-1 li,
	.target-pro .industry td {
		font-size: 1.5rem;
	}

	.occupation-2 li {
		font-size: 1.3rem;
	}

	.occupation-3 li {
		font-size: 1.2rem;
	}

	.target-pro .industry {
		transform: translate(10px, -85px);
		padding: 0 7%;
	}

	.target-pro .industry h4 {
		font-size: 2rem;
	}

	.target-pro .industry td .fs-14 {
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 768px) {
	.target-pro-area .inner {
		position: relative;
		max-width: 1100px;
		height: 70vw;
		max-height: 666px;
		margin: auto;
	}

	.target-pro-area .inner::before {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 100%;
		width: 40vw;
		background: #d8c948;
		content: "";
	}

	.target-pro .occupation h4 {
		margin-top: 0.5em;
	}

	.target-pro .industry h4 {
		margin-top: 3em;
		margin-right: 6rem;
	}
}


/*--------------------
 	Work Type Section
---------------------*/

section.work-type {
	display: block;
	background-color: rgba(221, 239, 233, 0.2);
	padding-top: 8vh;
	padding-bottom: 2rem;
}
.work-type-area {
	display: flex;
	flex-flow: wrap;
	justify-content: space-around;
	max-width: 90rem;
	margin: auto;
}

.work-type-item {
	margin-bottom: 7rem;
	width: 100%;
	max-width: 370px;
	text-align: center;
}
.work-type-item h4{
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	background-color: #4A7086;
	max-width: 302px;
	padding: 1.1rem 1rem;
	margin: 0 auto 4.5rem;
	position: relative;
}
.work-type-item h4::before{
	content: '';
	width: 100%;
	height: 7.2rem;
	position: absolute;
		left: 0;
		top: -1.1rem;
	box-sizing: border-box;
	border-top: 1px solid #5A7C8F;
	border-bottom: 1px solid #5A7C8F;
}

.work-type-item img{
	width: 26.7rem;
	margin-bottom: 1.5rem;
}
.work-type-item p {
	line-height: 1.65;
}
.work-type-item p.fee {
	display: inline-block;
	color: rgba(75, 99, 102, 0.9);
	font-size: 1.2rem;
	padding: .3rem 2rem;
	margin-top: 2rem;
	background: rgba(219, 227, 224, 0.4);
	opacity: .9;
}



/*--------------------
 	Theme Section
---------------------*/

.theme {
	display: block;
}

.theme .inner {
	max-width: 1040px;
	margin: auto;
}

.theme-item {
	border: 1px solid #2F4059;
	box-sizing: border-box;
	padding: 3rem 0 2rem 3rem;
	margin-bottom: 4.6rem;
	width: 90%;
	max-width: 884px;
}
.theme-item:nth-child(even) {
	margin-left: auto;
}

.theme-item h4 {
	display: inline-block;
	color: #2F4059;
	font-size: 3.4rem;
	font-weight: 600;
	letter-spacing: 0;
	padding-bottom: 0.4em;
	position: relative;
}
.theme-item h4::after {
	content: '';
	width: 108%;
	position: absolute;
		left: -1.5em;
		bottom: 0;
	box-sizing: border-box;
	border-bottom: 1px solid #2F4059;
}

.theme-item .image {
	width: 100%;
	max-width: 206px;
}

.theme-item ul {
	padding: 0 3rem 0 2rem;
}

.theme-item li {
	margin-bottom: 1.2em;
	color: #2F4059;
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1.6;
	opacity: .9;
}

@media screen and (max-width: 767.9px) {
	.theme-item {
		margin-bottom: 3rem;
		padding: 1.4rem 0 2rem 2rem;
		width: 92%;
	}

	.theme-item .heading {
		display: flex;
		margin-bottom: 3.2rem;
		padding-right: 1.6rem;
		justify-content: space-between;
		align-items: flex-end;
	}

	.theme-item h4 {
		font-size: 2.5rem;
		padding-bottom: 0.5em;
	}

	.theme-item .image {
		width: 19vw;
		transform: translateY(0.7rem);
	}

	.theme-item li {
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 425px) {
	.theme-item h4 {
		font-size: 5.6vw;
	}
}

@media screen and (min-width: 768px) {
	.theme-item {
		display: flex;
		justify-content: space-between;
	}

	.theme-item .heading {
		width: 30%;
	}

	.theme-item h4 {
		margin-bottom: 6rem;
	}

	.theme-item .detail {
		width: 67%;
		align-self: flex-end;
	}
}


/*----------------------
 	flow Section
----------------------*/

section.flow {
	background-color: rgba(221, 239, 233, 0.2);
	padding-top: 7rem;
	padding-bottom: 7.2rem;
}

.flow .grid li{
	background-color: rgba(221, 239, 233, 0.35);
	padding: 2rem 2rem 3.5rem;
	text-align: center;
	width: 30%;
}
.flow .grid li:first-child {
	background-color: rgba(221, 239, 233, 0.2);
}
.flow .grid li:last-child {
	background-color: rgba(221, 239, 233, 0.6);
}

.flow .grid li i{
    font-size: 50px;
    color: #2196F3;
    margin-bottom: 25px;
}

.flow .grid li h4{
	color: #4C5767;
	font-size: 2.2rem;
	font-weight: 600;
    margin-bottom: 4rem;
}

.flow .grid li p{
	color: #567278;
	font-size: 1.7rem;
	line-height: 1.65;
    margin: 0;
}

.flow .grid li p.flow-order {
	display: inline-block;
	font-size: 2.8rem;
	font-weight: 600;
	color: #5A7C8F;
	opacity: .9;
	line-height: 2;
	margin-bottom: 5rem;
	padding: 0 1.6rem;
	border-bottom: 1px solid rgba(86, 114, 120, 0.5);
}


@media (max-width: 1023.9px){
	.flow .grid li{
		width: 100%;
		max-width: 600px;
		margin-bottom: 40px;
	}

	.flow .grid li:last-child{
		margin-bottom: 0;
	}

}

@media (min-width: 1024px){
	section.flow {
		padding-right: 4%;
		padding-left: 4%;
	}
}

@media (max-width: 425px){
	.flow .grid li{
		padding: 1.4rem 1.5rem 3.2rem;
		max-width: 27rem;
	}
	.flow .grid li p.flow-order{
		font-size: 2rem;
		margin-bottom: 4rem;
	}
	.flow .grid li h4{
		font-size: 1.8rem;
		margin-bottom: 3rem;
	}
	.flow .grid li p{
		font-size: 1.4rem;
	}
}



/*--------------------
 	FaQ Section
--------------------*/
.faq {
	display: block;
}

/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
.accordion {
	list-style: none;
	padding: 0;
	width: 100%;
	max-width: 790px;
	margin: 0 auto;
}

.accordion li {
	margin-bottom: 2.8rem;
}

	.accordion p {
		color: #3E5B68;
		font-size: 1.8rem;
		line-height: 2.1;
		letter-spacing: 0.06rem;
		font-weight: 600;
		opacity: .9;
		margin-top: 0;
		margin-left: 4rem;
		text-align: left;
		max-width: 88%;
	}
	.accordion p:first-child {
		margin-top: 3rem;
	}
  
  .accordion-title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 1.6rem 2rem;
		cursor: pointer;
		color: #38849C;
		font-size: 1.8rem;
		line-height: 1.5;
		font-weight: 500;
		border-bottom: 1px solid rgba(86, 114, 120, 0.5);
	}
	.accordion-title span {
	  width: calc(100% - 32px); }
  
  .accordion-body {
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		-webkit-transition: max-height .4s ease-out,opacity .5s;
		-o-transition: max-height .4s ease-out,opacity .5s;
		transition: max-height .4s ease-out,opacity .5s;
	}
	.is-open .accordion-body {
	  opacity: 1; }
	.accordion-body p:last-child {
	  margin-bottom: 24px; }

  
  .accordion-icon {
		position: relative;
		width: 16px;
		height: 16px;
	}
	.accordion-icon::before, .accordion-icon::after {
	  content: '';
	  position: absolute;
	  background-color: rgba(86, 114, 120, 0.7);
	  -webkit-transition: -webkit-transform .25s ease-out;
	  transition: -webkit-transform .25s ease-out;
	  -o-transition: transform .25s ease-out;
	  transition: transform .25s ease-out;
	  transition: transform .25s ease-out, -webkit-transform .25s ease-out; }
	.accordion-icon::before {
	  top: 0;
	  left: 50%;
	  width: 1px;
	  height: 100%;
	  margin-left: -1px; }
	.accordion-icon::after {
	  top: 50%;
	  left: 0;
	  width: 100%;
	  height: 1px;
	  margin-top: -1px; }
	.is-open .accordion-icon {
	  cursor: pointer; }
	  .is-open .accordion-icon::before {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg); }
	  .is-open .accordion-icon::after {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg); }
  
  @media (max-width: 767.9px) {
	.accordion-title{
		font-size: 1.4rem;
		padding: 1rem 0.6rem;
	}
	.accordion p{
		font-size: 1.45rem;
		line-height: 1.6;
		margin-left: 2rem;
		margin-top: 2rem;
	}
	.accordion-icon{
		width: 12px;
    	height: 12px;
	}
  }



  /*--------------------
 	2nd Message Section
--------------------*/

.message2 {
	flex-direction: row;
	align-items: stretch;
	padding: 0;
	margin-bottom: 5rem;
}

.message2 .left-message {
	display: flex;
	padding: 6rem 4%;
	background: url(../img/bg-message2.png) no-repeat center center;
	background-size: cover;
}

.message2 .left-message h2.title {
	margin-bottom: 0.4em;
	color: #2F4059;
	font-family: 'Shippori Mincho B1', serif;
	font-size: 6.1rem;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.03em;
	transform: scale(.96, 1);
}
.message2 .left-message h2.title .emphasis {
	font-size: 11rem;
}

.message2 .left-message p {
	text-align: left;
	color: rgba(86, 114, 120, 0.6);
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: 600;
	padding-left: 0.4em;
}

.message2 .right-message {
	padding: 10.4rem 4%;
}

.message2 .right-message p {
	text-align: left;
	line-height: 2.3;
	letter-spacing: 0.06rem;
	opacity: .9;
}

@media screen and (max-width: 1193.9px) {
	.message2 .left-message h2.title {
		font-size: 5.1vw;
	}

	.message2 .left-message h2.title .emphasis {
		font-size: 9.2vw;
	}
}

@media screen and (max-width: 767.9px){
	.message2{
		flex-direction: column;
	}
	.message2 .left-message{
		padding: 2rem 7% 5rem;
	}
	.message2 .left-message h2.title{
		font-size: 3.5rem;
	}
	.message2 .left-message h2.title .emphasis {
		font-size: 6rem;
	}
	.message2 .left-message p{
		font-size: 1.5rem;
	}
	.message2 .right-message{
		padding: 4rem 7% 0;
	}
	.message2 .right-message p{
		font-size: 1.3rem;
		line-height: 2;
	}
}

@media screen and (min-width: 768px){
	.message2 .left-message {
		width: 45.9%;
		justify-content: flex-end;
	}

	.message2 .right-message {
		width: 54.1%;
	}
}


/*---------------------
 	Contact Section
---------------------*/

::placeholder {
	color: rgba(28, 55, 96, 0.3);
}

input:focus,
textarea:focus {
	outline: none;
	border-bottom: 1px solid rgba(86, 114, 120, 0.9) !important;
}

.contact h3.title {
	color: #B6AE00;
	margin-bottom: 3.2rem;
}
.contact h3.title + p {
	color: #567278;
	opacity: .9;
}

section.inquiry-page h3.title,
section.terms-page h3.title {
	margin-top: 4rem;
	color: #5A7C8F;
	opacity: .9;
}

.contact form{
	max-width: 800px;
	width: 100%;
	border: 1px solid #D8C948;
	margin-top: 2.5rem;
	padding: 6.5rem 0 9rem;
	position: relative;
}
.contact form::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
		top: .9rem;
		left: .9rem;
	z-index:-999;
	border: 1px solid #D8C948;
  }

	section.inquiry-page form{
		border: 1px solid rgba(86, 114, 120, 0.5);
	}
	section.inquiry-page form::after{
		border: 1px solid rgba(86, 114, 120, 0.5);
	}

.contact .form-area {
	width: 68%;
	margin: 0 auto;
}

.contact form .form-row input{
	display: block;
	padding: 1rem 1.5rem 0.85rem 1.5rem;
	flex: 1;
	margin-right: 30px;
	font-size: 1.7rem;
    font-family: 'Noto Serif JP', serif;
	color: #1C3760;
	letter-spacing: 0.045em;
	width: 100%;
	border: none;
	appearance: none;
	border-bottom: 1px solid rgba(86, 114, 120, 0.5);
	transition: 400ms ease;
}

.contact .form-label{
	display: inline-block;
	margin-bottom: 0.3rem;
	color: #4B6366;
	font-size: 1.4rem;
}
.contact .required-label::after{
	content: '必須';
	display: inline-block;
	color: #5A7C8F;
	font-size: 1.15rem;
	text-align: center;
	vertical-align: middle;
	background-color: rgba(219, 227, 224, 0.4);
	padding: .1rem .75rem .2rem;
	margin-left: 1.4rem;
	margin-bottom: 2px;
}

.contact .form-label-note{
	display: inline-block;
	color: #4C5767;
	font-size: 1.1rem;
	font-weight: 600;
	opacity: .8;
	letter-spacing: .02rem;
	margin-left: 2rem;
}

.contact form textarea{
	display: block;
	width: 100%;
	height: 24.5rem;
	font-size: 1.4rem;
    font-family: 'Noto Serif JP', serif;
	line-height: 1.5;
	letter-spacing: 0.045em;
	border: 1px solid rgba(86, 114, 120, 0.5);
	padding: 2.5rem 2.5rem 4rem 2.5rem;
	margin-top: .9rem;
	transition: 400ms ease;
}
.contact form textarea:focus{
	border: 1px solid rgba(86, 114, 120, 0.9);
}

.contact form .btn{
	padding: 18px 42px;
}

.contact .form-row {
	margin-bottom: 3.6rem;
}


input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
}

.form-checkbox{
	text-align: center;
	margin-top: -0.5rem;
	margin-bottom: 3.5rem;
}
.form-checkbox label{
	font-size: 1.3rem;
}
.checkbox, .radio {
	cursor: pointer;
	display: inline-block;
	line-height: 1.25;
	position: relative;
  }
  
  .checkbox input, .radio input {
	cursor: pointer;
  }
  
  .checkbox[disabled], .radio[disabled],
  fieldset[disabled] .checkbox,
  fieldset[disabled] .radio,
  .checkbox input[disabled],
  .radio input[disabled] {
	color: #7a7a7a;
	cursor: not-allowed;
  }
  
  input[type="checkbox"] { display: none; }
  
  input[type="checkbox"] + label {
	display: initial;
	position: relative;
	padding-left: 1.85rem;
	margin-bottom: 20px;
	letter-spacing: 0.03em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
  }
  
  input[type="checkbox"] + label:last-child { margin-bottom: 0; }
  
  input[type="checkbox"] + label:before {
	content: '';
	display: block;
	width: 2rem;
	height: 2rem;
	border: 1.5px solid rgba(86, 114, 120, 0.5);
	position: absolute;
	  left: -1.5rem;
	  top: 0;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
  }
  
  input[type="checkbox"]:checked + label:before {
	width: 10px;
	  top: -4px;
	border: 1.5px solid rgba(86, 114, 120, 0.7);
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  
  .radio + .radio {
	margin-left: 0.5em;
  }

.term-policy-link{
	color: #5F97B6;
	border-bottom: 1px solid #76A6C1;
	padding-bottom: 0.3rem;
}
a.term-policy-link:hover{
	opacity: .65;
	border-bottom: 1px solid #76A6C1, 30%;
}


.contact .form-submit{
	appearance: none;
	background-color: transparent;
	width: 100%;
	font: normal 62.5% serif;
    font-family: 'Noto Serif JP', serif;
	color: #1b5f86;
	font-size: 1.7rem;
    letter-spacing: 0.045em;
	border: 1px solid #5A7C8F;
	box-sizing: border-box;
	padding: 1.5rem 0 1.8rem;
	cursor: pointer;
	transition: 800ms ease;
}

.contact .form-submit:hover{
	color: #fff;
	background-color: #2F4059;
	border: 1px solid transparent;
}


@media (max-width: 767.9px){
	.contact form input{
		flex-basis: 100%;
		margin: 0 0 20px 0;
	}
}

@media (max-width: 767.9px){
	.contact form {
		padding: 5rem 0 4rem;
	}
	.contact .form-area{
		width: 80%;
	}
	.contact form::after{
		top: 0.6rem;
    	left: 0.6rem;
	}
	.contact .form-label{
		font-size: 1.3rem;
	}
	.contact .title + p{
		font-size: 1.3rem;
	}
	.contact .form-label-note{
		margin-left: 0;
		opacity: 0.7;
	}
	.contact form .form-row input{
		font-size: 1.5rem;
	}
	.contact .required-label::after{
		margin-left: 0.8rem;
	}
	.form-checkbox label {
		font-size: 1.2rem;
	}
	input[type="checkbox"] + label:before{
		width: 1.6rem;
		height: 1.6rem;
		left: -1rem;
	}
	.contact .form-submit{
		font-size: 1.6rem;
	}
}



/*-------------
 	Footer
-------------*/

footer{
	text-align: right;
	color: #567278;
	padding: 15rem 0 3.8rem 0;
	width: 100%;
}

.footer-area{
	width: 80%;
	margin: 0 auto;
}

.footer-message{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 0 1rem 3rem 1rem;
	border-bottom: 1px solid rgba(103, 132, 138, 0.7);
	box-sizing: border-box;
	margin-bottom: 2.2rem;
}

.footer-message a{
	transform: translate(0, 2rem);
}

.footer-message p{
	color: #67848a;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: .07em;
}

footer a.footer-menu{
	display: inline-block;
	color: #567278;
	opacity: .7;
	font-size: 1.4rem;
	margin: 0 1rem 0 2rem;
}
footer a.footer-menu:hover{
	opacity: .95;
}

@media (max-width: 767.9px){
	footer{
		padding: 4vh 15px;
	}
	.footer-area{
		width: 96%;
		max-width: 56rem;
	}
	.footer-message{
		display: block;
    	text-align: left;
	}
	.footer-message p{
		font-size: 1.6rem;
		opacity: .8;
	}
	.footer-message a{
		zoom: 0.8;
		display: inline-block;
		transform: translate(0, -1.5rem);
	}
	footer a.footer-menu{
		font-size: 1.2rem;
	}
}





/*------------------------------------------
	 For Clients
------------------------------------------*/

.sub-h1{
	color: rgba(86, 114, 120, 0.6);
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 2.5;
	letter-spacing: 0.085em;
}

@media screen and (max-width: 767.9px){
	.sub-h1 {
		font-size: 4.7vw;
	}
}

.problem {
	display: block;
	padding-right: 0;
	padding-left: 0;
}

.problem .title {
	padding: 0 7%;
}

.problem-area{
	width: 100%;
	max-width: 1440px;
	margin: auto;
}
.problem-row:nth-last-child(n+2) {
	margin-bottom: 9rem;
}

.problem-row img{
	width: 80%;
	opacity: .86;
}

.problem-row .text {
	padding: 2rem 3.5% 0;
}

.problem-row h4{
	color: #3E5B68;
	font-size: 3.4rem;
	font-weight: 600;
	margin-bottom: 1em;
}

.problem ul{
	padding-left: 7%;
	font-size: 1.7rem;
	line-height: 1.6;
	text-align: left;
}

.problem li {
	margin-bottom: 1.2em;
}

@media screen and (max-width: 767.9px){
	.problem .title {
		text-align: left;
	}

	.problem-row:nth-last-child(n+2) {
		margin-bottom: 2rem;
	}

	.problem-row:nth-last-child(2n) img {
		display: block;
		margin-left: auto;
	}

	.problem-row .text {
		padding: 2.5rem 7%;
	}

	.problem-row h4{
		font-size: 2rem;
	}

	.problem ul{
		font-size: 1.3rem;
		line-height: 2;
	}
}

@media screen and (min-width: 768px){
	.problem-row {
		display: flex;
	}

	.problem-row:nth-child(2n) {
		flex-flow: row-reverse;
	}

	.problem-row img {
		width: 47%;
		max-width: 580px;
		object-fit: cover;
		max-height: 40rem;
	}

	.problem-row .text {
		width: 53%;
	}
}

@media screen\0 {
	.problem-row {
		align-items: center;
	}
}


section.solution{
	display: block;
	position: relative;
	background: linear-gradient(55deg, #c1ae26 5.03%, rgba(218, 185, 70, 0) 102%);
}
section.solution::before {
	position: absolute;
	top: 0;
	right: -20%;
	bottom: 70px;
	left: 0;
	width: 100%;
	max-width: 1100px;
	margin: auto;
	background: url(../img/shake-hands.png) no-repeat right bottom / 70%;
	content: "";
}
.solution-area{
	position: relative;
	z-index: 1;
	max-width: 1100px;
	margin: 0 auto;
	border: 2px solid #FFFFFF;
	box-sizing: border-box;
	padding: 6rem 5% 9rem;
}
.solution h3.title{
	color: #1C3760;
	text-align: left;
	font-size: 3.3rem;
	line-height: 1.7;
	letter-spacing: 0.07em;
	margin-bottom: 6rem;
}
.solution p{
	color: #4C5767;
	font-size: 2rem;
	font-weight: 600;
	text-align: left;
}

@media screen and (max-width: 767.9px){
	section.solution::before {
		bottom: 30px;
	}
	.solution-area{
		padding: 4rem 7% 8rem;
		border: 1px solid #FFFFFF;
	}
	.solution h3.title{
		font-size: 2rem;
		margin-bottom: 4rem;
	}
	.solution p{
		font-size: 1.3rem;
	}
}


.theme-item p.summary{
	text-align: left;
	color: #237a90;
	font-size: 1.7rem;
	line-height: 1.6;
	background: rgba(219, 227, 224, 0.4);
	padding: 1.5rem 2.5rem;
	margin-bottom: 3rem;
}

@media screen and (max-width: 767.9px){
	.theme-item p.summary{
		font-size: 1.3rem;
	}
}


/*------------------------------------------
	Terms & Policy
------------------------------------------*/

.terms-area{
	max-width: 62%;
	margin: 0 auto;
}

section.terms-page h3.title{
	margin-bottom: 8rem;
}

section.terms-page h4{
	color: #38849C;
	font-size: 2.2rem;
	font-weight: 600;
	border-bottom: 1px solid rgba(56, 132, 156, 0.8);
	padding: 0 0 1.8rem 0.8rem;
	margin-bottom: 4rem;
}

section.terms-page h5{
	color: #38849C;
	font-size: 1.8rem;
	font-weight: 500;
	margin-top: 5rem;
	margin-bottom: 2rem;
}

section.terms-page p,
section.terms-page li{
	font-size: 1.5rem;
	text-align: justify;
	padding: 0 .8rem;
}

section.terms-page li{
	margin-bottom: 1.7rem;
	line-height: 1.8;
}

section.terms-page .nest li{
	margin-bottom: .9rem;
	line-height: 1.7;
}

section.terms-page article{
	margin-top: 4.6rem;
	margin-bottom: 12rem;
	padding: 0 .6rem;
}

section.terms-page article ul,
section.terms-page article p{
	padding-left: 1.8rem;
}

section.terms-page .date-enact{
	margin-bottom: 4rem;
}
section.terms-page .date-enact p.date{
	display: table;
	color: rgba(75, 99, 102, 0.7);
	font-size: 1.2rem;
	font-weight: 600;
	padding: .1em 3rem .1rem 1.1rem;
	margin-bottom: .8rem;
	background: rgba(219, 227, 224, 0.4);
}

section.terms-page .info {
	font-size: 1.4rem;
	margin-left: -.8rem;
}
section.terms-page .info span{
	color: rgba(86, 114, 120, 0.7);
	padding-right: 1.3rem;
}

@media (max-width: 767.9px){
	.terms-area{
		max-width: 94%;
    	zoom: .86;
	}
}



@media (max-width: 767.9px){
	section.inquiry-page h3.title,
	section.terms-page h3.title {
		margin-bottom: 4rem;
    	margin-top: 15rem;
    	font-size: 1.7rem;
	}
}



/* -- adjuster -- */

.mt-2 {
	margin-top: 2rem;
}

.mb-25 {
	margin-bottom: 2.5rem !important;
}
.mb-3 {
	margin-bottom: 1.5em;
}
.mb-5 {
	margin-bottom: 5rem !important;
}

.fs-14 {
	font-size: 1.4rem;
}
