@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Kaku+Gothic+New&family=Zen+Maru+Gothic&family=Zen+Old+Mincho&display=swap");
.page #main {
  background-image: none;
}

.m-headline {
  position: absolute;
}

.c-mainvisual-scd_ttl .is-jp {
  font-family: "丸丸ゴシックCLr StdN R" !important;
  font-size: clamp(25px, 2.8vw, 55px) !important;
  transform: rotate(-5deg);
  font-style: italic;
  text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
}
.c-mainvisual-scd_ttl .is-jp strong {
  color: #79c49c;
}

@media screen and (max-width: 768px) {
  .c-mainvisual-scd .c-mainvisual-scd_pic img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.bnr_1 {
  width: min(100% - 40px, 900px);
  display: block;
  margin: auto;
  text-align: center;
  background-color: #f7f1e3;
  border-radius: 2vw;
  border: 3px solid #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .bnr_1 {
    margin: auto 20px;
  }
}
.bnr_1 h3 {
  position: relative;
  color: #fff;
  background-image: url(../images/reason/bg.png);
  background-size: 100% 100%;
  font-size: clamp(20px, 3.3vw, 30px);
  text-align: center;
  padding: 20px;
  border-radius: 2vw 2vw 0 0;
}
.bnr_1 h3 img {
  position: absolute;
  left: 150px;
  top: -20%;
  transform: translate(-50%, 0%);
  width: 120px;
}
@media screen and (max-width: 768px) {
  .bnr_1 h3 img {
    left: 10px;
    width: 80px;
  }
}
.bnr_1 p {
  margin: 30px;
  font-size: clamp(17px, 2.8vw, 24px);
}

.bg {
  background-image: url(../images/bg_main.jpg);
  background-size: 100% 200px;
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: -100px;
  padding-top: 100px;
}

.p-reason .point h2 {
  text-align: center;
  width: auto;
}
.p-reason .point h2 img {
  width: auto;
  max-width: none;
  height: 150px;
}
@media screen and (max-width: 768px) {
  .p-reason .point h2 {
    height: auto;
    width: 100%;
  }
  .p-reason .point h2 img {
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
  }
}
.p-reason .point h3 {
  font-size: clamp(20px, 3.6vw, 45px);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 80px;
  font-family: "丸丸ゴシックCLr StdN R" !important;
}
@media screen and (max-width: 768px) {
  .p-reason .point h3 {
    margin: 30px auto 40px;
  }
}
.p-reason .point p {
  text-align: center;
}
.p-reason .point .box1 {
  background-image: url(../images/inter_bg.jpg);
  background-repeat: repeat;
  border-radius: 2.8vw;
  width: min(100%, 1400px);
  margin: 100px auto auto;
  padding: 25px;
}
@media screen and (max-width: 768px) {
  .p-reason .point .box1 {
    padding: 15px;
    margin: 100px 0px 40px;
    width: calc(100% - 0px);
  }
}
.p-reason .point .box1 .wrap {
  background-color: #fff;
  border-radius: 2.8vw;
  padding: 80px 80px 1px;
}
@media screen and (max-width: 1024px) {
  .p-reason .point .box1 .wrap {
    padding: 10px;
  }
}
.p-reason .point .box1 .wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.p-reason .point .box1 .wrapper .ph {
  margin-right: -20%;
  width: 60%;
}
.p-reason .point .box1 .wrapper .ph img {
  margin: auto;
  display: block;
}
.p-reason .point .box1 .wrapper .ph img:last-child:not(:first-child) {
  margin-top: -5vw;
  width: 50%;
  margin: -5vw auto auto;
}
.p-reason .point .box1 .wrapper .txt {
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .p-reason .point .box1 .wrapper .txt {
    width: 55%;
  }
}
.p-reason .point .box1 .wrapper .txt h3 span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  background-color: #f1a6ad;
  margin: 0;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: clamp(20px, 2vw, 30px);
}
.p-reason .point .box1 .wrapper .txt h3 span:last-child {
  margin: 0 0 0 auto;
}
.p-reason .point .box1 .wrapper .txt p {
  text-align: left;
}
.p-reason .point .wrapper.reverse {
  flex-direction: row;
}
.p-reason .point .wrapper.reverse .ph {
  margin-right: 0%;
  margin-left: -20%;
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .p-reason .point p {
    font-size: 14.5px;
  }
}


