@charset "UTF-8";

@font-face {
  font-family: 'hannari';
  src: url('../font/hannari.woff') format('woff');
}

/* CSS Document */
/* 横幅と左右の余白 */
.wcontainer {
  width: min(92%, 1280px);
  margin: auto;
  color: #30261a;
  font-weight: 300;
}
/* reset */
* {
  min-height: 0vw;
}
.wcontainer h2, .wcontainer h3, .wcontainer h4, .wcontainer p {
  margin-block-start: 0;
  margin-block-end: 0;
}
.wcontainer figure, .wcontainer ul, .wcontainer ol {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
}
.wrapper {
  overflow: hidden;
}

/* 見出し */
h2.newtop {
  margin-bottom: -0.5em;
  font-size: 35px;
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 400;
  font-family: 'Cinzel Decorative', cursive;
  letter-spacing: 0.3em;
  text-align: center;
}
h2.newtop + h3 {
  margin-bottom: 2em;
  font-weight: lighter;
  font-size: 16px;
  font-size: clamp(12px, 1.3vw, 18px);
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.2em;
  text-align: center;
}
.h3-line::after {
  display: block;
  width: 100%;
  height: 0;
  margin-top: 2em;
  border-top: solid 1px #e7e3df;
  content: '';
}
.answer {
  display: none;
}
@media (max-width: 767px) {
  h2.newtop {
    margin-bottom: 0;
  }
}
/* HERO キャッチ画像 */
.box-hero figure, .box-hero p, .box-hero ul {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
}
#slider {
  width: 100%;
  margin: 0 auto 10px;
}
#thumbnail_slider {
  width: 80%;
  margin: 0 auto 10px;
}

.slick-slide:focus {
  outline: none;
}
.slide-item img {
  width: 100%;
  vertical-align: bottom;
}
.thumbnail-item li {
  padding-top: 20px;
  outline: none;
}
.thumbnail-item li:focus {
  outline: none;
}
.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}
.thumbnail-item p {
  font-weight: 300;
  font-size: 16px;
  font-size: clamp(9px, 1.1vw, 16px);
  line-height: 1.2;
}
.thumbnail-item p span {
  display: inline-block;
  position: relative;
}
.thumbnail-item p span:after {
  content: "▶";
  font-size: 70%;
  margin-left: 10px;
  vertical-align: 1px;
}
.thumbnail-item {
  position: relative;
  margin: 0 20px 0;
}
.thumbnail-item p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px;
  box-sizing: border-box;
  color: #fff;
  background-color: rgba(48, 36, 21, 0.7);
  width: 100%;
  text-align: center;
}
.box-sns {
	margin-top: 80px;
}
.insta_lists {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 800px;
  margin-top: 30px !important;
}
.insta_lists li {
  width: 22%;
	margin-bottom: 25px;
}
.insta_wrap img,.banner_line img {
  width: 100%;
  height: auto;
}
.box-sns a:hover img {
	opacity: .8;
}
.insta_wrap {
	position: relative;
	margin-left: 15%;
}

.insta_baloon {
	position: absolute;
	right:11.5%;
	top:20px;
	width: 18%;
}
.insta_more {
	position: absolute;
	right:7%;
	bottom:4%;
	width: 20%;
}
.banner_line {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	margin-top: 75px;
	margin-bottom: 100px;
}
.btnBg {
  background: linear-gradient(to bottom, rgba(230,86,68,0.8) 0%,rgba(235,130,106,0.8) 53%,rgba(238,154,127,0.8) 88%,rgba(239,160,132,0.8) 100%);
}
.headSpace {
  height: 170px;
}
#thanks .headSpace {
  height: 120px;
}
div#mfp_overlay {
  top:0 !important;
}
div#mfp_overlay_background {
  min-height: 100vh; /* Fallback ios下部余白対策*/
  min-height: calc(var(--vh, 1vh) * 100);
}
@media (max-width: 1400px) {
.insta_wrap {
    position: relative;
    margin-left: 0;

}
	.insta_lists {
	width: 75%;		
	}
.insta_baloon {
	position: absolute;
	right:5%;
	top:20px;
	width: 18%;
}
.insta_more {
	position: absolute;
	right:0;
	bottom:4%;
	width: 20%;
}	
}
@media (max-width: 767px) {
  .headSpace {
    height: 48px;
  }
  #thanks .headSpace {
    height: 30px;
  }
#body_entry .ftRevBn a {
  display: none;
}

.insta_wrap {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	}
	.insta_lists {
		width: 100%;
	}
.insta_lists li {
		width: 46%;
	}
