@charset "utf-8";


body {
  color: #2c2c2c;
  letter-spacing: 0.08em;
  font-family: "M PLUS Rounded 1c", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;  
  padding-top: 100px !important;
  background-color: #fff;
}

/* common */
a {
  transition: all 0.4s;
  opacity: 1;
}
a:hover {
  opacity: 0.45;
}

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


header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50000;  
  width: 100%;
  height: 100px;
  background-color: rgba(255,255,255,0.8);
  transition: all 0.4s;
}
header.close {
	background-color: transparent;
}

header .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	top: 0;
	width: 1300px;
	height: 100px;
	margin: auto;
	transition: all 0.4s;
}
header.close .inner {
	top: -100px;
}
header .inner h1 {
	padding-top: 20px;
}
header .inner ul {
	display: flex;
	flex-wrap: wrap;
}
header .inner ul li {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1em;
	text-align: center;
	width: 130px;
}
header .inner ul li:last-of-type {
	display: flex;
	align-items: center;
	color: #666;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1em;
	width: auto;
	padding-left: 50px;
	margin-left: 30px;
	background: url(../img/icon_tel.png) no-repeat 0 50% / 36px 36px;
}
header .inner ul li a {
	display: block;
}
header .inner ul li a img {
	display: block;
	margin: 0 auto 10px;
}

header .side {
	position: fixed;
	right: -80px;
	top: 200px;
	transition: all .4s;
}
header .side.open {
	right: 0;
}
header .side ul li {
	width: 80px;
	height: 150px;
	margin-bottom: 50px;
}
header .side ul li a {
	display: block;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1em;
	writing-mode: vertical-rl;
	text-align: center;
	width: 100%;
	height: 100%;
	padding-right: 26px;
	border-radius: 20px 0 0 20px;	
}
header .side ul li:nth-of-type(1) a {
	background-color: #ff5a24;
}
header .side ul li:nth-of-type(2) a {
	background-color: #1b1464;
}


footer {
  width: 100%;
	padding: 50px 0;
	background-color: #f7f4ef;
}
footer .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1200px;
	margin: auto;
}

footer .inner .box {
	color: #666;
	font-weight: 400;
	width: 300px;
}

footer .inner .title {
	padding: 15px 0 15px 90px;
	margin-bottom: 15px;
	background: url("https://taiyou.me/cms/wp-content/uploads/2026/06/taiyo_mark.png") no-repeat 0 0 / 96px 96px;
}
footer .inner .title span {
	display: block;
	color: #282828;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1em;
	text-align: center;
}
footer .inner .title span:nth-of-type(2) {	
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 0.2em;
	margin: 0.35em 0 0.5em;
}

footer .inner .info {
	width: 260px;
	margin: 0 auto 20px;
}
footer .inner .info span {
	display: block;
	text-align: center;
	width: 100%;
}
footer .inner .info span.tel {
	color: #282828;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1em;
	text-align: left;
	height: 44px;
	padding: 10px 0 0 60px;
	margin-bottom: 5px;
	background: #fff url('../img/icon_tel.png') no-repeat 10px 5px / 34px 34px;
	border-radius: 5px;
}
footer .inner .info span:nth-of-type(2) {
	font-size: 14px;
}
footer .inner .info span:nth-of-type(3) {
	font-size: 12px;
}

footer .inner .toi {
	width: 260px;
	margin: auto;
}
footer .inner .toi a {
	display: block;
	color: #282828;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1em;
	text-align: left;
	height: 44px;
	padding: 13px 0 0 55px;
	margin-bottom: 10px;
	background: #fff url('../img/icon_mail.png') no-repeat 10px 5px / 34px 34px;
	border-radius: 5px;
}
footer .toi p {
	font-size: 12px;
	letter-spacing: 0.02em;
	line-height: 1.4em;
	padding: 0 15px;
}

footer .inner .map {
	padding-top: 25px;
}

footer .inner .list {
	width: 380px;
	padding-top: 45px;
}
footer .inner .list ul {
	column-count: 2;
}
footer .inner .list ul li {
	color: #808080;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1em;
	width: 170px;
	padding-bottom: 8px;
	margin-bottom: 32px;
	border-bottom: 1px solid currentColor;
}

