@font-face {
  font-family: "SourceHanSansJP-H";
  src: url("../../assets/font/SourceHanSansJP-Heavy.otf") format("opentype");
}
@font-face {
  font-family: "SourceHanSansJP-B";
  src: url("../../assets/font/SourceHanSansJP-Bold.otf") format("opentype");
}
@font-face {
  font-family: "SourceHanSansJP-M";
  src: url("../../assets/font/SourceHanSansJP-Medium.otf") format("opentype");
}
@font-face {
  font-family: "SourceHanSansJP-R";
  src: url("../../assets/font/SourceHanSansJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Avenir";
  src: url("../../assets/font/AvenirLTStd-Black.otf") format("opentype");
}
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

hr {
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  height: 0;
  margin: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td, th {
  font-weight: normal;
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: normal;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1rem;
  font-family: "SourceHanSansJP-R", sans-serif;
  color: #434343;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures;
  font-feature-settings: "kern", "liga", "clig", "calt";
  -webkit-text-size-adjust: 100%;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

object {
  display: inline-block;
  pointer-events: none;
}

a {
  display: block;
  color: #434343;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (hover: hover) {
  a:hover {
    opacity: 0.6;
    transition: all 0.3s ease;
  }
}

input[type=submit] {
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (hover: hover) {
  input[type=submit]:hover {
    opacity: 0.6;
    transition: all 0.3s ease;
  }
}

button {
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (hover: hover) {
  button:hover {
    opacity: 0.6;
    transition: all 0.3s ease;
  }
}

:focus {
  outline: none;
}

.hide {
  display: none !important;
}

.opacity {
  opacity: 0;
}

.sp {
  display: block !important;
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.spTab {
  display: block !important;
}
@media (min-width: 900px) {
  .spTab {
    display: none !important;
  }
}

.tab {
  display: none !important;
}
@media (min-width: 768px) {
  .tab {
    display: block !important;
  }
}
@media (min-width: 900px) {
  .tab {
    display: none !important;
  }
}

.tabPc {
  display: none !important;
}
@media (min-width: 768px) {
  .tabPc {
    display: block !important;
  }
}

.pc {
  display: none !important;
}
@media (min-width: 900px) {
  .pc {
    display: block !important;
  }
}

.spPc {
  display: none !important;
}
@media (max-width: 767px) {
  .spPc {
    display: block !important;
  }
}
@media (min-width: 900px) {
  .spPc {
    display: block !important;
  }
}

/*.button {
  position: relative;
  cursor: pointer;

  & > * {
    position: relative;
    display: block;
    line-height: 1;
    text-align: center;
    width: 100%;
  }
}*/
/*.button__type {
  box-shadow: 0 3px 6px var.$colorBlackTransparent29;

  & > * {
    font-size: func.f-fontSize(1.4, 3);
    font-weight: 500;
    padding: {
      top: func.f-margin(13.5, 21.5);
      left: func.f-margin(20, 50);
      bottom: func.f-margin(13.5, 21.5);
    }

    @include mixin.m-mqMax(var.$spMax) {
      text-shadow: 0 5px 5px var.$colorBlackTransparent29;
    }

    &::before,
    &::after {
      @include mixin.m-seudo;
      width: 100%;
      height: func.f-margin(2.5, 5);
      transition-duration: .4s;
    }

    &::before {
      top: 0;
      right: 100%;
      transition-property: right;
    }

    &::after {
      bottom: 0;
      left: 100%;
      transition-property: left;
    }

    span {
      font-size: func.f-fontSize(2, 5);
      vertical-align: text-bottom;
      text-shadow: none;

      @include mixin.m-mqMin(var.$tabMin) {
        vertical-align: middle;
      }
    }

    @media (hover: hover) {

      &:hover {
        opacity: 1;

        &::before {
          right: 0;
        }

        &::after {
          left: 0;
        }
      }
    }
  }
}*/
.title {
  position: relative;
  color: #1C2364;
  font-family: "SourceHanSansJP-H", sans-serif;
  font-size: clamp(2.6rem, 2.3084745763rem + 0.6779661017vw, 3rem);
  line-height: clamp(3.5rem, 3.1355932203rem + 0.8474576271vw, 4rem);
  text-align: center;
  padding-bottom: 5.8139534884vw;
  padding-bottom: 34px;
}
@media (min-width: 768px) {
  .title {
    padding-bottom: 39px;
  }
}
.title::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../../assets/img/line_y.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: min(100% + clamp(60px, 10.4166666667vw, 120px), 500px);
  aspect-ratio: 1920/174;
  bottom: 0;
  left: 50%;
  margin-left: calc(min(100% + clamp(60px, 10.4166666667vw, 120px), 500px) / -2);
}
.title span {
  position: relative;
  display: block;
  color: #F2A73F;
  font-family: "Avenir", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 45px;
  margin-right: auto;
  margin-bottom: clamp(18px, 3.125vw, 36px);
  margin-left: auto;
}
@media (min-width: 768px) {
  .title span {
    margin-bottom: clamp(7px, 1.2152777778vw, 14px);
  }
}
.title span::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../../assets/img/flag_mini.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 40px;
  aspect-ratio: 1/1;
  top: 50%;
  left: 0;
  margin-top: -20px;
}

.container {
  position: relative;
  font-size: clamp(1.6rem, 1.4542372881rem + 0.3389830508vw, 1.8rem);
  line-height: 1.75;
  overflow: hidden;
}
@media (min-width: 768px) {
  .container {
    line-height: 1.778;
  }
}

.mv {
  position: relative;
  padding-bottom: 12.7906976744vw;
}
@media (min-width: 768px) {
  .mv {
    padding-bottom: calc(min(100vw, 900px) / 900 * 100);
  }
}
.mv::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/mv_topimg_sp.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: min(100%, 900px);
  aspect-ratio: 1040/225;
  top: 0;
  left: 50%;
  margin-left: calc(min(100%, 900px) / -2);
  z-index: 1;
}
@media (min-width: 768px) {
  .mv::before {
    background-image: url(../img/mv_pc.png);
    aspect-ratio: 1040/1149;
  }
}

.mv__inner {
  position: relative;
  padding-top: clamp(65px, 11.2847222222vw, 130px);
}
@media (min-width: 768px) {
  .mv__inner {
    padding-top: clamp(12.5px, 2.1701388889vw, 25px);
  }
}
.mv__inner::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #2B7FF1;
  width: 100%;
  height: calc(100% - 1.6279069767vw);
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .mv__inner::before {
    height: calc(100% - min(100vw, 900px) / 900 * 19);
  }
}
.mv__inner::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 14.4186046512vw solid #2B7FF1;
  border-bottom: 0;
  top: calc(100% - 1.6279069767vw);
  left: 0;
}
@media (min-width: 768px) {
  .mv__inner::after {
    top: calc(100% - min(100vw, 900px) / 900 * 19);
    border-right: calc(min(100vw, 900px) / 2) solid transparent;
    border-left: calc(min(100vw, 900px) / 2) solid transparent;
    border-top: calc(min(100vw, 900px) / 900 * 100) solid #2B7FF1;
    left: 50%;
    margin-left: calc(min(100vw, 900px) / -2);
  }
}

.mv__contents {
  position: relative;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  z-index: 2;
}

.mv__title {
  margin-bottom: clamp(3px, 0.6076388889vw, 7px);
}
@media (min-width: 768px) {
  .mv__title {
    width: 62.223%;
    margin-right: auto;
    margin-left: auto;
  }
}

.mv__text {
  color: #ffffff;
  font-family: "SourceHanSansJP-B", sans-serif;
  font-size: clamp(1.2rem, 0.7627118644rem + 1.0169491525vw, 1.8rem);
  line-height: clamp(2rem, 1.7084745763rem + 0.6779661017vw, 2.4rem);
  text-align: center;
  margin-bottom: 74.8837209302vw;
}
@media (min-width: 768px) {
  .mv__text {
    margin-bottom: calc(min(100vw, 900px) / 900 * 560);
  }
}

.mv__cta {
  margin-bottom: clamp(22px, 3.8194444444vw, 44px);
}
@media (min-width: 768px) {
  .mv__cta {
    width: 72.22%;
    margin-right: auto;
    margin-bottom: clamp(7px, 1.2152777778vw, 14px);
    margin-left: auto;
  }
}

.mv__text02 {
  position: relative;
  color: #ffffff;
  font-family: "SourceHanSansJP-B", sans-serif;
  font-size: clamp(2.4rem, 2.2542372881rem + 0.3389830508vw, 2.6rem);
  line-height: 3.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .mv__text02::before {
    content: "";
    position: absolute;
    display: block;
    background-image: url(../img/mv_sp_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    aspect-ratio: 1/1;
    bottom: 3.488372093vw;
    left: 0;
    z-index: -1;
  }
}

.reason01 {
  padding-top: clamp(19px, 3.2986111111vw, 38px);
  padding-bottom: clamp(54px, 8.2465277778vw, 95px);
}
@media (min-width: 768px) {
  .reason01 {
    padding-top: clamp(7px, 1.2152777778vw, 14px);
  }
}

.reason01__inner {
  width: min(100%, 1020px);
  padding: 0 clamp(30px, 5.2083333333vw, 60px);
  margin: 0 auto;
}

.reason01__title {
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .reason01__box {
    margin-bottom: clamp(24px, 4.1666666667vw, 48px);
  }
}
@media (min-width: 768px) {
  .reason01__box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    -moz-column-gap: clamp(11px, 1.9097222222vw, 22px);
         column-gap: clamp(11px, 1.9097222222vw, 22px);
  }
}

@media (max-width: 767px) {
  .reason01__text__box {
    margin-bottom: clamp(33px, 5.7291666667vw, 66px);
  }
}
@media (min-width: 768px) {
  .reason01__text__box {
    flex: 1 1 408px;
    order: 2;
  }
}

.reason01__text:nth-last-of-type(n+2) {
  margin-bottom: clamp(13px, 2.2569444444vw, 26px);
}
@media (min-width: 768px) {
  .reason01__text:nth-last-of-type(n+2) {
    margin-bottom: clamp(7.5px, 1.3020833333vw, 15px);
  }
}

@media (max-width: 767px) {
  .reason01__image__box {
    margin-right: clamp(-60px, -5.2083333333vw, -30px);
    margin-left: clamp(-60px, -5.2083333333vw, -30px);
  }
}
@media (min-width: 768px) {
  .reason01__image__box {
    flex: 1 1 470px;
  }
}

.reason01__image {
  margin-bottom: clamp(7px, 0.6944444444vw, 8px);
}

.reason01__notes {
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .reason01__notes {
    margin-left: clamp(17px, 2.9513888889vw, 34px);
  }
}

@media (min-width: 768px) {
  .reason01__box02 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (min-width: 1400px) {
  .reason01__box02 {
    margin-top: clamp(-56px, -4.8611111111vw, -28px);
  }
}

@media (max-width: 767px) {
  .reason01__image02__box {
    margin-right: clamp(-60px, -5.2083333333vw, -30px);
    margin-bottom: clamp(24px, 4.1666666667vw, 48px);
    margin-left: clamp(-60px, -5.2083333333vw, -30px);
  }
}
@media (min-width: 768px) {
  .reason01__image02__box {
    flex: 1 1 470px;
  }
}

@media (max-width: 767px) {
  .reason01__image03 {
    margin-right: clamp(-60px, -5.2083333333vw, -30px);
    margin-left: clamp(-60px, -5.2083333333vw, -30px);
  }
}
@media (min-width: 768px) {
  .reason01__image03 {
    flex: 1 1 430px;
  }
}

.reason02 {
  padding-bottom: clamp(26px, 7.2048611111vw, 83px);
}

.reason02__inner {
  width: min(100%, 1020px);
  padding: 0 clamp(30px, 5.2083333333vw, 60px);
  margin: 0 auto;
}

.reason02__title {
  margin-bottom: clamp(23px, 3.9930555556vw, 46px);
}
@media (min-width: 768px) {
  .reason02__title {
    margin-bottom: 8px;
  }
}

.reason02__text__box {
  max-width: 580px;
  margin-right: auto;
  margin-left: auto;
}

.reason02__text:nth-last-of-type(n+2) {
  margin-bottom: clamp(13px, 2.2569444444vw, 26px);
}
@media (min-width: 768px) {
  .reason02__text:nth-last-of-type(n+2) {
    margin-bottom: clamp(6px, 1.0416666667vw, 12px);
  }
}

.employment {
  background-image: url(../img/landspbotm.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding-bottom: clamp(49px, 4.7743055556vw, 55px);
}
@media (min-width: 768px) {
  .employment {
    background-image: url(../img/bg_botm.png);
    background-position: center center;
    padding-top: clamp(12.5px, 2.1701388889vw, 25px);
  }
}

.employment__inner {
  width: min(100%, 1020px);
  padding: 0 clamp(30px, 5.2083333333vw, 60px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .employment__inner {
    padding-right: clamp(14px, 2.4305555556vw, 28px);
    padding-left: clamp(14px, 2.4305555556vw, 28px);
  }
}

.employment__title {
  width: 95.025%;
  margin-bottom: clamp(29px, 5.0347222222vw, 58px);
}
@media (max-width: 767px) {
  .employment__title {
    margin-right: clamp(-28px, -2.4305555556vw, -14px);
    margin-left: clamp(-28px, -2.4305555556vw, -14px);
  }
}
@media (min-width: 768px) {
  .employment__title {
    width: 44.445%;
    margin-right: auto;
    margin-bottom: clamp(12.5px, 2.1701388889vw, 25px);
    margin-left: auto;
  }
}

.employment__box {
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: clamp(24px, 2.7777777778vw, 32px);
  padding-right: clamp(15px, 2.6041666667vw, 30px);
  padding-bottom: clamp(17px, 2.9513888889vw, 34px);
  padding-left: clamp(15px, 2.6041666667vw, 30px);
}
@media (min-width: 768px) {
  .employment__box {
    padding-bottom: clamp(5.5px, 0.9548611111vw, 11px);
  }
}

.employment__list__box {
  margin-bottom: clamp(15px, 2.6041666667vw, 30px);
}
@media (min-width: 768px) {
  .employment__list__box {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: clamp(16px, 2.7777777778vw, 32px);
         column-gap: clamp(16px, 2.7777777778vw, 32px);
    margin-bottom: clamp(3.5px, 0.6076388889vw, 7px);
  }
}

@media (min-width: 768px) {
  .employment__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .employment__list:nth-last-of-type(n+2) {
    margin-bottom: clamp(38px, 6.5972222222vw, 76px);
  }
}
@media (min-width: 768px) {
  .employment__list:nth-of-type(1) {
    flex: 1 1 368px;
  }
}
@media (min-width: 768px) {
  .employment__list:nth-of-type(2) {
    flex: 1 1 440px;
  }
}

.employment__country:nth-last-of-type(n+2) {
  margin-bottom: 36px;
}

.employment__image {
  width: 26.885%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .employment__list:nth-of-type(1) .employment__image {
    width: 27.175%;
  }
}
@media (min-width: 768px) {
  .employment__list:nth-of-type(2) .employment__image {
    width: 22.73%;
  }
}

.employment__country__name {
  font-family: "SourceHanSansJP-M", sans-serif;
  font-size: 2rem;
  line-height: 2.7rem;
  text-align: center;
  margin-top: clamp(-12px, -1.0416666667vw, -6px);
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .employment__country__name {
    margin-top: clamp(-4px, -0.3472222222vw, -2px);
  }
}

.employment__text {
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: center;
}
@media (max-width: 429px) {
  .employment__text {
    font-size: 1.5rem;
  }
}

.employment__image02 {
  margin-right: clamp(-58px, -5.0347222222vw, -29px);
  margin-left: clamp(-58px, -5.0347222222vw, -29px);
}
@media (min-width: 768px) {
  .employment__image02 {
    width: 69.049%;
    margin-right: auto;
    margin-left: auto;
  }
}

.reason03 {
  padding-top: clamp(53px, 9.0277777778vw, 104px);
  padding-bottom: clamp(54px, 9.0277777778vw, 104px);
}

.reason03__inner {
  width: min(100%, 1020px);
  padding: 0 clamp(30px, 5.2083333333vw, 60px);
  margin: 0 auto;
}

.reason03__title {
  margin-bottom: clamp(14px, 2.4305555556vw, 28px);
}
@media (min-width: 768px) {
  .reason03__title {
    margin-bottom: clamp(6px, 1.0416666667vw, 12px);
  }
}

@media (min-width: 768px) {
  .reason03__box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    -moz-column-gap: clamp(18.5px, 3.2118055556vw, 37px);
         column-gap: clamp(18.5px, 3.2118055556vw, 37px);
  }
}

@media (max-width: 767px) {
  .reason03__text__box {
    margin-bottom: clamp(33px, 5.7291666667vw, 66px);
  }
}
@media (min-width: 768px) {
  .reason03__text__box {
    flex: 1 1 433px;
    order: 2;
    padding: clamp(7.5px, 1.3020833333vw, 15px);
  }
}

.reason03__text:nth-last-of-type(n+2) {
  margin-bottom: clamp(13px, 1.3020833333vw, 15px);
}

@media (max-width: 767px) {
  .reason03__image {
    margin-right: clamp(-60px, -5.2083333333vw, -30px);
    margin-left: clamp(-60px, -5.2083333333vw, -30px);
  }
}
@media (min-width: 768px) {
  .reason03__image {
    flex: 1 1 430px;
    order: 1;
  }
}

.reason04 {
  padding-bottom: clamp(53px, 7.2916666667vw, 84px);
}

.reason04__inner {
  width: min(100%, 1020px);
  padding: 0 clamp(30px, 5.2083333333vw, 60px);
  margin: 0 auto;
}

.reason04__title {
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  .reason04__box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    -moz-column-gap: clamp(18.5px, 3.2118055556vw, 37px);
         column-gap: clamp(18.5px, 3.2118055556vw, 37px);
  }
}

@media (max-width: 767px) {
  .reason04__text__box {
    margin-bottom: clamp(28px, 4.8611111111vw, 56px);
  }
}
@media (min-width: 768px) {
  .reason04__text__box {
    flex: 1 1 433px;
    order: 2;
    padding-top: clamp(11px, 1.9097222222vw, 22px);
  }
}

.reason04__text:nth-last-of-type(n+2) {
  margin-bottom: clamp(13px, 2.2569444444vw, 26px);
}
@media (min-width: 768px) {
  .reason04__text:nth-last-of-type(n+2) {
    margin-bottom: clamp(5px, 0.8680555556vw, 10px);
  }
}

.reason04__image__box {
  position: relative;
}
@media (max-width: 767px) {
  .reason04__image__box {
    margin-right: clamp(-60px, -5.2083333333vw, -30px);
    margin-left: clamp(-60px, -5.2083333333vw, -30px);
  }
}
@media (min-width: 768px) {
  .reason04__image__box {
    flex: 1 1 430px;
    order: 1;
  }
}

.reason04__notes {
  position: absolute;
  font-size: 1.1rem;
  line-height: 1.6rem;
  bottom: clamp(11px, 1.2152777778vw, 14px);
  right: clamp(60px, 10.4166666667vw, 120px);
}
@media (max-width: 429px) {
  .reason04__notes {
    right: 30px;
  }
}
@media (min-width: 768px) {
  .reason04__notes {
    right: clamp(31px, 5.3819444444vw, 62px);
  }
}

@media (max-width: 767px) {
  .reason05 {
    padding-bottom: clamp(20px, 3.4722222222vw, 40px);
  }
}

.reason05__inner {
  width: min(100%, 1020px);
  padding: 0 clamp(30px, 5.2083333333vw, 60px);
  margin: 0 auto;
}

.reason05__title {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .reason05__title {
    margin-bottom: 9px;
  }
}

.reason05__text__box {
  max-width: 580px;
  margin-right: auto;
  margin-bottom: clamp(28px, 4.8611111111vw, 56px);
  margin-left: auto;
}
@media (min-width: 768px) {
  .reason05__text__box {
    margin-bottom: clamp(12.5px, 2.1701388889vw, 25px);
  }
}

.reason05__text:nth-last-of-type(n+2) {
  margin-bottom: clamp(12px, 2.0833333333vw, 24px);
}
@media (min-width: 768px) {
  .reason05__text:nth-last-of-type(n+2) {
    margin-bottom: clamp(5px, 0.8680555556vw, 10px);
  }
}

@media (max-width: 767px) {
  .reason05__image {
    margin-right: clamp(-60px, -5.2083333333vw, -30px);
    margin-left: clamp(-60px, -5.2083333333vw, -30px);
  }
}

.worry {
  padding-bottom: 14.4186046512vw;
}
@media (min-width: 768px) {
  .worry {
    padding-bottom: calc(min(100vw, 900px) / 900 * 100);
  }
}

.worry__inner {
  position: relative;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .worry__inner {
    padding-top: clamp(15px, 2.6041666667vw, 30px);
  }
}
.worry__inner::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #F4F4F4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .worry__inner::before {
    height: calc(100% - min(100vw, 900px) / 900 * 19);
  }
}
.worry__inner::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 14.4186046512vw solid #F4F4F4;
  border-bottom: 0;
  top: 100%;
  left: 0;
}
@media (min-width: 768px) {
  .worry__inner::after {
    border-right: calc(min(100vw, 900px) / 2) solid transparent;
    border-left: calc(min(100vw, 900px) / 2) solid transparent;
    border-top: calc(min(100vw, 900px) / 900 * 100) solid #F4F4F4;
    top: calc(100% - min(100vw, 900px) / 900 * 19);
  }
}

