.headline {
  background: url(../img/headline/franchise.jpg) no-repeat center center/cover;
}
.headline::before {
  background-color: #000;
  opacity: 0.5;
}
.headline .breadcrumbs__inner {
  color: #fff;
}
.headline .breadcrumbs__inner a {
  color: #fff;
}
.headline__title {
  margin-top: 4em;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .headline__title {
    margin-top: 0.625em;
    margin-bottom: 1.6875em;
  }
}
.headline__title-en {
  -webkit-transform: inherit;
          transform: inherit;
  opacity: 1;
}
@media (max-width: 768px) {
  .headline__title-en {
    font-size: 2.1875em !important;
  }
}
.headline__title-en span {
  color: #3ECEFF !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #7ED8F7;
}
.headline__title-jp {
  text-align: left;
  color: #3ECEFF !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #7ED8F7;
}
.headline__catch {
  font-size: 1.25em;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.14em;
  line-height: 1.45;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .headline__catch {
    font-size: 1.125em;
    white-space: nowrap;
    margin-bottom: 0.75rem;
  }
}
.headline__text {
  color: #fff;
  line-height: 2.1428;
  font-weight: 500;
  max-width: 607px;
}
.headline__catch02 {
  font-size: 1.5625em;
  letter-spacing: 0.21em;
  line-height: 1.44;
  color: #00489D;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .headline__catch02 {
    font-size: 1.25em;
    margin-bottom: 0.625rem;
  }
}
.headline__image {
  position: absolute;
  right: 0;
  top: 0;
  width: 50vw;
  left: inherit;
}
@media (max-width: 768px) {
  .headline__image {
    position: initial;
    width: 100%;
  }
}

