@charset "UTF-8";



/* -------------------------------------------

kv

------------------------------------------- */
.top-kv {
	position: relative;
	background: url(../img/texture-1.jpg) center top;
	background-size: 100% auto;
}
/* ---- scroll ---- */
.scroll {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 10;
    font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.3em;
	left: 4rem;
	bottom: 0;
	color: #fff;
}
.scroll span {
    margin-top: 0.6rem;
    width: 0.11rem;
    height: 10rem;
    background: #fff;
    animation: scroll infinite 1s;
	margin-right: 0.2rem;
	margin-top: 1rem;
}
.top-kv-text-wrap {
	width: 88rem;
	max-width: 904px;
	color: #FFF;
	font-weight: 600;
	text-align: center;
	margin: max(-8.8rem,-90px) auto 0;
	position: relative;
}
.top-kv-text-wrap .wrap-1 {
	background: #008bd1;
}
.top-kv-text-wrap .txt-1 {
	font-size: min(3rem,30px);
	line-height: 1;
	padding: min(3.5rem,35px) 0 min(3rem,30px);
}
.top-kv-text-wrap .txt-2 {
	font-weight: 800;
	font-size: min(5rem,50px);
	filter: drop-shadow(5px 4px 0px rgba(0, 102, 204, 1));
	line-height: 1;
	padding-bottom: min(4rem,40px);
}
.top-kv-text-wrap .date {
	background: #0027a3;
	font-weight: 600;
	font-size: min(3.1rem,31px);
	line-height: 1;
	padding: min(2rem,20px) 0;;
}
.top-campaign {
	background: #FFF;
}

@media screen and (max-width: 768px) {
	.scroll {
		font-size: 0.9rem;
		left: 1.5rem;
	}
	.scroll span {
		height: 6rem;
	}
}
@keyframes scroll {
    0% {
        transform: scale(1,1);
        transform-origin: bottom;
    }
    100% {
        transform: scale(1,0);
        transform-origin: bottom;
    }
}
/* ---- wrap ---- */
.top-kv .wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
	color: #fff;
	font-weight: 800;
	text-align: center;
	font-size: 3.9rem;
	width: 100%;
}
.top-kv .wrap span {
	display: block;
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6));
	/*text-shadow: 
		2px 3px 10px rgba(0,0,0, 1),
	 	-3px 3px 10px rgba(0,0,0, 1),
		2px -3px 13px rgba(0,0,0, 1),
		-2px -3px 10px rgba(0,0,0, 1);*/
}
.top-kv .wrap span:nth-of-type(2) {
	font-size: 5.9rem;
}
@media screen and (max-width: 768px) {
	.top-kv .wrap {
		font-size: 2.4rem;
	}
	.top-kv-text-wrap {
		width: 96%;
	}
	.top-kv .wrap span:nth-of-type(2) {
		font-size: 2.8rem;
	}
	.top-kv-text-wrap .txt-1 {
		font-size: 2rem;
		padding: 2.5rem 0 2rem;
	}
	.top-kv-text-wrap .txt-2 {
		font-size: 3rem;
		padding-bottom: 3rem;
	}
	.top-kv-text-wrap .date {
		font-size: 2rem;
	}
}
/* ---- slider ---- */
.top-kv-slider > *:nth-of-type(1) {
	background: url(../img/top-kv-1.jpg) no-repeat center / cover;
}
.top-kv-slider > *:nth-of-type(2) {
	background: url(../img/top-kv-2.jpg) no-repeat center / cover;
}
.top-kv-slider > *:nth-of-type(3) {
	background: url(../img/top-kv-3.jpg) no-repeat center / cover;
}
@media screen and (max-width: 768px) {
	.top-kv-slider > * {
		height: 48rem;
	}
}
.top-kv-slider > *,
.CMS-NOT-EDITABLE-AREA {
	height: 72.8rem;
	/*max-height: 748px;*/
	max-height: 600px;
}
@media screen and (max-width: 768px) {
	.top-kv-slider > *,
	.CMS-NOT-EDITABLE-AREA {
		height: 40rem;
	}
}