footer .copy {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1em;
	text-align: center;
	width: 100%;
	margin-top: 50px;
}


#page_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	width: 1300px;
	margin: auto;
}

#page_container > div.main {
	width: 1000px;
}

#page_container > div.main .c_img {
	width: 100%;
	height: 700px;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 55px;
}

#page_container > div.main .inner {
	width: 700px;
	padding: 180px 0;
	margin: auto;
}

#page_container > div.main .inner h2 {
	font-size: 34px;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1em;
	text-align: center;
	margin-bottom: 1em;
}
#page_container > div.main .inner h2 span {
	display: inline-block;
	font-size: 24px;
	line-height: 1em;
	margin-top: 0.5em;
}
#page_container > div.main .inner p {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.74em;
	margin-bottom: 2em;
}
#page_container > div.main .inner > p:last-of-type {
	margin-bottom: 0;
}

#page_container > div.sub {
	position: relative;
	z-index: 5000;
	width: 240px;
	padding-bottom: 200px;
}
#page_container > div.sub .sticky {
	position: sticky;
	left: 0;
	top: 100px;
}
#page_container > div.sub .page_title {
	position: relative;	
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1em;
	text-align: center;
	margin: 20px 0 40px;
}
#page_container > div.sub .page_title::after {
	content: "";
	display: block;
	position: absolute;
	left: calc(50% - 70px);
	bottom: -20px;
	width: 140px;
	height: 3px;
	background-color: #fc3;
	border-radius: 2px;
}

#page_container > div.sub ul.list {
	width: 140px;
	margin: auto;
}
#page_container > div.sub ul.list.t2 {
	width: 160px;
}
#page_container > div.sub ul.list li {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1em;
	margin-bottom: 1em;
}
#page_container > div.sub ul.list li::before {
	content: "・";
}
#page_container > div.sub ul.list li a {
	color: #999;
}
#page_container > div.sub ul.list li a.this {
	color: #000;
}

#page_container > div.sub ul.top_list {
	margin-top: 30px;
}
#page_container > div.sub ul.top_list li {
	font-size: 27px;
	font-weight: 500;
	line-height: 1em;
	text-align: center;
	margin-bottom: 1em;
}

h2.midashi {
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1em;
	text-align: center;
	margin-bottom: 30px;
}
h2.midashi span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1em;
	margin-bottom: 1em;
}
h3.midashi {
	font-size: 34px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.32em;
	text-align: center;
	margin-bottom: 50px;
}


/*===== TOP Page =====*/
#fv {
	position: relative;
	width: 1000px;
	height: calc(100vh - 100px);
	max-height: 700px;
}

#fv .swiper-container {
	height: 100% !important;
}
#fv .slide-img {
	height: 100% !important;
	overflow: hidden;
	border-radius: 20px;
}

#fv .text {
	flex-direction : column;
	position: absolute;
	left: 70px;
	bottom: 50px;
	z-index: 10000;
}
#fv .text div {
	line-height: 1em;
	margin-top: 15px;
}
#fv .text div > span {
	position: relative;
	display: inline-block;
	color: #000;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1em;
	padding: 7px 12px 10px 15px;
	overflow: hidden;
	transform-origin: left center;
	opacity: 0;
}
#fv .text.st div > span::after {
  content: "";
	display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
	z-index: 1;
  width: 100%;
  height: 100%;
	background-color: #fff;
  transform-origin: left center;
	opacity: 0;
}
#fv .text.st div:nth-of-type(1) > span {
	animation: op 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	animation-delay: .5s;
}
#fv .text.st div:nth-of-type(1) > span::after {
	animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	animation-delay: .3s;
}
#fv .text.st div:nth-of-type(2) > span {
	animation: op 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	animation-delay: .8s;
}
#fv .text.st div:nth-of-type(2) > span::after {
	animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	animation-delay: .6s;
}
#fv .text div > span span {
	position: relative;
	z-index: 10;
}