.insta_baloon {
	position: relative;
	right:auto;
	top:auto;
	width: 50%;
	margin-left: 46%;
	margin-top: 20px;
}
.insta_more {
	position: relative;
	right:auto;
	bottom:auto;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.banner_line {
	margin-top: 40px;
	margin-bottom: 55px;
}

}
@media (min-width: 570px) and (max-width:767px) {
  .thumbnail-item figure {
    padding: 5px;
    padding: clamp(3px, 0.3vw, 5px);
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
  }
  .thumbnail-item p {
    padding: 5px;
    padding: clamp(3px, 0.3vw, 5px);
  }
}
@media (min-width: 768px) {
  #thumbnail_slider .slick-list {
    max-width: 944px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Arrows */
.slick-prev, .slick-next {
  display: block;
  position: absolute;
  width: 14px;
  height: 26px;
  padding: 0;
  border: none;
  color: transparent;
  font-size: 0;
  line-height: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
}

@media (min-width: 570px) and (max-width:767px) {
  .slick-prev {
    top: 45%;
  }
  .slick-next {
    top: 45%;
  }
}
  .slick-prev, .slick-next {
    width: 46px;
    height: 46px;
  }
  .slick-prev {
    top: 50%;
    left: -40px;
    background: #ffffff url(../img/top/arrow_prev.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
  .slick-next {
    top: 50%;
    right: -40px;
    background: #ffffff url(../img/top/arrow_next.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }

@media (max-width: 767px) {
  .slick-prev, .slick-next {
    width: 20px;
    height: 20px;
  }	
  .slick-prev {
    left: -20px;	  
	}
  .slick-next {
    right: -20px;	  
	}
}
/* MESSAGE メッセージ */
.box-message {
  padding-top: 80px;
  background-color: #f8f3ec;
  background-image: linear-gradient(0deg, #f8f3ec 90%, #ddd7d0 100%);
}
.message-container {
  padding-bottom: 80px;
  background-image: url(../img/top/bg_cont_message.jpg);
  background-position: 50% 60%;
  background-size: auto;
  background-repeat: no-repeat;
  text-align: center;
}
.message-container p {
  width: 70%;
  margin: 0 auto 1.2em;
  color: #2d2317;
  font-weight: 300;
  font-size: 18px;
  font-size: clamp(14px, 1.5vw, 20px);
  font-family: 'Noto Serif JP', serif;
  text-align: left;
}
.title_brand {
  margin-top: 38px;
  margin-bottom: 52px;
}
@media (max-width: 1100px) {
  .message-container p {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .message-container {
    background-size: 140%;
  }
  .message-container p {
    line-height: 1.6;
  }

  
}
/* NEWS 注目のお知らせ */
.box-news {
  padding-top: 80px;
  background-color: #fff;
}
.news-container {
  text-align: center;
}
.news-post-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -40px;
}
.news-post {
  margin-top: 40px;
}
.news-post a {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: inherit;
  text-decoration: none;
}
.news-post a:hover {
  text-decoration: none;
  filter: brightness(90%) contrast(120%);
}
.news-post figure {
  flex: 2;
}
.news-post dl {
  flex: 5;
  text-align: left;
}
.news-post dt {
  font-size: 16px;
  font-size: clamp(10px, 1.1vw, 16px);
}
.news-post dd {
  margin-top: 0.6em;
  font-size: 16px;
  font-size: clamp(12px, 1.3vw, 18px);
  line-height: 1.2;
}
.news-post img {
  width: 70%;
  height: auto;
  margin-right: 20px;
}
.news-btn {
  display: block;
  width: 45%;
  margin: 40px auto 0;
  padding: 0.6em 0;
  box-sizing: border-box;
  background-color: #b28850;
  color: #fff;
  font-size: 18px;
  font-size: clamp(14px, 1.5vw, 20px);
  letter-spacing: 0.3em;
  text-decoration: none;
  text-align: center;
}
.news-btn:hover {
  color: #fff;
  text-decoration: none;
  filter: brightness(90%) contrast(120%);
}
@media (min-width: 768px) {
  .news-post-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -40px;
  }
  .news-post {
    width: calc((100% - 20px) / 2);
    margin-top: 60px;
  }
  .news-post a:hover {
    text-decoration: underline;
  }
  .news-post img {
    width: 90%;
    height: auto;
    margin-right: 20px;
  }
  .news-btn {
    width: 30%;
    margin-top: 60px;
  }
  .service-list li .title_bland{
    margin-top: 0;

  }

}
/* SERVICE 事業紹介 */



.service-list img {
  max-width: 100%;
  height: auto;
}

.bg_wrapper .service-text p {
  text-align: left;
}

.box_network .title_brand {
  margin-top: 20px;
}
.reverse .title_brand {
  text-align: right;
}
.box_network .title_brand img:first-child {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  

  .service-list li.reverse {
    flex-direction: row-reverse;
  }
  .service-list div {
    width: 51%;
  }
  .service-list figure {
    width: 42.8%;
  }
  .service-text a span .yajirushi {
    border-right: 2px solid #c2aa8a;
    border-bottom: 2px solid #c2aa8a;
  }
}


/* 7REASONS カリスタが選ばれる７つの理由 */
.box-reasons {
  padding-top: 200px;
}
.reasons-container {
  width: 90%;
  text-align: center;
}
.reasons-container ol {
  position: relative;
  margin: 0 auto;
  padding: 0 10px 0 6px;
  list-style: none;
}
.reasons-container ol li {
  display: flex;
  align-items: center;
  position: relative;
  height: 60px;
  padding-left: 60px;
  font-size: 16px;
  font-size: clamp(12px, 1.3vw, 18px);
  line-height: 1.2;
  text-align: left;
}
.text-camel {
  color: #b28850;
}
/* ol デザイン */
.reasons-container ol {
  counter-reset: li;
}
.reasons-container ol > li::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 40px;
  height: 40px;
  padding: 10px 3px 0 0;
  border-radius: 100%;
  box-sizing: border-box;
  background-color: #b28850;
  color: #ffffff;
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  counter-increment: li;
  content: counter(li) "";
}
.reasons-container strong {
  font-weight: bold;
  font-size: 18px;
  font-size: clamp(14px, 1.5vw, 20px);
}
@media (min-width: 570px) and (max-width:767px) {
  .reasons-container ol {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .reasons-container ol {
    width: 70%;
  }
  .reasons-container ol li {
    height: 74px;
    margin-bottom: 20px;
    margin-left: 35px;
    padding-right: 20px;
    padding-left: 35px;
    border: 1px solid #e7e3df;
    background-color: #ffffff;
    text-align: center;
  }
  .reasons-container ol li.list-edge {
    margin-bottom: 0;
  }
  .reasons-container ol li p {
    width: 100%;
    text-align: center;
  }
  .reasons-container ol > li::before {
    top: 2px;
    left: -35px;
    width: 70px;
    height: 70px;
    padding: 20px 3px 0 0;
    font-size: 30px;
  }
  .reasons-container ol > li.text-brown::before {
    background-color: #7a582a;
  }
  .reasons-container span.br-text {
    display: inline-block;
  }
}
/* WORK STYLE カリスタの働き方 */
.box-workstyle {
  padding-top: clamp(410px, 20vw, 300px);
  background: #ffffff url(../img/top/bg_white.gif) no-repeat top center;
  background-size: contain;
}
.workstyle-container {
  width: 90%;
}
.workstyle-text {
  padding-bottom: 2em;
  font-size: 18px;
  font-size: clamp(14px, 1.5vw, 20px);
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}
.workstyle-list {
  display: flex;
  flex-direction: column;
}
.workstyle-list > li {
  width: 80%;
  margin: 0 auto 20px;
}
.workstyle-list > li.edge {
  margin: 0 auto;
}
.workstyle-type {
  position: relative;
  padding-bottom: 10px;
}
.workstyle-type img {
  max-width: 100%;
  height: auto;
}
.workstyle-type > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75%;
  height: 23%;
  background-color: #fff;
}
.workstyle-type h4 {
  padding: 0.8em 0.5em 0 0;
  font-weight: 500;
  font-size: 18px;
  font-size: clamp(14px, 1.5vw, 20px);
  line-height: 1;
}
.workstyle-type p {
  color: #b28850;
  font-size: 16px;
  font-size: clamp(10px, 1.1vw, 16px);
}
.workstyle-desc {
  padding-bottom: 10px;
  font-size: 16px;
  font-size: clamp(12px, 1.3vw, 18px);
  line-height: 1.4;
}
.workstyle-position {
  display: flex;
  flex-direction: row;
}
.workstyle-position li {
  margin-right: 5px;
  margin-bottom: 20px;
  padding: 0.5em;
  border: 1px solid #e7e3df;
  font-size: 16px;
  font-size: clamp(10px, 1.1vw, 16px);
  line-height: 1;
}
@media (min-width: 570px) and (max-width:767px) {
  .workstyle-type h4 {
    font-size: 2.5vw
  }
  .workstyle-desc {
    font-size: 2.0vw;
  }
}
@media (min-width: 768px) {
  .workstyle-container {
    width: 80%;
  }
  .workstyle-text {
    width: 80%;
    margin: 0 auto 2em;
    padding-bottom: 0;
    background-image: url(../img/top/workstyle_deco01.gif), url(../img/top/workstyle_deco01.gif);
    background-position: left center, right center;
    background-size: 80px auto, 80px auto;
    background-repeat: no-repeat, no-repeat;
    letter-spacing: 0.2em;
  }
  .workstyle-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    max-width: 1280px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .workstyle-list > li {
    margin: 0 auto;
  }
  .workstyle-type {
    padding-bottom: 0;
  }
  .workstyle-desc {
    padding-bottom: 20px;
  }
}
@media (min-width: 1000px) {
  .workstyle-text {
    width: 70%;
    background-size: 100px auto, 100px auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .workstyle-text {
    margin-top: 20px;
    margin-bottom: 5px;
}
}
/* DATA 数字で見るカリスタ */
.box-data {
  padding-top: 200px;
  padding-top: clamp(140px, 20vw, 300px);
  background: #f5f3f1 url(../img/top/bg_ivory.gif) no-repeat top center;
  background-size: contain;
}
.data-container {
  width: 80%;
  padding-bottom: 80px;
}
.data-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 15px;
  padding-top: 26px;
  padding-top: clamp(20px, 2.2vw, 30px);
}
.data-list li {
  padding-top: 26px;
  padding-top: clamp(20px, 2.2vw, 30px);
  padding-bottom: 0.6em;
  background-color: #fff;
  text-align: center;
}
.data-list li h4 {
  padding: 0 0.6em 1em;
  font-weight: 500;
  font-size: 18px;
  font-size: clamp(12px, 1.6vw, 22px);
  line-height: 1.1;
  letter-spacing: 0.3em;
}
.data-list img {
  max-width: 100%;
  height: auto;
}
.data-list figure {
  padding-left: 1em;
  padding-right: 1em;
}
.data-list li h4.letterspace-small {
  letter-spacing: 0.1em;
}
.fontsize-small {
  display: inline-block;
  margin: 0;
  line-height: 1.2;
  font-size: 10px;
  font-size: clamp(6px, 1.0vw, 14px);
  letter-spacing: 0;
}
@media (min-width: 570px) and (max-width:767px) {
  .data-list li h4 {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .data-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}


.box-pickup {
  padding: 70px 0 20px;
}
.pickup-container h2.newtop + h3, .sns-container h2.newtop + h3 {
  border-bottom: 1px solid #e7e3df;
  margin-bottom: 33px;
  padding-bottom: 15px;
}
/*top　リニューアル 2210*/
.bg_wrapper {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5d19f+0,f4ca9b+19,f8dea6+60,f5c89a+77,efa084+100&0.3+0,0.3+100 */
background: linear-gradient(to right,  rgba(245,209,159,0.3) 0%,rgba(244,202,155,0.3) 19%,rgba(248,222,166,0.3) 60%,rgba(245,200,154,0.3) 77%,rgba(239,160,132,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
font-family: hannari, "游明朝",  serif;
}
.bg_wrapper p {
  font-size: 18px;
  line-height: 2.2;
  letter-spacing: 2px;
}
p.ac {
  text-align: center;
}
.top_mv {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}
.top_mv img {
  vertical-align: bottom;
}
.top_mv video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.movie_box .youtube {
  margin-bottom: 0;
  position: relative;
}
.movie_box .youtube video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;  
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}
.top_mv p {
  position: absolute;
  font-size: 4.2vw;
  line-height: 1.4;
  right:0;
  left:0;
  top:40%;
  text-align: center;
  bottom:0;
  font-weight: 200;
  display: inline-block;
  font-family: hannari, "游明朝",  serif;
  letter-spacing: 2px;
  color: #58494a;
  font-weight: normal;
}
@media (max-width: 767px) {
  .top_mv p {
    position: absolute;
    font-size: 7vw;
    line-height: 1.4;
    left:3%;
    right:auto;
    top:auto;
    bottom:5%;
    font-weight: 200;
    text-align: right;
  }
}
.top_mv img{
  width: 100%;
  height: auto;
}
.box__news {
  padding-top: 80px;
}
.mt0 {
  margin-top: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.title_news {
  padding-top: 42px;
  padding-bottom: 40px;
}
.title_news img{
  height: 50px;
  width: auto;
}
.t_round {
  max-width: 1065px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.t_round:before {
  position: absolute;
  content:"";
  right:0;
  top:0;
  display: block;
  z-index: -1;
  width: 100%;
  height: 600px;

}
section.box__news .t_round:before {
background: url(../img/top/bg_news.webp) no-repeat top right; 
}
section.box_salon .t_round:before {
  background: url(../img/top/bg_salon.webp) no-repeat top left; 
}
section.box-vision .t_round:before {
  background: url(../img/top/bg_vision.webp) no-repeat top 0 right; 
}
section.box__movie .t_round:before {
  background: url(../img/top/bg_movie.webp) no-repeat top left; 
}

@media (max-width: 767px) {
  .bg_wrapper p {
    font-size: 16px;
  }
  .title_news {
    font-size: 24px;
  }
  .title_news img{
    height: 24px;
    width: auto;
  }
}
section.box__news {
  padding-bottom: 200px;
}
section.box-vision {
padding: 0 0 160px;  
}
section.box_network {
  background: url(../img/top/bg_network.webp) no-repeat top right; 
  max-width: 1065px;
  width: 100%;
  margin: 200px auto 0;
  padding-bottom: 200px;
}
section.box_staff .t_round:before {
  background: url(../img/top/bg_staff.webp) no-repeat top left; 
}
section.box_system .t_round:before {
  background: url(../img/top/bg_system.webp) no-repeat top right; 
}
section.box_entry .t_round:before {
  background: url(../img/top/bg_entry.webp) no-repeat top left; 
}
section.box_system {
  max-width: 1065px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 200px;
}
.t_round {
  position: relative;
  text-align: center;
}
.t_round:after {
  background: url(../img/top/title_bg1.webp) no-repeat top center; 
  content:"";
  width: 200px;
  height: 130px;
  display: block;
  top:0;
  left:0;
  right:0;
  position: absolute;
  margin:auto;
}
.t_round_2 {
  max-width: 1065px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.t_round_2 .before {
  width: 200px;
  height: 130px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
}
.t_round_2 .after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  z-index: -1;
  width: 100%;
  height: 600px;
  object-fit: none;
  object-position: top right;
}
section.box__movie .t_round_2 .after {
  object-position: left top;
}
section.box_salon .t_round_2 .after {
  object-position: left top;
}
section.box_staff .t_round_2 .after {
  object-position: left top;
}
section.box_entry .t_round_2 .after {
  object-position: left top;
}
section.box_network {
  /* background: url(../img/top/bg_network.webp) no-repeat top right; */
  background: unset;
  position: relative;
}
section.box_network .after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  z-index: -1;
  width: 100%;
  height: 600px;
  object-fit: none;
  object-position: top right;
}
@media (max-width: 767px) {
  .t_round_2 .before {
    object-fit: contain;
    object-position: center;
    width: 150px;
    height: 120px;
  }
  .t_round_2 .after {
    object-fit: contain;
    width: 16%;
  }
  .box__movie .t_round_2 .after {
    right: unset;
    left: 0;
    top: 40px;
  }
  .box_salon .t_round_2 .after {
    right: unset;
    left: 0;
  }
  .box_staff .t_round_2 .after {
    right: unset;
    left: 0;
    top: 30px;
  }
  .box_system .t_round_2 .after {
    width: 24%;
  }
  .box_entry .t_round_2 .after {
    right: unset;
    left: 0;
    width: 13%;
  }
  section.box_network .after {
    object-fit: contain;
    width: 16%;
  }
}
.bg_entry {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e65644+0,eb826a+53,ee9a7f+88,efa084+100&0.8+0,0.8+100 */
  background: linear-gradient(to bottom,  rgba(230,86,68,0.8) 0%,rgba(235,130,106,0.8) 53%,rgba(238,154,127,0.8) 88%,rgba(239,160,132,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 100%;

}
section.box_entry {
  padding-top: 110px;
  max-width: 1065px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 200px;
}
.index_entry {
  padding-top: 50px;
  max-width: 950px;
  margin-left: auto;
  margin-right: 0;
}
section.box_entry .title{
  color: #fff;
}
.index_entry_text {
  width: 50%;
  text-align: left;
  color: #fff;
}
.index_entry_text p {
  margin-bottom: 50px;
  line-height:2.2;
  letter-spacing: 2.5px;
}
.index_entry_btn {
  width: 47%;
  text-align: left;
}
.index_entry_text .title_sub {
  margin-top: 0;
  padding-top: 0;
  text-align: left;
  color: #fff;
}
.entry_index_card {
  background-color: #fff;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  margin-bottom: 20px;
  padding: 25px 25px 30px;
  box-sizing:border-box;

}
.title_entry {
  font-size: 24px;
  text-align: center;
  color: #574849;
  font-weight: normal;
}
.entry_index_card ul li a{
  font-size: 18px;
  padding: 15px 10px 10px;
  color: #574849;
  border-bottom: 1px solid #574849;
  display: block;
  width: 100%;
  box-sizing:border-box;
  text-decoration: none;
  background: url(../img/top/icon_entry.png) no-repeat right 0 bottom 15px; 
}
.entry_index_card ul li a:hover {
  opacity: .8;
}
.list_news {
  max-width: 730px;
  width: 90%;
  margin: -25px auto 0;
  display: block;
  font-size: 18px;
  text-align: left;
}
.list_news a {
  text-decoration: none;
  display: block;
  color: #574849;
  font-size: 18px;
  padding-top: 35px;
  padding-bottom: 45px;
}
.list_news a:hover {
  text-decoration: none;
  opacity: .8;
}
.list_news li {
  border-bottom: 1px solid #898989;
  font-size: 18px;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.list_news li span {
  display: block;
  color: #574849;
  font-size: 15px;
  margin-bottom: 10px;
}
.list_news li {
  position: relative;
}
.list_news li a:after{
  position: absolute;
  content:"詳しくはこちら";
  color: #b9696e;
  display: block;
  font-size: 15px;
  width: 220px;
  height: 20px;
  background: url(../img/top/icon_arrow-r.png) no-repeat right bottom 2px;
  right:0;
  bottom:10px;
  margin:auto;
  pointer-events: none;
}
.box-vision .title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
 .list_news li span {
  margin-bottom: 5px;
  font-size: 12px;
  }
.box__topopening {
  padding-top: 40px !important;
}
.list_news li:after{
background-size: 10px;
background: url(../img/top/arrow_gray.png) no-repeat right bottom center;
top:auto;
bottom:5px;
}
.opening__box {
  margin-top: 30px;
}
.list_news li a:after{
  position: absolute;
  font-size: 12px;
  width: 140px;
  height: 20px;
  background: url(../img/top/icon_arrow_r_sp.png) no-repeat right bottom 6px;
  right:0;
  bottom:10px;
  margin:auto;
  pointer-events: none;
background-size: 50px;
}
.list_news a {
  font-size: 16px;
}
section.box__news {
  padding-bottom: 125px;
}
}
.title_index {
  position: relative;
  text-align: center;
}
.title_index .title{
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: 400;
  white-space: nowrap;
  font-family: hannari, "游明朝",  serif;
  letter-spacing: 2px;
}

.opening__box {
  border-top: 1px solid #e8e3df;
  margin-top: 60px;
  padding-top: 40px;
  margin-bottom: 110px;
}
.wrap_text {
  font-size: 16px;
  width: 85%;
  max-width: 710px;
  margin: 0 auto .5em;
  padding:0 1em;
  background: linear-gradient(#d4cacb 1px, transparent 1px) transparent;
  background-size: auto 2.8em;
  line-height: 2.8em;

  overflow: hidden;
}
.bg_wrapper .wrap_text p {
  line-height: 2.45em;
  margin-bottom:2em;
  text-align: center;

}

.box-salon p{
  text-align: center;
}
@media (max-width: 767px) {
  .wrap_text {
    font-size: 16px;
    max-width: 711px;
    width: 80%;
    margin: 0 auto 2em;
    padding: 0 1.5em;
    background: linear-gradient(#d4cacb 1px, transparent 1px) transparent;
    background-size: auto 2em;
    line-height: 2em;
    overflow: hidden;
} 
  .bg_wrapper .wrap_text p {
    font-size: 16px;
    line-height: 2;
    background-size: auto 2em;
    margin-bottom: 0.2em;
    letter-spacing: -1px;
  }
  .index_entry_text .title_sub {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .title_entry {
    font-size: 18px;

  }
  .index_entry_text p {
    margin-bottom: 20px;
  }
}
.box-pickupindex {
  padding: 120px 0 0px;
}
@media (max-width: 767px) {
  .box-pickupindex {
    padding: 70px 0 20px;
  }
  .title_index .title {
    font-size: 6vw;
  }
.box__topopening .title_index img {
  max-width: 55%;
}
.box__topopening .title_index img {
  max-width: 55%;
}
.box-message .title_index img {
  max-width: 58%;
}
.box-pickupindex .title_index img {
  max-width: 62%;
}
.box-service .title_index img {
  max-width: 62%;
}
.box-reasons .title_index img {
  max-width: 70%;
}
.box-workstyle .title_index img {
  max-width: 95%;
}
.box-system .title_index img {
  max-width: 52%;
}
.box-sns .title_index img {
  max-width: 65%;
}
.opening__box {
  margin-top: 30px;
padding-top: 20px;
}
.index_entry_text,.index_entry_btn {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
}


@media (max-width: 767px) {
  .box-service {
    padding-bottom: 70px;
  }
  .entry_index_card ul li a {
    background-size: 3%;
    font-size: 16px;
  }
}
.index_banner {
  max-width: 1065px;
  margin-left: auto;
  margin-right: auto;
}
.index_banner img {
  width: 100%;
  height: auto;
}
.index_banner li {
  width: 48.5%;
  position: relative;
}
.index_banner li:hover {
  opacity: .8;
}
.box-banner {
  margin-bottom: 160px;
}
.box_staff {
  margin-top: 200px; 
  margin-bottom: 200px;  
}
@media (max-width: 767px) {
  .index_banner {
    width: 100%;
  }
  .index_banner li {
    width: 94%;
   margin-left: -2%;
   margin-bottom: 20px;
  }
  .index_banner li:nth-child(2) {
    width: 94%;
   margin-left: auto;
   margin-right: -2%;
  }
.box-banner {
  padding-bottom: 40px;
  margin-bottom: 160px;
}

}
.index_banner li span.t1 {
	position: absolute;
	top:40%;
	left:0;
  font-size: 28px;
 line-height: 1.5;
  color: #000;
  font-weight: 400;
  width: 55%;
  padding: 1px 15px 6px;
  box-sizing:border-box;
  text-align: left;
  background-color:rgba(255,255,255,0.9);
}
.index_banner li span.t2 {
	position: absolute;
	bottom:5%;
	right:20px;
  font-size: 15px;
 line-height: 1.5;
  color: #000;
  font-weight: 400;
  width: 100%;
  padding: 15px 37px 15px 15px;
  box-sizing:border-box;
  text-align: right;
  background: url(../img/top/icon_more.png) no-repeat right 12px bottom 15px;
  background-size: 11px;
}
.index_system {
  max-width: 920px;
  margin-top: 70px;
  margin-right: auto !important;
}
.index_system img {
  width: 100%;
  height: auto;
}
.index_system li {
  width: 48.5%;
  position: relative;
  margin-bottom: 15px;
}
.index_system li span {
  background-color: #fff;
  position: absolute;
  bottom:16%;
  left:0;
  line-height: 1.4;
  padding: 0 4px 2px;
  font-size: 28px;
  color: #574849;
}

.service-list {
  max-width: 1065px;
  width: 96%;
  margin: 110px auto 0;
}
.service-list li {
  margin-bottom: 30px;
}


.members-list {
  margin-top: 70px;

}
.box-system {
  padding-top: 200px;
}
.sns-container {
  padding-top: 100px;
}

@media (max-width: 767px) {
.index_system li {
  width: 100%;
  margin-bottom: 20px;
}
.index_system li span {
  font-size: 5vw;
}
.box-workstyle {
  padding-top: 150px;
}
.box-system {
  padding-top: 50px;  
}
.index_banner li span.t1 {
  font-size: 20px;
  width: 58%;
  letter-spacing: -1px;
}
.index_banner li span.t2 {
  position: absolute;
  bottom: 3%;
  right: 10px;
  font-size: 12px;
  background-size: 8px;
  padding-right: 30px;
}
.sns-container {
  padding-top: 40px;
}
.service-list {
  margin-left: 0;
  margin-right: 0;
}
.index_system {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.service-list {
  width: 100%;
}
.service-list li{
  position: relative;

}
.service-list li p {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 25px;
}
.service-list li:nth-child(1) {
padding-left: 18%;
}
.service-list li:nth-child(1) p {
  padding-right: 4%;
}
.service-list li:nth-child(2),.box_network .service-list li:nth-child(1){
  padding-right: 18%;
  padding-left: 0;
  }
  .service-list li:nth-child(1) p {
    padding-left: 4%;
  }
  .service-list li:nth-child(2) p, .box_network .service-list li:nth-child(2) p {
    padding-left: 4%;
    padding-right: 0;
  }
.title_brand {
  position: absolute;
  left:3%;
  top:0;
  margin-top: 0;
}
.service-list li:nth-child(2) .title_brand,.box_network .service-list li:nth-child(1) .title_brand{
  position: absolute;
  left: auto;
  right:3%;
  top: 0;
}
.box_network .service-list li:nth-child(1) .title_brand {
  width: 10%;
  margin-top: 0;
}
.box_network .service-list li:nth-child(1) .title_brand .shinq-y{
  margin-top: 15px;
  width: 60%;
  margin-left: 20%; 
}
.title_brand {
  margin-top: 0;
  width: 7%;
}
}
.box__movie {
  padding: 40px 0 180px;
  text-align: center;
}

.title {
  font-size: 42px;
  letter-spacing: 2px;
  font-weight: normal;
  color: #574849;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.box__news .title {
  color: #000;

}




.title_sub {
  font-size: 28px;
  letter-spacing: 2px;
  text-align: center;
  color: #574849;
  font-weight: normal;
  padding: 60px 0 40px;
}
@media (max-width: 767px) {
  .title {
    font-size: 28px;
    padding-top: 40px;
  }
  .t_round:after {
    width: 150px;
    height: 120px;
    background-size: 100%;
    background-position:center bottom 10px;
  }
  section.box_network {
    background-size: 16% !important;
    margin-top: 100px;
    padding-top: 25px;
    padding-bottom: 125px;
  }
  section.box_staff {
    margin-top: 105px;
    margin-bottom: 105px;
  }
  section.box_system {
    margin-bottom: 125px;
  }
  section.box_entry {
    padding-bottom: 125px;
  }
.t_round:before {
    background-size: 16% !important;
  }

  section.box__movie .t_round:before {
    background-position: top 40px left 0;
  }
 .box_network .t_round:before {
    background-size: 24% !important;
  }
 .box_system .t_round:before {
    background-size: 24% !important;
  }
 .box_entry .t_round:before {
    background-size: 13% !important;
  }
.service-list li{
  margin-bottom: 50px;
}
.title_sub {
  font-size: 28px;
}
.box__movie {
  padding-bottom: 95px;
}
section.box-vision {
  padding-bottom: 105px;
}
.service-list {
  margin-top: 80px;
}
section.box_network .title_sub {
  padding-bottom: 50px;
}
}
.box_salon .title_sub {
padding: 0px 0 40px;
}
.section-movie.slick-slider {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;

}
.section-movie iframe{
border-radius: 30px;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;	
}
.box__movie .slick-track {
  display: flex;
}
.box__movie .slick-slide {
  height: auto !important;
}
.movie_box {
  margin: 30px 28px 20px;
  background-color: #fefbeb;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  padding-bottom: 20px;
  box-shadow: 0 0 8px rgba(000, 000, 000, 0.4);
  position: relative;
  padding-bottom: 7em;
}

.movie_box p {
  margin-left: 15px;
  margin-right: 15px;
  line-height: 1.8;
  text-align: left;
  color: #000;
}
.movie_box .youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 177.777777%;
  overflow: hidden;
  margin-bottom: 20px;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}
.movie_box .youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.movie_box .youtube video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;  
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}
.btn_movie a{
  position: absolute;
  bottom:20px;
  left:0;
  right:0;
  margin:auto;
  margin-left: auto;
  margin-right: auto;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efa084+0,f5bf96+24,fff2b4+56,f5d8bb+78,f2cfbd+100 */
background: linear-gradient(to right,  rgba(239,160,132,1) 0%,rgba(245,191,150,1) 24%,rgba(255,242,180,1) 56%,rgba(245,216,187,1) 78%,rgba(242,207,189,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
border-radius: 50px;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
padding: .7em .5em;
color: #574849;
text-decoration: none;
font-size: 15px;
line-height: 1.3;
width: 70%;

}
.section-movie .slick-dots {
  position: static !important;
  margin-top: 30px;
}
.movie_insta {
  margin-top: 40px;
  text-align: center;
}
.section-movie .slick-dots li {
  height: auto;
  width: 50px;
  margin: 0 5px;
  padding: 0 0;

}
.section-movie .slick-dots li button:before {
    font-family: 'slick';
    font-size: 25px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
	right:0;
    width: 50px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;	
    height: 5px;
    content: '';
    display: block;
    text-align: center;
    background-color: #d7d8d8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.section-movie .slick-dots li.slick-active button:before{
  background-color: #b9696e;
}
.movie_insta a {
color: #000;
font-weight: 200;
}
.movie_insta a:hover {
  opacity: .8;
}
.slick-dots li button {      
  background: transparent;   
  border:1;   
  font-size: 10pt; 
}



@media (max-width: 767px) {

  .movie_box {
    margin: 30px 10px 20px;
  }
  .box__movie .title {
    font-size: 6vw;
    margin-bottom: 0;
  }
  .section-movie .slick-dots {
    bottom: -20px !important;   
    margin-top: 0;
  }
  .section-movie .slick-prev {
    top: 44%;
    bottom:auto;
    left: 21px;
    background: transparent url(../img/top/movie_prev.png) no-repeat;
    background-size: cover;
    width: 44px;
    height: 44px;
    z-index: 100;
  }
  .section-movie .slick-next {
    top: 44%;
    bottom:auto;
    right: 21px;
    background: transparent url(../img/top/movie_next.png) no-repeat;
    background-size: cover;
    width: 44px;
    height: 44px;
    z-index: 100;
  }
  .section-movie .slick-dots li {
    width: 40px;
    margin-top: 0;

  }
  .section-movie .slick-dots li button:before {
    width: 40px;    
  }
  .movie_box p {
    font-size: 16px;
  }
  .section-movie .slick-dots li button:before {
    margin: 0;
  }
  .box__movie .t_round {
    margin-bottom: 20px;
  }
  .btn_movie a {
    padding: 10px;
    font-size: 14px;
  }
}
.members-list li {
  text-align: left;
  width: 200px;
}
.members-list li img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.members_wrap {
  background-color: #fff;
  margin-top: 15px;
  padding: 5px 10px;
  box-sizing:border-box;
}
.bg_wrapper .members_wrap p {
  line-height: 1.7;
}
.members-text {
  min-height:4.5em;
}
.swiper-container {
    padding: 0 330px;
}

.swiper-wrapper { 
padding: 30px 0; 
}
             
.swiper-slide {
width: 330px;
}

.swiper-slide img,.swiper-slide figure {
width: 100%;
height: auto;
}
@media (max-width: 767px) {
.swiper-container {
padding: 0 5%;
}
.swiper-slide {
width: 80%;
}
section.box_staff .t_round:before{
  background-position: top 30px left;

}
section.box_staff .title {
  margin-bottom: 0;
}
}

/* recruit_new */
#recruit_new {
  width: 100%;
}
#recruit_new .top_main {
  width: 100%;
  height: auto;
}
#recruit_new .top_main img {
  vertical-align: bottom;
}
#recruit_new .bg_wrapper img {
  max-width: 100%;
}
#recruit_new p {
  line-height: 1.7;
}
section.box-event .t_round:before {
  background: url(../img/recruit_new/bg_event.webp) no-repeat top 0 right; 
}
section.box-value .t_round:before {
  background: url(../img/recruit_new/bg_value.webp) no-repeat top 0 left; 
}
section.box-strengths .t_round:before {
  background: url(../img/recruit_new/bg_strengths.webp) no-repeat top 0 right;
  height: 800px;
}
section.box-recruitment .t_round:before {
  background: url(../img/recruit_new/bg_recruitment.webp) no-repeat top 0 right;
  height: 1000px;
}
section.box-flow .t_round:before {
  background: url(../img/recruit_new/bg_flow.webp) no-repeat top 0 left;
  height: 1000px;
}
#recruit_new section.box_entry .t_round:before {
  background-position: top 0 right;
}
section.box-event {
  padding: 100px 0 200px;
}
section.box-value {
  padding: 0 0 200px;
}
section.box-strengths {
  padding: 0 0 120px;
}
section.box-recruitment {
  padding: 0 0 200px;
}
section.box-flow {
  padding: 0 0 200px;
}
.wrap_event_box {
  max-width: 730px;
  width: 96%;
  margin: 60px auto 70px;
}
.wrap_event_box .event_box {
  width: 47%;
}
.title_strengths {
  font-size: 28px;
  font-weight: normal;
}
.title_event,.title_value,.title_flow {
  font-size: 24px;
  font-weight: normal;
}
.btn_white_event,.table_recruitment,.btn_white_flow {
  font-size: 18px;
}
#recruit_new .wrap_value_box .value_box p {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 2px;
}
#recruit_new .flow_box p {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 1px;
}
.title_event {
  text-align: center;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
.title_value {
  text-align: center;
  color: #B9696E;
  line-height: 1.7;
  margin-bottom: 20px;

}
.btn_white_event a{
  display: inline-block;
  background-color: #fff;
  color: #E65D4C;
  border: 1px solid #E65D4C;
  text-decoration: none;
  padding: 20px 50px;
  margin: 0 auto;
  letter-spacing: 2px;
}
.btn_white_event a img {
  width: 100px;
  margin-left: 24px;
}
.btn_white_event {
  text-align: center;
}

.wrap_value_box {
  max-width: 1056px;
  width: 96%;
  margin: -30px auto 70px;
}
.wrap_value_box .value_box {
  width: 44%;
  background: url(../img/recruit_new/bg_pink.png) no-repeat top center;
  background-size: 100% auto;
  padding: 12% 10%;
  text-align: center;
  box-sizing:border-box;
}
.wrap_value_box .value_box:nth-child(1) {
  margin-left: 28%;
  margin-right: 28%;
  margin-bottom: -15%;
}
.wrap_strengths_box {
  max-width: 730px;
  width: 96%;
  margin: 90px auto 70px;  
}
.strengths_box {
  background-color: #fff;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;	
  margin-bottom: 85px;
  width: 90%;
  padding: 5% 9%;
  box-sizing:border-box;
  position: relative;
  min-height:280px;
}
.title_strengths {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
.wrap_value_box .value_box {
  padding: 7% 5%;
}
}
@media (max-width: 767px) {
  section.box-event {
    padding: 80px 0 120px;
  }
  #recruit_new .wrap_value_box .value_box p {
    line-height: 2.0;
  }
  .title_strengths {
    font-size: 20px;
    line-height: 1.8;
    font-weight: normal;
  }
  .title_event,.title_value,.title_flow {
    font-size: 18px;
    font-weight: normal;
    margin: 15px 0;
  }
  .wrap_event_box {
    margin-bottom: 30px;
  }
  .btn_white_event,.table_recruitment,.btn_white_flow {
    font-size: 16px;
  }
  .wrap_event_box .event_box {
    width: 94% !important;
    margin-left: auto !important;;
    margin-right: auto !important;;
    margin-bottom: 60px !important;;
  }
  .wrap_value_box {
    width: 100% !important;
  }
}
.wrap_strengths_box  .strengths_box:nth-child(odd) {
margin-left: 10%;
}
.wrap_strengths_box  .strengths_box:nth-child(1):after {
 content:"";
 display: block;
 width: 117px;
 height: 86px;
 background: url(../img/recruit_new/s_01.webp) no-repeat top center;
 position: absolute;
 left:-11%;
 top:-5px;
}
.wrap_strengths_box  .strengths_box:nth-child(2):after {
  content:"";
  display: block;
  width: 124px;
  height: 85px;
  background: url(../img/recruit_new/s_02.webp) no-repeat top center;
  position: absolute;
  right:-11%;
  top:-5px;
 }
.wrap_strengths_box  .strengths_box:nth-child(3):after {
  content:"";
  display: block;
  width: 122px;
  height: 85px;
  background: url(../img/recruit_new/s_03.webp) no-repeat top center;
  position: absolute;
  left:-11%;
  top:-5px;
 }
 .table_recruitment {
  max-width: 730px;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
 }
 .table_recruitment th, .table_recruitment td {
  padding: 20px 35px;
  border-bottom: 1px solid #e5dccf;
 }
 .table_recruitment th {
  width: 22%;
  color: #9A5A02;
  font-weight: normal;
  border-bottom: 2px solid #9A5A02;
  padding-left: 0;
  text-align: left;
 }
 .table_recruitment td  ul li:before{
  content:"・";
 }
 @media (max-width: 767px) {
  .wrap_event_box .event_box {
    width: 94% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 60px !important;
  }
  .wrap_value_box {
    width: 100% !important;
  }
  .wrap_value_box .value_box {
    width: 94% !important;
    height: 105vw;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: -60px !important;
    padding: 0;
    padding-top: 30%;
    background: url(../img/recruit_new/bg_pink.png) no-repeat top center;
    background-size: 120% auto;
  }
  .wrap_strengths_box .strengths_box{
    margin-left: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 9% 12% !important;
    margin-bottom: 60px;
  }
  .wrap_strengths_box .strengths_box:after {
    width: 70px !important;
    height: 60px !important;
    top:-30px !important;
    left:0 !important;
    background-size: 100% !important;
  }
  .title_strengths {
    text-align: center;
  }
  .table_recruitment th,.table_recruitment td {
    display: block;
    width: 100%;
    box-sizing:border-box;
    padding-left: 0;
    padding-right: 0;
  }
  .table_recruitment th {
    border-width: 1px;
  }
  .table_recruitment th br{
    display: none;
  }
  .table_recruitment td {
    margin-bottom: 30px;
    border: none;
  }
  section.box-value {
    padding-bottom: 130px;
  }
  section.box-strengths {
    padding-bottom: 0px;   
  }
  section.box-recruitment {
    padding-bottom: 100px;      
  }
  section.box-flow {
    padding-bottom: 0px;       
  }

}
 section.box-flow {
  max-width: 1056px;
  margin-left: auto;
  margin-right: auto;
 }
 .wrap_flow_box {
  max-width: 730px;
  margin-right: auto;
  margin-left: auto;
 }
.btn_white_flow a{
    display: inline-block;
    background-color: #fff;
    color: #E65D4C;
    border: 1px solid #E65D4C;
    text-decoration: none;
    padding: 20px 50px;
    box-sizing:border-box;
    margin: 0 auto;
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
  }
  .wrap_flow_box .flow_box {
  width: 76%;
  margin-left: auto;
  margin-bottom: 130px;
  position: relative;
}
  .btn_white_flow {
    margin-top: 40px;
  }
.btn_white_flow a img {
    width: 100px;
    margin-left: 24px;
}
.wrap_flow_box {
  margin-top: 100px;
}
.wrap_flow_box .title_flow {
  margin-bottom: 15px;
}

.wrap_flow_box .flow_box:nth-child(1):after {
  content:"";
  display: block;
  width: 358px;
  height: 358px;
  background: url(../img/recruit_new/p_01.webp) no-repeat top center;
  position: absolute;
  left:-300px;
  top:-125px;
 }
 .wrap_flow_box .flow_box:nth-child(2):after {
  content:"";
  display: block;
  width: 358px;
  height: 358px;
  background: url(../img/recruit_new/p_02.webp) no-repeat top center;
  position: absolute;
  left:-300px;
  top:-125px;
 }
 .wrap_flow_box .flow_box:nth-child(3):after {
  content:"";
  display: block;
  width: 358px;
  height: 358px;
  background: url(../img/recruit_new/p_03.webp) no-repeat top center;
  position: absolute;
  left:-300px;
  top:-125px;
 }
 #recruit_new .index_entry {
  padding-top: 30px;
 }
 #recruit_new .index_entry_text {
  width: 94%;
  max-width: 730px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
 }
 #recruit_new section.box_entry {
  padding-top: 130px;
 }
 #recruit_new .entry_index_card {
 padding: 5% 15% 13%;
 box-sizing:border-box;
 margin-bottom: -60px;
}
#recruit_new .index_entry_btn {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  max-width: 730px;
  text-align: left;
}
 #recruit_new .index_entry_text .title_sub {
  text-align: center;
  line-height: 1.8;
  padding-bottom: 60px;
 }
 #recruit_new .index_entry_text p {
  text-align: center;
 }
 #recruit_new .index_entry {
  margin-left: auto;
  margin-right: auto;
 }
 #recruit_new .entry_index_card ul li a {
  padding: 20px;
  background: url(../img/top/icon_entry.png) no-repeat right 0 center;
 }
 @media (max-width: 767px) {
  #recruit_new section.box_entry {
    padding-top: 80px;
  }
  .wrap_flow_box .flow_box {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10vw;
  }
  .wrap_flow_box .flow_box:nth-child(1):after {
    width: 60vw;
    height: 60vw;
    background: url(../img/recruit_new/p_01.webp) no-repeat left bottom;
    left:-17vw;
    top:-42vw;
    background-size: 100%;
   }
   .wrap_flow_box {
    margin-bottom: 0;
   }
   .wrap_flow_box .flow_box:nth-child(2):after {
    width: 60vw;
    height: 60vw;
    background: url(../img/recruit_new/p_02.webp) no-repeat left bottom;
    left:-17vw;
    top:-42vw;
    background-size: 100%;
   }
   .wrap_flow_box .flow_box:nth-child(3):after {
    width: 60vw;
    height: 60vw;
    background: url(../img/recruit_new/p_03.webp) no-repeat left bottom;
    left:-17vw;
    top:-42vw;
    background-size: 100%;
   }
   #recruit_new .index_entry {
    width: 90%;
    margin-left: auto;
    margin-right: auto;

   }
   #recruit_new .index_entry_text .title_sub {
    text-align: left; 
   }
   #recruit_new .index_entry_text p {
    text-align: left;
   }
   #recruit_new .entry_index_card {
    padding: 6% 6% 10%;
   }
   #recruit_new .entry_index_card ul li a {
    text-align: left;
    padding-left: 0;
    background-size: 15px;
    background-position: right 20px center;
   }
   .btn_white_flow a {
    padding-left: 10px;
    padding-right: 10px;
   }
   .btn_white_flow a img {
    width:20%;
   }
   #recruit_new .index_entry_text .title_sub { 
    font-size: 20px;
    padding-bottom: 40px;
   }
 }
 /* entry */
 .bg_pink_gra1 {
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5796a+0,e99b89+99 */
background: linear-gradient(to bottom,  rgba(229,121,106,1) 0%,rgba(233,155,137,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
font-family: hannari, "游明朝", serif;
 }
 .form_entry {
padding-bottom: 60px;
 }
 .form_entry .title_entry {
  text-align: center;
  font-size:28px;
  color: #fff;
  line-height: 1.6;
  padding: 50px 0 80px;
 }
 .form_entry .title_entry span {
  font-size: 100px;
  letter-spacing: 6px;
 }

 .form_box {
  background-color: #fff;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  max-width:570px;
 margin: 0 auto 80px;
  width: 90%;
  box-sizing:border-box;
  padding: 13px 40px 13px;

 }
 .entry_dl {
  margin-top:40px;
  color: #564748;;
 }
 .entry_dl dt {
  font-size: 18px;
  padding-bottom: 20px;

 }

 .entry_dl dd {
  padding-bottom: 40px;
  position: relative;
  font-size: 18px;

 }
 .entry_dl dt span.required {
  background-color: #b6696d;
  color: #fff;
  font-size: 15px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  padding: 0px 14px 4px;
  margin-left: 10px;
  letter-spacing: 2px;
 }
 .entry_dl select,.entry_dl .iputFull {
  width: 100%;
  font-size: 18px;
  border: none;
  border-bottom: 3px solid #dc5644;
  padding: 10px 0;
  font-family: hannari, "游明朝", serif;
 
 }
 .entry_dl select {
  color: #564748;
 }
 .entry_dl select:invalid {
  color: #b6aca7;
}
select option { color:#564748; }
select option:first-child { color: #b6aca7; }
select optgroup option:first-child { color: #564748; }
 .entry_dl dd.seinengappi select.nen {
  width: 84%;
  margin-bottom: 15px;
 }
 .entry_dl dd.seinengappi select.gatu,.entry_dl dd.seinengappi select.ppi {
  width: 80%;
 }
 .entry_dl select ul.iptInBlock {
  margin: 10px 0 75px;
 }
 .entry_dl ul.iptInBlock li .inputgaku,.entry_dl  ul.iptInBlock li .inputnen {
  width: 82%;
  display: inline-block;
  border: none;
  border-bottom: 1px solid #564748;
    font-size: 18px;
    padding: 10px 0;
    font-family: hannari, "游明朝", serif;
 }
 .entry_dl ul.iptInBlock {
  margin-bottom: 40px;
 }
 .entry_dl ul.iptInBlock li{
  display: block;
  vertical-align: middle;
  margin-bottom: 10px;
 }
 .entry_dl ul.iptInBlock li span {
  display: inline-block;
  width: 18%;
  vertical-align: bottom;
  font-size: 18px;
 }
 .entry_dl .dt_school {
  margin-top: 70px;
 }
 .entry_dl textarea {
  width: 100%;
  box-sizing:border-box;
  padding: 15px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  font-size: 18px;
  font-family: hannari, "游明朝", serif;	
 }
 input[type="radio"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}
input[type="checkbox"] {
  position: relative;
  width: 14px;
  height: 14px;
  border: 2px solid #643232;
  vertical-align: -7px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: -6px;
  left: 1px;
  transform: rotate(50deg);
  width: 6px;
  height: 14px;
  border-right: 3px solid #66a5aa;
  border-bottom: 3px solid #66a5aa;
  content: '';
}
 .form_privacy {
  display: block;
  text-align: center;
 }
 .form_privacy a {
  display: block;
  margin: 30px auto 30px;
  color: #b6696d;
  font-family: hannari, "游明朝", serif;
  font-size: 18px;
 }
 .form_btn button{
  background-color: #e17164;
  border: none;
  display: block;
  font-family: hannari, "游明朝", serif;
  font-size: 24px;
  text-decoration: none;
  border-radius: 45px;
  -moz-border-radius: 45px;
  -webkit-border-radius: 45px;	
  color: #fff;
  cursor: pointer;
  padding:  20px 20px 25px;
  margin: 60px auto 140px;
  max-width: 467px;
  width: 90%;
 }
 div#mfp_overlay_inner h4 {
  font-family: hannari, "游明朝", serif;
  font-size: 24px;
  padding: 10px 0px 20px 0px;
  text-align: center;
  color: #da5644;
  font-weight: normal;
}
table#mfp_confirm_table {
  font-family: hannari, "游明朝", serif; 
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr.mfp_colored {
  font-size: 15px;
  background: none !important;
}
table#mfp_confirm_table tr th {
  border-top: 1px solid #8d7a7d; 
  color: #8d7a7d;
}
table#mfp_confirm_table tr td {
  font-size: 16px;
  border-top: 1px solid #8d7a7d;
  color: #564748;
}
div#mfp_overlay_background {
  background-color:rgb(225,113,100);
}

div#mfp_overlay_inner {
  box-shadow: none;
  max-width: 800px;
  width: 90%;
  padding: 20px 60px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  box-sizing:border-box;
margin-top: 80px;
}
 /* .entry_dl select option {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #b6aca7;
 } */
 /* .entry_dl select:invalid {
  color: #b6aca7 !important;
 }
 .entry_dl select option:first-child {
  color: #b6aca7 !important;
}
.entry_dl select option {
    color: #000066 !important;
} */