/* -------------------------------------------

about

------------------------------------------- */
.top-about {
	background: 
		url(../img/texture-1.jpg) center top;
	background-size: 
		cover;
	padding: 8rem 0;	
}
@media screen and (max-width: 768px) {
	.top-about {
		padding: 8rem 0;	
	}
}
/* ---- h3 ---- */
.top-about h3 {
	font-size: 2.65rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.1em;
	padding: 3.8rem 0 3rem;
	border-bottom: 1px solid #000;
	position: relative;
}
.top-about h3::after {
	content: "";
	position: absolute;
	bottom: -0.2rem;
	left: 0;
	width: 7.1rem;
	height: 4px;
	background: #008bd1;
}
@media screen and (max-width: 768px) {
	.top-about h3 {
		font-size: 2rem;
	}
}
/* ---- h4 ---- */
.top-about h4 {
	text-align: center;
	color: var(--prime);
	font-size: 1.8rem;
	letter-spacing: 0.2em;
	margin: 3rem 0 4rem 0;
}
@media screen and (max-width: 768px) {
	.top-about h4 {
		font-size: 1.6rem;
		line-height: 1.8;
	}
}
/* ---- wrap ---- */
.top-about .wrap {
	width: 104.6rem;
	margin: 0 auto 8.8rem auto;
}
.top-about .wrap figure {
	width: 8rem;
}
.top-about .wrap p {
	font-weight: 600;
	font-size: 1.75rem;
	line-height: 1.94;
	margin-top: 2.5rem;
}
.top-about .wrap2 {
	margin-top: 9.4rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10.8rem;
}
@media screen and (max-width: 768px) {
	.top-about .wrap {
		width: auto;
		padding: 0 3rem;
		margin: 0 auto 5rem auto;
		flex-direction: column;
	}
	.top-about .wrap figure {
		width: 12rem;
		margin-bottom: 2rem;
	}
	.top-about .wrap p {
		padding-left: 0;
		width: 100%;
		line-height: 2;
	}
	.top-about .wrap2 {
		grid-template-columns: 1fr;
		gap: 3rem;
		margin-top: 3rem;
	}
}



