@charset "utf-8";

:root {
	--key: #399cc6;
	--bk1: #444;
	--bk2: #5e6264;
	--bl1: #20ade4;
	--bl2: #008abc;
	--bl3: #c7d5d9;
	--gn1: #68b65b;
	--gn2: #8dc883;	
	--gy1: #d9d9d9;
	--gy2: #9e9f9f;
	--gy3: #bdbdbd;
	--gy4: #f6f6f6;
	--back1: #ebf0f2;
	--back2: #f8f6e6;
	--back3: #e3f1fa;
	--back4: #f5f5f5;
	--mark: #fff5b7;
}

/* Zen Kaku Gothic New /Regular:400 /Medium:500 /Bold:700 /Black:900 */
.g {
  font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
  font-style: normal;
}

/* minion-pro /Regular:400 /Medium:500 /Semibold:600 */
.e {
  font-family: minion-pro, serif;;
	font-weight: 400;
  font-style: normal;
}

body {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-optical-sizing: auto;
  /*font-feature-settings: "palt";*/
  color: var(--bk1);
	font-size: 16px;
	font-weight: 400;  
  font-style: normal;	
}
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;  
  background-color: #fff;
  z-index: 99999;
  pointer-events: none;
  opacity: 0;
  transition: opacity .8s ease;
}
body.fadeout::after {
  opacity: 1;
}

p {
	font-size: 16px;
	text-align: justify;
}

a {
  transition: all 0.4s;
  opacity: 1;
}
a:hover {
  opacity: 0.55;
}

mark {
	color: var(--key);
	font-weight: 500;
	background-color: var(--mark);
}

br.sp {
  display: none;
}
img.sp {
	display: none;
}


.sa {
  opacity: 0 !important;
  transition: all 1.0s ease;
}

.sa.show {
  opacity: 1 !important;
  transform: none;
}
.sa--left {
  transform: translate(15px,0);
}
.sa--right {
  transform: translate(-15px,0);
}
.sa--up {
  transform: translate(0,15px);
}
.sa--down {
  transform: translate(0,-15px);
}


/*===== header =====*/
header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 50000;
	width: 100%;
	transition: all .3s;	
	pointer-events: auto;
}
header.hid {
	opacity: 0;
	pointer-events: none;
}
header.mv {
	background-color: rgba(255,255,255,0.9);
}

header .inner {
	position: relative;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	width: 100%;
	height: 110px;
	padding: 0 30px 0 35px;
	margin: auto;
	transition: all .3s;
}
header.mv .inner {
	height: 80px;
}

/*header .inner::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 110px;
	z-index: -1;
	width: 100%;
	height: 40px;
	background-color: rgba(255,255,255,0.9);
	transition: all .3s;
	opacity: 0;
	pointer-events: none;
}
header.mv .inner::after {
	opacity: 1;
}*/

h1 {
	width: 228px;
	margin: 0 auto 0 0;
	transition: all .3s;
}
body.top header h1 a {
	opacity: 0;
	pointer-events: none;
}
body.top header.mv h1 a {
	opacity: 1;
	pointer-events: auto;
}

h1 a {
	display: block;
	position: relative;
	pointer-events: auto;
	transition: all .3s;	
}

header.mv h1 a img {
	clip-path: inset(0 150px 0 0);
}

header .inner nav ul {
	align-items: center;
}
header .inner nav ul li {
	position: relative;
	font-size: 15px;
	line-height: 1em;
	margin-right: 40px;
}
header .inner nav ul li:last-of-type {
	margin-right: 25px;
}
header .inner nav ul li:not(:first-child)::before {
	content: "";
	display: block;
	position: absolute;
	left: -20px;
	top: calc(50% + 1px);
	width: 4.5px;
	height: 4.5px;
	background-color: var(--key);
	border-radius: 50%;
	transform: translate(-50%,-50%);
}
header .inner nav ul li a {
	display: inline-block;
	color: var(--bk1);
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.09em;
	line-height: 1em;
	transition: all .3s;
}

header .inner .sub,
body.top header.mv .inner .sub {
	display: flex;
	align-items: center;
	position: absolute;
	right: 55px;
	bottom: -50px;
	transition: all .3s;
}
body.top header .inner .sub {
	bottom: -45px;
}

header .inner .sub a {
	transition: all .3s;
	opacity: 0;
	pointer-events: none;
}
body.top header .inner .sub a,
header.mv .inner .sub a {
	opacity: 1;
	pointer-events: auto;
}


header .inner .sub .tel {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.11em;
	line-height: 1em;
	width: 190px;
	height: 28px;
	padding: 4px 0 0 40px;
	border-radius: 14px;
	background: var(--bl1) url("../img/tel.png") no-repeat no-repeat 18px 6px / 12px 17px;
	pointer-events: none !important;
}

header .inner .sub .c {
	display: block;
	position: relative;
	margin-left: 28px;
}
header .inner .sub .c::before {
	content: "";
	display: block;
	position: absolute;
	left: -14px;
	top: 4px;
	width: 1px;
	height: 14px;
	background-color: var(--bl1);
}



/*===== footer =====*/
footer {
	position: relative;
	background-color: var(--back1);
}

footer .cont {
	align-items: flex-start;
	position: relative;
	width: 1200px;
	padding: 70px 0 0;
	margin: auto;
}

footer .box1 {
	justify-content: space-between;
	width: 695px;
	padding-bottom: 20px;
	border-right: 1px solid #fff;
}

footer .box1 .logo {
	width: 161px;
}
footer .box1 .logo a {
	display: block;
}

footer .box1 .text {
	color: var(--key);
	width: 460px;
}
footer .box1 .text p:nth-of-type(1) {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin-bottom: 1em;
}
footer .box1 .text p:nth-of-type(1) a {
	pointer-events: none;
}
footer .box1 .text p:nth-of-type(2) {
	letter-spacing: 0.1em;
	line-height: 1em;
	margin-bottom: 1em;
}
footer .box1 .text p:nth-of-type(3) {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	margin-bottom: 1em;
}
footer .box1 .text p:nth-of-type(4) {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1em;
}

footer .box1 ul.list,
footer .box1 ul.btn {
	width: 100%;
}

footer .box1 ul.list {
	width: 460px;
	margin: 80px 0 10px;
}
footer .box1 ul.list li {
	position: relative;
	font-size: 16px;
	line-height: 1em;
	margin: 0 50px 30px 0;	
}
footer .box1 ul.list li::after {
	content: "";
	display: block;
	position: absolute;
	right: -25px;
	top: 1px;
	width: 1px;
	height: 16px;
	background-color: var(--key);
}
footer .box1 ul.list li:nth-of-type(2)::after,
footer .box1 ul.list li:nth-of-type(5)::after {
	display: none;
}
footer .box1 ul.list li a {
	display: inline-block;
	color: var(--key);
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1em;
}

footer .box1 ul.btn {
	align-items: center;
}
footer .box1 ul.btn li:first-of-type {
	margin-right: 45px;
}
footer .box1 ul.btn li:first-of-type a {
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.09em;
	line-height: 1em;
	text-align: center;
	width: 248px;
	height: 50px;
	padding-top: 16px;
	border-radius: 25px;
	background-color: var(--gn1);
}


footer .box2 {
	width: calc(100% - 695px);
	padding: 0 30px 0 70px;
}

footer .box2 p:first-of-type {	
	color: var(--key);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1em;
	text-align: center;
	width: 100%;
	height: 40px;
	padding: 11px 0 0;
	border-radius: 20px;
	border: 1px solid var(--key);
	background-color: #fff;
}