.greeting__inner {
  padding: 7em 0 4.5em;
}
@media (max-width: 768px) {
  .greeting__inner {
    padding-top: 2.5em;
    padding-bottom: 3em;
  }
}
.greeting__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .greeting__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.greeting__contents {
  width: 44%;
  padding-top: 2em;
}
@media (max-width: 768px) {
  .greeting__contents {
    width: 100%;
    padding-top: 0;
  }
}
.greeting__title {
  margin-bottom: 1.75em;
}
@media (max-width: 768px) {
  .greeting__title {
    margin-bottom: 0.75em;
  }
}
.greeting__title-en {
  letter-spacing: 0.15em;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
@media (max-width: 768px) {
  .greeting__title-en {
    position: initial;
    left: inherit;
    -webkit-transform: translate(10%, -50%);
            transform: translate(10%, -50%);
  }
}
@media (max-width: 768px) {
  .greeting__title-jp {
    text-align: left;
  }
}
.greeting__text {
  line-height: 2.64;
  margin-bottom: 2em;
}
.greeting__signature {
  font-size: 1.125em;
  letter-spacing: 0.14em;
  font-weight: 600;
  text-align: right;
}
@media (max-width: 768px) {
  .greeting__signature {
    font-size: 1em;
  }
}
.greeting__image {
  width: 51.53%;
}
@media (max-width: 768px) {
  .greeting__image {
    width: 100%;
  }
}

.franchise {
  background: url(../img/recruit/features_bg.png) no-repeat center center/cover;
}

.features {
  position: relative;
}
.features__inner {
  padding-bottom: 3em;
}
.features__name {
  position: absolute;
  top: 11%;
  right: 0%;
  -webkit-transform: translateX(5%);
          transform: translateX(5%);
}
@media (max-width: 768px) {
  .features__name {
    display: none;
  }
}
.features__name img {
  width: 100%;
  height: 100%;
}
.features__title-jp {
  text-align: center;
  color: #fff;
  margin-bottom: 2.68em;
}
@media (max-width: 1024px) {
  .features__title-jp {
    text-align: center;
    margin-bottom: 1.375em;
  }
}
.features__lead {
  margin-bottom: 2em;
}
@media (max-width: 1024px) {
  .features__lead {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .features__lead {
    margin-bottom: 1em;
  }
}
.features__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-bottom: 4em;
}
@media (max-width: 768px) {
  .features__list {
    gap: 1.875em;
  }
}
.features__item {
  width: 60.0862%;
}
@media (max-width: 768px) {
  .features__item {
    width: 100%;
  }
}
.features__item:first-child {
  padding-right: 53px;
  margin-bottom: 4em;
}
@media (max-width: 768px) {
  .features__item:first-child {
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .features__item:first-child .features__item-img {
    margin-left: calc(50% - 50vw);
  }
}
.features__item:nth-child(2) {
  width: 35.862%;
  position: absolute;
  right: 0;
  top: 13%;
}
@media (max-width: 768px) {
  .features__item:nth-child(2) {
    position: initial;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .features__item:nth-child(2) img {
    -o-object-position: top;
       object-position: top;
    aspect-ratio: 354/389;
  }
}
.features__item-img {
  margin-bottom: 1.25em;
}
@media (max-width: 768px) {
  .features__item-img {
    margin-bottom: 0.625em;
    width: 90.76923vw;
  }
}
@media (max-width: 768px) {
  .features__item-img img {
    aspect-ratio: 354/230;
  }
}
.features__item-title {
  font-size: 1.5625em;
  letter-spacing: 0.19em;
  font-weight: 600;
  line-height: 1.44;
  color: #7ED8F7;
  margin-bottom: 0.875rem;
}
@media (max-width: 768px) {
  .features__item-title {
    font-size: 1.125em;
    margin-bottom: 0.625rem;
  }
}
.features__item-text {
  color: #fff;
  letter-spacing: 0.17em;
  line-height: 2.2857;
  max-width: 602px;
}
@media (max-width: 768px) {
  .features__item-text {
    line-height: 2;
  }
}
.features__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5em 5%;
}
@media (max-width: 768px) {
  .features__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.features__btn a::after {
  display: none;
}
.features__btn.--contact {
  max-width: 406px;
}
.features__btn.--contact a {
  background-color: #606060;
}
.features__btn.--franchise {
  max-width: 426px;
}
.features__btn.--franchise a {
  background-color: #fff;
  color: #000;
}

.interview {
  color: #fff;
}
.interview__inner {
  max-width: 983px;
  padding-top: 4em;
  padding-bottom: 7em;
}
@media (max-width: 768px) {
  .interview__inner {
    padding-top: 1.5em;
    padding-bottom: 3em;
  }
}
.interview__title {
  text-align: center;
  margin-bottom: 1em;
}
.interview__lead {
  text-align: center;
  margin-bottom: 4em;
  line-height: 2.5;
}
@media (max-width: 768px) {
  .interview__lead {
    margin-bottom: 1.5em;
  }
}
.interview__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .interview__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5em;
  }
}
.interview__image {
  width: 43.345%;
}
@media (max-width: 768px) {
  .interview__image {
    width: 100%;
  }
}
.interview__contents {
  width: 52%;
}
@media (max-width: 768px) {
  .interview__contents {
    width: 100%;
  }
}
.interview__name {
  font-size: 0.875em;
  letter-spacing: 0.17em;
  line-height: 1.428;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .interview__name {
    margin-bottom: 1rem;
  }
}
.interview__name span {
  display: inline-block;
  margin-left: 2em;
  font-size: 1.25rem;
  letter-spacing: 0.14em;
  font-weight: 600;
}
.interview__text {
  line-height: 2.5;
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  .interview__text {
    margin-bottom: 1em;
  }
}
.interview__change {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30%;
  position: relative;
  margin-bottom: 5em;
}
@media (max-width: 768px) {
  .interview__change {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10%;
    margin-bottom: 2em;
  }
}
.interview__change::before {
  content: "";
  display: block;
  width: 15%;
  height: 13px;
  background: url(../img/recruit/interview_arrow.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 30%;
}
@media (max-width: 768px) {
  .interview__change::before {
    background: url(../img/recruit/interview_arrow-sp.svg) no-repeat center center/contain;
    width: 13%;
    height: 13px;
    left: 36%;
  }
}
.interview__change-before-title, .interview__change-after-title {
  font-size: 0.875em;
  font-weight: bold;
  letter-spacing: 0.17em;
}
.interview__change-before-title {
  margin-bottom: 0.75rem;
}
.interview__change-before-text {
  font-size: 0.875em;
  letter-spacing: 0.17em;
  font-weight: bold;
}
.interview__change-before-text span {
  font-size: 2.142857em;
  letter-spacing: 0.12em;
}
@media (max-width: 768px) {
  .interview__change-before-text span {
    font-size: 1.7857em;
  }
}
.interview__change-after-text {
  font-size: 1.375em;
  color: #7ED8F7;
  letter-spacing: 0.17em;
  font-weight: bold;
  -webkit-transform: translateY(-0.4em);
          transform: translateY(-0.4em);
}
@media (max-width: 768px) {
  .interview__change-after-text {
    font-size: 1.125em;
    -webkit-transform: translateY(-0.2em);
            transform: translateY(-0.2em);
  }
}
.interview__change-after-text span {
  font-size: 2.1904762em;
  letter-spacing: 0.12em;
}
@media (max-width: 768px) {
  .interview__change-after-text span {
    font-size: 2.222em;
    letter-spacing: 0.09em;
  }
}
.interview__faq {
  margin-bottom: 6em;
}
@media (max-width: 768px) {
  .interview__faq {
    margin-bottom: 2.5em;
  }
}
.interview__faq-item:nth-child(n+2) {
  margin-top: 4em;
}
@media (max-width: 768px) {
  .interview__faq-item:nth-child(n+2) {
    margin-top: 2.5em;
  }
}
.interview__faq-item-question {
  font-size: 1.25em;
  letter-spacing: 0.14em;
  font-weight: 600;
  margin-bottom: 1.25em;
}
@media (max-width: 768px) {
  .interview__faq-item-question {
    font-size: 1em;
    line-height: 1.6875;
    margin-bottom: 0.625rem;
  }
}
.interview__faq-item-answer {
  font-size: 0.875em;
  letter-spacing: 0.19em;
  font-weight: bold;
  line-height: 2.5;
}
@media (max-width: 768px) {
  .interview__faq-item-answer {
    line-height: 2.1428;
  }
}
.interview__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5em 5%;
}
@media (max-width: 768px) {
  .interview__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.interview__btn a::after {
  display: none;
}
.interview__btn.--contact {
  max-width: 406px;
}
.interview__btn.--contact a {
  background-color: #606060;
}
.interview__btn.--franchise {
  max-width: 426px;
}
.interview__btn.--franchise a {
  background-color: #fff;
  color: #000;
}

.flow {
  background: rgba(126, 216, 247, 0.23) url(../img/franchise/flow_bg.png) no-repeat bottom center/cover;
}
@media (max-width: 768px) {
  .flow {
    background: rgba(126, 216, 247, 0.23) url(../img/franchise/flow_bg-sp.png) no-repeat top -38% left 26%/247%;
  }
}
.flow__inner {
  padding-top: 4em;
  max-width: 1128px;
}
@media (max-width: 768px) {
  .flow__inner {
    padding-top: 2.5em;
  }
}
.flow__title {
  text-align: center;
  color: #065D7C;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .flow__title {
    letter-spacing: 0.14em;
    white-space: nowrap;
    margin-bottom: 0.9em;
  }
}
.flow__list {
  margin-bottom: 5em;
}
@media (max-width: 768px) {
  .flow__list {
    margin-bottom: 2em;
  }
}
.flow__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .flow__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flow__item:nth-child(n+2) {
  margin-top: 5em;
}
@media (max-width: 768px) {
  .flow__item:nth-child(n+2) {
    margin-top: 1.875em;
  }
}
.flow__item-image {
  width: 30%;
}
@media (max-width: 768px) {
  .flow__item-image {
    width: 100%;
    margin-bottom: 1em;
  }
}
.flow__item-contents {
  width: 65%;
}
@media (max-width: 768px) {
  .flow__item-contents {
    width: 100%;
  }
}
.flow__item-title {
  font-size: 1.125em;
  letter-spacing: 0.15em;
  color: #0163C1;
  border-bottom: 2px solid #0163C1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  margin-bottom: 1.5em;
}
.flow__item-title .num {
  display: inline-block;
  font-size: 1.2778rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  border: 2px solid #0163C1;
  width: 39px;
  height: 39px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.flow__item-text {
  color: #707070;
  font-weight: 400;
}
@media (max-width: 768px) {
  .flow__item-text {
    letter-spacing: 0.1em;
  }
}
.flow__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5em 5%;
}
@media (max-width: 768px) {
  .flow__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
  }
}
.flow__btn a::after {
  display: none;
}
.flow__btn.--contact {
  max-width: 406px;
}
.flow__btn.--contact a {
  background-color: #606060;
}
.flow__btn.--franchise {
  max-width: 426px;
}
.flow__btn.--franchise a {
  background-color: #fff;
  color: #000;
}