/* -------------------------------------------

service

------------------------------------------- */
.top-service {
	background: url(../img/top-service-bg.jpg) no-repeat center / cover;
	color: #fff;
	padding: 10rem 0;
}
@media screen and (max-width: 768px) {
	.top-service {
		padding: 8rem 3rem;
	}
}
/* ---- h3 ---- */
.top-service h3 {
	line-height: 1;
	text-align: right;
	font-size: 5.8rem;
	margin-bottom: -1.5rem;
	margin-right: -2rem;
	position: relative;
	z-index: 10;
}
@media screen and (max-width: 768px) {
	.top-service h3 {
		font-size: 4.8rem;
	}
}
/* ---- ul ---- */
.top-service ul {
	display: flex;
	justify-content: space-between
}
.top-service ul li {
	width: 46%;
}
.top-service ul li:nth-child(2) {
	margin-top: 6rem;
}
@media screen and (max-width: 768px) {
	.top-service ul {
		display: block;
	}
	.top-service ul li {
		width: 100%;
	}
	.top-service ul li:nth-child(2) {
		margin-top: 5rem;
	}
}
/* ---- dl ---- */
.top-service dl {
	margin-bottom: 4rem;
}
.top-service dt {
	margin: 1.5rem 0 2rem 0;
	padding-bottom: 1.5rem;
	font-size: 2rem;
	position: relative;
	font-weight: bold;
}
.top-service dt::before {
	content: "";
	width: 100%;
	height: 0.15rem;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.top-service dt::after {
	content: "";
	width: 8rem;
	height: 0.4rem;
	background: var(--prime);
	position: absolute;
	left: 0;
	bottom: -0.1rem;
	z-index: 10;
}
.top-service dd {
	line-height: 2;
}



/* -------------------------------------------

parallax

------------------------------------------- */
.bg-parallax {
    height: 43.8rem;
}
.bg-parallax::before {
    content: "";
    background: url(../img/bg-pa.jpg) no-repeat center / cover;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}
@media screen and (max-width: 768px) {
	.bg-parallax {
		height: 28rem;
	}
}



/* -------------------------------------------

recruit

------------------------------------------- */
.top-recruit {
	background: #FFF;
	padding: 13.2rem 0 13.8rem 0;
	position: relative;
}
@media screen and (max-width: 768px) {
	.top-recruit {
		background: 
			url(../img/top-recruit-deco-2.png) no-repeat right 1rem bottom 1.5rem,
			url(../img/texture-1.jpg) center top;
		background-size: 
			10rem auto,
			100% auto;
		padding: 8rem 0 0 0;
	}
}

/* ---- wrap ---- */
.top-recruit .wrap {
	display: flex;
	align-items: flex-end;
	flex-direction: row-reverse;
	justify-content: flex-end;
	position: relative;
	margin-top: 10.5rem;
}
.top-recruit .wrap > figure {
	position: absolute;
	top: -5.6rem;
	right: 0;
	width: 44%;
	margin-left: -4%;
	z-index: 10;
}
.top-recruit .wrap > div {
	width: 61.8%;
	background: #008bd1;
	color: #fff;
	padding: 12rem 12rem 12rem 23.9rem;
}
@media screen and (max-width: 768px) {
	.top-recruit .wrap {
		display: block;
		margin-top: 3rem;
	}
	.top-recruit .wrap > figure {
		position: initial;
		width: 100%;
		margin-left: 0;
	}
	.top-recruit .wrap > div {
		width: 100%;
		margin-bottom: 0;
		padding: 4rem 3rem;
	}
}
/* ---- h3 ---- */
.top-recruit h3 {
	font-size: 2.92rem;
	line-height: 1.6;
	font-weight: 800;
}
@media screen and (max-width: 768px) {
	.top-recruit h3 {
		font-size: 2.2rem;
		padding-left: 0;
		text-align: center;
	}
}
/* ---- p ---- */
.top-recruit p {
	border-top: solid 0.15rem #fff;
	border-bottom: solid 0.15rem #fff;
	padding: 3rem 1.5rem 3.25rem 1.5rem;
	font-size: 1.3rem;
	margin: 4rem 0 5rem 0;
}
@media screen and (max-width: 768px) {
	.top-recruit p {
		border-top: solid 0.15rem #fff;
		border-bottom: solid 0.15rem #fff;
		padding: 2rem 1.5rem 2.2rem 1.5rem;
		font-size: 1.3rem;
		margin: 3rem 0;
	}
}
.top-recruit .more-wrap {
	justify-content: flex-start;
	margin-top: 8rem;
}
@media screen and (max-width: 768px) {
	.top-recruit .more-wrap {
		justify-content: center;
		margin-top: 4rem;
	}
}

.top-info {
	background: url(../img/texture-1.jpg) center top;
    background-size: cover;
    padding: 8rem 0;
}
.top-info h3 {
	text-align: center;
	font-size: 3.9rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.75;
}
.top-info h4 {
	text-align: center;
	color: #0027a3;
	font-size: 2.9rem;
	font-weight: 600;
	padding: 6rem 0 4rem;
}
.top-info p {
	font-size: 1.85rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 2;
	width: 69.2%;
	margin: 0 auto;
}
.top-info .more-wrap {
	margin-top: 6rem;
}
@media screen and (max-width: 768px) {
	.top-info {
		padding: 8rem 3rem;
	}
	.top-info h3 {
		font-size: 3rem;
	}
	.top-info p {
		width: 100%;
	}
	.top-info h4 {
		font-size: 2.5rem;
		padding: 3rem 0 2rem;
	}
}

/* -------------------------------------------

news

------------------------------------------- */
.top-news {
    padding: 9.9rem 0;
	background: #FFF
}
.top-news .heading-1 {
	margin-bottom: 6.4rem;
}
.top-news .CMS-NEWS-TIME {
	margin-bottom: 1.5rem;
	font-size: 1.95rem;
	margin-top: 3rem;
	line-height: 1;
}
.top-news .CMS-NEWS-LINK {
	font-size: 1.95rem;
}
@media screen and (max-width: 768px) {
    .top-news {
        padding: 6rem 3rem;
    }
	.top-news .heading-1 {
		margin-bottom: 3rem;
	}
}
/* ---- wrap ---- */
.top-news .wrap {
	background: #fff;
	width: 107rem;
}
@media screen and (max-width: 768px) {
	.top-news .wrap {
		width: 100%;
	}
}
.top-news h2::after {
	display: none;
}
/* ---- more ---- */
.top-news .more {
    margin: 7.5rem auto 0 auto;
}
/* ---- cms ---- */
.top-news .CMS-NEWS-INDEX {
    padding-bottom: 0;
	gap: 2%;
}
.top-news .CMS-NEWS-MORE-READ {
    display: none;
}
.top-news .CMS-NEWS-ITEM { 
	padding-bottom: 0;
}



/* -------------------------------------------

access

------------------------------------------- */
.top-access {
	background: #FFF;
	padding: 13.7rem 0 15.5rem 0;
}
@media screen and (max-width: 768px) {
	.top-access {
		padding: 8rem 3rem;
	}
}
/* ---- wrap ---- */
.top-access .wrap {
	display: flex;
	align-items: flex-end;
}
.top-access .wrap > div:nth-of-type(1) {
	width: 44.8%;
	position: relative;
	z-index: 10;
}
.top-access .wrap > div:nth-of-type(2) {
	width: 50%;
}
.top-access .wrap > div:nth-of-type(2) > div {
	color: #000;
	padding: 0 5rem 0 10rem;
}
.top-access .detail a {
	color: #000;
}
.top-access .more-wrap {
	justify-content: flex-end;
	margin-top: 4rem;
}
@media screen and (max-width: 768px) {
	.top-access .wrap {
		display: block;
	}
	.top-access .wrap > div:nth-of-type(1) {
		width: 100%;
	}
	.top-access .wrap > div:nth-of-type(2) {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.top-access .wrap > div:nth-of-type(2) > div {
		padding: 2rem 3rem 3rem 3rem;
		box-shadow: none;
	}
	.top-access .more-wrap {
		justify-content: center;
	}
}



/* -------------------------------------------

instagram

------------------------------------------- */
.top-insta {
	padding: 12rem 0 14.5rem;
	background: #d7f1ff;
}
@media screen and (max-width: 768px) {
	.top-insta {
		padding: 8rem 0;
	}
}
/* ---- wrap ---- */
.top-insta .wrap {
	margin: 0 auto;
	width: 86.3rem;
}
@media screen and (max-width: 768px) {
	.top-insta .wrap {
		padding: 0 3rem;
		width: auto;
	}
}
/* ---- cms ---- */
.CMS-INSTAGRAM-LIST {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.CMS-INSTAGRAM-LIST > * {
    margin-right: 2.8rem;
    width: calc((100% - 5.6rem) / 3);
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(3n) {
    margin-right: 0;
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 4) {
    margin-top: 2.8rem;
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
    display: none;
}
@media screen and (max-width: 768px) {
	.CMS-INSTAGRAM-LIST > * {
		margin-right: 1rem;
		width: calc((100% - 2rem) / 3);
	}
	.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 4) {
		margin-top: 1rem;
	}
}



/* -------------------------------------------

bnr

------------------------------------------- */
.top-bnr {
	background: url(../img/texture-1.jpg) center top;
	background-size: 100% auto;
	padding: 10rem 0;
}
@media screen and (max-width: 768px) {
	.top-bnr {
		padding: 3rem;
	}
}



/* -------------------------------------------

cv

------------------------------------------- */
.cv {
	background: var(--prime);
	color: #fff;
	padding: 3rem 0;
}
@media screen and (max-width: 768px) {
	.cv {
		padding: 6rem 3rem;
	}
}
.cv a {
	color: #fff;
}
/* ---- h2 ---- */
.cv h2 {
	margin-bottom: 0;
	margin-right: 8rem;
}
.cv h2::after {
	display: none;
}
@media screen and (max-width: 768px) {
	.cv h2 {
		margin-bottom: 3rem;
		margin-right: 0;
	}
}
/* ---- wrap ---- */
.cv .wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 768px) {
	.cv .wrap {
		flex-direction: column;
	}
}
/* ---- ul ---- */
.cv ul {
	display: flex;
}
.cv ul li {
	width: 30rem;
}
.cv ul li:not(:last-child) {
	margin-right: 2rem;
}
.cv ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 0.15rem #fff;
	width: 100%;
	height: 10rem;
	font-weight: bold;
}
.cv ul li a img {
	width: 4.5rem;
	margin-right: 1rem;
}
.cv-form {
	font-size: 1.8rem;
}
.cv-tel a span {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 2.6rem;
}
.cv-tel a span i {
	font-size: 1.2rem;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.cv ul {
		flex-direction: column;
	}
	.cv ul li {
		width: 100%;
	}
	.cv ul li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 1.5rem;
	}
	.cv ul li a {
		width: 32rem;
		text-decoration: none !important;
	}
	.cv-tel a span i {
		font-size: 1.4rem;
		line-height: 1;
	}
}