footer .box2 .btn_box {
	text-align: right;
	margin: 15px 0 35px;
}

footer .box2 .map {
	width: 328px;
	margin: auto;
}


footer .totop {
	position: absolute;
	right: -50px;
	bottom: 50px;
	width: 70px;
}

footer .copy {
	color: var(--bk2);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1em;
	text-align: center;
	width: 100%;
	padding: 45px 0 30px;
}


/*===== common =====*/
h2.midashi {
	position: relative;
	color: var(--key);
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 1em;
	text-align: center;
	margin-bottom: 60px;
}
h2.midashi::after {
	content: "";
	display: block;
	position: absolute;
	left: calc(50% - 35px);
	bottom: -30px;
	width: 70px;
	height: 1px;
	background-color: var(--gy3);
}

/*----- btn -----*/
a.btn {
	display: inline-block;
	position: relative;
	color: var(--key);
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 1em;
	text-decoration: underline;
	text-underline-offset: 10px;
	text-decoration-thickness: 1px;
	text-align: left;
	width: auto;
	padding: 0 0 10px 55px;
}
a.btn::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: -10px;
	width: 42px;
	height: 42px;
	background: url("../img/mark_more.png") no-repeat 0 0 / 42px 42px;
}
a.btn2 {
	display: inline-block;
	position: relative;
	color: var(--key);
	font-size: 14px;
	letter-spacing: 0.12em;
	line-height: 1em;
	text-decoration: underline;
	text-underline-offset: 8px;
	text-decoration-thickness: 1px;
	text-align: left;
	width: auto;
	padding: 0 0 8px 40px;
}
a.btn2::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: -5px;
	width: 30px;
	height: 30px;
	background: url("../img/mark_more2.png") no-repeat 0 0 / 30px 30px;
}

/*----- bottom img -----*/
.b_img {
	width: 100%;
	height: 460px;
}


/*----- page -----*/
.page_h {
	position: relative;
	width: 100%;
	height: calc(465px + 110px);
	padding: 110px 30px 0;
	overflow: hidden;
}
.page_h::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 140px;
	background: url("../img/header_back.svg") no-repeat 50% calc(100% - 10px) / 3442px 398px;
}
@media screen and (min-width: 1500px) {
	.page_h::before {
		background-position: 50% 100%;
	}
}
.page_h h2 {
	position: absolute;
	left: 135px;
	top: 50%;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1em;
}
.page_h h2 span {
	display: block;
	position: relative;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0.12em;
	line-height: 1em;
	margin-bottom: 45px;
}
.page_h h2 span::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 42px;
	height: 1px;
	background-color: #fff;
}

/*----- read -----*/
.read {
	width: 1040px;
	margin: 130px auto 125px;
}
.read .flex {
	flex-direction: row-reverse;
	justify-content: space-between;  
}
.read .i {
	width: 500px;
	height: 550px;
}
.read .text {
	width: 440px;
}
.read .text p {
	letter-spacing: 0.08em;
	line-height: 2em;
	margin-bottom: 2em;
}
.read .text p:first-of-type {
	color: var(--key);
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 2em;
	margin-bottom: 2em;
}


/*===== Top page =====*/

#first_text {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}
#first_text.hid {
  display: none;
}
#first_text img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s;
  opacity: 0;
	width: 250px;
	height: auto;
}
#first_text.show img {
  opacity: 1;
}

/*----- fv -----*/
#fv {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100vh;
	padding: 80px 30px 30px;
}
#fv::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 150px;
	background: url("../img/header_back.svg") no-repeat 50% calc(100% - 40px) / 3442px 398px;
}

#fv .logo {
	position: absolute;
	left: 80px;
	top: 55px;
	z-index: 10000;
	width: 158px;
	height: auto;
}

#fv .text {
	position: absolute;
	left: 120px;
	top: calc(260px + 80px);
	z-index: 10000;
	color: #fff;	
}
#fv .text p {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2.5em;
	white-space: nowrap;
	overflow: hidden;
	opacity: 0;
}
#fv .text p:first-of-type {
	text-indent: -0.5em;
}
#fv .text p.st:first-of-type {
	animation: op_text 1.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	animation-delay: .3s;
}
#fv .text p.st:last-of-type {
	animation: op_text 1.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	animation-delay: .6s;
}


.scrolldown {
	position: absolute;
	right: 70px;
	bottom: 0;
	z-index: 10000;
}
.scrolldown:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 1px;
	height: 10px;
	background-color: #fff;
	animation:
	circlemove 3.0s ease-in-out infinite,
	cirlemovehide 3.0s ease-out infinite;
}
.scrolldown:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 112px;
	background: var(--key);
}
.scrolldown .sc {
	position: absolute;
	right: 7px;
	bottom: 120px;
	z-index: 10;
	color: var(--key);
	letter-spacing: 0.1em;
	line-height: 1em;
	transform-origin: right bottom;
	transform: rotate(90deg);
}

/*----- Message -----*/
#msg {
	position: relative;
	width: 840px;
	margin: 110px auto 135px;
}

#msg h2 {
	position: absolute;
	right: 0;
	top: 0;
}
#msg h2 div {
	position: absolute;
	right: 30px;
	top: 5px;
	color: var(--key);
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 2em;
	writing-mode: vertical-rl;
	width: 1em;
	height: 400px;
}
#msg h2 span {
	display: block;
	position: absolute;
	left: 20px;
	top: 5px;
	transform-origin: left top;
  transform: rotate(90deg) translate(0,-50%);
	color: var(--gy2);
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1em;
}
#msg h2 span::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 40px;
	height: 1px;
	background-color: var(--gy2);
}

#msg .text {
	width: 620px;
}
#msg .text p {
	color: var(--key);
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.06em;
	margin-bottom: 2em;
}
#msg .text p:last-of-type {
	line-height: 2em;
	margin: 3em 0 0;
}

#msg .btn_box {
	position: absolute;
	right: 220px;
	bottom: 10px;
}

/*----- About -----*/
#top_about {
	padding: 115px 0 120px;
	background: url("../img/back01.png") repeat 50% 0;
}

#top_about h2 {
	text-align: center;
	margin-bottom: 55px;
}
#top_about h2 div {
	color: var(--key);
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 1em;
}
#top_about h2 span {
	display: block;
	position: relative;
	color: var(--gy2);
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin-bottom: 45px;
}
#top_about h2 span::after {
	content: "";
	display: block;
	position: absolute;
	left: calc(50% - 20px);
	bottom: -10px;
	width: 40px;
	height: 1px;
	background-color: var(--gy2);
}

#top_about .box {
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto 110px;
}

#top_about .box .i {
	width: 610px;
}

#top_about .text {
	width: calc(500px + 80px);
	padding-left: 80px;
}
#top_about .text p {
	letter-spacing: 0.1em;
	line-height: 2em;
}
#top_about .text p:first-of-type {
	color: var(--key);
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.09em;
	margin-bottom: 2em;
}
#top_about .text p:first-of-type mark {
	background-color: #fff;
}

#top_about h3 {
	position: relative;
	color: var(--key);
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 1em;
	text-align: center;
	margin-bottom: 85px;
}
#top_about h3::after {
	content: "";
	display: block;
	position: absolute;
	left: calc(50% - 35px);
	bottom: -30px;
	width: 70px;
	height: 1px;
	background-color: var(--key);
}

