@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap");
audio:not([controls]) {
  display: none;
}

button {
  overflow: visible;
  -webkit-appearance: button;
}

a, button {
  outline: 0;
}

details {
  display: block;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}
input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
}
input[type=number] {
  width: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

summary {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

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

* {
  font-size: inherit;
  line-height: inherit;
}
*:before, *:after {
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

:root {
  background-color: #FFFFFF;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}

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

textarea {
  resize: vertical;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}
[hidden][aria-hidden=false]:focus {
  clip: auto;
}

body {
  -webkit-font-smoothing: antialiased;
}

ul li {
  list-style-type: none;
}

figure {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

button {
  cursor: pointer;
}

/*
@mixin clamp-font-size ($min_font_size, $font_size, $basewidth, $max_font_size);

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/**
 * 指定されたプロパティに決められた基準のスペースを入れる mixin。
 *
 * @param {String} property name
 * @param {Number} 係数
 */
/**
 * コンテンツのプロパティ設定用 mixin。
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} 配列での設定か、Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/**
 * コンテンツスペース設定用 mixin。contents-space-XX にしたがって指定する。各サイズ設定に notset を入れるとそのサイズは設定されない。
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空。例外的に vertical か side で左右、horizonal で上下の指定ができる。
 * @param {String} Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/**
 * wrapper 用のサイドスペース設定 mixin。contents-space-XX にしたがって指定する
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空。例外的に vertical か side で左右、horizonal で上下の指定ができる。
 * @param {String} Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/**
 * コンテンツの指定したプロパティを設定されている contents-space-XX にしたがって指定する
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {Array} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空
*/
/**
 * コンテンツの指定したプロパティを設定されている contents-subspace-XX にしたがって指定する
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {Array} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空
*/
/**
 * コンテンツの指定したプロパティを設定されている contents-space-XX にしたがって指定する
 *
 * @param {Map} サイズを指定　デフォルトは空
 */
.modaal-content-container .btn_area {
  display: flex;
  justify-content: center;
}
.modaal-content-container .btn_area a {
  width: 400px;
  height: 80px;
  font-size: 1.25rem;
  color: white;
  background: rgb(87, 104, 78);
  border: 4px solid rgb(87, 104, 78);
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 1023px) {
  .modaal-content-container .btn_area a {
    min-width: inherit;
  }
}
.modaal-content-container .btn_area a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  color: white;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.modaal-content-container .btn_area a:hover {
  color: rgb(87, 104, 78);
  background: white;
}
.modaal-content-container .btn_area a:hover > span {
  color: inherit;
}
@media all and (max-width: 1200px) {
  .modaal-content-container .btn_area a:after {
    content: none;
  }
  .modaal-content-container .btn_area a:hover:after {
    content: none;
  }
}

html {
  -webkit-overflow-scrolling: touch;
}

body a:focus, body button:focus {
  outline: none;
}

a:focus, button:focus {
  outline: none;
}

small {
  font-size: 1em;
}

span.ib-text span {
  display: inline-block;
}

img {
  max-width: 100%;
}

address {
  font-style: normal;
}

.nopadding {
  padding-left: inherit;
  padding-right: inherit;
}

.hidden {
  display: none !important;
}

.youtube, .googlemap, .if-resp {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.youtube iframe, .googlemap iframe, .if-resp iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 619px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: rgb(170, 185, 125);
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: calc(25% - 1px);
  left: calc(50% - 1px);
  width: 2px;
  height: 28px;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  background: #fff;
  transition: background 0.2s ease-in-out;
  background: rgb(170, 185, 125);
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container .dlbtn {
  display: block;
}
.modaal-content-container .map_link {
  margin-top: 3rem;
}
.modaal-content-container .map_link a {
  width: 14.75rem;
  height: 2.9375rem;
  font-size: 1rem;
  border-radius: 0.625rem;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: rgb(46.75, 46.75, 46.75);
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: rgb(46.75, 46.75, 46.75);
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
  -webkit-animation-delay: 0.37s;
  -o-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

@media (max-width: 767px) {
  .hidden-sp {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-tb {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .hidden-mb {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-no-sp {
    display: none !important;
  }
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .hidden-spc {
    display: none !important;
  }
}

@media (min-width: 1366px) {
  .hidden-lpc {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .hidden-pc {
    display: none !important;
  }
}

/*
.row {
	@include rebuild-grid-row(rm2px(2em, $font-size-md));
	@include resp-sp {
		@include rebuild-grid-row(rm2px(1em, $font-size-xs));
	}
	@include resp-tablet {
		@include rebuild-grid-row(rm2px(1.5em, $font-size-sm));
	}
}

@include resp-pc {
	@include rebuild-grid-columns((lg md sm xs), rm2px(2em, $font-size-md));
}
@include resp-mobile {
	@include rebuild-grid-columns((sm xs), rm2px(1.5em, $font-size-sm));
}
@include resp-sp {
	@include rebuild-grid-columns(xs, rm2px(1em, $font-size-xs));
}
*/
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}
html.wf-active {
  visibility: visible;
}
html body figure {
  margin: initial;
}

:root {
  color: #343434;
  font-family: YakuHanJP, "M PLUS 1", sans-serif;
  letter-spacing: 0.05rem;
}

.visible-xxs {
  display: none;
}
@media all and (max-width: 320px) {
  .visible-xxs {
    display: inline-block;
  }
}

.visible-xs {
  display: none;
}
@media all and (max-width: 414px) and (min-width: 321px) {
  .visible-xs {
    display: inline-block;
  }
}

.eng {
  font-family: YakuHanJP, "M PLUS 1", sans-serif;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 2;
  overflow-x: hidden;
  font-size: 1.1428571429vw;
}
@media screen and (min-width: 1186px) {
  body {
    font-size: 13.8px;
  }
}
@media screen and (max-width: 1365px) {
  body {
    font-size: 16px;
  }
}
@media all and (-ms-high-contrast: none\0 ) {
  body *::-ms-backdrop, body {
    overflow-x: hidden;
  }
}

#container {
  position: relative;
}

.icon {
  position: absolute;
}

.uppercase {
  text-transform: uppercase;
  font-style: normal;
}

.gotop {
  position: fixed;
  right: 2.8571428571vw;
  bottom: 2.8571428571vw;
  z-index: 999;
}
.gotop a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(34, 34, 34, 0.8);
  color: white;
  padding-top: 0.5714285714vw;
  padding-bottom: 7px;
  border-radius: 50%;
  width: 4.2857142857vw;
  height: 4.2857142857vw;
  filter: drop-shadow(0px 0px 10px white);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gotop a {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
}
@media (max-width: 767px) {
  .gotop a {
    width: 9.6618357488vw;
    height: 9.6618357488vw;
  }
}

input, textarea, select {
  background-color: #FFFFFF;
  padding: 0.2857142857vw 0.8571428571vw;
}
@media (max-width: 767px) {
  input, textarea, select {
    width: 100%;
  }
}

a, button {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a img, button img {
  transition: 0.3s;
}
a:hover, button:hover {
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
  opacity: 0.65;
}
a:hover img, button:hover img {
  transition: 0.3s;
}
a svg > *, button svg > * {
  transition: 0.3s;
}
a:after, button:after {
  transition: 0.3s;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  line-height: 1.85;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form .wpcf7-response-output {
  max-width: 650px;
  margin: 32px 16px;
  padding: 8px 16px;
  border: 1px solid #343434;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output, .wpcf7-not-valid-tip {
  margin-left: auto;
  margin-right: auto;
  border: none;
  font-size: 14px;
}

.wpcf7-form.sent .wpcf7-response-output {
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border: none;
  padding: initial;
  text-align: center;
}

.wpcf7-not-valid-tip {
  font-size: 14px !important;
  font-weight: 300 !important;
  color: red;
}

.anime-slideup {
  position: relative;
}
.anime-slideup.anime-ready {
  transform: translateY(2em);
  opacity: 0;
}
.anime-slideup.anime-end {
  transition: all ease 0.75s;
  transform: translateY(0);
  opacity: 1;
}

.anime-slideleft {
  position: relative;
}
.anime-slideleft.anime-ready {
  transform: translateX(-2em);
  opacity: 0;
}
.anime-slideleft.anime-end {
  transition: all ease 0.75s;
  transform: translateX(0);
  opacity: 1;
}

.anime-slideright {
  position: relative;
}
.anime-slideright.anime-ready {
  transform: translateX(2em);
  opacity: 0;
}
.anime-slideright.anime-end {
  transition: all ease 0.75s;
  transform: translateX(0);
  opacity: 1;
}

@keyframes link_animate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.infinite-scroll-last, .infinite-scroll-error, .infinite-scroll-request {
  text-align: center;
  font-size: 1.0714285714vw;
}
@media screen and (min-width: 1186px) {
  .infinite-scroll-last, .infinite-scroll-error, .infinite-scroll-request {
    font-size: 13px;
  }
}
@media screen and (max-width: 1365px) {
  .infinite-scroll-last, .infinite-scroll-error, .infinite-scroll-request {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .infinite-scroll-last, .infinite-scroll-error, .infinite-scroll-request {
    font-size: 3.1400966184vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .infinite-scroll-last, .infinite-scroll-error, .infinite-scroll-request {
    font-size: 11.4px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .infinite-scroll-last, .infinite-scroll-error, .infinite-scroll-request {
    font-size: 13px;
  }
}

#loader {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1002;
  background: white;
}
#loader figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
#loader figure img {
  height: auto;
  width: 70%;
  max-width: 440px;
}
@media all and (-ms-high-contrast: none\0 ) {
  #loader figure img *::-ms-backdrop, #loader figure img {
    width: 70%;
  }
}

#fade {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1001;
  background: #FFFFFF;
}

.wrapper {
  width: 85%;
  padding-left: 1.1428571429vw;
  padding-right: 2.2857142857vw;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .wrapper {
    width: 100%;
    padding-left: 5.7971014493vw;
    padding-right: 5.7971014493vw;
  }
}

.header {
  position: fixed;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100vw;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.header__logo figure img {
  padding-top: 1.4285714286vw;
  padding-bottom: 1.4285714286vw;
  max-width: 384px;
  width: 27.4285714286vw;
}
@media (max-width: 767px) {
  .header__logo figure img {
    padding-top: 4.8309178744vw;
    padding-bottom: 4.8309178744vw;
    max-width: 384px;
    width: 52.1739130435vw;
  }
}
.header__menu {
  display: flex;
  gap: 1.2857142857vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header__menu {
    flex-direction: column;
    gap: 2.34375vw;
  }
}
@media (max-width: 767px) {
  .header__menu {
    flex-direction: column;
    gap: 4.347826087vw;
  }
}
.header__menu li {
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header__menu li {
    text-align: center;
  }
}
.header__menu li a {
  position: relative;
}
.header__menu li a img {
  height: 40px;
}
.header__menu li a::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10000;
  pointer-events: none;
}
.header__menu li a::before {
  content: "";
  position: absolute;
  bottom: -49px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10000;
}
.header__menu li a:hover::after, .header__menu li a:hover::before {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header__menu li a::before, .header__menu li a::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .header__menu li a::before, .header__menu li a::after {
    display: none;
  }
}
.header__menu li:nth-last-child(1) {
  display: flex;
  gap: 0 3.8647342995vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header__menu li:nth-last-child(1) {
    justify-content: center;
  }
}
.header .gbtn {
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .header .gbtn {
    width: 100%;
    justify-content: right;
    height: 9.6618357488vw;
  }
}
.header .gbtn input {
  display: none;
}
@media (max-width: 767px) {
  .header .gbtn label, .header .gbtn a {
    margin-top: 3.8647342995vw;
    width: 9.6618357488vw;
    height: 9.6618357488vw;
  }
}
.header .gbtn label span, .header .gbtn a span {
  background-color: #B49927;
  display: block;
  width: 2.5714285714vw;
  height: 0.1428571429vw;
  margin-bottom: 0.7142857143vw;
}
.header .gbtn label span:nth-last-of-type(1), .header .gbtn a span:nth-last-of-type(1) {
  margin-bottom: initial;
}
@media (max-width: 767px) {
  .header .gbtn label span, .header .gbtn a span {
    width: 9.6618357488vw;
    height: 0.2415458937vw;
    margin-bottom: 1.690821256vw;
  }
}
.header .gbtn input.active + label, .header .gbtn .active {
  position: fixed;
}
@media (max-width: 767px) {
  .header .gbtn input.active + label, .header .gbtn .active {
    top: 5.7971014493vw;
  }
}
.header .gbtn input.active + label span:nth-of-type(1), .header .gbtn .active span:nth-of-type(1) {
  transform: rotate(45deg);
  margin-bottom: 0;
  margin-top: 0px;
  position: absolute;
}
.header .gbtn input.active + label span:nth-of-type(2), .header .gbtn .active span:nth-of-type(2) {
  display: none;
}
.header .gbtn input.active + label span:nth-last-of-type(1), .header .gbtn .active span:nth-last-of-type(1) {
  transform: rotate(-45deg);
  margin-top: 0px;
  position: absolute;
}
.header .headwrap {
  position: fixed;
  right: 2.2142857143vw;
  top: 3vw;
  z-index: 10000;
}
@media (max-width: 767px) {
  .header .headwrap {
    width: 40px;
    height: 40px;
  }
}
.header .links {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
}
@media (max-width: 767px) {
  .header .links {
    position: fixed;
    top: 3.8647342995vw;
    right: 2.8985507246vw;
    width: 40px;
    height: 40px;
  }
}
.header .links .header_menu .menu-item {
  margin-bottom: 2.1428571429vw;
}
.header .links .header_menu .menu-item a {
  font-family: YakuHanJP, "M PLUS 1", sans-serif;
  text-align: right;
  color: #343434;
  display: block;
}
.header.teppen {
  top: initial;
  transform: initial;
}
.header.teppen .langbox {
  display: block;
}

.gn-wrap {
  position: fixed;
  width: 100%;
  height: 0vh;
  z-index: 100;
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 7.8571428571vw 2.1428571429vw 4.2857142857vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gn-wrap {
    padding: 14.3229166667vw 3.90625vw 7.8125vw;
  }
}
@media (max-width: 767px) {
  .gn-wrap {
    padding: 21.7391304348vw 7.2463768116vw 14.4927536232vw;
  }
}
.gn-wrap .header_menu li {
  text-align: center;
}
@media (max-width: 767px) {
  .gn-wrap .header_menu li {
    margin-bottom: 2.8985507246vw;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gn-wrap .header_menu li {
    text-align: center;
  }
}
.gn-wrap .header_menu li a {
  color: white;
  font-weight: 600;
  font-size: 1.1428571429vw;
}
@media screen and (min-width: 1186px) {
  .gn-wrap .header_menu li a {
    font-size: 13.8px;
  }
}
@media screen and (max-width: 1365px) {
  .gn-wrap .header_menu li a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .gn-wrap .header_menu li a {
    font-size: 3.8647342995vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .gn-wrap .header_menu li a {
    font-size: 13.8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .gn-wrap .header_menu li a {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .scrollout .siteheader .links {
    top: 1.9323671498vw;
  }
}
.scrollout .gn-wrap.active {
  height: 100vh;
  display: block;
}

.main .iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.main .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero {
  position: relative;
  height: 100vh;
  max-height: 960px;
  overflow-y: hidden;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero {
    height: 57svh;
  }
}
@media (max-width: 767px) {
  .hero {
    height: 100svh;
  }
}
.hero__bg-pattern {
  background-image: url(/wp-content/themes/nantochallenge/asset/images/home/bgcombo2.png);
  background-size: 100%;
  background-repeat: repeat;
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero__bg-pattern {
    background-size: 150%;
    height: 57svh;
  }
}
@media (max-width: 767px) {
  .hero__bg-pattern {
    background-size: 200%;
    height: 100svh;
  }
}
.hero__badge {
  padding-top: 5.7142857143vw;
  position: relative;
}
@media (max-width: 767px) {
  .hero__badge {
    padding-top: 19.3236714976vw;
  }
}
.hero__badge figure {
  position: absolute;
  left: -5.7142857143vw;
}
@media (max-width: 767px) {
  .hero__badge figure {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.hero__badge figure img {
  height: 44.8571428571vw;
  max-height: 780px;
}
@media (max-width: 767px) {
  .hero__badge figure img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
  }
}
.hero .badge_lower figure img {
  height: 90svh;
}
@media (max-width: 767px) {
  .hero .badge_lower figure img {
    height: 100%;
  }
}
.hero__event {
  position: absolute;
  left: 55.7142857143vw;
  top: 42.5vh;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero__event {
    left: 44.2708333333vw;
    top: 36.4583333333vw;
  }
}
@media (max-width: 767px) {
  .hero__event {
    left: 1.9323671498vw;
    top: initial;
    bottom: 26.5700483092vw;
  }
}
.hero__event figure {
  position: relative;
}
.hero__event figure img {
  width: 20vw;
  max-width: 360px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero__event figure img {
    width: 27.34375vw;
  }
}
@media (max-width: 767px) {
  .hero__event figure img {
    width: 45vw;
  }
}
.hero__event-date {
  position: absolute;
  bottom: 4.8571428571vw;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: white;
}
@media (max-width: 767px) {
  .hero__event-date {
    bottom: 7.729468599vw;
  }
}
.hero__event-date h2 {
  letter-spacing: -0.05rem;
  font-size: 2.4285714286vw;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 1186px) {
  .hero__event-date h2 {
    font-size: 28.2px;
  }
}
@media screen and (max-width: 1365px) {
  .hero__event-date h2 {
    font-size: 34px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero__event-date h2 {
    font-size: 3.515625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1186px) {
  .hero__event-date h2 {
    font-size: 22.6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1365px) {
  .hero__event-date h2 {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .hero__event-date h2 {
    font-size: 5.7971014493vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .hero__event-date h2 {
    font-size: 20.2px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .hero__event-date h2 {
    font-size: 24px;
  }
}
.hero__event-date small {
  font-size: 1.5vw;
  font-weight: 700;
}
@media screen and (min-width: 1186px) {
  .hero__event-date small {
    font-size: 17.8px;
  }
}
@media screen and (max-width: 1365px) {
  .hero__event-date small {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero__event-date small {
    font-size: 2.34375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1186px) {
  .hero__event-date small {
    font-size: 15.4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1365px) {
  .hero__event-date small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hero__event-date small {
    font-size: 3.8647342995vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .hero__event-date small {
    font-size: 13.8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .hero__event-date small {
    font-size: 16px;
  }
}
.hero__final {
  position: absolute;
  left: 75.7142857143vw;
  top: 18vh;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero__final {
    right: 1.0416666667vw;
    left: initial;
    top: 18.2291666667vw;
  }
}
@media (max-width: 767px) {
  .hero__final {
    right: 1.9323671498vw;
    left: initial;
    top: initial;
    bottom: 26.5700483092vw;
  }
}
.hero__final figure img {
  width: 20vw;
  max-width: 360px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero__final figure img {
    width: 27.34375vw;
  }
}
@media (max-width: 767px) {
  .hero__final figure img {
    width: 45vw;
  }
}
.hero__message {
  position: absolute;
  bottom: 3.4285714286vw;
  font-size: 5.7142857143vw;
  font-weight: 900;
  overflow: hidden; /* テキストがはみ出た部分を非表示にする */
  white-space: nowrap; /* テキストを1行にする */
  /* コンテナのスタイル */
  width: 100vw;
  /* テキストのアニメーション */
  /* テキストを複製するための仕組み */
  /* アニメーション定義 */
}
@media screen and (min-width: 1186px) {
  .hero__message {
    font-size: 65px;
  }
}
@media screen and (max-width: 1365px) {
  .hero__message {
    font-size: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero__message {
    bottom: 8.3333333333vw;
    font-size: 8.3333333333vw;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1186px) {
  .hero__message {
    font-size: 52.2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1365px) {
  .hero__message {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .hero__message {
    bottom: 15.4589371981vw;
    font-size: 15.4589371981vw;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .hero__message {
    font-size: 52.2px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .hero__message {
    font-size: 64px;
  }
}
.hero__message .scrolling-text {
  display: inline-block;
  color: #402F79;
  animation: scroll-seamless 100s linear infinite; /* アニメーション適用 */
}
.hero__message .scrolling-text-wrapper {
  display: inline-block;
}
@keyframes scroll-seamless {
  0% {
    transform: translateX(5%); /* テキストを左端の外に配置 */
  }
  100% {
    transform: translateX(-100%); /* テキストを右端の外に移動 */
  }
}
.hero .message_lower {
  bottom: 2.2857142857vw;
  font-size: 5.1428571429vw;
}
@media screen and (min-width: 1186px) {
  .hero .message_lower {
    font-size: 58.6px;
  }
}
@media screen and (max-width: 1365px) {
  .hero .message_lower {
    font-size: 72px;
  }
}
@media (max-width: 767px) {
  .hero .message_lower {
    bottom: 7.729468599vw;
    font-size: 15.4589371981vw;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .hero .message_lower {
    font-size: 52.2px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .hero .message_lower {
    font-size: 64px;
  }
}

.wave {
  margin-top: -67.125px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wave {
    margin-top: -6.25vw;
    height: 7vh;
  }
}
@media (max-width: 767px) {
  .wave {
    margin-top: -11.5942028986vw;
    height: 5vh;
  }
}

.section-title {
  margin-bottom: 2.5714285714vw;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 8.6956521739vw;
  }
}
.section-title__main {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.075rem;
  margin-left: 80px;
  font-size: 2.2857142857vw;
  line-height: 1.3;
}
@media screen and (min-width: 1186px) {
  .section-title__main {
    font-size: 26.6px;
  }
}
@media screen and (max-width: 1365px) {
  .section-title__main {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-title__main {
    margin-left: 48px;
    font-size: 3.515625vw;
    line-height: 1.3;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1186px) {
  .section-title__main {
    font-size: 22.6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1365px) {
  .section-title__main {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .section-title__main {
    margin-left: 48px;
    font-size: 6.5217391304vw;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .section-title__main {
    font-size: 22.6px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .section-title__main {
    font-size: 27px;
  }
}
.section-title__main small {
  font-size: 1.7142857143vw;
}
@media screen and (min-width: 1186px) {
  .section-title__main small {
    font-size: 20.2px;
  }
}
@media screen and (max-width: 1365px) {
  .section-title__main small {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-title__main small {
    font-size: 2.734375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1186px) {
  .section-title__main small {
    font-size: 17.8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1365px) {
  .section-title__main small {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .section-title__main small {
    font-size: 5.0724637681vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .section-title__main small {
    font-size: 17.8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .section-title__main small {
    font-size: 21px;
  }
}
.section-title__main:before {
  content: "";
  position: absolute;
  left: -76px;
  background-size: 58px;
  width: 58px;
  height: 58px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-title__main:before {
    left: -48px;
    background-size: 36px;
    width: 36px;
    height: 36px;
    top: initial;
    transform: initial;
  }
}
@media (max-width: 767px) {
  .section-title__main:before {
    left: -48px;
    background-size: 36px;
    width: 36px;
    height: 36px;
    top: initial;
    transform: initial;
  }
}
.section-title.sec-t01 .section-title__main:before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/nantochallenge/asset/images/home/icon-head01.svg);
}
.section-title.sec-t02 .section-title__main:before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/nantochallenge/asset/images/home/icon-head02.svg);
}
.section-title.sec-t03 .section-title__main:before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/nantochallenge/asset/images/home/icon-head03.svg);
}
.section-title.sec-t04 .section-title__main:before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/nantochallenge/asset/images/home/icon-head04.svg);
}
.section-title.sec-t05 .section-title__main:before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/nantochallenge/asset/images/home/icon-head05.svg);
}
.section-title.sec-t06 .section-title__main:before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/nantochallenge/asset/images/home/icon-head06.svg);
}
.section-title.sec-t07 .section-title__main:before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/nantochallenge/asset/images/home/icon-head07.svg);
}
.section-title.sec-t08 .section-title__main:before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/nantochallenge/asset/images/home/icon-head08.svg);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}
.section-title.sec-t09 .section-title__main:before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/nantochallenge/asset/images/home/icon-head09.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.section-title.sec-t10 .section-title__main:before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/nantochallenge/asset/images/home/icon-head10.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.section-subtitle {
  position: relative;
  padding-left: 16px;
  font-weight: 500;
  margin-bottom: 2.2857142857vw;
  line-height: 1.6;
  font-size: 1.5vw;
}
@media screen and (min-width: 1186px) {
  .section-subtitle {
    font-size: 17.8px;
  }
}
@media screen and (max-width: 1365px) {
  .section-subtitle {
    font-size: 21px;
  }
}
.section-subtitle small {
  font-size: 1.1428571429vw;
}
@media screen and (min-width: 1186px) {
  .section-subtitle small {
    font-size: 13.8px;
  }
}
@media screen and (max-width: 1365px) {
  .section-subtitle small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-subtitle {
    font-size: 4.347826087vw;
    margin-bottom: 7.729468599vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .section-subtitle {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .section-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .section-subtitle small {
    font-size: 3.8647342995vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .section-subtitle small {
    font-size: 13.8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .section-subtitle small {
    font-size: 16px;
  }
}
.section-subtitle:before {
  content: ">";
  position: absolute;
  left: 0;
  top: -2px;
  transform: scale(0.5, 1.2);
  font-weight: 700;
  color: #F4DE22;
}

.btn-link {
  margin-top: 8px;
  border-radius: 24px;
  display: inline-block;
  padding: 2px 24px;
  position: relative;
}
.btn-link.btn-lightgreen {
  background-color: #DEED43;
}
.btn-link.btn-purple {
  background-color: #CC91FF;
}
.btn-link.btn-yellow {
  background-color: #F5E526;
}
.btn-link.btn-red {
  background-color: #ff9595;
}
.btn-link.btn-green {
  background-color: #3CBE2D;
}
.btn-link.btn-orange {
  background-color: #FCA417;
}
.btn-link.btn-blue {
  background-color: #3BC3FF;
}
.btn-link:before {
  content: "";
  position: absolute;
  border: 2px solid #000;
  top: -4px;
  left: 4px;
  width: 100%;
  height: 100%;
  border-radius: 24px;
}
.btn-link:after {
  content: ">";
  position: absolute;
  right: 8px;
  top: calc(50% - 2px);
  transform: translateY(-50%) scale(0.5, 1.2);
}
.btn-link span {
  padding-bottom: 4px;
  display: inline-block;
}

strong {
  background: linear-gradient(transparent 70%, #FFCF57 0%);
  font-weight: initial;
  display: inline;
}

.about {
  background-color: #ff9595;
  padding-bottom: 11.4285714286vw;
  position: relative;
}
.about .wave path {
  fill: #ff9595;
}
.about .container {
  margin-top: 3.4285714286vw;
  background-color: white;
  border-radius: 0 0 13.7142857143vw 0;
  padding: 5.1428571429vw 4.5714285714vw 4.5714285714vw;
}
@media (max-width: 767px) {
  .about .container {
    border-radius: 0 0 23.1884057971vw 0;
    padding: 13.5265700483vw 5.7971014493vw 11.5942028986vw;
  }
}
.about .container:before {
  content: "";
  background-image: url(/wp-content/themes/nantochallenge/asset/images/home/icon-head01.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(15%, -50%) rotate(65deg);
  background-size: 34.2857142857vw;
  width: 34.2857142857vw;
  height: 34.2857142857vw;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .about .container:before {
    top: 50%;
    background-size: 77.2946859903vw;
    width: 77.2946859903vw;
    height: 77.2946859903vw;
  }
}
.about__links {
  position: absolute;
  width: 18.8571428571vw;
  right: 22.8571428571vw;
  top: 14vw;
  text-align: center;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about__links {
    position: absolute;
    right: 10.4166666667vw;
    top: 15.625vw;
    width: 34.375vw;
    margin-top: 6.25vw;
  }
}
@media (max-width: 767px) {
  .about__links {
    position: initial;
    width: 100%;
    margin-top: 11.5942028986vw;
  }
}
.about__link--notice {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.about__link--notice span {
  font-weight: 700;
  width: 78%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.about__link--notice span:before {
  content: "";
  position: absolute;
  left: -1.5714285714vw;
  bottom: 3px;
  background-image: url(/wp-content/themes/nantochallenge/asset/images/home/notice_before.svg);
  background-size: 16px 22px;
  width: 16px;
  height: 22px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about__link--notice span:before {
    left: -2.8645833333vw;
  }
}
@media (max-width: 767px) {
  .about__link--notice span:before {
    left: -5.3140096618vw;
  }
}
.about__link--notice span:after {
  content: "";
  position: absolute;
  right: -1.5714285714vw;
  bottom: 3px;
  background-image: url(/wp-content/themes/nantochallenge/asset/images/home/notice_after.svg);
  background-size: 16px 22px;
  width: 16px;
  height: 22px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about__link--notice span:after {
    right: -2.8645833333vw;
  }
}
@media (max-width: 767px) {
  .about__link--notice span:after {
    right: -5.3140096618vw;
  }
}
.about__link--area {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.about__link--area div img {
  width: 7.8571428571vw;
  max-width: initial;
}
.about__link--area div a {
  width: 50%;
}
.about__content1 {
  width: 55%;
}
@media (max-width: 767px) {
  .about__content1 {
    margin-top: 7.729468599vw;
    width: 100%;
    text-align: justify;
  }
}
.about__content1 .about__link--2024 {
  margin-top: 2.2857142857vw;
  margin-bottom: 2.2857142857vw;
}
@media (max-width: 767px) {
  .about__content1 .about__link--2024 {
    margin-top: 7.729468599vw;
    margin-bottom: 7.729468599vw;
    text-align: center;
  }
}
.about__content1 .about__link--2024 > .btn-link {
  padding: 8px 32px;
}
.about__content2 {
  margin-left: 7.8571428571vw;
  width: 75%;
  position: relative;
}
@media (max-width: 767px) {
  .about__content2 {
    margin-top: 26.5700483092vw;
    margin-left: initial;
    width: 100%;
    text-align: justify;
  }
}
.about__content2:after {
  content: "";
  position: absolute;
  right: -2.2857142857vw;
  top: -5.7142857143vw;
  background-image: url(/wp-content/themes/nantochallenge/asset/images/home/sec01_illust.svg);
  background-size: 11.9571428571vw 8.4428571429vw;
  width: 11.9571428571vw;
  height: 8.4428571429vw;
  max-width: 19.9285714286vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about__content2:after {
    right: -6.25vw;
    top: -13.0208333333vw;
    background-size: 16.34765625vw 11.54296875vw;
    width: 16.34765625vw;
    height: 11.54296875vw;
    max-width: 36.328125vw;
  }
}
@media (max-width: 767px) {
  .about__content2:after {
    right: -11.5942028986vw;
    top: -24.154589372vw;
    background-size: 30.3260869565vw 21.4130434783vw;
    width: 30.3260869565vw;
    height: 21.4130434783vw;
    max-width: 67.3913043478vw;
  }
}
.about__content2 h3 {
  font-size: 1.2857142857vw;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.7142857143vw;
}
@media screen and (min-width: 1186px) {
  .about__content2 h3 {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 1365px) {
  .about__content2 h3 {
    font-size: 18px;
  }
}

.overview {
  background-color: #46D9FF;
  padding-bottom: 11.4285714286vw;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview {
    padding-bottom: 20.8333333333vw;
  }
}
@media (max-width: 767px) {
  .overview {
    padding-bottom: 38.6473429952vw;
  }
}
.overview .wave path {
  fill: #46D9FF;
}
.overview .container {
  margin-top: 3.4285714286vw;
  background-color: white;
  position: relative;
  border-radius: 0 13.7142857143vw 0 0;
}
.overview .block01 {
  display: flex;
}
@media (max-width: 767px) {
  .overview .block01 {
    flex-direction: column;
  }
}
.overview .block01--left {
  width: 55.93%;
  padding: 4.8571428571vw 2.5vw 3.5714285714vw;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block01--left {
    padding: 7.2916666667vw 3.125vw 9.375vw;
  }
}
@media (max-width: 767px) {
  .overview .block01--left {
    padding: 13.5265700483vw 5.7971014493vw 17.3913043478vw;
    width: 100%;
  }
}
.overview .block01--right {
  width: 44.07%;
  border-radius: 0 0 0 0;
  padding: 4.5714285714vw 1.7142857143vw 1.7142857143vw;
  background-color: #1EADEB;
}
@media (max-width: 767px) {
  .overview .block01--right {
    padding: 15.4589371981vw 5.7971014493vw 5.7971014493vw;
    width: 100%;
  }
}
.overview .block01 .partner {
  display: flex;
  justify-content: center;
  gap: 0 16px;
  margin-top: 4vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block01 .partner {
    flex-direction: column;
    margin-top: 7.2916666667vw;
  }
}
@media (max-width: 767px) {
  .overview .block01 .partner {
    flex-direction: column;
    margin-top: 13.5265700483vw;
  }
}
.overview .block01 .partner--single {
  width: 33.333%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block01 .partner--single {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7.2916666667vw;
  }
}
@media (max-width: 767px) {
  .overview .block01 .partner--single {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 13.5265700483vw;
  }
}
.overview .block01 .partner--single header {
  position: relative;
}
.overview .block01 .partner--single header .date {
  background-color: black;
  border-radius: 50%;
  color: white;
  transform: rotate(-45deg);
  width: 6.8571428571vw;
  height: 6.8571428571vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -2.2857142857vw;
  left: -2.2857142857vw;
  z-index: 3;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block01 .partner--single header .date {
    width: 12.5vw;
    height: 12.5vw;
    top: -4.1666666667vw;
    left: -8.3333333333vw;
  }
}
@media (max-width: 767px) {
  .overview .block01 .partner--single header .date {
    width: 23.1884057971vw;
    height: 23.1884057971vw;
    top: -7.729468599vw;
    left: -7.729468599vw;
  }
}
.overview .block01 .partner--single header .date .center {
  text-align: center;
  line-height: 1.3;
  font-size: 0.7857142857vw;
}
@media screen and (min-width: 1186px) {
  .overview .block01 .partner--single header .date .center {
    font-size: 9.8px;
  }
}
@media screen and (max-width: 1365px) {
  .overview .block01 .partner--single header .date .center {
    font-size: 11px;
  }
}
.overview .block01 .partner--single header .date .center span {
  font-size: 1.2857142857vw;
}
@media screen and (min-width: 1186px) {
  .overview .block01 .partner--single header .date .center span {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 1365px) {
  .overview .block01 .partner--single header .date .center span {
    font-size: 18px;
  }
}
.overview .block01 .partner--single header .image_area {
  display: flex;
}
.overview .block01 .partner--single header .image_area figure img {
  object-fit: cover;
  border-radius: 16px;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block01 .partner--single header .image_area figure img {
    border-radius: 4.1666666667vw;
  }
}
@media (max-width: 767px) {
  .overview .block01 .partner--single header .image_area figure img {
    border-radius: 7.729468599vw;
  }
}
.overview .block01 .partner--single h4 {
  margin-top: 0.8571428571vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  min-height: 3.5714285714vw;
  margin-bottom: 1.2857142857vw;
  font-size: 1.2857142857vw;
}
@media screen and (min-width: 1186px) {
  .overview .block01 .partner--single h4 {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 1365px) {
  .overview .block01 .partner--single h4 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block01 .partner--single h4 {
    margin-top: 1.5625vw;
    min-height: 6.5104166667vw;
    margin-bottom: 2.34375vw;
    font-size: 2.34375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1186px) {
  .overview .block01 .partner--single h4 {
    font-size: 15.4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1365px) {
  .overview .block01 .partner--single h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .overview .block01 .partner--single h4 {
    margin-top: 2.8985507246vw;
    min-height: 12.077294686vw;
    margin-bottom: 4.347826087vw;
    font-size: 4.347826087vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .overview .block01 .partner--single h4 {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .overview .block01 .partner--single h4 {
    font-size: 18px;
  }
}
.overview .block01 .partner--single a {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.overview .block01 .applicant {
  margin-top: 1.7142857143vw;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block01 .applicant {
    margin-top: 3.125vw;
  }
}
@media (max-width: 767px) {
  .overview .block01 .applicant {
    margin-top: 5.7971014493vw;
  }
}
.overview .block01 .schedule-box .schedule-timeline {
  margin-bottom: 1.7142857143vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block01 .schedule-box .schedule-timeline {
    margin-bottom: 3.125vw;
  }
}
@media (max-width: 767px) {
  .overview .block01 .schedule-box .schedule-timeline {
    margin-bottom: 7.729468599vw;
  }
}
.overview .block01 .schedule-box .schedule-timeline .schedule-item {
  display: flex;
  justify-content: start;
  background-color: #F7F7F7;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 300;
  gap: 8px;
}
.overview .block01 .schedule-box .schedule-timeline .schedule-item:nth-of-type(2n+1) {
  background-color: white;
}
.overview .block01 .schedule-box .schedule-timeline .schedule-item__event {
  width: 40%;
  padding-left: 20px;
}
.overview .block01 .schedule-box .schedule-timeline .schedule-item__date {
  width: 65%;
  padding-right: 20px;
}
.overview .block01 .schedule-box .illust-area {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.overview .block02 {
  border-radius: 0 13.7142857143vw 0 0;
  margin-top: 4.5714285714vw;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  /* コンテンツの表示切り替え */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block02 {
    border-radius: 0 12.5vw 0 0;
    margin-top: 4.1666666667vw;
  }
}
@media (max-width: 767px) {
  .overview .block02 {
    border-radius: 0 23.1884057971vw 0 0;
    margin-top: 7.729468599vw;
    flex-direction: column;
  }
}
.overview .block02:before {
  content: "";
  background-image: url(/wp-content/themes/nantochallenge/asset/images/home/icon-head02.svg);
  position: absolute;
  top: 20%;
  right: -7.1428571429vw;
  left: initial;
  transform: translate(0%, -50%) rotate(65deg);
  background-size: 13.5714285714vw;
  width: 13.5714285714vw;
  height: 13.5714285714vw;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .overview .block02:before {
    background-size: 45.8937198068vw;
    top: 10%;
    right: -24.154589372vw;
    width: 45.8937198068vw;
    height: 45.8937198068vw;
    z-index: 1;
  }
}
.overview .block02 .content01, .overview .block02 .content02 {
  display: none;
}
.overview .block02 .content01.active, .overview .block02 .content02.active {
  display: block;
}
.overview .block02--left {
  width: 35%;
  padding: 4.8571428571vw 2.5vw 3.5714285714vw;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block02--left {
    padding: 8.8541666667vw 3.125vw 6.5104166667vw;
  }
}
@media (max-width: 767px) {
  .overview .block02--left {
    width: 100%;
    padding: 13.5265700483vw 5.7971014493vw 11.5942028986vw;
  }
}
.overview .block02--left .controll--box {
  margin-top: 1.2857142857vw;
  display: flex;
  flex-direction: column;
  gap: 1.9285714286vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block02--left .controll--box {
    margin-top: 2.34375vw;
    gap: 3.515625vw;
  }
}
@media (max-width: 767px) {
  .overview .block02--left .controll--box {
    margin-top: 4.347826087vw;
    gap: 6.5217391304vw;
    flex-direction: row;
  }
}
.overview .block02--left .controll--box .item {
  width: 14.5vw;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .overview .block02--left .controll--box .item {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block02--left .controll--box .item {
    width: 20.8333333333vw;
  }
}
@media (max-width: 767px) {
  .overview .block02--left .controll--box .item {
    width: calc(50% - 0.9642857143vw);
  }
}
.overview .block02--left .controll--box .item a h3 {
  font-size: 1.9285714286vw;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  color: white;
}
@media screen and (min-width: 1186px) {
  .overview .block02--left .controll--box .item a h3 {
    font-size: 22.6px;
  }
}
@media screen and (max-width: 1365px) {
  .overview .block02--left .controll--box .item a h3 {
    font-size: 27px;
  }
}
@media screen and (max-width: 1024px) {
  .overview .block02--left .controll--box .item a h3 {
    font-size: 2.734375vw;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1186px) {
  .overview .block02--left .controll--box .item a h3 {
    font-size: 17.8px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1365px) {
  .overview .block02--left .controll--box .item a h3 {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block02--left .controll--box .item a h3 {
    font-size: 2.734375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1186px) {
  .overview .block02--left .controll--box .item a h3 {
    font-size: 17.8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1365px) {
  .overview .block02--left .controll--box .item a h3 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .overview .block02--left .controll--box .item a h3 {
    font-size: 5.0724637681vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .overview .block02--left .controll--box .item a h3 {
    font-size: 17.8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .overview .block02--left .controll--box .item a h3 {
    font-size: 21px;
  }
}
.overview .block02--left .controll--box .item:before {
  content: "";
  border: 2px solid black;
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -4px;
  left: 4px;
}
.overview .block02--left .controll--box .item.active:after {
  content: "";
  position: absolute;
  right: -2.2857142857vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13.9px;
  border-color: transparent transparent transparent #F2B11D;
}
@media (max-width: 767px) {
  .overview .block02--left .controll--box .item.active:after {
    right: inherit;
    transform: rotate(-270deg);
    bottom: -5.7971014493vw;
  }
}
.overview .block02--left .controll--box .item01 {
  background: linear-gradient(90deg, rgb(16, 131, 181) 0%, rgb(14, 91, 124) 100%);
}
.overview .block02--left .controll--box .item02 {
  background: linear-gradient(90deg, rgb(16, 200, 216) 0%, rgb(16, 155, 167) 100%);
}
.overview .block02--right {
  width: 65%;
  border-radius: 0 13.7142857143vw 0 0;
  padding: 4.8571428571vw 1.7142857143vw 1.7142857143vw;
  background-color: #FFEE6F;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .overview .block02--right {
    border-radius: 0 12.5vw 0 0;
    padding: 10.4166666667vw 5.2083333333vw 13.0208333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block02--right {
    border-radius: 0 12.5vw 0 0;
    padding: 10.4166666667vw 5.2083333333vw 13.0208333333vw;
  }
}
@media (max-width: 767px) {
  .overview .block02--right {
    width: 100%;
    border-radius: 0 0 0 0;
    padding: 13.5265700483vw 5.7971014493vw 28.9855072464vw;
    z-index: 3;
  }
}
.overview .block02--right:after {
  content: "";
  position: absolute;
  bottom: 2.8571428571vw;
  right: 2.8571428571vw;
  background-image: url(/wp-content/themes/nantochallenge/asset/images/home/block02-illust.svg);
  background-size: 18.9285714286vw 13.8571428571vw;
  width: 18.9285714286vw;
  aspect-ratio: 265/194;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block02--right:after {
    bottom: 1.3020833333vw;
    right: 1.3020833333vw;
    background-size: 17.2526041667vw 12.6302083333vw;
    width: 17.2526041667vw;
  }
}
@media (max-width: 767px) {
  .overview .block02--right:after {
    bottom: 2.4154589372vw;
    right: 2.4154589372vw;
    background-size: 32.0048309179vw 23.4299516908vw;
    width: 32.0048309179vw;
  }
}
.overview .block02--right .content .catch {
  font-size: 1.2857142857vw;
  margin-bottom: 1.7142857143vw;
}
@media screen and (min-width: 1186px) {
  .overview .block02--right .content .catch {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 1365px) {
  .overview .block02--right .content .catch {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block02--right .content .catch {
    font-size: 2.0833333333vw;
    line-height: 1.5;
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1186px) {
  .overview .block02--right .content .catch {
    font-size: 13.8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1365px) {
  .overview .block02--right .content .catch {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .overview .block02--right .content .catch {
    font-size: 3.8647342995vw;
    line-height: 1.5;
    margin-bottom: 5.7971014493vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .overview .block02--right .content .catch {
    font-size: 13.8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .overview .block02--right .content .catch {
    font-size: 16px;
  }
}
.overview .block02--right .content ul li {
  margin-left: 1.1428571429vw;
  position: relative;
  margin-bottom: 16px;
  line-height: 1.65;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block02--right .content ul li {
    margin-left: 2.0833333333vw;
  }
}
@media (max-width: 767px) {
  .overview .block02--right .content ul li {
    margin-left: 3.8647342995vw;
  }
}
.overview .block02--right .content ul li:before {
  content: "・";
  position: absolute;
  left: -1.1428571429vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block02--right .content ul li:before {
    left: -2.0833333333vw;
  }
}
@media (max-width: 767px) {
  .overview .block02--right .content ul li:before {
    left: -3.8647342995vw;
  }
}
.overview .block02--right .content .btn-area {
  display: flex;
  justify-content: start;
  gap: 2.8571428571vw;
  margin-top: 3.4285714286vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block02--right .content .btn-area {
    flex-direction: column;
    gap: 5.2083333333vw;
    margin-top: 6.25vw;
  }
}
@media (max-width: 767px) {
  .overview .block02--right .content .btn-area {
    flex-direction: column;
    gap: 9.6618357488vw;
    margin-top: 11.5942028986vw;
  }
}
.overview .block02--right .content .btn-area div a {
  width: 17.1428571429vw;
  padding: 0.5714285714vw 1.1428571429vw;
  border-radius: 3.4285714286vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block02--right .content .btn-area div a {
    width: 31.25vw;
    padding: 1.0416666667vw 2.0833333333vw;
    border-radius: 6.25vw;
  }
}
@media (max-width: 767px) {
  .overview .block02--right .content .btn-area div a {
    width: 57.9710144928vw;
    padding: 1.9323671498vw 3.8647342995vw;
    border-radius: 11.5942028986vw;
  }
}
.overview .block03 {
  border-radius: 0 0 0 13.7142857143vw;
  margin-top: 4.5714285714vw;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block03 {
    border-radius: 0 0 0 12.5vw;
    margin-top: 8.3333333333vw;
  }
}
@media (max-width: 767px) {
  .overview .block03 {
    flex-direction: column;
    border-radius: 0 0 0 30.9178743961vw;
    margin-top: 15.4589371981vw;
  }
}
.overview .block03--left {
  width: 38.22%;
  padding: 2.5714285714vw 2.5vw 3.5714285714vw;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block03--left {
    padding: 7.2916666667vw 3.125vw 8.3333333333vw;
  }
}
@media (max-width: 767px) {
  .overview .block03--left {
    padding: 13.5265700483vw 5.7971014493vw 15.4589371981vw;
    width: 100%;
  }
}
.overview .block03--left .controll--box {
  margin-top: 1.2857142857vw;
  margin-bottom: 3.4285714286vw;
  display: flex;
  flex-direction: column;
  gap: 1.1428571429vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block03--left .controll--box {
    margin-top: 2.34375vw;
    margin-bottom: 6.25vw;
    gap: 2.0833333333vw;
  }
}
@media (max-width: 767px) {
  .overview .block03--left .controll--box {
    margin-top: 4.347826087vw;
    margin-bottom: 11.5942028986vw;
    gap: 3.8647342995vw;
  }
}
.overview .block03--left .controll--box > .item .btn-link {
  margin-top: 8px;
  border-radius: 4.5714285714vw;
  display: inline-block;
  padding: 0.8571428571vw 1.7142857143vw;
  position: relative;
}
.overview .block03--left .controll--box > .item .btn-link.btn-lightgreen {
  background-color: #DEED43;
}
.overview .block03--left .controll--box > .item .btn-link.btn-purple {
  background-color: #CC91FF;
}
.overview .block03--left .controll--box > .item .btn-link.btn-yellow {
  background-color: #F5E526;
}
.overview .block03--left .controll--box > .item .btn-link.btn-red {
  background-color: #ff9595;
}
.overview .block03--left .controll--box > .item .btn-link.btn-green {
  background-color: #3CBE2D;
}
.overview .block03--left .controll--box > .item .btn-link.btn-orange {
  background-color: #FCA417;
}
.overview .block03--left .controll--box > .item .btn-link.btn-blue {
  background-color: #3BC3FF;
}
.overview .block03--left .controll--box > .item .btn-link:before {
  content: "";
  position: absolute;
  border: 2px solid #000;
  top: -4px;
  left: 4px;
  width: 100%;
  height: 100%;
  border-radius: 4.5714285714vw;
}
.overview .block03--left .controll--box > .item .btn-link:after {
  content: ">";
  position: absolute;
  right: 8px;
  top: calc(50% - 2px);
  transform: translateY(-50%) scale(0.5, 1.2);
}
.overview .block03--left .controll--box > .item .btn-link span {
  padding-bottom: 4px;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block03--left .controll--box > .item .btn-link {
    margin-top: 8px;
    border-radius: 8.3333333333vw;
    display: inline-block;
    padding: 1.5625vw 3.125vw;
    position: relative;
  }
  .overview .block03--left .controll--box > .item .btn-link.btn-lightgreen {
    background-color: #DEED43;
  }
  .overview .block03--left .controll--box > .item .btn-link.btn-purple {
    background-color: #CC91FF;
  }
  .overview .block03--left .controll--box > .item .btn-link.btn-yellow {
    background-color: #F5E526;
  }
  .overview .block03--left .controll--box > .item .btn-link.btn-red {
    background-color: #ff9595;
  }
  .overview .block03--left .controll--box > .item .btn-link.btn-green {
    background-color: #3CBE2D;
  }
  .overview .block03--left .controll--box > .item .btn-link.btn-orange {
    background-color: #FCA417;
  }
  .overview .block03--left .controll--box > .item .btn-link.btn-blue {
    background-color: #3BC3FF;
  }
  .overview .block03--left .controll--box > .item .btn-link:before {
    content: "";
    position: absolute;
    border: 2px solid #000;
    top: -4px;
    left: 4px;
    width: 100%;
    height: 100%;
    border-radius: 8.3333333333vw;
  }
  .overview .block03--left .controll--box > .item .btn-link:after {
    content: ">";
    position: absolute;
    right: 8px;
    top: calc(50% - 2px);
    transform: translateY(-50%) scale(0.5, 1.2);
  }
  .overview .block03--left .controll--box > .item .btn-link span {
    padding-bottom: 4px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .overview .block03--left .controll--box > .item .btn-link {
    margin-top: 8px;
    border-radius: 15.4589371981vw;
    display: inline-block;
    padding: 2.8985507246vw 5.7971014493vw;
    position: relative;
  }
  .overview .block03--left .controll--box > .item .btn-link.btn-lightgreen {
    background-color: #DEED43;
  }
  .overview .block03--left .controll--box > .item .btn-link.btn-purple {
    background-color: #CC91FF;
  }
  .overview .block03--left .controll--box > .item .btn-link.btn-yellow {
    background-color: #F5E526;
  }
  .overview .block03--left .controll--box > .item .btn-link.btn-red {
    background-color: #ff9595;
  }
  .overview .block03--left .controll--box > .item .btn-link.btn-green {
    background-color: #3CBE2D;
  }
  .overview .block03--left .controll--box > .item .btn-link.btn-orange {
    background-color: #FCA417;
  }
  .overview .block03--left .controll--box > .item .btn-link.btn-blue {
    background-color: #3BC3FF;
  }
  .overview .block03--left .controll--box > .item .btn-link:before {
    content: "";
    position: absolute;
    border: 2px solid #000;
    top: -4px;
    left: 4px;
    width: 100%;
    height: 100%;
    border-radius: 15.4589371981vw;
  }
  .overview .block03--left .controll--box > .item .btn-link:after {
    content: ">";
    position: absolute;
    right: 8px;
    top: calc(50% - 2px);
    transform: translateY(-50%) scale(0.5, 1.2);
  }
  .overview .block03--left .controll--box > .item .btn-link span {
    padding-bottom: 4px;
    display: inline-block;
  }
}
.overview .block03--left .controll--box > .item .btn-link {
  width: 23.5714285714vw;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .overview .block03--left .controll--box > .item .btn-link {
    width: 100%;
  }
}
.overview .block03--left P + a {
  margin-top: 0.5714285714vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block03--left P + a {
    margin-top: 1.0416666667vw;
  }
}
.overview .block03--right {
  width: 61.78%;
  padding: 4.8571428571vw 3.4285714286vw 1.7142857143vw;
  background-color: #B677FF;
  position: relative;
  /* block03のコンテンツ表示切り替え */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block03--right {
    padding: 7.2916666667vw 3.125vw 8.3333333333vw;
  }
}
@media (max-width: 767px) {
  .overview .block03--right {
    padding: 13.5265700483vw 5.7971014493vw 15.4589371981vw;
    width: 100%;
  }
}
.overview .block03--right.bg-purple {
  background-color: #CC91FF;
}
.overview .block03--right.bg-green {
  background-color: #3CBE2D;
}
.overview .block03--right.bg-orange {
  background-color: #FCA417;
}
.overview .block03--right .content {
  display: none;
}
.overview .block03--right .content.active {
  display: block;
}
.overview .block03--right .content header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.8571428571vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block03--right .content header {
    flex-direction: column;
    gap: 3.125vw;
    margin-bottom: 6.25vw;
  }
}
@media (max-width: 767px) {
  .overview .block03--right .content header {
    flex-direction: column;
    gap: 5.7971014493vw;
    margin-bottom: 11.5942028986vw;
  }
}
.overview .block03--right .content header h2 {
  font-size: 1.9285714286vw;
  font-weight: 700;
  letter-spacing: 0.075rem;
  line-height: 1.6;
}
@media screen and (min-width: 1186px) {
  .overview .block03--right .content header h2 {
    font-size: 22.6px;
  }
}
@media screen and (max-width: 1365px) {
  .overview .block03--right .content header h2 {
    font-size: 27px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block03--right .content header h2 {
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1186px) {
  .overview .block03--right .content header h2 {
    font-size: 20.2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1365px) {
  .overview .block03--right .content header h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .overview .block03--right .content header h2 {
    font-size: 5.7971014493vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .overview .block03--right .content header h2 {
    font-size: 20.2px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .overview .block03--right .content header h2 {
    font-size: 24px;
  }
}
.overview .block03--right .content header .btn-link {
  line-height: 1.7;
}
.overview .block03--right .content h3 {
  font-size: 1.5vw;
  line-height: 1.7;
  font-weight: 500;
  margin: 2.2857142857vw 0;
}
@media screen and (min-width: 1186px) {
  .overview .block03--right .content h3 {
    font-size: 17.8px;
  }
}
@media screen and (max-width: 1365px) {
  .overview .block03--right .content h3 {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block03--right .content h3 {
    font-size: 2.734375vw;
    margin: 4.1666666667vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1186px) {
  .overview .block03--right .content h3 {
    font-size: 17.8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1365px) {
  .overview .block03--right .content h3 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .overview .block03--right .content h3 {
    font-size: 5.0724637681vw;
    margin: 7.729468599vw 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .overview .block03--right .content h3 {
    font-size: 17.8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .overview .block03--right .content h3 {
    font-size: 21px;
  }
}
.overview .block03--right .content .partner--contents .partner--content {
  margin-bottom: 4.5714285714vw;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block03--right .content .partner--contents .partner--content {
    margin-bottom: 8.3333333333vw;
  }
}
@media (max-width: 767px) {
  .overview .block03--right .content .partner--contents .partner--content {
    margin-bottom: 15.4589371981vw;
  }
}
.overview .block03--right .content .partner--contents .partner--content .section-subtitle {
  margin-bottom: 1.1428571429vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block03--right .content .partner--contents .partner--content .section-subtitle {
    margin-bottom: 2.0833333333vw;
  }
}
@media (max-width: 767px) {
  .overview .block03--right .content .partner--contents .partner--content .section-subtitle {
    margin-bottom: 3.8647342995vw;
  }
}
.overview .block03--right .content .partner--contents .partner--content .section-subtitle__main {
  font-size: 1.2857142857vw;
}
@media screen and (min-width: 1186px) {
  .overview .block03--right .content .partner--contents .partner--content .section-subtitle__main {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 1365px) {
  .overview .block03--right .content .partner--contents .partner--content .section-subtitle__main {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block03--right .content .partner--contents .partner--content .section-subtitle__main {
    font-size: 2.34375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1186px) {
  .overview .block03--right .content .partner--contents .partner--content .section-subtitle__main {
    font-size: 15.4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1365px) {
  .overview .block03--right .content .partner--contents .partner--content .section-subtitle__main {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .overview .block03--right .content .partner--contents .partner--content .section-subtitle__main {
    font-size: 4.347826087vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .overview .block03--right .content .partner--contents .partner--content .section-subtitle__main {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .overview .block03--right .content .partner--contents .partner--content .section-subtitle__main {
    font-size: 18px;
  }
}
.overview .block03--right .content .partner--contents .partner--content .date strong {
  font-size: 1.5vw;
  font-weight: 600;
}
@media screen and (min-width: 1186px) {
  .overview .block03--right .content .partner--contents .partner--content .date strong {
    font-size: 17.8px;
  }
}
@media screen and (max-width: 1365px) {
  .overview .block03--right .content .partner--contents .partner--content .date strong {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block03--right .content .partner--contents .partner--content .date strong {
    font-size: 2.734375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1186px) {
  .overview .block03--right .content .partner--contents .partner--content .date strong {
    font-size: 17.8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1365px) {
  .overview .block03--right .content .partner--contents .partner--content .date strong {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .overview .block03--right .content .partner--contents .partner--content .date strong {
    font-size: 5.0724637681vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .overview .block03--right .content .partner--contents .partner--content .date strong {
    font-size: 17.8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .overview .block03--right .content .partner--contents .partner--content .date strong {
    font-size: 21px;
  }
}
.overview .block03--right .content .partner--contents .partner--content .textarea {
  background-color: white;
  border-radius: 1.1428571429vw;
  padding: 1.7857142857vw;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block03--right .content .partner--contents .partner--content .textarea {
    border-radius: 2.0833333333vw;
    padding: 3.2552083333vw;
  }
}
@media (max-width: 767px) {
  .overview .block03--right .content .partner--contents .partner--content .textarea {
    border-radius: 3.8647342995vw;
    padding: 6.038647343vw;
  }
}
.overview .block03--right .content .partner--contents .partner--content .textarea:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 4px;
  border: 1px solid black;
  width: 100%;
  height: 100%;
  border-radius: 1.1428571429vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block03--right .content .partner--contents .partner--content .textarea:before {
    border-radius: 2.0833333333vw;
  }
}
@media (max-width: 767px) {
  .overview .block03--right .content .partner--contents .partner--content .textarea:before {
    border-radius: 3.8647342995vw;
  }
}
.overview .block03--right .content .partner--contents .partner--content .other {
  margin-top: 0vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block03--right .content .partner--contents .partner--content .other {
    margin-top: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  .overview .block03--right .content .partner--contents .partner--content .other {
    margin-top: 1.9323671498vw;
  }
}
.overview .block03--right .content .partner--contents .partner--content .tour {
  margin-top: 1.7142857143vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block03--right .content .partner--contents .partner--content .tour {
    margin-top: 3.125vw;
  }
}
@media (max-width: 767px) {
  .overview .block03--right .content .partner--contents .partner--content .tour {
    margin-top: 5.7971014493vw;
  }
}
.overview .block03--right .content .partner--contents .partner--content .tour ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.2857142857vw;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block03--right .content .partner--contents .partner--content .tour ul {
    gap: 4.1666666667vw;
  }
}
@media (max-width: 767px) {
  .overview .block03--right .content .partner--contents .partner--content .tour ul {
    gap: 7.729468599vw;
  }
}
.overview .block03--right .content .partner--contents .partner--content .tour ul li.textarea {
  padding: 0.8571428571vw 1.7142857143vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block03--right .content .partner--contents .partner--content .tour ul li.textarea {
    padding: 1.5625vw 3.125vw;
  }
}
@media (max-width: 767px) {
  .overview .block03--right .content .partner--contents .partner--content .tour ul li.textarea {
    padding: 1.4492753623vw 5.7971014493vw 2.8985507246vw;
  }
}
.overview .block03--right .content .partner--contents .partner--content .tour ul li p {
  display: inline-flex;
  line-height: 1.6;
}
.overview .block03--right .content .partner--contents .partner--content .tour ul li:after {
  content: "";
  position: absolute;
  right: -1.7142857143vw;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13.9px;
  border-color: transparent transparent transparent #F4DE21;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block03--right .content .partner--contents .partner--content .tour ul li:after {
    right: -3.125vw;
  }
}
@media (max-width: 767px) {
  .overview .block03--right .content .partner--contents .partner--content .tour ul li:after {
    right: -5.7971014493vw;
  }
}
.overview .block03--right .content .partner--contents .partner--content .tour ul li:nth-last-of-type(1):after {
  display: none;
}
.overview .block03--right .content .partner--contents .partner--content .caption {
  margin-top: 1.1428571429vw;
  font-size: 1vw;
}
@media screen and (min-width: 1186px) {
  .overview .block03--right .content .partner--contents .partner--content .caption {
    font-size: 12.2px;
  }
}
@media screen and (max-width: 1365px) {
  .overview .block03--right .content .partner--contents .partner--content .caption {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block03--right .content .partner--contents .partner--content .caption {
    margin-top: 2.0833333333vw;
    font-size: 1.8229166667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1186px) {
  .overview .block03--right .content .partner--contents .partner--content .caption {
    font-size: 12.2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1365px) {
  .overview .block03--right .content .partner--contents .partner--content .caption {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .overview .block03--right .content .partner--contents .partner--content .caption {
    margin-top: 3.8647342995vw;
    font-size: 3.3816425121vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .overview .block03--right .content .partner--contents .partner--content .caption {
    font-size: 12.2px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .overview .block03--right .content .partner--contents .partner--content .caption {
    font-size: 14px;
  }
}
.overview .block03--illust {
  padding: 3.4285714286vw;
}
.overview .block04 {
  border-radius: 0;
  margin-top: 4.5714285714vw;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 4.8571428571vw 2.5vw 3.5714285714vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block04 {
    padding: 7.2916666667vw 3.125vw 8.3333333333vw;
  }
}
@media (max-width: 767px) {
  .overview .block04 {
    padding: 13.5265700483vw 5.7971014493vw 15.4589371981vw;
  }
}
.overview .block04:before {
  content: "";
  background-image: url(/wp-content/themes/nantochallenge/asset/images/home/icon-head02.svg);
  position: absolute;
  top: -5%;
  left: -27vw;
  transform: translate(0%, -50%) rotate(65deg);
  background-size: 30.5714285714vw;
  width: 30.5714285714vw;
  height: 30.5714285714vw;
  opacity: 0.6;
  z-index: 2;
}
.overview .block04 .contents {
  display: flex;
  justify-content: space-between;
  gap: 2.2857142857vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .overview .block04 .contents {
    flex-direction: column-reverse;
    gap: 4.1666666667vw;
  }
}
@media (max-width: 767px) {
  .overview .block04 .contents {
    flex-direction: column-reverse;
    gap: 7.729468599vw;
  }
}
.overview .block04 .contents .textarea {
  width: calc(100% - 16.5714285714vw);
}
@media (max-width: 767px) {
  .overview .block04 .contents .textarea {
    width: 100%;
  }
}
.overview .block04 .contents .illust {
  width: 14.2857142857vw;
}
@media (max-width: 767px) {
  .overview .block04 .contents .illust {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.overview .block04 .contents .illust figure img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.review {
  background-color: #6FD201;
  padding-bottom: 11.4285714286vw;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .review {
    padding-bottom: 20.8333333333vw;
  }
}
@media (max-width: 767px) {
  .review {
    padding-bottom: 38.6473429952vw;
  }
}
.review .wave path {
  fill: #6FD201;
}
.review .container {
  margin-top: 3.4285714286vw;
  background-color: white;
  border-radius: 0 13.7142857143vw 0 0;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .review .container {
    border-radius: 0 16.6666666667vw 0 0;
    margin-top: 6.25vw;
    border-radius: 0 16.6666666667vw 0 0;
  }
}
@media (max-width: 767px) {
  .review .container {
    border-radius: 0 30.9178743961vw 0 0;
    margin-top: 11.5942028986vw;
    border-radius: 0 30.9178743961vw 0 0;
  }
}
.review .container:before {
  content: "";
  background-image: url(/wp-content/themes/nantochallenge/asset/images/home/icon-head03.svg);
  position: absolute;
  top: 50%;
  right: -16%;
  transform: translate(15%, -50%) rotate(65deg);
  background-size: 34.2857142857vw;
  width: 34.2857142857vw;
  height: 34.2857142857vw;
  opacity: 0.6;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .review .container:before {
    top: 25%;
    background-size: 62.5vw;
    width: 62.5vw;
    height: 62.5vw;
  }
}
@media (max-width: 767px) {
  .review .container:before {
    top: 25%;
    background-size: 115.9420289855vw;
    width: 115.9420289855vw;
    height: 115.9420289855vw;
  }
}
.review .block01 {
  display: flex;
}
@media (max-width: 767px) {
  .review .block01 {
    flex-direction: column;
  }
}
.review .block01--left {
  width: 38.22%;
  padding: 4.8571428571vw 2.5vw 3.5714285714vw;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .review .block01--left {
    width: 45%;
    padding: 7.2916666667vw 3.125vw 8.3333333333vw;
    text-align: justify;
  }
}
@media (max-width: 767px) {
  .review .block01--left {
    width: 100%;
    padding: 13.5265700483vw 5.7971014493vw 15.4589371981vw;
    text-align: justify;
  }
}
.review .block01--left .illust {
  margin-top: 5.1428571429vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .review .block01--left .illust {
    margin-top: 9.375vw;
  }
}
@media (max-width: 767px) {
  .review .block01--left .illust {
    margin-top: 17.3913043478vw;
  }
}
.review .block01--left .illust figure img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.review .block01--right {
  width: 61.78%;
  border-radius: 0 13.7142857143vw 0 0;
  padding: 4.8571428571vw 3.4285714286vw 1.7142857143vw;
  background-color: #FFE83B;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .review .block01--right {
    width: 55%;
    padding: 8.3333333333vw 2.0833333333vw 7.2916666667vw 3.125vw;
  }
}
@media (max-width: 767px) {
  .review .block01--right {
    width: 100%;
    padding: 15.4589371981vw 5.7971014493vw 13.5265700483vw;
  }
}
.review .block01--right .persons {
  position: relative;
  z-index: 3;
}
.review .block01--right .persons .person {
  display: flex;
  gap: 2.2857142857vw;
}
.review .block01--right .persons .person .image_area {
  width: 100%;
  position: relative;
  display: block;
}
.review .block01--right .persons .person .image_area:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.review .block01--right .persons .person .image_area figure {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.review .block01--right .persons .person .image_area figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  display: block;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .review .block01--right .persons .person {
    flex-direction: column;
    gap: 3.125vw;
  }
}
@media (max-width: 767px) {
  .review .block01--right .persons .person {
    flex-direction: column;
    gap: 5.7971014493vw;
  }
}
.review .block01--right .persons .person .face {
  width: 8.5714285714vw;
  height: 8.5714285714vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .review .block01--right .persons .person .face {
    width: 15.625vw;
    height: 15.625vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .review .block01--right .persons .person .face {
    width: 28.9855072464vw;
    height: 28.9855072464vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.review .block01--right .persons .person .profile {
  width: calc(100% - 10.8571428571vw);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .review .block01--right .persons .person .profile {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .review .block01--right .persons .person .profile {
    width: 100%;
  }
}
.review .block01--right .persons .person .profile .reader {
  font-size: 1.1428571429vw;
  font-weight: 500;
  line-height: 1.45;
}
@media screen and (min-width: 1186px) {
  .review .block01--right .persons .person .profile .reader {
    font-size: 13.8px;
  }
}
@media screen and (max-width: 1365px) {
  .review .block01--right .persons .person .profile .reader {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .review .block01--right .persons .person .profile .reader {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1186px) {
  .review .block01--right .persons .person .profile .reader {
    font-size: 13.8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1365px) {
  .review .block01--right .persons .person .profile .reader {
    font-size: 16px;
  }
}
.review .block01--right .persons .person .profile .name h4 {
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 1.56;
}
@media screen and (min-width: 1186px) {
  .review .block01--right .persons .person .profile .name h4 {
    font-size: 17.8px;
  }
}
@media screen and (max-width: 1365px) {
  .review .block01--right .persons .person .profile .name h4 {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .review .block01--right .persons .person .profile .name h4 {
    font-size: 2.734375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1186px) {
  .review .block01--right .persons .person .profile .name h4 {
    font-size: 17.8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1365px) {
  .review .block01--right .persons .person .profile .name h4 {
    font-size: 21px;
  }
}
.review .block01--right .persons .person .profile .name span {
  font-size: 1.1428571429vw;
  font-weight: 400;
}
@media screen and (min-width: 1186px) {
  .review .block01--right .persons .person .profile .name span {
    font-size: 13.8px;
  }
}
@media screen and (max-width: 1365px) {
  .review .block01--right .persons .person .profile .name span {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .review .block01--right .persons .person .profile .name span {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1186px) {
  .review .block01--right .persons .person .profile .name span {
    font-size: 13.8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1365px) {
  .review .block01--right .persons .person .profile .name span {
    font-size: 16px;
  }
}
.review .block01--right .persons .person .profile .position {
  margin-top: 0.5714285714vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .review .block01--right .persons .person .profile .position {
    margin-top: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  .review .block01--right .persons .person .profile .position {
    margin-top: 1.9323671498vw;
    line-height: 1.56;
  }
}
.review .block01--right .persons .person + .person {
  margin-top: 2.2857142857vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .review .block01--right .persons .person + .person {
    margin-top: 8.3333333333vw;
  }
}
@media (max-width: 767px) {
  .review .block01--right .persons .person + .person {
    margin-top: 15.4589371981vw;
  }
}
.review .block01--right .persons .comingsoon {
  margin-top: 2.2857142857vw;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .review .block01--right .persons .comingsoon {
    font-size: 1.8229166667vw;
    margin-top: 4.1666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1186px) {
  .review .block01--right .persons .comingsoon {
    font-size: 12.2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1365px) {
  .review .block01--right .persons .comingsoon {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .review .block01--right .persons .comingsoon {
    font-size: 3.3816425121vw;
    margin-top: 7.729468599vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .review .block01--right .persons .comingsoon {
    font-size: 12.2px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .review .block01--right .persons .comingsoon {
    font-size: 14px;
  }
}

.benefits {
  background-color: #FFC840;
  padding-bottom: 11.4285714286vw;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .benefits {
    padding-bottom: 20.8333333333vw;
  }
}
@media (max-width: 767px) {
  .benefits {
    padding-bottom: 38.6473429952vw;
  }
}
.benefits .wave path {
  fill: #FFC840;
}
.benefits .container {
  margin-top: 8.5714285714vw;
  background-color: white;
  border-radius: 0 13.7142857143vw 0 0;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .benefits .container {
    margin-top: 12.5vw;
    border-radius: 0 16.6666666667vw 0 0;
  }
}
@media (max-width: 767px) {
  .benefits .container {
    margin-top: 23.1884057971vw;
    border-radius: 0 30.9178743961vw 0 0;
  }
}
.benefits .container:before {
  content: "";
  background-image: url(/wp-content/themes/nantochallenge/asset/images/home/icon-head04.svg);
  position: absolute;
  top: -12%;
  left: 45%;
  transform: translate(15%, 0%) rotate(-15deg);
  background-size: 22.4285714286vw;
  width: 22.4285714286vw;
  height: 22vw;
  opacity: 0.6;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .benefits .container:before {
    top: 45%;
    left: initial;
    right: -5%;
    background-size: 32.7083333333vw;
    width: 32.7083333333vw;
    height: 32.0833333333vw;
  }
}
@media (max-width: 767px) {
  .benefits .container:before {
    top: 45%;
    left: initial;
    right: -5%;
    background-size: 60.6763285024vw;
    width: 60.6763285024vw;
    height: 59.5169082126vw;
  }
}
.benefits .container:after {
  content: "";
  background-image: url(/wp-content/themes/nantochallenge/asset/images/home/benefits__block01-illust.svg);
  position: absolute;
  top: -11%;
  right: 5%;
  transform: translate(15%, 0%) scale(0.85);
  background-size: 18vw;
  width: 18vw;
  height: 22.9285714286vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .benefits .container:after {
    top: -6%;
    right: 5%;
    background-size: 16.40625vw;
    width: 16.40625vw;
    height: 20.8984375vw;
  }
}
@media (max-width: 767px) {
  .benefits .container:after {
    top: -6%;
    right: 5%;
    background-size: 30.4347826087vw;
    width: 30.4347826087vw;
    height: 38.768115942vw;
  }
}
.benefits .block01 {
  display: flex;
}
@media (max-width: 767px) {
  .benefits .block01 {
    flex-direction: column;
  }
}
.benefits .block01 .textarea {
  position: relative;
  z-index: 3;
}
.benefits .block01 .textarea .prize {
  position: relative;
}
.benefits .block01 .textarea .prize:nth-of-type(1) {
  margin-top: 4.5714285714vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .benefits .block01 .textarea .prize:nth-of-type(1) {
    margin-top: 8.3333333333vw;
  }
}
@media (max-width: 767px) {
  .benefits .block01 .textarea .prize:nth-of-type(1) {
    margin-top: 15.4589371981vw;
  }
}
.benefits .block01 .textarea .prize .grand, .benefits .block01 .textarea .prize .excellent {
  position: relative;
  background-color: #1083B5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10.7857142857vw;
  height: 3.2142857143vw;
  border-radius: 2.2857142857vw;
  position: absolute;
  top: -2vw;
  left: -0.5714285714vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .benefits .block01 .textarea .prize .grand, .benefits .block01 .textarea .prize .excellent {
    width: 19.6614583333vw;
    height: 5.859375vw;
    border-radius: 4.1666666667vw;
    top: -3.6458333333vw;
    left: -1.0416666667vw;
  }
}
@media (max-width: 767px) {
  .benefits .block01 .textarea .prize .grand, .benefits .block01 .textarea .prize .excellent {
    width: 36.4734299517vw;
    height: 10.8695652174vw;
    border-radius: 7.729468599vw;
    top: -6.7632850242vw;
    left: -1.9323671498vw;
  }
}
.benefits .block01 .textarea .prize .grand h4, .benefits .block01 .textarea .prize .excellent h4 {
  color: white;
  font-size: 1.2857142857vw;
  font-weight: 600;
  letter-spacing: 0.075rem;
}
@media screen and (min-width: 1186px) {
  .benefits .block01 .textarea .prize .grand h4, .benefits .block01 .textarea .prize .excellent h4 {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 1365px) {
  .benefits .block01 .textarea .prize .grand h4, .benefits .block01 .textarea .prize .excellent h4 {
    font-size: 18px;
  }
}
.benefits .block01 .textarea .prize .grand:after, .benefits .block01 .textarea .prize .excellent:after {
  content: "";
  position: absolute;
  width: 11.3571428571vw;
  height: 3.7857142857vw;
  background: linear-gradient(90deg, rgb(250, 224, 160) 0%, rgb(178, 149, 26) 100%);
  top: -0.2857142857vw;
  left: -0.2857142857vw;
  border-radius: 2.2857142857vw;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .benefits .block01 .textarea .prize .grand:after, .benefits .block01 .textarea .prize .excellent:after {
    width: 20.703125vw;
    height: 6.9010416667vw;
    top: -0.5208333333vw;
    left: -0.5208333333vw;
    border-radius: 4.1666666667vw;
  }
}
@media (max-width: 767px) {
  .benefits .block01 .textarea .prize .grand:after, .benefits .block01 .textarea .prize .excellent:after {
    width: 38.4057971014vw;
    height: 12.8019323671vw;
    top: -0.9661835749vw;
    left: -0.9661835749vw;
    border-radius: 7.729468599vw;
  }
}
.benefits .block01 .textarea .prize .excellent {
  background-color: #807123;
}
.benefits .block01 .textarea .prize + .prize {
  margin-top: 4.5714285714vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .benefits .block01 .textarea .prize + .prize {
    margin-top: 8.3333333333vw;
  }
}
@media (max-width: 767px) {
  .benefits .block01 .textarea .prize + .prize {
    margin-top: 15.4589371981vw;
  }
}
.benefits .block01 .textarea .prize .detail {
  padding: 1.7142857143vw;
  border: 1px solid black;
  border-radius: 1.1428571429vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8571428571vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .benefits .block01 .textarea .prize .detail {
    padding: 3.125vw;
    border-radius: 2.0833333333vw;
    gap: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .benefits .block01 .textarea .prize .detail {
    padding: 5.7971014493vw;
    border-radius: 3.8647342995vw;
    gap: 2.8985507246vw;
  }
}
.benefits .block01 .textarea .prize .detail .price {
  font-size: 1.9285714286vw;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (min-width: 1186px) {
  .benefits .block01 .textarea .prize .detail .price {
    font-size: 22.6px;
  }
}
@media screen and (max-width: 1365px) {
  .benefits .block01 .textarea .prize .detail .price {
    font-size: 27px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .benefits .block01 .textarea .prize .detail .price {
    font-size: 2.734375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1186px) {
  .benefits .block01 .textarea .prize .detail .price {
    font-size: 17.8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1365px) {
  .benefits .block01 .textarea .prize .detail .price {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .benefits .block01 .textarea .prize .detail .price {
    font-size: 5.0724637681vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .benefits .block01 .textarea .prize .detail .price {
    font-size: 17.8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .benefits .block01 .textarea .prize .detail .price {
    font-size: 21px;
  }
}
.benefits .block01 .textarea .prize .detail .price span {
  font-size: 1.2857142857vw;
}
@media screen and (min-width: 1186px) {
  .benefits .block01 .textarea .prize .detail .price span {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 1365px) {
  .benefits .block01 .textarea .prize .detail .price span {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .benefits .block01 .textarea .prize .detail .price span {
    font-size: 2.34375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1186px) {
  .benefits .block01 .textarea .prize .detail .price span {
    font-size: 15.4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1365px) {
  .benefits .block01 .textarea .prize .detail .price span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .benefits .block01 .textarea .prize .detail .price span {
    font-size: 3.8647342995vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .benefits .block01 .textarea .prize .detail .price span {
    font-size: 13.8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .benefits .block01 .textarea .prize .detail .price span {
    font-size: 16px;
  }
}
.benefits .block01 .textarea .prize .detail .content {
  font-size: 1.2857142857vw;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 1186px) {
  .benefits .block01 .textarea .prize .detail .content {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 1365px) {
  .benefits .block01 .textarea .prize .detail .content {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .benefits .block01 .textarea .prize .detail .content {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1186px) {
  .benefits .block01 .textarea .prize .detail .content {
    font-size: 13.8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1365px) {
  .benefits .block01 .textarea .prize .detail .content {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .benefits .block01 .textarea .prize .detail .content {
    font-size: 3.8647342995vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .benefits .block01 .textarea .prize .detail .content {
    font-size: 13.8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .benefits .block01 .textarea .prize .detail .content {
    font-size: 16px;
  }
}
.benefits .block01--left {
  width: 42.61%;
  padding: 4.8571428571vw 2.5vw 3.5714285714vw;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .benefits .block01--left {
    padding: 8.3333333333vw 3.125vw 8.3333333333vw;
  }
}
@media (max-width: 767px) {
  .benefits .block01--left {
    width: 100%;
    padding: 15.4589371981vw 5.7971014493vw 15.4589371981vw;
  }
}
.benefits .block01--right {
  width: 57.39%;
  border-radius: 0 13.7142857143vw 0 0;
  padding: 11.7142857143vw 3.4285714286vw 4.2857142857vw 3.4285714286vw;
  background-color: #806322;
  color: white;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .benefits .block01--right {
    padding: 15.3645833333vw 3.125vw 8.3333333333vw;
    text-align: justify;
  }
}
@media (max-width: 767px) {
  .benefits .block01--right {
    width: 100%;
    padding: 28.5024154589vw 5.7971014493vw 15.4589371981vw;
    text-align: justify;
  }
}
.benefits .block01--right .white_area {
  background-color: white;
  color: initial;
  border-radius: 1.1428571429vw 9.1428571429vw 1.1428571429vw 1.1428571429vw;
  padding: 2.3571428571vw 4.7142857143vw 3vw 2.4285714286vw;
  z-index: 0;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .benefits .block01--right .white_area {
    border-radius: 2.0833333333vw 16.6666666667vw 2.0833333333vw 2.0833333333vw;
    padding: 8.3333333333vw 3.125vw 5.46875vw 3.125vw;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .benefits .block01--right .white_area {
    border-radius: 3.8647342995vw 30.9178743961vw 3.8647342995vw 3.8647342995vw;
    padding: 15.4589371981vw 5.7971014493vw 10.1449275362vw 5.7971014493vw;
    line-height: 1.6;
  }
}
.benefits .block01 .textarea + h3 {
  margin-top: 4vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .benefits .block01 .textarea + h3 {
    margin-top: 7.2916666667vw;
  }
}
@media (max-width: 767px) {
  .benefits .block01 .textarea + h3 {
    margin-top: 13.5265700483vw;
  }
}

.fieldwork {
  background-color: #8E3BFF;
  padding-bottom: 11.4285714286vw;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fieldwork {
    padding-bottom: 20.8333333333vw;
  }
}
@media (max-width: 767px) {
  .fieldwork {
    padding-bottom: 38.6473429952vw;
  }
}
.fieldwork .wave path {
  fill: #8E3BFF;
}
.fieldwork .container {
  margin-top: 3.4285714286vw;
  background-color: white;
  border-radius: 0 13.7142857143vw 0 0;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fieldwork .container {
    margin-top: 6.25vw;
    border-radius: 0 16.6666666667vw 0 0;
  }
}
@media (max-width: 767px) {
  .fieldwork .container {
    margin-top: 11.5942028986vw;
    border-radius: 0 30.9178743961vw 0 0;
  }
}
.fieldwork .container:before {
  content: "";
  background-image: url(/wp-content/themes/nantochallenge/asset/images/home/icon-head05.svg);
  position: absolute;
  top: 50%;
  right: -15%;
  transform: translate(15%, -25%) rotate(-15deg);
  background-size: 22.4285714286vw;
  width: 22.4285714286vw;
  height: 22vw;
  opacity: 0.6;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fieldwork .container:before {
    top: 35%;
    background-size: 28.6197916667vw;
    width: 28.6197916667vw;
    height: 28.0729166667vw;
  }
}
@media (max-width: 767px) {
  .fieldwork .container:before {
    top: 35%;
    background-size: 53.0917874396vw;
    width: 53.0917874396vw;
    height: 52.077294686vw;
  }
}
.fieldwork .block01 {
  display: flex;
}
@media (max-width: 767px) {
  .fieldwork .block01 {
    flex-direction: column;
  }
}
.fieldwork .block01--left {
  width: 38.22%;
  padding: 4.8571428571vw 2.4285714286vw 3.5714285714vw;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fieldwork .block01--left {
    padding: 8.3333333333vw 4.4270833333vw 8.3333333333vw;
  }
}
@media (max-width: 767px) {
  .fieldwork .block01--left {
    width: 100%;
    padding: 15.4589371981vw 8.2125603865vw 15.4589371981vw;
  }
}
.fieldwork .block01--left .textarea + .textarea {
  margin-top: 5.1428571429vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fieldwork .block01--left .textarea + .textarea {
    margin-top: 9.375vw;
  }
}
@media (max-width: 767px) {
  .fieldwork .block01--left .textarea + .textarea {
    margin-top: 15.4589371981vw;
  }
}
.fieldwork .block01--left .link {
  margin-top: 3.4285714286vw;
  margin-bottom: 3.4285714286vw;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.fieldwork .block01--right {
  width: 61.78%;
  border-radius: 0 13.7142857143vw 0 0;
  padding: 5.7142857143vw 3.4285714286vw 12.8571428571vw 3.4285714286vw;
  background-color: #3BC3FF;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fieldwork .block01--right {
    border-radius: 0 16.6666666667vw 0 0;
    padding: 10.4166666667vw 2.34375vw 10.4166666667vw 4.4270833333vw;
  }
}
@media (max-width: 767px) {
  .fieldwork .block01--right {
    width: 100%;
    border-radius: 0 30.9178743961vw 0 0;
    padding: 19.3236714976vw 4.347826087vw 19.3236714976vw 8.2125603865vw;
  }
}
.fieldwork .block01--right .route {
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .fieldwork .block01--right .route {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.fieldwork .block01--right .route:nth-of-type(1) {
  margin-top: 4.5714285714vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fieldwork .block01--right .route:nth-of-type(1) {
    margin-top: 8.3333333333vw;
  }
}
@media (max-width: 767px) {
  .fieldwork .block01--right .route:nth-of-type(1) {
    margin-top: 15.4589371981vw;
  }
}
.fieldwork .block01--right .route:nth-last-child(1) {
  padding-top: 5.7142857143vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fieldwork .block01--right .route:nth-last-child(1) {
    padding-top: 8.3333333333vw;
  }
}
@media (max-width: 767px) {
  .fieldwork .block01--right .route:nth-last-child(1) {
    padding-top: 15.4589371981vw;
  }
}
.fieldwork .block01--right .route .area-title {
  background-color: #634190;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.2857142857vw;
  position: absolute;
  padding: 0.5714285714vw 2.2857142857vw;
  top: -2vw;
  left: -0.5714285714vw;
  z-index: 3;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fieldwork .block01--right .route .area-title {
    border-radius: 4.1666666667vw;
    padding: 1.0416666667vw 4.1666666667vw 1.0416666667vw 4.1666666667vw;
    top: -3.6458333333vw;
    left: -1.0416666667vw;
  }
}
@media (max-width: 767px) {
  .fieldwork .block01--right .route .area-title {
    border-radius: 7.729468599vw;
    padding: 1.9323671498vw 7.729468599vw 1.9323671498vw 7.729468599vw;
    top: -6.7632850242vw;
    left: -1.9323671498vw;
  }
}
.fieldwork .block01--right .route .area-title h4 {
  color: white;
  font-size: 1.2857142857vw;
  font-weight: 600;
  letter-spacing: 0.075rem;
}
@media screen and (min-width: 1186px) {
  .fieldwork .block01--right .route .area-title h4 {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 1365px) {
  .fieldwork .block01--right .route .area-title h4 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fieldwork .block01--right .route .area-title h4 {
    font-size: 2.34375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1186px) {
  .fieldwork .block01--right .route .area-title h4 {
    font-size: 15.4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1365px) {
  .fieldwork .block01--right .route .area-title h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .fieldwork .block01--right .route .area-title h4 {
    font-size: 4.347826087vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .fieldwork .block01--right .route .area-title h4 {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .fieldwork .block01--right .route .area-title h4 {
    font-size: 18px;
  }
}
.fieldwork .block01--right .route + .route {
  margin-top: 4.5714285714vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fieldwork .block01--right .route + .route {
    margin-top: 8.3333333333vw;
  }
}
@media (max-width: 767px) {
  .fieldwork .block01--right .route + .route {
    margin-top: 15.4589371981vw;
  }
}
.fieldwork .block01--right .detail {
  padding: 1.7142857143vw;
  border-radius: 1.1428571429vw;
  background-color: white;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fieldwork .block01--right .detail {
    padding: 3.125vw 4.1666666667vw 3.125vw 2.34375vw;
    border-radius: 2.0833333333vw;
    line-height: 1.56;
  }
  .fieldwork .block01--right .detail div:nth-of-type(1) {
    margin-bottom: 2.0833333333vw;
  }
}
@media (max-width: 767px) {
  .fieldwork .block01--right .detail {
    padding: 5.7971014493vw 7.729468599vw 5.7971014493vw 4.347826087vw;
    border-radius: 3.8647342995vw;
    line-height: 1.56;
  }
  .fieldwork .block01--right .detail div:nth-of-type(1) {
    margin-bottom: 3.8647342995vw;
  }
}
.fieldwork .block01--right .detail:before {
  content: "";
  border: 1px solid black;
  position: absolute;
  top: -4px;
  left: 4px;
  border-radius: 1.1428571429vw;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fieldwork .block01--right .detail:before {
    border-radius: 2.0833333333vw;
  }
}
@media (max-width: 767px) {
  .fieldwork .block01--right .detail:before {
    border-radius: 3.8647342995vw;
  }
}
.fieldwork .block01--right .detail .content {
  font-size: 1.2857142857vw;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 1186px) {
  .fieldwork .block01--right .detail .content {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 1365px) {
  .fieldwork .block01--right .detail .content {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fieldwork .block01--right .detail .content {
    font-size: 2.34375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1186px) {
  .fieldwork .block01--right .detail .content {
    font-size: 15.4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1365px) {
  .fieldwork .block01--right .detail .content {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .fieldwork .block01--right .detail .content {
    font-size: 4.347826087vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .fieldwork .block01--right .detail .content {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .fieldwork .block01--right .detail .content {
    font-size: 18px;
  }
}

.entery {
  background-color: #FFEE27;
  padding-bottom: 12.8571428571vw;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .entery {
    padding-bottom: 23.4375vw;
  }
}
@media (max-width: 767px) {
  .entery {
    padding-bottom: 43.4782608696vw;
  }
}
.entery .wave path {
  fill: #FFEE27;
}
.entery .container {
  margin-top: 3.4285714286vw;
  background-color: white;
  border-radius: 0 13.7142857143vw 0 0;
  position: relative;
}
@media (max-width: 767px) {
  .entery .container {
    border-radius: 0 30.9178743961vw 0 0;
  }
}
.entery .container:before {
  content: "";
  background-image: url(/wp-content/themes/nantochallenge/asset/images/home/icon-head06.svg);
  position: absolute;
  top: 60%;
  left: -20%;
  transform: rotate(-170deg);
  background-size: 18.7607142857vw;
  width: 18.7607142857vw;
  height: 18.7607142857vw;
  opacity: 0.6;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .entery .container:before {
    background-size: 34.19921875vw;
    width: 34.19921875vw;
    height: 34.19921875vw;
  }
}
@media (max-width: 767px) {
  .entery .container:before {
    top: 20%;
    left: -40%;
    transform: rotate(-195deg);
    background-size: 63.4420289855vw;
    width: 63.4420289855vw;
    height: 63.4420289855vw;
  }
}
.entery .block01 {
  display: flex;
}
@media (max-width: 767px) {
  .entery .block01 {
    flex-direction: column;
  }
}
.entery .block01--left {
  width: 50%;
  padding: 4.8571428571vw 2.4285714286vw 11.4285714286vw;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .entery .block01--left {
    padding: 8.3333333333vw 3.125vw 12.5vw;
  }
}
@media (max-width: 767px) {
  .entery .block01--left {
    width: 100%;
    padding: 15.4589371981vw 5.7971014493vw 23.1884057971vw;
  }
}
.entery .block01--left .illust {
  position: absolute;
  bottom: -5vw;
  left: 30%;
  width: 23.6571428571vw;
  height: 10.3428571429vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .entery .block01--left .illust {
    bottom: -9.1145833333vw;
    width: 35.0390625vw;
    height: 15.3190104167vw;
  }
}
@media (max-width: 767px) {
  .entery .block01--left .illust {
    bottom: -16.9082125604vw;
    width: 65vw;
    height: 28.4178743961vw;
  }
}
.entery .block01--right {
  width: 50%;
  border-radius: 0 13.7142857143vw 0 0;
  padding: 5.7142857143vw 3.4285714286vw 12.8571428571vw 3.4285714286vw;
  background-color: #FF5DBB;
  position: relative;
}
.entery .block01--right .btn-link {
  margin-top: 8px;
  border-radius: 4.5714285714vw;
  display: inline-block;
  padding: 0.8571428571vw 1.7142857143vw;
  position: relative;
}
.entery .block01--right .btn-link.btn-lightgreen {
  background-color: #DEED43;
}
.entery .block01--right .btn-link.btn-purple {
  background-color: #CC91FF;
}
.entery .block01--right .btn-link.btn-yellow {
  background-color: #F5E526;
}
.entery .block01--right .btn-link.btn-red {
  background-color: #ff9595;
}
.entery .block01--right .btn-link.btn-green {
  background-color: #3CBE2D;
}
.entery .block01--right .btn-link.btn-orange {
  background-color: #FCA417;
}
.entery .block01--right .btn-link.btn-blue {
  background-color: #3BC3FF;
}
.entery .block01--right .btn-link:before {
  content: "";
  position: absolute;
  border: 2px solid #000;
  top: -4px;
  left: 4px;
  width: 100%;
  height: 100%;
  border-radius: 4.5714285714vw;
}
.entery .block01--right .btn-link:after {
  content: ">";
  position: absolute;
  right: 8px;
  top: calc(50% - 2px);
  transform: translateY(-50%) scale(0.5, 1.2);
}
.entery .block01--right .btn-link span {
  padding-bottom: 4px;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .entery .block01--right {
    padding: 10.4166666667vw 3.125vw 8.3333333333vw 3.4285714286vw;
  }
  .entery .block01--right .btn-link {
    margin-top: 8px;
    border-radius: 8.3333333333vw;
    display: inline-block;
    padding: 1.5625vw 3.125vw;
    position: relative;
  }
  .entery .block01--right .btn-link.btn-lightgreen {
    background-color: #DEED43;
  }
  .entery .block01--right .btn-link.btn-purple {
    background-color: #CC91FF;
  }
  .entery .block01--right .btn-link.btn-yellow {
    background-color: #F5E526;
  }
  .entery .block01--right .btn-link.btn-red {
    background-color: #ff9595;
  }
  .entery .block01--right .btn-link.btn-green {
    background-color: #3CBE2D;
  }
  .entery .block01--right .btn-link.btn-orange {
    background-color: #FCA417;
  }
  .entery .block01--right .btn-link.btn-blue {
    background-color: #3BC3FF;
  }
  .entery .block01--right .btn-link:before {
    content: "";
    position: absolute;
    border: 2px solid #000;
    top: -4px;
    left: 4px;
    width: 100%;
    height: 100%;
    border-radius: 8.3333333333vw;
  }
  .entery .block01--right .btn-link:after {
    content: ">";
    position: absolute;
    right: 8px;
    top: calc(50% - 2px);
    transform: translateY(-50%) scale(0.5, 1.2);
  }
  .entery .block01--right .btn-link span {
    padding-bottom: 4px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .entery .block01--right {
    width: 100%;
    padding: 19.3236714976vw 5.7971014493vw 15.4589371981vw 3.4285714286vw;
  }
  .entery .block01--right .btn-link {
    margin-top: 8px;
    border-radius: 15.4589371981vw;
    display: inline-block;
    padding: 2.8985507246vw 5.7971014493vw;
    position: relative;
  }
  .entery .block01--right .btn-link.btn-lightgreen {
    background-color: #DEED43;
  }
  .entery .block01--right .btn-link.btn-purple {
    background-color: #CC91FF;
  }
  .entery .block01--right .btn-link.btn-yellow {
    background-color: #F5E526;
  }
  .entery .block01--right .btn-link.btn-red {
    background-color: #ff9595;
  }
  .entery .block01--right .btn-link.btn-green {
    background-color: #3CBE2D;
  }
  .entery .block01--right .btn-link.btn-orange {
    background-color: #FCA417;
  }
  .entery .block01--right .btn-link.btn-blue {
    background-color: #3BC3FF;
  }
  .entery .block01--right .btn-link:before {
    content: "";
    position: absolute;
    border: 2px solid #000;
    top: -4px;
    left: 4px;
    width: 100%;
    height: 100%;
    border-radius: 15.4589371981vw;
  }
  .entery .block01--right .btn-link:after {
    content: ">";
    position: absolute;
    right: 8px;
    top: calc(50% - 2px);
    transform: translateY(-50%) scale(0.5, 1.2);
  }
  .entery .block01--right .btn-link span {
    padding-bottom: 4px;
    display: inline-block;
  }
}
.entery .block01--right .btn-link {
  text-align: center;
  font-weight: 500;
}
.entery .block01--right .link + .link {
  margin-top: 1.7142857143vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .entery .block01--right .link + .link {
    margin-top: 3.125vw;
  }
}
@media (max-width: 767px) {
  .entery .block01--right .link + .link {
    margin-top: 5.7971014493vw;
  }
}

.sponsor {
  background-color: #7F6322;
  padding-bottom: 12.8571428571vw;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sponsor {
    padding-bottom: 16.9270833333vw;
  }
}
@media (max-width: 767px) {
  .sponsor {
    padding-bottom: 31.4009661836vw;
  }
}
.sponsor .wave path {
  fill: #7F6322;
}
.sponsor .container {
  margin-top: 3.4285714286vw;
  background-color: white;
  border-radius: 0 13.7142857143vw 0 0;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sponsor .container {
    margin-top: 6.25vw;
    border-radius: 0 16.6666666667vw 0 0;
  }
}
@media (max-width: 767px) {
  .sponsor .container {
    margin-top: 11.5942028986vw;
    border-radius: 0 30.9178743961vw 0 0;
  }
}
.sponsor .container:before {
  content: "";
  background-image: url(/wp-content/themes/nantochallenge/asset/images/home/icon-head07.svg);
  position: absolute;
  bottom: -30%;
  right: -18%;
  transform: rotate(-155deg);
  background-size: 22.0714285714vw;
  width: 22.0714285714vw;
  height: 22.0714285714vw;
  opacity: 0.6;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sponsor .container:before {
    background-size: 20.1171875vw;
    width: 20.1171875vw;
    height: 20.1171875vw;
  }
}
@media (max-width: 767px) {
  .sponsor .container:before {
    background-size: 37.3188405797vw;
    width: 37.3188405797vw;
    height: 37.3188405797vw;
  }
}
.sponsor .block01 {
  display: flex;
}
.sponsor .block01--left {
  width: 50%;
  padding: 4.8571428571vw 2.4285714286vw 17.5vw;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sponsor .block01--left {
    width: 100%;
    padding: 8.3333333333vw 3.125vw 16.9270833333vw;
  }
}
@media (max-width: 767px) {
  .sponsor .block01--left {
    width: 100%;
    padding: 15.4589371981vw 5.7971014493vw 31.4009661836vw;
  }
}
.sponsor .block01--left .illust {
  position: absolute;
  bottom: -14%;
  left: -20%;
  width: 14.7428571429vw;
  height: 12.2857142857vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sponsor .block01--left .illust {
    bottom: -4%;
    left: -10%;
    width: 16.796875vw;
    height: 13.9973958333vw;
  }
}
@media (max-width: 767px) {
  .sponsor .block01--left .illust {
    bottom: -4%;
    left: -10%;
    width: 31.1594202899vw;
    height: 25.9661835749vw;
  }
}
.sponsor .block01--right {
  width: 50%;
  border-radius: 0 13.7142857143vw 0 0;
  padding: 5.7142857143vw 3.4285714286vw 12.8571428571vw 3.4285714286vw;
  background-color: #2FB8FF;
  position: relative;
}
.sponsor .block01--right .btn-link {
  margin-top: 8px;
  border-radius: 4.5714285714vw;
  display: inline-block;
  padding: 0.8571428571vw 1.7142857143vw;
  position: relative;
}
.sponsor .block01--right .btn-link.btn-lightgreen {
  background-color: #DEED43;
}
.sponsor .block01--right .btn-link.btn-purple {
  background-color: #CC91FF;
}
.sponsor .block01--right .btn-link.btn-yellow {
  background-color: #F5E526;
}
.sponsor .block01--right .btn-link.btn-red {
  background-color: #ff9595;
}
.sponsor .block01--right .btn-link.btn-green {
  background-color: #3CBE2D;
}
.sponsor .block01--right .btn-link.btn-orange {
  background-color: #FCA417;
}
.sponsor .block01--right .btn-link.btn-blue {
  background-color: #3BC3FF;
}
.sponsor .block01--right .btn-link:before {
  content: "";
  position: absolute;
  border: 2px solid #000;
  top: -4px;
  left: 4px;
  width: 100%;
  height: 100%;
  border-radius: 4.5714285714vw;
}
.sponsor .block01--right .btn-link:after {
  content: ">";
  position: absolute;
  right: 8px;
  top: calc(50% - 2px);
  transform: translateY(-50%) scale(0.5, 1.2);
}
.sponsor .block01--right .btn-link span {
  padding-bottom: 4px;
  display: inline-block;
}
.sponsor .block01--right .btn-link {
  text-align: center;
  font-weight: 500;
}
.sponsor .block01--right .link + .link {
  margin-top: 1.7142857143vw;
}

.internship {
  background-color: #FF81C5;
  padding-bottom: 12.8571428571vw;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .internship {
    padding-bottom: 23.4375vw;
  }
}
@media (max-width: 767px) {
  .internship {
    padding-bottom: 43.4782608696vw;
  }
}
.internship .wave path {
  fill: #FF81C5;
}
.internship .container {
  margin-top: 3.4285714286vw;
  background-color: white;
  border-radius: 0 13.7142857143vw 0 0;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .internship .container {
    margin-top: 6.25vw;
    border-radius: 0 16.6666666667vw 0 0;
  }
}
@media (max-width: 767px) {
  .internship .container {
    margin-top: 11.5942028986vw;
    border-radius: 0 30.9178743961vw 0 0;
  }
}
.internship .container:before {
  content: "";
  background-image: url(/wp-content/themes/nantochallenge/asset/images/home/icon-head08.svg);
  position: absolute;
  top: 50%;
  left: -22%;
  transform: translateY(-50%) rotate(0deg);
  background-size: 20.7428571429vw;
  width: 20.7428571429vw;
  height: 23.9428571429vw;
  opacity: 0.6;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .internship .container:before {
    top: 50%;
    left: -22%;
    background-size: 23.6328125vw;
    width: 23.6328125vw;
    height: 27.2786458333vw;
    opacity: 0.45;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .internship .container:before {
    top: 50%;
    left: -22%;
    background-size: 43.8405797101vw;
    width: 43.8405797101vw;
    height: 50.6038647343vw;
    opacity: 0.45;
    z-index: -1;
  }
}
.internship .block01 {
  border-radius: 0 13.7142857143vw 0 0;
  padding: 5.7142857143vw 3.4285714286vw 12.8571428571vw 3.4285714286vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .internship .block01 {
    position: relative;
    z-index: 2;
    border-radius: 0 16.6666666667vw 0 0;
    padding: 10.4166666667vw 3.125vw 23.4375vw 3.4285714286vw;
  }
}
@media (max-width: 767px) {
  .internship .block01 {
    position: relative;
    z-index: 2;
    border-radius: 0 30.9178743961vw 0 0;
    padding: 19.3236714976vw 5.7971014493vw 43.4782608696vw 3.4285714286vw;
  }
}
.internship .block01 .illust {
  position: absolute;
  bottom: -8%;
  right: -8%;
  width: 15.0285714286vw;
  height: 12.4vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .internship .block01 .illust {
    width: 27.3958333333vw;
    height: 22.6041666667vw;
  }
}
@media (max-width: 767px) {
  .internship .block01 .illust {
    width: 50.8212560386vw;
    height: 41.9323671498vw;
  }
}

.faq {
  background-color: #4D84FF;
  padding-bottom: 12.8571428571vw;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .faq {
    padding-bottom: 23.4375vw;
  }
}
@media (max-width: 767px) {
  .faq {
    padding-bottom: 43.4782608696vw;
  }
}
.faq .wave path {
  fill: #4D84FF;
}
.faq .container {
  margin-top: 3.4285714286vw;
  background-color: white;
  border-radius: 0 13.7142857143vw 0 0;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .faq .container {
    margin-top: 6.25vw;
    border-radius: 0 16.6666666667vw 0 0;
  }
}
@media (max-width: 767px) {
  .faq .container {
    margin-top: 11.5942028986vw;
    border-radius: 0 30.9178743961vw 0 0;
  }
}
.faq .container:before {
  content: "";
  background-image: url(/wp-content/themes/nantochallenge/asset/images/home/icon-head09.svg);
  position: absolute;
  bottom: -10%;
  right: -20%;
  transform: translateY(0%) rotate(-15deg);
  background-size: 21.1428571429vw;
  width: 21.1428571429vw;
  height: 18.3428571429vw;
  opacity: 0.6;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .faq .container:before {
    background-size: 31.3151041667vw;
    width: 31.3151041667vw;
    height: 27.16796875vw;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .faq .container:before {
    background-size: 58.0917874396vw;
    width: 58.0917874396vw;
    height: 50.3985507246vw;
    z-index: -1;
  }
}
.faq .block01 {
  border-radius: 0 13.7142857143vw 0 0;
  padding: 5.7142857143vw 3.4285714286vw 5.7142857143vw 3.4285714286vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .faq .block01 {
    border-radius: 0 16.6666666667vw 0 0;
    padding: 8.3333333333vw 3.125vw 8.3333333333vw 5.7971014493vw;
  }
}
@media (max-width: 767px) {
  .faq .block01 {
    border-radius: 0 30.9178743961vw 0 0;
    padding: 15.4589371981vw 5.7971014493vw 15.4589371981vw 5.7971014493vw;
  }
}
.faq .block01 .textarea, .faq .block01 .section-subtitle {
  position: relative;
  z-index: 3;
}
.faq .block01 .textarea + .section-subtitle {
  margin-top: 3.4285714286vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .faq .block01 .textarea + .section-subtitle {
    margin-top: 6.25vw;
  }
}
@media (max-width: 767px) {
  .faq .block01 .textarea + .section-subtitle {
    margin-top: 11.5942028986vw;
  }
}
.faq .block01 .illust {
  position: absolute;
  top: -8%;
  right: 8%;
  width: 17.6571428571vw;
  height: 11.1428571429vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .faq .block01 .illust {
    top: -3%;
    width: 26.15234375vw;
    height: 16.50390625vw;
  }
}
@media (max-width: 767px) {
  .faq .block01 .illust {
    top: -3%;
    width: 48.5144927536vw;
    height: 30.615942029vw;
  }
}

.note {
  background-color: #E0E0E0;
  padding-bottom: 12.8571428571vw;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .note {
    padding-bottom: 23.4375vw;
  }
}
@media (max-width: 767px) {
  .note {
    padding-bottom: 43.4782608696vw;
  }
}
.note .wave path {
  fill: #E0E0E0;
}
.note .container {
  margin-top: 3.4285714286vw;
  background-color: white;
  border-radius: 0 13.7142857143vw 0 0;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .note .container {
    margin-top: 6.25vw;
    border-radius: 0 16.6666666667vw 0 0;
  }
}
@media (max-width: 767px) {
  .note .container {
    margin-top: 11.5942028986vw;
    border-radius: 0 30.9178743961vw 0 0;
  }
}
.note .container:before {
  content: "";
  background-image: url(/wp-content/themes/nantochallenge/asset/images/home/icon-head10.svg);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 10%;
  left: -18%;
  transform: translateY(0%) rotate(-15deg);
  background-size: 16.6857142857vw;
  width: 16.6857142857vw;
  height: 18vw;
  opacity: 0.6;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .note .container:before {
    background-size: 24.7135416667vw;
    width: 24.7135416667vw;
    height: 26.66015625vw;
    opacity: 0.45;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .note .container:before {
    background-size: 45.845410628vw;
    width: 45.845410628vw;
    height: 49.4565217391vw;
    opacity: 0.45;
    z-index: -1;
  }
}
.note .block01 {
  border-radius: 0 13.7142857143vw 0 0;
  padding: 5.7142857143vw 3.4285714286vw 5.7142857143vw 3.4285714286vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .note .block01 {
    border-radius: 0 16.6666666667vw 0 0;
    padding: 8.3333333333vw 3.125vw;
  }
}
@media (max-width: 767px) {
  .note .block01 {
    border-radius: 0 30.9178743961vw 0 0;
    padding: 15.4589371981vw 5.7971014493vw;
  }
}
.note .block01 .textarea, .note .block01 .section-subtitle {
  position: relative;
  z-index: 3;
}
.note .block01 .textarea + .section-subtitle {
  margin-top: 3.4285714286vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .note .block01 .textarea + .section-subtitle {
    margin-top: 6.25vw;
  }
}
@media (max-width: 767px) {
  .note .block01 .textarea + .section-subtitle {
    margin-top: 11.5942028986vw;
  }
}
.note .block01 .illust {
  position: absolute;
  top: 7%;
  right: 8%;
  width: 21.3714285714vw;
  height: 11.0857142857vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .note .block01 .illust {
    position: initial;
    margin-top: 4.1666666667vw;
    width: 31.6536458333vw;
    height: 16.4192708333vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .note .block01 .illust {
    position: initial;
    margin-top: 7.729468599vw;
    width: 58.7198067633vw;
    height: 30.4589371981vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer {
  background-color: white;
  position: relative;
}
.footer .container {
  position: relative;
}
.footer .wave path {
  fill: white;
}
.footer .nanto--logo {
  margin-top: 4vw;
  margin-bottom: 6.8571428571vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer .nanto--logo {
    margin-top: 4.1666666667vw;
    margin-bottom: 6.25vw;
  }
}
@media (max-width: 767px) {
  .footer .nanto--logo {
    margin-top: 7.729468599vw;
    margin-bottom: 11.5942028986vw;
  }
}
.footer__info .textarea + .textarea {
  margin-top: 3.4285714286vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer__info .textarea + .textarea {
    margin-top: 6.25vw;
  }
}
@media (max-width: 767px) {
  .footer__info .textarea + .textarea {
    margin-top: 11.5942028986vw;
  }
}
.footer__bottom {
  margin-top: 9.1428571429vw;
  margin-bottom: 2.2857142857vw;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer__bottom {
    margin-top: 6.25vw;
    margin-bottom: 4.1666666667vw;
    font-size: 1.6927083333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1186px) {
  .footer__bottom {
    font-size: 11.4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1365px) {
  .footer__bottom {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .footer__bottom {
    margin-top: 11.5942028986vw;
    margin-bottom: 7.729468599vw;
    font-size: 3.1400966184vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .footer__bottom {
    font-size: 11.4px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .footer__bottom {
    font-size: 13px;
  }
}
.footer__sns {
  position: absolute;
  right: 0;
  bottom: 0vw;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer__sns {
    position: initial;
    margin-top: 6.25vw;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .footer__sns {
    position: initial;
    margin-top: 11.5942028986vw;
    text-align: right;
  }
}
.footer__sns .qrcode img {
  width: 7.6428571429vw;
  aspect-ratio: 1/1;
}
.footer__sns .link + .qrcode, .footer__sns .link + .link {
  margin-top: 1.7142857143vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer__sns .link + .qrcode, .footer__sns .link + .link {
    margin-top: 2.0833333333vw;
  }
}
@media (max-width: 767px) {
  .footer__sns .link + .qrcode, .footer__sns .link + .link {
    margin-top: 3.8647342995vw;
  }
}
