@charset "UTF-8";
/* =====================================
   PC
===================================== */

/* =========================
   パンくずリスト
========================= */
/*.breadcrumb {
  font-size: 1.2rem;
  margin-top: 0;
}
.breadcrumb li:first-child a {
  color: #333;
}
.breadcrumb li:after {
  padding: 6px 0 0;
  color: #FFF;
}
.breadcrumb > li + li::before {
  content: "＞";
  margin: 0 0.5em;
}*/
.breadcrumb {
	font-size: 1.3rem;
	line-height: 1.6;
}
.breadcrumb__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4em;
	list-style: none;
	margin: 0;
	padding: 0;
}
.breadcrumb__item {
	display: flex;
	align-items: center;
}
.breadcrumb__item:not(:last-child)::after {
	content: "＞";
	margin: 0 0.4em;
}
.breadcrumb__link {
	text-decoration: none;
	transition: color .2s ease, text-decoration-color .2s ease;
}
.breadcrumb__link:hover,
.breadcrumb__link:focus-visible {
	text-decoration: underline;
}
.breadcrumb__item--current .breadcrumb__link {
	pointer-events: none;
}
.breadcrumb li a,
.breadcrumb li:first-child a {
	color: #333;
}

/* ===========================
   ページヘッダー（メイン画像）
=========================== */
.page-header {
	position: relative;
	overflow: hidden;
	max-width: 1080px;
	margin: 0 auto;
}
.page-header__media,
.page-header__image {
	width: 100%;
	height: auto;
	display: block;
}
.page-header__image {
	object-fit: cover;
	margin: 0 auto;
	width: 100%;
}
.page-header__media img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 10px;
}

/* =========================
   コンテナ
========================= */
.container {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 5rem;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 1.6rem;
	/*line-height: 1.6;*/
	scroll-behavior: smooth;
	box-sizing: border-box;
}
.container img {
	/*max-width: 100%;*/
	height: auto;
	/*display: block;*/
}
.img--inline {
  	display: inline-block;
}
.content__description--top{
	width: 86%;
	margin: 0 auto;
	font-size: 2rem;
	line-height: 1.6;
}
strong{
	font-weight: normal;
}

/* =================================
   セクション
================================= */
.section__box{
	margin: 8rem auto;
	text-align: center;
	width: 100%;
}
.section__inner{
	width: 100%;
	margin: 0 auto;
}

/*section_feature*/
.feature {
	width: 96%;
	height: 320px;
	margin: 0 auto;
}
.feature__image {
	max-width: 51%;
	height:auto;
	left: 540px;
	position: relative;
}
.feature__image img{
	max-width: 100%;
	height: auto;
	display: block;
}
.feature__image a img:hover{
	opacity: 0.7;
}
.feature__frame {
	width: 69%;
	padding: 0 0 46px; 
	position: absolute;
}
/* 縦ドット */
.feature__frame::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 99%;
	background-image: radial-gradient(
		ellipse 90% 100% at center,
		#d9d9d9 30%,
		#d9d9d9 15%,
		transparent 33%
	);
	background-size: 17px 24px;
	background-repeat: repeat-y;
}
/* 横ドット */
.feature__frame::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 13px;
	background-image: radial-gradient(
		ellipse 100% 90% at center,
		#d9d9d9 30%,
		#d9d9d9 15%,
		transparent 33%
	);
	background-size: 24px 17px;
	background-repeat: repeat-x;
}
.feature__text{
	width: 64%;
	padding: 0 4rem 0;
}
.feature__label {
	font-size: 3rem;
	font-weight: 300;
	color: #55C4EE;
	letter-spacing: 0.005em;
	margin: 0;
}
.feature__title {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3;
	color: #666;
	margin: 1% auto 5%;
}
.feature__description {
	font-weight: normal;
	font-size: 1.7rem;
	line-height: 1.8;
	text-align: left;
	margin-bottom: 10%;
}
.feature__button {
	display: inline-block;
	padding: 3px 40px 6px;
	background-color: #4DB9B4;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 500;
	text-decoration: none;
	border-radius: 50px;
	border: 2px solid #FFF;
}
.feature__button:hover{
	opacity: 0.7;
}
.feature__button--comingsoon {
	display: inline-block;
	padding: 3px 75px 6px;
	background-color: #777777;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 500;
	text-decoration: none;
	border-radius: 50px;
	border: 2px solid #FFF;
}
/*section_feature-reverse*/
.feature-reverse {
	display: flex;
	justify-content: right;
	width: 96%;
	height: 320px;
	margin: 0 auto;
}
.feature-reverse__image {
	max-width: 51%;
	height:auto;
	right: 540px;
	position: relative;
}
.feature-reverse__image a img:hover{
	opacity: 0.7;
}
.feature-reverse__frame {
	width: 70%;
	padding: 0 0 50px; 
	position: absolute;
}
/* 縦ドット */
.feature-reverse__frame::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 100%;
	background-image: radial-gradient(
		ellipse 90% 100% at center,
		#d9d9d9 30%,
		#d9d9d9 15%,
		transparent 33%
	);
	background-size: 17px 24px;
	background-repeat: repeat-y;
}
/* 横ドット */
.feature-reverse__frame::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 99%;
	height: 13px;
	background-image: radial-gradient(
		ellipse 100% 90% at center,
		#d9d9d9 30%,
		#d9d9d9 15%,
		transparent 33%
	);
	background-size: 24px 17px;
	background-repeat: repeat-x;
}
.feature-reverse__text{
	width: 64%;
	padding: 0 4rem 0;
	position: relative;
	left: 210px;
}