#top_about .slide {
	position: relative;
	width: 1200px;
	margin: 0 auto 65px;
}
#top_about .slide .swiper-wrapper {
	justify-content: space-between;
	align-items: stretch !important;	
}
#top_about .slide .swiper-slide {
	position: relative;
	width: 280px;
	height: auto !important;
	padding: 50px 25px 30px;
	margin-top: 31px;
	background-color: #fff;
	border-radius: 10px;
	overflow: visible;
}
#top_about .slide .swiper-slide.pc {
	opacity: 0;
}
#top_about .slide .swiper-slide.pc.st {
	animation: stg 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
#top_about .slide .swiper-slide.pc.st:nth-of-type(1) {
	animation-delay: .3s;
}
#top_about .slide .swiper-slide.pc.st:nth-of-type(2) {
	animation-delay: .6s;
}
#top_about .slide .swiper-slide.pc.st:nth-of-type(3) {
	animation-delay: .9s;
}
#top_about .slide .swiper-slide.pc.st:nth-of-type(4) {
	animation-delay: 1.2s;
}
#top_about .slide .swiper-slide .no {
	position: absolute;
	left: calc(50% - 31px);
	top: -31px;
	color: #fff;
	font-size: 34px;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1em;
	text-align: center;
	width: 62px;
	height: 62px;
	padding-top: 14px;
	background-color: var(--key);
	border-radius: 50%;
}
#top_about .slide .swiper-slide .title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 25px;
	margin-bottom: 25px;
	background-image: radial-gradient(circle, var(--key) 1px, transparent 1px);
	background-size: 8px 2px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
#top_about .slide .swiper-slide .title span {
	display: inline-block;
	color: var(--key);
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1em;
	padding: 4px;
	margin: 5px auto;
	background-color: var(--mark);
}
#top_about .slide .swiper-slide p {
	letter-spacing: 0.07em;
	line-height: 2em;
}

#top_about .btn_box {
	text-align: center;
}

/*----- Service -----*/
#top_service {
	width: 1040px;
	padding: 75px 75px 50px;
	margin: 130px auto;
	background-color: var(--back2);
	border-radius: 50px;
}

#top_service h2 {
	text-align: center;
	margin-bottom: 45px;
}
#top_service h2 div {
	color: var(--key);
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 1em;
}
#top_service h2 span {
	display: block;
	position: relative;
	color: var(--gy2);
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin-bottom: 45px;
}
#top_service h2 span::after {
	content: "";
	display: block;
	position: absolute;
	left: calc(50% - 20px);
	bottom: -10px;
	width: 40px;
	height: 1px;
	background-color: var(--gy2);
}
#top_service .text p {
	letter-spacing: 0.1em;
	line-height: 2em;
	text-align: center;
}

#top_service ul {
	justify-content: space-between;
	margin: 60px 0;
}
#top_service ul li {
	width: 415px;
}
#top_service ul li a {
	display: block;	
	background-color: #fff;
	border-radius: 10px;
}
#top_service ul li a .i {
	width: 100%;
	height: 205px;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
#top_service ul li a .title {
	position: relative;
	align-items: center;
	width: 100%;
	height: 65px;
	padding-left: 20px;
}
#top_service ul li a .title::after {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	top: calc(50% - 15px);
	width: 30px;
	height: 30px;
	background: url(../img/mark_more2.png) no-repeat 0 0 / 30px 30px;
}
#top_service ul li a .title img {
	width: auto;
	height: 45px;
}
#top_service ul li a .title div {
	color: var(--key);
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin-left: 10px;
}

#top_service .btn_box {
	text-align: center;
}


.top_qa {
	padding-top: 75px;
	margin-top: 90px;
	background-image: radial-gradient(circle, var(--key) 1px, transparent 1px);
	background-size: 8px 2px;
	background-repeat: repeat-x;
	background-position: left top;
}

.top_qa h2 {
	color: var(--key);
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 1em;
	text-decoration: underline;
	text-underline-offset: 10px;
	text-decoration-thickness: 1px;
	margin-bottom: 40px;
}

.top_qa .btn_box {
	text-align: right !important;
	margin-top: 45px;
}


/*----- News -----*/
#top_news {
	position: relative;
	width: 1040px;
	padding: 1px 0 120px 150px; /* ulのネガティブマージンを有効にするために */
	margin: auto;
}
#top_news h2 {
	position: absolute;
	left: 0;
	top: 0;
}
#top_news h2 div {
	position: absolute;
	left: 55px;
	top: 0;
	color: var(--key);
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 1em;
	writing-mode: vertical-rl;
	width: 1em;
	height: 160px;
}
#top_news h2 span {
	position: absolute;
	left: 15px;
	top: 0;
	transform-origin: left top;
  transform: rotate(90deg) translate(0,-50%);
	color: var(--gy2);
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1em;
}
#top_news h2 span::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 40px;
	height: 1px;
	background-color: var(--gy2);
}

#top_news ul {
	margin: -26px 0 45px;
}
#top_news ul li {
	border-bottom: 1px solid var(--gy1);
}
#top_news ul li a {
	display: block;
	padding: 25px 50px 25px 0;
	background: url("../img/link_arrrow.png") no-repeat 100% 50% / 13px 17px;
}
#top_news ul li a .sub {
	color: var(--gy2);
	font-size: 14px;
	letter-spacing: 0.17em;
	line-height: 1em;
	margin-bottom: 1em;
}
#top_news ul li a .date {
	position: relative;
	margin-right: 1em;
}
#top_news ul li a .date::after {
	content: "";
	display: block;
	position: absolute;
	right: -7px;
	top: 1px;
	width: 1px;
	height: 14px;
	background-color: var(--gy2);
}
#top_news ul li a .title {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.75em;
}

#top_news .btn_box {
	text-align: right;
}


/*===== Features =====*/
#features_about {	
	width: 1200px;
	height: auto;
	margin: 0 auto 125px;
	background-color: var(--back2);
	border-radius: 40px;
}

#features_about .flex {
	justify-content: space-between;
	padding: 0 60px 0 80px;
}

#features_about .text {
	width: 460px;
	padding-top: 80px;
}
#features_about .text h2 {
	display: inline-block;
	color: var(--key);
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 1em;
	padding: 15px 30px;
	margin-bottom: 40px;
	background-color: #fff;
	border-left: 2px solid var(--key);
}
#features_about .text p {
	letter-spacing: 0.1em;
	line-height: 2em;
	margin-bottom: 2em;
}
#features_about .text p strong {
	color: var(--key);
	font-weight: 700;
}

#features_about .i {
	width: 540px;
	height: 425px;
	margin-top: 55px;
}


#features_can {
	width: 880px;
	margin: auto;
}

#features_can .text p {
	letter-spacing: 0.1em;
	line-height: 2em;
	text-align: center;
}

#features_can ul {
	justify-content: space-between;
	padding: 70px 0  60px;
}
#features_can ul li {
	color: var(--key);
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 1.6em;
	text-align: center;
	width: 196px;
	margin-bottom: 60px;
}
#features_can ul li .i {
	width: 100%;
	height: 180px;
	margin-bottom: 15px;
	border-radius: 20px;
	background-color: var(--back3);
	overflow: hidden;
}


#features_system {
	padding: 120px 0 80px;
	background: url("../img/back01.png") repeat 50% 0;
}

#features_system .flex {
	justify-content: space-between;
	width: 1080px;
	margin: auto;
}
#features_system .box {
	width: 436px;
}
#features_system .box h2 {
	margin-bottom: 120px;
}
#features_system .list {
	width: 560px;
}
#features_system .list ul {
	margin-top: -30px;
}
#features_system .list ul li {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.75em;
	padding: 30px 0 30px 60px;
	border-bottom: 1px solid var(--key);
	background: url("../img/mark_ck.png") no-repeat 0 50% / 34px 34px;
}
#features_system .list ul li:last-of-type {
	border-bottom: none;
}
#features_system .list ul li span.b {
	color: var(--key);
}


