@charset "UTF-8";
@import url("global.css");
.introduction {
  position: relative;
  margin-bottom: 60px;
}
.introduction .image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc( 50% + 60px );
  left: max(calc( (100% - 1600px) / 2 ),0px);
}
.introduction .wrapper {
  display: flex;
  align-items: center;
}
.introduction .wrapper::before {
  content: "";
  display: block;
  height: 480px;
  width: 0;
}
.introduction .text {
  width: 50%;
  margin-left: auto;
}
.introduction .text p + p {
  margin-top: 20px;
}

.notes {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.notes::before {
  content: "※";
  display: inline-block;
  margin-right: .2em;
  text-indent: 0;
}

ol.flow {
  padding-bottom: 100px;
}
ol.flow li {
  text-align: center;
}
ol.flow li + li {
  margin-top: 50px;
}
ol.flow li .title {
  line-height: 1.4;
  margin-bottom: 25px;
}
ol.flow li .title .number {
  display: block;
  margin: 0 auto -20px;
  width: 90px;
  height: 90px;
  background-color: #CFB29D;
  color: #fff;
  line-height: 90px;
  letter-spacing: 0;
  border-radius: 50%;
  font-size: 80px;
  font-family: "Vollkorn", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
ol.flow li .title strong {
  display: block;
  word-break: keep-all;
  font-size: clamp(18px, 4.4vw, 40px);
  font-weight: 700;
}
ol.flow li .text {
  display: inline-block;
  text-align: left;
  padding-inline: 5vw;
  position: relative;
  z-index: 3;
}
ol.flow li .text p + p {
  margin-top: 1em;
}
ol.flow li .point {
  margin-block: 45px -20px;
  position: relative;
}
ol.flow li .point::before {
  content: "";
  background: url("../img/bg_texture_pink.jpg") repeat center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: max(calc((100% - 1600px) / 2), 4vw);
  border-top-right-radius: 4.2vw;
  z-index: -1;
}
ol.flow li .point .point_head {
  width: 160px;
  height: 160px;
  position: absolute;
  z-index: 2;
  top: -80px;
  left: -80px;
}
ol.flow li .point .point_head .circleText {
  overflow: visible;
  animation: rotation 18s linear infinite;
}
ol.flow li .point .point_head .circleText_circle {
  fill: none;
}
ol.flow li .point .point_head .circleText_text {
  fill: #fff;
  font-size: 14px;
  font-family: "Vollkorn", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: .04em;
}
@keyframes rotation {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
ol.flow li .point .point_head .h {
  position: absolute;
  top: 0;
  bottom: 0;
  align-content: center;
  left: 60px;
  line-height: 1.15;
  z-index: 2;
}
ol.flow li .point .point_head .h span {
  display: inline-block;
  font-size: 19px;
  position: relative;
  margin-left: 5px;
  white-space: nowrap;
}
ol.flow li .point .point_head .h span::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  inset: .1em -.1em;
  background-color: #fff;
}
ol.flow li .point .point_head .h span small {
  font-size: .8em;
  display: inline-block;
  vertical-align: 2px;
}
ol.flow li .point .point_head .h strong {
  display: block;
  letter-spacing: .02em;
  font-size: 56px;
  font-family: "Vollkorn", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: italic;
}
ol.flow li .point .inner {
  display: flex;
  align-items: center;
  position: relative;
  padding-block: 70px;
}
ol.flow li .point .point_image {
  flex-shrink: 0;
  width: 50%;
  box-sizing: border-box;
  padding-right: 60px;
}
ol.flow li .point .point_image figure {
  border: #fff 8px solid;
  background-color: #fff;
  border-radius: 5px;
  aspect-ratio: 3 / 2;
}
ol.flow li .point .point_text {
  width: 50%;
  flex-grow: 1;
}
ol.flow li .point .point_text .catch {
  font-size: clamp(16px, 3.2vw, 26px);
  margin-bottom: 30px;
}
ol.flow li .linkbutton {
  width: 460px;
  margin: 50px auto 0;
}
ol.flow li .linkbutton a {
  display: flex;
  height: 60px;
  align-items: center;
  background-color: #fff;
}
ol.flow li .linkbutton a span {
  display: block;
}
ol.flow li .linkbutton a .en {
  background-color: #362929;
  color: #fff;
  align-content: center;
  text-align: center;
  height: 100%;
  width: 150px;
  margin-right: 30px;
  font-size: 30px;
  font-family: "Vollkorn", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: italic;
}
ol.flow li .linkbutton a::after {
  content: "";
  width: 36px;
  height: 36px;
  margin-inline: auto 12px;
  display: block;
  background: #CFB29D url("../flow/img/arrow.svg") no-repeat center center;
  background-size: 20px auto;
}
ol.flow li .arrow {
  margin: 25px auto 0;
  width: 80px;
  box-sizing: border-box;
  padding-top: 30px;
  height: auto;
  aspect-ratio: 2 / 3;
  background: url("../flow/img/next.png") no-repeat center center;
  background-size: contain;
}
ol.flow li .arrow span {
  display: block;
  width: fit-content;
  background-color: #fff;
  line-height: 1;
  padding: 3px 8px;
  margin-inline: auto;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1300px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  .introduction .image {
    right: calc( 50% + 20px );
  }
  .introduction .wrapper::before {
    height: 420px;
  }
  .introduction .text {
    box-sizing: border-box;
    padding-left: 20px;
  }

  ol.flow li .point .point_head {
    top: -55px;
  }
  ol.flow li .point .point_image {
    padding-right: 4vw;
  }
  ol.flow li .point .point_text {
    box-sizing: border-box;
    padding-right: 2vw;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  ol.flow li + li {
    margin-top: 40px;
  }
  ol.flow li .title {
    margin-bottom: 20px;
  }
  ol.flow li .point .point_head {
    width: 120px;
    height: 120px;
    top: -50px;
    left: -60px;
  }
  ol.flow li .point .point_head .h {
    left: 40px;
  }
  ol.flow li .point .point_head .h span {
    font-size: 20px;
  }
  ol.flow li .point .point_head .h strong {
    font-size: 50px;
  }
  ol.flow li .point .inner {
    padding-block: 50px;
  }
  ol.flow li .point .point_image figure {
    border-width: 5px;
    aspect-ratio: 4 / 3;
  }
  ol.flow li .point .point_text .catch {
    margin-bottom: 20px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .introduction {
    margin-bottom: 40px;
  }
  .introduction .image {
    position: static;
    margin: 0 5vw 30px 0;
    border-top-right-radius: 60px;
    overflow: hidden;
  }
  .introduction .wrapper {
    display: block;
  }
  .introduction .wrapper::before {
    display: none;
  }
  .introduction .text {
    width: auto;
    padding-left: 0;
  }
  .introduction .text p + p {
    margin-top: 1em;
  }

  ol.flow {
    padding-bottom: 70px;
  }
  ol.flow li + li {
    margin-top: 30px;
  }
  ol.flow li .title {
    margin-bottom: 15px;
  }
  ol.flow li .title .number {
    margin: 0 auto -16px;
    font-size: 75px;
  }
  ol.flow li .text {
    display: block;
  }
  ol.flow li .point {
    margin-block: 45px -15px;
    padding-right: 3vw;
  }
  ol.flow li .point .point_head {
    width: 100px;
    height: 100px;
    top: -45px;
    left: -40px;
  }
  ol.flow li .point .point_head .circleText_text {
    font-size: 14px;
    letter-spacing: .04em;
  }
  ol.flow li .point .point_head .h {
    left: 35px;
  }
  ol.flow li .point .point_head .h span {
    font-size: 15px;
    margin-left: 3px;
  }
  ol.flow li .point .point_head .h span small {
    vertical-align: 1px;
  }
  ol.flow li .point .point_head .h strong {
    font-size: 44px;
  }
  ol.flow li .point .inner {
    display: block;
    padding-block: 55px 40px;
  }
  ol.flow li .point .point_image {
    width: auto;
    max-width: 300px;
    margin: 0 auto 20px;
    padding-right: 0;
  }
  ol.flow li .point .point_image figure {
    border-width: 5px;
    aspect-ratio: 3 / 2;
  }
  ol.flow li .point .point_text {
    width: auto;
    padding-right: 0;
  }
  ol.flow li .point .point_text .catch {
    margin-bottom: 12px;
  }
  ol.flow li .linkbutton {
    width: auto;
    margin: 35px 5vw 0;
  }
  ol.flow li .linkbutton a {
    height: 50px;
  }
  ol.flow li .linkbutton a .en {
    width: 110px;
    margin-right: 18px;
    font-size: 20px;
  }
  ol.flow li .linkbutton a::after {
    width: 30px;
    height: 30px;
    margin-inline: auto 10px;
    background-size: 18px auto;
  }
  ol.flow li .arrow {
    margin: 20px auto 0;
    width: 66px;
    padding-top: 25px;
  }
  ol.flow li .arrow span {
    padding: 3px 5px;
  }
}