/* =========================
   リンクボタン
========================= */
.link--button-center {
	display: inline-flex;
	align-items: center;
	width: 610px;
	height: 82px;
	padding: 0 26px;
	border-radius: 50px;
	box-shadow: 3px 3px 0 rgb(192, 192, 192);
	border: 5px solid #D9D9D9;
	text-decoration: none;
	color: #d44040;
	font-weight: 600;
	transition: border-color 0.3s ease;
	margin: 3rem auto 0rem;
}
.link--button-center:hover {
	border: 5px solid #4DB9B4;
}
.link--button-center__text {
	flex: 1;
	font-size: 28px;
}
.link--button-center__arrow {
	display: inline-block;
  	width: 13px;
  	height: 13px;
	background: transparent;
  	position: relative;
	margin-right: 35px;
}
.link--button-center__arrow::before,
.link--button-center__arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 22px;
	height: 22px;
	border-top: 3.5px solid #1aa5ab;
	border-right: 3.5px solid #1aa5ab;
	border-radius: 2px;
	transform: translateY(-50%) rotate(45deg);
}
.link--button-center__arrow::before {
	left: 16px;
}
.link--button-center__arrow::after {
	left: 2px;
}

/* =========================
   スキルアップ
========================= */
.skillup__item{
	display: flex;
	gap: 1.85%;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
}
.skillup__item img{
	max-width: 100%;
	height: auto;
	display: block;
}
.skillup__item a{
	flex: 0 1 calc((100% - 40px) / 3); 
	min-width: 0;
	transition: 0.2s;
	margin-bottom: 2%;
}
.skillup__item a:hover {
	outline: 6px solid rgb(255, 248, 148);
	outline-offset: -6px;
}
.skillup__link:not(.is-disabled):hover {
    box-shadow: inset 0 0 0 6px rgb(235,255,123);
}
.skillup__link.is-disabled {
    pointer-events: none;
    cursor: default;
}
.skillup__text{
	color: #333;
	border-bottom: 1px solid #333;
	margin: 12rem auto 3rem;
	font-size: 2.8rem;
	text-align: left;
}
#skillup {
 	scroll-margin-top: 120px;
}
/* =====================================
   Tablet（max-width: 1100px）
===================================== */
@media only screen and (max-width: 1100px){
	.container {
		font-size: 1.5rem;
		max-width: 96%;
	}
	.page-header{
		width: 100%;
	}
	.page-header__image{
		width: 96%;
	}
	.page-header__media img {
		width: 100%;
		height: auto;
		display: block;
		margin: 0 0 5px;
	}
	.feature__image {
		top: 5%;
		left: 51%;
	}
	.feature__text{
		width: 60%;
	}
		.feature__title {
		font-size: 28px;
	}
	.feature-reverse__image {
		top: 5%;
		right: 51%;
	}
	.feature-reverse__frame {
		padding: 0 20px 50px 0;
	}
	.feature-reverse__text{
		width: 60%;
		padding: 0 2rem 0;
		position: relative;
		left: 35%;
	}
	.section__inner{
		width: 96%;
	}
	.skillup__item a{
		flex: 0 1 calc((100% - 20px) / 2);
		margin: 0;
	}
	.skillup__item{
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
		width: 83%;
		margin: 0 auto;
	}
	.skillup__text{
		margin: 2rem auto 3rem;
		font-size: 2.4rem;
	}
}
/* =====================================
   Tablet（max-width: 900px）
===================================== */
@media only screen and (max-width: 900px) {
	.feature__frame {
		width: 70%;
	}
	.feature__image {
		top: 17%;
	}
	.feature-reverse__frame {
		width: 70%;
	}
	.feature-reverse__image {
		top: 17%;
	}
	.skillup__item{
		width: 100%;
	}
}
/* =====================================
   SP（max-width: 767px）
===================================== */
@media only screen and (max-width: 767px) {
	.container {
		font-size: 1.4rem;
		line-height: 1.5;
		max-width: 100%;
		width: 92%;
	}
	.page-header__media{
		margin: 0;
	}
	.page-header__image{
		width: 100%;
		margin: 0;
	}
	.img--center{
		margin: 10px auto 15px;
	}
	h2{
		font-size: 1.7rem;
	}
	.content__description--top{
		width: 96%;
		font-size: 1.7rem;
	}
	.section__box{
		margin: 5rem auto;
	}
	.feature{
		width: 96%;
		height: auto;
		margin: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
		padding: 0 0.8rem 2rem;
	}
	.feature__image{
		max-width: 100%;
		height:auto;
		left: 0;
		position: relative;
		z-index: 2;
		padding-left: 3rem;
		margin: 0 auto 15px;
	}
	.feature__image a{
		transition: opacity 0.3s ease;
	}
	.feature__image a:hover{
		opacity: 0.7;
	}
	.feature__frame{
		width: 100%;
		padding: 0; 
		position: static;
		margin-left: 1rem;
	}
	.feature__text{
		width: 90%;
		padding: 0;
		margin: 0 auto;
	}
	.feature::before,
	.feature::after {
		z-index: 1;
	}
	.feature__label {
		font-size: 2.8rem;
	}
	.feature__title {
		font-size: 26px;
		line-height: 1.2;
		margin: 0;
	}
	.feature__description {
		font-size: 1.6rem;
		line-height: 1.5;
		text-align: center;
		margin: 2rem 0 2rem 1rem;
	}
	.feature__button {
		display: none;
	}
	.feature__button--comingsoon {
		display: none;
	}
	.feature-reverse{
		width: 96%;
		height: auto;
		margin: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
		padding: 0 1.8rem 2rem 0;
	}
	.feature-reverse__image{
		max-width: 100%;
		height:auto;
		left: 0;
		bottom: 20px;
		position: relative;
		z-index: 2;
		padding-right: 2rem;
		margin: 20px auto 0;
	}
	.feature-reverse__image a:hover{
		opacity: 0.7;
	}
	.feature-reverse__frame{
		width: 100%;
		padding: 0; 
		position: static;
	}
	.feature-reverse__text{
		width: 90%;
		padding: 0;
		margin: 0 auto;
		left: 0;
	}
	.feature-reverse::before,
	.feature-reverse::after {
		z-index: 1;
	}
	.link--button-center {
		width: 80%;
		height: 70px;
		padding: 0px 20px;
		border: 4px solid #D9D9D9;
		margin: 1rem auto 2.5rem;
	}
	.link--button-center:hover {
		border: 4px solid #4DB9B4;
	}
	.link--button-center__text {
		font-size: 2.3rem;
		line-height: 2.5rem;
		letter-spacing: normal;
	}
	.link--button-center__arrow {
		margin-right: 10%;
	}
	.link--button-center__arrow::before,
	.link--button-center__arrow::after {
		width: 17px;
		height: 17px;
	}
	.link--button-center__arrow::before {
		left: 14px;
	}
	.link--button-center__arrow::after {
		left: 2px;
	}
	.skillup__item{
		flex-direction: column;
		align-items: center;
		margin: 0 auto;
	}
	#skillup {
		scroll-margin-top: 40px;
	}
}
/* ===========================================
   SP（max-width: 500px）
=========================================== */
@media only screen and (max-width: 500px) {
	.feature__text {
		width: 96%;
		margin: 0;
	}
	.feature__image{
		padding-left: 1rem;
	}
	.feature-reverse__image{
		padding-right: 0;
	}
	.link--button-center__text {
		font-size: 2rem;
		line-height: 2.3rem;
	}
	.container img {
		max-width: 100%;
	}
}