/*===== Service =====*/
#area {
	width: 1100px;
	margin: 140px auto 130px;
}
#area h2 {
	text-align: left;
}
#area h2::after {
	left: 0;
}
#area .flex {
	flex-direction: row-reverse;
	justify-content: space-between; 
	padding-right: 30px;
}
#area .map {
	width: 495px;
}
#area .text {
	width: 460px;
}
#area .text p {
	letter-spacing: 0.14em;
	line-height: 2em;
}
#area .text p:last-of-type {
	display: inline-block;
	color: var(--key);
	font-size: 20px;
	font-weight: 700;
	line-height: 1em;
	padding: 2px 3px 3px;
	margin-top: 1em;
	background-color: var(--mark);
}
#area .text .hyo {
	margin-top: 30px;
}
#area .btn_box {
	text-align: right;
	margin-top: 40px;
}


#fee {
	padding: 110px 0 100px;
  background: url(../img/back01.png) repeat 50% 0;
}

#fee .text {
	margin-bottom: 110px;
}
#fee .text p {
	letter-spacing: 0.1em;
	line-height: 2em;
	text-align: center;
}
#fee .text p:first-of-type {
	color: var(--key);
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 1em;
	margin-bottom: 2em;
}

#fee .box1 {
	position: relative;
	width: 1040px;
	padding: 80px 75px 60px 80px;
	margin: 0 auto 80px;
	background-color: #fff;
	border-radius: 40px;
}
#fee .box1 h3 {
	position: absolute;
	left: 50%;
	top: -27.5px;
	transform: translate(-50%,0);
	color: var(--key);
	font-size: 26px;
	letter-spacing: 0.14em;
	line-height: 1em;
	width: 620px;
	height: 55px;
	padding: 12px 40px 0 40px;
	background-color: var(--mark);
	border-left: 2px solid var(--key);
}
#fee .box1 h3 span {
	display: inline-block;
	font-size: 16px;
	line-height: 1em;
}
#fee .box1 .flex {
	justify-content: space-between;
}
#fee .box1 .cont {
	width: 355px;
}
#fee .box1 .cont p {
	letter-spacing: 0.1em;
	line-height: 2.25em;
	margin-bottom: 2.25em;
}
#fee .box1 .cont p:last-of-type {
	margin-bottom: 0;
}
#fee .box1 .cont p strong {
	color: var(--key);
	font-weight: 500;
}
#fee .box1 .zu {
	width: 475px;
}

#fee .box2 {
	position: relative;
	width: 1040px;
	margin: 0 auto 100px;
}
#fee .box2 h3 {
	color: var(--key);
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 1em;
	text-align: center;
	text-decoration: underline;
	text-underline-offset: 9px;
	text-decoration-thickness: 1px;
	margin-bottom: 40px;
}
#fee .box2 p {
	color: var(--key);
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1em;
	text-align: right;
	margin-top: 1em;
}

#fee .box3 {
	width: 920px;
	margin: 0 auto;
}
#fee .box3 .t p {
	letter-spacing: 0.15em;
	line-height: 2em;
	text-align: center;
}
#fee .box3 .hyo {
	margin-top: 50px;
}


#flow {
	width: 916px;
	margin: 130px auto 0;
}
#flow ul li {
	position: relative;
	padding: 45px 60px 45px 50px;
	margin-bottom: 65px;
	border: 1px solid var(--key);
	border-radius: 15px;
}
#flow ul li:last-of-type {
	margin-bottom: 0;
}
#flow ul li::after {
	content: "";
	display: block;
	position: absolute;
	left: calc(50% - 14px);
	bottom: -42px;
	width: 28px;
	height: 19px;
	background: url("../img/mark_sankaku.png") no-repeat 0 0 / 28px 19px;
}
#flow ul li:last-of-type::after {
	display: none;
}
#flow ul li .no {
	display: block;
	position: absolute;
	left: -30px;
	top: -30px;
	color: var(--key);
	font-size: 60px;
	font-weight: 500;
	line-height: 1em;
	padding: 15px;
	background-color: #fff;
}
#flow ul li .flex {
	justify-content: space-between;
	align-items: center;
}
#flow ul li .i {
	width: 108px;
	height: 108px;
}
#flow ul li .text {
	width: 650px;
}
#flow ul li .text h3 {
	display: inline-block;
	color: var(--key);
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 1em;
	padding: 2px 5px 3px;
	background-color: var(--mark);
}
#flow ul li .text .cont {
	padding-top: 25px;
	margin-top: 25px;
	background-image: radial-gradient(circle, var(--key) 1px, transparent 1px);
	background-size: 8px 2px;
	background-repeat: repeat-x;
	background-position: left top;
}
#flow ul li .text p {
	letter-spacing: 0.1em;
	line-height: 2em;
}
#flow ul li .text p strong {
	color: var(--key);
	font-weight: 500;
}


#faq {
	width: 1040px;
	padding: 70px 80px 90px;
	margin: 130px auto;
	background-color: var(--back2);
	border-radius: 40px;
}

dl.qa {
	background-color: #fff;
	border-top: 1px solid var(--key);
}
dl.qa:last-of-type {
	border-bottom: 1px solid var(--key);
}
dl.qa dt {
	position: relative;
	color: var(--key);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.875em;
	padding: 30px 0 30px 75px;
	cursor: pointer;
}
dl.qa dt div {
	position: relative;
	padding-right: 60px;
}
dl.qa dt div::before {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	width: 15px;
	height: 1px;
	background-color: var(--key);
}
dl.qa dt div::after {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	width: 15px;
	height: 1px;
	background-color: var(--key);
	transform: rotate(90deg);
	transition: all .3s;
}
dl.qa dt.open div::after {
	transform: rotate(0deg);
}
dl.qa dd {
	position: relative;
  height: auto;
  overflow: hidden;
  transition: all .2s;
}
dl.qa dd.close {
  height: 0;
}
dl.qa dd div {
	width: calc(100% - 40px);
	padding: 30px 40px 30px 55px;
	margin: auto;
	background-image: radial-gradient(circle, var(--key) 1px, transparent 1px);
	background-size: 8px 2px;
	background-repeat: repeat-x;
	background-position: left top;
}
dl.qa dd div p {
	letter-spacing: 0.1em;
	line-height: 2em;
}
dl.qa dd div p strong {
	color: var(--key);
	font-weight: 500;
}
dl.qa dt span, 
dl.qa dd span {
	display: block;
	position: absolute;
	left: 20px;
	top: 30px;
	color: var(--key);
	font-size: 19.82px;
	font-weight: 500;
	line-height: 1em;
	text-align: center;
	width: 35px;
	height: 35px;
	padding-top: 6px;
	border-radius: 50%;
	background-color: var(--mark);
}
dl.qa dd span {
	background-color: transparent;
}


/*===== Case study =====*/
#case {
	padding: 130px 0;
}

#case .slide {
	position: relative;
	width: 1040px;
	margin: auto;
}

#case .tab_btn {
	position: absolute;
	left: 0;
	top: -55px;
}
#case .tab_btn li {
	cursor: pointer;
	color: var(--bl3);
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1em;
	text-align: center;
	width: 160px;
	height: 55px;
	padding-top: 14px;
	margin-right: 10px;
	background-color: var(--back1);
	border-radius: 15px 15px 0 0;
}
#case .tab_btn li span {
	font-size: 30px;
}
#case .tab_btn li.this {
	color: var(--key);
	background: url("../img/back03.png") repeat 50% 0;
}