.p-reason .point1 {
  background-image: url(../images/reason/bg2.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
.p-reason .point1 {
  background-image: url(../images/reason/bg2.jpg);
  background-size: 200% auto;
  background-position: right top;
}
}

@media screen and (max-width: 768px) {
  .p-reason .point1 .wrapper {
    display: block !important;
  }
  .p-reason .point1 .wrapper .ph {
    width: 100% !important;
    margin: auto !important;
  }
  .p-reason .point1 .wrapper .ph img {
    margin: auto !important;
  }
  .p-reason .point1 .wrapper .txt {
    width: 100% !important;
  }
  .p-reason .point1 .wrapper .txt h3 {
    width: min(100%, 400px);
    font-size: 17px;
  }
  .p-reason .point1 .wrapper .txt h3 span {
    padding: 0px !important;
    font-size: 17px;
    display: inline !important;
    width: 100% !important;
  }
  .p-reason .sp_pink {
    background-color: #f1a6ad;
    padding: 10px;
    border-radius: 10px;
  }
  .p-reason .sp_green {
    background-color: #9ad8b7;
    padding: 10px;
    border-radius: 10px;
  }
}
.p-reason .point2 {
  background-image: url(../images/reason/bg3.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 200px;
}
@media screen and (max-width: 768px) {
  .p-reason .point2 {
    padding-top: 100px;
  }
}
.p-reason .point2 .point_wrap {
  width: min(100%, 1100px);
  margin: auto;
  text-align: center;
  position: relative;
  padding: 100px 50px;
}
@media screen and (max-width: 768px) {
  .p-reason .point2 .point_wrap {
    padding: 50px 30px;
  }
}
.p-reason .point2 .point_wrap:after {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/reason/bg4.png);
  background-size: 100% 100%;
  content: "";
}
.p-reason .point2 .point_wrap h2, .p-reason .point2 .point_wrap h3, .p-reason .point2 .point_wrap p {
  position: relative;
  z-index: 1;
}
.p-reason .point2 .point_wrap .deco1 {
  position: absolute;
  left: 0px;
  bottom: 20%;
  z-index: 1;
  width: 150px;
}
@media screen and (max-width: 1100px) {
  .p-reason .point2 .point_wrap .deco1 {
    bottom: 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-reason .point2 .point_wrap .deco1 {
    display: none;
  }
}
.p-reason .point2 .point_wrap .deco2 {
  position: absolute;
  right: 0px;
  bottom: 20%;
  z-index: 1;
  width: 150px;
}
@media screen and (max-width: 1100px) {
  .p-reason .point2 .point_wrap .deco2 {
    bottom: 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-reason .point2 .point_wrap .deco2 {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .p-reason .point3 .inner_1400 {
    max-width: 500px;
  }
}
.p-reason .point3 .inner_1400 .wrapper {
  background-color: #423329;
  margin-right: calc(50% - 50vw);
  border-radius: 10vw 0 0 0;
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
}
.p-reason .point3 .inner_1400 .wrapper .ph {
  width: 45%;
  overflow: hidden;
}
.p-reason .point3 .inner_1400 .wrapper .ph img {
  width: 100%;
  height: auto;
}
.p-reason .point3 .inner_1400 .wrapper .txt {
  width: 50%;
  padding-top: 50px;
}
.p-reason .point3 .inner_1400 .wrapper .txt h2 img {
  width: 100%;
  height: auto;
}
.p-reason .point3 .inner_1400 .wrapper .txt h3 {
  position: relative;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(20px, 2.8vw, 45px);
}
@media screen and (max-width: 1220px) {
  .p-reason .point3 .inner_1400 .wrapper .txt h3 {
    margin-bottom: 30px;
  }
}
.p-reason .point3 .inner_1400 .wrapper .txt h3 img {
  position: absolute;
  width: 120px;
  right: -120px;
  bottom: 10%;
}
.p-reason .point3 .inner_1400 .wrapper .txt p {
  color: #fff;
}
@media screen and (max-width: 1220px) {
  .p-reason .point3 .inner_1400 .wrapper .txt p {
    font-size: 14.5px;
  }
}


@media screen and (max-width: 768px) {
  .p-reason .point3 .inner_1400 .wrapper .txt p {
    text-align: left;
  }
}

@media screen and (max-width: 1023px) {
  .p-reason .point3 .inner_1400 .wrapper {
    flex-wrap: wrap;
    margin: auto auto auto auto;
    margin-right: calc(50% - 50vw);
  }
  .p-reason .point3 .inner_1400 .wrapper .ph {
    width: 100%;
  }
  .p-reason .point3 .inner_1400 .wrapper .txt {
    width: 90%;
    margin: auto;
    padding-bottom: 40px;
  }
  .p-reason .point3 .inner_1400 .wrapper .txt h3 img {
    position: absolute;
    width: 80px;
    right: -80px;
    bottom: 10%;
  }
}
@media screen and (max-width: 500px) {
  .p-reason .point3 .inner_1400 .wrapper .txt h3 img {
    position: absolute;
    width: 50px;
    right: -50px;
    bottom: 10%;
  }
}
@media only screen and (max-width: 1023px) {
  .p-reason .sp_none2 {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .p-reason .pc_none2 {
    display: none !important;
  }
}
.p-reason .point4 {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .p-reason .point4 .inner_1400 {
    max-width: 500px;
  }
}
.p-reason .point4 .inner_1400 .wrapper {
  background-color: #f7f1e3;
  margin-left: calc(50% - 50vw);
  border-radius: 0 10vw 0 0;
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  flex-direction: row-reverse;
}
.p-reason .point4 .inner_1400 .wrapper .ph {
  width: 45%;
  overflow: hidden;
}
.p-reason .point4 .inner_1400 .wrapper .ph img {
  width: 100%;
  height: auto;
}
.p-reason .point4 .inner_1400 .wrapper .txt {
  width: 50%;
  padding-top: 50px;
}
.p-reason .point4 .inner_1400 .wrapper .txt h2 img {
  width: 100%;
  height: auto;
}
.p-reason .point4 .inner_1400 .wrapper .txt h3 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(20px, 2.8vw, 45px);
}
@media screen and (max-width: 1220px) {
  .p-reason .point4 .inner_1400 .wrapper .txt h3 {
    margin-bottom: 30px;
  }
}
.p-reason .point4 .inner_1400 .wrapper .txt h3 img {
  position: absolute;
  width: 120px;
  right: -120px;
  bottom: 10%;
}
@media screen and (max-width: 1220px) {
  .p-reason .point4 .inner_1400 .wrapper .txt p {
    font-size: 14.5px;
  }
}
@media screen and (max-width: 768px) {
  .p-reason .point4 .inner_1400 .wrapper .txt p {
    text-align: left;
  }
}
@media screen and (max-width: 1023px) {
  .p-reason .point4 .inner_1400 .wrapper {
    flex-wrap: wrap;
    margin: auto auto auto auto;
    margin-left: calc(50% - 50vw);
  }
  .p-reason .point4 .inner_1400 .wrapper .ph {
    width: 100%;
  }
  .p-reason .point4 .inner_1400 .wrapper .txt {
    width: 90%;
    margin: auto;
    padding-bottom: 40px;
  }
  .p-reason .point4 .inner_1400 .wrapper .txt h3 img {
    position: absolute;
    width: 80px;
    right: -80px;
    bottom: 10%;
  }
}
@media screen and (max-width: 500px) {
  .p-reason .point4 .inner_1400 .wrapper .txt h3 img {
    position: absolute;
    width: 50px;
    right: -50px;
    bottom: 10%;
  }
}
@media only screen and (max-width: 1023px) {
  .p-reason .sp_none2 {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .p-reason .pc_none2 {
    display: none !important;
  }
}
.p-reason .point5 {
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-top: -200px;
  padding-top: 250px;
  background-image: url(../images/reason/bg6.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-reason .point5 {
    margin-top: -200px;
    padding-top: 250px;
  }
}
.p-reason .point5 .point_wrap {
  width: min(100%, 1100px);
  margin: auto;
  text-align: center;
  position: relative;
  padding: 100px 50px;
}
@media screen and (max-width: 768px) {
  .p-reason .point5 .point_wrap {
    padding: 50px 0px;
  }
}
.p-reason .point5 .point_wrap:after {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/reason/bg5.png);
  background-size: 100% 100%;
  content: "";
}
.p-reason .point5 .point_wrap h2, .p-reason .point5 .point_wrap h3, .p-reason .point5 .point_wrap p {
  position: relative;
  z-index: 1;
}
.p-reason .point5 .point_wrap .deco4 {
  position: absolute;
  left: 0px;
  top: 10%;
  z-index: 1;
  width: 150px;
}
@media screen and (max-width: 768px) {
  .p-reason .point5 .point_wrap .deco4 {
    display: none;
  }
}
.p-reason .point5 .point_wrap .deco3 {
  position: absolute;
  right: 30px;
  top: 5%;
  z-index: 1;
  width: 150px;
}
@media screen and (max-width: 768px) {
  .p-reason .point5 .point_wrap .deco3 {
    display: none;
  }
}
.p-reason .point5 .point_wrap .deco5 {
  position: absolute;
  right: -70px;
  bottom: -5%;
  z-index: 1;
  width: 250px;
}
@media screen and (max-width: 900px) {
  .p-reason .point5 .point_wrap .deco5 {
    width: 150px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-reason .point5 .point_wrap .deco5 {
    display: none;
  }
}

.f_pink {
  color: #da9491 !important;
}

.f_green {
  color: #a0c676 !important;
}

.f_sky {
  color: #a2c9e2 !important;
}

.f_orange {
  color: #f8ae5d !important;
}

.p-message .box_nav ul {
  width: min(100%, 1200px);
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin: auto;
  border-right: 1px solid #efe9e4;
}
.p-message .box_nav ul li {
  width: 25%;
  border-left: 1px solid #efe9e4;
}
.p-message .box_nav ul li a {
  display: block;
  font-size: 22px;
  text-align: center;
  padding: 10px 0px;
}
@media screen and (max-width: 768px) {
  .p-message .box_nav ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .p-message .box_nav ul li a {
    font-size: 12px;
  }
}
.p-message .box_nav ul li a img {
  width: max(15%, 30px);
  display: block;
  margin: auto;
}
.p-message .box_nav ul li a img:last-child {
  width: 17px;
  display: block;
  margin: 20px auto 0px;
  position: relative;
  transition: all 0.3s linear;
  top: 0;
}
.p-message .box_nav ul li a:hover img:last-child {
  top: 5px;
}
.p-message .top_tour {
  padding-top: 100px !important;
}
.p-message .top_tour:before {
  display: none;
}
.p-message .top_tour .m_wrap1 {
  display: flex;
  justify-content: space-between;
  padding: 70px;
  border-radius: max(3vw, 40px);
  background-color: #fff;
  flex-direction: row-reverse;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .p-message .top_tour .m_wrap1 {
    width: 100%;
    padding: 30px;
    display: block;
  }
}
.p-message .top_tour .m_wrap1 .ph {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .p-message .top_tour .m_wrap1 .ph {
    width: min(100%, 500px);
    margin: 0px auto 30px;
  }
  .p-message .top_tour .m_wrap1 .ph img {
    width: 100%;
  }
}
.p-message .top_tour .m_wrap1 .txt {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .p-message .top_tour .m_wrap1 .txt {
    width: min(100%, 500px);
    margin: auto;
  }
}
.p-message .top_tour .m_wrap1 .txt h3 {
  font-size: clamp(20px, 2vw, 33px);
  position: relative;
  padding-left: 20%;
  margin-bottom: 40px;
  color: #987663;
  font-family: "丸丸ゴシックCLr StdN R" !important;
}
.p-message .top_tour .m_wrap1 .txt h3 img {
  width: max(25%, 100px);
  position: absolute;
  left: -50px;
  top: -80px;
}
.p-message .top_tour .m_wrap1.m_wrap2 {
  flex-direction: row;
  background-color: #efe9e4;
}
.p-message .top_tour .m_wrap1.m_wrap2 h3 {
  padding-right: 20%;
  padding-left: 0;
  font-family: "丸丸ゴシックCLr StdN R" !important;
}
.p-message .top_tour .m_wrap1.m_wrap2 h3 img {
  right: -50px;
  left: auto;
}
@media screen and (max-width: 768px) {
  .p-message .top_tour .inner_1700 {
    padding-bottom: 50px;
  }
}

.person2 {
  background-image: url(../images/message/bg1.png);
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .person2 {
    padding-bottom: 50px;
  }
}
.person2 .wrapper1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 768px) {
  .person2 .wrapper1 {
    display: block;
    width: 100%;
    margin: auto;
  }
}
.person2 .wrapper1 .ph {
  width: 22%;
}
@media screen and (max-width: 768px) {
  .person2 .wrapper1 .ph {
    display: block;
    width: min(100%, 400px);
    margin: auto;
  }
}
.person2 .wrapper1 .ph img {
  width: 100%;
}
.person2 .wrapper1 .txt {
  background-color: #9ad3b4;
  border-radius: 40px;
  padding: 40px;
  position: relative;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .person2 .wrapper1 .txt {
    display: block;
    width: min(100%, 400px);
    margin: 50px auto auto;
    padding: 20px;
  }
}
.person2 .wrapper1 .txt:before {
  position: absolute;
  left: -39px;
  content: "";
  width: 40px;
  height: 60px;
  background-image: url(../images/message/hukidashi.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .person2 .wrapper1 .txt:before {
    left: 20%;
    top: -35px;
    width: 30px;
    height: 40px;
    transform: rotate(90deg);
  }
}
.person2 .wrapper2 ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  padding-top: 100px;
}
@media screen and (max-width: 1300px) {
  .person2 .wrapper2 ul {
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .person2 .wrapper2 ul {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.person2 .wrapper2 ul li {
  position: relative;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .person2 .wrapper2 ul li {
    display: block;
    width: 100%;
    margin: auto auto 10vw;
  }
}
.person2 .wrapper2 ul li > img {
  position: absolute;
  width: 40%;
    margin-top: -25%;
  left: 10%;
}
@media screen and (max-width: 768px) {
  .person2 .wrapper2 ul li > img {
    width: 25%;
    left: 5%;
    margin-top: -10%;
  }
}
.person2 .wrapper2 ul li .wrap {
  border-radius: 40px;
  overflow: hidden;
  background-color: #fff;
  height: 100%;
  box-sizing: border-box;
}
.person2 .wrapper2 ul li .wrap h3 {
  font-size: clamp(20px, 2.3vw, 30px);
  font-family: "丸丸ゴシックCLr StdN R" !important;
  text-align: center;
  margin: 30px auto;
}
.person2 .wrapper2 ul li .wrap p {
  padding: 0px 30px 30px;
}
@media screen and (max-width: 1024px) {
  .person2 .wrapper2 ul li .wrap p {
    font-size: 16px;
    padding: 0px 20px 20px;
  }
}
.person2 .wrapper2 ul li .wrap img {
  width: 100%;
  max-width: none;
}
.person2 .wrapper2 ul li .deco1 {
  position: absolute;
  width: 100px !important;
  left: -80px;
  bottom: -30px;
}
@media screen and (max-width: 768px) {
  .person2 .wrapper2 ul li .deco1 {
    width: 60px !important;
    left: -50px;
    display: none;
  }
}
.person2 .wrapper2 ul li .deco2 {
  position: absolute;
  width: 100px !important;
  right: -80px;
  bottom: -30px;
  left: auto;
}
@media screen and (max-width: 768px) {
  .person2 .wrapper2 ul li .deco2 {
    width: 60px !important;
    right: -50px;
    display: none;
  }
}

.person3 {
  background-image: url(../images/message/bg3.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
}
.person3:before {
  width: 100%;
  height: 100px;
  background-image: url(../images/message/head.png);
  background-size: 100% auto;
  content: "";
  display: block;
  background-repeat: no-repeat;
}
.person3:after {
  width: 100%;
  height: 100px;
  background-image: url(../images/message/btm.png);
  background-size: 100% auto;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.person3 .wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .person3 .wrapper {
    display: block;
    width: min(100%, 600px);
    margin: auto;
  }
}
.person3 .wrapper .txt {
  width: 53%;
}
.person3 .wrapper .txt .h_style_1 img {
  display: block;
  margin: 0;
}
.person3 .wrapper .txt h3 {
  font-size: clamp(20px, 2.2vw, 27px);
  font-family: "丸丸ゴシックCLr StdN R" !important;
  color: #987663;
  text-align: center;
  border-bottom: 1px solid #987663;
  padding-bottom: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto auto 30px;
  position: relative;
}
.person3 .wrapper .txt h3 img {
  position: absolute;
  width: 80px;
  height: auto;
  left: -95px;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .person3 .wrapper .txt {
    width: 100%;
    margin: auto;
  }
}
.person3 .wrapper .ph {
  width: 48%;
  flex: 1;
  position: relative;
  margin: auto 8% auto calc(50% - 50vw);
}
.person3 .wrapper .ph .dr_img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
    border-radius: 40px;
}
.person3 .wrapper .ph .dr_name {
  position: absolute;
  z-index: 2;
  width: 230px;
  right: -40px;
  bottom: 0;
}
@media screen and (max-width: 1300px) {
  .person3 .wrapper .ph .dr_name {
    width: max(14vw, 150px);
  }
}
@media screen and (max-width: 1024px) {
  .person3 .wrapper .ph {
    width: 100%;
    margin: auto;
  }
}
.person3 .wrapper2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .person3 .wrapper2 {
    display: block;
  }
}
.person3 .wrapper2 .box {
  width: 48%;
  background-color: #f7f1e3;
  border-radius: 30px;
  padding: 22px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .person3 .wrapper2 .box {
    width: 100%;
  }
}
.person3 .wrapper2 .box dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0px 0px;
}
.person3 .wrapper2 .box dl dt {
  width: 20%;
  margin-bottom: 1.5em;
  color: #987663;
}
@media screen and (max-width: 1024px) {
  .person3 .wrapper2 .box dl dt {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .person3 .wrapper2 .box dl dt {
    font-size: 14px;
    width: 60px;
  }
}
.person3 .wrapper2 .box dl dd {
  width: 80%;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1024px) {
  .person3 .wrapper2 .box dl dd {
    width: calc(100% - 90px);
  }
}
@media screen and (max-width: 768px) {
  .person3 .wrapper2 .box dl dd {
    font-size: 14px;
    width: calc(100% - 70px);
  }
}
.person3 .wrapper2 .box ul {
  margin: 0px 20px;
}


@media screen and (max-width: 768px) {

  .person3 .wrapper2 .box ul {
    margin: 0px 0px;
  }

}
.person3 .wrapper2 .box ul li {
  list-style-type: disc;
  margin-bottom: 1.5em;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .person3 .wrapper2 .box ul li {
    font-size: 14px;
  }
}
.person3 .wrapper2 .f_sky {
  text-align: center;
  border-bottom: 1px solid #a2c9e2;
  font-size: clamp(20px, 2.3vw, 30px);
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.person3 .wrapper2 .f_green {
  text-align: center;
  border-bottom: 1px solid #a0c676;
  font-size: clamp(20px, 2.3vw, 30px);
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.person4 .box1 {
  background-image: url(../images/inter_bg.jpg);
  background-repeat: repeat;
  border-radius: 2.8vw;
  width: min(100%, 1400px);
  margin: 100px auto auto;
  padding: 25px;
}
@media screen and (max-width: 768px) {
  .person4 .box1 {
    padding: 15px;
    margin: 100px 0px 40px;
    width: calc(100% - 0px);
  }
}
.person4 .box1 .wrap {
  background-color: #fff;
  border-radius: 2.8vw;
  padding: 80px 80px 1px;
}
@media screen and (max-width: 1024px) {
  .person4 .box1 .wrap {
    padding: 10px;
  }
}
.person4 .wrapper {
  display: flex;
  justify-content: space-between;
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  .person4 .wrapper {
    display: block;
    padding: 10px;
  }
}
.person4 .wrapper .tit {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .person4 .wrapper .tit {
    display: block;
    margin: auto;
    width: min(100%, 500px);
  }
}
.person4 .wrapper .logo {
  display: block;
  margin: auto;
  margin: 0;
  width: 60% !important;
  max-width: 200px;
  margin: -20px auto 0px;
  display: block;
}
.person4 .wrapper dl {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .person4 .wrapper dl {
    margin: 30px auto auto;
    width: min(100%, 500px);
  }
}
@media screen and (max-width: 700px) {
  .person4 .wrapper dl {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 40px 0;
    width: 100%;
  }
}
.person4 .wrapper dl dt {
  width: 200px;
  color: #987663;
  font-size: 16px;
}
@media screen and (max-width: 700px) {
  .person4 .wrapper dl dt {
    width: 100%;
  }
}
.person4 .wrapper dl dd {
  width: calc(100% - 210px);
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .person4 .wrapper dl dd {
    width: 100%;
    margin-bottom: 1em;
  }
}

.box_nav2 ul {
  flex-wrap: wrap !important;
  justify-content: center !important;
  border-right: none !important;
}
.box_nav2 ul li {
  width: 20% !important;
  border-left: 1px solid #efe9e4;
  margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
  .box_nav2 ul li {
    width: 33.333% !important;
    margin-bottom: 20px;
  }
}
.box_nav2 ul li a span {
  color: #423329;
  font-size: clamp(13px, 1.6vw, 20px) !important;
  font-family: "丸丸ゴシックCLr StdN R" !important;
}
.box_nav2 ul li a img:first-child {
  width: max(35%, 50px);
}
.box_nav2 ul .r_border {
  border-right: 1px solid #efe9e4 !important;
}
.box_nav2 ul .r_border2 {
  border-right: 1px solid #efe9e4 !important;
}
@media screen and (max-width: 500px) {
  .box_nav2 ul .r_border {
    border-right: none !important;
  }
}
@media screen and (max-width: 500px) {
  .box_nav2 ul .r_border_sp {
    border-right: 1px solid #efe9e4 !important;
  }
}

.faq_wrap {
  width: min(95%, 1800px);
  margin-left: auto;
  margin-right: auto;
  border-radius: 2.5vw;
  padding: 5% 10% 2%;
  background-color: #f7f1e3;
}
@media screen and (max-width: 550px) {
  .faq_wrap {
    padding: 20px 0px;
    width:100%;
    border-radius:0;
  }
}
.faq_wrap .inner {
  width: 100%;
  border-radius: 2.3vw;
  background-color: #fff;
  padding: 5%;
}

@media screen and (max-width: 550px) {

.faq_wrap .inner {
  padding:10px;
  border-radius:0;
margin-bottom: 20px !important;
}
}
.faq_wrap .inner .toggle_title {
  position: relative;
  bottom: -70px;
}
.faq_wrap .inner .toggle_title .more {
  background-color: #554336;
  color: #fff;
  padding: 10px;
  width: 250px;
  margin: auto;
  text-align: center;
  border-radius: 10px;
  position: relative;
}

@media screen  and (max-width:768px){

.faq_wrap .inner .toggle_title {
bottom: 0px;
margin: 10px auto;
}
}
.faq_wrap .inner .toggle_title .more span {
  position: absolute;
  top: 40%;
  right: 10%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  z-index: 0;
  position: absolute;
  margin: 0;
  display: inline-block;
  line-height: 1;
}
.faq_wrap .inner .toggle_title .close {
  background-color: #554336;
  color: #fff;
  padding: 10px;
  width: 250px;
  margin: auto;
  text-align: center;
  border-radius: 10px;
  position: relative;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0;
}
.faq_wrap .inner .toggle_title .close span {
  top: 50%;
  right: 10%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  z-index: 3;
  position: absolute;
  margin: 0;
  display: inline-block;
  line-height: 1;
}
.faq_wrap .inner .selected .close {
  opacity: 1;
}
.faq_wrap .inner h3 {
  color: #987663;
  font-size: clamp(20px, 2.7vw, 33px);
  text-align: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-family: "丸丸ゴシックCLr StdN R" !important;
}
.faq_wrap .inner h3 img {
  position: absolute;
  width: 125px;
  left: -140px;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
@media screen and (max-width: 550px) {
  .faq_wrap .inner h3 img {
    display: block;
    margin: 30px auto -20px;
    position: static;
    width: 80px;
  }
}
.faq_wrap .inner .dl_wrap {
  display: none;
}
.faq_wrap .inner dl {
  border-radius: 2vw;
  padding: 30px;
  background-color: #f7f1e3;
  margin-top: 40px;
}

@media screen and (max-width: 550px) {

  .faq_wrap .inner dl {
    padding: 15px;
  }
}
.faq_wrap .inner dl dt {
  position: relative;
  border-bottom: 1px solid;
  font-family: "丸丸ゴシックCLr StdN R" !important;
  color: #987663;
  font-size: clamp(17px, 2vw, 24px);
  padding-bottom: 10px;
  margin-bottom: 20px;
  padding-left: 9%;
}
@media screen and (max-width: 768px) {
  .faq_wrap .inner dl dt {
    padding-left: 40px;
  }
}
.faq_wrap .inner dl dt span {
  font-size: clamp(20px, 3.3vw, 40px);
  color: #fff;
  width: 8%;
  aspect-ratio: 1/1;
  background-image: url(../images/faq/huki.png);
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  align-content: center;
  position: absolute;
  left: 0;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .faq_wrap .inner dl dt span {
    width: 40px;
    left:-10px;
  }
}
.faq_wrap .inner dl dd {
  position: relative;
  padding-left: 7%;
}
@media screen and (max-width: 768px) {
  .faq_wrap .inner dl dd {
    padding-left: 40px;
  }
}
.faq_wrap .inner dl dd span {
  font-size: clamp(20px, 3.3vw, 40px);
  color: #97c068;
  width: 6%;
  display: block;
  text-align: center;
  left: 0;
  bottom: 10px;
  position: absolute;
  left: 0;
  top: -10px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .faq_wrap .inner dl dd span {
    top:0px !important;
  }
}
@media screen and (max-width: 768px) {
  .faq_wrap .inner dl dd span {
    width: 30px;
  }
}
.faq_wrap .inner dl:nth-child(odd) {
  background-color: #efe9e4;
}

.interview_wrap {
  padding-top: 100px;
  background-image: url(../images/interview/bg.png);
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .interview_wrap {
    padding-top: 50px;
  }
}
.interview_wrap .box1 {
  background-image: url(../images/inter_bg.jpg);
  background-repeat: repeat;
  border-radius: 2.8vw;
  width: min(100%, 1400px);
  margin: 100px auto auto;
  padding: 15px;
}
@media screen and (max-width: 1550px) {
  .interview_wrap .box1 {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .interview_wrap .box1 {
    padding: 15px;
    margin: 100px 10px 40px;
    width: calc(100% - 20px);
  }
}
.interview_wrap .box1 .wrap {
  background-color: #fff;
  border-radius: 2.8vw;
  padding: 80px 100px 80px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .interview_wrap .box1 .wrap {
    padding: 80px 40px 80px;
  }
}
@media screen and (max-width: 768px) {
  .interview_wrap .box1 .wrap {
    padding: 30px;
  }
}
.interview_wrap .staff_box {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .interview_wrap .staff_box {
    display: block;
  }
}
.interview_wrap .staff_box.re {
  flex-direction: row-reverse;
}
.interview_wrap .staff_box h2 {
  position: absolute;
  left: -100px;
  width: 350px;
  height: 70px;
  line-height: 60px;
  top: -120px;
  text-align: center;
  font-size: 30px;
  font-family: "丸丸ゴシックCLr StdN R" !important;
}
@media screen and (max-width: 768px) {
  .interview_wrap .staff_box h2 {
    top: -80px;
    left: -50px;
    width: 250px;
    font-size: 24px;
  }
}
.interview_wrap .staff_box .bg_pink {
  background-color: #f1a6ad;
  border-radius: 20px 20px 20px 0px;
}
.interview_wrap .staff_box .bg_green {
  background-color: #79c49c;
  left: auto;
  right: -100px;
  border-radius: 20px 20px 0px 20px;
}
@media screen and (max-width: 768px) {
  .interview_wrap .staff_box .bg_green {
    right: -50px;
  }
}
.interview_wrap .staff_box .bg_sky {
  background-color: #92c0de;
  border-radius: 20px 20px 20px 0px;
}
.interview_wrap .staff_box .ph {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .interview_wrap .staff_box .ph {
    width: min(90%, 300px);
    margin: auto;
  }
}
.interview_wrap .staff_box .ph img {
  width: 100%;
}
.interview_wrap .staff_box .txt {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .interview_wrap .staff_box .txt {
    width: 100%;
  }
}
.interview_wrap .staff_box .txt h3 {
  font-size: clamp(18px, 2vw, 24px);
  align-items: center;
  align-content: center;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #423329;
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-size: 24px;
  font-family: "丸丸ゴシックCLr StdN R" !important;
}
@media screen and (max-width: 768px) {
  .interview_wrap .staff_box .txt h3 {
    font-size: 16px;
    margin-top: 20px;
  }
}
.interview_wrap .staff_box .txt h3 strong {
  margin-right: 40px;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .interview_wrap .staff_box .txt h3 strong {
    display: block;
    font-size: 20px;
  }
}
.interview_wrap .staff_box .txt h3 img {
  margin-right: 30px;
  width: 70px;
}
.interview_wrap .staff_box .txt h3 img.batch {
  margin: 0 10px 0 auto;
  width: 70px;
}
@media screen and (max-width: 768px) {
  .interview_wrap .staff_box .txt h3 img {
    width: 50px;
  }
}
.interview_wrap .f_green {
  color: #79c49c !important;
}
.interview_wrap .deco1, .interview_wrap .deco2, .interview_wrap .deco3 {
  position: absolute;
  width: max(10%, 80px);
  bottom: 0px;
}
.interview_wrap .deco1, .interview_wrap .deco3 {
  right: -5%;
}
.interview_wrap .deco2 {
  left: -5%;
}

.a_btn {
  background-color: #efe9e4;
  padding: 15px 80px;
  border-radius: 15px;
  text-align: center;
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.a_btn:after {
  content: "⌄";
  position: absolute;
  transform: scaleX(1.5);
  right: 20px;
}
@media screen and (max-width: 768px) {
  .a_btn {
    margin: auto;
    padding: 15px 0px;
    width: 100%;
  }
}

.qa_list {
  width: min(100%, 1400px);
  margin: 100px auto auto;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch;
}
@media screen and (max-width: 1550px) {
  .qa_list {
    width: 90%;
  }
}
.qa_list li {
  width: 48%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .qa_list li {
    width: 100%;
  }
}
.qa_list li dl {
  border-radius: 2vw;
  padding: 30px;
  background-color: #efe9e4;
  margin-top: 40px;
  height: 100%;
}
.qa_list li dl dt {
  position: relative;
  border-bottom: 1px solid;
  font-family: "丸丸ゴシックCLr StdN R" !important;
  color: #987663;
  font-size: clamp(16px, 1.7vw, 24px);
  padding-bottom: 10px;
  margin-bottom: 20px;
  padding-left: 17%;
  padding-right: 17%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .qa_list li dl dt {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.qa_list li dl dt span {
  font-size: clamp(20px, 3.3vw, 40px);
  color: #fff;
  width: 16%;
  aspect-ratio: 1/1;
  background-image: url(../images/faq/huki.png);
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  align-content: center;
  position: absolute;
  left: 0;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .qa_list li dl dt span {
    width: 60px;
  }
}
.qa_list li dl dd {
  position: relative;
  padding-left: 14%;
}
@media screen and (max-width: 1024px) {
  .qa_list li dl dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .qa_list li dl dd {
    padding-left: 60px;
    font-size: 14px;
  }
}
.qa_list li dl dd span {
  font-size: clamp(20px, 3.3vw, 40px);
  color: #97c068;
  width: 13%;
  display: block;
  text-align: center;
  left: 0;
  bottom: 10px;
  position: absolute;
  left: 0;
  top: 0px;
}
@media screen and (max-width: 768px) {
  .qa_list li dl dd span {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .qa_list li:nth-child(even) dl {
    background-color: #f7f1e3;
  }
}
@media screen and (min-width: 769px) {
  .qa_list .bg_yel {
    background-color: #f7f1e3;
  }
}

.req_T {
  width: 100%;
}
.req_T th, .req_T td {
  padding: 10px 20px;
  border: 1px solid #c4ada1;
}
@media screen and (max-width: 600px) {
  .req_T th, .req_T td {
    padding: 5px;
    font-size: 12px;
  }
}
.req_T th {
  background-color: #9b7865;
  color: #fff;
  width: 180px;
}
@media screen and (max-width: 600px) {
  .req_T th {
    width: 80px;
  }
}

.flow {
  margin: auto;
  width: min(100%, 800px);
}

.day {
  display: flex;
  justify-content: center;
  margin: auto auto 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .day {
    max-width: 360px;
    margin: auto auto 40px;
  }
}
.day li {
  aspect-ratio: 1/1;
  width: 18%;
  margin: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  background-image: url(../images/require/huki.png);
  background-size: 100% auto;
  position: relative;
}
.day li:not(:last-child):after {
  content: "►";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translate(0%, -50%);
  font-size: 13px;
}
@media screen and (max-width: 600px) {
  .day li {
    width: 40%;
    margin: 5%;
  }
  .day li:not(:last-child):after {
    display: none;
  }
}
.day li span {
  font-size: 16px;
  width: 100%;
  color: #faab52;
  font-family: "丸丸ゴシックCLr StdN B" !important;
}
.day li small {
  font-size: 13px;
  width: 100%;
}
.day li:nth-child(3),
.day li:nth-child(6),
.day li:nth-child(9) {
  background-image: url(../images/require/huki2.png) !important;
}
.day li:nth-child(2),
.day li:nth-child(5),
.day li:nth-child(8) {
  background-image: url(../images/require/huki3.png) !important;
}

@media screen and (max-width: 768px) {
  .box_req .wrap {
    padding: 30px 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .privacy_dl {
    padding: 20px;
  }
}
.privacy_dl dt {
  font-size: 24px;
  font-family: "丸丸ゴシックCLr StdN R" !important;
  border-bottom: 1px solid #dedeee;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .privacy_dl dt {
    font-size: 18px;
  }
}
.privacy_dl dd {
  margin-bottom: 30px;
}


@media only screen and (max-width: 1023px) {
.sp_none2 {
    display: none !important;
  }
}


@media only screen and (min-width: 1024px) {
  .pc_none2 {
    display: none !important;
  }
}


#s13 h4{
  text-align: center;
  color: #987663;
  font-size: clamp(18px, 2.4vw, 29px);
  margin:30px 0px -20px;

}


/* 240725就職先に選ばれる理由ページpoint2のレイアウト変更 */
@media screen and (max-width: 768px) {
  .p-reason .point p {
    text-align: left;
  }
  .p-reason .point2 .point_wrap {
    padding: 50px 20px;
  }
}
/* 240725個別インタビューページのQ&Aレイアウト変更 */
@media screen and (max-width: 768px) {
	.interview_wrap .deco1,
	.interview_wrap .deco2,
	.interview_wrap .deco3 {
		width: max(10%, 70px);
	}
	.qa_list li dl dt {
		padding-left: 17%;
		padding-right: 0;
	}
	.qa_list li dl dt span {
		left: -10px;
	}
}
/* 240725インタビュー2のワンポイントイラスト位置変更 */
@media screen and (max-width: 768px) {
	.interview_wrap .deco2 {
		left: auto;
		right: -5%;
	}
}