/* -------------------------------------------

form

------------------------------------------- */
.CMS-FORM-GROUP {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP {
        display: block;
    }
}
.CMS-FORM-GROUP:not(:last-of-type) {
    margin-bottom: 4rem;
}
.CMS-FORM-GROUP > label {
    width: 30%;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP label {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
}
.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
    -webkit-appearance: none;
    appearance: none;
    border: #ddd solid 1px;
    padding: 2rem;
    width: 70%;
}
.CMS-FORM-GROUP textarea {
    -webkit-appearance: none;
    appearance: none;
    border: #ddd solid 1px;
    width: 70%;
    height: 16rem;
    padding: 2rem;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-INPUT,
    .CMS-FORM-EMAIL,
    .CMS-FORM-GROUP textarea {
        width: 100%;
    }
}
/* ---- radio ---- */
.CMS-FORM-RADIO {
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    width: 70%;
}
.CMS-FORM-RADIO > div:not(:last-of-type) {
    margin-right: 2.5rem;
    margin-bottom: 1.2rem;
}
.CMS-FORM-RADIO > div {
    display: flex;
    align-items: center;
    width: calc(100% - 18px);
}
.CMS-FORM-RADIO > div label {
    margin-left: 0.5rem;
    margin-top: 0.3rem;
}
_::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
    margin-top: 0;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-RADIO {
        display: block;
        width: 100%;
        white-space:unset;
    }
    .CMS-FORM-RADIO > div:not(:last-of-type) {
        margin-bottom: 1.2rem;
    }
    .CMS-FORM-RADIO > div label {
        width: calc(100% - 24px);
    }
    _::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
        margin-top: 0.7rem;
    }   
}
input[type="radio"] {
    position: relative;
    width: 18px;
    height: 18px;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 50%;
    vertical-align: -2px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
input[type="radio"]:checked:before {
    content: "";
    background: var(--prime);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
}
@media screen and (max-width: 768px) {
    input[type="radio"] {
        width: 24px;
        height: 24px;
    }
    input[type="radio"]:checked:before {
        width: 12px;
        height: 12px;
    }
}
/* ---- submit ---- */
.CMS-FORM-GROUP input[type="submit"] {
    background: var(--prime);
    color: #fff;
    display: block;
	font-weight: bold;
    font-size: 1.6rem;
    margin: 0 auto;
    padding: 1.6rem 0 1.75rem 0;
    transition: all .3s;
    width: 24rem;
}
.CMS-FORM-GROUP input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.5;
}
input[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
    border: none;
    border-radius: 0;
}
input[type="submit"]::-webkit-search-decoration {
    display: none;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP input[type="submit"] {
        width: 100%;
        font-size: 1.7rem;
    }   
}
/* ---- calendar ---- */
input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: #ddd solid 1px;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 2rem;
    width: 70%;
}
@media screen and (max-width: 768px) {
    input[type="date"] {
        width: 100%;
    }
}
/* ---- select ---- */
.select-wrap {
    position: relative;
    width: 70%;
}
.select-wrap::before {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    border-right: solid 0.15rem #333;
    border-bottom: solid 0.15rem #333;
    transform: rotate(45deg);
    position: absolute;
    right: 1.2rem;
    top: calc(50% - 0.6rem);
    z-index: 10;
}
select {
    appearance: none;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 0;
    color: #000;
    font-size: 1.4rem;
    padding: 1.6rem 4rem 1.5rem 1.5rem;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .select-wrap {
        width: 100%;
    }
}
/* ---- required ---- */
.required {
    background: var(--prime);
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
    margin-left: 1.0rem;
    padding: 0.2rem 0.7rem 0.35rem 0.7rem;
    vertical-align: 0.1rem;
}
/* <span class="required">必須</span> */
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP input:focus,
    .CMS-FORM-GROUP textarea:focus {
        font-size: 16px;
    }
}