#case .arrow {
	position: absolute;
	left: 80px;
	bottom: 45px;
	z-index: 10;
	text-align: center;
	width: calc(100% - 160px);
	height: 22px;
}
#case .arrow > div {
	top: 0 !important;
	width: auto !important;
	height: 22px;
	margin-top: 0 !important;
}
#case .arrow > div.swiper-button-prev {
	left: 0;
}
#case .arrow > div.swiper-button-next {
	right: 0;
}
#case .arrow > div::after {
	color: var(--key);
	font-family: minion-pro, serif;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.07em;
	text-decoration: underline;
	text-underline-offset: 9px;
	text-decoration-thickness: 1px;
}

#case .b_case {
	position: absolute;
	left: 0;
	bottom: 45px;
	z-index: 1;
	color: var(--gy2);
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.07em;
	text-align: center;
	width: 100%;
}
#case .b_case::before {
	content: "case";
	color: var(--key);
}
#case .b_case span {
	font-size: 25px;
}
#case .b_case .swiper-pagination-current {
	color: var(--key);
	margin-left: 10px;
}


#case .slide .swiper-slide {
	height: auto !important;
}
#case .slide .swrap {
	height: 100%;
	padding: 60px 80px 135px;
	background: url("../img/back03.png") repeat 50% 0;
	border-radius: 0 20px 20px 20px;
}

#case .slide p {
	letter-spacing: 0.1em;
	line-height: 2em;
}
#case .slide p strong {
	color: var(--key);
	font-weight: 500;
}

#case .slide .box1 {
	padding: 40px 30px;
	margin-bottom: 40px;
	background-color: #fff;
	border-radius: 10px;
}

#case .slide .box1 h3 {
	display: inline-block;
	color: var(--key);
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 1em;
	text-decoration: underline;
	text-underline-offset: 9px;
	text-decoration-thickness: 1px;
	margin: 0 20px 25px 0;
}
#case .slide .box1 .tag {
	display: inline-block;
	margin-bottom: 25px;
}
#case .slide .box1 .tag span {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.09em;
	line-height: 1em;
	padding: 5px 15px 7px;
	margin-right: 10px;
	background-color: var(--gn2);
	border-radius: 5px;
}

#case .slide .box2 {
	position: relative;
}
#case .slide .box2 h4 {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}
#case .slide .box2 .inner {
	position: relative;
	width: 710px;
	min-height: 140px;
	margin: 0 0 0 auto;
}

#case .slide .line {
	height: 80px;
	background: url("../img/case_line.png") no-repeat 0 0 / 880px 80px;
}


/*===== Recruit =====*/
#education {
	padding: 105px 0 55px;
	background: url(../img/back01.png) repeat 50% 0;
}

#education .ft {
	margin-bottom: 55px;
}
#education .ft p {
	color: var(--key);
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 1em;
	text-align: center;
}

#education .box {
	width: 1040px;
	padding: 55px 60px 65px;
	margin: 0 auto 70px;
	background-color: #fff;
	border-radius: 40px;
}
#education .box .h {
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--key);
	margin-bottom: 60px;
}
#education .box .h .no {
	position: relative;
	width: 70px;
}
#education .box .h .no::after {
	content: "";
	display: block;
	position: absolute;
	right: -20px;
	top: 8px;
	width: 1px;
	height: 55px;
	background-color: var(--key);
}
#education .box .h .no span {
	display: block;
	color: var(--key);
	font-weight: 500;
	text-align: center;
}
#education .box .h .no span:nth-of-type(1) {
	font-size: 14.14px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1em;
}
#education .box .h .no span:nth-of-type(2) {
	font-size: 61.77px;
	line-height: 1em;
}
#education .box .h .title {
	color: var(--key);
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.2em;
	width: calc(100% - 120px);
}
#education .box .h .title span {
	padding: 0 5px;
	background: linear-gradient(transparent 0, var(--mark) 0%);
}

#education .cont2 ul {
	counter-reset: section;
}
#education .cont2 ul li {	
	position: relative;
	padding-left: 110px;
	margin-bottom: 45px;
}
#education .cont2 ul li::before {
	counter-increment: section;
	content: "step" counter(section);
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-family: minion-pro, serif;;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1em;
	text-align: center;
	width: 78px;
	height: 30px;
	padding-top: 4px;
	background-color: var(--key);
	border-radius: 15px;
}
#education .cont2 ul li::after {
	content: "";
	position: absolute;
	left: 36px;
	top: 35px;
	width: 1px;
	height: calc(100% + 5px);
	background-color: var(--gy1);
}
#education .cont2 ul li:last-of-type {
	margin-bottom: 0;
}
#education .cont2 ul li:last-of-type::after {
	display: none;
}

#education .cont {
	justify-content: space-between;
	flex-direction: row-reverse;
}
#education .cont2 ul li div,
#education .cont dl dt {
	display: inline-block;
	color: var(--key);
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 1em;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	background-image: radial-gradient(circle, var(--key) 1px, transparent 1px);
	background-size: 8px 2px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
#education .cont dl dt {
	margin-top: 1.5em;
}
#education .cont dl dt:first-of-type {
	margin-top: 0;
}
#education .cont2 ul li p,
#education .cont dl dd {
	font-size: 16px;
	letter-spacing: 0.11em;
	line-height: 2em;
}
#education #s02 .cont .i {
	width: 380px;
	height: 315px;
}
#education #s02 .cont .text {
	width: calc(100% - 40px - 380px);
}
#education #s03 .cont .i {
	width: 330px;
	height: 408px;
}
#education #s03 .cont .text {
	width: calc(100% - 40px - 330px);
}
	

#scooters {
	position: relative;
	width: 100%;
	height: 470px;
}
#scooters .back {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
#scooters .box {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	transform: translate(-50%, -50%);
	width: 880px;
	padding: 55px 75px;
	background-color: #fff;
	border-radius: 30px;
}
#scooters .box p {
	color: var(--key);
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 2.06em;
}
#scooters .box p:first-of-type {
	line-height: 2.4em;
	margin-bottom: 1em;
}
#scooters .box p:first-of-type span {
	display: inline-block;
	font-size: 24px;
	letter-spacing: 0.14em;
	line-height: 1em;
	padding: 2px 4px 3px 5px;
	background-color: var(--mark);
}
#scooters .box .illust {
	position: absolute;
	right: 50px;
	top: -50px;
	width: 330px;
}


#oneday {
	justify-content: space-between;
	position: relative;
	margin: 130px auto 0;
}

#oneday .cont {
	width: 500px;
	height: 100%;
	margin-left: calc(((100% - 1400px) / 2) + 170px);
	overflow-y: auto;
}
#oneday .cont h2 {
	text-align: left;
}
#oneday .cont h2::after {
	left: 0;
}

#oneday .cont .text {
	padding-bottom: 45px;
	margin-bottom: 45px;
	background-image: radial-gradient(circle, var(--key) 1px, transparent 1px);
	background-size: 8px 2px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
#oneday .cont .text p {
	letter-spacing: 0.1em;
	line-height: 2.03em;
}

