@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright©SAKURAYA All Rights Reserved.

HTML CSS Selectors recruit pages

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------
TOP
--------------------------------------------------------------------------------- */
.top {}
.top-fv {
  width: 100%;
  height: 100vh;
  position: relative;
}
.top-fv .slide-img {
  width: 100%;
  height: 100%;
}
.top-fv__txt {
  width: fit-content;
  height: fit-content;
  font-size: 48px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 150px;
  left: 0;
  margin: 0 auto;
  content:"";
  z-index: 2;
}
.top-fv::before {
  display: block;
  width: 2px;
  height: 138px;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  content:"";
  z-index: 3;
}
.top-fv::after {
  font-family: var(--font-en);
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.3em;
  color: #fff;
  writing-mode: vertical-rl;
  position: absolute;
  right: 50%;
  margin-right: -24px;
  bottom: 36px;
  content:"SCROOL";
}

.top-read-sec {
  width: 100%;
  padding-top: 45px;
  margin-bottom: 105px;
  position: relative;
  overflow:hidden;
}
.top-read-sec__catchphrase {
  margin-bottom: 588px;
  font-size: 42px;
  line-height: 1.428;
  text-align: center;
}
.top-read-sec__ttl {
  margin-bottom: 35px;
  font-size: 34px;
  text-align: center;
}
.top-read-sec__ttl2 {
  margin-bottom: 15px;
  font-size: 24px;
  text-align: center;
}
.top-read-sec__comment {
  width: 950px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 2.33;
  text-align: center;
}
.top-read-sec .slide-img {
  position: absolute;
  left: 50%;
}
.top-read-sec .slide-img.img01 {
  width: 257px;
  top: 211px;
  margin-left: -691px;
}
.top-read-sec .slide-img.img02 {
  width: 227px;
  top: 469px;
  margin-left: -643px;
}
.top-read-sec .slide-img.img03 {
  width: 760px;
  top: 198px;
  margin-left: -380px;
}
.top-read-sec .slide-img.img04 {
  width: 227px;
  top: 173px;
  margin-left: 387px;
}
.top-read-sec .slide-img.img05 {
  width: 318px;
  top: 514px;
  margin-left: 414px;
}

/*SAKURAYAで働くスタッフの声*/
.voice-sec {
  max-width: 1366px;
  margin: 0 auto 95px;
}
.voice-list li {
  display: flex;
  margin-bottom: 25px;
}
.voice-list li:nth-of-type(even) {
  flex-direction: row-reverse;
}
.voice-list-header {
  width: 490px;
  padding-bottom: 60px;
  position: relative;
}
.voice-list-header-in {
  line-height: 1;
  position: absolute;
  bottom: 5px;
  z-index: 3;
}
.voice-list li:nth-of-type(odd) .voice-list-header-in {
  right: 0;
  text-align: right!important;
}
.voice-list li:nth-of-type(even) .voice-list-header-in {
  left: 0;
  text-align: left!important;
}
.voice-list-header-in__ttl {
  display: inline-block;
  width: 160px;
  padding: 16px 10px;
  background-color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.voice-list-header-in__name {
  padding: 0 10px 10px;
  font-size: 18px;
  font-weight: 300;
}
.voice-list-header-in__data {
  padding: 0 10px;
  font-size: 15px;
  font-weight: 300;
}
.voice-list-header__img {
  z-index: 1;
}
.voice-list-header__img::after {
  transition-delay:700ms;
}
.voice-list-inner {
  width: 720px;
  padding: 50px 40px;
}
.voice-list-inner__ttl {
  padding-bottom: 20px;
  font-size: 28px;
}
.voice-list-inner__comment {
  font-size: 15px;
  line-height: 2;
}

/*採用情報ナビ*/
.top-nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 160px;
}
.top-nav a {
  display: block;
  width: calc( calc(100% - 4px) / 3);
  height: 260px;
  margin-right: 2px;
  margin-bottom: 2px;
  position: relative;
}
.top-nav a:nth-of-type(3n) {
  margin-right: 0;
}
.top-nav a:hover {
  opacity: 1;
}
.top-nav-inner {
  width: 100%;
  height: 100%;
  padding-top: 80px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.top-nav-inner__ttl {
  padding-bottom: 32px;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #fff;
}
.top-nav-inner__ttl em {
  font-size: 42px;
  font-weight: 400;
}
.top-nav-inner__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 240px;
  height: 50px;
  border-radius: 25px;
  background-color: #fff;
  margin: 0 auto;
  font-size: 13px;
  letter-spacing: 0.01em;
}
.top-nav-inner__btn::before {
	width: 7px;
	height: 7px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  margin-right: 8px;
  content:"";
}