/* -------------------------------------------

privacy

------------------------------------------- */
.privacy {
    background: #fff;
    border: 1px solid #ddd;
    font-size: 1.2rem;
    height: 20rem;
    overflow: auto;
    padding: 1.7rem 2rem;
}
.privacy-note {
    font-size: 1.2rem;
    margin: 5rem 0 2rem 0;
}



/* -------------------------------------------

thanx

------------------------------------------- */
.thanx {
    text-align: center;
}
@media screen and (max-width: 768px) {
    .thanx {
        text-align: left;
    }
}
.back {
    display: block;
    text-align: center;
}
.back a {
    color: var(--prime);
}



/* -------------------------------------------

about

------------------------------------------- */
.about .sig {
	display: block;
	text-align: right;
	margin-top: 2rem;
}
.about-img {
	display: flex;
	justify-content: space-between;
}
.about-img figure img {
	object-fit: cover;
}
.about-img.three figure {
	width: 32%;
}
.about-img.three figure img {
	aspect-ratio: 1 / 1;
}
.about-img.four {
	display: flex;
	justify-content: space-between;
}
.about-img.four figure {
	width: 24%;
}
.about-img.four figure img {
	aspect-ratio: 4 / 3;
}
.about-img figure figcaption {
	text-align: center;
	margin-top: 0.7rem;
}
@media screen and (max-width: 768px) {
	.about-img {
		display: flex;
		justify-content: space-between;
	}
	.about-img.three {
		display: block;
	}
	.about-img.three figure:not(:last-of-type) {
		margin-bottom: 2.5rem;
	}
 	.about-img.three figure {
		width: 100%;
	}
	.about-img.four {
		flex-wrap: wrap;
	}
	.about-img.four figure {
		width: 49%;
	}
	.about-img.four figure:nth-of-type(n + 3) {
		margin-top: 4%;
	}
}