#oneday .cont ul li {	
	position: relative;
	padding-left: 110px;
	margin-bottom: 45px;
}
#oneday .cont ul li::after {
	content: "";
	position: absolute;
	left: 38px;
	top: 35px;
	width: 1px;
	height: calc(100% + 5px);
	background-color: var(--key);
}
#oneday .cont ul li:last-of-type {
	margin-bottom: 0;
}
#oneday .cont ul li:last-of-type::after {
	display: none;
}
#oneday .cont ul li div.time {
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1em;
	text-align: center;
	width: 78px;
	height: 30px;
	padding-top: 4px;
	background-color: var(--key);
	border-radius: 15px;
}
#oneday .cont ul li div.item div {
	display: inline-block;
	color: var(--key);
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 1em;
	padding: 2px 3px 3px 4px;
	margin-bottom: 0.8em;
	background-color: var(--mark);
}
#oneday .cont ul li div.item p {
	letter-spacing: 0.1em;
	line-height: 2em;
	margin-bottom: 0.4em;
}
#oneday .cont ul li div.item p strong {
	display: inline-block;
	color: var(--key);
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.14em;
}

#oneday .slide {
	position: sticky;
	right: 0;
	top: 0;
	width: 44.2%;
	min-width: 620px;
	height: 100vh;
}
#oneday .slide .swiper-slide {
	height: 100vh !important;
}


#staff_voice {
	width: 100%;
	margin: 130px auto;
}
#staff_voice h2 {
	margin-bottom: 80px;
}
#staff_voice .slide {
	position: relative;
}
#staff_voice .slide .swiper-slide {
	width: 990px;
	margin: 0 34px;
	background-color: var(--back4);
	border-radius: 30px;
}
#staff_voice .slide .arrow {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 100;
	transform: translate(-50%,-50%);
	width: 990px;
}
#staff_voice .slide .arrow .swiper-button-prev,
#staff_voice .slide .arrow .swiper-button-next {
	font-size: 0 !important;
	top: 0 !important;
	width: 60px;
	height: 60px;
	margin-top: 0 !important;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 60px 60px;
}
#staff_voice .slide .arrow .swiper-button-prev::after,
#staff_voice .slide .arrow .swiper-button-next::after {
	display: none;
}
#staff_voice .slide .arrow .swiper-button-prev {
	background-image: url("../img/slide_arrow_prev01_pc.png");
	left: -20px !important;
}
#staff_voice .slide .arrow .swiper-button-next {
	background-image: url("../img/slide_arrow_next01_pc.png");
	right: -20px !important;
}

#staff_voice .flex {
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	padding: 60px 65px 60px 70px;
}
#staff_voice .i {
	width: 275px;
}
#staff_voice .i .name {
	color: var(--key);
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 1em;
	text-align: center;
	margin-top: 1em;
}
#staff_voice .text {
	width: 520px;
}
#staff_voice .text h3 {
}
#staff_voice .text h3 span {
	display: inline-block;
	color: var(--key);
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 1em;
	padding: 2px 0 3px 5px;
	margin-bottom: 0.5em;
	background-color: #fff;
}
#staff_voice .text h4 {
	color: var(--key);
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 1em;
	text-decoration: underline;
	text-underline-offset: 9px;
	text-decoration-thickness: 1px;
	margin: 2em 0 1.5em;
}
#staff_voice .text p {
	letter-spacing: 0.14em;
	line-height: 2em;
}


#recruitment {
	width: 1040px;
	padding: 45px 0;
	margin: 130px auto;
	background: url("../img/back02.png") repeat 50% 0;
	border-radius: 40px;
}
#recruitment h2 {
	position: relative;
	color: #fff;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 1em;
	text-align: center;
	cursor: pointer;
}
#recruitment h2::before {
	content: "";
	display: block;
	position: absolute;
	right: 50px;
	top: 50%;
	width: 31px;
	height: 1px;
	background-color: #fff;
}
#recruitment h2::after {
	content: "";
	display: block;
	position: absolute;
	right: 50px;
	top: 50%;
	width: 31px;
	height: 1px;
	background-color: #fff;
	transform: rotate(90deg);
	transition: all .3s;
}
#recruitment h2.open::after {
	transform: rotate(0deg);
}
#recruitment .box {
	width: 880px;
	height: auto;
	margin: 0 auto;
  overflow: hidden;
  transition: all .2s;
}
#recruitment .box.close {
	height: 0;
}
#recruitment dl {
	display: flex;
	background-color: #fff;
	border-bottom: 1px solid var(--key);
}
#recruitment dl:first-of-type {
	margin-top: 45px;
	border-top: 1px solid var(--key);
}
#recruitment dl dt {
	color: var(--key);
	width: 190px;
}
#recruitment dl dt div {
	color: var(--key);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1em;
	text-align: center;
	width: 120px;
	height: 30px;
	padding-top: 6px;
	margin: 20px auto 0;
	background-color: var(--mark);
	border-radius: 15px;
}
#recruitment dl dd {
	color: var(--key);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 1.875em;
	width: calc(100% - 190px);
	padding: 20px 30px 20px 0;
}
#recruitment .close_btn {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 1em;
	width: 90px;
	padding: 3px 0 3px 35px;
	margin: 45px auto 0;
	background: url("../img/close.png") no-repeat 0 50% / 22px 22px;
	cursor: pointer;
}


.entry {
	position: fixed;
	right: -100%;
	top: 50%;
	z-index: 40000;
	transform: translate(0,-50%);
	transition: .5s;
	opacity: 0;
}
.entry.open {
	right: 0;
	opacity: 1;
}


/*===== About =====*/
#about_read {
	width: 1050px;
	margin: 130px auto 180px;
}

#about_read p {
	letter-spacing: 0.1em;
	line-height: 2em;
	margin-bottom: 2em;
}
#about_read div p:first-of-type {
	color: var(--key);
	font-size: 22px;
	font-weight: 500;
}

#about_read .box1 {
	position: relative;
	padding-left: 590px;
	margin-bottom: 90px;
}
#about_read .box1 .i {
	position: absolute;
	left: -175px;
	top: 0;
	width: 660px;
	height: 480px;
}
#about_read .box2 {
	position: relative;
}
#about_read .box2 p {
	width: 475px;
}
#about_read .box2 .i01 {
	position: absolute;
	right: -80px;
	top: -5px;
	width: 456px;
	height: 318px;
}
#about_read .box2 .i02 {
	position: absolute;
	right: 150px;
	top: 410px;
	width: 310px;
	height: 245px;
}


#daihyo {
	padding: 135px 0;
  background: url(../img/back01.png) repeat 50% 0;
}

#daihyo h2 {
	margin-bottom: 80px;
}

#daihyo .inner {
	width: 1040px;
	padding: 80px 109px 105px;
	margin: auto;
	background-color: #fff;
	border-radius: 40px;
}

#daihyo .unit:nth-of-type(2) {
	margin-top: 100px;
}
#daihyo .unit > .flex {
	justify-content: space-between;
}
#daihyo .unit:nth-of-type(2) > .flex {
	flex-direction: row-reverse;
}
#daihyo .unit .i {
	width: 360px;
	height: 430px;
	overflow: hidden;
	border-radius: 10px;
}
#daihyo .unit .n {
	width: 400px;
}
#daihyo .unit .n .h {
	color: var(--key);
	font-weight: 500;
	letter-spacing: 0.14em;
	padding: 0 0 25px 5px;
	border-bottom: 1px solid var(--key);
	margin-bottom: 25px;
}
#daihyo .unit .n .h .name {
	font-size: 22px;
}
#daihyo .unit .n .h .name span {
	font-size: 26px;
}
#daihyo .unit .n .h .title {
	font-size: 16px;
	line-height: 1em;
	margin-top: 1em;
}
#daihyo .unit .n .list li {
	position: relative;
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 1.86em;
	padding-left: 1em;
}
#daihyo .unit .n .list li::before {
	content: "";
	display: block;
	position: absolute;
	left: 5px;
	top: 12px;
	width: 4px;
	height: 4px;
	background-color: var(--key);
	border-radius: 50%;
}