.top-nav__img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.top-nav__img::before {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content:"";
  transition: 0.2s ease-in-out;
}
.top-nav a:hover .top-nav__img::before {
  opacity: 0.5;
}

/*リードセクション*/
.top-read-sec {
  margin-bottom: 165px;
}
.top-read-sec-inner {
  width: 980px;
  padding: 65px 0 45px;
  border: 1px solid #000;
  margin: 0 auto 50px;
  text-align: center;
}
.top-read-sec-inner__txt {
  padding-bottom: 32px;
  font-size: 28px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.025em;
}
.top-read-sec-inner__tags {
  font-family: var(--font-serif);
  font-size: 12px;
  line-height: 2;
}
.top-read-sec__txt {
  font-size: 30px;
  text-align: center;
}

/*POINT*/
.point-sec {
  padding-bottom: 60px;
}
.point-list li {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
  counter-increment: point;
}
.point-list li:nth-of-type(even) {
  flex-direction: row-reverse;
}
.point-list__ttl {
  width: 100%;
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 1;
  text-align: center;
}
.point-list__ttl::before {
  font-size: 48px;
  font-weight: 900;
  content: counter(point) " ";
}

.point-list__img {
  width: 760px;
  height: 420px;
}
.point-list__txt {
  width: 460px;
  margin: 0 40px;
  font-size: 15px;
  line-height: 2;
}

/*数値で見るSAKURAYA*/
.number-sec {
  padding: 78px 0 20px;
  background-color: #f5f5f5;
  margin-bottom: 150px;
}
.number-sec .sec-ttl {
  margin-bottom: 25px;
}
.number-sec__ttl {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}
.number-list {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 1038px;
  margin: 0 auto 64px;
}
.number-list li {
  width: 300px;
  height: 240px;
  background-image: url("../img/recruit_2025/bg_number.svg");
  background-size: 10px auto;
  padding-top: 10px;
  margin: 0 23px 20px;
  line-height: 1;
  text-align: center;
}
.number-list__img {
  width: 100px;
  height: 90px;
  margin: 0 auto 10px;
}
.number-list__txt1 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
}
.number-list__txt2 {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 900;
}
.number-list__txt2 .count-up {
  font-size: 36px;
  font-weight: 900;
}
.number-list__txt3 {
  font-size: 14px;
  line-height: 1.28;
}