#top_news {
	position: relative;
	width: 860px;
	margin: 100px auto;
}
#top_news .swiper-wrapper {
	
}
#top_news .swiper-slide {
	position: relative;
	width: 240px;
	margin-right: 70px;
}
#top_news div.swiper-slide:last-of-type {
	margin-right: 0;
}
#top_news .swiper-slide .i {
	width: 100%;
	height: 240px;
	overflow: hidden;
	margin-bottom: 15px;
	border-radius: 20px;
}

#top_news .swiper-slide a .text {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.4em;
	text-align: center;
}
#top_news .swiper-slide a .text .d {
	color: #999;
	letter-spacing: 0;
	margin-bottom: 10px;
}

#top_news .arrow {
	display: none;
	position: absolute;
	left: 0;
	top: 110px;
	width: 100%;
}
#top_news .member_list .arrow .swiper-button-prev,
#top_news .member_list .arrow .swiper-button-next {
	font-size: 0 !important;
	top: 0 !important;
	width: 50px;
	height: 50px;
	margin-top: 0 !important;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 50px 50px;
}
#top_news .member_list .arrow .swiper-button-prev::after,
#top_news .member_list .arrow .swiper-button-next::after {
	display: none;
}
#top_news .member_list .arrow .swiper-button-prev {
	background-image: url("../img/arrow_prev_02.png");
	left: 0 !important;
}
#top_news .member_list .arrow .swiper-button-next {
	background-image: url("../img/arrow_next_02.png");
	right: 0 !important;
}
#top_news .btn {
	text-align: center;
	margin-top: 50px;
}
#top_news .btn a {
	display: inline-block;
	position: relative;
	color: #736357;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1em;
	height: 56px;
	padding: 18px 60px 0 30px;
	background-color: #f7f4ef;
	border-radius: 28px;
}
#top_news .btn a::after {
	content: "";
  display: inline-block;
	position: absolute;
	right: 20px;
	top: calc(50% - 5px);
  width: 10px;
  height: 10px;  
  border-right: 2px solid #736357;
	border-bottom: 2px solid #736357;
  transform: rotate(-45deg) translateY(-58%);
	transform-origin: right bottom;
	border-radius: 2px;
}
#top_news .btn a::before {
	content: "";
  display: inline-block;
	position: absolute;
	right: 25px;
	top: 50%;
  width: 20px;
  height: 2px;
	background-color: #736357;
}
#top_news .icon {
	position: absolute;
	left: -150px;
	top: -70px;
	z-index: 1000;
	width: 180px;
	height: auto;
}

.this_wrap {
	width: 960px;
	padding-bottom: 100px;
	margin: auto;
}
.this_wrap > h2 {
  color: transparent;
	font-size: 34px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1em;
	text-align: center;
	width: 700px;
	height: 50px;
	padding-top: 7px;
	margin: 0 auto 80px;
	border: 1px solid #000;
	border-radius: 25px;
	background-image: linear-gradient(
		70deg,
		rgb(0, 0, 0, 1) 45%, 
		rgb(255, 255, 255, 0.7) 50%,
		rgb(0, 0, 0, 1) 55%
  );
	background-size: 500% 100%;
  background-clip: text;
  animation: shine 5s infinite;
}