#daihyo .unit .msg {
	position: relative;
	padding: 55px 75px 55px 205px;
	margin-top: 70px;
	border: 1px solid var(--key);
	border-radius: 30px;
}
#daihyo .unit:nth-of-type(1) .msg::before,
#daihyo .unit:nth-of-type(2) .msg::before {
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	z-index: 10;
	width: 40px;
	height: 3px;
	background-color: #fff;
}
#daihyo .unit:nth-of-type(1) .msg::before {
	left: 85px;
}
#daihyo .unit:nth-of-type(2) .msg::before {
	right: 85px;
}
#daihyo .unit:nth-of-type(1) .msg::after,
#daihyo .unit:nth-of-type(2) .msg::after {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	z-index: 11;
	width: 40px;
	height: 1px;
	background-color: var(--key);
}
#daihyo .unit:nth-of-type(1) .msg::after {
	left: 85px;
	transform-origin: left bottom;
	transform: rotate(-35deg);
}
#daihyo .unit:nth-of-type(2) .msg::after {
	right: 85px;
	transform-origin: right bottom;
	transform: rotate(35deg);
}
#daihyo .unit .msg .title {
	position: absolute;
	left: 70px;
	top: 65px;
	color: var(--key);
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 2.22em;
	writing-mode: vertical-rl;
	text-decoration: underline;	
	text-underline-offset: 9px;
	text-decoration-thickness: 1px;
}
_::-webkit-full-page-media, _:future, :root #daihyo .unit .msg .title {
	text-underline-offset: 5px;
}
#daihyo .unit .msg .cont {
	transition: .3s;
}
#daihyo .unit .msg .cont.lp {
  display: -webkit-box;
	width: 100%;
  -webkit-box-orient: vertical;      /* 垂直方向に配置 */
  overflow: hidden;                  /* 溢れた部分を隠す */
  text-overflow: ellipsis;           /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 7;             /* 最大行数を2行に設定 */
}
#daihyo .unit .msg p {
	letter-spacing: 0.1em;
	line-height: 2em;
}
#daihyo .unit .msg .btn_box {
	text-align: right;
	margin-top: 35px;
}
#daihyo .unit .msg .btn_box a.btn::before {
	content: "続きを読む";
	transition: .3s;
}
#daihyo .unit .msg .btn_box a.btn.open::before {
	content: "閉じる"
}
#daihyo .unit .msg .btn_box a.btn::after {
	background-image: url(../img/daihyo_tuzuki_mark.png);
}
#daihyo .unit .msg .btn_box a.btn.open::after {
	background-image: url(../img/daihyo_close_mark.png);
}


#cp {
	position: relative;
	width: 820px;
	margin: 130px auto;
}
#cp h2.pc {
	position: absolute;
	left: 0;
	top: 0;
	color: var(--key);
	font-size: 32px;
	letter-spacing: 0.14em;
	line-height: 1em;
  writing-mode: vertical-rl;
}
#cp table {
	width: 705px;
	margin: 0 0 0 auto;
}
#cp table td {
	font-size: 16px;
	letter-spacing: 0.14em;
	line-height: 2em;
	vertical-align: top;
	padding: 25px 0;
	border-bottom: 1px solid var(--gy3);
}
#cp table tr td:nth-of-type(1) {
	color: var(--key);
	font-weight: 500;
	width: 170px;
	padding-left: 5px;
}
#cp table tr:nth-of-type(1) td {
	padding-top: 0;
}


/*===== News =====*/
#news {
	justify-content: space-between;
	width: 1040px;
	padding: 130px 0;
	margin: auto;
}
#news.single {
	padding-top: 170px;
}

/*----- Category -----*/
.category_list {
	width: 100px;
}
.category_list .sticky {
	position: sticky;
	left: 0;
	top: 120px;
}
.category_list h3 {
	position: relative;
	color: var(--gy2);
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.12em;
	line-height: 1em;
	margin-bottom: 50px;
}
.category_list h3::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 40px;
	height: 1px;
	background-color: var(--gy2);
}
.category_list li {
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 1em;
	margin-bottom: 1.2em;
}
.category_list li:last-of-type {
	margin-bottom: 0;
}
.category_list li a {
	color: var(--gy2);
}
.category_list li a.this,
.category_list li a:hover {
	color: var(--key);
	opacity: 1;
}

.post_list {
	width: 850px;

}
.post_list li {
	width: 250px;
	margin: 0 50px 55px 0;
}
.post_list li.non {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1em;
	text-align: center;
	width: 100%;
	padding: 120px 0 0;
	margin-bottom: 0;
}
.post_list li:nth-of-type(3n) {
	margin-right: 0;
}
.post_list li a {
	display: block;
}
.post_list li a .i {
	width: 100%;
	height: 185px;
	margin-bottom: 30px;
}
.post_list li a .sub {
	color: var(--gy2);
	font-size: 14px;
	letter-spacing: 0.17em;
	line-height: 1em;
	margin-bottom: 1em;
}
.post_list li a .date {
	position: relative;
	margin-right: 1em;
}
.post_list li a .date::after {
	content: "";
	display: block;
	position: absolute;
	right: -7px;
	top: 1px;
	width: 1px;
	height: 14px;
	background-color: var(--gy2);
}
.post_list li a .title {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.75em;
}

/*----- pagenavi -----*/
.pagenavi {
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
.pagenavi .wp-pagenavi {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagenavi span,
.pagenavi a {
	display: inline-block;
	color: var(--gy2);
	font-size: 22px;
	line-height: 1em;
	letter-spacing: 0;
	text-align: center;
	width: auto;
	padding: 0 !important;
	margin: 0 15px !important;
	background-color: transparent;
	border: none !important;
	box-sizing: border-box;
	border-radius: 0;
}
.pagenavi a:hover {
	color: var(--key) !important;
	opacity: 1 !important;
}
.pagenavi .current {
	color: var(--key);
}
.pagenavi .nextpostslink,
.pagenavi .previouspostslink {
	letter-spacing: 0.07em;
	text-decoration: underline;
	text-underline-offset: 9px;
	text-decoration-thickness: 1px;
	width: auto;
	height: 1em;
}


/*----- Single -----*/
#news article {
	width: 850px;
}

#news article .h {
	padding-bottom: 15px;
	border-bottom: 1px solid var(--key);
	margin-bottom: 55px;
}
#news article .h .sub {
	color: var(--gy2);
	font-size: 14px;
	letter-spacing: 0.14em;
	line-height: 1em;
	margin-bottom: 1em;
}
#news article .h .date {
	position: relative;
	margin-right: 1em;
}
#news article .h .date::after {
	content: "";
	display: block;
	position: absolute;
	right: -7px;
	top: 1px;
	width: 1px;
	height: 14px;
	background-color: var(--gy2);
}
#news article .h h2 {
	color: var(--key);
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.25em;
}

#news article h3 {
	color: var(--key);
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.88em;
	text-decoration: underline;
	text-underline-offset: 9px;
	text-decoration-thickness: 1px;
	margin-bottom: 2.5em;
}
#news article p {
	letter-spacing: 0.1em;
	line-height: 2em;
	margin-bottom: 2em;
}
#news article .wp-block-image {
	margin-bottom: 50px;
}


