@charset "UTF-8";
/*** base ***/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&family=Noto+Sans+JP:wght@400;700&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: "dnp-shuei-mgothic-std", "sans-serif";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #232B39;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #232B39;
}

.wrapper {
  overflow: hidden;
  min-width: 320px;
}

.line-through {
  text-decoration: line-through;
}

.small {
  font-size: 16px;
  color: #95B6C0;
  text-decoration: line-through;
}

.small2 {
  font-size: 18px;
  color: #95B6C0;
  text-decoration: line-through;
}

.disabled {
  pointer-events: none;
}

.infiniteslide_wrap {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .pc_only {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .sp_only {
    display: none !important;
  }
}
.clearfix:after {
  display: inline-block;
  content: "";
  clear: both;
  width: 100%;
  height: 100%;
}

/*** setting ***/
/*** structure ***/
/* * * * * * * * * * * * * * * * * * * * *
 * * * Header * * *
 * * * * * * * * * * * * * * * * * * * * */
.bg-header__area {
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.19) 0%, rgba(229, 200, 124, 0.19) 25%, rgba(255, 78, 0, 0.19) 100%);
}

.header-pc__logo {
  position: relative;
  z-index: 5;
}

.header-pc__logo a {
  margin: 30px 30px 72px 30px;
  display: inline-block;
  width: 200px;
  height: auto;
}

.header-pc__btn {
  position: relative;
  height: 72px;
  background-color: #FF4E00;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  border-radius: 47px;
  text-align: center;
  line-height: 72px;
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin: 30px;
  transition: all 1s;
  box-sizing: border-box;
  z-index: 99999;
}
.header-pc__btn a {
  color: #FFFFFF;
  display: block;
  width: 240px;
  height: 72px;
  transition: all 1s;
}

@media screen and (max-width: 768px) {
  .bg-header__area {
    background: linear-gradient(160deg, rgba(251, 247, 235, 0.19) 0%, rgba(229, 200, 124, 0.19) 10%, rgba(255, 78, 0, 0.19) 100%);
  }
  .header-pc__btn {
    display: none;
  }
  .header-pc__logo a {
    width: 36.53333vw;
    height: 6.93333vw;
    margin: 20px;
  }
}
/* * * * * * * * * * * * * * * * * * * * *
* * * footer * * *
* * * * * * * * * * * * * * * * * * * * */
.footer__inner {
  position: relative;
  background-color: #F4F4F4;
}

.footer__bg {
  position: relative;
  margin-bottom: -2px;
}
.footer__bg img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.footer__btn {
  line-height: 27.2px;
  background: #F4F4F4;
  text-align: center;
  position: absolute;
  top: 54%;
  right: 14%;
}
.footer__btn a {
  display: inline-block;
  background: #fff;
  border-radius: 50px;
  width: 400px;
  height: 100px;
  padding-top: 24px;
}

.footer__link {
  display: flex;
  font-size: 14px;
  margin-right: auto;
  margin-left: 243px;
  padding-top: 20px;
}
.footer__link a:first-of-type {
  margin-right: 30px;
}

.footer__txt {
  font-size: 14px;
  line-height: 24px;
  padding-top: 15px;
  text-align: center;
  background-color: #F4F4F4;
  padding-bottom: 40px;
}

.footer__copyright {
  font-size: 12px;
  margin: 20px auto 0px 243px;
  padding-bottom: 20px;
}

@media screen and (max-width: 1023px) {
  footer {
    position: relative;
  }
  .footer__btn {
    padding-top: 40px;
    position: relative;
    top: unset;
    right: unset;
  }
  .footer__btn a {
    display: inline-block;
    background: #fff;
    border-radius: 50px;
    width: 300px;
    height: 80px;
    padding-top: 12px;
    font-size: 14px;
  }
  .footer__txt {
    padding-top: 30px;
  }
  .footer__bg img {
    width: -webkit-fill-available;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .footer__inner {
    padding-top: 40px;
  }
  .footer__link {
    font-size: 12px;
    justify-content: center;
    margin: auto;
  }
  .footer__copyright {
    font-size: 10px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1240px) {
  .footer__btn {
    top: 90px;
    right: 100px;
    z-index: 1;
  }
}
/* ==========================================================================
 *
 * navigation
 *
========================================================================== */
.hamburger {
  border: 2px solid #c4c4c4;
  border-radius: 25px;
  box-sizing: border-box;
  display: block;
  height: 48px;
  padding: 14px 15px 0 11px;
  position: fixed;
  right: 20px;
  top: 11px;
  touch-action: manipulation;
  width: 48px;
  z-index: 10000;
  background-color: #888888;
  border-color: #888888;
}

.hamburger__icon {
  margin-bottom: 7px;
  margin-top: 7px;
  position: relative;
}

.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  background-color: #c4c4c4;
  display: block;
  height: 2px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  width: 22px;
}

.hamburger__icon:before, .hamburger__icon:after {
  content: "";
  position: absolute;
}

.hamburger__icon:before {
  top: -7px;
}

.hamburger__icon:after {
  top: 7px;
}

.hamburger.active .hamburger__icon {
  background-color: transparent;
}

.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  background-color: #c4c4c4;
}

.hamburger.active .hamburger__icon:before {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.active .hamburger__icon:after {
  transform: translateY(-7px) rotate(-45deg);
}

.hamburger.active {
  background-color: #fff;
  border-color: #c4c4c4;
}

.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  background-color: #fff;
}

.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  background-color: #c4c4c4;
}

@media screen and (min-width: 769px) {
  .hamburger {
    display: none;
  }
}
/* ----------------------------------------------
 * navigation
---------------------------------------------- */
.navigation {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  transform: scale(1.4);
  transition-duration: 0.4s;
  transition-property: transform;
}

.navigation__inner {
  display: table;
  height: 100%;
  width: 100%;
  padding: 0 0 40px;
  table-layout: fixed;
}

.navigation.active {
  transform: scale(1);
}

.navigation__logo {
  height: 80px;
  margin-left: 20px;
  padding-top: 15px;
}

.navigation ul {
  display: block;
  margin: 0px 24px;
  padding: 0;
}

.navigation li {
  border-top: 1px solid #c4c4c4;
  font-size: 16px;
  list-style-type: none;
  padding: 22px 10px;
  text-align: left;
}

.navigation li:last-of-type {
  border-bottom: 1px solid #c4c4c4;
}

.navigation li, .navigation li a {
  color: #232b39;
}

.navigation li a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.navigation li span {
  font-weight: 700;
}

.navigation__btn {
  width: 295px;
  height: 72px;
  line-height: 72px;
  margin: 48px auto 0;
  text-align: center;
  background: #FF4E00 0% 0% no-repeat padding-box;
  border-radius: 42px;
}

