/* autoprefixer grid: autoplace */

@charset "UTF-8";

a.colorlink {
	color: #00BEFF;
	text-decoration: none;
}

a.colorlink:hover {
	color: #bb0000;
	text-decoration: underline;
}

.imgbox {
	position: absolute;
	top: 0;
	width: 100%;
	height: 65vw;
	overflow: hidden;
	z-index: -10;
}

.imgbox img {
	width: 100%;
	margin-top: 0vw;
	margin-left: 5vw;
}

.imgbox img.m {
	display: none;
}

@media screen and (max-width: 767px) {
	.imgbox {
		position: absolute;
		top: 0;
		width: 100%;
		height: 70vh;
		overflow: hidden;
		z-index: -10;
	}

	.imgbox img.m {
		display: block;
		width: 70vh;
		margin: 0 auto;
		margin-top: 0vh;
		margin-left: 10vw;
	}

	.imgbox img {
		display: none;
		width: 100vh;
		margin: 0 auto;
		margin-top: 4vh;
	}
}

.pagebg {
	position: absolute;
	width: 90%;
	left: 0%;
	right: 0;
	top: 0;
	margin: auto;
}

.pagebg img {
	width: 100%;
}

.toppagebg {
	background-color: #20c4e1;
}

.subpagebg {
	background-color: #20c4e1;
	background-color: #8fb8d2;
}

.mainimage {
	box-sizing: border-box;
	display: block;
	width: 100%;
	position: relative;
}

.mainimage .salescatch {
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: 5rem;
	left: 7.3%;
	width: 75%;
	z-index: 1;
}

.mainimage .salescatch img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.mainimage .caption {
	position: absolute;
	top: 5rem;
	left: 7.3%;
	transform: translate(-50%, -50%);
	width: 80%;
	z-index: 1;
}

.mainimage .caption h2 {
	font-size: calc(60 / var(--width) * 100vw);
	font-weight: 800;
	line-height: 160%;
	margin-bottom: 2rem;
}

.mainimage .caption .lead {
	width: 100%;
	margin-bottom: 1.5em;
}

.mainimage .caption .lead p {
	font-size: calc(18 / var(--width) * 100vw);
	font-weight: 400;
	line-height: 180%;
}

.mainimage .caption a {
	display: block;
	width: 8em;
	margin: 0 auto;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	font-size: calc(14 / var(--width) * 100vw);
	font-weight: 400;
	line-height: 100%;
	color: #ffffff;
	border-radius: 1em 1em 1em 1em;
	background-color: #019ACF;
}

.mainimage .caption a:hover {
	background-color: #28355f;
}

.mainimage .jumbotron {
	display: block;
	width: 100%;
}

.mainimage .jumbotron img {
	display: block;
	width: 100%;
}

.mainimage .jumbotron_m {
	display: none;
}