/*----- pager -----*/
.pager {
	width: 100%;
	margin: 50px auto 0;
}
.pager td {
	width: calc(100% / 3);
	vertical-align: middle;
}
.pager td:nth-of-type(2) {
	text-align: center;
}
.pager td:nth-of-type(3) {
	text-align: right;
}
.pager td a {
	display: inline-block;
	color: var(--key);
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 1em;
}
.pager td:nth-of-type(1) a,
.pager td:nth-of-type(3) a {
	text-decoration: underline;
	text-underline-offset: 9px;
	text-decoration-thickness: 1px;
}


/*===== Contact =====*/
#contact {
	width: 880px;
	padding: 160px 0 130px;
	margin: auto;
}

#contact h2 {
	text-align: center;
	margin-bottom: 55px;
}
#contact h2 div {
	color: var(--key);
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 1em;
}
#contact h2 span {
	display: block;
	position: relative;
	color: var(--gy2);
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin-bottom: 45px;
}
#contact h2 span::after {
	content: "";
	display: block;
	position: absolute;
	left: calc(50% - 20px);
	bottom: -10px;
	width: 40px;
	height: 1px;
	background-color: var(--gy2);
}

#contact p.fst {
	letter-spacing: 0.15em;
	line-height: 2em;
	text-align: center;
	margin-bottom: 50px;
}

#contact .inq p.last {
  letter-spacing: 0.14em;
  line-height: 2em;
  text-align: center;
  margin-top: 65px;
}

#contact table {  
  width: 100%;
}
#contact table,
#contact table tbody,
#contact table tr,
#contact table td {
  display: block;
}
#contact td {
  vertical-align: top;
}
#contact td p {
  font-size: 16px;
	font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1em;
  margin: 0;
}
#contact tr td:nth-of-type(1) {
  position: relative;
  padding: 0 0 13px 15px;
}
#contact tr td:nth-of-type(1) span {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
	color: #e94745;
}
#contact tr td:nth-of-type(2) {  
  padding-bottom: 40px;
}
#contact tr td:nth-of-type(2) div {
  min-height: 48px;
  padding: 9px 10px;
  background-color: var(--gy4);
	border-radius: 5px;
}

/*----- 年齢 ------*/
#contact tr td:nth-of-type(2) div.age input {
	width: calc(100% - 2em);
}

/*---- check leyout -----*/
#contact tr td:nth-of-type(2) div.ck {
  padding: 35px 15px 15px 50px;
}
#contact tr td:nth-of-type(2) div.ck .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
	align-items: center;
}
#contact tr td:nth-of-type(2) div.ck .wpcf7-form-control .wpcf7-list-item {
  margin-bottom: 20px;
}
#contact tr td:nth-of-type(2) div.ck .wpcf7-form-control .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 35px;
}

/*----- 左の調整 ------*/
#contact tr td:nth-of-type(2) div.shikaku .wpcf7-form-control span.wpcf7-list-item:nth-of-type(6),
#contact tr td:nth-of-type(2) div.shikaku .wpcf7-form-control span.wpcf7-list-item:nth-of-type(9),
#contact tr td:nth-of-type(2) div.keiken .wpcf7-form-control span.wpcf7-list-item:nth-of-type(5) {
	margin-left: 0;
}

/*----- 下の余白 ------*/
#contact tr td:nth-of-type(2) div.kikkake {
	padding-bottom: 50px;
}

/*---- 送信確認 -----*/
#contact tr.flex {
  display: flex;
  flex-wrap: wrap;
}
#contact .ac {
  padding: 0 !important;
  background-color: transparent !important;
  margin-left: 85px;
}
#contact .ac .a {
  display: block;
  margin-top: 15px;
}

/*----- item -----*/
input[type="text"],
input[type="email"],
textarea {
  font-size: 16px;
  width: 100%;
  height: 30px;
  padding: 0 5px;
  background-color: var(--gray8);
  border: none;
  -webkit-appearance : none;
  outline: none;
}
textarea {
  height: 220px;
	padding: 5px;
}

/*----- その他テキスト -----*/
.wpcf7-list-item.has-free-text {
	display: flex;
	align-items: center;
}
.wpcf7-list-item.has-free-text input {
	width: 300px;
	margin-left: 20px;
	background-color: #fff;
}

/*----- lable -----*/
.inq label {
  position: relative;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.14em;
  line-height: 1em;
  padding-left: 20px;
  cursor: pointer;
}
.inq .wpcf7-list-item {
  margin: 0;
}
.inq .wpcf7-list-item-label {
  display: inline-block;
  font-size: 16px;
	font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1em;
}

/*----- radio check -----*/
.inq label span.wpcf7-list-item-label::before,
.inq label span.wpcf7-list-item-label::after {
  display: none;
}
.inq label::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  border: 1px solid var(--bk1);
  box-sizing: border-box;
	border-radius: 50%;
}
.inq label input[type="radio"],
.inq label input[type="checkbox"] {
  display: none;
}
.inq label input[type="radio"]:checked + .wpcf7-list-item-label::before,
.inq label input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  border: 1px solid var(--key);
  background-color: var(--key);
  box-sizing: border-box;
	border-radius: 50%;
}
.inq .accept {
  position: relative;
  padding-left: 0px;
  cursor: pointer;
}
#contact .ac label::before {
  top: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
#contact .ac label input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  top: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

/*----- submit ------*/
#contact .btn {
  display: block;
  position: relative;
  width: 260px;
  margin: 40px auto 0;
}
#contact .btn p {
  height: 50px;
  overflow: hidden;
}
.wpcf7-submit {
  display: block;
  color: #fff;
  font-size: 17px;
	font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.14em;
  text-align: center;
  width: 100%;
  height: 50px;
  border: 1px solid var(--key);
  background-color: var(--key);
	border-radius: 5px;
  transition: all .5s;
  -webkit-appearance: none;
  cursor: pointer;
}
.wpcf7-submit:hover {
  opacity: 0.45;
}

/*----- 送信後 ------*/
.transmission {
  display: none;
  width: 100%;
  padding: 130px 0;
  margin: auto;
}
.transmission p {
  font-size: 14px !important;
  line-height: 2.2em !important;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  vertical-align: middle;
}
.sent .transmission {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sent .inq {
  display: none;
}

/*----- エラー ------*/
.wpcf7-response-output {
  display: none;
}
.wpcf7-not-valid-tip {
  position: absolute;
  left: -10px;
  bottom: -35px;
	font-size: 13px !important;
	letter-spacing: 0.1em;
	line-height: 1em;
}
.ck .wpcf7-not-valid-tip {
  left: -50px;
}
.kikkake .wpcf7-not-valid-tip {
  bottom: -85px;
}
textarea + .wpcf7-not-valid-tip {
	bottom: -25px;
}


/*----- reCAPTCHA ------*/
.reCAPTCHA_text p {
  font-size: 13px;
	font-weight: 500;
  letter-spacing: 0.18em;
	line-height: 1em;
  text-align: center;
  margin-top: 40px;
}
.grecaptcha-badge { visibility: hidden; }


/*===== Not found =====*/
#not-found .flex {
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 350px 0 250px;
}
#not-found .flex p {
	letter-spacing: 0.1em;
	line-height: 2em;
	text-align: center;
}


@keyframes op_text {
  0% {
		opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes stg {
  0% {
		opacity: 0;
		transform: translate(0,40px);
  }
  100% {
    opacity: 1;
		transform: translate(0,0);
  }
}

@keyframes circlemove {
  0% {bottom: 112px;}
  100% {bottom: -15px;}
}
@keyframes cirlemovehide {
  0% {opacity: 0}
  10% {opacity: 1;}
  95% {opacity: 0.9;}
  100% {opacity: 0;}
}

@keyframes prog {
	0% {
		width: 0;
	}
	100% {
		width: 50px;
	}
}