.navigation__btn a {
  font: normal normal bold 24px/28px Noto Sans JP;
  color: #fff;
  line-height: 72px;
}

.arrow {
  fill: #888888;
  margin-left: auto;
  margin-right: 0;
}

/*** module ***/
/* ==========================================================================
 *
 * keyvisual
 *
========================================================================== */
.keyvisual {
  position: relative;
  overflow: visible;
}
.keyvisual__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 72px;
  z-index: 2;
}
.keyvisual__head {
  margin-bottom: 48px;
  font-size: 58px;
  font-weight: 300;
  line-height: 82px;
  font-family: "a-otf-ryumin-pr6n", serif;
}
.keyvisual__lead {
  display: flex;
  justify-content: space-between;
}
.keyvisual__lead--msg_box {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 10px;
}
.keyvisual__lead--msg_box p {
  margin-bottom: 24px;
}
.keyvisual__lead--content_box {
  width: 480px;
}
.keyvisual__lead--content_box .keyvisual__headding {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  position: relative;
  margin-bottom: 32px;
}
.keyvisual__lead--content_box .keyvisual__headding span {
  color: #FF4E00;
}
.keyvisual__lead--content_box .keyvisual__title {
  width: 432px;
  margin: 0 auto;
}
.keyvisual__lead--content_box .keyvisual__title img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.keyvisual__lead--content_box .keyvisual__title::after {
  content: "";
  background: #FF4E00;
  width: 173px;
  height: 3px;
  display: block;
  margin: 30px auto;
}
.keyvisual__lead--content_box .keyvisual__txt-box {
  font-size: 14px;
  line-height: 23px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .keyvisual__inner {
    padding: 20px 0 20px;
  }
  .keyvisual__head {
    min-width: 320px;
    font-size: 35px;
    line-height: 48px;
    padding: 0 20px;
  }
  .keyvisual__lead {
    font-size: 14px;
    justify-content: unset;
    flex-direction: column-reverse;
  }
  .keyvisual__lead--content_box {
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    padding: 20px;
  }
  .keyvisual__lead--content_box .keyvisual__headding {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 28px;
  }
  .keyvisual__lead--content_box .keyvisual__title {
    width: 272px;
    margin: 0 auto;
  }
  .keyvisual__lead--content_box .keyvisual__txt-box {
    font-size: 13px;
  }
  .keyvisual__lead--msg_box {
    font-size: 14px;
    line-height: 23px;
    padding: 40px 20px 0px;
  }
}
/*
.webp .keyvisual .keyvisual__inner::before{
    background-image: url(../images/kv/kv-pc@2x.webp);
}
.no-webp .keyvisual .keyvisual__inner::before{
    background-image: url(../images/kv/kv-pc@2x.png);
}

@media screen and (max-width: 540px) {
    .webp .keyvisual .keyvisual__inner::before{
        background-image: url(../images/kv/kv-sp@2x.webp);
    }
    .no-webp .keyvisual .keyvisual__inner::before{
        background-image: url(../images/kv/kv-sp@2x.png);
    }
}*/
/* ==========================================================================
 *
 * message
 *
========================================================================== */
.message {
  position: relative;
  overflow: visible;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin-bottom: 180px;
  padding: 40px 140px;
  background-color: rgba(255, 78, 0, 0.1019607843);
}
.message::before {
  content: "";
  display: inline-block;
  background-image: url(../images/kv/kv02-pc@2x.png);
  width: 634px;
  height: 757px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -300px;
  z-index: -1;
}
.message__inner {
  margin: 0 auto;
}
.message__head {
  margin-bottom: 40px;
  text-align: center;
  font-size: 24px;
  line-height: 43px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #232B39;
}
.message__head span {
  font-size: 32px;
  line-height: 43px;
}
.message__lead {
  margin-top: 1em;
  text-align: center;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0px;
  opacity: 1;
}
.message a {
  color: #1A0DAB;
}
@media screen and (max-width: 1024px) {
  .message::before {
    top: 20px;
    left: -380px;
  }
}
.message {
  /* /max-width: 1024px */
}
@media screen and (max-width: 768px) {
  .message {
    margin-bottom: 24px;
    padding: 54px 20px 40px;
  }
  .message::before {
    display: none;
  }
  .message__head {
    text-align: left;
    line-height: 29px;
    font-size: 16px;
  }
  .message__head span {
    text-align: left;
    line-height: 29px;
    font-size: 22px;
    font-weight: bold;
  }
  .message__lead {
    text-align: left;
    line-height: 27px;
    font-size: 16px;
  }
}
.message {
  /* /max-width: 768px */
}

.mission {
  position: relative;
  background-image: url(../images/mission/mission_bg-pc@2x.png);
  background-repeat: no-repeat;
  width: 935px;
  height: 970px;
  background-size: contain;
  margin-left: auto;
  margin-right: 54px;
}

.mission__inner {
  position: absolute;
  top: 48%;
  left: 48%;
  transform: translate(-50%, -50%);
  width: 512px;
}

.mission__txt--lg {
  position: relative;
  font-size: 24px;
  line-height: 43.2px;
  margin-top: 56px;
}
.mission__txt--lg span {
  font-size: 32px;
  font-weight: bold;
}

.mission__txt--md {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-align: right;
}
.mission__txt--md::before {
  position: absolute;
  top: -15px;
  margin-left: -20px;
  content: "";
  display: inline-block;
  background-image: url(../images/mission/title_bg_wht.svg);
  background-repeat: no-repeat;
  width: 52px;
  height: 54px;
  z-index: -1;
}
.mission__txt--md::after {
  position: absolute;
  content: "";
  top: -20px;
  margin-left: 20px;
  display: inline-block;
  background-image: url(../images/mission/mission-pc.svg);
  width: 14px;
  height: 237px;
}

.mission__txt {
  line-height: 27.2px;
  margin-top: 40px;
}

.mission__btnarea {
  position: absolute;
  bottom: -145px;
  right: -30px;
  margin-left: auto;
}

.mission__btn {
  width: 280px;
  height: 71px;
  background-color: #FF4E00;
  z-index: 1;
  border-radius: 47px;
  text-align: center;
  line-height: 71px;
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  transition: all 0.5s;
  margin: auto;
  box-sizing: border-box;
}
.mission__btn a {
  color: #fff;
  display: block;
}

.mission__btntxt {
  font-weight: bold;
  margin-top: 14px;
  text-align: center;
  line-height: 28.8px;
}