table#mfp_confirm_table tr th {
  width: 45%;
}
div.mfp_err {
  font-size: 18px;
  background: none;
  color: #dc5644;
  padding-left: 0;
}
.entry_dl dt span.red {
  color: #b6696d; 
  font-size: 15px;
}
div.mfp_ok {
  background: none;
  background-color: #66a5aa;
    color: #fff;
    border: none;
    font-size: 15px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 0px 14px 1px;
    margin-left: 0;
    letter-spacing: 2px;
    position: absolute;
    top:10px;
    right:20px;
    pointer-events: none;
}
.entry_dl dd.seinengappi {
  position:static;
}
.entry_dl dd.seinengappi .seinengappi_inner1 {
position: relative;
display: inline-block;
width: 60%;
margin-right: 40%;
}
.entry_dl dd.seinengappi .seinengappi_inner2 {
  position: relative;
  display: inline-block;
  width: 48%;
  }
  .entry_dl dd.seinengappi .seinengappi_inner1.select_box::before,  .entry_dl dd.seinengappi .seinengappi_inner2.select_box::before {
    right:60px;
  }
  .entry_dl dd.seinengappi div.mfp_ok {
    position: absolute;
    top:10px;
    right:70px;
  }
  div.mfp_buttons button#mfp_button_cancel {
    padding: 20px;
    font-size: 24px;
    background-color: #e8e8e8;
    border: none;
    display: block;
    font-family: hannari, "游明朝", serif;
    font-size: 24px;
    text-decoration: none;
    border-radius: 45px;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    color: #564748;
    cursor: pointer;
    padding: 15px 10px 20px;
    max-width: 467px;
    width: 47.5%;
    float: left;
}
div.mfp_buttons button#mfp_button_send {
  padding: 20px;
  font-size: 24px;
  background-color: #dd7164;
  border: none;
  display: block;
  font-family: hannari, "游明朝", serif;
  font-size: 24px;
  text-decoration: none;
  border-radius: 45px;
  -moz-border-radius: 45px;
  -webkit-border-radius: 45px;
  color: #fff;
  cursor: pointer;
  padding: 15px 10px 20px;
  width: 47.5%;
  float: right;
}
.mfp_buttons {
  margin-top: 40px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  max-width: 635px;
}
.btn_form_line {
  background-color: #fff;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  max-width: 570px;
  margin: 0 auto 40px;
  width: 90%;
  box-sizing: border-box;

}
.btn_form_line .icon_line {
  width: 48px;
  height: auto;
  margin-right: 5px;
  vertical-align: -13px;
  margin-right: 20px;
}
.btn_form_line a {
  font-size: 24px;
color: #564748;  
text-decoration: none;
display: block;
padding: 15px 40px 15px;
text-align: center;
}
.btn_form_line a:hover {
  opacity: .8;
}
.btn_form_line .arrow_right {
  margin-left: 15px;
}
.btn_form_entry {
  font-size: 24px;
color: #564748; 
text-align: center;
}
.btn_form_entry a {
  text-decoration: none;
  color: #564748;

}
.btn_form_entry.open a {
  pointer-events: none;

}
.btn_form_entry:hover {
  cursor: pointer;
  opacity: .8;
 }
 .btn_form_entry.open .arrow_down {
  transform: rotate(180deg);
}
.btn_form_entry .icon_form {
  width: 48px;
  height: auto;
  margin-right: 5px;
  vertical-align: -18px;
  margin-right: 20px;
}
.arrow_down {
  margin-left: 30px;
  width: 16px;
  height: auto;
}
#thanks .form_box {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 150px;
}
/* 何もかも無効にしたい場合 */
input,select{
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;	
color: #564748;
background-color: #fff;
}
.entry_dl .select_box {
  position: relative;
}
.entry_dl .select_box::before {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 10px;
  margin: auto;
  transform: rotate(45deg);
}
select:invalid {
  color: #757575;
}
@media (max-width: 767px) {
  input,textarea {
    -webkit-appearance: none;
  }
  .entry_dl .arrow_right {
    width: 70px;
  }
  .title_entry {
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
  }
  .title_entry span {
    font-size: 20vw;
    letter-spacing: 4px;
  }
.form_box {
  padding: 20px 20px 20px;
}
.form_btn button {
  font-size: 18px;
  margin-bottom: 30px;
}
.btn_form_line a,.btn_form_entry {
  font-size: 18px;
}
.entry_dl dt {
  font-size: 16px;
  padding-bottom: 10px;
}
.entry_dl dd {
  font-size: 14px;
  padding-bottom: 60px;
}
.entry_dl dt span.required {
  font-size: 13px;
  padding: 0px 8px 2px;
}
div.mfp_ok {
  font-size: 13px;
  padding: 0px 8px 2px;
}
.entry_dl dd.seinengappi div.mfp_ok {
  right:50px;
}
.btn_form_line .icon_line {
  width: 40px;
  vertical-align:-14px;

}
.btn_form_line a{
  padding: 20px 10px 20px;
}

.btn_form_line .arrow_right {
  width: 50px;
  margin-left: 20px;
  vertical-align: 2px;
}

.btn_form_entry .icon_form {
  width: 35px;
  vertical-align:-15px; 
}
.entry_dl select, .entry_dl .iputFull {
  font-size: 14px;
}

.arrow_down {
  vertical-align: -5px;
}

.entry_dl ul.iptInBlock li .inputgaku, .entry_dl ul.iptInBlock li .inputnen {
  font-size: 14px;
}
.entry_dl ul.iptInBlock li span {
  font-size: 15px;
  vertical-align: middle;
}
.form_privacy a {
  margin-top: 20px;
}
.entry_dl textarea {
  font-size: 15px;
}
div#mfp_overlay_inner h4 {
  font-size: 18px;
}
div#mfp_overlay_inner {
  padding: 20px 20px 10px;
}
table#mfp_confirm_table {
  margin: 0;
}
table#mfp_confirm_table tr th {
  padding-left: 0;
  width: 37%;
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
  font-size: 12px;
}
div.mfp_buttons button#mfp_button_cancel,div.mfp_buttons button#mfp_button_send {
font-size: 16px;
width: 100%;
padding: 10px 10px 15px;
margin-bottom: -10px;
}
.mfp_buttons {
  margin-top: 20px;
  margin-bottom: 60px;
}
div#mfp_overlay_inner {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;	
}
div.mfp_err {
  font-size: 12px;
}
.entry_dl dd.seinengappi .seinengappi_inner1.select_box::before,  .entry_dl dd.seinengappi .seinengappi_inner2.select_box::before {
  right:40px;
}
}