/* -------------------------------------------

recruit

------------------------------------------- */
.recruit-summary h3 {
	text-align: center;
	font-size: 3.2rem;
	color: var(--prime);
	margin-bottom: 4rem;
}
.recruit-summary ul {
	display: flex;
	justify-content: space-between;
}
.recruit-summary ul li {
	width: 31%;
}
.recruit-summary figcaption {
	margin-top: 0.8rem;
	line-height: 1.5;
	font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
	.recruit-summary h3 {
		font-size: 2.2rem;
		margin-bottom: 3rem;
	}
	.recruit-summary ul {
		display: block;
	}
	.recruit-summary ul li {
		width: 100%;
	}
	.recruit-summary ul li:not(:last-child) {
		margin-bottom: 3rem;
	}
}
.recruit-staff {
	background: url(../img/top-insta-bg.jpg) no-repeat center / cover;
	padding: 3rem;
	border: solid 0.2rem var(--prime);
}
.recruit-staff > div:not(:last-of-type) {
	margin-bottom: 2.5rem;
}
.recruit-staff > div {
	display: flex;
}
.recruit-staff > div > * {
	width: 50%;
}
.recruit-staff > div > p {
	padding-left: 2rem;
}
@media screen and (max-width: 768px) {
	.recruit-staff {
		padding: 2rem;
		display: block;
	}
	.recruit-staff > div {
		display: block;
	}
	.recruit-staff > div > * {
		width: 100%;
	}
	.recruit-staff > div > p {
		padding-left: 0;
	}
	.recruit-staff figure {
		margin-bottom: 1rem;
	}
}
.recruit-staff span {
	background: var(--prime);
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	padding: 0.8rem 0 0.9rem 0;
	text-align: center;
	position: relative;
	display: block;
}
.recruit-staff span::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 1rem solid transparent;
	border-right: 1rem solid transparent;
	border-top: 1rem solid var(--prime);	
	position: absolute;
	left: calc(50% - 1rem);
	bottom: -0.9rem;
	z-index: 10;
}