@media screen and (max-width: 767px) {
	.mainimage {
		box-sizing: border-box;
		display: block;
		width: 100%;
		margin-bottom: 0rem;
		position: relative;
	}

	.mainimage .salescatch {
		box-sizing: border-box;
		display: block;
		position: absolute;
		top: 5vh;
		left: 7.3%;
		width: 90%;
		z-index: 1;
	}

	.mainimage .salescatch img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.mainimage .caption {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 90%;
		padding-top: 5%;
		padding-bottom: 5%;
		padding-left: 2%;
		padding-right: 2%;
		z-index: 1;
	}

	.mainimage .caption h2 {
		font-size: calc(100 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 160%;
		margin-bottom: 0.5em;
	}

	.mainimage .caption .lead {
		width: 100%;
		margin-bottom: 1.5em;
	}

	.mainimage .caption .lead p {
		text-align: left;
		font-size: calc(48 / var(--width) * 100vw);
		font-weight: 300;
		line-height: 160%;
	}

	.mainimage .caption a {
		display: block;
		width: 8em;
		margin: 0 auto;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		padding-left: 1em;
		padding-right: 1em;
		font-size: calc(48 / var(--width) * 100vw);
		font-weight: 400;
		line-height: 100%;
		color: #ffffff;
		border-radius: 1em 1em 1em 1em;
		background-color: #019ACF;
	}

	.mainimage .jumbotron {
		display: none;
	}

	.mainimage .jumbotron_m {
		box-sizing: border-box;
		display: block;
		width: 100vw;
		padding-top: 20vh;
	}

	.mainimage .jumbotron_m img {
		display: block;
		width: 100%;
	}
}


.topcontents {
	box-sizing: border-box;
	display: block;
	width: 100vw;
}

.topcontents .title_wrapper {
	box-sizing: border-box;
	display: block;
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
	position: relative;
}

.wrapper1 {
	aspect-ratio: unset;
	background-color: none;
}

.wrapper2 {
	aspect-ratio: unset;
	background-color: none;
}

.wrapper3 {
	aspect-ratio: unset;
	background-color: none;
}

.wrapper4 {
	aspect-ratio: unset;
	background-color: none;
}

.topcontents .title_wrapper .title1 {
	display: inline-grid;
	align-content: center;
	position: absolute;
	width: 25.2vw;
	height: 25.2vw;
	aspect-ratio: 25.2 / 25.2;
	max-width: 410px;
	max-height: 410px;
	color: #fff;
	font-size: calc(60 / var(--width) * 100vw);
	font-weight: 800;
	line-height: 1.1em;
	text-align: center;
	border-radius: 50%;
	background-color: #1a6fb9;
	transform: rotate(-15deg);
	top: 12vh;
	left: 5vw;
	transition: 0.5s;
}

.topcontents .title_wrapper .title1:hover {
	opacity: 0.5;
	transition: 0.3s;
}

.topcontents .title_wrapper .title2 {
	display: inline-grid;
	align-content: center;
	position: absolute;
	width: 25.2vw;
	height: 25.2vw;
	aspect-ratio: 25.2 / 25.2;
	max-width: 410px;
	max-height: 410px;
	color: #fff;
	font-size: calc(60 / var(--width) * 100vw);
	font-weight: 800;
	line-height: 1.1em;
	text-align: center;
	border-radius: 50%;
	background-color: #df73f9;
	transform: rotate(15deg);
	top: 13vh;
	right: 3vw;
	transition: 0.5s;
}

.topcontents .title_wrapper .title2:hover {
	opacity: 0.5;
	transition: 0.3s;
}

.topcontents .title_wrapper .title3 {
	display: inline-grid;
	align-content: center;
	position: absolute;
	width: 25.2vw;
	height: 25.2vw;
	aspect-ratio: 25.2 / 25.2;
	max-width: 410px;
	max-height: 410px;
	color: #fff;
	font-size: calc(55 / var(--width) * 100vw);
	font-weight: 800;
	line-height: 1.1em;
	text-align: center;
	border-radius: 50%;
	background-color: #b1db77;
	transform: rotate(-15deg);
	top: 14vh;
	left: 5vw;
	transition: 0.5s;
}

.topcontents .title_wrapper .title3:hover {
	opacity: 0.5;
	transition: 0.3s;
}

.topcontents .title_wrapper .title4 {
	display: inline-grid;
	align-content: center;
	position: absolute;
	width: 25.2vw;
	height: 25.2vw;
	aspect-ratio: 25.2 / 25.2;
	max-width: 410px;
	max-height: 410px;
	color: #fff;
	font-size: calc(55 / var(--width) * 100vw);
	font-weight: 800;
	line-height: 1.1em;
	text-align: center;
	border-radius: 50%;
	background-color: #efc556;
	transform: rotate(15deg);
	top: 15vh;
	right: 5vw;
	transition: 0.5s;
}

.topcontents .title_wrapper .title4:hover {
	opacity: 0.5;
	transition: 0.3s;
}

.topcontents .nohover {
	opacity: 1.0 !important;
}

.topcontents .title_wrapper .caption1 {
	box-sizing: border-box;
	display: block;
	width: 60%;
	position: absolute;
	top: 12vh;
	left: 32vw;
}

.topcontents .title_wrapper .caption1 img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.topcontents .title_wrapper .caption2 {
	box-sizing: border-box;
	display: block;
	width: 60%;
	position: absolute;
	top: 14vh;
	left: 5vw;
}

.topcontents .title_wrapper .caption2 img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.topcontents .title_wrapper .caption3 {
	box-sizing: border-box;
	display: block;
	width: 50%;
	position: absolute;
	top: 14vh;
	left: 38vw;
}

.topcontents .title_wrapper .caption3 img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.topcontents .title_wrapper .caption3_sub {
	box-sizing: border-box;
	display: block;
	width: 45%;
	position: absolute;
	top: 4rem;
	left: 35%;
}

.topcontents .title_wrapper .caption3_sub img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.topcontents .title_wrapper .caption4 {
	box-sizing: border-box;
	display: block;
	width: 50%;
	position: absolute;
	top: 15vh;
	left: 13vw;
}

.topcontents .title_wrapper .caption4 img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.topcontents .title_wrapper2 {
	box-sizing: border-box;
	display: block;
	width: 100%;
	max-width: var(--width)px;
	margin: 0 auto;
	position: relative;
}

.topcontents .title_wrapper2 .caption5 {
	box-sizing: border-box;
	display: block;
	width: 50%;
	position: absolute;
	top: 12vh;
	left: 0;
	right: 0;
	margin: auto;
}

.topcontents .title_wrapper2 .caption5 img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.topcontents .title_wrapper .caption6 {
	box-sizing: border-box;
	display: block;
	width: 70%;
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	margin: auto;
}

.topcontents .title_wrapper .caption6 img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.topcontents .title_wrapper .caption6b {
	box-sizing: border-box;
	display: block;
	width: 70%;
	position: absolute;
	top: 10vh;
	left: 0;
	right: 0;
	margin: auto;
}

.topcontents .title_wrapper .caption6b img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.topcontents .title_wrapper2 .inner {
	box-sizing: border-box;
	display: grid;
	width: 90%;
	grid-template-columns: auto auto auto;
	grid-template-rows: auto auto;
	grid-column-gap: 2.5rem;
	grid-row-gap: 2.5rem;
	position: absolute;
	top: 40vh;
	left: 0;
	right: 0;
	margin: auto;
}

.topcontents .inner .item {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.topcontents .inner .item:hover {}

.topcontents .inner .item:hover img {
	opacity: 0.1;
	transition: 0.8s;
}

.topcontents .inner .item img {
	box-sizing: border-box;
	display: block;
	width: 100%;
	transition: 1s;
}

.topcontents .inner .item1 {
	background-image: url(../images/top_interview1_on.png);
	background-size: cover;
}

.topcontents .inner .item2 {
	background-image: url(../images/top_interview2_on.png);
	background-size: cover;
}

.topcontents .inner .item3 {
	background-image: url(../images/top_interview3_on.png);
	background-size: cover;
}

.topcontents .inner .item4 {
	background-image: url(../images/top_interview4_on.png);
	background-size: cover;
}

.topcontents .inner .item5 {
	background-image: url(../images/top_interview5_on.png);
	background-size: cover;
}

.topcontents .inner .item6 {
	background-image: url(../images/top_interview6_on.png);
	background-size: cover;
}


.topcontents .entry {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding-top: 10%;
	padding-bottom: 10%;
}

.topcontents .entry .wrapper {
	box-sizing: border-box;
	display: block;
	width: 94%;
	margin: 0 auto;
}

.topcontents .entry .wrapper h2 {
	font-family: "Noto Serif JP", serif;
	font-family: "Noto Sans JP", serif;
	font-size: calc(42 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 100%;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 2em;
	text-align: center;
}

.topcontents .entry .linklist {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: auto auto auto auto;
	grid-column-gap: 0.8rem;
	width: 80%;
	margin: 0 auto;
}

.topcontents .entry .linklist .item {
	box-sizing: border-box;
	display: inline-grid;
	align-content: center;
	width: 20vw;
	aspect-ratio: 1 / 1;
	color: #ffffff;
	font-size: 2.2rem;
	font-size: calc(32 / var(--width)* 100vw);
	font-weight: 600;
	line-height: 120%;
	text-align: center;
	border-radius: 50%;
	transition: 1s;
}

.topcontents .entry .linklist .item:hover {
	opacity: 0.5;
	transition: 0.8s;
}

.topcontents .entry .linklist .item1 {
	background-color: #666666;
}

.topcontents .entry .linklist .item2 {
	background-color: #ff8e8e;
}

.topcontents .entry .linklist .item3 {
	background-color: #3c9dfd;
}

.topcontents .entry .linklist .item4 {
	background-color: #444444;
	/*	border: #3c9dfd 5px solid; */
}

.topcontents .bg {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.topcontents .bg img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.topcontents .bg_m {
	display: none;
}

@media screen and (max-width: 767px) {
	.topcontents {
		box-sizing: border-box;
		display: block;
		width: 100vw;
	}

	.topcontents .title_wrapper {
		box-sizing: border-box;
		display: block;
		width: 100%;
		max-width: none;
		margin: 0 auto;
		position: relative;
	}

	.wrapper1 {
		aspect-ratio: 1920 / 900;
		background-color: #4dd0e7;
	}

	.wrapper2 {
		aspect-ratio: 1920 / 900;
		background-color: #20c4e1;
	}

	.wrapper3 {
		aspect-ratio: 1920 / 900;
		background-color: #4dd0e7;
	}

	.wrapper4 {
		aspect-ratio: 1920 / 900;
		background-color: #20c4e1;
	}

	.topcontents .title_wrapper .title1 {
		display: inline-grid;
		align-content: center;
		position: absolute;
		width: 32vw;
		height: 32vw;
		aspect-ratio: 25.2 / 25.2;
		max-width: 32vw;
		max-height: 32vw;
		color: #fff;
		font-size: calc(80 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 1.1em;
		text-align: center;
		border-radius: 50%;
		background-color: #1a6fb9;
		transform: rotate(-15deg);
		top: 3vh;
		left: 3vw;
	}

	.topcontents .title_wrapper .title1:hover {
		opacity: 0.5;
	}

	.topcontents .title_wrapper .title2 {
		display: inline-grid;
		align-content: center;
		position: absolute;
		width: 32vw;
		height: 32vw;
		aspect-ratio: 25.2 / 25.2;
		max-width: 32vw;
		max-height: 32vw;
		color: #fff;
		font-size: calc(80 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 1.1em;
		text-align: center;
		border-radius: 50%;
		background-color: #df73f9;
		transform: rotate(15deg);
		top: 3vh;
		right: 3vw;
	}

	.topcontents .title_wrapper .title2:hover {
		opacity: 0.5;
	}

	.topcontents .title_wrapper .title3 {
		display: inline-grid;
		align-content: center;
		position: absolute;
		width: 32vw;
		height: 32vw;
		aspect-ratio: 25.2 / 25.2;
		max-width: 32vw;
		max-height: 32vw;
		color: #fff;
		font-size: calc(70 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 1.1em;
		text-align: center;
		border-radius: 50%;
		background-color: #b1db77;
		transform: rotate(-15deg);
		top: 3vh;
		left: 5vw;
	}

	.topcontents .title_wrapper .title3:hover {
		opacity: 0.5;
	}

	.topcontents .title_wrapper .title4 {
		display: inline-grid;
		align-content: center;
		position: absolute;
		width: 32vw;
		height: 32vw;
		aspect-ratio: 25.2 / 25.2;
		max-width: 32vw;
		max-height: 32vw;
		color: #fff;
		font-size: calc(70 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 1.1em;
		text-align: center;
		border-radius: 50%;
		background-color: #efc556;
		transform: rotate(15deg);
		top: 3vh;
		right: 5vw;
	}

	.topcontents .title_wrapper .title4:hover {
		opacity: 0.5;
	}

	.topcontents .nohover {
		opacity: 1.0 !important;
	}

	.topcontents .title_wrapper .caption1 {
		box-sizing: border-box;
		display: block;
		width: 60%;
		position: absolute;
		top: 6vh;
		left: 35vw;
	}

	.topcontents .title_wrapper .caption1 img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.topcontents .title_wrapper .caption2 {
		box-sizing: border-box;
		display: block;
		width: 55%;
		position: absolute;
		top: 6vh;
		left: 5vw;
	}

	.topcontents .title_wrapper .caption2 img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.topcontents .title_wrapper .caption3 {
		box-sizing: border-box;
		display: block;
		width: 50%;
		position: absolute;
		top: 4vh;
		left: 45vw;
	}

	.topcontents .title_wrapper .caption3 img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.topcontents .title_wrapper .caption3_sub {
		box-sizing: border-box;
		display: block;
		width: 50%;
		position: absolute;
		top: 1rem;
		left: 45%;
	}

	.topcontents .title_wrapper .caption3_sub img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.topcontents .title_wrapper .caption4 {
		box-sizing: border-box;
		display: block;
		width: 50%;
		position: absolute;
		top: 4vh;
		left: 6vw;
	}

	.topcontents .title_wrapper .caption4 img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.topcontents .title_wrapper2 {
		box-sizing: border-box;
		display: block;
		width: 100%;
		max-width: unset;
		position: relative;
		aspect-ratio: 1920 / 3600;
		background-color: #4dd0e7;
	}

	.topcontents .title_wrapper2 .caption5 {
		box-sizing: border-box;
		display: block;
		width: 60%;
		position: absolute;
		top: 6vh;
		left: 0;
		right: 0;
		margin: auto;
	}

	.topcontents .title_wrapper2 .caption5 img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.topcontents .title_wrapper .caption6 {
		box-sizing: border-box;
		display: block;
		width: 70%;
		position: absolute;
		top: 5vh;
		left: 0;
		right: 0;
		margin: auto;
	}

	.topcontents .title_wrapper .caption6 img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.topcontents .title_wrapper2 .inner {
		box-sizing: border-box;
		display: grid;
		width: 90%;
		grid-template-columns: auto auto;
		grid-template-rows: auto auto auto;
		grid-column-gap: 1rem;
		grid-row-gap: 1rem;
		position: absolute;
		top: 20vh;
		left: 0;
		right: 0;
		margin: auto;
	}

	.topcontents .inner .item {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.topcontents .inner .item:hover {}

	.topcontents .inner .item:hover img {
		opacity: 0.1;
	}

	.topcontents .inner .item img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.topcontents .inner .item1 {
		background-image: url(../images/top_interview1_on.png);
		background-size: cover;
	}

	.topcontents .inner .item2 {
		background-image: url(../images/top_interview1_on.png);
		background-size: cover;
	}

	.topcontents .inner .item2 {
		background-image: url(../images/top_interview1_on.png);
		background-size: cover;
	}

	.topcontents .inner .item3 {
		background-image: url(../images/top_interview1_on.png);
		background-size: cover;
	}

	.topcontents .inner .item4 {
		background-image: url(../images/top_interview1_on.png);
		background-size: cover;
	}

	.topcontents .inner .item5 {
		background-image: url(../images/top_interview1_on.png);
		background-size: cover;
	}

	.topcontents .inner .item6 {
		background-image: url(../images/top_interview1_on.png);
		background-size: cover;
	}


	.topcontents .entry {
		box-sizing: border-box;
		display: block;
		width: 100%;
		padding-top: 10%;
		padding-bottom: 10%;
	}

	.topcontents .entry .linklist {
		box-sizing: border-box;
		display: grid;
		grid-template-columns: auto auto;
		grid-column-gap: 1rem;
		grid-row-gap: 1rem;
		justify-content: center;
		width: 90%;
		margin: 0 auto;
	}

	.topcontents .entry .linklist .item {
		box-sizing: border-box;
		display: inline-grid;
		align-content: center;
		width: 40vw;
		aspect-ratio: 1 / 1;
		color: #fff;
		font-size: calc(64 / var(--width)* 100vw);
		font-weight: 600;
		line-height: 160%;
		text-align: center;
		border-radius: 50%;
	}

	.topcontents .entry .linklist .item:hover {
		opacity: 0.5;
	}

	.topcontents .entry .linklist .item1 {
		background-color: #666666;
	}

	.topcontents .entry .linklist .item2 {
		background-color: #ff8e8e;
	}

	.topcontents .entry .linklist .item3 {
		background-color: #3c9dfd;
	}

	.topcontents .entry .linklist .item4 {
		background-color: #444444;
		/*	border: #3c9dfd 5px solid; */
	}

	.topcontents .bg {
		display: none;
	}

	.topcontents .bg_m {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.topcontents .bg_m img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}
}


.subcontents {
	box-sizing: border-box;
	display: block;
	width: 100vw;
	margin-top: 1vh;
}

.subcontents .title_wrapper {
	box-sizing: border-box;
	display: block;
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
	position: relative;
}

.wrapper1 {
	aspect-ratio: unset;
	background-color: none;
}

.wrapper2 {
	aspect-ratio: unset;
	background-color: none;
}

.wrapper3 {
	aspect-ratio: unset;
	background-color: none;
}

.wrapper4 {
	aspect-ratio: unset;
	background-color: none;
}

.subcontents .title_wrapper .title1 {
	display: inline-grid;
	align-content: center;
	position: absolute;
	width: 25.2vw;
	height: 25.2vw;
	aspect-ratio: 25.2 / 25.2;
	max-width: 410px;
	max-height: 410px;
	color: #fff;
	font-size: calc(60 / var(--width) * 100vw);
	font-weight: 800;
	line-height: 1.1em;
	text-align: center;
	border-radius: 50%;
	background-color: #1a6fb9;
	transform: rotate(-15deg);
	top: 12vh;
	left: 5vw;
}

.subcontents .title_wrapper .title1:hover {
	opacity: 0.5;
}

.subcontents .title_wrapper .title2 {
	display: inline-grid;
	align-content: center;
	position: absolute;
	width: 25.2vw;
	height: 25.2vw;
	aspect-ratio: 25.2 / 25.2;
	max-width: 410px;
	max-height: 410px;
	color: #fff;
	font-size: calc(60 / var(--width) * 100vw);
	font-weight: 800;
	line-height: 1.1em;
	text-align: center;
	border-radius: 50%;
	background-color: #df73f9;
	transform: rotate(15deg);
	top: 13vh;
	right: 3vw;
}

.subcontents .title_wrapper .title2:hover {
	opacity: 0.5;
}

.subcontents .title_wrapper .title3 {
	display: inline-grid;
	align-content: center;
	position: absolute;
	width: 25.2vw;
	height: 25.2vw;
	aspect-ratio: 25.2 / 25.2;
	max-width: 410px;
	max-height: 410px;
	color: #fff;
	font-size: calc(55 / var(--width) * 100vw);
	font-weight: 800;
	line-height: 1.1em;
	text-align: center;
	border-radius: 50%;
	background-color: #b1db77;
	transform: rotate(-15deg);
	top: 14vh;
	left: 5vw;
}

.subcontents .title_wrapper .title3:hover {
	opacity: 0.5;
}

.subcontents .title_wrapper .title4 {
	display: inline-grid;
	align-content: center;
	position: absolute;
	width: 25.2vw;
	height: 25.2vw;
	aspect-ratio: 25.2 / 25.2;
	max-width: 410px;
	max-height: 410px;
	color: #fff;
	font-size: calc(55 / var(--width) * 100vw);
	font-weight: 800;
	line-height: 1.1em;
	text-align: center;
	border-radius: 50%;
	background-color: #efc556;
	transform: rotate(15deg);
	top: 6vh;
	right: 5vw;
}

.subcontents .title_wrapper .title4:hover {
	opacity: 0.5;
}

.subcontents .nohover {
	opacity: 1.0 !important;
}

.subcontents .title_wrapper .caption1 {
	box-sizing: border-box;
	display: block;
	width: 60%;
	position: absolute;
	top: 12vh;
	left: 32vw;
}

.subcontents .title_wrapper .caption1 img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.subcontents .title_wrapper .caption2 {
	box-sizing: border-box;
	display: block;
	width: 60%;
	position: absolute;
	top: 14vh;
	left: 5vw;
}

.subcontents .title_wrapper .caption2 img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.subcontents .title_wrapper .caption3 {
	box-sizing: border-box;
	display: block;
	width: 50%;
	position: absolute;
	top: 14vh;
	left: 38vw;
}

.subcontents .title_wrapper .caption3 img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.subcontents .title_wrapper .caption3_sub {
	box-sizing: border-box;
	display: block;
	width: 45%;
	position: absolute;
	top: -3rem;
	left: 35%;
	top: 5rem;
}

.subcontents .title_wrapper .caption3_sub img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.subcontents .title_wrapper .caption4 {
	box-sizing: border-box;
	display: block;
	width: 50%;
	position: absolute;
	top: 6vh;
	left: 13vw;
}

.subcontents .title_wrapper .caption4 img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.subcontents .title_wrapper2 {
	box-sizing: border-box;
	display: block;
	width: 100%;
	max-width: var(--width)px;
	margin: 0 auto;
	position: relative;
}

.subcontents .title_wrapper2 .caption5 {
	box-sizing: border-box;
	display: block;
	width: 50%;
	position: absolute;
	top: 12vh;
	left: 0;
	right: 0;
	margin: auto;
}

.subcontents .title_wrapper2 .caption5 img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.subcontents .title_wrapper .caption6 {
	box-sizing: border-box;
	display: block;
	width: 70%;
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	margin: auto;
}

.subcontents .title_wrapper .caption6 img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.subcontents .title_wrapper2 .inner {
	box-sizing: border-box;
	display: grid;
	width: 90%;
	grid-template-columns: auto auto auto;
	grid-template-rows: auto auto;
	grid-column-gap: 2.5rem;
	grid-row-gap: 2.5rem;
	position: absolute;
	top: 40vh;
	left: 0;
	right: 0;
	margin: auto;
}

.subcontents .inner .item {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.subcontents .inner .item:hover {}

.subcontents .inner .item:hover img {
	opacity: 0.1;
}

.subcontentss .inner .item img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.subcontents .inner .item1 {
	background-image: url(../images/top_interview1_on.png);
	background-size: cover;
}

.subcontents .inner .item2 {
	background-image: url(../images/top_interview1_on.png);
	background-size: cover;
}

.subcontents .inner .item2 {
	background-image: url(../images/top_interview1_on.png);
	background-size: cover;
}

.subcontents .inner .item3 {
	background-image: url(../images/top_interview1_on.png);
	background-size: cover;
}

.subcontents .inner .item4 {
	background-image: url(../images/top_interview1_on.png);
	background-size: cover;
}

.subcontents .inner .item5 {
	background-image: url(../images/top_interview1_on.png);
	background-size: cover;
}

.subcontents .inner .item6 {
	background-image: url(../images/top_interview1_on.png);
	background-size: cover;
}


.subcontents .entry {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding-top: 10%;
	padding-bottom: 10%;
}

.subcontents .entry .linklist {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: auto auto auto auto;
	grid-column-gap: 0.5rem;
	width: 80%;
	margin: 0 auto;
}

.subcontents .entry .linklist .item {
	box-sizing: border-box;
	display: inline-grid;
	align-content: center;
	width: 25vw;
	height: 25vw;
	color: #fff;
	font-size: 2.2rem;
	font-size: calc(40 / var(--width)* 100vw);
	font-weight: 600;
	line-height: 120%;
	text-align: center;
	border-radius: 50%;
}

.subcontents .entry .linklist .item:hover {
	opacity: 0.5;
}

.subcontents .entry .linklist .item1 {
	background-color: #666666;
}

.subcontents .entry .linklist .item2 {
	background-color: #ff8e8e;
}

.subcontents .entry .linklist .item3 {
	background-color: #3c9dfd;
}

.subcontents .entry .linklist .item4 {
	background-color: #3c9dfd;
}

.subcontents .bg {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.subcontents .bg img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.subcontents .bg_m {
	display: none;
}

@media screen and (max-width: 767px) {
	.subcontents {
		box-sizing: border-box;
		display: block;
		width: 100vw;
	}

	.subcontents .title_wrapper {
		box-sizing: border-box;
		display: block;
		width: 100%;
		max-width: none;
		margin: 0 auto;
		position: relative;
	}

	.wrapper1 {
		aspect-ratio: 1920 / 900;
		background-color: #4dd0e7;
	}

	.wrapper2 {
		aspect-ratio: 1920 / 900;
		background-color: #20c4e1;
	}

	.wrapper3 {
		aspect-ratio: 1920 / 900;
		background-color: #4dd0e7;
	}

	.wrapper4 {
		aspect-ratio: 1920 / 900;
		background-color: #20c4e1;
	}

	.subcontents .title_wrapper .title1 {
		display: inline-grid;
		align-content: center;
		position: absolute;
		width: 32vw;
		height: 32vw;
		aspect-ratio: 25.2 / 25.2;
		max-width: 32vw;
		max-height: 32vw;
		color: #fff;
		font-size: calc(80 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 1.1em;
		text-align: center;
		border-radius: 50%;
		background-color: #1a6fb9;
		transform: rotate(-15deg);
		top: 3vh;
		left: 3vw;
	}

	.subcontents .title_wrapper .title1:hover {
		opacity: 0.5;
	}

	.subcontents .title_wrapper .title2 {
		display: inline-grid;
		align-content: center;
		position: absolute;
		width: 32vw;
		height: 32vw;
		aspect-ratio: 25.2 / 25.2;
		max-width: 32vw;
		max-height: 32vw;
		color: #fff;
		font-size: calc(80 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 1.1em;
		text-align: center;
		border-radius: 50%;
		background-color: #df73f9;
		transform: rotate(15deg);
		top: 3vh;
		right: 3vw;
	}

	.subcontents .title_wrapper .title2:hover {
		opacity: 0.5;
	}

	.subcontents .title_wrapper .title3 {
		display: inline-grid;
		align-content: center;
		position: absolute;
		width: 32vw;
		height: 32vw;
		aspect-ratio: 25.2 / 25.2;
		max-width: 32vw;
		max-height: 32vw;
		color: #fff;
		font-size: calc(70 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 1.1em;
		text-align: center;
		border-radius: 50%;
		background-color: #b1db77;
		transform: rotate(-15deg);
		top: 3vh;
		left: 5vw;
	}

	.subcontents .title_wrapper .title3:hover {
		opacity: 0.5;
	}

	.subcontents .title_wrapper .title4 {
		display: inline-grid;
		align-content: center;
		position: absolute;
		width: 32vw;
		height: 32vw;
		aspect-ratio: 25.2 / 25.2;
		max-width: 32vw;
		max-height: 32vw;
		color: #fff;
		font-size: calc(70 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 1.1em;
		text-align: center;
		border-radius: 50%;
		background-color: #efc556;
		transform: rotate(15deg);
		top: 1vh;
		right: 5vw;
	}

	.subcontents .title_wrapper .title4:hover {
		opacity: 0.5;
	}

	.subcontents .nohover {
		opacity: 1.0 !important;
	}

	.subcontents .title_wrapper .caption1 {
		box-sizing: border-box;
		display: block;
		width: 60%;
		position: absolute;
		top: 6vh;
		left: 35vw;
	}

	.subcontents .title_wrapper .caption1 img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.subcontents .title_wrapper .caption2 {
		box-sizing: border-box;
		display: block;
		width: 55%;
		position: absolute;
		top: 6vh;
		left: 5vw;
	}

	.subcontents .title_wrapper .caption2 img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.subcontents .title_wrapper .caption3 {
		box-sizing: border-box;
		display: block;
		width: 50%;
		position: absolute;
		top: 4vh;
		left: 45vw;
	}

	.subcontents .title_wrapper .caption3 img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.subcontents .title_wrapper .caption3_sub {
		box-sizing: border-box;
		display: block;
		width: 45%;
		position: absolute;
		top: -3rem;
		left: 35%;
	}

	.subcontents .title_wrapper .caption3_sub img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.subcontents .title_wrapper .caption4 {
		box-sizing: border-box;
		display: block;
		width: 50%;
		position: absolute;
		top: 1vh;
		left: 6vw;
	}

	.subcontents .title_wrapper .caption4 img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.subcontents .title_wrapper2 {
		box-sizing: border-box;
		display: block;
		width: 100%;
		max-width: unset;
		position: relative;
		aspect-ratio: 1920 / 3600;
		background-color: #4dd0e7;
	}

	.subcontents .title_wrapper2 .caption5 {
		box-sizing: border-box;
		display: block;
		width: 60%;
		position: absolute;
		top: 6vh;
		left: 0;
		right: 0;
		margin: auto;
	}

	.subcontents .title_wrapper2 .caption5 img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.subcontents .title_wrapper .caption6 {
		box-sizing: border-box;
		display: block;
		width: 70%;
		position: absolute;
		top: 20%;
		left: 0;
		right: 0;
		margin: auto;
	}

	.subcontents .title_wrapper .caption6 img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.subcontents .title_wrapper2 .inner {
		box-sizing: border-box;
		display: grid;
		width: 90%;
		grid-template-columns: auto auto;
		grid-template-rows: auto auto auto;
		grid-column-gap: 1rem;
		grid-row-gap: 1rem;
		position: absolute;
		top: 20vh;
		left: 0;
		right: 0;
		margin: auto;
	}

	.subcontents .inner .item {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.subcontents .inner .item:hover {}

	.subcontents .inner .item:hover img {
		opacity: 0.1;
	}

	.subcontents .inner .item img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.subcontents .inner .item1 {
		background-image: url(../images/top_interview1_on.png);
		background-size: cover;
	}

	.subcontents .inner .item2 {
		background-image: url(../images/top_interview1_on.png);
		background-size: cover;
	}

	.subcontents .inner .item2 {
		background-image: url(../images/top_interview1_on.png);
		background-size: cover;
	}

	.subcontents .inner .item3 {
		background-image: url(../images/top_interview1_on.png);
		background-size: cover;
	}

	.subcontents .inner .item4 {
		background-image: url(../images/top_interview1_on.png);
		background-size: cover;
	}

	.subcontents .inner .item5 {
		background-image: url(../images/top_interview1_on.png);
		background-size: cover;
	}

	.subcontents .inner .item6 {
		background-image: url(../images/top_interview1_on.png);
		background-size: cover;
	}


	.subcontents .entry {
		box-sizing: border-box;
		display: block;
		width: 100%;
		padding-top: 10%;
		padding-bottom: 30vh;
	}

	.subcontents .entry .linklist {
		box-sizing: border-box;
		display: grid;
		grid-template-columns: auto auto auto;
		grid-column-gap: 0.5rem;
		justify-content: space-between;
		width: 90%;
		margin: 0 auto;
	}

	.subcontents .entry .linklist .item {
		box-sizing: border-box;
		display: inline-grid;
		align-content: center;
		width: 30vw;
		height: 30vw;
		color: #fff;
		font-size: calc(54 / var(--width)* 100vw);
		font-weight: 600;
		line-height: 120%;
		text-align: center;
		border-radius: 50%;
	}

	.subcontents .entry .linklist .item:hover {
		opacity: 0.5;
	}

	.subcontents .entry .linklist .item1 {
		background-color: #666666;
	}

	.subcontents .entry .linklist .item2 {
		background-color: #ff8e8e;
	}

	.subcontents .entry .linklist .item3 {
		background-color: #3c9dfd;
	}

	.subcontents .entry .linklist .item4 {
		background-color: #3c9dfd;
	}

	.subcontents .bg {
		display: none;
	}

	.subcontents .bg_m {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.subcontents .bg_m img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}
}




.topbg1 {
	box-sizing: border-box;
	display: block;
	width: 100%;
	position: absolute;
	top: 131.5%;
}

.topbg1 img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}


.top_business {
	box-sizing: border-box;
	display: block;
	width: 100%;
	position: relative;
}

.top_business .wrapper {
	box-sizing: border-box;
	display: block;
	width: 94%;
	position: absolute;
	top: 5%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.top_business .wrapper h2 {
	font-family: "Noto Serif JP", serif;
	font-family: "Noto Sans JP", serif;
	font-size: calc(72 / var(--width) * 100vw);
	font-weight: 800;
	line-height: 100%;
	letter-spacing: 0.5em;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 1em;
}

.top_business .wrapper .contents {
	box-sizing: border-box;
	/*
	display: grid;
	grid-template-columns: auto auto auto auto;
	grid-column-gap: 3rem;
*/
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.top_business .wrapper .contents .item {
	box-sizing: border-box;
	display: block;
	flex: 1;
	margin-right: 1rem;
	position: relative;
	background-color: #ffffff;
}

.top_business .wrapper .contents .item:last-child {
	margin: 0;
}

.top_business .wrapper .contents .item:hover .cover {
	box-sizing: border-box;
	display: block;
	width: 100%;
	opacity: 1;
	transition: 0.8s;
}

.top_business .wrapper .contents .item:hover span {
	background-color: rgba(0, 183, 251, 0.8);
	transition: 0.8s;
}

.top_business .wrapper .contents .item span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: calc(24 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 100%;
	color: #ffffff;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	z-index: 1000000;
	bottom: 2em;
	transition: 1s;
}

.top_business .wrapper .contents .item:nth-child(4n+1) {
	top: 18em;
}

.top_business .wrapper .contents .item:nth-child(4n+2) {
	top: 12em;
}

.top_business .wrapper .contents .item:nth-child(4n+3) {
	top: 6em;
}

.top_business .wrapper .contents .item:nth-child(4n+4) {
	top: 0;
}

.top_business .wrapper .contents .item .bg {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.top_business .wrapper .contents .item .bg img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.top_business .wrapper .contents .item .cover {
	display: none;
	display: block;
	position: absolute;
	z-index: 100000;
	opacity: 0;
	transition: 1s;
}

.top_business .wrapper .contents .item .cover img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.top_business .top_business_bg {
	box-sizing: border-box;
	display: block;
	width: 100%;
	aspect-ratio: 1920 / 1800;
	overflow: hidden;
}

.top_business .top_business_bg img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.top_business .top_business_bg_m {
	display: none;
}

@media screen and (max-width: 767px) {
	.top_business {
		box-sizing: border-box;
		display: block;
		width: 100%;
		position: relative;
		aspect-ratio: 1920 / 4800;
	}

	.top_business .wrapper {
		box-sizing: border-box;
		display: block;
		width: 94%;
		position: absolute;
		top: 5%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.top_business .wrapper h2 {
		font-family: "Noto Serif JP", serif;
		font-family: "Noto Sans JP", serif;
		font-size: calc(72 / var(--width) * 100vw);
		font-weight: 800;
		line-height: 100%;
		letter-spacing: 0.5em;
		color: rgba(255, 255, 255, 0.7);
		margin-bottom: 1em;
	}

	.top_business .wrapper .contents {
		box-sizing: border-box;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		grid-column-gap: 1rem;
		grid-row-gap: 5rem;
		/*
		display:flex;
*/
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.top_business .wrapper .contents .item {
		box-sizing: border-box;
		display: block;
		flex: 1;
		margin: unset;
		width: 100%;
		aspect-ratio: 400 / 800;
		position: relative;
		background-color: #ffffff;
	}

	.top_business .wrapper .contents .item:last-child {
		margin: 0;
	}

	.top_business .wrapper .contents .item:hover .cover {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.top_business .wrapper .contents .item:hover span {
		background-color: rgba(0, 183, 251, 0.8);
		;
	}

	.top_business .wrapper .contents .item span {
		font-family: "Noto Sans JP", sans-serif;
		font-size: calc(54 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 100%;
		color: #ffffff;
		padding-top: 1em;
		padding-bottom: 1em;
		padding-left: 1em;
		padding-right: 1em;
		background-color: rgba(0, 0, 0, 0.6);
		position: absolute;
		z-index: 1000000;
		bottom: 2em;
	}

	.top_business .wrapper .contents .item:nth-child(4n+1) {
		top: 18em;
	}

	.top_business .wrapper .contents .item:nth-child(4n+2) {
		top: 12em;
	}

	.top_business .wrapper .contents .item:nth-child(4n+3) {
		top: 6em;
	}

	.top_business .wrapper .contents .item:nth-child(4n+4) {
		top: 0;
	}

	.top_business .wrapper .contents .item .bg {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.top_business .wrapper .contents .item .bg img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.top_business .wrapper .contents .item .cover {
		display: none;
		position: absolute;
		z-index: 100000;
	}

	.top_business .wrapper .contents .item .cover img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.top_business .top_business_bg {
		display: none;
	}

	.top_business .top_business_bg_m {
		box-sizing: border-box;
		display: block;
		width: 100%;
		overflow: hidden;
	}

	.top_business .top_business_bg_m img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}
}



.sub_business {
	box-sizing: border-box;
	display: block;
	width: 100%;
	position: relative;
}

.sub_business .wrapper {
	box-sizing: border-box;
	display: block;
	width: 80%;
	position: absolute;
	top: 5%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.sub_business .wrapper h2 {
	font-family: "Noto Serif JP", serif;
	font-family: "Noto Sans JP", serif;
	font-size: calc(54 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 100%;
	letter-spacing: 0.2em;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 1em;
}

.sub_business .wrapper .contents {
	box-sizing: border-box;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.sub_business .wrapper .contents .item {
	box-sizing: border-box;
	display: block;
	flex: 1;
	margin-right: 1rem;
	position: relative;
	background-color: #ffffff;
}

.sub_business .wrapper .contents .item:last-child {
	margin: 0;
}

.sub_business .wrapper .contents .item:hover .cover {
	box-sizing: border-box;
	display: block;
	width: 100%;
	opacity: 1;
	transition: 0.8s;
}

.sub_business .wrapper .contents .item:hover span {
	background-color: rgba(0, 183, 251, 0.8);
	transition: 0.8s;
}

.sub_business .wrapper .contents .item span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: calc(24 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 100%;
	color: #ffffff;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	z-index: 1000000;
	bottom: 2em;
	transition: 1s;
}

.sub_business .wrapper .contents .item:nth-child(4n+1) {
	top: 18em;
}

.sub_business .wrapper .contents .item:nth-child(4n+2) {
	top: 12em;
}

.sub_business .wrapper .contents .item:nth-child(4n+3) {
	top: 6em;
}

.sub_business .wrapper .contents .item:nth-child(4n+4) {
	top: 0;
}

.sub_business .wrapper .contents .item .bg {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.sub_business .wrapper .contents .item .bg img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.sub_business .wrapper .contents .item .cover {
	display: none;
	display: block;
	position: absolute;
	z-index: 100000;
	opacity: 0;
	transition: 1s;
}

.sub_business .wrapper .contents .item .cover img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.sub_business .top_business_bg {
	box-sizing: border-box;
	display: block;
	width: 100%;
	aspect-ratio: 1920 / 1500;
	overflow: hidden;
}

.sub_business .top_business_bg img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.sub_business .top_business_bg_m {
	display: none;
}

@media screen and (max-width: 767px) {
	.sub_business {
		box-sizing: border-box;
		display: block;
		width: 100%;
		position: relative;
		aspect-ratio: 1920 / 4800;
	}

	.sub_business .wrapper {
		box-sizing: border-box;
		display: block;
		width: 94%;
		position: absolute;
		top: 5%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.sub_business .wrapper h2 {
		font-family: "Noto Serif JP", serif;
		font-family: "Noto Sans JP", serif;
		font-size: calc(72 / var(--width) * 100vw);
		font-weight: 800;
		line-height: 100%;
		letter-spacing: 0.5em;
		color: rgba(255, 255, 255, 0.7);
		margin-bottom: 1em;
	}

	.sub_business .wrapper .contents {
		box-sizing: border-box;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		grid-column-gap: 1rem;
		grid-row-gap: 5rem;
		/*
		display:flex;
*/
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.sub_business .wrapper .contents .item {
		box-sizing: border-box;
		display: block;
		flex: 1;
		margin: unset;
		width: 100%;
		aspect-ratio: 400 / 800;
		position: relative;
		background-color: #ffffff;
	}

	.sub_business .wrapper .contents .item:last-child {
		margin: 0;
	}

	.sub_business .wrapper .contents .item:hover .cover {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.sub_business .wrapper .contents .item:hover span {
		background-color: rgba(0, 183, 251, 0.8);
		;
	}

	.sub_business .wrapper .contents .item span {
		font-family: "Noto Sans JP", sans-serif;
		font-size: calc(54 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 100%;
		color: #ffffff;
		padding-top: 1em;
		padding-bottom: 1em;
		padding-left: 1em;
		padding-right: 1em;
		background-color: rgba(0, 0, 0, 0.6);
		position: absolute;
		z-index: 1000000;
		bottom: 2em;
	}

	.sub_business .wrapper .contents .item:nth-child(4n+1) {
		top: 18em;
	}

	.sub_business .wrapper .contents .item:nth-child(4n+2) {
		top: 12em;
	}

	.sub_business .wrapper .contents .item:nth-child(4n+3) {
		top: 6em;
	}

	.sub_business .wrapper .contents .item:nth-child(4n+4) {
		top: 0;
	}

	.sub_business .wrapper .contents .item .bg {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.sub_business .wrapper .contents .item .bg img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.sub_business .wrapper .contents .item .cover {
		display: none;
		position: absolute;
		z-index: 100000;
	}

	.sub_business .wrapper .contents .item .cover img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.sub_business .top_business_bg {
		display: none;
	}

	.sub_business .top_business_bg_m {
		box-sizing: border-box;
		display: block;
		width: 100%;
		overflow: hidden;
	}

	.sub_business .top_business_bg_m img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}
}




.pagetitle {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.pagetitle .breadcrumb {
	width: 80%;
	margin: 0 auto;
	padding: 0;
}

.pagetitle .breadcrumb p {
	font-size: 0.8rem;
	font-weight: 400;
	color: #019ACF;
	color: #ffffff;
}

.pagetitle .breadcrumb p.linker {
	display: inline;
}

.pagetitle .breadcrumb p.linker span.arrow {
	padding-left: 1em;
	padding-right: 1em;
	font-weight: normal;
	color: #CCC;
}

.pagetitle .breadcrumb p.linker a {
	font-weight: normal;
	text-decoration: none;
	color: #CCC;
}

.pagetitle .breadcrumb p.linker a:hover {
	color: #019ACF;
	text-decoration: underline;
}

.pagetitle .caption3 {
	box-sizing: border-box;
	display: block;
	width: 50%;
	position: absolute;
	top: 10%;
	left: 38%;
}

.pagetitle .caption3 img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.pagetitle {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.pagetitle .breadcrumb {
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}

	.pagetitle .breadcrumb p {
		font-size: calc(12 / var(--width) * 100vw);
		font-weight: 400;
		color: #019ACF;
		color: #ffffff;
	}

	.pagetitle .breadcrumb p.linker {
		display: inline;
	}

	.pagetitle .breadcrumb p.linker span.arrow {
		padding-left: 1em;
		padding-right: 1em;
		font-weight: normal;
		color: #CCC;
	}

	.pagetitle .breadcrumb p.linker a {
		font-weight: normal;
		text-decoration: none;
		color: #CCC;
	}

	.pagetitle .breadcrumb p.linker a:hover {
		color: #019ACF;
		text-decoration: underline;
	}

	.pagetitle .caption3 {
		box-sizing: border-box;
		display: block;
		width: 50%;
		position: absolute;
		top: 10%;
		left: 38%;
	}

	.pagetitle .caption3 img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}
}

.pagetitlebg {
	background-color: #20c4e1;
}



.pagetopcaption {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding-top: 5rem;
	padding-bottom: 5rem;
	/*
	background-color: #749eb8;
*/
	background-color: #0099cb;
}

.pagetopcaption .inner {
	box-sizing: border-box;
	display: block;
	width: 70%;
	margin: 0 auto;
}

.pagetopcaption .inner h2 {
	font-family: "Noto Serif JP", serif;
	font-size: calc(48 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 0.2em;
	color: #ffffff;
	margin-bottom: 1em;
	text-align: center;
}

.pagetopcaption .inner p {
	font-size: calc(18 / var(--width) * 100vw);
	font-weight: 300;
	line-height: 180%;
	color: #dddddd;
}

.pagetopphoto {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.pagetopphoto .photo {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.pagetopphoto .photo img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.pagetopphoto .photo_m {
	display: none;
}

.ceomessage_wrapper {
	padding-top: 3rem;
	padding-bottom: 3rem;
	padding: 0;
	background-color: #0099cb;
}

.pagetopphoto_ceo {
	box-sizing: border-box;
	display: block;
	width: 100%;
	position: relative;
}

.pagetopphoto_ceo .caption {
	position: absolute;
	display: block;
	width: 40%;
	top: auto;
	bottom: 3em;
	left: auto;
	right: 1em;
	padding-right: 2em;
}

.pagetopphoto_ceo .caption .title {
	box-sizing: border-box;
	display: block;
	font-size: calc(20 / var(--width) * 100vw);
	font-weight: 400;
	line-height: 150%;
	color: #ffffff;
	margin-bottom: 0.5em;
}

.pagetopphoto_ceo .caption .name {
	box-sizing: border-box;
	display: block;
	font-size: calc(48 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 100%;
	color: #ffffff;
	margin-bottom: 0.5em;
}

.pagetopphoto_ceo .caption p {
	box-sizing: border-box;
	display: block;
	font-size: calc(22 / var(--width) * 100vw);
	font-weight: 300;
	line-height: 180%;
	color: #ffffff;
}

.pagetopphoto_ceo .photo {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.pagetopphoto_ceo .photo img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.pagetopphoto_ceo .photo_m {
	display: none;
}

.pagetopphoto_recruit {
	box-sizing: border-box;
	display: block;
	width: 100%;
	position: relative;
}

.pagetopphoto_recruit .caption {
	position: absolute;
	display: block;
	width: 45%;
	top: auto;
	bottom: 5em;
	left: auto;
	right: 1em;
	padding-right: 2em;
}

.pagetopphoto_recruit .caption .title {
	box-sizing: border-box;
	display: block;
	font-size: calc(32 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 150%;
	margin-bottom: 1em;
}

.pagetopphoto_recruit .caption p {
	box-sizing: border-box;
	display: block;
	font-size: calc(20 / var(--width) * 100vw);
	font-weight: 400;
	line-height: 180%;
}

.pagetopphoto_recruit .photo {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.pagetopphoto_recruit .photo img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.pagetopphoto_recruit .photo_m {
	display: none;
}

@media screen and (max-width: 767px) {
	.pagetopcaption {
		box-sizing: border-box;
		display: block;
		width: 100%;
		padding-top: 2rem;
		padding-bottom: 2rem;
		background-color: #0099cb;
	}

	.pagetopcaption .inner {
		box-sizing: border-box;
		display: block;
		width: 90%;
		margin: 0 auto;
	}

	.pagetopcaption .inner h2 {
		font-family: "Noto Serif JP", serif;
		font-size: calc(84 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 140%;
		letter-spacing: 0.2em;
		color: #ffffff;
		margin-bottom: 1em;
		text-align: center;
	}

	.pagetopcaption .inner p {
		font-size: calc(48 / var(--width) * 100vw);
		font-weight: 300;
		line-height: 180%;
		color: #dddddd;
	}

	.pagetopphoto {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.pagetopphoto .photo {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.pagetopphoto .photo img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.pagetopphoto .photo {
		display: none;
	}

	.pagetopphoto .photo_m {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.pagetopphoto .photo_m img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.ceomessage_wrapper {
		padding-top: 3rem;
		padding-bottom: 3rem;
		padding: 0;
		background-color: #0099cb;
	}

	.pagetopphoto_ceo {
		box-sizing: border-box;
		display: block;
		width: 100%;
		position: relative;
	}

	.pagetopphoto_ceo .caption {
		position: absolute;
		display: block;
		width: 40%;
		top: auto;
		bottom: 6em;
		left: auto;
		right: 1em;
		padding-right: 2em;
	}

	.pagetopphoto_ceo .caption .title {
		box-sizing: border-box;
		display: block;
		font-size: calc(20 / var(--width) * 100vw);
		font-weight: 400;
		line-height: 150%;
		color: #ffffff;
		margin-bottom: 0.5em;
	}

	.pagetopphoto_ceo .caption .name {
		box-sizing: border-box;
		display: block;
		font-size: calc(48 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 100%;
		color: #ffffff;
		margin-bottom: 0.5em;
	}

	.pagetopphoto_ceo .caption p {
		box-sizing: border-box;
		display: block;
		font-size: calc(32 / var(--width) * 100vw);
		font-weight: 300;
		line-height: 180%;
		color: #ffffff;
	}

	.pagetopphoto_ceo .photo {
		display: none;
	}

	.pagetopphoto_ceo .photo_m {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.pagetopphoto_ceo .photo_m img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.pagetopphoto_recruit {
		box-sizing: border-box;
		display: block;
		width: 100%;
		position: relative;
	}

	.pagetopphoto_recruit .caption {
		position: relative;
		display: block;
		width: 100%;
		padding: 5em;
		padding-top: 10em;
		padding-bottom: 10em;
	}

	.pagetopphoto_recruit .caption .title {
		box-sizing: border-box;
		display: block;
		font-size: calc(72 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 150%;
		color: #ffffff;
		margin-bottom: 1em;
	}

	.pagetopphoto_recruit .caption p {
		box-sizing: border-box;
		display: block;
		font-size: calc(48 / var(--width) * 100vw);
		font-weight: 300;
		line-height: 160%;
		color: #ffffff;
	}

	.pagetopphoto_recruit .photo {
		display: none;
	}

	.pagetopphoto_recruit .photo_m {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.pagetopphoto_recruit .photo_m img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}
}

.pagewrapper {
	box-sizing: border-box;
	display: block;
	padding-top: 5rem;
	padding-bottom: 10rem;
	border-left: 2rem solid #ffffff;
	border-right: 2rem solid #ffffff;
	background-color: #edede8;
}

@media screen and (max-width: 767px) {
	.pagewrapper {
		box-sizing: border-box;
		display: block;
		padding-top: 2rem;
		padding-bottom: 2rem;
		border: none;
		background-color: #edede8;
	}
}


.cabinet_left {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 35% auto;
	grid-column-gap: 3rem;
	width: 85%;
	margin: 0 auto;
	margin-left: 15%;
	margin-bottom: 6rem;
}

.cabinet_left .left_column {
	box-sizing: border-box;
	display: block;
	width: 100%;
	order: 1;
}

.cabinet_left .left_column h2 {
	font-family: 'Lato', sans-serif;
	font-size: calc(48 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 100%;
	margin-bottom: 0.2em;
}

.cabinet_left .left_column h3 {
	font-size: calc(18 / var(--width) * 100vw);
	font-weight: 600;
	color: #019ACF;
	line-height: 100%;
	margin-bottom: 2rem;
}

.cabinet_left .left_column p {
	font-size: calc(16 / var(--width) * 100vw);
	font-weight: 300;
	line-height: 180%;
	margin-bottom: 2rem;
}

.cabinet_left .left_column .link {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.cabinet_left .left_column .link a {
	box-sizing: border-box;
	display: block;
	padding-left: 1em;
	width: 100%;
	position: relative;
	vertical-align: middle;
	text-decoration: none;
	font-size: calc(16 / var(--width) * 100vw);
	font-weight: 500;
	line-height: 100%;
	border-top: #cccccc solid 1px;
	padding-top: 1em;
	margin-bottom: 3em;
}

.cabinet_left .left_column .link a::after {
	position: absolute;
	top: 1em;
	bottom: 0;
	right: 1em;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 0.4em;
	height: 0.4em;
	border-top: 1px solid #019ACF;
	border-right: 1px solid #019ACF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cabinet_left .left_column .link_arrow {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.cabinet_left .left_column .link_arrow a {
	box-sizing: border-box;
	display: block;
	padding-left: 1em;
	width: 100%;
	position: relative;
	vertical-align: middle;
	text-decoration: none;
	font-size: calc(16 / var(--width) * 100vw);
	font-weight: 500;
	line-height: 100%;
	border-top: #cccccc solid 1px;
	padding-top: 1em;
	margin-bottom: 3em;
}

.cabinet_left .left_column .link_arrow a::after {
	position: absolute;
	top: 1em;
	bottom: 0;
	right: 1em;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 0.4em;
	height: 0.4em;
	border-top: 1px solid #019ACF;
	border-right: 1px solid #019ACF;
	border-right: 4px solid #019ACF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cabinet_left .right_column {
	box-sizing: border-box;
	display: block;
	width: 100%;
	order: 2;
}

.cabinet_left .right_column .photo {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.cabinet_left .right_column .photo img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.cabinet_left .right_column .photo_m {
	display: none;
}

@media screen and (max-width: 767px) {
	.cabinet_left {
		box-sizing: border-box;
		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 0;
		grid-row-gap: 1rem;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 5rem;
	}

	.cabinet_left .left_column {
		box-sizing: border-box;
		display: block;
		width: 100%;
		order: 1;
	}

	.cabinet_left .left_column h2 {
		font-family: 'Lato', sans-serif;
		font-size: calc(96 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 100%;
		margin-bottom: 0.2em;
	}

	.cabinet_left .left_column h3 {
		font-size: calc(48 / var(--width) * 100vw);
		font-weight: 600;
		color: #019ACF;
		line-height: 100%;
		margin-bottom: 2rem;
	}

	.cabinet_left .left_column p {
		font-size: calc(48 / var(--width) * 100vw);
		font-weight: 300;
		line-height: 180%;
		margin-bottom: 2rem;
	}

	.cabinet_left .left_column .link {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.cabinet_left .left_column .link a {
		box-sizing: border-box;
		display: block;
		padding-left: 1em;
		width: 100%;
		position: relative;
		vertical-align: middle;
		text-decoration: none;
		font-size: calc(48 / var(--width) * 100vw);
		font-weight: 500;
		line-height: 100%;
		border-top: #cccccc solid 1px;
		padding-top: 1em;
		margin-bottom: 3em;
	}

	.cabinet_left .left_column .link a::after {
		position: absolute;
		top: 1em;
		bottom: 0;
		right: 1em;
		margin: auto;
		content: "";
		vertical-align: middle;
		width: 0.4em;
		/* arrow size */
		height: 0.4em;
		/* arrow size */
		border-top: 2px solid #019ACF;
		/* thickness, color */
		border-right: 2px solid #019ACF;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.cabinet_left .right_column {
		box-sizing: border-box;
		display: block;
		width: 100%;
		order: 2;
	}

	.cabinet_left .right_column .photo {
		display: none;
	}

	.cabinet_left .right_column .photo_m {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.cabinet_left .right_column .photo_m img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}
}


.cabinet_right {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: auto 35%;
	grid-column-gap: 3rem;
	width: 85%;
	margin: 0 auto;
	margin-right: 15%;
	margin-bottom: 6rem;
}

.cabinet_right .right_column {
	box-sizing: border-box;
	display: block;
	width: 100%;
	order: 2;
}

.cabinet_right .right_column h2 {
	font-family: 'Lato', sans-serif;
	font-size: calc(48 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 100%;
	margin-bottom: 0.2em;
}

.cabinet_right .right_column h3 {
	font-size: calc(18 / var(--width) * 100vw);
	font-weight: 600;
	color: #019ACF;
	line-height: 100%;
	margin-bottom: 2rem;
}

.cabinet_right .right_column p {
	font-size: calc(16 / var(--width) * 100vw);
	font-weight: 300;
	line-height: 180%;
	margin-bottom: 2rem;
}

.cabinet_right .right_column .link {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.cabinet_right .right_column .link a {
	box-sizing: border-box;
	display: block;
	padding-left: 1em;
	width: 100%;
	position: relative;
	vertical-align: middle;
	text-decoration: none;
	font-size: calc(16 / var(--width) * 100vw);
	font-weight: 500;
	line-height: 100%;
	border-top: #cccccc solid 1px;
	padding-top: 1em;
	margin-bottom: 3em;
}

.cabinet_right .right_column .link a::after {
	position: absolute;
	top: 1em;
	bottom: 0;
	right: 1em;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 0.4em;
	height: 0.4em;
	border-top: 1px solid #019ACF;
	border-right: 1px solid #019ACF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cabinet_right .right_column .link_arrow {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.cabinet_right .right_column .link_arrow a {
	box-sizing: border-box;
	display: block;
	padding-left: 1em;
	width: 100%;
	position: relative;
	vertical-align: middle;
	text-decoration: none;
	font-size: calc(16 / var(--width) * 100vw);
	font-weight: 500;
	line-height: 100%;
	border-top: #cccccc solid 1px;
	padding-top: 1em;
	margin-bottom: 3em;
}

.cabinet_right .right_column .link_arrow a::after {
	position: absolute;
	top: 1em;
	bottom: 0;
	right: 1em;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 0.4em;
	height: 0.4em;
	border-top: 1px solid #019ACF;
	border-right: 1px solid #019ACF;
	border-right: 4px solid #019ACF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cabinet_right .left_column {
	box-sizing: border-box;
	display: block;
	width: 100%;
	order: 1;
}

.cabinet_right .left_column .photo {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.cabinet_right .left_column .photo img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.cabinet_right .left_column .photo_m {
	display: none;
}

@media screen and (max-width: 767px) {
	.cabinet_right {
		box-sizing: border-box;
		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 0;
		grid-row-gap: 1rem;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 5rem;
	}

	.cabinet_right .right_column {
		box-sizing: border-box;
		display: block;
		width: 100%;
		order: 1;
	}

	.cabinet_right .right_column h2 {
		font-family: 'Lato', sans-serif;
		font-size: calc(96 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 100%;
		margin-bottom: 0.2em;
	}

	.cabinet_right .right_column h3 {
		font-size: calc(48 / var(--width) * 100vw);
		font-weight: 600;
		color: #019ACF;
		line-height: 100%;
		margin-bottom: 2rem;
	}

	.cabinet_right .right_column p {
		font-size: calc(48 / var(--width) * 100vw);
		font-weight: 300;
		line-height: 180%;
		margin-bottom: 2rem;
	}

	.cabinet_right .right_column .link {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.cabinet_right .right_column .link a {
		box-sizing: border-box;
		display: block;
		padding-left: 1em;
		width: 100%;
		position: relative;
		vertical-align: middle;
		text-decoration: none;
		font-size: calc(48 / var(--width) * 100vw);
		font-weight: 500;
		line-height: 100%;
		border-top: #cccccc solid 1px;
		padding-top: 1em;
		margin-bottom: 3em;
	}

	.cabinet_right .right_column .link a::after {
		position: absolute;
		top: 1em;
		bottom: 0;
		right: 1em;
		margin: auto;
		content: "";
		vertical-align: middle;
		width: 0.4em;
		/* arrow size */
		height: 0.4em;
		/* arrow size */
		border-top: 2px solid #019ACF;
		/* thickness, color */
		border-right: 2px solid #019ACF;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.cabinet_right .left_column {
		box-sizing: border-box;
		display: block;
		width: 100%;
		order: 2;
	}

	.cabinet_right .left_column .photo {
		display: none;
	}

	.cabinet_right .left_column .photo_m {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.cabinet_right .left_column .photo_m img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}
}


.interview_wrapper_right {
	box-sizing: border-box;
	display: block;
	width: 100%;
	margin-bottom: 10rem;
}

.interview_wrapper_right .interview_title {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding-top: 0.5rem;
	padding-bottom: 2rem;
	padding-left: 10%;
	padding-right: 10%;
	background-color: #333333;
}

.interview_wrapper_right .interview_title h1 {
	box-sizing: border-box;
	display: block;
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-size: calc(24 / var(--width) * 100vw);
	font-weight: 800;
	line-height: 100%;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 4rem;
}

.interview_wrapper_right .interview_title .line1 {
	box-sizing: border-box;
	display: block;
	width: 100%;
	font-family: "Noto Serif JP", serif;
	font-size: calc(50 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 100%;
	color: rgba(255, 255, 255, 0.3);
	margin-bottom: 0.5rem;
}

.interview_wrapper_right .interview_title .line2 {
	box-sizing: border-box;
	display: block;
	width: 100%;
	font-family: "Noto Serif JP", serif;
	font-size: calc(140 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 100%;
	color: rgba(255, 255, 255, 1.0);
	margin-bottom: 1rem;
}

.interview_wrapper_right .interview_title .line3 {
	box-sizing: border-box;
	display: block;
	width: 100%;
	font-family: "Noto Serif JP", serif;
	font-size: calc(50 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 100%;
	color: rgba(255, 255, 255, 0.3);
}

.interview_wrapper_right .portrait {
	box-sizing: border-box;
	display: block;
	width: 100%;
	position: relative;
}

.interview_wrapper_right .portrait .nameplate {
	box-sizing: border-box;
	display: block;
	width: 35%;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
	padding-left: 2em;
	position: absolute;
	bottom: 20%;
	right: 0;
	background-color: rgba(51, 51, 51, 0.7);
}

.interview_wrapper_right .portrait .nameplate .division {
	box-sizing: border-box;
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: calc(24 / var(--width) * 100vw);
	font-weight: 400;
	line-height: 100%;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 0.5em;
}

.interview_wrapper_right .portrait .nameplate .name {
	box-sizing: border-box;
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: calc(40 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 100%;
	color: rgba(255, 255, 255, 1.0);
	margin-bottom: 0.5em;
}

.interview_wrapper_right .portrait .nameplate .name .jp {
	font-family: "Noto Serif JP", serif;
	font-size: calc(40 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 100%;
	color: rgba(255, 255, 255, 1.0);
}

.interview_wrapper_right .portrait .nameplate .name .en {
	font-family: 'Lato', sans-serif;
	font-size: calc(20 / var(--width) * 100vw);
	font-weight: 300;
	line-height: 100%;
	color: rgba(255, 255, 255, 0.6);
	margin-left: 1em;
}

.interview_wrapper_right .portrait .nameplate .year {
	box-sizing: border-box;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: calc(16 / var(--width) * 100vw);
	font-weight: 300;
	line-height: 100%;
	color: rgba(255, 255, 255, 0.6);
}

.interview_wrapper_right .portrait .photo {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.interview_wrapper_right .portrait .photo img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.interview_wrapper_right .profile {
	box-sizing: border-box;
	display: block;
	width: 100%;
	position: relative;
}

.interview_wrapper_right .profile .nameplate {
	box-sizing: border-box;
	display: block;
	width: 40%;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
	padding-left: 2em;
	position: absolute;
	bottom: 20%;
	right: 0;
	background-color: rgba(51, 51, 51, 0.7);
}

.interview_wrapper_right .profile .nameplate .division {
	box-sizing: border-box;
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: calc(24 / var(--width) * 100vw);
	font-weight: 400;
	line-height: 100%;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 0.5em;
}

.interview_wrapper_right .profile .nameplate .name {
	box-sizing: border-box;
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: calc(40 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 100%;
	color: rgba(255, 255, 255, 1.0);
	margin-bottom: 0.5em;
}

.interview_wrapper_right .profile .nameplate .name .jp {
	font-family: "Noto Serif JP", serif;
	font-size: calc(40 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 100%;
	color: rgba(255, 255, 255, 1.0);
}

.interview_wrapper_right .profile .nameplate .name .en {
	font-family: 'Lato', sans-serif;
	font-size: calc(20 / var(--width) * 100vw);
	font-weight: 300;
	line-height: 100%;
	color: rgba(255, 255, 255, 0.6);
	margin-left: 1em;
}

.interview_wrapper_right .profile .nameplate .year {
	box-sizing: border-box;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: calc(16 / var(--width) * 100vw);
	font-weight: 300;
	line-height: 100%;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 2em;
}

.interview_wrapper_right .profile .nameplate p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: calc(18 / var(--width) * 100vw);
	font-weight: 300;
	line-height: 160%;
	color: rgba(255, 255, 255, 1.0);
}

.interview_wrapper_right .profile .photo {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.interview_wrapper_right .profile .photo img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.interview_wrapper_right .profile_article {
	box-sizing: border-box;
	display: block;
	width: 100%;
	position: relative;
}

.interview_wrapper_right .profile_article .nameplate {
	box-sizing: border-box;
	display: block;
	width: 40%;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
	padding-right: 2em;
	position: absolute;
	bottom: 20%;
	/*	right: 0;
	left: 0;*/
	background-color: rgba(51, 51, 51, 0.7);
}

#nameplate_left {
	left: 0;
}

#nameplate_right {
	right: 0;
}

.interview_wrapper_right .profile_article .nameplate .division {
	box-sizing: border-box;
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: calc(24 / var(--width) * 100vw);
	font-weight: 400;
	line-height: 100%;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 0.5em;
}

.interview_wrapper_right .profile_article .nameplate .name {
	box-sizing: border-box;
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: calc(40 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 100%;
	color: rgba(255, 255, 255, 1.0);
	margin-bottom: 0.5em;
}

.interview_wrapper_right .profile_article .nameplate .name .jp {
	font-family: "Noto Serif JP", serif;
	font-size: calc(40 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 100%;
	color: rgba(255, 255, 255, 1.0);
}

.interview_wrapper_right .profile_article .nameplate .name .en {
	font-family: 'Lato', sans-serif;
	font-size: calc(20 / var(--width) * 100vw);
	font-weight: 300;
	line-height: 100%;
	color: rgba(255, 255, 255, 0.6);
	margin-left: 1em;
}

.interview_wrapper_right .profile_article .nameplate .year {
	box-sizing: border-box;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: calc(16 / var(--width) * 100vw);
	font-weight: 300;
	line-height: 100%;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 2em;
}

.interview_wrapper_right .profile_article .nameplate p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: calc(18 / var(--width) * 100vw);
	font-weight: 300;
	line-height: 160%;
	color: rgba(255, 255, 255, 1.0);
}

.interview_wrapper_right .profile_article .photo {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.interview_wrapper_right .profile_article .photo img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.interview_wrapper_left {
	box-sizing: border-box;
	display: block;
	width: 100%;
	margin-bottom: 10rem;
}

.interview_wrapper_left .interview_title {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	padding-left: 10%;
	padding-right: 10%;
	background-color: #333333;
}

.interview_wrapper_left .interview_title .line1 {
	box-sizing: border-box;
	display: block;
	width: 100%;
	font-family: "Noto Serif JP", serif;
	font-size: calc(50 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 100%;
	color: rgba(255, 255, 255, 0.3);
	text-align: right;
	margin-bottom: 0.5rem;
}

.interview_wrapper_left .interview_title .line2 {
	box-sizing: border-box;
	display: block;
	width: 100%;
	font-family: "Noto Serif JP", serif;
	font-size: calc(140 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 100%;
	color: rgba(255, 255, 255, 1.0);
	text-align: right;
	margin-bottom: 1rem;
}

.interview_wrapper_left .interview_title .line3 {
	box-sizing: border-box;
	display: block;
	width: 100%;
	font-family: "Noto Serif JP", serif;
	font-size: calc(50 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 100%;
	color: rgba(255, 255, 255, 0.3);
	text-align: right;
}

.interview_wrapper_left .portrait {
	box-sizing: border-box;
	display: block;
	width: 100%;
	position: relative;
}

.interview_wrapper_left .portrait .nameplate {
	box-sizing: border-box;
	display: block;
	width: 35%;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
	padding-left: 2em;
	position: absolute;
	bottom: 20%;
	left: 0;
	background-color: rgba(51, 51, 51, 0.7);
}

.interview_wrapper_left .portrait .nameplate .division {
	box-sizing: border-box;
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: calc(24 / var(--width) * 100vw);
	font-weight: 400;
	line-height: 100%;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 0.5em;
}

.interview_wrapper_left .portrait .nameplate .name {
	box-sizing: border-box;
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: calc(40 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 100%;
	color: rgba(255, 255, 255, 1.0);
	margin-bottom: 0.5em;
}

.interview_wrapper_left .portrait .nameplate .name .jp {
	font-family: "Noto Serif JP", serif;
	font-size: calc(40 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 100%;
	color: rgba(255, 255, 255, 1.0);
}

.interview_wrapper_left .portrait .nameplate .name .en {
	font-family: 'Lato', sans-serif;
	font-size: calc(20 / var(--width) * 100vw);
	font-weight: 300;
	line-height: 100%;
	color: rgba(255, 255, 255, 0.6);
	margin-left: 1em;
}

.interview_wrapper_left .portrait .nameplate .year {
	box-sizing: border-box;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: calc(16 / var(--width) * 100vw);
	font-weight: 300;
	line-height: 100%;
	color: rgba(255, 255, 255, 0.6);
}

.interview_wrapper_left .portrait .photo {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.interview_wrapper_left .portrait .photo img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.interview_wrapper_right {
		box-sizing: border-box;
		display: block;
		width: 100%;
		margin-bottom: 5vh;
	}

	.interview_wrapper_right .interview_title {
		box-sizing: border-box;
		display: block;
		width: 100%;
		padding-top: 1rem;
		padding-bottom: 1rem;
		padding-left: 10%;
		padding-right: 10%;
		background-color: #333333;
	}

	.interview_wrapper_right .interview_title h1 {
		box-sizing: border-box;
		display: block;
		width: 100%;
		font-family: "Noto Sans JP", sans-serif;
		font-size: calc(24 / var(--width) * 100vw);
		font-weight: 800;
		line-height: 100%;
		color: rgba(255, 255, 255, 0.8);
		margin-bottom: 1.5rem;
	}

	.interview_wrapper_right .interview_title .line1 {
		box-sizing: border-box;
		display: block;
		width: 100%;
		font-family: "Noto Serif JP", serif;
		font-size: calc(50 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 100%;
		color: rgba(255, 255, 255, 0.3);
		margin-bottom: 0.5rem;
	}

	.interview_wrapper_right .interview_title .line2 {
		box-sizing: border-box;
		display: block;
		width: 100%;
		font-family: "Noto Serif JP", serif;
		font-size: calc(140 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 100%;
		color: rgba(255, 255, 255, 1.0);
		margin-bottom: 1rem;
	}

	.interview_wrapper_right .interview_title .line3 {
		box-sizing: border-box;
		display: block;
		width: 100%;
		font-family: "Noto Serif JP", serif;
		font-size: calc(50 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 100%;
		color: rgba(255, 255, 255, 0.3);
	}

	.interview_wrapper_right .portrait {
		box-sizing: border-box;
		display: block;
		width: 100%;
		position: relative;
	}

	.interview_wrapper_right .portrait .nameplate {
		box-sizing: border-box;
		display: block;
		width: 50%;
		padding-top: 2em;
		padding-bottom: 2em;
		padding-left: 4em;
		padding-right: 2em;
		position: absolute;
		bottom: 20%;
		right: 0;
		background-color: rgba(51, 51, 51, 0.7);
	}

	.interview_wrapper_right .portrait .nameplate .division {
		box-sizing: border-box;
		display: block;
		font-family: "Noto Serif JP", serif;
		font-size: calc(32 / var(--width) * 100vw);
		font-weight: 400;
		line-height: 100%;
		color: rgba(255, 255, 255, 0.6);
		margin-bottom: 1em;
	}

	.interview_wrapper_right .portrait .nameplate .name {
		box-sizing: border-box;
		display: block;
		font-family: "Noto Serif JP", serif;
		font-size: calc(56 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 100%;
		color: rgba(255, 255, 255, 1.0);
		margin-bottom: 1em;
	}

	.interview_wrapper_right .portrait .nameplate .name .jp {
		font-family: "Noto Serif JP", serif;
		font-size: calc(56 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 100%;
		color: rgba(255, 255, 255, 1.0);
	}

	.interview_wrapper_right .portrait .nameplate .name .en {
		font-family: 'Lato', sans-serif;
		font-size: calc(32 / var(--width) * 100vw);
		font-weight: 300;
		line-height: 100%;
		color: rgba(255, 255, 255, 0.6);
		margin-left: 1em;
	}

	.interview_wrapper_right .portrait .nameplate .year {
		box-sizing: border-box;
		display: block;
		font-family: "Noto Sans JP", sans-serif;
		font-size: calc(24 / var(--width) * 100vw);
		font-weight: 300;
		line-height: 100%;
		color: rgba(255, 255, 255, 0.6);
	}

	.interview_wrapper_right .portrait .photo {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.interview_wrapper_right .portrait .photo img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.interview_wrapper_right .profile {
		box-sizing: border-box;
		display: block;
		width: 100%;
		position: relative;
	}

	.interview_wrapper_right .profile .nameplate {
		box-sizing: border-box;
		display: block;
		width: 40%;
		padding-top: 2em;
		padding-bottom: 2em;
		padding-left: 2em;
		padding-left: 2em;
		position: absolute;
		bottom: 4vh;
		right: 0;
		background-color: rgba(51, 51, 51, 0.7);
	}

	.interview_wrapper_right .profile .nameplate .division {
		box-sizing: border-box;
		display: block;
		font-family: "Noto Serif JP", serif;
		font-size: calc(24 / var(--width) * 100vw);
		font-weight: 400;
		line-height: 100%;
		color: rgba(255, 255, 255, 0.6);
		margin-bottom: 0.5em;
	}

	.interview_wrapper_right .profile .nameplate .name {
		box-sizing: border-box;
		display: block;
		font-family: "Noto Serif JP", serif;
		font-size: calc(40 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 100%;
		color: rgba(255, 255, 255, 1.0);
		margin-bottom: 0.5em;
	}

	.interview_wrapper_right .profile .nameplate .name .jp {
		font-family: "Noto Serif JP", serif;
		font-size: calc(40 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 100%;
		color: rgba(255, 255, 255, 1.0);
	}

	.interview_wrapper_right .profile .nameplate .name .en {
		font-family: 'Lato', sans-serif;
		font-size: calc(20 / var(--width) * 100vw);
		font-weight: 300;
		line-height: 100%;
		color: rgba(255, 255, 255, 0.6);
		margin-left: 1em;
	}

	.interview_wrapper_right .profile .nameplate .year {
		box-sizing: border-box;
		display: block;
		font-family: "Noto Sans JP", sans-serif;
		font-size: calc(16 / var(--width) * 100vw);
		font-weight: 300;
		line-height: 100%;
		color: rgba(255, 255, 255, 0.6);
		margin-bottom: 2em;
	}

	.interview_wrapper_right .profile .nameplate p {
		font-family: "Noto Sans JP", sans-serif;
		font-size: calc(18 / var(--width) * 100vw);
		font-weight: 300;
		line-height: 160%;
		color: rgba(255, 255, 255, 1.0);
	}

	.interview_wrapper_right .profile .photo {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.interview_wrapper_right .profile .photo img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.interview_wrapper_right .profile_article {
		box-sizing: border-box;
		display: block;
		width: 100%;
		position: relative;
	}

	.interview_wrapper_right .profile_article .nameplate {
		box-sizing: border-box;
		display: block;
		width: 100%;
		padding-top: 4em;
		padding-bottom: 4em;
		padding-left: 5%;
		padding-right: 5%;
		position: relative;
		background-color: rgba(51, 51, 51, 0.7);
	}

	.interview_wrapper_right .profile_article .nameplate .division {
		box-sizing: border-box;
		display: block;
		font-family: "Noto Serif JP", serif;
		font-size: calc(32 / var(--width) * 100vw);
		font-weight: 400;
		line-height: 100%;
		color: rgba(255, 255, 255, 0.6);
		margin-bottom: 1em;
	}

	.interview_wrapper_right .profile_article .nameplate .name {
		box-sizing: border-box;
		display: block;
		font-family: "Noto Serif JP", serif;
		font-size: calc(64 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 100%;
		color: rgba(255, 255, 255, 1.0);
		margin-bottom: 1em;
	}

	.interview_wrapper_right .profile_article .nameplate .name .jp {
		font-family: "Noto Serif JP", serif;
		font-size: calc(40 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 100%;
		color: rgba(255, 255, 255, 1.0);
	}

	.interview_wrapper_right .profile_article .nameplate .name .en {
		font-family: 'Lato', sans-serif;
		font-size: calc(32 / var(--width) * 100vw);
		font-weight: 300;
		line-height: 100%;
		color: rgba(255, 255, 255, 0.6);
		margin-left: 1em;
	}

	.interview_wrapper_right .profile_article .nameplate .year {
		box-sizing: border-box;
		display: block;
		font-family: "Noto Sans JP", sans-serif;
		font-size: calc(24 / var(--width) * 100vw);
		font-weight: 300;
		line-height: 100%;
		color: rgba(255, 255, 255, 0.6);
		margin-bottom: 2em;
	}

	.interview_wrapper_right .profile_article .nameplate p {
		font-family: "Noto Sans JP", sans-serif;
		font-size: calc(48 / var(--width) * 100vw);
		font-weight: 300;
		line-height: 160%;
		color: rgba(255, 255, 255, 1.0);
	}

	.interview_wrapper_right .profile_article .photo {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.interview_wrapper_right .profile_article .photo img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.interview_wrapper_left {
		box-sizing: border-box;
		display: block;
		width: 100%;
		margin-bottom: 5vh;
	}

	.interview_wrapper_left .interview_title {
		box-sizing: border-box;
		display: block;
		width: 100%;
		padding-top: 1rem;
		padding-bottom: 1rem;
		padding-left: 10%;
		padding-right: 10%;
		background-color: #333333;
	}

	.interview_wrapper_left .interview_title .line1 {
		box-sizing: border-box;
		display: block;
		width: 100%;
		font-family: "Noto Serif JP", serif;
		font-size: calc(50 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 100%;
		color: rgba(255, 255, 255, 0.3);
		text-align: left;
		margin-bottom: 0.5rem;
	}

	.interview_wrapper_left .interview_title .line2 {
		box-sizing: border-box;
		display: block;
		width: 100%;
		font-family: "Noto Serif JP", serif;
		font-size: calc(140 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 100%;
		color: rgba(255, 255, 255, 1.0);
		text-align: left;
		margin-bottom: 1rem;
	}

	.interview_wrapper_left .interview_title .line3 {
		box-sizing: border-box;
		display: block;
		width: 100%;
		font-family: "Noto Serif JP", serif;
		font-size: calc(50 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 100%;
		color: rgba(255, 255, 255, 0.3);
		text-align: left;
	}

	.interview_wrapper_left .portrait {
		box-sizing: border-box;
		display: block;
		width: 100%;
		position: relative;
	}

	.interview_wrapper_left .portrait .nameplate {
		box-sizing: border-box;
		display: block;
		width: 50%;
		padding-top: 2em;
		padding-bottom: 2em;
		padding-left: 4em;
		padding-right: 2em;
		position: absolute;
		bottom: 4vh;
		left: 0;
		background-color: rgba(51, 51, 51, 0.7);
	}

	.interview_wrapper_left .portrait .nameplate .division {
		box-sizing: border-box;
		display: block;
		font-family: "Noto Serif JP", serif;
		font-size: calc(32 / var(--width) * 100vw);
		font-weight: 400;
		line-height: 100%;
		color: rgba(255, 255, 255, 0.6);
		margin-bottom: 1em;
	}

	.interview_wrapper_left .portrait .nameplate .name {
		box-sizing: border-box;
		display: block;
		font-family: "Noto Serif JP", serif;
		font-size: calc(56 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 100%;
		color: rgba(255, 255, 255, 1.0);
		margin-bottom: 1em;
	}

	.interview_wrapper_left .portrait .nameplate .name .jp {
		font-family: "Noto Serif JP", serif;
		font-size: calc(56 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 100%;
		color: rgba(255, 255, 255, 1.0);
	}

	.interview_wrapper_left .portrait .nameplate .name .en {
		font-family: 'Lato', sans-serif;
		font-size: calc(32 / var(--width) * 100vw);
		font-weight: 300;
		line-height: 100%;
		color: rgba(255, 255, 255, 0.6);
		margin-left: 1em;
	}

	.interview_wrapper_left .portrait .nameplate .year {
		box-sizing: border-box;
		display: block;
		font-family: "Noto Sans JP", sans-serif;
		font-size: calc(24 / var(--width) * 100vw);
		font-weight: 300;
		line-height: 100%;
		color: rgba(255, 255, 255, 0.6);
	}

	.interview_wrapper_left .portrait .photo {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.interview_wrapper_left .portrait .photo img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}
}



.interview_article_wrapper {
	box-sizing: border-box;
	display: block;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.6);
	border-left: 2rem solid #ffffff;
	border-right: 2rem solid #ffffff;
	padding-top: 5rem;
}

.interview_article_wrapper:last-child {
	padding-bottom: 10rem;
}

.interview_article_wrapper .article {
	box-sizing: border-box;
	display: block;
	width: 70%;
	margin: 0 auto;
	margin-bottom: 3rem;
}

.interview_article_wrapper .article .question {
	box-sizing: border-box;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.interview_article_wrapper .article .question .q {
	box-sizing: border-box;
	position: relative;
	padding-left: 5em
}

.interview_article_wrapper .article .question .q::before {
	content: "";
	position: absolute;
	top: 18px;
	left: 0;
	width: 50px;
	height: 1px;
	background: #8a121b;
}

.interview_article_wrapper .article .question .q span {
	font-size: calc(24 / var(--width) * 100vw);
	font-weight: 800;
	line-height: 160%;
	color: #8a121b;
}

.interview_article_wrapper .article .q p {
	font-size: calc(24 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 180%;
	color: #0099cb;
	color: #333333;
}

.interview_article_wrapper .article .a {
	font-size: calc(18 / var(--width) * 100vw);
	font-weight: 300;
	line-height: 180%;
}

.interview_article_wrapper .photo {
	box-sizing: border-box;
	display: block;
	width: 70%;
	margin: 0 auto;
}

.interview_article_wrapper .photo img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.interview_article_wrapper {
		box-sizing: border-box;
		display: block;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.6);
		border: none;
		padding-top: 2rem;
	}

	.interview_article_wrapper:last-child {
		padding-bottom: 2rem;
	}

	.interview_article_wrapper .article {
		box-sizing: border-box;
		display: block;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 3rem;
	}

	.interview_article_wrapper .article .question {
		box-sizing: border-box;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.interview_article_wrapper .article .question .q {
		box-sizing: border-box;
		position: relative;
		padding-left: 8em
	}

	.interview_article_wrapper .article .question .q::before {
		content: "";
		position: absolute;
		top: 10px;
		left: 0;
		width: 6em;
		height: 1px;
		background: #8a121b;
	}

	.interview_article_wrapper .article .question .q span {
		font-size: calc(56 / var(--width) * 100vw);
		font-weight: 800;
		line-height: 160%;
		color: #8a121b;
	}

	.interview_article_wrapper .article .q p {
		font-size: calc(56 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 180%;
		color: #0099cb;
		color: #333333;
	}

	.interview_article_wrapper .article .a {
		font-size: calc(48 / var(--width) * 100vw);
		font-weight: 300;
		line-height: 180%;
	}

	.interview_article_wrapper .photo {
		box-sizing: border-box;
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	.interview_article_wrapper .photo img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}
}


.entry_information {
	box-sizing: border-box;
	display: block;
	width: 100%;
	margin-bottom: 10rem;
}

.entry_information .title {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	padding-left: 10%;
	padding-right: 10%;
	background-color: #333333;
}

.entry_information .title h1 {
	box-sizing: border-box;
	display: block;
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-size: calc(50 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 100%;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
	.entry_information {
		box-sizing: border-box;
		display: block;
		width: 100%;
		margin-bottom: 5rem;
	}

	.entry_information .title {
		box-sizing: border-box;
		display: block;
		width: 100%;
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
		padding-left: 1rem;
		padding-right: 1rem;
		background-color: #333333;
	}

	.entry_information .title h1 {
		box-sizing: border-box;
		display: block;
		width: 100%;
		font-family: "Noto Sans JP", sans-serif;
		font-size: calc(72 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 100%;
		color: rgba(255, 255, 255, 0.8);
		margin-bottom: 0.5rem;
	}
}




.job_information {
	box-sizing: border-box;
	display: block;
	width: 100%;
	margin-bottom: 0rem;
	position: relative;
}

.job_information .title {
	box-sizing: border-box;
	display: inline-block;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 10%;
	padding-right: 10%;
	background-color: rgba(51, 51, 51, 0.8);
	position: absolute;
	top: 20%;
}

.job_information .title h1 {
	box-sizing: border-box;
	display: block;
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-size: calc(50 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 100%;
	color: rgba(255, 255, 255, 0.8);
}

.job_information .bg {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.job_information .bg img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}


.job {
	box-sizing: border-box;
	display: block;
	width: 100%;
	margin-top: 10rem;
	margin-bottom: 10rem;
}

.job .item {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 30% auto;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	margin-bottom: 10rem;
	margin-bottom: 1px;
}

.job .item:last-child {
	margin-bottom: 0;
}

.job .item .photo {
	box-sizing: border-box;
	display: block;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.6);
}

.job .item .photo img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.job .item .caption {
	box-sizing: border-box;
	display: block;
	width: 70%;
	margin: 0 auto;
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.job .item .caption h2 {
	font-size: calc(40 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 100%;
	color: rgba(102, 102, 102, 0.8);
	margin-bottom: 2rem;
}

.job .item .caption p {
	font-size: calc(18 / var(--width) * 100vw);
	font-weight: 300;
	line-height: 180%;
	color: rgba(102, 102, 102, 1);
}

.job .item .caption h3 {
	font-size: calc(18 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 100%;
	color: rgba(102, 102, 102, 1);
	margin-top: 2em;
	margin-bottom: 1em;
}

.job .item .caption .joblist {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
	list-style: none;
	border: rgba(102, 102, 102, 1) 1px solid;
}

.job .item .caption .joblist span {
	box-sizing: border-box;
	display: block;
	font-size: calc(18 / var(--width) * 100vw);
	font-weight: 300;
	line-height: 200%;
	color: rgba(102, 102, 102, 1);
}

.job .item_reverse {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: auto 30%;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.job {
		box-sizing: border-box;
		display: block;
		width: 100%;
		margin-top: 10rem;
		margin-bottom: 10rem;
	}

	.job .item {
		box-sizing: border-box;
		display: grid;
		grid-template-columns: 50% auto;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.8);
		margin-bottom: 10rem;
		margin-bottom: 1px;
	}

	.job .item:last-child {
		margin-bottom: 0;
	}

	.job .item .photo {
		box-sizing: border-box;
		display: block;
		width: 100%;
		background-color: rgba(51, 51, 51, 0.6);
		overflow: hidden;
	}

	.job .item .photo img {
		box-sizing: border-box;
		display: block;
		/*		width: 100%; */
		width: 100%;
		aspect-ratio: 800/2000;
		display: none;
	}

	#mobile_jobphoto1 {
		background-image: url(../images/job_item1.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	#mobile_jobphoto2 {
		background-image: url(../images/job_item2.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	#mobile_jobphoto3 {
		background-image: url(../images/job_item3.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	#mobile_jobphoto4 {
		background-image: url(../images/job_item4.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	.job .item .caption {
		box-sizing: border-box;
		display: block;
		width: 90%;
		margin: 0 auto;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.job .item .caption h2 {
		font-size: calc(64 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 100%;
		color: rgba(102, 102, 102, 0.8);
		margin-bottom: 1rem;
	}

	.job .item .caption p {
		font-size: calc(32 / var(--width) * 100vw);
		font-weight: 300;
		line-height: 180%;
		color: rgba(102, 102, 102, 1);
	}

	.job .item .caption h3 {
		font-size: calc(48 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 100%;
		color: rgba(102, 102, 102, 1);
		margin-top: 2em;
		margin-bottom: 1em;
	}

	.job .item .caption .joblist {
		box-sizing: border-box;
		display: block;
		width: 100%;
		padding-top: 1em;
		padding-bottom: 1em;
		padding-left: 1em;
		padding-right: 1em;
		list-style: none;
		border: rgba(102, 102, 102, 1) 1px solid;
	}

	.job .item .caption .joblist span {
		box-sizing: border-box;
		display: block;
		font-size: calc(32 / var(--width) * 100vw);
		font-weight: 300;
		line-height: 200%;
		color: rgba(102, 102, 102, 1);
	}

	.job .item_reverse {
		box-sizing: border-box;
		display: grid;
		grid-template-columns: auto 50%;
		width: 100%;
	}

	/*
	.job .item .caption .joblist {
		list-style: disc;
		margin-top: 1.5em;
		margin-bottom: 1.5em;
		margin-left: 1.5em;
	}
	.job .item .caption .joblist li {
		font-size: 6vw;
		font-weight: 600;
		line-height: 160%;
		margin-left: 1.5em;
		margin-bottom: 0.6em;
	}
*/
}




.pagecabinet_simple {
	box-sizing: border-box;
	display: block;
	width: 70%;
	margin: 0 auto;
}

.pagecabinet_simple h2 {
	font-size: calc(36 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 2rem;
}

.pagecabinet_simple h2.small {
	font-size: calc(36 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 2rem;
}

.pagecabinet_simple h3 {
	font-size: calc(28 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 1.5rem;
}

.pagecabinet_simple p {
	font-size: calc(16 / var(--width) * 100vw);
	font-weight: 300;
	line-height: 180%;
	margin-bottom: 2rem;
}

.pagecabinet_simple p .strong {
	box-sizing: border-box;
	display: block;
	font-size: calc(18 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 180%;
	margin-top: 1em;
	margin-bottom: 1em;
}

.pagecabinet_simple p .bold {
	font-size: calc(16 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 180%;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.pagecabinet_simple .photo {
	box-sizing: border-box;
	display: block;
	width: 100%;
	margin-bottom: 2rem;
}

.pagecabinet_simple .photo:last-child {
	margin-bottom: 0;
}

.pagecabinet_simple .photo img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.pagecabinet_simple .caption {
	box-sizing: border-box;
	display: block;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 1rem;
}

.pagecabinet_simple .caption p {
	font-size: calc(16 / var(--width) * 100vw);
	font-weight: 300;
	line-height: 160%;
	margin-bottom: 0.5rem;
}

.pagecabinet_simple .list {
	list-style: disc;
	margin-top: 1.5em;
	margin-bottom: 3em;
}

.pagecabinet_simple .list li {
	font-weight: 600;
	line-height: 160%;
	margin-left: 1.5em;
	margin-bottom: 1.2em;
}

.pagecabinet_simple .list li a {
	font-weight: 600;
	text-decoration: underline;
}

.pagecabinet_simple .list li a:hover {
	font-weight: 600;
	color: #0092E6;
	text-decoration: underline;
}

.pagecabinet_simple .linkbtn {
	margin: 0 auto;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 3em;
	padding-right: 3em;
	font-size: calc(18 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 100%;
	color: #019ACF;
	border: #019ACF solid 1px;
	border-radius: 1.5em 1.5em 1.5em 1.5em;
	background-color: #ffffff;
	text-decoration: none;
}

.pagecabinet_simple .linkbtn:visited {
	color: #019ACF;
}

.pagecabinet_simple .linkbtn:hover {
	color: #ffffff;
	border: #019ACF solid 1px;
	background-color: #019ACF;
}

.pagecabinet_simple .centerlink {
	box-sizing: border-box;
	display: block;
	width: 10em;
	margin: 0 auto;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	font-size: calc(14 / var(--width) * 100vw);
	font-weight: 400;
	line-height: 100%;
	color: #ffffff;
	color: #019ACF;
	border: #019ACF solid 1px;
	border-radius: 1.5em 1.5em 1.5em 1.5em;
	background-color: #019ACF;
	background-color: #ffffff;
	text-align: center;
}

.pagecabinet_simple .centerlink:hover {
	color: #ffffff;
	border: #28355f solid 1px;
	background-color: #28355f;
}

.pagecabinet_simple .cabinet {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 2rem;
	width: 100%;
	margin: 0 auto;
}

.pagecabinet_simple .cabinet .innerbox {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
	padding-right: 2em;
	border: 1px solid #0092E6;
	border-radius: 1em;
}

.pagecabinet_simple .cabinet .innerbox h3 {
	font-size: calc(24 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 160%;
	color: #0092E6;
	margin-bottom: 0.5em;
}

.pagecabinet_simple .cabinet .innerbox p {
	font-size: calc(18 / var(--width) * 100vw);
	font-weight: 300;
	line-height: 160%;
	margin-bottom: 2em;
}

.pagecabinet_simple .cabinet .innerbox .centerlink {
	box-sizing: border-box;
	display: block;
	width: 10em;
	margin: 0 auto;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	font-size: calc(14 / var(--width) * 100vw);
	font-weight: 400;
	line-height: 100%;
	color: #ffffff;
	color: #019ACF;
	border: #019ACF solid 1px;
	border-radius: 1.5em 1.5em 1.5em 1.5em;
	background-color: #019ACF;
	background-color: #ffffff;
	text-align: center;
}

.pagecabinet_simple .cabinet .innerbox .centerlink:hover {
	color: #ffffff;
	border: #28355f solid 1px;
	background-color: #28355f;
}

.pagecabinet_simple .selecter {
	box-sizing: border-box;
	display: grid;
	grid-gap: calc(10 / var(--width) * 100vw);
	grid-template-columns: 50% 50%;
	justify-content: space-between;
	align-items: center;
	padding-top: 1rem;
	margin-bottom: calc(100 / var(--width) * 100vw);
}

.pagecabinet_simple .selecter .tab {
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	font-size: calc(22 / var(--width) * 100vw);
	font-weight: 500;
	line-height: 150%;
	color: #019ACF;
	text-align: center;
	border: #019ACF solid 1px;
	border-radius: 1em 1em 1em 1em;
	background-color: #ffffff;
	text-decoration: none;
}

.pagecabinet_simple .selecter .tab:visited {
	color: #019ACF;
}

.pagecabinet_simple .selecter .tab:hover {
	color: #ffffff;
	border: #019ACF solid 1px;
	background-color: #019ACF;
}

@media screen and (max-width: 767px) {
	.pagecabinet_simple {
		box-sizing: border-box;
		display: block;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 4rem;
	}

	.pagecabinet_simple h2 {
		font-size: calc(72 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 140%;
		margin-bottom: 1em;
	}

	.pagecabinet_simple h3 {
		font-size: calc(58 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 140%;
		margin-bottom: 1em;
	}

	.pagecabinet_simple p {
		font-size: calc(48 / var(--width) * 100vw);
		font-weight: 300;
		line-height: 180%;
		margin-bottom: 2rem;
	}

	.pagecabinet_simple p .strong {
		box-sizing: border-box;
		display: block;
		font-size: calc(50 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 180%;
		margin-top: 1em;
		margin-bottom: 1em;
	}

	.pagecabinet_simple p .bold {
		font-size: calc(48 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 180%;
		margin-left: 0.5em;
		margin-right: 0.5em;
	}

	.pagecabinet_simple a {
		margin: 0 auto;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		padding-left: 1em;
		padding-right: 1em;
		font-size: calc(14 / var(--width) * 100vw);
		font-weight: 400;
		line-height: 100%;
		color: #ffffff;
		color: #019ACF;
		border: #019ACF solid 1px;
		border-radius: 1.5em 1.5em 1.5em 1.5em;
		background-color: #019ACF;
		background-color: #ffffff;
	}

	.pagecabinet_simple a:hover {
		color: #ffffff;
		border: #28355f solid 1px;
		background-color: #28355f;
	}

	.pagecabinet_simple .list {
		list-style: disc;
		margin-top: 1.5em;
		margin-bottom: 2rem;
	}

	.pagecabinet_simple .list li {
		font-size: calc(42 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 160%;
		margin-left: 1.5em;
		margin-bottom: 0.8em;
	}

	.pagecabinet_simple .list li a {
		font-size: calc(40 / var(--width) * 100vw);
		font-weight: 600;
		text-decoration: none;
	}

	.pagecabinet_simple .list li a:hover {
		font-weight: 600;
		color: #0092E6;
		text-decoration: underline;
	}


	.pagecabinet_simple .linkbtn {
		margin: 0 auto;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		padding-left: 3em;
		padding-right: 3em;
		font-size: calc(48 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 100%;
		color: #019ACF;
		border: #019ACF solid 1px;
		border-radius: 1.5em 1.5em 1.5em 1.5em;
		background-color: #ffffff;
		text-decoration: none;
	}

	.pagecabinet_simple .linkbtn:visited {
		color: #019ACF;
	}

	.pagecabinet_simple .linkbtn:hover {
		color: #ffffff;
		border: #019ACF solid 1px;
		background-color: #019ACF;
	}

	.pagecabinet_simple .centerlink {
		box-sizing: border-box;
		display: block;
		width: 10em;
		margin: 0 auto;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		padding-left: 1em;
		padding-right: 1em;
		font-size: calc(48 / var(--width) * 100vw);
		font-weight: 400;
		line-height: 100%;
		color: #ffffff;
		color: #019ACF;
		border: #019ACF solid 1px;
		border-radius: 1.5em 1.5em 1.5em 1.5em;
		background-color: #019ACF;
		background-color: #ffffff;
		text-align: center;
	}

	.pagecabinet_simple .centerlink:hover {
		color: #ffffff;
		border: #28355f solid 1px;
		background-color: #28355f;
	}

	.pagecabinet_simple .cabinet {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.pagecabinet_simple .cabinet .innerbox {
		box-sizing: border-box;
		display: block;
		width: 100%;
		padding-top: 3em;
		padding-bottom: 3em;
		padding-left: 3em;
		padding-right: 3em;
		border: 1px solid #0092E6;
		border-radius: 2em;
		margin-bottom: 2rem;
	}

	.pagecabinet_simple .cabinet .innerbox:last-child {
		margin-bottom: 0;
	}

	.pagecabinet_simple .cabinet .innerbox h3 {
		font-size: calc(64 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 160%;
		color: #0092E6;
		margin-bottom: 0.5em;
	}

	.pagecabinet_simple .cabinet .innerbox p {
		font-size: calc(48 / var(--width) * 100vw);
		font-weight: 300;
		line-height: 160%;
		margin-bottom: 2em;
	}

	.pagecabinet_simple .cabinet .innerbox .centerlink {
		box-sizing: border-box;
		display: block;
		width: 10em;
		margin: 0 auto;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		padding-left: 1em;
		padding-right: 1em;
		font-size: calc(48 / var(--width) * 100vw);
		font-weight: 400;
		line-height: 100%;
		color: #ffffff;
		color: #019ACF;
		border: #019ACF solid 1px;
		border-radius: 1.5em 1.5em 1.5em 1.5em;
		background-color: #019ACF;
		background-color: #ffffff;
		text-align: center;
	}

	.pagecabinet_simple .cabinet .innerbox .centerlink:hover {
		color: #ffffff;
		border: #28355f solid 1px;
		background-color: #28355f;
	}

	.pagecabinet_simple .selecter {
		box-sizing: border-box;
		display: grid;
		grid-gap: calc(60 / var(--width) * 100vw);
		grid-template-columns: 1fr;
		justify-content: center;
		align-items: center;
		padding-top: 1rem;
		margin-bottom: calc(50 / var(--width) * 100vw);
	}

	.pagecabinet_simple .selecter .tab {
		box-sizing: border-box;
		display: inline-block;
		width: 100%;
		padding-top: 1em;
		padding-bottom: 1em;
		padding-left: 1em;
		padding-right: 1em;
		font-size: calc(48 / var(--width) * 100vw);
		font-weight: 500;
		line-height: 150%;
		color: #019ACF;
		text-align: center;
		border: #019ACF solid 1px;
		border-radius: 1em 1em 1em 1em;
		background-color: #ffffff;
		text-decoration: none;
	}

	.pagecabinet_simple .selecter .tab:visited {
		color: #019ACF;
	}

	.pagecabinet_simple .selecter .tab:hover {
		color: #ffffff;
		border: #019ACF solid 1px;
		background-color: #019ACF;
	}

	.pagecabinet_simple .caption p {
		font-size: calc(48 / var(--width) * 100vw);
		font-weight: 300;
		line-height: 180%;
		margin-bottom: 2rem;
	}
}

.privacy {
	box-sizing: border-box;
	display: block;
	width: 100%;
	margin-bottom: 2rem;
}

.privacy:last-child {
	margin-bottom: 5rem;
}

.privacy h2 {
	font-size: calc(24 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 140%;
	padding-top: 1rem;
	margin-bottom: 1rem;
}

.privacye p {
	font-size: calc(16 / var(--width) * 100vw);
	font-weight: 300;
	line-height: 180%;
	margin-bottom: 1rem;
}

.pagecabinet_simple h2.privacy {
	font-size: calc(24 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
	.privacy {
		box-sizing: border-box;
		display: block;
		width: 100%;
		margin-bottom: 2rem;
	}

	.privacy:last-child {
		margin-bottom: 5rem;
	}

	.privacy h2 {
		font-size: calc(48 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 140%;
		padding-top: 1rem;
		margin-bottom: 1rem;
	}

	.privacye p {
		font-size: calc(36 / var(--width) * 100vw);
		font-weight: 300;
		line-height: 180%;
		margin-bottom: 1rem;
	}

	.pagecabinet_simple h2.privacy {
		font-size: calc(48 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 140%;
		margin-bottom: 1rem;
	}
}


.flow {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding-top: 2rem;
	padding-bottom: 10rem;
}

.flow .step {
	box-sizing: border-box;
	display: grid;
	grid-gap: calc(30 / var(--width) * 100vw);
	grid-template-columns: 25% auto;
	justify-content: flex-start;
	align-items: flex-start;
	background-color: #f0f0f0;
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 2rem;
	padding-right: 2rem;
	border-radius: 2rem;
}

.flow .step .icon {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.flow .step .icon img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.flow .step .caption {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.flow .step .caption .no {
	font-family: "Roboto", sans-serif;
	font-size: calc(30 / var(--width) * 100vw);
	font-weight: 500;
	line-height: 100%;
	margin-bottom: 1em;
	color: #0099cb;
}

.flow .step .caption .title {
	font-size: calc(30 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 100%;
	margin-bottom: 0.5em;
	color: #333333;
}

.flow .step .caption p {
	font-size: calc(16 / var(--width) * 100vw);
	font-weight: 300;
	line-height: 160%;
}

.flow .step .caption .mynavi {
	font-size: calc(18 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 160%;
	color: #00aaeb !important;
	text-decoration: underline !important;
	border: none;
	background: none;
}

.flow .step .caption .mynavi:hover {
	color: #00b7fb !important;
	text-decoration: underline !important;
}

.flow .step .caption .entrytype {
	box-sizing: border-box;
	display: block;
}

.flow .step .caption .entrytype .item {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 7em auto;
	grid-column-gap: 1em;
	margin-bottom: 0.5em;
	justify-content: flex-start;
	align-items: flex-start;
}

.flow .step .caption .entrytype .item:first-child {
	margin-top: 1em;
}

.flow .step .caption .entrytype .item:last-child {
	margin-bottom: 0;
}

.flow .step .caption .entrytype .item .type {
	font-size: calc(14 / var(--width) * 100vw);
	font-weight: 600;
	line-height: 140%;
}

.flow .step .caption .entrytype .item .output {
	font-size: calc(14 / var(--width) * 100vw);
	font-weight: 400;
	line-height: 140%;
}

.flow .step .caption .entrytype .item .output .entrysheet {
	font-size: calc(14 / var(--width) * 100vw);
	font-weight: 800 !important;
	line-height: 140%;
	color: #0099cb !important;
	text-decoration: underline !important;
	padding: 0;
	border: none;
	background: none;
}

.flow .line {
	box-sizing: border-box;
	display: block;
	width: 0.6rem;
	height: 4rem;
	margin-left: 9rem;
	background-color: #0099cb;
}

@media screen and (max-width: 767px) {
	.flow {
		box-sizing: border-box;
		display: block;
		width: 100%;
		padding-top: 1rem;
		padding-bottom: 0rem;
	}

	.flow .step {
		box-sizing: border-box;
		display: grid;
		grid-gap: calc(30 / var(--width) * 100vw);
		grid-template-columns: 40% auto;
		grid-column-gap: 1rem;
		justify-content: space-between;
		align-items: flex-start;
		background-color: #f0f0f0;
		padding-top: 1rem;
		padding-bottom: 1rem;
		padding-left: 1rem;
		padding-right: 1rem;
		border-radius: 1rem;
	}

	.flow .step .icon {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.flow .step .icon img {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.flow .step .caption {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.flow .step .caption .no {
		font-family: "Roboto", sans-serif;
		font-size: calc(56 / var(--width) * 100vw);
		font-weight: 500;
		line-height: 100%;
		margin-bottom: 0.5em;
		color: #0099cb;
	}

	.flow .step .caption .title {
		font-size: calc(56 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 140%;
		margin-bottom: 0.5em;
		color: #333333;
	}

	.flow .step .caption p {
		font-size: calc(40 / var(--width) * 100vw);
		font-weight: 300;
		line-height: 160%;
	}

	.flow .step .caption .mynavi {
		font-size: calc(40 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 160%;
		color: #00aaeb !important;
		text-decoration: underline !important;
		border: none;
		background: none;
	}

	.flow .step .caption .entrytype {
		box-sizing: border-box;
		display: block;
	}

	.flow .step .caption .entrytype .item {
		box-sizing: border-box;
		display: block;
		margin-bottom: 2em;
	}

	.flow .step .caption .entrytype .item:last-child {
		margin-bottom: 0;
	}

	.flow .step .caption .entrytype .item:first-child {
		margin-top: 1em;
	}

	.flow .step .caption .entrytype .item:last-child {
		margin-bottom: 0;
	}

	.flow .step .caption .entrytype .item .type {
		font-size: calc(32 / var(--width) * 100vw);
		font-weight: 600;
		line-height: 140%;
		margin-bottom: 0.5em;
	}

	.flow .step .caption .entrytype .item .output {
		font-size: calc(32 / var(--width) * 100vw);
		font-weight: 300;
		line-height: 140%;
	}

	.flow .step .caption .entrytype .item .output .entrysheet {
		font-size: calc(40 / var(--width) * 100vw);
		font-weight: 800 !important;
		line-height: 140%;
		color: #0099cb !important;
		text-decoration: underline !important;
	}

	.flow .line {
		box-sizing: border-box;
		display: block;
		width: 0.5rem;
		height: 4rem;
		margin-left: 10rem;
		margin: 0 auto;
		background-color: #0099cb;
	}
}


.zapper {
	position: fixed;
	top: 85%;
	right: 0;
	z-index: 10000000;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: auto 1fr;
	justify-content: flex-start;
	align-items: center;
	gap: 0.8rem;
	width: auto;
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
	padding-left: 1.2rem;
	padding-right: 1rem;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 2em 0 0 2em;
}

.zapper:hover {
	background-color: rgba(0, 183, 251, 0.8);
}

.zapper .icon {
	box-sizing: border-box;
	display: block;
	width: 1.5rem;
}

.zapper .icon img {
	display: block;
	width: 100%;
}

.zapper p {
	display: inline;
	color: #fff !important;
	font-size: calc(24 / var(--width) * 100vw);
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.zapper {
		position: fixed;
		top: 90%;
		right: 0;
		z-index: 10000000;
		box-sizing: border-box;
		display: grid;
		grid-template-columns: auto 1fr;
		justify-content: flex-start;
		align-items: center;
		gap: 0.8rem;
		width: auto;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		padding-left: 1rem;
		padding-right: 0.5rem;
		background-color: rgba(0, 0, 0, 0.5);
		border-radius: 1em 0 0 1em;
	}

	.zapper .icon {
		box-sizing: border-box;
		display: block;
		width: 1.5rem;
	}

	.zapper .icon img {
		display: block;
		width: 100%;
	}

	.zapper p {
		display: inline;
		color: #fff !important;
		font-size: calc(48 / var(--width) * 100vw);
		font-weight: 600;
	}
}

/*
.zapper {
	position: fixed;
	top: 15%;
	right: 0;
	z-index: 10000000;
	box-sizing: border-box;
	display: flexbox;
	width: 3rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 0.8rem;
	padding-right: 0.8rem;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 0.5em 0 0 0.5em;
}
.zapper .icon {
	box-sizing: border-box;
	display: grid;
	grid-template-rows: 1fr;
	grid-row-gap: 2rem;
	justify-content: center;
	align-items: center;
	width: 1.4rem;
	position: relative;
}
.zapper .icon a {
	display: block;
	width: 100%;
}
.zapper .icon a img {
	display: block;
	width: 100%;
}
.zapper .icon .navi {
	box-sizing: border-box;
	display: block;
	width: 100%;
	position: relative;
}
.zapper .icon .navi a {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: 0;
}
.zapper .icon .navi a img {
	width: 100%;
}
.zapper .icon .arrow_box {
	display: none;
	position: absolute;
	right: 3em;
	top: -0.5em;
	padding: 0.5em;
	width: 12em;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;  
	border-radius: 8px;
	background: rgba(51, 51, 51, 0.5);
	color: #fff;
	font-size: var(--regular-p-font-size-S);
	font-weight: 500;
}
.zapper .icon .arrow_box:after {
	position: absolute;
	z-index: 1000000000000;
	bottom: 100%;
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: auto;
	right: -10px;
	top: 10px;
	border-left: 10px solid rgba(51, 51, 51, 0.5);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	pointer-events: none;
}
.zapper .icon a:hover + div.arrow_box {
	display: block;
}

@media screen and (max-width: 767px) {
	.zapper {
		position: fixed;
		top: 5rem;
		right: 0;
		z-index: 10000000;
		box-sizing: border-box;
		display: flexbox;
		width: 2.2rem;
		padding-top: 1.7rem;
		padding-bottom: 1.7rem;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
		background-color: rgba(0, 0, 0, 0.5);
		-webkit-border-radius: 1.5em 0 0 1.5em;
		-moz-border-radius: 1.5em 0 0 1.5em;
		border-radius: 1.5em 0 0 1.5em;
	}
	.zapper .icon {
		box-sizing: border-box;
		display: grid;
		grid-template-rows: 1fr;
		grid-row-gap: 1.8rem;
		justify-content: center;
		align-items: center;
		width: 1.2rem;
	}
	.zapper .icon a {
		display: block;
		width: 100%;
	}
	.zapper .icon a img {
		display: block;
		width: 100%;
	}
	
	.zapper .icon .navi {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}
	.zapper .icon .navi a {
		display: block;
		width: 100%;
		margin-left: auto;
		margin-right: 0;
	}
	.zapper .icon .navi a img {
		width: 100%;
	}
}
*/