/* recruit_new */
#recruit_new .box-event {
  padding: 100px 20px 0;
}
#recruit_new .wrap_event_box {
  width: 943px;
  max-width: 100%;
  gap: 20px;
  margin-top: 0;
  margin-bottom: 90px;
}
#recruit_new .event_box {
  width: calc(50% - 10px);
  background-color: white;
  padding: 25px;
  border-radius: 20px;
  box-sizing: border-box;
}
#recruit_new .event_box p {
  font-size: 18px;
  line-height: calc(38 / 18);
  letter-spacing: 0.14em;
}
#recruit_new .event_box .title_event {
  font-size: 21px;
  line-height: calc(27 / 21);
  margin: 0;
  margin-bottom: 25px;
}
#recruit_new .event_box .event_box_btn {
  margin-top: 30px;
  font-size: 18px;
  line-height: calc(19 / 18);
  color: #dd7164;
  border: 1px solid #dd7164;
  display: block;
  text-align: center;
  text-decoration: unset;
  padding: 14px;
  border-radius: 2em;
  position: relative;
  transition: all 0.3s;
}
#recruit_new .event_box .event_box_btn:hover {
  opacity: 0.6;
}
#recruit_new .event_box .event_box_btn img {
  width: 40px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#recruit_new .box-value {
  position: relative;
  padding: 45px 50px 50px;
  background-color: #d27753;
  margin-bottom: 200px;
}
#recruit_new .box-value > * {
  position: relative;
  z-index: 5;
}
#recruit_new .box-value .box-value_back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#recruit_new .box-value .box-value_back img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#recruit_new .box-value .title {
  color: white;
  margin-bottom: 60px;
  font-size: 42px;
  line-height: calc(62 / 42);
  padding: 0;
  margin: auto;
  margin-bottom: 60px;
}
#recruit_new .box-value .title::before {
  content: unset;
}
#recruit_new .box-value .title::after {
  content: unset;
}
#recruit_new .wrap_value_box {
  display: flex;
  flex-wrap: wrap;
  gap: 55px;
  margin: auto;
  width: 1100px;
  max-width: 100%;
  justify-content: center;
}
#recruit_new .wrap_value_box .value_box {
  padding: 0;
  margin: 0;
  width: calc(33% - 33px);
  color: white;
  text-align: left;
  background-image: unset;
}
#recruit_new .wrap_value_box .value_box .title_value {
  margin-bottom: 30px;
}
#recruit_new .wrap_value_box .value_box .title_value img {
  display: flex;
  margin: auto;
}
#recruit_new .wrap_value_box .value_box p {
  font-size: 18px;
  line-height: calc(38 / 18);
}
@media (max-width: 767px) {
  #recruit_new .box-event {
    padding: 30px;
    padding-top: 30px;
    padding-bottom: 70px;
  }
  #recruit_new .box-event .title {
    font-size: 24px;
    line-height: calc(31 / 24);
    margin-bottom: 20px;
  }
  #recruit_new .box-event .title::before {
    background-size: 22% !important;
    background-position-y: 5%;
    right: -12%;
  }
  #recruit_new .box-event .title::after {
    width: 120px;
    background-position: center;
  }
  #recruit_new .wrap_event_box {
    gap: 15px;
    margin-bottom: 0;
    width: 375px;
    max-width: 100%;
  }
  #recruit_new .event_box {
    padding: 18px 20px 10px;
    width: 100% !important;
    margin: 0 auto 0 !important;
  }
  #recruit_new .event_box .title_event {
    font-size: 18px;
    line-height: calc(22 / 16);
    margin-bottom: 17px;
  }
  #recruit_new .event_box .event_img {
    margin-bottom: 10px;
  }
  #recruit_new .event_box p {
    font-size: 14px;
    line-height: calc(24 / 14);
    letter-spacing: 0.05em;
  }
  #recruit_new .event_box .event_box_btn {
    margin-top: 18px;
    font-size: 16px;
    line-height: calc(24 / 16);
    padding: 8px 10px;
  }
  #recruit_new .event_box .event_box_btn img {
    width: 50px;
  }
  #recruit_new .box-value {
    padding: 40px 15px 20px;
    margin-bottom: 50px;
  }
  #recruit_new .box-value .title {
    font-size: 24px;
    line-height: calc(34 / 24);
    margin-bottom: 34px;
  }
  #recruit_new .wrap_value_box {
    gap: 0;
    width: 375px !important;
    max-width: 100%;
  }
  #recruit_new .wrap_value_box .value_box {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    width: 100% !important;
    height: auto;
    align-items: center;
    padding: 28px 0;
    border-top: 1px solid white;
    margin: auto !important;
  }
  #recruit_new .wrap_value_box .value_box:last-child {
    border-bottom: 1px solid white;
  }
  #recruit_new .wrap_value_box .value_box .title_value {
    width: 107px;
    margin: auto;
  }
  #recruit_new .wrap_value_box .value_box p {
    flex: 1;
    font-size: 14px;
    line-height: calc(27 / 14);
    letter-spacing: 0.08em;
  }
}
#meeting {

}
#meeting .headline_1 {
  display: block;
  font-weight: 200;
  font-size: 1.5vw;
  line-height: 1.8;
}
#meeting .headline_2 {
  display: block;
  font-weight: 200;
  font-size: 1vw;
  line-height: 1.4;
  margin-top: 2.5em;
}
#meeting .top_main {
  display:flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
  -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
  justify-content: center; /* 横方向中央揃え */
}
#meeting .headline {
  position: absolute;
  font-family: hannari, "游明朝", serif;
  text-align: center;

}
@media (max-width: 767px) {
  #meeting .top_main {
    display:flex;
    -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
    align-items: center; /* 縦方向中央揃え */
    -webkit-justify-content:left;
    justify-content:left;
  }
  #meeting .headline_1 {
    display: inline-block;
    font-weight: 200;
    font-size: 8vw;
    line-height: 1.4;
    background-color: #fff;
    padding: 0 15px 3px;
    margin-bottom: 5px;
  }
  #meeting .headline_2 {
    display: inline-block;
    font-weight: 200;
    font-size: 5.1vw;
    line-height: 1.4;
    letter-spacing: 1px;
    background-color: #fff;
    white-space: nowrap;
    margin-top: 0;
    padding: 0 15px;
  }
  #meeting .headline_2 br {
    display: none;
    }
  #meeting .headline {
    text-align: left;

  }
}
#meeting .meeting_top {
  width: 90%;
  color: #fff;
  max-width:660px;
  padding: 70px 0 70px;
  margin: 0 auto;

}
#meeting .meeting_textbox1{
  border-bottom: 1px solid #fff;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