.worry__contents {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .worry__contents {
    padding-bottom: clamp(8px, 1.3888888889vw, 16px);
  }
}

@media (min-width: 768px) {
  .worry__image {
    width: 64.445%;
    margin-right: auto;
    margin-left: auto;
  }
}

.worry__image02 {
  width: 93.02%;
  margin-top: clamp(-18px, -1.5625vw, -11px);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .worry__image02 {
    width: 53.335%;
  }
}

.voice {
  padding-top: 10px;
  padding-bottom: clamp(30px, 8.6805555556vw, 100px);
}

@media (min-width: 768px) {
  .voice__inner {
    width: min(100%, 1020px);
    padding: 0 clamp(30px, 5.2083333333vw, 60px);
    margin: 0 auto;
  }
}

.voice__title {
  margin-bottom: clamp(15px, 2.6041666667vw, 30px);
}
@media (min-width: 768px) {
  .voice__title {
    width: 53.335%;
    margin-right: auto;
    margin-bottom: clamp(5px, 0.8680555556vw, 10px);
    margin-left: auto;
  }
}

.voice__list {
  position: relative;
}

@media (min-width: 768px) {
  .voice__item {
    width: 47.779%;
  }
}
.voice__item:nth-last-of-type(n+2) {
  margin-bottom: clamp(25px, 4.3402777778vw, 50px);
}
@media (min-width: 768px) {
  .voice__item:nth-last-of-type(n+2) {
    margin-bottom: clamp(10px, 1.7361111111vw, 20px);
  }
}
@media (min-width: 768px) {
  .voice__item:nth-of-type(2) {
    position: absolute;
    top: 9.4444444444vw;
    right: 0;
  }
}