/*スケジュール*/
.schedule-sec {
  margin-bottom: 220px;
}
.schedule-sec-header {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 50px;
}
.schedule-sec-header__img {
  width: 134px;
  height: 134px;
  border-radius: 50%;
  overflow:hidden;
  margin-right: 26px;
}
.schedule-sec-header__ttl {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 500;
}
.schedule-sec-header__ttl span {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.schedule-list {
  width: 1100px;
  margin: 0 auto;
}
.schedule-list li {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.schedule-list li:nth-of-type(even) {
  flex-direction: row-reverse;
}
.schedule-list__img {
  width: 280px;
  position: relative;
  z-index: 1;
}
.schedule-list-center {
  width: 388px;
  height: 60px;
  background-color: #200;
  border-radius: 30px;
  margin-top: 62px;
  position: relative;
  z-index: 2;
  line-height: 1;
  font-weight: 900;
  color: #fff;
}
.schedule-list-center__in {
  padding-top: 18px;
  font-size: 24px;
}
.schedule-list-center__num {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 160px;
  height: 60px;
  background-color: #ccc;
  border-radius: 30px;
  position: absolute;
  top: 0;
  font-size: 28px;
  letter-spacing: 0;
}
.schedule-list-box {
  width: 400px;
  padding: 74px 0 34px;
  position: relative;
}
.schedule-list-box__ttl {
  padding-bottom: 8px;
  font-size: 27px;
  line-height: 1;
  font-weight: 500;
}
.schedule-list-box__txt {
  font-size: 17px;
  line-height: 1.5;
}

.schedule-list li:nth-of-type(odd) .schedule-list-center {
  padding-right: 177px;
  left: -38px;
}
.schedule-list li:nth-of-type(odd) .schedule-list-center__in {
  text-align: right;
}
.schedule-list li:nth-of-type(odd) .schedule-list-center__num {
  right: 0;
}
.schedule-list li:nth-of-type(odd) .schedule-list-box {
  left: -10px;
}
.schedule-list li:nth-of-type(even) .schedule-list-center {
  padding-left: 177px;
  right: -38px;
}
.schedule-list li:nth-of-type(even) .schedule-list-center__num {
  left: 0;
}
.schedule-list li:nth-of-type(even) .schedule-list-box {
  right: -10px;
  text-align: right;
}

/*SKILL*/
.skill-sec {
  width: 1120px;
  margin: 0 auto;
}
.skill-sec-read {
  margin-bottom: 74px;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}
.skill-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: row-reverse;
  margin-bottom: 100px;
  counter-increment: skill;
}
.skill-list li:nth-of-type(even) {
  flex-direction: row;
}
.skill-list-inner {
  width: 560px;
  padding: 40px 45px 0;
}
.skill-list-inner__ttl {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 500;
}
.skill-list-inner__txt {
  padding-bottom: 55px;
  font-size: 16px;
  line-height: 1.875;
}
.skill-list-inner__btn {
  width: 240px;
}
.skill-list-inner__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 50px;
  border: 1px solid #000;
  border-radius: 25px;
  font-size: 13px;
  line-height: 1;
}
.skill-list-inner__btn a::before {
	width: 7px;
	height: 7px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
  margin-right: 8px;
  content:"";
}

.skill-list-img {
  width: 580px;
  position: relative;
}
.skill-list-img::before {
  display: block;
  font-family: var(--font-en);
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  top: -20px;
  left: -72px;
  content: "#" counter(skill,decimal-leading-zero);
  z-index: 3;
}
.skill-list-img::after {
  transition-delay:1000ms;
}
.skill-list-img::after {
  width: 130px;
  height: 2px;
  background-color: #000;
  transform: rotate(-44.7deg);
  position: absolute;
  top: 20px;
  left: -40px;
  content:"";
}

/*VISIT*/
.visit-sec {
  margin-bottom: 98px;
}
.visit-sec-read {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 2;
  text-align: center;
}
.visit-sec-wrap {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
}
.visit-sec-wrap-img {
  width: 620px;
}
.visit-sec-wrap-in {
  width: 460px;
}
.visit-sec-wrap-in__ttl {
  font-size: 24px;
  line-height: 1.5;
}
.visit-sec-wrap-in__txt1 {
  margin-bottom: 34px;
  font-size: 18px;
  line-height: 2;
}
.visit-sec-wrap-in__txt2 {
  font-size: 14px;
  line-height: 1.7;
}
.visit-sec-wrap-in dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.7;
}
.visit-sec-wrap-in dt {
  width: 50px;
}
.visit-sec-wrap-in dd {
  width: calc(100% - 50px);
}
.visit-sec-wrap-in .add {
  font-size: 12px;
  line-height: 1.4;
}