.this_wrap > div {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.this_wrap > div .side {
	width: calc(100% - 500px);
}
.this_wrap > div .side h3 {
	position: sticky;
	left: 0;
	top: 150px;
	font-size: 48px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5em;
	padding: 40px 0 200px;
}
.this_wrap > div#this1 .side h3 img {
	position: absolute;
	right: 50px;
	top: 270px;
	width: 214px;
	height: auto;
}
.this_wrap > div#this2 .side h3 img {
	position: absolute;
	right: 10px;
	top: 280px;
	width: 243px;
	height: auto;
}
.this_wrap > div#this3 .side h3 img {
	position: absolute;
	left: 90px;
	top: 300px;
	width: 213px;
	height: auto;
}
.this_wrap > div .cont {
	width: 500px;	
}
.this_wrap > div .cont .unit {
	padding: 50px;
}
.this_wrap > div .cont .unit .i {
	width: 85%;
	margin: auto;
}
.this_wrap > div#this1 .cont h4 {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.428em;
	text-align: center;
	margin: 0.5em 0 1em;
}
.this_wrap > div#this2 .cont h4 {
	position: relative;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.428em;
	text-align: left;
	padding-left: 100px;
	margin: 0 0 50px;
}
.this_wrap > div#this2 .cont h4 span {
	display: block;
	position: absolute;
	left: -20px;
	top: -10px;
	color: #fff;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.3em;
	text-align: center;
	width: 100px;
	height: 100px;
	padding-top: 0.5em;
	background-color: #ffd538;
	border-radius: 50%;
}
.this_wrap > div#this2 div.unit:nth-of-type(1) h4 span {
	background-color: #ff4f35;
}
.this_wrap > div#this3 .cont h4 {
	font-size: 34px;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1em;
	text-align: center;
	margin: 0.5em 0;
}
.this_wrap > div .cont p {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.77em;
}
.this_wrap > div#this3 .cont p {
	text-align: center;
}


/*===== about =====*/
#overview {
	position: relative;
}
#overview img.icon {
	position: absolute;
	left: 0;
	top: 50px;
	width: 200px;
	height: auto;
}

#overview .prof {
	position: relative;
	width: 800px;
	margin: auto;
}

#overview .prof p {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.77em;
}
#overview .prof p:first-of-type {
	text-align: center;
	margin-bottom: 50px;
}
#overview .history {
	width: 900px;
	padding: 50px 0;	
	margin: 90px auto 120px;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
}
#overview .history h3 {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1em;
	text-align: center;
	margin-bottom: 1.5em;
}
#overview .history table {
	width: 700px;
	margin: auto;
}
#overview .history table td {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.77em;
	vertical-align: top;
}
#overview .history table tr td:nth-of-type(1) {
	padding-right: 25px;
}

#space {
	position: relative;
	width: 900px;
	margin: auto;
}
#space img.icon {
	position: absolute;
	right: -50px;
	top: 310px;
	width: 180px;
	height: auto;
}

#kitchen {
	position: relative;
	width: 900px;
	margin: auto;
	padding: 50px 0;
	border-top: 3px solid #000;
}
#kitchen img.icon {
	position: absolute;
	left: 230px;
	bottom: -30px;
	width: 210px;
	height: auto;
}

.about_box .illust {
	margin-bottom: 80px;
}

.about_box > div.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 90px;
}
.about_box > div.flex:nth-of-type(2n-1) {
	flex-direction: row-reverse;
}
.about_box > div.flex img {
	display: block;
	width: 400px;
	height: 400px;
	border-radius: 25px;
}
.about_box > div.flex div {
	width: 450px;
	overflow-wrap: anywhere;
  word-break: normal;
}


/*===== spend =====*/
#routine {
	position: relative;
}
#routine img.icon {
	position: absolute;
	left: -80px;
	top: 10px;
	width: 210px;
	height: auto;
}
#routine .illust {
	width: 900px;
	margin: auto;
}

#events {
	position: relative;
	margin-top: 100px;
}
#events img.icon {
	position: absolute;
	right: -20px;
	top: -40px;
	width: 210px;
	height: auto;
}