/*.voice__list__box {

  @include mixin.m-mqMin(var.$tabMin) {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.voice__list {

  @include mixin.m-mqMin(var.$tabMin) {
    flex: 1 1 430px;
  }

  &:nth-last-of-type(n+2) {

    @include mixin.m-mqMax(var.$spMax) {
      margin-bottom: func.f-margin(25, 50);
    }
  }

  &:nth-of-type(1) {

    .voice__item {

      &:nth-of-type(1) {

        @include mixin.m-mqMin(var.$tabMin) {
          padding-right: func.f-margin(10, 20);
        }
      }

      &:nth-of-type(2) {

        @include mixin.m-mqMin(var.$tabMin) {
          padding-left: func.f-margin(10, 20);
        }
      }
    }
  }

  &:nth-of-type(2) {

    .voice__item {

      &:nth-of-type(1) {

        @include mixin.m-mqMin(var.$tabMin) {
          padding-left: func.f-margin(10, 20);
        }
      }

      &:nth-of-type(2) {

        @include mixin.m-mqMin(var.$tabMin) {
          padding-right: func.f-margin(10, 20);
        }
      }
    }
  }
}

.voice__item {

  &:nth-last-of-type(n+2) {
    margin-bottom: func.f-margin(25, 50);

    @include mixin.m-mqMin(var.$tabMin) {
      margin-bottom: func.f-margin(10, 20);
    }
  }
}*/
.guidebook {
  position: relative;
  padding-bottom: clamp(30px, 4.6006944444vw, 53px);
}
@media (min-width: 768px) {
  .guidebook {
    padding-top: clamp(21.5px, 3.7326388889vw, 43px);
  }
}
@media (min-width: 768px) {
  .guidebook::before {
    content: "";
    position: absolute;
    display: block;
    background-image: url(../img/present_bg.png);
    background-repeat: repeat-x;
    background-size: clamp(3.5px, 0.6076388889vw, 7px) clamp(532.5px, 92.4479166667vw, 1065px);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

.guidebook__inner {
  width: min(100%, 1020px);
  padding: 0 clamp(30px, 5.2083333333vw, 60px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .guidebook__inner {
    padding-right: clamp(15px, 2.6041666667vw, 30px);
    padding-left: clamp(15px, 2.6041666667vw, 30px);
  }
}

.guidebook__image {
  margin-right: clamp(-30px, -2.6041666667vw, -15px);
  margin-left: clamp(-30px, -2.6041666667vw, -15px);
}
@media (min-width: 768px) {
  .guidebook__image {
    width: 66.668%;
    margin-right: auto;
    margin-left: auto;
  }
}

.guidebook__list {
  margin-top: -36.7441860465vw;
}
@media (min-width: 768px) {
  .guidebook__list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    -moz-column-gap: clamp(20px, 3.4722222222vw, 40px);
         column-gap: clamp(20px, 3.4722222222vw, 40px);
    margin-top: clamp(10px, 1.7361111111vw, 20px);
  }
}

@media (min-width: 768px) {
  .guidebook__item {
    flex: 1 1 50%;
  }
}
@media (max-width: 767px) {
  .guidebook__item:nth-last-of-type(n+2) {
    margin-bottom: clamp(46px, 7.9861111111vw, 92px);
  }
}
.guidebook__item:nth-of-type(1) .guidebook__text span::after {
  background-color: #F7E100;
}
.guidebook__item:nth-of-type(2) .guidebook__text span::after {
  background-color: #F2A73F;
}

.guidebook__image02 {
  width: 60%;
  margin-right: auto;
  margin-bottom: 17px;
  margin-left: auto;
}
@media (min-width: 768px) {
  .guidebook__image02 {
    width: 55.815%;
  }
}

.guidebook__text {
  color: #1C2364;
  font-family: "SourceHanSansJP-B", sans-serif;
  font-size: clamp(2rem, 1.8542372881rem + 0.3389830508vw, 2.2rem);
  line-height: 3rem;
  text-align: center;
  margin-bottom: 16px;
}
.guidebook__text span {
  position: relative;
}
.guidebook__text span::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 12px;
  bottom: -3px;
  left: 0;
  z-index: -1;
}

.guidebook__check__list {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding-top: clamp(11px, 1.3020833333vw, 15px);
  padding-right: 9px;
  padding-bottom: clamp(12px, 1.1284722222vw, 13px);
  padding-left: 9px;
}

.guidebook__check__item {
  position: relative;
  font-size: clamp(1.4rem, 1.3271186441rem + 0.1694915254vw, 1.5rem);
  line-height: clamp(2.4rem, 2.1084745763rem + 0.6779661017vw, 2.8rem);
  padding-left: 25px;
}
.guidebook__check__item::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/check.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 21px;
  aspect-ratio: 1/1;
  top: clamp(1.5px, 0.3038194444vw, 3.5px);
  left: 0;
}