@media screen and (max-width: 768px) {
  .mission {
    min-width: 320px;
    width: 100vw;
    max-width: 768px;
    height: 234.1333333333vw;
    min-height: 749px;
    background-image: url(../images/mission/mission_bg-sp@2x.png);
  }
  .mission__inner {
    min-width: 320px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -44%);
  }
  .mission__txt--lg {
    font-size: 16px;
    line-height: 28.8px;
    padding-left: 5.3333333333vw;
    width: 85.3333333333vw;
    margin-top: 40px;
  }
  .mission__txt--lg span {
    font-size: 22px;
  }
  .mission__txt--md {
    text-align: right;
    padding-left: 5.3333333333vw;
    width: 85.3333333333vw;
    font-size: 18px;
  }
  .mission__txt--md::after {
    background-image: url(../images/mission/mission-sp.svg);
    width: 12.58px;
    height: 165.4px;
  }
  .mission__txt {
    font-size: 14px;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    line-height: 23.8px;
  }
  .mission__btnarea {
    position: relative;
    bottom: unset;
    right: unset;
    width: max-content;
    margin: 40px auto 0;
  }
  .mission__btntxt {
    text-align: center;
    font-size: 14px;
    line-height: 25.2px;
  }
  .mission__txt--lg::after {
    height: 95px;
    top: 0;
  }
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  .mission {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -25%);
    width: 982px;
    height: 878px;
    background-image: url(../images/mission/mission_bg-sp@2x-wide.png);
    background-position: center;
    background-size: cover;
    margin-top: 130px;
    margin-bottom: -220px;
  }
  .mission__txt--lg {
    width: 89.871vw;
    margin: 40px auto 0;
  }
  .mission__txt--md {
    width: 89.871vw;
  }
  .mission__txt {
    min-width: 237px;
    width: 89.871vw;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 320px) {
  .mission__txt--lg {
    min-width: 237px;
    font-size: 14px;
    margin-top: 32px;
  }
  .mission__txt--lg span {
    font-size: 18px;
  }
  .mission__txt--md {
    font-size: 17px;
  }
  .mission__txt {
    font-size: 13px;
    margin-top: 32px;
  }
}
.experience {
  max-width: 1330px;
  position: relative;
  margin: 0 auto;
}
.experience::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/experience/experience_bg-pc.svg);
  background-repeat: no-repeat;
  width: 1330px;
  height: 904px;
  top: -120px;
  left: -50px;
  background-size: contain;
}

.experience__inner {
  max-width: 873px;
  width: 100%;
  position: relative;
  color: #fff;
  margin: 0 auto 70px;
  padding-top: 100px;
}

.experience__txtBoxArea {
  display: flex;
}

.experience__txt--lg {
  font-size: 24px;
  margin-bottom: 32px;
}
.experience__txt--lg span {
  font-size: 32px;
  font-weight: bold;
}

.experience__txt--md {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 100px;
}
.experience__txt--md::before {
  position: absolute;
  content: "";
  top: -34px;
  left: -45px;
  display: inline-block;
  background-image: url(../images/experience/experience-pc.svg);
  width: 18px;
  height: 284px;
}
.experience__txt--md::after {
  position: absolute;
  left: -20px;
  top: -27px;
  content: "";
  display: inline-block;
  background-image: url(../images/experience/title_bg_orange.svg);
  width: 72px;
  height: 72px;
  background-repeat: no-repeat;
  z-index: 0;
}
.experience__txt--md .experience__txt--box {
  position: relative;
  z-index: 1;
}

.experience__txt {
  line-height: 28px;
}

.experience__txtBox--left {
  width: 406px;
  margin-right: 73px;
}

.experience__txtBox--right {
  width: 406px;
  margin-top: 90px;
  margin-bottom: 40px;
}

.experience__txtBox--bottom {
  width: 545px;
  margin-left: 90px;
}
.experience__txtBox--bottom .experience__txt {
  width: 406px;
}

iframe {
  position: relative;
  width: 800px;
  height: 447px;
  margin: 0 auto;
  display: block;
}

.experience__btnarea {
  position: relative;
  margin: 72px auto 0;
  width: max-content;
}

.experience__btn {
  width: 280px;
  height: 71px;
  background-color: #FF4E00;
  z-index: 1;
  border-radius: 47px;
  text-align: center;
  line-height: 71px;
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin: auto;
  transition: all 0.5s;
  box-sizing: border-box;
}
.experience__btn a {
  color: #fff;
  display: block;
}

.experience__btntxt {
  font-weight: bold;
  margin-top: 32px;
  margin-bottom: 72px;
  text-align: center;
  line-height: 28.9px;
}

.experience__img {
  width: 400px;
  height: 247px;
  margin-right: 30px;
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .experience {
    max-width: 100%;
    position: relative;
    margin: 0 auto;
  }
  .experience::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/experience/experience_bg-pc.svg);
    background-repeat: no-repeat;
    background-size: cover;
    left: -200px;
  }
  .experience__inner {
    padding: 140px 20px 0 60px;
  }
  iframe {
    max-width: 800px;
    width: 89.3333333333vw;
    height: 49.8666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .experience {
    max-width: 100%;
  }
  .experience::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    min-height: 780px;
    max-height: 1280px;
    background-image: url(../images/experience/experience_bg-sp.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
  }
  .experience__inner {
    min-width: 256px;
    width: 80vw;
    padding: 100px 20px 0;
    margin: 0 auto 70px;
  }
  .experience__txtBoxArea {
    display: block;
  }
  .experience__txtBox--left {
    min-width: 256px;
    width: 80vw;
  }
  .experience__txtBox--right {
    min-width: 256px;
    width: 80vw;
    margin-top: 8.5333333333vw;
    margin-bottom: 8.5333333333vw;
  }
  .experience__txtBox--bottom {
    min-width: 256px;
    width: 80vw;
    margin-left: 0;
  }
  .experience__txtBox--bottom .experience__txt {
    min-width: 256px;
    width: 80vw;
  }
  .experience__txt--lg {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5.3333333333vw;
  }
  .experience__txt--lg span {
    font-size: 24px;
  }
  .experience__txt--md {
    font-size: 18px;
    margin-bottom: 12.8vw;
  }
  .experience__txt--md::before {
    background-image: url(../images/experience/experience-sp.svg);
    width: 16px;
    height: 438px;
  }
  .experience__txt {
    font-size: 14px;
  }
  .experience__txt--lg::before {
    left: -30px;
    height: 90.6666666667vw;
  }
  .experience__txt--md::before {
    left: -35px;
  }
  iframe {
    min-width: 285px;
    width: 89.3333333333vw;
    height: 49.8666666667vw;
  }
}
@media screen and (max-width: 600px) {
  .experience {
    max-width: 100%;
  }
  .experience::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../images/experience/experience_bg-sp.svg);
    background-size: cover;
    min-width: 320px;
    width: 100vw;
    height: 178.1333333333vw;
    min-height: 780px;
    max-height: 1000px;
    bottom: unset;
    transform: unset;
    top: unset;
    left: unset;
    margin-top: -10px;
  }
}
.voices {
  position: relative;
  margin-top: 0px;
  margin-bottom: 20px;
  overflow: hidden;
}