#meeting .meeting_textbox1 p {
  font-size: 28px;
  line-height: 1.8;
}
#meeting .meeting_textbox2 p {
  line-height: 2.4;
}
#meeting .meeting_gallery {
  max-width: 1280px;
  width: 94%;
  margin:90px auto 0;
  padding-bottom: 160px;
  display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
  -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#meeting .meeting_gallery .gllery_box {
  width: 49%;
}

#meeting .title_gallery {
  font-size: 21px;
  letter-spacing: 2.5px;
  color: #CE978D;
  font-weight: normal;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  cursor: pointer;
}
#meeting .title_gallery:after {
  position: absolute;
  right:0;
  top:5px;
  display: inline-block;
  content:"";
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 30px;
  height: 30px;
  border: 2px solid #BC7164;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg); 
}
#meeting .title_gallery.open:after {
  transform: translateY(-25%) rotate(-45deg);
  top:20px;
}
#meeting .gllery_box {
  background-color: #fff;
  padding: 40px 40px 10px;
  box-sizing:border-box;
  border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
  margin-bottom: 30px;
}

#meeting .slide {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
#meeting .slide p {
  margin-top: 10px;
  line-height: 1.7;
  color: #544646;
}
#meeting .slide img{
  width: 100%;
  height: auto;
}
#meeting .slick-dots li {
  padding: 0;
}
#meeting .slick-dots {
  bottom: -40px;
}
#meeting .slick-next {
    top: 42%;
    right: -60px;
    background: transparent url(../img/meeting/webp/arrow_next.webp) no-repeat;
}
#meeting .slick-prev {
  top: 42%;
  left: -50px;
  background: transparent url(../img/meeting/webp/arrow_prev.webp) no-repeat;
}
@media (max-width: 767px) {
  #meeting .meeting_top {
    padding-top: 40px;
  }
  #meeting .meeting_textbox1 {
    padding-bottom: 20px;
  }
  #meeting .meeting_textbox1 p {
    font-size: 17px;
    margin-bottom: 20px;
}
#meeting .meeting_textbox2 p {
  font-size: 13px;
}
#meeting .meeting_gallery {
  margin-top: 0;
}
  #meeting .meeting_gallery .gllery_box {
    width: 100%;
  }
  #meeting .gllery_box {
    padding: 20px 0 10px;
    box-sizing:border-box;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    margin-bottom: 20px;
  }
  #meeting .title_gallery {