.manager {
  position: relative;
  background-color: #F9F9FB;
}
.manager::after {
  content: "";
  position: absolute;
  display: block;
  background: linear-gradient(to bottom, #FDB873 0%, #FEA348 100%);
  width: 100%;
  height: min(10.02vw, 191px);
  bottom: 0;
  left: 0;
  z-index: 0;
}

.manager__image {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .manager__image {
    width: min(23.68%, 450px);
    margin-right: auto;
    margin-left: auto;
  }
}

.result {
  background-color: #2B7FF1;
}

.result__box {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .result__image {
    position: relative;
    width: 66.668%;
    margin-right: auto;
    margin-left: auto;
    z-index: 1;
  }
}

.result__image__box {
  position: relative;
  margin-top: -20.5555555556vw;
}
@media (min-width: 900px) {
  .result__image__box {
    margin-top: -185px;
  }
}

.result__text {
  position: absolute;
  color: #ffffff;
  font-size: clamp(0.7rem, 0.1898305085rem + 1.186440678vw, 1.4rem);
  line-height: clamp(1rem, 0.2711864407rem + 1.6949152542vw, 2rem);
  top: min(38.2222222222vw, 344px);
  left: min(19.78%, 178px);
}

.consultation {
  position: relative;
  margin-bottom: 20.9302325581%;
}
@media (min-width: 768px) {
  .consultation {
    margin-bottom: 7.9375%;
  }
}
.consultation::after {
  content: "";
  position: absolute;
  display: block;
  background: linear-gradient(to bottom, #FEB974 0%, #FE9B39 100%);
  width: 100%;
  height: min(22vw, 420px);
  bottom: 0;
  left: 0;
  z-index: 0;
}

.consultation__image {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .consultation__image {
    width: min(31.58%, 600px);
    margin-right: auto;
    margin-left: auto;
  }
}

.cta {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 90;
}

.cta__image {
  -webkit-animation: ctaScale 5s ease infinite normal;
          animation: ctaScale 5s ease infinite normal;
}
@media (min-width: 768px) {
  .cta__image {
    width: min(34.21%, 650px);
    margin-right: auto;
    margin-left: auto;
  }
}

@-webkit-keyframes ctaScale {
  0%, 20%, 40%, 100% {
    scale: 1;
  }
  10%, 30% {
    scale: 0.9;
  }
}

@keyframes ctaScale {
  0%, 20%, 40%, 100% {
    scale: 1;
  }
  10%, 30% {
    scale: 0.9;
  }
}