ul.event_list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 900px;
	padding: 50px;
	margin: 0 auto 150px;
	border: 5px solid #e8dcc4;
	border-radius: 20px;
}
ul.event_list::before,
ul.event_list::after {
	content: "";
	display: block;
	position: absolute;
	top: 50px;
	width: 1px;
	height: calc(100% - 100px);
	background:
		repeating-linear-gradient(
			to bottom,
			#999 0 10px,
			transparent 10px 20px
		);
}
ul.event_list::before {
	left: 33%;
}
ul.event_list::after {
	right: 38%;
}
ul.event_list li {
	width: calc(100% / 3);
	padding-bottom: 50px;
}
ul.event_list li .m {
	color: #fff;
	font-size: 55px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1em;
	text-align: center;
	width: 100px;
	padding: 15px 0;
	margin-bottom: 10px;
	background-color: #333;
}
ul.event_list li .text {
	font-size: 25px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.4em;
}
ul.event_list li:nth-of-type(1) .m {
	background-color: #fca1a2;
}
ul.event_list li:nth-of-type(2) .m {
	background-color: #52be9e;
}
ul.event_list li:nth-of-type(3) .m {
	background-color: #806d75;
}
ul.event_list li:nth-of-type(4) .m {
	background-color: #00bbc6;
}
ul.event_list li:nth-of-type(5) .m {
	background-color: #2b98cb;
}
ul.event_list li:nth-of-type(6) .m {
	background-color: #ffaf83;
}
ul.event_list li:nth-of-type(7) .m {
	background-color: #c19243;
}
ul.event_list li:nth-of-type(8) .m {
	background-color: #949160;
}
ul.event_list li:nth-of-type(9) .m {
	background-color: #878196;
}
ul.event_list li:nth-of-type(10) .m {
	background-color: #bdaac3;
}
ul.event_list li:nth-of-type(11) .m {
	background-color: #e0b9cb;
}
ul.event_list li:nth-of-type(12) .m {
	background-color: #ffcc33;
}


/*===== approach =====*/
#approach h2 {
	color: #736357;
	font-size: 48px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5em;
	margin-bottom: 1em;
}
#approach h3 {
	color: #736357;
	font-size: 34px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin-bottom: 20px;
}
/* コンテナ全体の縦幅（可動域） */
.horizontal_scroll {
  width: 100%;
  height: var(--sticky-container-height, auto);
  position: relative;
	margin-bottom: 50px;
}

/* 左右を包むラッパー（stickyの邪魔をしないよう、ここはrelativeにします） */
.split-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}

/* ★左半分：直接 sticky を指定して固定します */
.left-content {
  width: 50%;
  height: 600px; /* 固定したいエリアの高さ */
  padding: 50px 50px 0 40px;
  
  position: sticky;
  top: 150px; /* 画面上部から250pxの位置で固定 */
  box-sizing: border-box;
}
.left-content .icon1 {
	position: absolute;
	left: -50px;
	bottom: -50px;
	z-index: 100;
	width: 212px;
	height: auto;
}

/* ★右半分：こちらも直接 sticky を指定して固定します */
.sticky-right {
  width: 50%;
  height: 600px; /* 左側と同じ高さにする */
  overflow: hidden;
  display: flex;
  align-items: center;
  
  position: sticky;
  top: 150px; /* 画面上部から250pxの位置で固定 */
  box-sizing: border-box;
}

/* 実際に横スクロールする中身の枠 */
.scroller {
  display: flex;
  gap: 20px;
  width: 100%;
  overflow-x: auto;
}

/* スクロールバー非表示用 */
.scroller.nobar::-webkit-scrollbar {
  display: none;
}

/* 横に並ぶカード要素 */
.scroll-item {
  flex: 0 0 auto;
  width: 500px;
  height: 600px;
	padding: 100px 30px 15px;
}


/*===== admission =====*/
#admission {
	position: relative;
	width: 700px;
	padding-bottom: 100px;
	margin: auto;
}
#admission h2,
#admission h3,
#requirements h2:not(.no),
#requirements h3:not(.no) {
	color: #736357;
	font-size: 34px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-align: center;
	line-height: 1em;
	padding: 8px 0;
	border: 2px solid currentColor;
	border-radius: 50px;
}
#admission h2,
#requirements h2 {
	margin-bottom: 50px;
}
#admission h3,
#requirements h3:not(.no) {
	color: #fff;
	background-color: #736357;
	margin: 50px 0 40px;
}
#approach p,
#admission p,
#recruit p {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 2em;
	line-height: 1.5em;
}
#admission h4,
#admission table,
#admission .w600 {
	width: 600px;
	margin: auto;
}
#admission h4 {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1em;
	text-align: center;
	padding: 12px 0;
	margin: 50px auto 1em; 
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
}
#admission table {
	margin-top: 50px;
}
#admission td,
#admission .w600 p {
	line-height: 1.777em;
}
#admission td {
	vertical-align: top;
	width: 80%;
	border: none;
}
#admission tr td:nth-of-type(1) {
	width: 20%;
}
#admission figure {
	margin-bottom: 50px;
}
#admission div.last {
	max-width: 600px;
	padding-top: 50px;
	margin: 50px auto 0;
	border-top: 1px solid #808080;
}
#admission div.last p {
	margin-bottom: 2em;
}
#admission .icon2,
#admission .icon3 {
	position: absolute;
	z-index: 100;
	height: auto;
}
#admission .icon2 {
	right: -110px;
	bottom: 580px;
	width: 212px;
}
#admission .icon3 {
	left: -240px;
	bottom: 200px;
	width: 244px;
}


