@charset "utf-8";
/*===============================================
WEBフォント
===============================================*/
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css');
@import url('https://use.fontawesome.com/releases/v6.5.1/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

*{
	margin: 0;
	padding: 0;
	list-style: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1.0;
	box-sizing: border-box;
}
input[type="button"], input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

img, video {
	vertical-align: top;
	line-height: 1.0 !important;
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
	color: #1a1a1a;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
a img {
	border: none;
}
/*a:hover,
a:hover * {
	opacity: 0.6;
}*/
@keyframes slide__mv__wave {
	0% {
		right: 0;
		background: repeating-linear-gradient(-70deg, #fff, #fff 50px, rgba(255,255,255, 1) 0, rgba(255,255,255, 1) 100px);
	}
	50% {
		background: repeating-linear-gradient(-70deg, #fff, #fff 50px, rgba(255,255,255, 0) 0, rgba(255,255,255, 0) 100px);
		opacity: 1;
	}
	100% {
		right: -200%;
		opacity: 0;
	}
}
@keyframes slide__wave {
	0% {
		/*background: repeating-linear-gradient(-70deg, var(--aomiblue), var(--aomiblue) 50px, rgba(255,255,255, 0) 0, rgba(255,255,255, 0) 100px);*/
		background: repeating-linear-gradient(-70deg, #fff, #fff 50px, rgba(255,255,255, 0) 0, rgba(255,255,255, 0) 100px);
		right: 0;
	}
	50% {
		/*background: repeating-linear-gradient(-70deg, var(--aomiblue), var(--aomiblue) 50px, rgba(255,255,255, 0) 0, rgba(255,255,255, 0) 100px);*/
		background: repeating-linear-gradient(-70deg, #fff, #fff 50px, rgba(255,255,255, 0) 0, rgba(255,255,255, 0) 100px);
		opacity: 1;
	}
	100% {
		right: -200%;
		opacity: 0;
	}
}
@keyframes show__image {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes slide__msg {
	0% {
		left: -100%;
		opacity: 0;
	}
	100% {
		left: 0;
		opacity: 1;
	}
}
@keyframes slide__page__title {
	0% {
		margin-left: -100%;
		opacity: 0;
	}
	100% {
		margin-left: 0;
		left: 0;
		opacity: 1;
	}
}
.animated {
	opacity: 0;
}
.animate__fadeInLeft {
	animation-duration: 0.5s
}
.animate__wave {
	position: relative;
	overflow: hidden;
}
.animate__wave > * {
	opacity: 0;
}
.animate__wave.active > * {
	animation: show__image 1s ease 0.1s forwards;
}
.animate__wave::after {
	content: "";
	width: 200vw;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
}
.animate__wave.active::after {
	animation: slide__wave 1s ease 0s forwards;
}

@media screen and (min-width:1501px){
	.only__sp {
		display: none;
	}

	.common__readmore a:hover::before {
		left: -100px;
	}
	.common__readmore a:hover::after {
		left: -47px;
	}

	.header__entry a:hover {
		background: #fff;
		color: var(--aomiblue);
	}
	.header__career a:hover {
		background: #fff;
		color: var(--red);
	}
	.header__menu a:hover {
		background: #fff;
		color: #4d4d4d;
	}
	.header__menu a:hover span svg {
		fill: #4d4d4d;
	}
	.footer__nav ul li a:hover {
		padding-left: 0.5rem;
	}
	.footer__bnr a:hover {
		background: #fff;
		opacity: 0.6;
	}
	
	.top__contents li > a:hover {
		background: #fff;
		color: var(--aomiblue);
	}
	.top__contents li.career > a:hover {
		background: #fff;
		color: var(--red);
	}
	
	.top__movie__image a img,
	.schedule__movie a img,
	.interview__entry__movie a img,
	.interview__list a img,
	.graduate__entry a::after,
	.career__entry a::after {
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}
	.top__movie__image a:hover img,
	.schedule__movie a:hover img,
	.interview__entry__movie a:hover img,
	.interview__list a:hover img {
		opacity: 0.6;
	}
	.graduate__entry a:hover {
		background: #fff;
		color: var(--aomiblue);
	}
	.graduate__entry a:hover::after {
		background: var(--aomiblue);
		color: #fff;
	}
	.career__entry a:hover {
		background: #fff;
		color: var(--red);
	}
	.career__entry a:hover::after {
		background: var(--red);
		color: #fff;
	}
	.contact__submit li button:hover {
		background: #fff;
		color: var(--aomiblue);
	}
	.contact__submit li button.backto:hover {
		background: #fff;
		color: var(--gray);
	}

}
:root {
	--aomiblue: #00a0f5;
	--red: #ff1d25;
	--yellow: #ff0;
	--gray: #808080;
	--foreign: Arial, Helvetica, sans-serif;
}
html {
	font-size: 23px;
}
body {
	padding: 125px 0 0;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	overflow-x: hidden;
}
main {
}
.common__bottom__image img {
	width: 100%;
}
.common__readmore {
	margin: 50px 0 0;
}
.common__readmore a {
	display: block;
	width: 200px;
	margin: 0 0 0 auto;
	color: #fff;
	font-size: 30px;
	line-height: 45px;
	text-align: center;
	border: #fff solid 1px;
	border-radius: 23px;
	position: relative;
}
.common__readmore a::before {
	content: "";
	display: block;
	background: #fff;
	width: 90px;
	height: 1px;
	margin: auto 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -120px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.common__readmore a::after {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	margin: auto;
	border-top: #fff solid 2px;
	border-right: #fff solid 2px;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: -57px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.top__common__hgroup {
	display: flex;
	align-items: flex-end;
}
.top__common__label {
	color: var(--aomiblue);
	font-size: 96px;
	font-weight: bold;
	font-style: italic;
}
.top__common__heading {
	margin: 50px 0 0;
	color: #4d4d4d;
	font-size: 40px;
	font-weight: bold;
}
.top__common__hgroup .top__common__heading {
	margin: 0 0 0 50px;
}

header {
	display: flex;
	align-items: center;
	background: #fff;
	width: 100%;
	height: 125px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
}
.header__title {
	display: flex;
	align-items: center;
	margin: 0 0 0 50px;
}
.header__txt {
	margin: 0 0 0 30px;
	padding: 0 0 0 30px;
	font-size: 22px;
	font-weight: bold;
	line-height: 125px;
	letter-spacing: 0.2rem;
	position: relative;
}
.header__txt::before {
	content: "";
	display: block;
	background: #000;
	width: 1px;
	height: 110px;
	position: absolute;
	left: 0;
	top: 0;
}
.header__entry {
	margin-left: auto;
}
.header__entry a {
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	background: var(--aomiblue);
	width: 260px;
	height: 125px;
	color: #fff;
	font-size: 60px;
}
.header__entry span {
	display: block;
	font-size: 28px;
}
.header__career a {
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	background: var(--red);
	width: 260px;
	height: 125px;
	color: #fff;
	font-size: 60px;
}
.header__career span {
	display: block;
	font-size: 28px;
}
.header__menu a {
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	background: #4d4d4d;
	width: 125px;
	height: 125px;
	color: #fff;
	font-size: 18px;
}
.header__menu a span {
	display: block;
	margin: 0 0 10px;
}
.header__menu a span svg {
	fill: #fff;
}
.header__nav {
	background: url(../image/bg_nav.png) no-repeat bottom #fff;
	padding: 75px;
	position: absolute;
	top: 125px;
	right: -645px;
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.header__nav.active {
	right: 0;
	opacity: 1;
}
.header__nav > ul {
	width: 495px;
	max-height: calc(100vh - 150px - 125px);
	overflow: auto;
}
.header__nav > ul > li {
	border-top: #000 solid 1px;
}
.header__nav > ul > li > a {
	display: block;
	padding: 15px 0;
	color: #000;
	font-size: 36px;
	text-indent: 10px;
}
.header__nav > ul > li > span {
	display: block;
	padding: 15px 0 0;
	font-size: 36px;
	text-indent: 10px;
}
.header__nav > ul > li > ul {
	margin: 25px 0 15px 25px;
}
.header__nav > ul > li > ul li + li {
	margin-top: 15px;
}
.header__nav > ul > li > ul li a {
	display: block;
	color: #000;
	font-size: 22px;
}
.header__nav > ul > li > ul li a span {
	display: inline-block;
	width: 154px;
}

footer {
	background: url(../image/bg_footer.jpg);
	background-size: cover;
	padding: 75px 0;
}
.footer__inner {
	display: flex;
	width: 1500px;
	margin: 0 auto;
}
.footer__col {
	width: 540px;
	order: -1;
}
.footer__logo {
	width: 390px;
	margin: 0 0 10px;
}
.footer__heading {
	margin: 0 0 0 70px;
	font-size: 18px;
}
.footer__col address {
	margin: 25px 0 0 70px;
	font-size: 20px;
	line-height: 1.5;
}
.footer__nav {
	width: 700px;
}
.footer__nav > ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0 75px;
	border-left: #000 solid 1px;
}
.footer__nav > ul > li {
	width: 50%;
}
.footer__nav > ul > li:nth-of-type(n+3) {
	margin-top: 30px;
}
.footer__nav__interview {
	order: 99;
}
.footer__nav__interview ul {
	margin: 15px 0 0 15px;
}
.footer__nav__interview ul li {
	font-size: 15px;
}
.footer__nav__interview ul li + li {
	margin-top: 15px;
}
.footer__nav__interview ul li span {
	display: inline-block;
	width: 105px;
}
.footer__bnr {
	width: 260px;
	font-size: 20px;
	order: 1;
}
.footer__bnr p {
	line-height: 1.5;
}
.footer__bnr__e_heading {
	background: var(--aomiblue);
	margin: 0 0 20px;
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
}
.footer__bnr__list {
	margin: 20px 0 0;
}
.footer__bnr__list li + li {
	margin-top: 15px;
}
.footer__bnr__list li a {
	display: block;
}
.footer__bnr__i_heading {
	background: #fff;
	height: 50px;
	margin: 50px 0 20px;
	color: var(--aomiblue);
	font-size: 20px;
	line-height: 44px;
	text-align: center;
	border: var(--aomiblue) solid 3px;
}
.footer__bnr__btn a {
	display: block;
	background: #fff;
	margin: 15px 0 0;
	padding: 5px;
	border: #000 solid 1px;
	text-align: center;
}
.footer__bnr__btn a span {
	display: block;
	background: var(--gray);
	margin: 5px 0 0;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	border-radius: 5px;
}
.copyright {
	display: block;
	margin: 125px 0 0;
	font-size: 18px;
	text-align: center;
}

.page__title {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	height: 530px;
	margin: 0 0 100px;
	padding: 0 0 265px;
	color: #fff;
	opacity: 0;
	animation: show__image 1s ease 0.1s forwards;
	position: relative;
}
.page__title__image {
	width: 100%;
	height: 530px;
	position: absolute;
	top: 0;
	left: 0;
}
.page__title__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page__title__image__mask {
	-webkit-mask-image: url(../image/mv_mask.png);
	mask-image: url(../image/mv_mask.png);
	mask-size: 100% auto;
	mask-position: bottom;
	mask-repeat: no-repeat;
	/*margin: -530px 0 0;*/
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.page__title__label {
	font-size: 42px;
	font-weight: bold;
	font-style: italic;
	opacity: 0;
	margin-left: -100%;
	animation: slide__page__title 0.5s ease 0.4s forwards;
}
.page__title__heading {
	margin: 30px 0 0;
	font-size: 68px;
	font-weight: bold;
	position: relative;
	z-index: 1;
	opacity: 0;
	margin-left: -100%;
	animation: slide__page__title 0.5s ease 0.7s forwards;
}
.page__title::before {
	content: "";
	background: url(../image/top/mv_bottom.png) no-repeat bottom;
	background-size: 100% auto;
	width: 100%;
	height: 50vh;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 5;
}

.top__mv {
	position: relative;
}
.top__mv::before {
	content: "";
	background: repeating-linear-gradient(-70deg, var(--aomiblue), var(--aomiblue) 50px, rgba(255,255,255,0) 0, rgba(255,255,255,0) 100px);
	width: 200vw;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	opacity: 0;
	animation: slide__mv__wave 1s ease forwards;
}
.top__mv::after {
	content: "";
	background: url(../image/top/mv_bottom.png) no-repeat bottom;
	background-size: 100% auto;
	width: 100%;
	height: 50vh;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 5;
}
.top__mv img.step01 {
	width: 100%;
	opacity: 0;
	animation: show__image 1s ease 0.1s forwards;
}
.top__mv img.step02 {
	width: 100%;
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	opacity: 0;
	animation: slide__msg 0.5s ease 0.4s forwards;
}
.top__mv img.step03 {
	width: 100%;
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 3;
	opcity: 0;
	animation: slide__msg 0.5s ease 0.7s forwards;
}
.top__news {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0 0;
}
.top__news__list {
	width: 890px;
	margin: 50px 0 0;
	border-bottom: #8a8a8a solid 1px;
}
.top__news__list li {
	border-top: #8a8a8a solid 1px;
}
.top__news__list li a {
	display: flex;
	align-items: center;
	padding: 15px 7px;
}
.top__news__list li a .date {
	width: 130px;
	font-size: 15px;
}

.top__movie {
	width: 1200px;
	margin: 150px auto 0;
}
.top__movie__image {
	margin: 50px 0 0;
}

.top__business {
	margin: 150px 0 0;
	position: relative;
}
.top__business__image {
	height: 900px;
}
.top__business__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top__business__inner {
	width: 760px;
	padding: 75px 75px 75px 0;
	color: #fff;
	position: absolute;
	top: 0;
	left: calc((100% - 1200px) / 2);
	z-index: 6;
}
.top__business__inner .top__common__label,
.top__business__inner .top__common__heading {
	color: #fff;
}
.top__business__inner::before {
	content: "";
	display: block;
	background: var(--aomiblue);
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100vw;
	right: 0;
	z-index: -1;
}
.top__business__inner p {
	margin: 65px 0 0;
	font-size: 30px;
	line-height: 1.8;
}

.top__interview {
	padding: 50px 0 0;
	position: relative;
}
.top__interview::before {
	content: "";
	display: block;
	background: repeating-linear-gradient(-70deg, var(--aomiblue), var(--aomiblue) 50px, rgba(255,255,255,0) 0, rgba(255,255,255,0) 100px);
	width: 100%;
	height: 350px;
	position: absolute;
	top: 0;
	z-index: 1;
}
.top__interview__inner {
	width: 760px;
	margin: 0 0 0 calc((100% - 1200px) / 2);
	padding: 75px 75px 75px 0;
	color: var(--aomiblue);
	position: relative;
	z-index: 6;
}
.top__interview__inner::before {
	content: "";
	display: block;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100vw;
	right: 0;
	z-index: -1;
}
.top__interview__inner .top__common__heading {
	color: var(--aomiblue);
}
.top__interview__inner p {
	margin: 65px 0 0;
	font-size: 30px;
	line-height: 1.8;
}
.top__interview__list {
	margin: -340px 0 0;
}
.top__interview__list li {
	position: relative;
}
.top__interview__image {
	height: 100vh;
	height: 1000px;
}
.top__interview__list li:first-of-type .top__interview__image {
	/*height: calc(100vh + 400px);*/
}
.top__interview__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top__interview__col {
	position: absolute;
	top: 175px;
	left: calc((100% - 1500px) / 2);
}
.top__interview__list li:first-of-type .top__interview__col {
	top: 365px;
}
.top__interview__col.right {
	right: calc((100% - 1500px) / 2);
	left: auto;
}
.top__interview__heading {
	color: #fff;
	font-size: 55px;
	line-height: 1.5;
}
.top__interview__data {
	display: flex;
	align-items: center;
	background: #fff;
	width: 770px;
	height: 80px;
	position: absolute;
	left: calc((100% - 1500px) / 2);
	bottom: 100px;
}
.top__interview__col.right + .top__interview__data {
	right: calc((100% - 1500px) / 2);
	left: auto;
}
.top__interview__data dt {
	background: var(--aomiblue);
	width: 165px;
	color: #fff;
	line-height: 80px;
	text-align: center;
}
.top__interview__data dt.jimu {
	background: #8a65a7;
}
.top__interview__data dd.belong {
	margin: 0 auto 0 25px;
	font-size: 20px;
	line-height: 1.5;
}
.top__interview__data dd.name {
	margin: 0 25px 0 0;
	font-size: 60px;
	font-weight: bold;
}

.top__manegement {
	background: repeating-linear-gradient(-70deg, var(--aomiblue), var(--aomiblue) 50px, #fff 0, #fff 100px);
	position: relative;
}
.top__manegement__image {
	height: 1300px;
}
.top__manegement__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 62% 100%;
}
.top__manegement__inner {
	width: 910px;
	padding: 75px 75px 75px 0;
	color: #fff;
	position: absolute;
	top: 0;
	left: calc((100% - 1200px) / 2);
	z-index: 6;
}
.top__manegement__inner .top__common__label,
.top__manegement__inner .top__common__heading {
	color: #fff;
}
.top__manegement__inner::before {
	content: "";
	display: block;
	background: var(--aomiblue);
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100vw;
	right: 0;
	z-index: -1;
}
.top__manegement__inner p {
	margin: 65px 0 0;
	font-size: 30px;
	line-height: 1.8;
}

.top__numbers {
	display: flex;
	width: 1500px;
	margin: 150px auto 0;
	position: relative;
	z-index: 1;
}
.top__numbers__inner {
	background: var(--aomiblue);
	width: 950px;
	padding: 75px;
	color: #fff;
}
.top__numbers__inner .top__common__label,
.top__numbers__inner .top__common__heading {
	color: #fff;
}
.top__numbers__inner p {
	margin: 65px 0 0;
	font-size: 30px;
	line-height: 1.8;
}
.top__numbers__image {
	width: 550px;
	order: -1;
}
.top__numbers__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top__contents {
	margin: -100px 0 0;
	padding: 200px 0 0;
	position: relative;
}
.top__contents::before {
	content: "";
	display: block;
	background:repeating-linear-gradient(-70deg, var(--aomiblue), var(--aomiblue) 50px, #fff 0, #fff 100px);
	width: 100%;
	height: 670px;
	position: absolute;
	top: 0;
	z-index: -1;
}
.top__contents__list {
	display: flex;
	flex-wrap: wrap;
	width: 1500px;
	margin: 0 auto;
}
.top__contents li {
	display: flex;
	flex-direction: column;
	background: var(--aomiblue);
	width: 730px;
	color: #fff;
}
.top__contents li:nth-of-type(2n) {
	margin-left: auto;
}
.top__contents li:nth-of-type(n+3) {
	margin-top: 100px;
}
.top__contents__image {
	height: 400px;
}
.top__contents__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top__contents li dl {
	padding: 75px 75px 50px;
}
.top__contents li .common__readmore {
	margin: auto 75px 75px;
}
.top__contents .top__common__label,
.top__contents .top__common__heading {
	color: #fff;
}
.top__contents li > a {
	display: block;
	padding: 30px;
	color: #fff;
	font-size: 60px;
	font-weight: bold;
	text-align: center;
	border: var(--aomiblue) solid 1px;
}
.top__contents li > a span {
	display: block;
	font-size: 48px;
	font-weight: bold;
}
.top__contents li.career {
	background: var(--red);
}
.top__contents li.career > a {
	border: var(--red) solid 1px;
}
.top .common__bottom__image {
	background:repeating-linear-gradient(-70deg, var(--aomiblue), var(--aomiblue) 50px, #fff 0, #fff 100px);
	margin: -350px 0 0;
	padding: 425px 0 0;
}

.business article {
	padding: 0 0 200px;
}
.business__heading {
	color: var(--aomiblue);
	font-size: 110px;
	font-weight: bold;
	text-align: center;
}
.business__leadtxt {
	width: 1200px;
	margin: 150px auto 0;
	font-size: 34px;
	line-height: 1.8;
}
.business__list__item {
	display: flex;
	margin: 250px 0 0;
	padding: 0 calc((100% - 1500px) / 2);
	position: relative;
	z-index: 0;
}
.business__list__item::before {
	content: "";
	display: block;
	width: 100%;
	height: 175px;
	position: absolute;
	top: -75px;
	left: 0;
	z-index: -1;
}
.business__list__item:nth-of-type(1)::before {
	background:repeating-linear-gradient(-70deg, var(--aomiblue), var(--aomiblue) 50px, #fff 0, #fff 100px);
}
.business__list__item:nth-of-type(2)::before {
	background:repeating-linear-gradient(-70deg, #8c6239, #8c6239 50px, #fff 0, #fff 100px);
}
.business__list__item:nth-of-type(3)::before {
	background:repeating-linear-gradient(-70deg, var(--gray), var(--gray) 50px, #fff 0, #fff 100px);
}
.business__list__heading {
	padding: 175px 0 0 150px;
	font-size: 125px;
	font-weight: bold;
	letter-spacing: 0.2em;
	writing-mode: vertical-rl;
	white-space: nowrap;
}
.business__list__item:nth-of-type(1) .business__list__heading {
	color: var(--aomiblue);
}
.business__list__item:nth-of-type(2) .business__list__heading {
	padding: 175px 150px 0 0;
	color: #8c6239;
}
.business__list__item:nth-of-type(3) .business__list__heading {
	color: var(--gray);
}
.business__list__inner {
	width: 1000px;
	margin: 0 0 0 auto;
}
.business__list__item:nth-of-type(2n) .business__list__inner {
	order: -1;
	margin: 0 auto 0 0;
}
.business__list__subheading {
	margin: 25px 0 0;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.5;
}
.business__list__wap {
	display: flex;
	margin: 50px 0 0;
}
.business__list__image {
	background: #ddd;
	width: 435px;
	margin: 0 0 0 auto;
	order: 2;
}
.business__list__col {
	width: 535px;
}
.business__list__minheading {
	display: flex;
	align-items: center;
	padding: 0 0 15px;
	font-size: 40px;
	border-bottom: #000 solid 1px;
}
.business__list__minheading::before {
	content: "";
	display: inline-block;
	background: url(../image/business/icon.png) no-repeat;
	background-size: 55px auto;
	width: 55px;
	height: 52.5px;
	margin: 0 20px 0 0;
}
.business__list__type {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0 0 -25px;
}
.business__list__type li {
	margin: 0 25px 15px;
	font-size: 40px;
}
.business__list__type li::before {
	content: "●";
}
.business__list__type li small {
	font-size: 20px;
}


/* ------------------------------------------------------------
	数字で見るあおみ
------------------------------------------------------------ */
.data article {
	padding: 0 0 200px;
}
.data__wrap {
	margin: 200px auto 0;
}
.data__heading {
	background: var(--aomiblue);
	width: 360px;
	margin: 0 auto;
	color: #fff;
	font-size: 38px;
	font-weight: bold;
	line-height: 90px;
	text-align: center;
	border-radius: 10px;
}
.data__list {
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
	margin: 120px auto 0;
}
.data__list li {
	width: 555px;
}
.data__list li.wide {
	width: 100%;
}
.data__list li:not(.wide) + li:not(.margin) {
	margin-left: auto;
}
.data__list li:nth-of-type(n+3) {
	margin-top: 100px;
}
.data__list li.margin {
	margin: -143px 0 0;
}

/* ------------------------------------------------------------
	施工管理の仕事
------------------------------------------------------------ */
.schedule article {
	padding: 0 0 200px;
}
.schedule__movie {
	width: 1200px;
	margin: 0 auto;
}
.schedule__list {
	margin: 200px 0 0;
}
.schedule__list > li {
	text-align: center;
}
.schedule__list > li + li {
	margin-top: 25px;
}
.schedule__list__icon {
	width: 120px;
	margin: 0 auto;
}
.schedule__list__time {
	display: inline-block;
	background: #a2daf7;
	margin: 15px auto 0;
	padding: 10px 15px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	border-radius: 5px;
}
.am .schedule__list__time {
	background: var(--aomiblue);
}
.pm .schedule__list__time {
	background: #f6bb61;
}
.aftertime .schedule__list__time {
	background: #f15a24;
}
.schedule__list__heading {
	margin: 30px auto 0;
	font-size: 72px;
	font-weight: bold;
}
.schedule__arw {
	background: url(../image/schedule/bg_arrow.png) no-repeat center;
	width: 900px;
	height: 940px;
	margin: 30px auto 0;
	padding: 100px 0 0;
}
.schedule__arw.wide {
	width: 1060px;
}
.aftertime .schedule__arw {
	background: url(../image/schedule/bg_arrow.png) no-repeat center bottom 850px;
	height: auto;
}
.schedule__list__inner {
	display: flex;
	flex-wrap: wrap;
}
.schedule__list__inner figure {
	width: 575px;
	margin: 0 auto 0 0;
}
.schedule__list__inner.wide figure {
	width: 100%;
	margin: 0 0 15px;
}
.schedule__list__inner.right figure:nth-of-type(1) {
	order: 2;
	margin: 0 0 0 auto;
	position: relative;
	z-index: 1;
}
.schedule__list__inner figure:nth-of-type(2) {
	order: 3;
	margin: -100px 0 0 auto;
}
.schedule__list__inner.right figure:nth-of-type(2) {
	margin-left: 0;
}
.schedule__list__inner p {
	width: 285px;
	line-height: 1.5;
	text-align: left;
}
.pm .schedule__list__inner.right p {
	order: 4;
	margin: 15px 0 0 auto;
}
.schedule__list__inner.wide p {
	width: 395px;
}
.pm .schedule__list__inner.wide p {
	margin: 0 0 0 auto;
}


/* ------------------------------------------------------------
	担当者からのメッセージ
------------------------------------------------------------ */
.message article {
	padding: 0 0 200px;
}
.message__comment {
	margin-top: calc(-100px - 10vw);
	position: relative;
}
.message__comment__image {
	margin: 0 0 200px;
}
.message__comment p {
	width: 1200px;
	margin: 0 auto;
	font-size: 34px;
	text-indent: 34px;
	line-height: 1.5;
}
.message__comment ul {
	margin: 100px calc((100% - 1200px) / 2 + 68px);
}
.message__comment ul li {
	font-size: 34px;
}
.message__comment ul li + li {
	margin-top: 15px;
}
.message__comment ul li::before {
	content: "●";
}
.message__comment__auther {
	width: 480px;
	margin: 300px auto 0;
	text-align: center;
}
.message__comment__auther .label {
	margin: 50px 0 0;
}
.message__comment__auther .name {
	margin: 30px 0 0;
	font-size: 60px;
}


/* ------------------------------------------------------------
	福利厚生
------------------------------------------------------------ */
.benefits article {
	padding: 0 0 200px;
}
.benefits__subject + .benefits__subject {
	margin-top: 100px;
}
.benefits__heading {
	background: var(--aomiblue);
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	mask-image: url(../image/mask_ttl.png);
    mask-position: center;
    mask-repeat: no-repeat;
}
.benefits__heading + p {
	width: 1200px;
	margin: 50px auto 0;
	font-size: 34px;
	line-height: 1.5;
}
.benefits__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 1200px;
	margin: 50px auto 0;
}
.benefits__list > li {
	width: 370px;
}
.benefits__list > li:not(:nth-of-type(3n+1)) {
	margin-left: 45px;
}
.benefits__list > li:nth-of-type(n+4) {
	margin-top: 75px;
}
.benefits__list__heading {
	color: var(--aomiblue);
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
.benefits__list__image {
	background: #e2ecf8;
	width: 200px;
	height: 200px;
	margin: 25px auto;
	border-radius: 50%;
	overflow: hidden;
}
.benefits__list__image + p {
	font-size: 18px;
	line-height: 1.5;
}
.benefits__list li ul {
	margin-top: 18px;
}
.benefits__list li ul li::before {
	content: "・";
}
.benefits__list li ul li +li {
	margin-top: 10px;
}


/* ------------------------------------------------------------
	教育・研修制度
------------------------------------------------------------ */
.education article {
	padding: 0 0 200px;
}
.education__lead {
	background: url(../image/education/bg_education.png) no-repeat top right 60vw;
	background-size: 40vw auto;
	margin-top: -150px;
	padding: 150px 0 100px;
	position: relative;
}
.education__lead__image {
	width: 1200px;
	margin: 0 auto;
}
.education__training {
	background: #f2f2f2;
	padding: 100px 0;
}
.education__heading {
	background: var(--aomiblue);
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	mask-image: url(../image/mask_ttl.png);
    mask-position: center;
    mask-repeat: no-repeat;
}
.education__heading + p {
	width: 1200px;
	margin: 50px auto 0;
	font-size: 34px;
}
.education__training__list {
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
	margin: 50px auto 0;
	counter-reset: number 0;
}
.education__training__list li {
	background: #fff;
	width: calc((100% - 80px) / 3);
}
.education__training__list li:not(:nth-of-type(3n+1)) {
	margin-left: 40px;
}
.education__training__list li:nth-of-type(n+4) {
	margin-top: 50px;
}
.education__training__list__label {
	background: var(--yellow);
	padding: 0 30px;
	color: var(--aomiblue);
	font-family: var(--foreign);
	font-size: 42px;
	font-weight: bold;
	font-style: italic;
	line-height: 75px;
	position: relative;
}
.education__training__list__label::after {
	counter-increment: number 1;
	content: "0"counter(number);
	background: var(--aomiblue);
	padding: 0 30px;
	font-family: var(--foreign);
	color: #fff;
	font-size: 60px;
	position: absolute;
	top: 0;
	right: 0;
	clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}
.education__training__list__inner {
	padding: 30px;
}
.education__training__list__heading {
	color: var(--aomiblue);
	font-size: 28px;
	font-weight: bold;
}
.education__training__list__heading small {
	display: inline-block;
	font-size: 23px;
}
.education__training__list__heading + p {
	margin: 30px 0 0;
	font-size: 18px;
	line-height: 1.5;
}
.education__buddy {
	padding: 100px 0;
}
.education__buddy__copy {
	width: 1200px;
	margin: 60px auto 0;
	font-size: 34px;
	font-weight: bold;
}
.education__buddy__list {
	width: 1200px;
	margin: 25px auto 0;
}
.education__buddy__list li {
	padding: 0 0 0 18px;
	font-size: 18px;
	line-height: 1.5;
}
.education__buddy__list li::before {
	content: "●";
	margin: 0 0 0 -18px;
}
.education__buddy__list li + li {
	margin-top: 25px;
}
.education__buddy__image ul {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 60px auto 0;
}
.education__buddy__image ul li {
	width: 565px;
}
.education__online {
	padding: 100px 0 0;
}
.education__online small {
	display: block;
	width: 1200px;
	margin: 30px auto 0;
	font-size: 18px;
}
.education__online__image {
	width: 620px;
	margin: 50px auto 0;
}


/* ------------------------------------------------------------
	Q & A
------------------------------------------------------------ */
.faq {
	background: #f2f2f2;
}
.faq .page__title::before {
	background: url(../image/top/mv_bottom_gray.png) no-repeat bottom;
	background-size: 100% auto;
}
.faq article {
	padding: 0 0 200px;
}
.faq__subject + .faq__subject {
	margin-top: 200px;
}
.faq__subject__heading {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 25px;
	color: var(--aomiblue);
	font-size: 40px;
	font-weight: bold;
	border: var(--aomiblue) solid 2px;
}
.faq__subject__list {
	width: 1200px;
	margin: 60px auto 0;
}
.faq__subject__list dt {
	display: flex;
	align-items: center;
	background: #fff;
	padding: 8px;
	position: relative;
}
.faq__subject__list dd + dt {
	margin-top: 45px;
}
.faq__subject__list dt::before {
	content: "Q";
	background: var(--aomiblue);
	width: 65px;
	height: 65px;
	color: #fff;
	font-family: var(--foreign);
	font-size: 48px;
	font-weight: bold;
	line-height: 65px;
	text-align: center;
	border-radius: 8px;
}
.faq__subject__list dt::after {
	content: "";
	background: var(--aomiblue);
	width: 8px;
	height: 15px;
	margin: auto;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 72px;
}
.faq__subject__list dt span {
	width: calc(100% - 65px - 26px);
	margin: 0 0 0 auto;
	color: var(--aomiblue);
	font-size: 34px;
}
.faq__subject__list dd {
	display: flex;
	margin: 20px 0 0 70px;
	position: relative;
}
.faq__subject__list dd::before {
	content: "A";
	background: #fff;
	width: 65px;
	height: 65px;
	color: var(--aomiblue);
	font-family: var(--foreign);
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	line-height: 65px;
	border-radius: 8px;
}
.faq__subject__list dd::after {
	content: "";
	background: #fff;
	width: 8px;
	height: 15px;
	margin: auto;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	position: absolute;
	top: 25px;
	left: 65px;
}
.faq__subject__list dd > * {
	width: calc(100% - 65px - 26px);
	margin: 0 0 0 auto;
	line-height: 1.5;
}
.faq__subject__list dd > * .mailto {
	margin: 20px 0 0;
	padding: 20px 0 0;
	border-top: #000 solid 1px;
}


/* ------------------------------------------------------------
	新卒採用採用
------------------------------------------------------------ */
.graduate article {
	padding: 0 0 200px;
}
.graduate__heading {
	background: var(--aomiblue);
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	mask-image: url(../image/mask_ttl.png);
    mask-position: center;
    mask-repeat: no-repeat;
}
.graduate__data {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 1200px;
	margin: 50px auto 0;
	border-bottom: #000 solid 1px;
	position: relative;
}
.graduate__data::before {
	content: "";
	background: #e2ecf8;
	width: 280px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.graduate__data > dt {
	width: 280px;
	padding: 25px 0;
	text-align: center;
}
.graduate__data > dd {
	width: 920px;
	padding: 25px 30px;
	line-height: 1.5;
	position: relative;
}
.graduate__data > dd::before {
	content: "";
	display: block;
	width: 1200px;
	height: 1px;
	position: absolute;
	top: 0;
	right: 0;
	border-top: #000 solid 1px;
}
.graduate__data__innertable {
	display: flex;
	flex-wrap: wrap;
}
.graduate__data__innertable dt {
	width: 8rem;
	line-height: 1.5;
}
.graduate__data__innertable dd {
	width: calc(100% - 8rem);
	line-height: 1.5;
}
.graduate__schedule {
	margin: 200px auto 0;
}
.graduate__schedule__order {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 50px auto 0;
}
.graduate__schedule__order > li {
	background: #e2ecf8;
	width: 215px;
	padding: 10px;
	position: relative;
}
.graduate__schedule__order > li:not(:last-of-type)::before {
	content: "";
	display: block;
	background: #e2ecf8;
	width: 95px;
	height: 95px;
	margin: auto;
	position: absolute;
	top: 0;
	right: -15px;
	bottom: 0;
	z-index: -1;
	clip-path: polygon(0 50%, 50% 0, 100% 50%, 50% 100%);
}
.graduate__schedule__order__label {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--aomiblue);
	padding: 10px 0;
	color: #fff;
	font-size: 36px;
	text-align: center;
}
.graduate__schedule__order__label span {
	margin: 0 10px 0 0;
	font-size: 18px;
}
.graduate__schedule__order > li p {
	margin: 20px 0 0;
	font-size: 18px;
	line-height: 1.5;
}
.graduate__schedule__order > li ul li {
	margin: 20px 0 0;
	padding: 0 0 0 18px;
	font-size: 18px;
	line-height: 1.5;
}
.graduate__schedule__order > li ul li::before {
	content: "●";
	margin: 0 0 0 -18px;
}

.graduate__entry {
	display: flex;
	background: var(--gray);
	width: 1200px;
	margin: 200px auto 0;
}
.graduate__entry > span {
	width: 850px;
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	line-height: 165px;
	text-align: center;
}
.graduate__entry a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--aomiblue);
	width: 350px;
	height: 165px;
	color: #fff;
}
.graduate__entry a span {
	font-size: 60px;
	font-weight: bold;
}
.graduate__entry a::after {
	content: "▲";
	display: inline-block;
	background: #fff;
	width: 65px;
	height: 65px;
	margin: 0 0 0 30px;
	color: var(--aomiblue);
	line-height: 65px;
	text-align: center;
	transform: rotate(90deg);
	border-radius: 50%;
}


/* ------------------------------------------------------------
	キャリア採用
------------------------------------------------------------ */
.career article {
	padding: 0 0 200px;
}
.career__heading {
	background: var(--red);
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	mask-image: url(../image/mask_ttl.png);
    mask-position: center;
    mask-repeat: no-repeat;
}
.career__data {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 1200px;
	margin: 50px auto 0;
	border-bottom: #000 solid 1px;
	position: relative;
}
.career__data::before {
	content: "";
	background: #fbe0d4;
	width: 280px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.career__data > dt {
	width: 280px;
	padding: 25px 0;
	text-align: center;
}
.career__data > dd {
	width: 920px;
	padding: 25px 30px;
	line-height: 1.5;
	position: relative;
}
.career__data > dd::before {
	content: "";
	display: block;
	width: 1200px;
	height: 1px;
	position: absolute;
	top: 0;
	right: 0;
	border-top: #000 solid 1px;
}
.career__data__innertable {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 4rem;
}
.career__data__innertable dt {
	width: 3rem;
	line-height: 1.5;
}
.career__data__innertable dt::before {
	content: "[";
}
.career__data__innertable dt::after {
	content: "]";
}
.career__data__innertable dd {
	width: calc(100% - 3rem);
	line-height: 1.5;
}
.career__entry {
	display: flex;
	background: var(--gray);
	width: 1200px;
	margin: 200px auto 0;
}
.career__entry > span {
	width: 850px;
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	line-height: 165px;
	text-align: center;
}
.career__entry a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--red);
	width: 350px;
	height: 165px;
	color: #fff;
}
.career__entry a span {
	font-size: 60px;
	font-weight: bold;
}
.career__entry a::after {
	content: "▲";
	display: inline-block;
	background: #fff;
	width: 65px;
	height: 65px;
	margin: 0 0 0 30px;
	color: var(--red);
	line-height: 65px;
	text-align: center;
	transform: rotate(90deg);
	border-radius: 50%;
}


.interview article {
	padding: 0 0 300px;
}
.interview__title {
	height: 940px;
	margin: 0 0 100px;
	padding: 0 calc((100% - 1200px ) / 2);
	opacity: 0;
	animation: show__image 1s ease 0.1s forwards;
	position: relative;
}
/*.interview__title::before {
	content: "";
	background: url(../image/top/mv_bottom.png) no-repeat bottom;
	background-size: 100% auto;
	width: 100%;
	height: 50vh;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 5;
}*/
.interview__title__image {
	width: 100%;
	height: 940px;
	position: absolute;
	top: 0;
	left: 0;
}
.interview__title__image::before {
	content: "";
	background: url(../image/top/mv_bottom.png) no-repeat bottom;
	background-size: 100% auto;
	width: 100%;
	height: 50vh;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 5;
}
.interview__title__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.interview__title__block {
	background: #fff;
	width: 500px;
	padding: 40px;
	position: relative;
	z-index: 1;
	opacity: 0;
	margin-left: -100%;
	animation: slide__page__title 0.5s ease 0.4s forwards;
}
.interview__title__label {
	display: flex;
	align-items: center;
	margin: 0 0 15px;
}
.interview__title__label .no {
	background: var(--red);
	width: 80px;
	height: 80px;
	color: #fff;
	font-size: 42px;
	font-weight: bold;
	line-height: 80px;
	text-align: center;
}
.interview__title__label__col {
	width: 315px;
	margin: 0 0 0 auto;
}
.interview__title__label__english {
	display: block;
	margin: 0 0 10px;
	font-size: 42px;
	font-weight: bold;
	font-style: italic;
}
.interview__title__label__heading {
	font-size: 36px;
	font-weight: bold;
}
.interview__title__data {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.interview__title__data::before {
	content: "";
	background: repeating-linear-gradient(-70deg, var(--aomiblue), var(--aomiblue) 10px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 20px);
	width: 100%;
	height: 25px;
	margin: 0 0 30px;
}
.interview__title__data dt {
	background: var(--aomiblue);
	width: 145px;
	padding: 15px;
	color: #fff;
	text-align: center;
}
.interview__title__data dt.jimu {
	background: #8a65a7;
}
.interview__title__data .belong {
	width: 260px;
	margin: 0 0 0 auto;
	font-size: 20px;
	line-height: 1.5;
}
.interview__title__data .name {
	width: 100%;
	margin: 25px 0 0;
	font-size: 60px;
	font-weight: bold;
	text-align: center;
}
.interview__entry {
	width: 1200px;
	margin: 0 auto;
}
.interview__entry__heading {
	color: var(--aomiblue);
	font-size: 55px;
	font-weight: bold;
	line-height: 2;
	text-align: center;
}
.interview__entry__movie {
	margin: 200px auto 0;
}
.interview__entry__movie__heading {
	margin: 0 0 30px;
	font-size: 50px;
	font-weight: bold;
	font-style: italic;
}
.interview__entry__movie__heading small {
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
}
.interview__entry__midheading {
	margin: 100px 0 60px;
	color: var(--aomiblue);
	font-size: 48px;
	font-weight: bold;
}
.interview__entry p {
	font-size: 33px;
	line-height: 1.5;
}
.interview__entry__inner {
	display: flex;
	margin: 100px auto 0;
}
.interview__entry__col {
	width: 465px;
}
.interview__entry__col .interview__entry__midheading:first-of-type {
	margin-top: 0;
}
.interview__entry__image {
	width: 660px;
	margin: 0 0 0 auto;
}
.interview__entry__inner.right .interview__entry__image {
	order: -1;
	margin: 0 auto 0 0;
}
.interview__list {
	padding: 130px 0 100px;
}
.interview__list__heading {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
.interview__list__label {
	width: 400px;
	margin: 20px auto 0;
	color: var(--aomiblue);
	font-size: 42px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.interview__list__label::before {
	content: "";
	display: block;
	background: repeating-linear-gradient(-70deg, var(--aomiblue), var(--aomiblue) 10px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 20px);
	width: 100%;
	height: 10px;
	margin: 0 0 20px;
}
.interview__list ul {
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
	margin: 75px auto 0;
}
.interview__list ul li {
	width: 205px;
}
.interview__list ul li + li {
	margin-left: calc((100% - 1025px) / 4);
}
.interview__list ul li:nth-of-type(n+6) {
	margin-top: 50px;
}
.interview__list ul li:nth-of-type(6) {
	margin-left: auto;
}
.interview__list ul li a {
	display: block;
}
.list01 .interview__list ul li:nth-of-type(1) a,
.list02 .interview__list ul li:nth-of-type(2) a,
.list03 .interview__list ul li:nth-of-type(3) a,
.list04 .interview__list ul li:nth-of-type(4) a,
.list05 .interview__list ul li:nth-of-type(5) a,
.list06 .interview__list ul li:nth-of-type(6) a,
.list07 .interview__list ul li:nth-of-type(7) a  {
	pointer-events: none;
}
.interview__list__image {
	margin: 0 0 20px;
	position: relative;
}
.list01 .interview__list ul li:nth-of-type(1) .interview__list__image::before,
.list02 .interview__list ul li:nth-of-type(2) .interview__list__image::before,
.list03 .interview__list ul li:nth-of-type(3) .interview__list__image::before,
.list04 .interview__list ul li:nth-of-type(4) .interview__list__image::before,
.list05 .interview__list ul li:nth-of-type(5) .interview__list__image::before,
.list06 .interview__list ul li:nth-of-type(6) .interview__list__image::before,
.list07 .interview__list ul li:nth-of-type(7) .interview__list__image::before {
	content: "";
	background: var(--aomiblue);
	width: 100%;
	height: 100%;
	opacity: 0.4;
	position: absolute;
	top: 0;
	left: 0;
}
.interview__list__image::after {
	content: "";
	background: var(--aomiblue);
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.jimu .interview__list__image::after {
	background: #8a65a7;
}
.interview__list__inner {
	display: flex;
	align-items: center;
}
.interview__list__no {
	background: var(--red);
	width: 45px;
	height: 45px;
	color: #fff;
	font-family: var(--foreign);
	font-size: 24px;
	font-weight: bold;
	line-height: 45px;
	text-align: center;
}
.list01 .interview__list ul li:nth-of-type(1) .interview__list__no,
.list02 .interview__list ul li:nth-of-type(2) .interview__list__no,
.list03 .interview__list ul li:nth-of-type(3) .interview__list__no,
.list04 .interview__list ul li:nth-of-type(4) .interview__list__no,
.list05 .interview__list ul li:nth-of-type(5) .interview__list__no,
.list06 .interview__list ul li:nth-of-type(6) .interview__list__no,
.list07 .interview__list ul li:nth-of-type(7) .interview__list__no {
	background: var(--aomiblue);
}
.interview__list__data {
	width: 150px;
	margin: 0 0 0 auto;
}
.interview__list__data dt {
	font-size: 14px;
}
.interview__list__data dd {
	margin: 10px 0 0;
	font-size: 24px;
}


/* ------------------------------------------------------------
	エントリーフォーム
------------------------------------------------------------ */
.contact article {
	padding: 0 0 200px;
}
.contact__heading {
	background: var(--aomiblue);
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	mask-image: url(../image/mask_ttl.png);
    mask-position: center;
    mask-repeat: no-repeat;
}
.contact__heading + p {
	width: 1200px;
	margin: 50px auto 0;
	font-size: 34px;
	line-height: 1.5;
}
.contact__subheading {
	width: 1200px;
	margin: 100px auto 0;
	color: var(--aomiblue);
	font-size: 48px;
	font-weight: bold;
}
.contact__list {
	width: 1200px;
	margin: 50px auto 0;
}
.contact__list li {
	padding: 0 0 0 1rem;
	line-height: 1.5;
}
.contact__list li + li {
	margin-top: 15px;
}
.contact__list li::before {
	content: "●";
	margin: 0 0 0 -1rem;
}
.contact__list a {
	color: var(--aomiblue);
	text-decoration: underline;
}
.contact__list + p {
	width: 1200px;
	margin: 50px auto 0;
	line-height: 1.5;
}
.contact__form {
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
	margin: 200px auto 0;
	border-bottom: #000 solid 1px;
	position: relative;
}
.contact__form > dt {
	display: flex;
	align-items: center;
	background: #e2ecf8;
	width: 40%;
	padding: 25px;
	border-top: #000 solid 1px;
}
.contact__form > dt.required::before {
	content: "必須";
	background: var(--red);
	margin: 0 0.5rem 0 0;
	padding: 10px;
	color: #fff;
	font-size: 0.8rem;
}
.contact__form > dd {
	width: 60%;
	padding: 25px;
	line-height: 1.5;
	border-top: #000 solid 1px;
}
.contact__form__flex {
	display: flex;
	align-items: center;
}
.contact__form__flex > * + * {
	margin-left: 25px;
}
.contact__form dd label {
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.contact__form dd input[type="text"] {
	width: 100%;
	padding: 0.5rem;
}
.contact__form dd input[type="text"] + input[type="text"] {
	margin: 25px 0 0;
}
.contact__form dd input[type="text"] + select {
	margin: 25px 0 0;
}
.contact__form dd input[type="checkbox"],
.contact__form dd input[type="radio"] {
	width: 25px;
	height: 25px;
	margin: 0 0.5rem 0 0;
}
.contact__form dd select {
	padding: 0.5rem;
}
.contact__form dd select + input[type="text"] {
	margin: 25px 0 0;
}
.contact__form dd textarea {
	width: 100%;
	height: 6rem;
	padding: 0.5rem;
}
.contact__form dd small {
	display: block;
	font-size: 18px;
	margin: 0 0 15px;
}
.contact__submit {
	display: flex;
	justify-content: center;
	margin: 100px auto 0;
}
.contact__submit li + li {
	margin-left: 1rem;
}
.contact__submit li button {
	background: var(--aomiblue);
	width: 350px;
	height: 125px;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	border: none;
	cursor: pointer;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.contact__submit li button.backto {
	background: var(--gray);
}