/*ENTRY*/
.entry-sec {
  padding: 35px 0 75px;
  background-color: #000;
  margin-bottom: 130px;
}
.entry-sec .sec-ttl {
  color: #fff;
}
.entry-sec-read {
  margin-bottom: 58px;
  font-size: 24px;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.entry-sec .entry-background-inner-in li {
  background-color: #fff;
}

/*年間スケジュール*/
.annual-schedule-sec {
  padding-bottom: 125px;
}
.annual-schedule-list {
  display: flex;
  flex-wrap: wrap;
  width: 1320px;
  margin: 0 auto;
}
.annual-schedule-list li {
  width: 380px;
  margin: 0 30px 85px;
  position: relative;
}
.annual-schedule-list li::before {
  display: block;
  width: 54px;
  aspect-ratio: 1;
  clip-path: polygon(0 0,100% 0,0 100%);
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content:"";
  z-index: 3;
}
.annual-schedule-list li::after {
  width: 130px;
  height: 2px;
  background-color: #000;
  transform: rotate(-45deg);
  position: absolute;
  top: 25px;
  left: -37px;
  content:"";
  z-index: 4;
}
.annual-schedule-list__img {
  width: 380px;
  height: 380px;
}
.annual-schedule-list__month {
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
  position: absolute;
  top: -45px;
  right: 347px;
  z-index: 5;
}
.annual-schedule-list__month span {
  font-family: "EB Garamond", serif;
  font-size: 60px;
  letter-spacing: 0;
}
.annual-schedule-list__ttl {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 150px;
  padding: 15px 0;
  border-bottom: 2px solid #000;
  font-size: 28px;
  line-height: 1.2;
}
.annual-schedule-list__ttl .en {
  font-size: 30px;
  word-break: keep-all;
  word-wrap: normal;
}
.annual-schedule-list__ttl .en {}
.annual-schedule-list__txt {
  font-size: 16px;
  line-height: 1.875;
}

/*Message*/
.message-sec {
  padding: 50px 0 0;
  background-color: #f5f5f5;
  margin-bottom: 138px;
}
.message-inner {
  width: 1160px;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  line-height: 1.875;
}
.message-inner__txt1 {
  padding-bottom: 85px;
}
.message-inner__txt2 {
  padding: 0 0 25px 300px;
}
.message-inner__img {
  width: 220px;
  position: absolute;
  bottom: 0;
  left: 16px;
}

/*History*/
.hisutory-sec {
  margin-bottom: 118px;
}
.top-history-list {
  width: 990px;
  padding-top: 70px;
  margin: 0 auto;
  position: relative;
}
.top-history-list .slick-track::before {
  width: calc(100% - 104px);
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 80px;
  left: 52px;
  content:"";
  z-index: 20;
}
.top-history-list li {
  width: 104px;
  padding: 127px 0 0;
  position: relative;
}
.top-history-list li .img {
  display: block;
  width: 90px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.top-history-list li .img img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.top-history-list li .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 94px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.top-history-list li .year {
  width: 94px;
  height: 127px;
  background: url("../img/recruit_2025/history-list.png") no-repeat center bottom;
  font-family: "EB Garamond", serif;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.top-history-list li .year:empty {
  display: none;
}
.top-history-list .slick-track:after {
  width: 1px;
  height: 80px;
  background-color: #000;
  position: absolute;
  top: 62px;
  right: 51px;
  content:"";
}
.top-history-list .slick-prev,
.top-history-list .slick-next {
  width: 45px;
  height: 83px;
  background-color: transparent;
  position: absolute;
  top: 325px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: none;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	z-index: 20;
}
.top-history-list .slick-prev {
  left: -110px;
	background-image: url("../img/recruit_2025/top_slider_prev.png");
}
.top-history-list .slick-next {
  right: -110px;
	background-image: url("../img/recruit_2025/top_slider_next.png");
}

/*Q&A*/
.faq-sec {
  margin-bottom: 165px;
}
.faq-list {
  width: 1036px;
  margin: 0 auto;
}
.faq-list div {
  padding: 0 0 22px 72px;
}
.faq-list dt {
  position: relative;
  cursor: pointer;
}
.faq-list dt::before {
  font-family: var(--font-en);
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  position: absolute;
  top: -2px;
  left: -45px;
  content:"Q,";
}
.faq-list dt span {
  font-size: 24px;
  line-height: 1;
  text-decoration: underline;
}
.faq-list dt.selected span {
  text-decoration: none;
}
.faq-list dd {
  padding: 15px 0 0 85px;
  font-size: 15px;
  line-height: 2;
  position: relative;
}
.faq-list dd::before {
  position: absolute;
  top: 15px;
  left: 60px;
  content:"A.";
}
.faq-list dd::after {
  width: 13px;
  height: 13px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  position: absolute;
  top: 20px;
  left: 38px;
  content:"";
}

/*Company*/
.company-sec {
  padding: 80px 0 112px;
  background-color: #000;
  margin-bottom: 160px;
}
.company-sec .sec-ttl {
  color: #fff;
}
.company-sec .sec-ttl::before {
  background-color: #fff;
}
.company-data {
  width: 624px;
  margin: 0 auto;
  border-top: 2px solid #fff;
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  color: #fff;
}
.company-data div {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #fff;
}
.company-data dt {
  width: 192px;
  padding: 20px 0 12px 55px;
}
.company-data dd {
  width: calc(100% - 192px);
  padding: 20px 0 12px;
}
/*---------------------------------------------------------------------------------
RECRUIT INFO
--------------------------------------------------------------------------------- */
.info {}
.info-fv {
  height: 480px;
  margin-bottom: 60px;
  position: relative;
}
.info-fv__img {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.info-fv-ttl {
  width: fit-content;
  height: fit-content;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 165px;
  left: 0;
  margin: auto;
  z-index: 2;
}
.info-fv-ttl span {
  font-size: 42px;
}
.info-fv::before {
  width: 2px;
  height: 130px;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  content:"";
  z-index: 3;
}
.info-fv::after {
  width: 2px;
  height: 35px;
  background-color: #000;
  position: absolute;
  right: 0;
  bottom: -35px;
  left: 0;
  margin: auto;
  content:"";
}
.info-fv__cover {
  width: 100%;
  height: 100%;
  background-color:rgba(0,0,0,0.30);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.info-catchphrase {
  margin-bottom: 50px;
  font-size: 42px;
  line-height: 1;
  text-align: center;
  opacity: 1;
}
.info-catchphrase span {
  margin-bottom: 25px;
  background:linear-gradient(transparent 60%, rgba(171, 193, 227) 40%);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition:background-size 1.5s;
}
.info-catchphrase span:nth-of-type(2) {
  transition-delay:600ms;
}
.loaded .info-catchphrase span {
   background-size: 100% 100%;
}

/*POINT*/
.info-point {
  padding: 60px 0 25px;
  background-color: #f5f5f5;
  margin-bottom: 215px;
}
.info-point-list {
  width: 1180px;
  margin: 0 auto;
}
.info-point-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 85px;
  position: relative;
}
.info-point-list li::after {
  width: 130px;
  height: 2px;
  background-color: #000;
  transform: rotate(-45deg);
  position: absolute;
  top: 35px;
  left: 68px;
  content:"";
  z-index: 5;
}
.info-point-list-img {
  width: 520px;
  margin-left: 123px;
}
.info-point-list-img .slide-img::before {
  display: block;
  width: 45px;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 3;
}
.info-point-list-img .slide-img::after {
  background-color: #f5f5f5;
}
.info-point-list-img__txt {
  padding-top: 15px;
  font-size: 18px;
  text-align: center;
}
.info-point-list-in {
  width: 475px;
  font-size: 15px;
  line-height: 2;
}
.info-point-list-chart {
  width: 610px;
  padding-top: 18px;
  margin: 0 auto;
}

/*STAFF SCHEDULE*/
.info .schedule-list-center__num {
  font-size: 24px;
}
.info-schedule {
  padding-bottom: 160px;
}
.info-schedule-list {
  width: 1000px;
  margin: 0 auto;
}
.info-schedule-list li {
  margin-bottom: 56px;
}
.info-schedule-list__ttl {
  margin-bottom: 20px;
  font-size: 30px;
  text-align: center;
}
.info-schedule-list__img {
  margin-bottom: 25px;
}
.info-schedule-list__txt {
  width: 630px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 2;
}

/*募集要項*/
.recruit-information {
  margin-bottom: 195px;
}
.recruit-information-inner {
  width: 810px;
  margin: 0 auto;
  padding-bottom: 55px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: relative;
}
.recruit-information-inner::before {
  display: block;
  width: 257px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  top: -5px;
  right: 0;
  content:"";
}
.recruit-information-inner__ttl {
  padding: 70px 0 45px;
  font-size: 32px;
  line-height: 1;
  text-align: center;
}
.recruit-information-inner__info {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 182px;
  height: 35px;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: -16px;
  right: 24px;
  z-index: 3;
}
.recruit-information-inner dl {
  width: 733px;
  margin: 0 auto;
}
.recruit-information-inner dl div {
  display: flex;
  padding: 25px 0 25px;
  border-bottom: 1px solid #000;
}
.recruit-information-inner dl div:last-child {
  border-bottom: none;
}
.recruit-information-inner dt {
  width: 135px;
  padding-left: 13px;
  font-size: 20px;
}
.recruit-information-inner dd {
  width: calc(100% - 135px);
  padding-top: 2px;
  font-size: 16px;
  line-height: 1.875;
}

/*ページナビ*/
.info-nav {
  width: 1040px;
  margin: 250px auto 160px;
}
.info-nav ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}
.info-nav li {
  width: 320px;
  height: 240px;
  margin: 0 40px 50px 0;
  position: relative;
}
.info-nav li::before {
  width: 1px;
  height: 210px;
  background-color: #000;
  position: absolute;
  top: 15px;
  right: -20px;
  content:"";
}
.info-nav li:nth-of-type(1)::after,
.info-nav li:nth-of-type(2)::after,
.info-nav li:nth-of-type(3)::after {
  width: 280px;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: -25px;
  left: 20px;
  content:"";
}
.info-nav li:nth-of-type(3n) {
  margin-right: 0;
}
.info-nav li:nth-of-type(3n)::before {
  content:none;
}
.info-nav a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.info-nav a:hover {
  opacity: 1;
}
.info-nav__img {
  width: 100%;
  height: 100%;
}
.info-nav__txt {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: 0.2s ease-in-out;
}
.info-nav a:hover .info-nav__txt {
  background-color: rgba(0,0,0,0);
}
/*---------------------------------------------------------------------------------
Entry
--------------------------------------------------------------------------------- */
.entry {
  margin-bottom: 150px;
}
.entry .mv {
  width: 880px;
  margin: 0 auto 120px;
}


.form-read-txt {
  padding-bottom: 60px;
  margin-bottom: 65px;
  font-size: 22px;
  text-align: center;
  background: url("../img/contact/bg_balloon.png") no-repeat center bottom;
}
.form-read-txt em {
  display: block;
  padding-top: 10px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #c63fa9;
}

.form-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 800px;
  margin: 0 auto 70px;
}
.form-list dt {
  box-sizing: border-box;
  width: 264px;
  padding: 8px 0px 72px 42px;
  background: url("../img/contact/icon_list.png") no-repeat;
  font-size: 18px;
  line-height: 1;
}
.form-list dt em {
  display: inline-block;
  padding-left: 18px;
  color: #c63fa9;
}
.form-list dd {
  width: calc(100% - 264px);
  padding-bottom: 72px;
  font-size: 18px;
}

select {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 10px 12px;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #eee;
  outline: none;
}
label {
  display: inline-block;
  padding-right: 40px;
}
textarea {
  box-sizing: border-box;
  width: 100%;
  height: 270px;
  padding: 10px 10px 12px;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #fff;
  outline: none;
}
input[type="text"] {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 10px 12px;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #fff;
  outline: none;
}

.form-btn {
  width: 100%;
  height: 130px;
  background-color: #eee;
  text-align: center;
}

.form-end-text {
  width: 800px;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
}

.mail-read {
  padding-bottom: 205px;
  font-size: 22px;text-align: center;
}
.mail-btn {
  width: 304px;
  height: 35px;
  position: relative;
  margin: 0 auto 235px;
}
.mail-btn::before {
  width: 58px;
  height: 48px;
  background-image: url("../img/contact/icon_mail.png");
  position: absolute;
  top: -50px;
  left: -136px;
  content:"";
}
.mail-btn::after {
  width: 53px;
  height: 68px;
  background-image: url("../img/salon/icon_sakura_d_02.png");
  position: absolute;
  top:-57px;
  right: -130px;
  z-index: 10;
  content:"";
}

.mail-txt {
  width: 745px;
  margin: 0 auto;
  font-size: 22px;
}