.voices__heading {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 57px;
}
.voices__heading::before {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-150%);
  content: "";
  display: inline-block;
  background-image: url(../images/voices/title_bg_orn.svg);
  background-repeat: no-repeat;
  width: 52px;
  height: 54px;
  z-index: -1;
}
.voices__heading::after {
  position: absolute;
  content: "Voices";
  color: #CF4A39;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  font-family: "Noto Sans JP";
  writing-mode: vertical-lr;
  margin-left: 20px;
  top: -15px;
}

.voices__inner {
  width: 1010px;
  margin: 210px auto 0;
}
.voices__inner::before {
  position: absolute;
  top: 500px;
  right: 81vw;
  content: "";
  display: inline-block;
  background-image: url(../images/voices/voices_bg02@2x.png);
  width: 519px;
  height: 538px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.voices__inner::after {
  position: absolute;
  top: 0;
  left: 76vw;
  content: "";
  display: inline-block;
  background-image: url(../images/voices/voices_bg01@2x.png);
  width: 628px;
  height: 753px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.voices__block {
  width: 740px;
  display: flex;
  margin-bottom: 50px;
}

.voices__block:nth-of-type(odd) {
  flex-direction: row;
  margin-left: 0;
}

.voices__block:nth-of-type(even) {
  flex-direction: row-reverse;
  margin-left: auto; /* 親の中で右に寄せる */
}

.voices__txtBox {
  width: 600px;
  border-left: 2px solid #CF4A39;
  padding-left: 32px;
  margin: 0;
}
.voices__txtBox p:first-of-type {
  margin-bottom: 14px;
}
.voices__txtBox p:nth-of-type(2) {
  line-height: 27.2px;
}
.voices__txtBox span {
  font-weight: bold;
}

.voices__txtBox:nth-of-type(odd) {
  margin-left: 10px;
  margin-right: auto;
}

.voices__txtBox:nth-of-type(even) {
  margin-right: 0;
  margin-right: 0;
}

.voices__title {
  font-size: 26px;
  line-height: 27px;
  color: #FF4E00;
  margin-bottom: 14px;
  display: block;
}

.voices__imgBox {
  width: 108px;
}
.voices__imgBox img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.voices__btnarea {
  position: relative;
  margin: 72px auto 0;
  width: max-content;
}

.voices__btn {
  width: 280px;
  height: 71px;
  background-color: #FF4E00;
  z-index: 1;
  border-radius: 47px;
  text-align: center;
  line-height: 71px;
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin: auto;
  transition: all 0.5s;
  box-sizing: border-box;
}
.voices__btn a {
  color: #fff;
  display: block;
}

.voices__btntxt {
  font-weight: bold;
  margin-top: 32px;
  margin-bottom: 72px;
  text-align: center;
  line-height: 28.9px;
}

.voices__img {
  width: 400px;
  height: 247px;
  margin-right: 30px;
  border-radius: 13px;
}

@media screen and (max-width: 1023px) {
  .voices {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .voices__inner {
    width: 89.3333333333vw;
    margin: 20px auto 0;
  }
  .voices__block {
    width: 100%;
    display: block;
    border-left: 2px solid #CF4A39;
  }
  .voices__txtBox {
    min-width: 285px;
    width: 89.3333333333vw;
    font-size: 14px;
    border-left: none;
    padding-left: 10px;
    margin-bottom: 10px;
  }
  .voices__txtBox:nth-of-type(even) {
    margin: 0;
    margin-bottom: 40px;
  }
  .voices__imgBox {
    padding-left: 20px;
  }
  .voices__title {
    font-size: 20px;
    line-height: 27px;
  }
  .voices__heading {
    font-size: 18px;
  }
  .voices__heading::before {
    left: 50%;
    transform: translateX(-140%);
  }
  .voices__heading::after {
    left: 50%;
    transform: translateX(340%);
    margin-left: 0;
  }
  .voices__img {
    width: 80vw;
    height: 49.3333333333vw;
  }
  .voices__inner::before {
    top: auto;
    top: 520px;
    left: -240px;
    width: 420px;
    height: 430px;
  }
  .voices__inner::after {
    top: 0px;
    left: 83vw;
    width: 370px;
    height: 450px;
  }
  .voices__btntxt {
    font-size: 14px;
    line-height: 25.2px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1240px) {
  .voices__inner {
    width: 940px;
  }
}
@media screen and (max-width: 320px) {
  .voices__heading {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .voices {
    margin-bottom: 0;
  }
}
/* * * * * * * * * * * * * * * * * * * * *
 * * * articles * * *
 * * * * * * * * * * * * * * * * * * * * */
.articles {
  position: relative;
  max-width: 850px;
  margin: 80px auto 70px;
  padding-left: 60px;
  z-index: 1;
}

.articles__heading {
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 62px;
  text-align: left;
  z-index: 1;
}

.articles__heading::before {
  position: absolute;
  top: -23px;
  left: 23px;
  content: "";
  display: inline-block;
  background-image: url(../images/articles/articles_header_bg01.svg);
  background-repeat: no-repeat;
  width: 72px;
  height: 72px;
  z-index: -1;
}

.articles__heading::after {
  position: absolute;
  top: -18px;
  left: 0;
  content: "";
  display: inline-block;
  background-image: url(../images/articles/articles_header_bg02.svg);
  background-repeat: no-repeat;
  width: 15.12px;
  height: 214px;
}

.articles__postBox {
  display: flex;
  width: 100%;
  margin-top: 40px;
  padding-left: 28px;
}

.articles__postBox:first-child {
  margin-top: 0;
}

.articles__postBox .post__img {
  width: 300px;
  height: 170px;
  overflow: hidden;
}

.articles__postBox .post__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 13px;
}

.articles__postBox .post__details {
  flex: 1;
  margin-left: 30px;
  padding-top: 12px;
  width: 442px;
  text-align: left;
  letter-spacing: 0px;
}

.articles__postBox .post__details .post__header {
  font-size: 18px;
  color: #B9B9B9;
  line-height: 24px;
}

.articles__postBox .post__details .post__discription {
  margin-top: 12px;
  font-size: 20px;
  color: #232B39;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .articles {
    margin: 60px auto;
    width: 89.3333333333vw;
    padding-left: 28px;
  }
  .articles__heading {
    font-size: 18px;
    padding-left: 38px;
  }
  .articles__heading::before {
    left: 34px;
  }
  .articles__postBox {
    margin-top: 30px;
    padding-left: 0;
  }
  .articles__postBox .post__img {
    width: 280px;
    height: 160px;
  }
  .articles__postBox .post__details {
    min-width: 107px;
    margin-left: 10px;
    padding-top: 0;
    width: 157px;
  }
  .articles__postBox .post__details .post__header {
    font-size: 12px;
    line-height: 14px;
  }
  .articles__postBox .post__details .post__discription {
    margin-top: 8px;
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 768px) and (max-width: 680px) {
  .articles__postBox .post__img {
    min-width: 140px;
    width: 140px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  /* /max-width: 680px */
}
/* ==========================================================================
 *
 * aboutus
 *
========================================================================== */
.aboutus {
  position: relative;
  overflow: hidden;
  margin: 130px auto 100px;
  padding-top: 30px;
}
@media screen and (max-width: 1023px) {
  .aboutus {
    margin-top: 81px;
    padding-bottom: 0;
  }
}
.aboutus {
  /* /max-width: 1023px */
}
.aboutus::before, .aboutus::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  background: url() no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1023px) {
  .aboutus::before, .aboutus::after {
    display: none;
  }
}
.aboutus::before, .aboutus::after {
  /* /max-width: 1023px */
}
.aboutus::before {
  top: 580px;
  right: 86vw;
  height: 710px;
  width: 700px;
  background-image: url(../images/aboutus/aboutus_bg01.svg);
}
.aboutus::after {
  top: 1040px;
  left: 86vw;
  height: 735px;
  width: 672px;
  background-image: url(../images/aboutus/aboutus_bg02.svg);
}
.aboutus__heading {
  position: relative;
  width: 733px;
  margin: 0 auto 40px;
  text-align: right;
  font-size: 24px;
  font-weight: bold;
}
.aboutus__heading::after {
  position: absolute;
  bottom: -10px;
  right: 0;
  content: "";
  display: block;
  height: 2px;
  width: 266px;
  background-color: #CF4A39;
}
@media screen and (max-width: 1023px) {
  .aboutus__heading {
    width: auto;
    text-align: center;
    font-size: 18px;
  }
  .aboutus__heading::after {
    left: 50%;
    width: 200px;
    transform: translateX(-50%);
  }
}
.aboutus__heading {
  /* /max-width: 1023px */
}
.aboutus {
  /* /max-width: 1023px */
}

@media screen and (max-width: 1023px) {
  .message-us__outer {
    min-width: 285px;
    display: grid;
    width: 89.33333vw;
    margin: auto;
  }
}
.message-us__outer {
  /* /max-width: 1023px */
}
.message-us {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 75px;
  margin-bottom: 72px;
}
@media screen and (max-width: 1023px) {
  .message-us {
    min-width: 285px;
    flex-direction: column;
    gap: 35px;
    margin-bottom: 55px;
  }
}
.message-us {
  /* /max-width: 1023px */
}
.message-us--reverse {
  flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .message-us--reverse {
    flex-direction: column;
  }
}
.message-us--reverse {
  /* /max-width: 1023px */
}
.message-us__content {
  width: 400px;
  line-height: 27.2px;
}
@media screen and (max-width: 1023px) {
  .message-us__content {
    width: auto;
  }
}
.message-us__content {
  /* /max-width: 1023px */
}
.message-us__photo {
  position: relative;
  width: 268px;
}
@media screen and (max-width: 1023px) {
  .message-us__photo {
    min-width: 164px;
    max-width: 280px;
    width: 51.4666666667vw;
  }
}
.message-us__photo {
  /* /max-width: 1023px */
}
.message-us__photo img {
  max-width: 100%;
}
.message-us__name {
  position: absolute;
  font-size: 18px;
}
@media screen and (max-width: 1023px) {
  .message-us__name {
    font-size: 16px;
  }
}
.message-us__name {
  /* /max-width: 1023px */
}
.message-us--akagi .message-us__name {
  top: 60px;
  right: -45px;
}
.message-us--sakai .message-us__name {
  top: 50px;
  left: -25px;
}
.message-us--tomiyama .message-us__name {
  top: 40px;
  right: -60px;
}
.message-us--kai .message-us__name {
  top: 40px;
  left: -55px;
}
.message-us--nakamura .message-us__name {
  top: 60px;
  left: -35px;
}
.message-us--sugiyama .message-us__name {
  top: 40px;
  left: -55px;
}

/* ==========================================================================
 *
 * outline
 *
========================================================================== */
.outline {
  position: relative;
  margin-top: -150px;
}
@media screen and (max-width: 768px) {
  .outline {
    margin-top: 80px;
  }
}
.outline {
  /* /max-width: 768px */
}
.outline::before, .outline::after {
  content: "";
  display: block;
  width: 100vw;
  background: url() no-repeat top center;
  background-size: cover;
}
.outline::before {
  height: 35.5366027008vw;
  background-image: url(../images/outline/outline_bg_top-pc.svg);
}
.outline::after {
  height: 19.9004975124vw;
  background-image: url(../images/outline/outline_bg_bottom-pc.svg);
}
@media screen and (max-width: 768px) {
  .outline::before {
    min-width: 320px;
    height: 18.0555555556vw;
    background-image: url(../images/outline/outline_bg_top-sp.svg);
  }
  .outline::after {
    min-width: 320px;
    height: 12.5vw;
    background-image: url(../images/outline/outline_bg_bottom-sp.svg);
  }
}
.outline {
  /* /max-width: 768px */
}
.outline__inner {
  padding: 90px 0 55px;
  background-color: #F4F4F4;
}
@media screen and (max-width: 919px) {
  .outline__inner {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.outline__inner {
  /* /max-width: 919px */
}
.outline__heading {
  position: relative;
  z-index: 1;
  width: 850px;
  margin: -50px auto 90px;
  font-size: 24px;
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 919px) {
  .outline__heading {
    width: 69.3333333333vw;
    margin-bottom: 44px;
  }
}
.outline__heading {
  /* /max-width: 919px */
}
.outline__heading {
  /* /max-width: 768px */
}
@media screen and (max-width: 320px) {
  .outline__heading {
    font-size: 17px;
  }
}
.outline__heading {
  /* /max-width: 320px */
}
.outline__heading::before, .outline__heading::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
}
.outline__heading::before {
  top: -15px;
  right: 70px;
  background-image: url(../images/aboutus/title_bg_orn.svg);
  background-repeat: no-repeat;
  width: 52px;
  height: 54px;
}
@media screen and (max-width: 320px) {
  .outline__heading::before {
    right: 40px;
  }
}
.outline__heading::before {
  /* /max-width: 320px */
}
.outline__heading::after {
  top: -30px;
  right: -30px;
  background-image: url(../images/outline/outline-pc.svg);
  width: 14.56px;
  height: 293px;
}
@media screen and (max-width: 919px) {
  .outline__heading::after {
    background-image: url(../images/outline/outline-sp.svg);
    width: 12.94px;
    height: 221.07px;
  }
}
.outline__heading::after {
  /* /max-width: 919px */
}
.outline__content {
  position: relative;
  width: 800px;
  margin: 0 auto;
  padding: 60px 80px;
  background-color: #fff;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  line-height: 30.6px;
}
@media screen and (max-width: 919px) {
  .outline__content {
    width: 94.6666666667vw;
    margin: 0;
    padding: 8.5333333333vw 5.3333333333vw;
    border-radius: 0 50px 50px 0;
    font-size: 16px;
  }
}
.outline__content {
  /* /max-width: 919px */
}
@media screen and (max-width: 768px) {
  .outline__content {
    padding: 8.53333vw 4vw;
    background-color: inherit;
  }
}
.outline__content {
  /* /max-width: 768px */
}
@media screen and (max-width: 320px) {
  .outline__content {
    min-width: 302px;
    font-size: 14px;
  }
}
.outline__content {
  /* /max-width: 320px */
}
.outline__content table span {
  font-size: 14px;
  font-weight: normal;
}
.outline__content table span.pc_only {
  font-size: 100%;
  font-weight: 700;
}
@media screen and (max-width: 1023px) and (min-width: 769px) {
  .outline__content table span.sp_only {
    font-size: 100%;
    font-weight: 700;
  }
}
@media screen and (max-width: 919px) {
  .outline__content table {
    line-height: 1.5;
  }
  .outline__content table span {
    font-size: 12px;
  }
  .outline__content table td:first-of-type {
    width: 17.0666666667vw;
    min-width: 58px;
  }
}
.outline__content table {
  /* /max-width: 919px */
}
@media screen and (max-width: 768px) {
  .outline__content table span.sp_only {
    font-size: 100%;
    font-weight: bold;
  }
}
.outline__content table {
  /* /max-width: 768px */
}
@media screen and (max-width: 320px) {
  .outline__content table td:first-of-type {
    min-width: 64px;
    width: 18.06667vw;
    min-width: 64px;
  }
}
.outline__content table {
  /* /max-width: 320px */
}
.outline__content table + table {
  margin-top: 32px;
}
@media screen and (max-width: 919px) {
  .outline__content table + table {
    margin-top: 20px;
  }
}
.outline__content table + table {
  /* /max-width: 919px */
}

/* ==========================================================================
 *
 * keyvisual
 *
========================================================================== */
.schedule {
  position: relative;
}

.schedule__inner {
  position: relative;
  width: 823px;
  margin: 0 auto;
}

.schedule__heading {
  position: relative;
  margin: 0 auto 70px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.schedule__heading::after {
  position: relative;
  content: "";
  display: block;
  width: 250px;
  height: 2px;
  margin: 8px auto 0;
  background-color: #CF4A39;
}

.schedule__block {
  position: relative;
  margin-bottom: 40px;
}
.schedule__block--inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.schedule__img-box {
  width: 284px;
}
.schedule__img-box img {
  max-width: 100%;
  height: auto;
  width: auto;
}
.schedule__txt-box {
  width: 505px;
}
.schedule__num {
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 30px;
  padding-left: 30px;
  text-align: left;
  z-index: 1;
  position: relative;
}
.schedule__num::before {
  position: absolute;
  top: -23px;
  left: -10px;
  content: "";
  display: inline-block;
  background-image: url(../images/schedule/title_bg_orn.svg);
  background-repeat: no-repeat;
  width: 72px;
  height: 72px;
  z-index: -1;
}
.schedule__txt {
  font-size: 16px;
  line-height: 27px;
}
.schedule__exp {
  color: #232B39;
  background: #F4F4F4;
  padding: 8px;
  position: relative;
  text-align: center;
  border-radius: 100vmax;
}
.schedule__subheading {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 28px;
}
.schedule__block:last-child .schedule__img-box {
  width: 675px;
  margin: 0 auto 20px;
}
.schedule__block:last-child .schedule__txt-box {
  width: 100%;
}
.schedule__block:last-child .schedule__txt {
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .schedule__inner {
    width: 100%;
    padding: 0px 20px 0;
  }
  .schedule__img-box {
    width: 75.7333333333vw;
    margin-right: 35px;
  }
  .schedule__txt-box {
    width: 134.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .schedule__inner {
    width: 100%;
    padding: 60px 20px 0;
  }
  .schedule__block--inner {
    display: block;
  }
  .schedule__img-box {
    width: 100%;
    margin-bottom: 25px;
  }
  .schedule__txt-box {
    width: 100%;
  }
  .schedule__block:last-child .schedule__img-box {
    width: 100%;
  }
  .schedule__exp {
    font-size: 14px;
    line-height: 24px;
    padding: 20px;
    text-align: left;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
}
/* ==========================================================================
 *
 * entry
 *
========================================================================== */
.entry {
  margin: 100px auto 0px;
  max-width: 1366px;
}
.entry {
  /* /max-width: 1023px */
}
.entry__inner {
  position: relative;
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .entry__inner {
    min-width: 320px;
    width: auto;
  }
}
.entry__inner {
  /* /max-width: 1023px */
}
.entry__heading {
  position: relative;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
}
.entry__heading span {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .entry__heading {
    font-size: 18px;
  }
}
.entry__heading {
  /* /max-width: 1023px */
}
.entry__heading::before, .entry__heading::after {
  position: absolute;
  z-index: 1;
  content: "";
  display: block;
}
.entry__heading::before {
  top: -15px;
  left: -21px;
  width: 52px;
  height: 55px;
  background-image: url(../images/entry/title_bg_blu.svg);
}
.entry__heading::after {
  z-index: 1;
  top: -15px;
  left: 138px;
  width: 17.41px;
  height: 159.2px;
  background-image: url(../images/entry/entry-pc.svg);
}
.entry__heading {
  /* /max-width: 1023px */
}
@media screen and (max-width: 414px) {
  .entry__heading::after {
    left: inherit;
    right: -30px;
  }
}
.entry__heading {
  /* /max-width: 414px */
}
.entry__sub-heading {
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1023px) {
  .entry__sub-heading {
    font-size: 18px;
  }
}
.entry__sub-heading {
  /* /max-width: 1023px */
}
.entry__text {
  color: #FFF;
  font-size: 16px;
  font-weight: normal;
  line-height: 27px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .entry__text {
    font-size: 14px;
    line-height: 23.8px;
  }
}
.entry__text {
  /* /max-width: 1023px */
}
.entry__date {
  color: #FFF;
  font-size: 20px;
  line-height: 34px;
  font-weight: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .entry__date {
    font-size: 18px;
  }
}
.entry__date {
  /* /max-width: 1023px */
}
.entry__content0 {
  position: relative;
  right: -180px;
  height: 408px;
  width: 436px;
  padding: 120px 0 0 160px;
  margin: 0 auto;
}
.entry__content0::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 408px;
  width: 436px;
  background: url(../images/entry/entry_bg01-pc@2x.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1023px) {
  .entry__content0 {
    right: -76px;
    padding-top: 160px;
  }
  .entry__content0::before {
    display: none;
  }
}
.entry__content0 {
  /* /max-width: 1023px */
}
@media screen and (max-width: 414px) {
  .entry__content0 {
    right: 40px;
    display: flex;
    justify-content: flex-end;
    width: auto;
    padding: 160px 0 0;
  }
  .entry__content0::before {
    left: 50%;
    transform: translate(-50%, 0) scale(1.1, 1.1);
  }
}
.entry__content0 {
  /* /max-width: 414px */
}
.entry__content1 {
  position: relative;
  left: -80px;
  height: 640px;
  width: 736px;
  padding: 160px 120px 0;
  margin: -320px auto 0;
}
.entry__content1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 640px;
  width: 728px;
  background: url(../images/entry/entry_bg02-pc.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1023px) {
  .entry__content1 {
    left: 0;
    width: 388px;
    height: 565px;
    padding: 200px 20px 0;
  }
  .entry__content1::before {
    width: 588px;
    height: 565px;
    left: 50%;
    transform: translate(-50%, 0) scale(1);
    background-image: url(../images/entry/entry_bg01-sp@2x.png);
  }
}
.entry__content1 {
  /* /max-width: 1023px */
}
@media screen and (max-width: 414px) {
  .entry__content1 {
    width: auto;
    padding: 200px 20px 0;
  }
}
.entry__content1 {
  /* /max-width: 414px */
}
.entry__content2 {
  position: relative;
  right: -230px;
  width: 694px;
  height: 559px;
  margin: -30px auto 0;
  padding: 180px 120px 0;
}
.entry__content2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 694px;
  height: 559px;
  background: url(../images/entry/entry_bg03-pc@2x.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1023px) {
  .entry__content2 {
    right: 0;
    width: 494px;
    margin-top: 0px;
    padding: 180px 20px 0;
  }
  .entry__content2::before {
    width: 694px;
    height: 559px;
    left: 50%;
    transform: translate(-50%, 0) scale(1);
    background-image: url(../images/entry/entry_bg03-sp@2x.png);
  }
}
.entry__content2 {
  /* /max-width: 1023px */
}
@media screen and (max-width: 414px) {
  .entry__content2 {
    min-width: 284px;
    width: 89vw;
    padding: 180px 0 0;
  }
  .entry__content2::before {
    left: 80%;
    transform: translate(-50%, 0) scale(1.3, 1);
  }
}
.entry__content2 {
  /* /max-width: 414px */
}
.entry__content3 {
  position: relative;
  left: -200px;
  width: 573px;
  height: 517px;
  margin: -60px auto 0;
  padding: 120px 30px 0 90px;
}
.entry__content3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 573px;
  height: 517px;
  background: url(../images/entry/entry_bg04-pc@2x.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1023px) {
  .entry__content3 {
    left: 0;
    width: 553px;
    margin-top: 40px;
    padding: 70px 20px 0;
  }
  .entry__content3::before {
    width: 573px;
    height: 517px;
    left: 35%;
    transform: translate(-50%, 0) scale(1);
  }
}
.entry__content3 {
  /* /max-width: 1023px */
}
@media screen and (max-width: 414px) {
  .entry__content3 {
    min-width: 284px;
    width: 89vw;
    padding: 70px 0 0;
  }
  .entry__content3::before {
    left: 50%;
    transform: translate(-50%, 0) scale(1.1, 1.1);
  }
}
.entry__content3 {
  /* /max-width: 414px */
}

/*
.entry__txtBoxArea {

}
.entry__txtBox {
    position: absolute;
    width: 504px;
    left: 50%;
    top: 50%;
    transform: translate(-55%, -55%);
    color: #fff;
    & div:first-of-type {
        margin-bottom: 20px;
    }
}
.entry__txtBoxArea2 {
}
.entry__txtBox2 {
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.entry__txtBoxArea3 {
    position: relative;
    top: -30px;
    margin-left: auto;
    margin-right: 70px;
    background-image: url(../images/entry/entry_bg03-pc@2x.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 694px;
    height: 559px;
}
.entry__txtBox3 {
}
.entry__txtBox3--smallbg {
    position: absolute;
    bottom: -160px;
    right: 100px;
    background-image: url(../images/entry/entry_bg03_sub-sp@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 305px;
    height: 271px;
  }

  .entry__txtBox3--smallbg p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: bold;
    line-height: 27.2px;
    width: 220px;
  }

.entry__txtBoxArea4 {
}
.entry__txtBox4 {
    position: absolute;
    left: 55%;
    top: 42%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 450px;
    & p {
        & span {
            font-size: 16px;
            font-weight: normal;
        }
    }
    & p:first-of-type {
        margin-bottom: 32px;
    }
}
.entry__txt--small {
  font-size: 16px !important;
  line-height: 24px !important;
  margin-top: 10px;
  font-weight: normal !important;
}
.entry__subheading {
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 32px;
}
.entry__subheading2 {
    font-weight: bold;
    line-height: 27.2px;
}
.entry__txt {
  font-size: 16px;
  font-weight: normal;
  line-height: 27px;
  margin-bottom: 20px;
}

.entry__txt--fs20 {
  font-size: 20px;
  line-height: 34px;
}
.entry__btnarea {
    position: relative;
    margin: -20px auto 0;
}
.entry__btn {
    width: 280px;
    height: 71px;
    background-color: #FF4E00;
    z-index: 1;
    border-radius: 47px;
    text-align: center;
    line-height: 71px;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    margin: auto;
    transition: all .5s;
    box-sizing: border-box;
    & a {
        color: #fff;
        display: block;
    }
}
.entry__btntxt {
    font-weight: bold;
    margin-top: 32px;
    margin-bottom: 72px;
    text-align: center;
    line-height: 28.8px;
}

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

    .entry__txtBoxArea {
        position: relative;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background-image: url(../images/entry/entry_bg01-sp@2x.png);
        width: 588px;
        height: 565px;
        background-size: cover;
        background-position: center;
        margin: 0;

    }
    .entry__txtBoxArea2 {
        background-image: none;
        top: -70px;
        right: -5px;
    }
    .entry__txtBox {
        width: sp(335);
        max-width: 400px;
        transform: translate(-48%, -39%);
    }
    .entry__heading {
        font-size: 18px;
    }
    .entry__subheading {
        font-size: 18px;
    }
    .entry__txt {
        font-size: 14px;
        line-height: 23.8px;
    }
    .entry__txt.entry__txt--fs20 {
        font-size: 18px;
    }
    .entry__txtBox3 {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 322px;
        }
    .entry__txtBoxArea3 {
        position: relative;
        background-image: url(../images/entry/entry_bg03-sp@2x.png);
        top: -380px;
        height: 719px;
        width: 100%;
        background-size: cover;
        background-position-x: center;
        background-size: 821px 80%;
        background-position: 36% 90px;
    }
    .entry__txtBox3 p.entry__subheading {
        font-size: 18px;
    }

    .entry__txtBox3 p {
        font-size: 14px;
    }
    .entry__txtBox3 p:nth-of-type(2) {
        margin: 0 0 32px;
    }
    .entry__txtBox3 p {
        line-height: 30.6px;
    }
    .entry__txtBox3 p.entry__notice {
        font-size: 14px;
        line-height: 24px;
    }
    .entry__txtBoxArea4 {
        top: -140px;
        left: 50%;
        background-size: cover;
        background-position-x: center;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin-left: 0;
        z-index: 0;
    }
    .entry__txtBox3--smallbg {
        right: 0;
        bottom: -140px;
      }
    .entry__txtBox4 {
        width: 322px;
        left: 50%;
        top: 46%;
        transform: translate(-50%, -50%);
    }
    .entry__txtBox4 p,
    .entry__txtBox4 .entry__txt.entry__txt--fs20 {
      font-size: 18px;
      line-height: 30.6px;
    }
    .entry__txtBox4 .entry__txt {
      font-size: 14px;
    }
    .entry__btnarea {
        margin-top: -250px;
    }
    .entry__btntxt {
        font-size: 14px;
        line-height: 25.2px;
    }
    .entry__sns {
        width: sp(335);
        max-width: 400px;
        margin: auto;
        z-index: 2;
    }
    .entry__sns img {
        margin-right: 23px;
    }
    .entry__txtBox4 p span {
        line-height: 24px;
    }
}

@media screen and (max-width: 320px) {
    .entry__txtBox3 {
      width: 290px;
    }
    .entry__txtBox3 p {
      font-size: 16px;
    }
    .entry__txtBox3 .entry__txtBox3--small {
      font-size: 14px;
    }
    .entry__txtBox4 {
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }
    .entry__txtBox4 p {
      font-size: 16px;
    }
    .entry__txtBox4 p span {
      font-size: 14px;
    }
  }
*/
/* ==========================================================================
 *
 * faq
 *
========================================================================== */
.faq {
  width: 100%;
}
.faq__inner {
  width: 100%;
  max-width: 800px;
  margin: 140px auto 0;
}
@media screen and (max-width: 768px) {
  .faq__inner {
    min-width: 288px;
    width: 90%;
    margin: 120px 5% 0;
  }
}
.faq__inner {
  /* /max-width: 768px */
}
.faq__heading {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 57px;
}
.faq__heading::before {
  position: absolute;
  top: -20px;
  left: 47.2%;
  -webkit-transform: translateX(-150%);
  transform: translateX(-150%);
  content: "";
  display: inline-block;
  background-image: url(../images/voices/title_bg_orn.svg);
  background-repeat: no-repeat;
  width: 52px;
  height: 54px;
  z-index: -1;
}
.faq__heading::after {
  position: absolute;
  content: "FAQ";
  color: #CF4A39;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  font-family: "Noto Sans JP";
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  margin-left: 20px;
  top: -4px;
}

.qa__item {
  width: 100%;
}
.qa__qestion, .qa__answer {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 27px 60px;
  text-align: left;
  color: #232B39;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  vertical-align: middle;
}
.qa__qestion {
  background-color: #F4F4F4;
  border-radius: 5px;
}
.qa__qestion::before {
  content: "Q";
}
.qa__answer::before {
  content: "A";
}
@media screen and (max-width: 768px) {
  .qa__qestion, .qa__answer {
    padding: 18px 20px;
    font-size: 14px;
    line-height: 20px;
  }
}
.qa {
  /* /max-width: 768px */
}

.cta {
  position: relative;
  margin: 72px auto;
  width: max-content;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .cta {
    margin-top: 56px;
  }
}
.cta {
  /* /max-width: 1023px */
}
.cta__button {
  width: 280px;
  height: 71px;
  margin: 0 auto 32px;
  background-color: #FF4E00;
  border-radius: 47px;
  box-sizing: border-box;
  text-align: center;
  line-height: 71px;
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
.cta__button a {
  display: block;
  color: #FFF;
}
.cta__button {
  /* /max-width: 1023px */
}
.cta__sub {
  font-weight: bold;
  margin-top: 32px;
  margin-bottom: 72px;
  text-align: center;
  line-height: 28.8px;
}
@media screen and (max-width: 1023px) {
  .cta__sub {
    font-size: 14px;
    line-height: 25.2px;
  }
}
.cta__sub {
  /* /max-width: 1023px */
}

.sns-link {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  margin-right: auto;
  margin-left: 243px;
}
@media screen and (max-width: 1023px) {
  .sns-link {
    width: 89.3333333333vw;
    max-width: 400px;
    margin: auto;
    z-index: 2;
    gap: 23px;
  }
}
.sns-link img {
  width: auto;
  height: 40px;
}
/*** add ***/
/* thinkflatcamp2023追加変更css */
.btn {
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: ease 0.2s;
}

/*ボタン内spanの形状*/
.btn span {
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
}

.btn:hover span {
  color: #fff;
}

.kv__btn--scroll .btn:hover span {
  color: #FF4E00;
}

/*== 背景が流れる（中央から横全体） */
.bgcenterx:before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #FF4E00;
  border-radius: 47px;
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: top;
}

.kv__btn--scroll .bgcenterx:before {
  background: #fff;
  border: 2px solid #FF4E00;
}

/*hoverした際の形状*/
.bgcenterx:hover:before {
  transform: scale(1, 1);
}

.btn {
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: ease 0.2s;
}

/*ボタン内spanの形状*/
.c-btn span {
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
}

.c-btn:hover span {
  color: #FF4E00;
}

/*== 背景が流れる（中央から横全体） */
.c-bgcenterx:before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #fff;
  border: 2px solid #FF4E00;
  border-radius: 47px;
  width: 100%;
  height: 71px;
  /*アニメーション*/
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: top;
}

/*hoverした際の形状*/
.c-bgcenterx:hover:before {
  transform: scale(1, 1);
}

/* entry締切後対応用
.c-bgcenterx:hover:before{
  transform:scale(1, 0);
}
.c-btn:hover span{
  color:#FFF;
}
.header__btn--nav,.kv__btn,.mission__btn,.voices__btn,.entry__btn,.aboutus__btn,.cta__button,.header-pc__btn,.navigation__btn {
  background-color: #F6DBD7;
  pointer-events: none;
}
  */

/*# sourceMappingURL=style.css.map */