/* -------------------------------------------

flow

------------------------------------------- */
.flow ul li {
	position: relative;
}
.flow ul li:not(:last-child):before {
	content: "";
	width: 0;
	height: 0;
	border-left: 2rem solid transparent;
	border-right: 2rem solid transparent;
	border-top: 1rem solid var(--prime);
	position: absolute;
	left: calc(50% - 2rem);
	bottom: -3.8rem;	
}
.flow ul li:not(:last-child) {
	margin-bottom: 6rem;
}
.flow ul dt {
	background: var(--prime);
	color: #fff;
	font-weight: bold;
	font-size: 1.7rem;
	padding: 0.8rem 1.5rem 0.9rem 1.5rem;
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
	.flow ul .wrap figure {
		margin-bottom: 0;
	}
}



/* -------------------------------------------

service

------------------------------------------- */
.service-summary li {
	display: flex;
	justify-content: space-between;
}
.service-summary li:nth-child(even) {
	flex-direction: row-reverse;
}
.service-summary li figure {
	width: 40%;
}
.service-summary li > div {
	width: 55%;
	padding-top: 2rem;
}
.service-summary li:not(:last-child) {
	margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
	.service-summary li {
		display: block;
	}
	.service-summary li figure {
		width: 100%;
	}
	.service-summary li > div {
		width: 100%;
	}
	.service-summary li:not(:last-child) {
		margin-bottom: 3rem;
	}
}
/* ---- table ---- */
table {
	border-collapse: collapse;
	border: solid 0.3rem var(--prime);
	background: #fff;
	width: 100%;
}
table th,
table td {
	border: solid 0.15rem var(--prime);
	padding: 1rem;
	vertical-align: middle;
}
table th {
	background: #66aa82;
	color: #fff;
	white-space: nowrap;
}
/* ---- service-oldpaper ---- */
.service-oldpaper {
	display: flex;
	flex-wrap: wrap;
}
.service-oldpaper li {
	width: 31%;
	margin-right: 3.5%;
}
.service-oldpaper li:nth-child(3n) {
	margin-right: 0;
}
.service-oldpaper li:nth-child(n + 4) {
	margin-top: 3rem;
}
.service-oldpaper dt {
	background: var(--prime);
	font-weight: bold;
	text-align: center;
	padding: 0.5rem 0 0.6rem 0;
	color: #fff;
}
.service-oldpaper figcaption {
	text-align: center;
	margin-top: 0.6rem;
	font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
	.service-oldpaper {
		display: block;
	}
	.service-oldpaper li {
		width: 100%;
		margin-right: 0;
	}
	.service-oldpaper li:not(:last-child) {
		margin-bottom: 2rem;
	}
	.service-oldpaper li:nth-child(n + 4) {
		margin-top: 0;
	}
	.service-oldpaper dt {
		font-size: 1.6rem;
	}
}
.service-taboo {
	display: flex;
	flex-wrap: wrap;
}
.service-taboo li {
	width: 25%;
	text-align: center;
	padding: 1rem 0 1.1rem 0;
	background: #fff;
	position: relative;
}
.service-taboo li::before {
	content: "";
	box-sizing: border-box;
	width: calc(100% - 0.5rem);
	height: calc(100% - 0.5rem);
	border: solid 0.12rem var(--prime);
	position: absolute;
	left: 0.25rem;
	top: 0.25rem
}
@media screen and (max-width: 768px) {
	.service-taboo {
		font-size: 1.3rem;
	}
	.service-taboo li {
		width: 50%;
	}
}