/*===== recruit =====*/
#recruit {
	width: 800px;
	margin: auto;
}
#recruit h2.h {
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1em;
	text-align: center;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #000;
	margin-bottom: 50px;
}

#recruit .features .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#recruit .features .unit {
	width: 370px;
	margin-bottom: 20px;
}
#recruit .features .unit h3 {
	color: #222;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.33em;
	text-align: center;
	width: 100%;
	height: 80px;
	padding-top: 8px;
	margin-bottom: 20px;
	border-radius: 40px;
	background-color: #aaa;
}
#recruit .features div.unit:nth-of-type(1) h3 {
	background-color: #e95037;
}
#recruit .features div.unit:nth-of-type(2) h3 {
	background-color: #8bd1f4;
}
#recruit .features div.unit:nth-of-type(3) h3 {
	background-color: #ffcc33;
}
#recruit .features div.unit:nth-of-type(4) h3 {
	background-color: #b7aa00;
}

#recruit .msg {
	width: 100%;
	padding: 55px 50px 40px;
	margin-bottom: 80px;
	border: 6px solid #e8dcc4;
	border-radius: 20px;
}
#recruit .msg h2 {
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 1.2em;
}

#requirements h2:not(.no),
#requirements h3:not(.no),
#requirements p {
	max-width: 700px;
	margin-inline: auto;
}
#requirements a.bosyu {
	display: block;
	margin-bottom: 80px;
}
#requirements picture {
	
}
#requirements .flex > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 700px;
	margin: auto;
}
#requirements .flex .wp-block-group__inner-container .wp-block-group {
	width: 300px;
}
#requirements .internship h3,
#requirements .requirements h3 {
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1em;
	margin-bottom: 0.5em;
}
#requirements .internship h4 {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5em;
}
#requirements .internship p {
	margin-bottom: 0;
}

#requirements h4.welcome {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.4em;
	text-align: center;
	margin-bottom: 1em;
}
#requirements .requirements {
	width: 700px;
	padding: 50px 0 0;
	border-top: 1px solid #000;
	margin: 50px auto 0;
}
#requirements .requirements p {
	margin-bottom: 1em;
}
#requirements .article .wp-block-group__inner-container {
  column-count: 2;      /* 段数 */
  column-gap: 5em;      /* 段の間隔 */
}
#requirements .article p{
    break-inside: avoid;
}

.entry_btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	max-width: 700px;
	margin: 50px auto 80px;
}
.entry_btn p {
	margin-bottom: 0;
}
.entry_btn a {
	display: flex;
	align-items: center;
	color: #736357;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1em;
	width: 200px;
	height: 56px;
	padding-left: 20px;
	margin-left: 30px;
	border-radius: 28px;
	background: #e8dcc4 url("../img/arrow.svg") no-repeat calc(100% - 20px) 50% / 40px 30px;
}


/*===== condition =====*/
#condition {
	width: 900px;
	margin: auto;
	padding: 100px 0;
}
#condition h2 {
	color: #e95037;
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.38em;
	text-align: center;
	margin-bottom: 50px;
}
#condition .c_img {
	height: auto !important;
}
#condition .pdf a {
	display: block;
	width: 595px;
	margin: auto;
}