margin-bottom: 20px;
  }
  #meeting .slide {
    width: 92%;
    margin-bottom: 40px;
  }
  #meeting .slick-next {
    top: 42%;
    right: 5px;
    background: transparent url(../img/meeting/webp/arrow_next.webp) no-repeat;
    z-index: 999;
    background-size: 100%;
    width: 30px;
    height:30px;
}
#meeting .slick-prev {
  top: 42%;
  left: 5px;
  background: transparent url(../img/meeting/webp/arrow_prev.webp) no-repeat;
  z-index: 999;
  background-size: 100%;
  width: 30px;
  height:30px;
}
#meeting .title_gallery:after {
  width: 20px;
  height: 20px;
  right:20px;
}
#meeting .title_gallery.open:after {
  top:15px;
}
}
#meeting .gllery_box_inner {
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
}
.bg_pink {
background: linear-gradient(to bottom,  #e88172 0%,#e88b7a 21%,#ea8d7c 22%,#e88f7d 28%,#ea917f 30%,#e8917e 32%,#ea9382 34%,#e9927f 36%,#eb9481 36%,#ea9483 41%,#eb9d89 53%,#eb9c8b 58%,#eca18e 62%,#edaf9a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
#meeting .slick-dots li button:before
{
    font-size: 15px;
    line-height: 15px;
    width: 15px;
    height: 15px;
    color: #231916;
}
#meeting .slick-dots li.slick-active button:before
{
    color: #231916;
    font-size: 25px;
}
#meeting .slick-dots li {
width: 15px;
}