/*===== news =====*/
.news_wrap {
	width: 700px;
	padding: 200px 0;
	margin: 0 auto;
}
.news_wrap ul {
	border-top: 1px solid #2c2c2c;
}
.news_wrap ul li {
	border-bottom: 1px solid #2c2c2c;
}
.news_wrap ul li a {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding: 30px 30px 30px 50px;
}
.news_wrap ul li a .i {
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-radius: 15px;
}
.news_wrap ul li a .text {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.04;
	line-height: 1.7em;
	width: calc(100% - 170px);
}
.news_wrap ul li a .text .cat {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1em;
	padding: 5px 15px;
	background-color: #fc3;
	border-radius: 3px;
	margin-bottom: 15px;
}
.news_wrap ul li a .text .d {
	color: #999;
	letter-spacing: 0;
}

.pagenavi {
  text-align: center;
  margin: 50px auto 0;  
}
.pagenavi span,
.pagenavi a {
  display: inline-block;
  color: #2c2c2c;
  font-size: 20px;
	font-weight: 500;
  line-height: 1em;
  letter-spacing: 0;
  text-align: center;
  width: 40px;
  height: 40px;
  padding: 9px 0 !important;
  margin: 0 5px !important;
  background-color: transparent;
  border: none !important;
  box-sizing: border-box;
	border-radius: 50%;
}
.pagenavi .current {
  position: relative;
  color: #fff;
	background-color: #fc3;
  border: 1px solid #fc3 !important;
}
.pagenavi .nextpostslink,
.pagenavi .previouspostslink {
  display: inline-block;
  width: 20px;
  height: auto;
  padding: 0 !important;
  vertical-align: -1px;
  font-family: shippori-mincho,sans-serif;
  font-weight: 500;
  font-style: normal;
}


.single_cont {
	width: 700px;
	padding: 50px 0 200px;
	margin: auto;
}
.single_cont .c_img {
	width: 100%;
	height: 500px;
	overflow: hidden;	
}
.single_cont .cont {
	padding: 50px 50px 0;
	border-bottom: 1px solid #ccc;
}
.single_cont .cont .cat {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1em;
	padding: 5px 15px;
	background-color: #fc3;
	border-radius: 3px;
	margin-bottom: 15px;
}
.single_cont .cont .d {
	color: #999;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1em;
}
.single_cont .cont h2 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4em;
	padding-bottom: 0.5em;
	margin: 0.5em 0 2em;
	border-bottom: 1px solid #ccc;
}
.single_cont .cont p {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.7em;
	margin-bottom: 2em;
}


.pager {
  width: 350px;
  margin: 50px auto 0;
}
.pager tr td {
  vertical-align: middle;
}
.pager tr td:nth-of-type(1) {
  width: 30%;
  text-align: left;
}
.pager tr td:nth-of-type(1) a,
.pager tr td:nth-of-type(3) a {
	position: relative;
  display: inline-block;
  color: #fc3;
  font-size: 36px;
	font-weight: 500;
	line-height: 1em;
}
.pager tr td:nth-of-type(2) {
  width: 40%;
  text-align: center;
}
.pager tr td:nth-of-type(2) a {
  position: relative;
	display: inline-block;
  color: #fff;
  font-size: 18px;
	font-weight: 600;
  line-height: 1em;
  width: 160px;
  height: 50px;
  padding-top: 16px;
  background-color: #fc3;
}
.pager tr td:nth-of-type(3) {
  width: 30%;
  text-align: right;
}


/*===== contact =====*/
.contact_form {
	max-width: 900px;
	margin: 0 auto;
}
.contact_form p {
	margin-bottom: 0 !important;
}

.form_item{
	margin-bottom: 40px;
}

.form_item label{
	display:block;
	font-size:20px;
	font-weight:700;
	margin-bottom:12px;
	color:#222;
}

.required{
	display:inline-block;
	margin-left:10px;
	padding:2px 8px;
	background:#f5b400;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	line-height:1.4;
}

.name_wrap{
	display:flex;
	gap:40px;
}

.name_wrap > div{
	flex:1;
}

.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form input[type="tel"],
.contact_form textarea{
	width:100%;
	padding:15px 18px;
	border:1px solid #9b9b9b;
	font-size:18px;
	box-sizing:border-box;
}

.contact_form textarea{
	height:240px;
	resize:vertical;
}

.contact_form .wpcf7-list-item{
	display:block;
	margin:0 0 12px;
}

.contact_form .wpcf7-list-item label{
	display:flex;
	align-items:center;
	font-weight:400;
	margin:0;
	font-size:18px;
}

.contact_form input[type="radio"]{
	margin-right:8px;
}

.submit_wrap{
	margin-top:60px;
	}
.submit_wrap p {
	text-align:center;
}

.submit_wrap input[type="submit"]{
	width:200px;
	height:40px;
	border:none;
	background:#ffcc33;
	color:#fff;
	font-size:18px;
	cursor:pointer;
	transition:.3s;
}

.submit_wrap input[type="submit"]:hover{
	opacity:.8;
}

.transmission {
  display: none;
  text-align: center;
  width: 100%;
  padding: 100px 0;
  margin: auto;
  background-color: #f5f5f5;
}
.transmission p {
  display: table-cell;
  font-size: 16px !important;
  line-height: 1.8em !important;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  vertical-align: middle;
}
.sent .transmission {
  display: table;
}
.sent .inq {
  display: none;
}

.cf-turnstile {
	text-align: center;
	margin: 60px 0 0;
}

.not-found {
  position: relative;
  text-align: center;
  width: 100%;
  height: calc(100vh - 335px);
}
.not-found p {
  position: relative;
  top: calc(50% + 20px);
  line-height: 2em;
}





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

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


.updown1 {
  animation-name: updown1;   /* アニメーション名の指定 */
  animation-delay: 0s;   /* アニメーションの開始時間指定 */
  animation-duration: 3s;   /* アニメーション動作時間の指定 */
  animation-timing-function: ease-in-out;  /* アニメーションの動き指定（徐々に早く）*/
  animation-iteration-count: infinite; 
}
@keyframes updown1 {
  0% {transform: translateY(0);}
  50% {transform: translateY(-10px);}
  100% {transform: translateY(0);}
}
.updown2 {
  animation-name: updown2;   /* アニメーション名の指定 */
  animation-delay: 0s;   /* アニメーションの開始時間指定 */
  animation-duration: 3s;   /* アニメーション動作時間の指定 */
  animation-timing-function: ease-in-out;  /* アニメーションの動き指定（徐々に早く）*/
  animation-iteration-count: infinite; 
}
@keyframes updown2 {
  0% {transform: translateY(0);}
  50% {transform: translateY(10px);}
  100% {transform: translateY(0);}
}


.hide {
  opacity: 0 !important;
}

.md_transition {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(.39, .575, .565, 1) 0.6s;
    z-index: 999999;
}
.md_transition::before {
    background: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0)), color-stop(33.33333%, #fff), color-stop(66.66667%, #fff), to(hsla(0, 0%, 100%, 0)));
    background: -o-linear-gradient(bottom, hsla(0, 0%, 100%, 0) 0, #fff 33.33333%, #fff 66.66667%, hsla(0, 0%, 100%, 0) 100%);
    background: linear-gradient(0deg, hsla(0, 0%, 100%, 0), #fff 33.33333%, #fff 66.66667%, hsla(0, 0%, 100%, 0));
    content: "";
    display: block;
    width: 100%;
    height: 300%;
    position: absolute;
    left: 0;
    top: -100%;
}
body.is_remove .md_transition {
    -webkit-animation: maskCloseTransition .6s cubic-bezier(.47, 0, .745, .715) 0s 1 forwards;
    animation: maskCloseTransition .6s cubic-bezier(.47, 0, .745, .715) 0s 1 forwards;
}
body:not(.is_fade) .md_transition {
    transform: translateY(-200%);
}
@-webkit-keyframes maskCloseTransition {
    0% { transform: translateY(200%); }
    to { transform: translate(0); }
}
@keyframes maskCloseTransition {
    0% { transform: translateY(200%); }
    to { transform: translate(0); }
}



@keyframes op {
  0% {
    opacity: 0;
  }
  30%, 100% {
    opacity: 1;
  }
}
@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

@keyframes shine {
	0% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}