.anim {
  backface-visibility: hidden;
  will-change: transform;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim--slow {
  animation-duration: 1s !important;
}

.anim--delay {
  animation-delay: 0.6s !important;
}

.anim-hide {
  opacity: 0;
}

.anim-fadeIn.onAnim {
  animation: fadeIn 1s ease 0s 1 alternate forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeUp.onAnim {
  animation: fadeUp 1s ease 0s 1 alternate forwards;
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeLeft.onAnim {
  animation: fadeLeft 1s ease 0s 1 alternate forwards;
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeRight.onAnim {
  animation: fadeRight 1s ease 0s 1 alternate forwards;
}

img {
  display: block;
  max-width: 100%;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

:-moz-placeholder-shown {
  color: #ccc;
}

:placeholder-shown {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
}

a {
  color: #333;
}
a:hover {
  text-decoration: underline;
}

html {
  font-size: 16px;
}
@media all and (max-width: 680px) {
  html {
    font-size: 3.7208vw;
  }
}

body {
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.75;
  color: #333;
  overscroll-behavior: none;
}
@media all and (max-width: 680px) {
  body {
    font-size: 3.7208vw;
  }
}
body.hide {
  overflow: hidden;
}
body figure {
  margin: 0;
}

img {
  width: 100%;
  height: auto;
}

.o_sp {
  display: none !important;
}

.o_sp2 {
  display: none !important;
}

.hiddenBox {
  overflow: hidden;
}

.textRight {
  text-align: right;
}

@media all and (max-width: 680px) {
  .o_sp {
    display: block !important;
  }
}
@media all and (max-width: 1024px) {
  .o_pc {
    display: none !important;
  }
}

@media all and (max-width: 680px) {
  html {
    font-size: 3.7208vw;
  }
  body {
    font-size: 3.7208vw;
  }
}
@media all and (max-width: 680px) {
  .o_sp2 {
    display: block !important;
  }
  .no_sp {
    display: none !important;
  }
}
.inner {
  max-width: 1180px;
  padding: 0 50px;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}
@media all and (max-width: 1024px) {
  .inner {
    padding: 0 30px;
  }
}
@media all and (max-width: 680px) {
  .inner {
    padding: 0 4.651vw;
  }
}

.mainHeader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 4.651vw;
  background-color: #fff;
  transition: all 0.3s ease 0s;
}
.mainHeader:hover {
  text-decoration: none;
}
.mainHeader:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #015CB5;
  transition: all 0.3s ease 0s;
  transform-origin: left;
}
.mainHeader:after:hover {
  text-decoration: none;
}
@media all and (max-width: 680px) {
  .mainHeader:after {
    height: 0.23255vw;
  }
}
@media all and (min-width: 681px) {
  .mainHeader {
    padding: 22px 30px;
  }
}
@media all and (min-width: 1281px) {
  .mainHeader {
    padding: 30px 50px;
  }
}
.mainHeader__inner {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}
.mainHeader__logo {
  position: relative;
  z-index: 120;
  width: 235px;
  transition: all 0.3s ease 0s;
  filter: none;
}
.mainHeader__logo:hover {
  text-decoration: none;
}
@media all and (max-width: 1280px) {
  .mainHeader__logo {
    width: 210px;
  }
}
@media all and (max-width: 1024px) {
  .mainHeader__logo {
    width: 159px;
  }
}
@media all and (max-width: 680px) {
  .mainHeader__logo {
    width: 36.97545vw;
  }
}
.mainHeader__logo img {
  height: auto;
  width: 100%;
}
.mainHeader.top {
  background-color: transparent;
}
.mainHeader.top:after {
  scale: 0 1;
}
.mainHeader.top .mainHeader__logo {
  filter: brightness(0%) invert(1);
}
.mainHeader.active .mainHeader__logo {
  filter: none;
}

.mainHeader.top .spBT:not(.active) .spBT__inner {
  background-color: #fff;
}
.mainHeader.top .spBT:not(.active) .spBT__bar {
  background-color: #00A0AA;
}
@media all and (min-width: 1025px) {
  .mainHeader.top .gNav__list__item a {
    color: #fff;
  }
  .mainHeader.top .gNav__list__item a:after {
    background-color: #fff;
  }
}

@media all and (max-width: 1024px) {
  .gNav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 70px 0 0;
    background-color: #fff;
    width: 100%;
    transition: opacity 0.3s 0s ease, translate 0s 0.3s ease;
    translate: 120% 0;
    opacity: 0;
    border-bottom: 1px solid #015CB5;
  }
  .gNav.active {
    transition: opacity 0.3s 0s ease, translate 0s 0s ease;
    opacity: 1;
    translate: 0 0;
  }
}
@media all and (max-width: 680px) {
  .gNav {
    padding: 17.44125vw 0 0;
    border-bottom-width: 0.23255vw;
  }
}
@media all and (max-width: 1024px) {
  .gNav__inner {
    max-height: calc(100vh - 70px);
    padding-bottom: 70px;
    overflow: auto;
  }
}
@media all and (max-width: 680px) {
  .gNav__inner {
    max-height: calc(100vh - 14.65065vw);
    padding-bottom: 14.65065vw;
  }
}
.gNav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  line-height: 1.4;
}
@media all and (min-width: 1281px) {
  .gNav__list {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 1025px) {
  .gNav__list {
    gap: 1.75em;
  }
}
@media all and (max-width: 1024px) {
  .gNav__list {
    flex-direction: column;
    align-items: normal;
  }
}
.gNav__list__item a {
  display: flex;
  color: #015CB5;
  position: relative;
  padding: 0.35em 0;
}
.gNav__list__item a:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #015CB5;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.gNav__list__item a:after:hover {
  text-decoration: none;
}
.gNav__list__item a:hover {
  text-decoration: none;
}
@media all and (min-width: 1025px) {
  .gNav__list__item a:hover:after {
    opacity: 1;
  }
}
@media all and (max-width: 1024px) {
  .gNav__list__item a {
    font-size: 1.5rem;
    position: relative;
    padding: 20px 30px;
  }
  .gNav__list__item a:after {
    display: none;
  }
  .gNav__list__item a:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #015CB5;
    transition: all 0.3s ease 0s;
    transform-origin: left;
    scale: 0 1;
    position: absolute;
  }
  .gNav__list__item a:before:hover {
    text-decoration: none;
  }
  .gNav__list__item a span {
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 5;
  }
  .gNav__list__item a span:hover {
    text-decoration: none;
  }
}
@media all and (max-width: 1024px) and (max-width: 680px) {
  .gNav__list__item a {
    padding: 3.48825vw 4.651vw;
  }
}
@media all and (max-width: 1024px) {
  .gNav__list__item a:hover {
    text-decoration: none;
    color: #fff;
  }
  .gNav__list__item a:hover:before {
    scale: 1 1;
  }
}
@media all and (max-width: 1024px) {
  .gNav__list__entry {
    margin-top: 30px;
    padding: 0 30px;
  }
}
@media all and (max-width: 680px) {
  .gNav__list__entry {
    margin-top: 6.9765vw;
    padding: 0 4.651vw;
  }
}
.gNav__list__entrybt {
  display: block;
  color: #fff;
  padding: 1px;
  border-radius: 4em;
  background: linear-gradient(90deg, #835A13 0%, #F8C058 50%, #835A13 100%);
}
@media all and (max-width: 680px) {
  .gNav__list__entrybt {
    padding: 0.23255vw;
  }
}
.gNav__list__entrybt__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4em;
  padding: 0.3em 1em;
  gap: 0.3em;
  background: linear-gradient(0deg, #835A13 6.17%, #F8C058 91.11%);
}
.gNav__list__entrybt .arrow {
  width: 18px;
  height: 18px;
  transition: all 0.3s ease 0s;
}
.gNav__list__entrybt .arrow:hover {
  text-decoration: none;
}
.gNav__list__entrybt .arrow img {
  width: 100%;
  height: auto;
}
.gNav__list__entrybt:hover {
  text-decoration: none;
}
.gNav__list__entrybt:hover .arrow {
  translate: 0.3rem 0;
}
@media all and (max-width: 1024px) {
  .gNav__list__entrybt {
    max-width: 280px;
    font-size: 1.5rem;
  }
  .gNav__list__entrybt .gNav__list__entrybt__inner {
    padding: 0.5em 1em;
  }
  .gNav__list__entrybt .arrow {
    width: 30px;
    height: 30px;
  }
}
@media all and (max-width: 680px) {
  .gNav__list__entrybt {
    max-width: 65.114vw;
  }
  .gNav__list__entrybt .arrow {
    width: 6.9765vw;
    height: 6.9765vw;
  }
}

.spBT {
  width: 9.302vw;
  height: 9.302vw;
  padding: 1.16275vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  position: relative;
  z-index: 99;
  background-color: transparent;
  background: none;
}
@media all and (min-width: 1025px) {
  .spBT {
    display: none;
  }
}
@media all and (min-width: 681px) {
  .spBT {
    width: 40px;
    height: 40px;
    padding: 5px;
  }
}
.spBT__inner {
  width: 100%;
  background-color: #015CB5;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.16275vw;
}
@media all and (min-width: 681px) {
  .spBT__inner {
    gap: 5px;
  }
}
.spBT__bar {
  width: 48%;
  height: 0.4651vw;
  background-color: #fff;
  transition: all 0.3s ease 0s;
}
.spBT__bar:hover {
  text-decoration: none;
}
@media all and (min-width: 681px) {
  .spBT__bar {
    height: 2px;
  }
}
.spBT.active .spBT__bar:first-child {
  translate: 0 175%;
  rotate: 45deg;
}
.spBT.active .spBT__bar:last-child {
  translate: 0 -175%;
  rotate: -45deg;
}

.commonHeading {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-weight: bold;
  margin-bottom: 2em;
}
@media all and (max-width: 680px) {
  .commonHeading {
    margin-bottom: 2.5em;
  }
}
.commonHeading em {
  font-size: 1.5em;
  background: linear-gradient(90deg, #FF0036 15%, #FF0DEC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media all and (max-width: 680px) {
  .commonHeading em {
    font-size: 4.1859vw;
  }
}
.commonHeading span {
  font-size: 2.5em;
}
@media all and (max-width: 680px) {
  .commonHeading span {
    font-size: 6.5114vw;
  }
}

.fv {
  position: relative;
  padding: 135px 70px 0;
  background: linear-gradient(180deg, #015CB5 0%, #012557 100%);
  overflow: hidden;
  display: flex;
  justify-content: center;
  opacity: 1 !important;
}
@media all and (max-width: 1280px) {
  .fv {
    padding: 100px 40px 0;
  }
}
@media all and (max-width: 1024px) {
  .fv {
    padding-top: 90px;
  }
}
@media all and (max-width: 680px) {
  .fv {
    padding: 23.255vw 0 0;
  }
}
.fv.onAnim .fv__person {
  opacity: 1;
}
.fv.onAnim .fv__title {
  opacity: 1;
}
.fv.onAnim .fv__bg {
  opacity: 1;
}
.fv__content {
  position: relative;
  z-index: 15;
  max-width: 1260px;
}
.fv__title {
  margin: 0 auto;
  max-width: 85.6%;
  transition: opacity 0.4s ease 0.4s;
  opacity: 0;
}
@media all and (max-width: 680px) {
  .fv__title {
    max-width: 90%;
  }
}
.fv__person {
  position: relative;
  z-index: 5;
  margin-top: -40px;
  transition: opacity 0.4s ease 0.6s;
  opacity: 0;
}
@media all and (max-width: 1280px) {
  .fv__person {
    margin-top: -3vw;
  }
}
@media all and (max-width: 680px) {
  .fv__person {
    margin-top: 0;
  }
}
.fv__bg {
  position: absolute;
  transition: opacity 0.4s ease 0.2s;
  opacity: 0;
  top: 0;
  left: 50%;
  translate: -50% -51.5%;
  width: 163%;
  max-width: 2314px;
  aspect-ratio: 23/10.75;
  border-radius: 50%;
  background: linear-gradient(180deg, #4DBDC4 55.06%, #00A0AA 98.97%);
}
@media all and (max-width: 680px) {
  .fv__bg {
    translate: -50% -18%;
  }
}

.lead {
  background-color: #69692A;
  position: relative;
  padding: 100px;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .lead {
    padding: 60px 60px;
  }
}
@media all and (max-width: 680px) {
  .lead {
    padding: 23.255vw 6.9765vw;
  }
}
.lead__inner {
  max-width: 844px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 1024px) {
  .lead__inner {
    max-width: 568px;
  }
}
@media all and (max-width: 680px) {
  .lead__inner {
    max-width: 100%;
  }
}
.lead__heading {
  line-height: 1.6;
  font-weight: bold;
  color: #69692A;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 0.6em;
}
@media all and (max-width: 1024px) {
  .lead__heading {
    font-size: 2.25rem;
  }
}
@media all and (max-width: 680px) {
  .lead__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1em;
    line-height: 1.4;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
}
.lead__heading .paragraph > * {
  padding-bottom: 0.25em;
}
.lead__heading strong {
  position: relative;
}
.lead__heading strong:after {
  content: "";
  height: 3px;
  width: calc(100% - 1em);
  position: absolute;
  bottom: 0;
  left: 0.5em;
  transform-origin: left;
  background-color: #69692A;
  transition: all 0.3s ease 0s;
  transition-delay: 0.5s;
  scale: 0 1;
}
.lead__heading strong:after:hover {
  text-decoration: none;
}
@media all and (max-width: 680px) {
  .lead__heading strong:after {
    height: 0.69765vw;
    left: 0.25em;
    width: calc(100% - 0.5em);
  }
}
.lead__heading strong.onAnim:after {
  scale: 1;
}
.lead__text {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 50px;
}
@media all and (max-width: 1024px) {
  .lead__text {
    font-size: 1rem;
    line-height: 42px;
  }
}
@media all and (max-width: 680px) {
  .lead__text {
    line-height: 9.7671vw;
  }
}
.lead__text strong {
  color: #69692A;
  font-size: 1.875rem;
}
@media all and (max-width: 1024px) {
  .lead__text strong {
    font-size: 1.5rem;
  }
}
.lead__bg {
  width: 1035px;
  aspect-ratio: 1/1;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  border-radius: 50%;
}
@media all and (max-width: 1024px) {
  .lead__bg {
    width: 94%;
  }
}
@media all and (max-width: 680px) {
  .lead__bg {
    width: auto;
    aspect-ratio: 1/0.85;
    height: calc(100% - 4em);
  }
  .lead__bg:before {
    display: none;
  }
}
.lead__bg:before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  border-radius: 50%;
  border: 2px solid #69692A;
}

.about {
  overflow: hidden;
}

.about-section1 {
  padding: 100px 0;
  position: relative;
  color: #fff;
}
@media all and (max-width: 1024px) {
  .about-section1 {
    padding: 60px 0 13vw;
  }
}
@media all and (max-width: 680px) {
  .about-section1 {
    padding: 13.953vw 0;
  }
}
.about-section1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #137baf;
  width: 100%;
  height: 100%;
  transform: skewY(-3.9deg);
}
.about-section1:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  background-color: #137baf;
  right: 50%;
  top: 0;
}
.about-section1__inner {
  position: relative;
  z-index: 10;
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .about-section1__inner {
    padding: 0 60px;
  }
}
@media all and (max-width: 680px) {
  .about-section1__inner {
    padding: 0 6.9765vw;
  }
}
.about-section1__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 2em;
}
@media all and (max-width: 1024px) {
  .about-section1__header {
    flex-direction: column;
    margin-bottom: 55px;
  }
}
@media all and (max-width: 680px) {
  .about-section1__header {
    margin-bottom: 8.13925vw;
  }
}
.about-section1__heading {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  line-height: 1.2;
  font-size: 6.25rem;
  position: relative;
}
@media all and (max-width: 1024px) {
  .about-section1__heading {
    font-size: 5rem;
  }
}
.about-section1__heading span {
  padding-bottom: 0.2em;
}
.about-section1__heading span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transform-origin: left;
  background-color: #fff;
  transition: all 0.3s ease 0s;
  transition-delay: 0.5s;
  scale: 0 1;
}
.about-section1__heading span:before:hover {
  text-decoration: none;
}
.about-section1__heading span.onAnim:before {
  scale: 1 1;
}
.about-section1__heading span {
  font-size: 0.5em;
}
.about-section1__lead {
  max-width: 495px;
}
@media all and (max-width: 1024px) {
  .about-section1__lead {
    max-width: 375px;
  }
}
@media all and (max-width: 680px) {
  .about-section1__lead {
    max-width: 87.20625vw;
  }
}
.about-section1__text {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 50px;
}
.about-section1__text p {
  display: inline;
}
@media all and (max-width: 680px) {
  .about-section1__text {
    font-size: 1rem;
  }
}
.about-section1__text strong {
  font-size: 2.25rem;
}
@media all and (max-width: 680px) {
  .about-section1__text strong {
    font-size: 1.5rem;
  }
}
@media all and (min-width: 1025px) {
  .about-section1__text {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.3em;
  }
}
@media all and (max-width: 680px) {
  .about-section1__text {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.3em;
    justify-content: center;
    text-align: center;
    line-height: 9.302vw;
  }
  .about-section1__text p.first {
    line-height: 6.9765vw;
  }
}

.about-section2 {
  position: relative;
  z-index: 10;
  margin-top: -16px;
}
@media all and (max-width: 1024px) {
  .about-section2 {
    margin-top: -0.75%;
  }
}
@media all and (max-width: 680px) {
  .about-section2 {
    margin-top: -1%;
  }
}
.about-section2__inner {
  padding: 0 50px 320px;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
@media all and (max-width: 1024px) {
  .about-section2__inner {
    padding: 0 50px 150px;
  }
}
@media all and (max-width: 680px) {
  .about-section2__inner {
    padding: 0 5.5812vw 33.71975vw;
  }
}
.about-section2__lead {
  width: 849px;
  max-width: 73%;
  display: block;
  opacity: 0;
  translate: -50% 20%;
  transition: 0.8s ease 0s;
  margin-left: 20px;
  position: relative;
  top: 15px;
}
.about-section2__lead.onAnim {
  opacity: 1;
  translate: 0 0;
}
@media all and (max-width: 1024px) {
  .about-section2__lead {
    max-width: 62%;
  }
}
@media all and (max-width: 680px) {
  .about-section2__lead {
    max-width: 100%;
    margin-left: 0;
    width: 61.62575vw;
    top: 1.16275vw;
  }
}
.about-section2__content {
  margin: 60px auto 0;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  font-weight: bold;
}
@media all and (max-width: 1024px) {
  .about-section2__content {
    margin-top: 35px;
    margin-left: 0;
  }
}
@media all and (max-width: 680px) {
  .about-section2__content {
    width: 61.3932vw;
    margin-top: 5.5812vw;
  }
}
.about-section2__content > span {
  color: #015CB5;
  font-size: 2.25rem;
  padding-left: 50px;
  margin-bottom: 0.3em;
}
@media all and (max-width: 1024px) {
  .about-section2__content > span {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 680px) {
  .about-section2__content > span {
    padding-left: 0;
    margin-right: 2.5em;
    text-align: center;
    line-height: 1.4;
  }
}
.about-section2__content strong {
  font-size: 3rem;
  padding-left: 50px;
  position: relative;
  color: #fff;
}
@media all and (max-width: 1024px) {
  .about-section2__content strong {
    font-size: 1.5rem;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
  }
}
@media all and (max-width: 680px) {
  .about-section2__content strong {
    padding-left: 0;
    margin-right: 2.5em;
    text-align: center;
    line-height: 1.4;
    padding-top: 0.65em;
    padding-bottom: 0.65em;
  }
}
.about-section2__content strong:before {
  content: "";
  width: 90%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: bottom left;
  transform: skew(-20deg);
  background-color: #015CB5;
}
@media all and (max-width: 1024px) {
  .about-section2__content strong:before {
    transform: skew(0deg);
    left: -60px;
  }
}
@media all and (max-width: 680px) {
  .about-section2__content strong:before {
    left: -6.9765vw;
    width: 150%;
  }
}
.about-section2__content strong span {
  position: relative;
  z-index: 10;
  display: block;
}
.about-section2__person {
  position: absolute;
  width: 542px;
  max-width: 43%;
  right: 0;
  bottom: 0;
}
@media all and (max-width: 1024px) {
  .about-section2__person {
    max-width: 30%;
    right: 80px;
  }
}
@media all and (max-width: 680px) {
  .about-section2__person {
    max-width: 100%;
    width: 53.4865vw;
    right: -1.16275vw;
    bottom: 9.302vw;
  }
}

.about-section3 {
  position: relative;
  margin-top: -60px;
  padding: 0 50px 100px;
}
@media all and (max-width: 680px) {
  .about-section3 {
    padding: 0 6.9765vw 13.953vw;
  }
}
.about-section3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4DBDCE;
  width: 100%;
  height: 100%;
  transform: skewY(3.9deg);
}
.about-section3:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  background-color: #4DBDCE;
  right: 50%;
  bottom: 0;
}
.about-section3__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.about-section3__header {
  border: 4px solid #009589;
  background-color: #fff;
  padding: 44px 50px;
  position: relative;
  z-index: 10;
  border-radius: 20px;
  translate: 0 -170px;
  box-shadow: 0 10px 0 #009589;
}
@media all and (max-width: 1024px) {
  .about-section3__header {
    translate: 0 -40px;
    padding: 40px;
  }
}
@media all and (max-width: 680px) {
  .about-section3__header {
    border-width: 0.69765vw;
    padding: 9.302vw 5.81375vw 6.9765vw;
    box-shadow: 0 1.16275vw 0 #009589;
  }
}
.about-section3__header__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: 34.4% 60.6%;
}
@media all and (max-width: 680px) {
  .about-section3__header__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.about-section3__header__logo {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
  align-items: center;
}
@media all and (max-width: 1024px) {
  .about-section3__header__logo {
    grid-row-end: 2;
  }
}
@media all and (max-width: 680px) {
  .about-section3__header__logo {
    width: 50.2308vw;
  }
}
.about-section3__header__heading {
  font-size: 2.375rem;
  line-height: 1.4;
  margin-bottom: 0.5em;
  grid-column-start: 2;
  grid-column-end: 3;
}
.about-section3__header__heading span {
  font-weight: bold;
}
.about-section3__header__heading sup {
  vertical-align: super;
}
@media all and (max-width: 1024px) {
  .about-section3__header__heading {
    font-size: 2.25rem;
  }
}
@media all and (max-width: 680px) {
  .about-section3__header__heading {
    text-align: center;
    font-size: 1.5rem;
    margin-top: 1.4em;
  }
}
.about-section3__header__text {
  font-size: 1.5rem;
  line-height: 1.6;
  grid-column-start: 2;
  grid-column-end: 3;
}
@media all and (max-width: 1024px) {
  .about-section3__header__text {
    grid-column-start: 1;
    grid-column-end: 3;
    margin-top: 36px;
  }
}
@media all and (max-width: 680px) {
  .about-section3__header__text {
    margin-top: 0.2em;
    font-size: 1rem;
    line-height: 2;
  }
}
.about-section3__content {
  position: relative;
  z-index: 10;
  color: #fff;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}
@media all and (max-width: 1024px) {
  .about-section3__content {
    padding: 0 60px;
    margin-top: 50px;
  }
}
@media all and (max-width: 680px) {
  .about-section3__content {
    width: calc(100% + 4.651vw);
    padding: 0;
    translate: -2.3255vw 0;
    margin-top: 6.9765vw;
  }
}
.about-section3__content__heading {
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  font-size: 3rem;
  margin-bottom: 80px;
}
@media all and (max-width: 1024px) {
  .about-section3__content__heading {
    font-size: 2.25rem;
    margin-bottom: 60px;
  }
}
@media all and (max-width: 680px) {
  .about-section3__content__heading {
    margin-bottom: 11.6275vw;
  }
}
.about-section3__content__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media all and (max-width: 1024px) {
  .about-section3__content__list {
    grid-template-columns: 1fr;
  }
}
.about-section3__content__list__item {
  border: 2px solid #fff;
  border-radius: 10px;
  font-weight: bold;
}
.about-section3__content__list__item dt {
  border-bottom: 2px solid #fff;
  line-height: 1.6;
  font-size: 1.875rem;
  padding: 0.5rem 1.25rem;
}
@media all and (max-width: 1024px) {
  .about-section3__content__list__item dt {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 680px) {
  .about-section3__content__list__item dt {
    padding: 0.5rem 1rem;
  }
}
.about-section3__content__list__item dd {
  padding: 1rem 1.25rem;
}
@media all and (max-width: 680px) {
  .about-section3__content__list__item dd {
    padding: 0.75rem 1rem;
  }
}

.interview {
  position: relative;
  z-index: 10;
  background-color: #015CB5;
  background: linear-gradient(180deg, #015CB5 0%, #012557 100%);
  padding: 100px;
}
@media all and (max-width: 1024px) {
  .interview {
    padding: 60px 30px;
  }
}
@media all and (max-width: 680px) {
  .interview {
    padding: 13.953vw 6.9765vw;
  }
}
.interview__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.interview__box1 {
  border-radius: 20px;
  background-color: #fff;
  padding: 56px 50px 80px;
}
@media all and (max-width: 1024px) {
  .interview__box1 {
    padding: 40px 50px;
    border-radius: 10px;
  }
}
@media all and (max-width: 680px) {
  .interview__box1 {
    padding: 9.302vw;
    border-radius: 2.3255vw;
  }
}
.interview__box1__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.interview__box1__header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 80px;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  .interview__box1__header {
    margin-bottom: 60px;
    flex-direction: column;
    gap: 28px;
  }
}
@media all and (max-width: 680px) {
  .interview__box1__header {
    gap: 5.5812vw;
    align-items: center;
    margin-bottom: 13.953vw;
  }
}
.interview__box1__heading {
  color: #015CB5;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  width: 40%;
  font-size: 1.125rem;
  gap: 0.75em;
}
@media all and (max-width: 1024px) {
  .interview__box1__heading {
    width: 100%;
  }
}
@media all and (max-width: 680px) {
  .interview__box1__heading {
    text-align: center;
  }
}
.interview__box1__heading strong {
  line-height: 1;
  font-size: 3rem;
}
@media all and (max-width: 1024px) {
  .interview__box1__heading strong {
    font-size: 2.25rem;
  }
}
.interview__box1__lead {
  width: 54%;
  font-weight: bold;
}
@media all and (max-width: 1024px) {
  .interview__box1__lead {
    width: 100%;
  }
}
@media all and (max-width: 680px) {
  .interview__box1__lead {
    line-height: 2;
  }
}
.interview__box1__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 80px;
  color: #015CB5;
}
@media all and (max-width: 1280px) {
  .interview__box1__list {
    gap: 60px;
  }
}
@media all and (max-width: 1024px) {
  .interview__box1__list {
    grid-template-columns: 1fr 1fr;
    gap: 60px 48px;
  }
}
@media all and (max-width: 680px) {
  .interview__box1__list {
    grid-template-columns: 1fr;
    gap: 13.953vw;
    width: 65.114vw;
    margin: 0 auto;
  }
}
.interview__box1__list__item {
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.interview__box1__list__item:hover {
  text-decoration: none;
}
.interview__box1__list__item:hover {
  color: #2986e1;
}
.interview__box1__list__item:hover .arrow {
  translate: 10px 0;
}
@media all and (max-width: 680px) {
  .interview__box1__list__item:hover .arrow {
    translate: 2.3255vw 0;
  }
}
.interview__box1__list__bt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  background-color: #015CB5;
  line-height: 1.2;
  color: #fff;
  font-size: 1.125rem;
  padding: 0.9em 1.25em;
}
.interview__box1__list__bt .arrow {
  width: 20px;
  transition: all 0.3s ease 0s;
}
.interview__box1__list__bt .arrow:hover {
  text-decoration: none;
}
.interview__box1__list__name {
  display: flex;
  font-weight: bold;
  line-height: 1.6;
  padding: 0.75em 0 0.5em;
  display: flex;
  align-items: baseline;
  gap: 0.2em 0.75em;
  flex-wrap: wrap;
}
.interview__box1__list__name .ja {
  font-size: 1.25rem;
}
.interview__box2 {
  margin-top: 80px;
}
@media all and (max-width: 1024px) {
  .interview__box2 {
    margin-top: 40px;
  }
}
@media all and (max-width: 680px) {
  .interview__box2 {
    margin-top: 9.302vw;
  }
}
.interview__link {
  border-radius: 20px;
  overflow: hidden;
  display: block;
  position: relative;
}
@media all and (max-width: 1024px) {
  .interview__link {
    border-radius: 10px;
  }
}
@media all and (max-width: 680px) {
  .interview__link {
    border-radius: 2.3255vw;
  }
}
.interview__link:hover {
  text-decoration: none;
}
.interview__link:hover .arrow {
  translate: 10px 0;
}
@media all and (max-width: 680px) {
  .interview__link:hover .arrow {
    translate: 2.3255vw 0;
  }
}
.interview__link__text {
  position: absolute;
  left: 50%;
  top: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 1.4;
  text-align: center;
  translate: -50% 0;
  white-space: nowrap;
}
@media all and (max-width: 1024px) {
  .interview__link__text {
    font-size: 3.6vw;
    top: 3.6vw;
  }
}
@media all and (max-width: 680px) {
  .interview__link__text {
    font-size: 1.25rem;
  }
}
.interview__link__bt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(360deg, #34808B 0%, #4DBDCE 100%);
  color: #fff;
  font-weight: bold;
  padding: 30px 50px;
  line-height: 1.4;
  font-size: 2.25rem;
}
@media all and (max-width: 1024px) {
  .interview__link__bt {
    font-size: 1.5rem;
    padding: 20px 50px;
  }
}
@media all and (max-width: 680px) {
  .interview__link__bt {
    padding: 0.75em 1.4em;
  }
}
.interview__link__bt .arrow {
  width: 50px;
  transition: all 0.3s ease 0s;
}
.interview__link__bt .arrow:hover {
  text-decoration: none;
}
@media all and (max-width: 1024px) {
  .interview__link__bt .arrow {
    width: 30px;
  }
}
@media all and (max-width: 680px) {
  .interview__link__bt .arrow {
    width: 6.9765vw;
  }
}

.message {
  padding: 100px 0 0;
  color: #fff;
  background-color: #80804B;
}
@media all and (max-width: 1024px) {
  .message {
    padding-top: 56px;
  }
}
@media all and (max-width: 680px) {
  .message {
    padding: 13.953vw 6.9765vw 0;
  }
}
.message__container {
  max-width: 1400px;
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
}
@media all and (max-width: 680px) {
  .message__container {
    padding: 0;
  }
}
.message__inner {
  max-width: 880px;
  margin: 0 auto;
}
.message__heading {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
@media all and (max-width: 680px) {
  .message__heading {
    margin-bottom: 6.0463vw;
  }
}
.message__heading .main {
  position: relative;
  z-index: 10;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.4;
}
@media all and (max-width: 1024px) {
  .message__heading .main {
    font-size: 2.25rem;
  }
}
.message__heading .sub {
  width: 44%;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  opacity: 0;
  transition: 0.5s ease 0s;
}
.message__heading .sub.onAnim {
  opacity: 1;
}
@media all and (max-width: 1024px) {
  .message__heading .sub {
    width: 295px;
    display: block;
    translate: 0;
    margin: -30px auto 0;
    position: static;
  }
}
@media all and (max-width: 680px) {
  .message__heading .sub {
    width: 68.60225vw;
    margin-top: -6.9765vw;
  }
}
.message__main {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  .message__main {
    max-width: 566px;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.message__president {
  width: 334px;
}
@media all and (max-width: 1024px) {
  .message__president {
    height: 334px;
    overflow: hidden;
  }
}
@media all and (max-width: 680px) {
  .message__president {
    width: 77.6717vw;
    height: 77.6717vw;
  }
}
.message__content {
  width: calc(100% - 374px);
  padding-top: 2.4em;
  font-weight: bold;
}
@media all and (max-width: 1024px) {
  .message__content {
    width: 100%;
    margin-bottom: 40px;
    padding-top: 0;
  }
}
@media all and (max-width: 680px) {
  .message__content {
    margin-bottom: 9.302vw;
  }
}
.message__lead {
  padding-bottom: 0.5em;
  margin-bottom: 0.75em;
  line-height: 1.6;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}
@media all and (max-width: 1024px) {
  .message__lead {
    font-size: 1.5rem;
    text-align: center;
    padding-bottom: 1em;
    margin-bottom: 1.25em;
  }
}
.message__lead:after {
  content: "";
  height: 2px;
  width: 4.4rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media all and (max-width: 1024px) {
  .message__lead:after {
    left: 50%;
    translate: -50% 0;
  }
}
.message__message {
  font-weight: normal;
  line-height: 2;
}

.stepup {
  background: #EBF7F8;
  padding: 100px;
}
@media all and (max-width: 1024px) {
  .stepup {
    padding: 60px 30px;
  }
}
@media all and (max-width: 680px) {
  .stepup {
    padding: 13.953vw 6.9765vw;
  }
}
.stepup__container {
  border-radius: 20px;
  background-color: #fff;
  padding: 80px 50px;
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .stepup__container {
    padding: 40px 30px;
    border-radius: 10px;
  }
}
@media all and (max-width: 680px) {
  .stepup__container {
    padding: 9.302vw 4.651vw;
  }
}
.stepup__inner {
  max-width: 940px;
  margin: 0 auto;
}
.stepup__heading {
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 85px;
  color: #4dbdce;
  font-weight: bold;
  gap: 1em;
  font-size: 1.125rem;
}
@media all and (max-width: 1024px) {
  .stepup__heading {
    margin-bottom: 40px;
    flex-direction: column;
    gap: 0;
  }
}
.stepup__heading .main {
  font-size: 3rem;
}
@media all and (max-width: 1024px) {
  .stepup__heading .main {
    font-size: 2.25rem;
  }
}
.stepup__list {
  display: flex;
  flex-direction: column;
  gap: 85px;
}
@media all and (max-width: 1024px) {
  .stepup__list {
    gap: 40px;
  }
}
@media all and (max-width: 680px) {
  .stepup__list {
    gap: 9.302vw;
  }
}
.stepup__list__item {
  position: relative;
  padding-left: 140px;
  display: grid;
  grid-template-columns: 45% 50%;
  grid-template-rows: minmax(1rem, auto) 1fr;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  .stepup__list__item {
    padding-left: 0;
    grid-template-columns: 49% 45%;
  }
}
@media all and (max-width: 680px) {
  .stepup__list__item {
    display: flex;
    flex-direction: column;
  }
}
.stepup__list__img {
  grid-row-start: 1;
  grid-row-end: 3;
}
@media all and (max-width: 1024px) {
  .stepup__list__img {
    grid-row: 2/3;
  }
}
@media all and (max-width: 680px) {
  .stepup__list__img {
    order: 2;
    margin-bottom: 4.651vw;
  }
}
.stepup__list__heading {
  grid-row: 1/2;
  grid-column-start: 2;
  font-size: 1.5rem;
  font-weight: bold;
  color: #4dbdce;
  border-bottom: 1px solid #4dbdce;
  margin-bottom: 0.6em;
}
@media all and (max-width: 1024px) {
  .stepup__list__heading {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row: 1/2;
    display: flex;
    align-items: center;
    border-bottom: 0;
    gap: 10px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 680px) {
  .stepup__list__heading {
    line-height: 1.4;
    gap: 2.3255vw;
    order: 1;
  }
}
.stepup__list__heading .num {
  position: absolute;
  width: 155px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
@media all and (max-width: 1024px) {
  .stepup__list__heading .num {
    width: 76px;
    position: static;
    translate: 0;
    flex-shrink: 0;
  }
}
@media all and (max-width: 680px) {
  .stepup__list__heading .num {
    width: 17.6738vw;
  }
}
.stepup__list__text {
  grid-row: 2/3;
  grid-column-start: 2;
  line-height: 2;
}
@media all and (max-width: 680px) {
  .stepup__list__text {
    order: 3;
  }
}

.schedule {
  background: #009589;
  padding: 100px;
}
@media all and (max-width: 1024px) {
  .schedule {
    padding: 60px 30px;
  }
}
@media all and (max-width: 680px) {
  .schedule {
    padding: 13.953vw 6.9765vw;
  }
}
.schedule__container {
  border-radius: 20px;
  background-color: #fff;
  padding: 80px 50px 0;
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .schedule__container {
    padding: 40px 30px 0;
    border-radius: 10px;
  }
}
@media all and (max-width: 680px) {
  .schedule__container {
    padding: 9.302vw 4.651vw 0;
  }
}
.schedule__inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .schedule__inner {
    max-width: 568px;
  }
}
.schedule__heading {
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
  color: #009589;
  font-weight: bold;
  gap: 1em;
  font-size: 1.125rem;
}
@media all and (max-width: 1024px) {
  .schedule__heading {
    margin-bottom: 54px;
    flex-direction: column;
    gap: 0;
  }
}
@media all and (max-width: 680px) {
  .schedule__heading {
    margin-bottom: 11.6275vw;
  }
}
.schedule__heading .main {
  font-size: 3rem;
}
@media all and (max-width: 1024px) {
  .schedule__heading .main {
    font-size: 2.25rem;
  }
}
.schedule__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  .schedule__wrap {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
@media all and (max-width: 680px) {
  .schedule__wrap {
    gap: 6.9765vw;
  }
}
.schedule__list {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media all and (max-width: 1024px) {
  .schedule__list {
    width: 100%;
    gap: 20px;
  }
}
@media all and (max-width: 680px) {
  .schedule__list {
    gap: 4.651vw;
  }
}
.schedule__list__item {
  display: flex;
  gap: 10px;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .schedule__list__item {
    flex-direction: column;
    gap: 5px;
  }
}
@media all and (max-width: 680px) {
  .schedule__list__item {
    gap: 1.16275vw;
  }
}
.schedule__list .time {
  background-color: #009589;
  flex-shrink: 0;
  width: 6em;
  padding: 0.4em 0.3em 0.3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1024px) {
  .schedule__list .time {
    width: 100%;
  }
}
.schedule__list .text {
  background-color: #009589;
  width: 100%;
  padding: 0.4em 0.3em 0.3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.schedule__right {
  width: 35%;
}
@media all and (max-width: 1024px) {
  .schedule__right {
    width: 322px;
  }
}
@media all and (max-width: 680px) {
  .schedule__right {
    width: 100%;
  }
}
@media all and (max-width: 680px) {
  .schedule__img {
    padding-left: 2.3255vw;
  }
}
.schedule__text {
  margin-right: 25px;
  border: 3px solid #009589;
  padding: 0.75em 0.65em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media all and (max-width: 1024px) {
  .schedule__text {
    margin-right: 0;
  }
}
@media all and (max-width: 680px) {
  .schedule__text {
    border-width: 0.69765vw;
    padding: 0.75em 0.85em;
  }
}
.schedule__text:before {
  content: "";
  width: 22px;
  height: 5px;
  left: 94px;
  bottom: -4px;
  background-color: #fff;
  position: absolute;
  z-index: 2;
}
@media all and (max-width: 680px) {
  .schedule__text:before {
    width: 5.1161vw;
    height: 1.16275vw;
    left: 21.8597vw;
    bottom: -0.9302vw;
  }
}
.schedule__text:after {
  content: "";
  width: 32px;
  left: 94px;
  bottom: -3px;
  height: 3px;
  background-color: #009589;
  position: absolute;
  z-index: 5;
  transform-origin: top left;
  rotate: 45deg;
}
@media all and (max-width: 680px) {
  .schedule__text:after {
    width: 7.4416vw;
    left: 21.8597vw;
    bottom: -0.69765vw;
    height: 0.69765vw;
  }
}
.schedule__text strong {
  font-weight: bold;
  color: #009589;
  font-size: 1.25rem;
}

/*reward-graph202503*/
.reward-graph {
  background: #003561;
  padding: 100px;
  text-align: center;
  color: #FFF;
}
@media all and (max-width: 1024px) {
  .reward-graph {
    padding: 60px 30px;
  }
}
@media all and (max-width: 680px) {
  .reward-graph {
    padding: 13.953vw 6.9765vw;
  }
}
.reward-graph-heading {
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  color: #fff;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  padding-bottom: 10px;
  line-height: 1.2;
}
.reward-graph-text1 {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  color: #008AEA !important;
  line-height: 1.2;
  margin-bottom: 50px;
}
.reward-graph-text1 span{
  text-align: center;
  font-size: 1.3rem;
  color: #ffffff ;
  line-height: 1.2;
}
.reward-graph-text2 {
  text-align: left;
  font-weight: bold;
  font-size: 1.3em;
  color:#FFF;
  line-height: 1.2;
  margin: 50px 0;
}
.reward-graph-text2 strong{
  text-align: left;
  font-weight: bold;
  font-size: 1.3rem;
  color: #008AEA ;
  line-height: 1.2;
}
.reward-graph-text2 span{
  text-align: left;
  font-size: 1rem;
  color: #FFF ;
  line-height: 1.2;
}


@media all and (max-width: 1024px) {
  .reward-graph-heading {
    font-size: 2.25rem;
    margin-bottom: 60px;
  }
}
@media all and (max-width: 680px) {
  .reward-graph-heading {
    margin-bottom: 13.953vw;
  }
}
.reward-graph-container {
  padding: 80px 50px;
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .reward-graph-container {
    padding: 40px 30px;
    border-radius: 10px;
  }
}
@media all and (max-width: 680px) {
  .reward-graph-container {
    padding: 9.302vw 4.651vw;
  }
}
.reward-graph-inner {
  max-width: 900px;
  margin: 0 auto;
}
.reward-graph-list {
  font-size: 1.125rem;
  line-height: 2;
}
@media all and (max-width: 1024px) {
  .reward-graph-list {
    font-size: 1rem;
  }
}

.reward-graph-list-dl {
 text-align: left;
}
.reward-graph-list-dt {
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.5rem;
  padding-bottom: 0.3em;
  margin-bottom: 0.6em;
  text-align: left;
}
.reward-graph-list-dd {
  margin-bottom: 80px;
  text-align: left;
}

.badge-blue{
  display: inline-block;
  background-color: #1e88e5;
  font-size:100%;
  color: #fff;
  margin: 5px 15px 5px 10px;
  padding: 7px 12px 3px 7px;
  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
}

.badge-green {
  display: inline-block;
  background-color: #009688;
  font-size:100%;
  color: #fff;
margin: 5px 15px 5px 10px;
 padding: 7px 12px 3px 7px;
  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
}

@media all and (max-width: 1024px) {
  .reward-graph-list-dd {
    margin-bottom: 40px;
  }
}
.reward-graph-list-dd:last-child {
  margin-bottom: 0;
}

/*reward-graph202503after*/


.requirements {
  background: #F8F6EA;
  padding: 100px;
}
@media all and (max-width: 1024px) {
  .requirements {
    padding: 60px 30px;
  }
}
@media all and (max-width: 680px) {
  .requirements {
    padding: 13.953vw 6.9765vw;
  }
}
.requirements__heading {
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 100px;
}
@media all and (max-width: 1024px) {
  .requirements__heading {
    font-size: 2.25rem;
    margin-bottom: 60px;
  }
}
@media all and (max-width: 680px) {
  .requirements__heading {
    margin-bottom: 13.953vw;
  }
}
.requirements__container {
  border-radius: 20px;
  background-color: #fff;
  padding: 80px 50px;
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .requirements__container {
    padding: 40px 30px;
    border-radius: 10px;
  }
}
@media all and (max-width: 680px) {
  .requirements__container {
    padding: 9.302vw 4.651vw;
  }
}
.requirements__inner {
  max-width: 900px;
  margin: 0 auto;
}
.requirements__list {
  font-size: 1.125rem;
  line-height: 2;
}
@media all and (max-width: 1024px) {
  .requirements__list {
    font-size: 1rem;
  }
}
.requirements__list__dt {
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.5rem;
  padding-bottom: 0.3em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #333;
}
.requirements__list__dd {
  margin-bottom: 80px;
}
@media all and (max-width: 1024px) {
  .requirements__list__dd {
    margin-bottom: 40px;
  }
}
.requirements__list__dd:last-child {
  margin-bottom: 0;
}
.requirements__list .office {
  margin-bottom: 2em;
}
.requirements__list .office__row {
  display: flex;
}
.requirements__list .office__row dt {
  font-weight: bold;
  width: 6.5em;
  white-space: nowrap;
}
@media all and (max-width: 1024px) {
  .requirements__list .office__row {
    flex-direction: column;
  }
}
.requirements__list .flow {
  max-width: 778px;
  background: linear-gradient(90deg, #015CB5 0%, #00A0AA 100%);
  display: flex;
  margin-bottom: 0.6em;
  font-weight: bold;
}
@media all and (max-width: 680px) {
  .requirements__list .flow {
    background: linear-gradient(180deg, #015CB5 0%, #00A0AA 100%);
    flex-direction: column;
  }
}
.requirements__list .flow li {
  flex: 1;
  line-height: 1.25;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.25em 0.7em;
  position: relative;
}
@media all and (max-width: 680px) {
  .requirements__list .flow li {
    padding: 1em 0.7em 0.9em;
  }
}
.requirements__list .flow li:first-child:before {
  display: none;
}
.requirements__list .flow li:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0.75em;
  translate: -50% 0;
  left: 0;
  top: 0;
  background-color: #fff;
  transform: skew(15deg);
}
@media all and (max-width: 680px) {
  .requirements__list .flow li:before {
    transform: none;
    width: 100%;
    height: 1.16275vw;
    top: 0;
    left: 0;
    translate: 0 -50%;
  }
}
.requirements__btWrap {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 1024px) {
  .requirements__btWrap {
    margin-top: 60px;
  }
}
@media all and (max-width: 680px) {
  .requirements__btWrap {
    margin-top: 13.953vw;
  }
}
.requirements__bt {
  background: linear-gradient(90deg, #835A13 0%, #F8C058 50%, #835A13 100%);
  width: 560px;
  padding: 5px;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  font-size: 2.5rem;
}
.requirements__bt:hover {
  text-decoration: none;
}
.requirements__bt:hover .arrow {
  translate: 0.75rem 0;
}
@media all and (max-width: 680px) {
  .requirements__bt {
    font-size: 1.5rem;
    padding: 0.69765vw;
  }
}
.requirements__bt__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  border-radius: 100px;
  background: linear-gradient(0deg, #835A13 6.17%, #F8C058 91.11%);
  padding: 1.2em 1em;
}
@media all and (max-width: 680px) {
  .requirements__bt__inner {
    padding: 1.2em 1.45em;
  }
}
.requirements__bt .arrow {
  width: 50px;
  transition: all 0.3s ease 0s;
}
.requirements__bt .arrow:hover {
  text-decoration: none;
}
@media all and (max-width: 680px) {
  .requirements__bt .arrow {
    width: 6.9765vw;
  }
}

.footer {
  background-color: #003561;
  padding: 50px;
  color: #fff;
}
@media all and (max-width: 1024px) {
  .footer {
    padding: 60px;
  }
}
@media all and (max-width: 680px) {
  .footer {
    padding: 13.953vw 4.651vw;
  }
}
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  gap: 1em;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  .footer__inner {
    gap: 60px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media all and (max-width: 680px) {
  .footer__inner {
    align-items: center;
    gap: 13.953vw;
  }
}
.footer__logo {
  width: 170px;
}
@media all and (max-width: 680px) {
  .footer__logo {
    width: 39.5335vw;
  }
}
.footer__content {
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75em;
}
@media all and (max-width: 1024px) {
  .footer__content {
    gap: 4em;
    align-items: flex-start;
  }
}
@media all and (max-width: 680px) {
  .footer__content {
    align-items: center;
  }
}
.footer__nav {
  font-weight: bold;
  display: flex;
  gap: 1em 2em;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer__nav a {
  color: #fff;
}
@media all and (max-width: 1024px) {
  .footer__nav {
    justify-content: flex-start;
    gap: 1.5em 2em;
  }
}
@media all and (max-width: 680px) {
  .footer__nav {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 2em;
  }
}
.footer__credit {
  font-size: 0.875rem;
}
@media all and (max-width: 680px) {
  .footer__credit {
    text-align: center;
    width: 68.3697vw;
    line-height: 2;
  }
}

.toModal {
  display: none;
}

.modal {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  display: none;
}
.modal__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  position: relative;
  height: 100%;
}
@media all and (max-width: 680px) {
  .modal__wrap {
    padding: 0 4.651vw;
  }
}
.modal__inner {
  width: 100%;
  max-width: 648px;
  position: relative;
}
.modal__box {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 100%;
  max-height: calc(100vh - 100px);
}
@media all and (max-width: 680px) {
  .modal__box {
    max-height: calc(100vh - 46.51vw);
  }
}
.modal__upper {
  overflow: auto;
  height: calc(100% - 60px);
}
@media all and (max-width: 680px) {
  .modal__upper {
    max-height: calc(100% - 27.906vw);
  }
}
.modal__footer {
  background-color: #012557;
  height: 60px;
  flex-shrink: 0;
}
@media all and (max-width: 680px) {
  .modal__footer {
    height: 27.906vw;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.modal__nav {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal__nav button {
  display: flex;
  align-items: center;
  gap: 1em;
  color: #fff;
  background-color: transparent;
  height: 60px;
  border: 0;
  border-radius: 0;
  font-size: 1.25rem;
  padding: 0 50px;
}
@media all and (max-width: 680px) {
  .modal__nav button {
    width: 9.302vw;
    height: 9.302vw;
    position: absolute;
    padding: 0;
    top: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .modal__nav button .text {
    display: none;
  }
  .modal__nav button .arrow {
    width: 6.9765vw;
    height: 6.9765vw;
    background-color: #fff;
    border: 0.23255vw solid #015CB5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .modal__nav button .arrow svg {
    width: 2.3255vw;
    height: auto;
  }
  .modal__nav button .arrow path {
    stroke: #015CB5;
    stroke-width: 0.23255vw;
  }
  .modal__nav button.prev {
    left: -3.48825vw;
    translate: 0 -50%;
  }
  .modal__nav button.prev .arrow {
    padding-right: 0.4651vw;
  }
  .modal__nav button.next {
    right: -3.48825vw;
    translate: 0 -50%;
  }
  .modal__nav button.next .arrow {
    padding-left: 0.4651vw;
  }
}
.modal__close {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
}
@media all and (min-width: 681px) {
  .modal__close.scrolled .icon:before, .modal__close.scrolled .icon:after {
    background-color: #015CB5;
  }
}
.modal__close .icon {
  width: 24px;
  height: 24px;
  position: relative;
  filter: grayscale(100%);
}
.modal__close .icon:before, .modal__close .icon:after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  transition: all 0.3s ease 0s;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.modal__close .icon:before:hover, .modal__close .icon:after:hover {
  text-decoration: none;
}
.modal__close .icon:before {
  rotate: 45deg;
}
.modal__close .icon:after {
  rotate: -45deg;
}
@media all and (min-width: 681px) {
  .modal__close .text {
    display: none;
  }
}
@media all and (max-width: 680px) {
  .modal__close {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    font-weight: bold;
    background-color: #015CB5;
    width: 76.7415vw;
    height: 13.953vw;
    background-color: #012557;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .modal__close .icon {
    width: 5.5812vw;
    height: 5.5812vw;
  }
  .modal__close .icon:before, .modal__close .icon:after {
    height: 0.4651vw;
    background-color: #fff;
  }
}

.interview-single__header {
  background: linear-gradient(180deg, #015CB5 0%, #012557 100%);
  display: flex;
  color: #fff;
  overflow: hidden;
}
.interview-single__header__img {
  width: 250px;
}
@media all and (max-width: 680px) {
  .interview-single__header__img {
    width: 39.5335vw;
    flex-shrink: 0;
    overflow: hidden;
  }
  .interview-single__header__img img {
    width: 110%;
    max-width: 110%;
    left: -10%;
    position: relative;
  }
}
.interview-single__header__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  line-height: 1.4;
  padding-right: 2em;
}
@media all and (max-width: 680px) {
  .interview-single__header__content {
    padding-right: 0;
    margin-left: -0.75em;
  }
}
.interview-single__header__name-ja {
  font-size: 1.5rem;
  font-weight: bold;
}
@media all and (max-width: 680px) {
  .interview-single__header__name-ja {
    font-size: 1rem;
  }
}
.interview-single__header__name-en {
  font-size: 1.875rem;
  font-weight: bold;
}
@media all and (max-width: 680px) {
  .interview-single__header__name-en {
    font-size: 1.25rem;
  }
}
.interview-single__header__position {
  font-size: 1.125rem;
}
@media all and (max-width: 680px) {
  .interview-single__header__position {
    font-size: 0.875rem;
  }
}
.interview-single__content {
  padding: 30px 50px;
}
@media all and (max-width: 680px) {
  .interview-single__content {
    padding: 9.302vw 9.302vw;
  }
}
.interview-single__content .q {
  font-weight: bold;
  color: #015CB5;
  font-size: 1.25rem;
  line-height: 1.5;
  border-left: 5px solid #015CB5;
  padding-left: 0.6em;
  margin-bottom: 0.75em;
}
@media all and (max-width: 680px) {
  .interview-single__content .q {
    border-left-width: 1.16275vw;
  }
}
.interview-single__content .a {
  margin-bottom: 2em;
}
.interview-single__content .a:last-child {
  margin-bottom: 0;
}

.entry-header {
  margin-top: 96px;
  background: linear-gradient(180deg, #015CB5 0%, #012557 100%);
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 80px 50px;
}
@media all and (max-width: 1280px) {
  .entry-header {
    margin-top: 78px;
  }
}
@media all and (max-width: 1024px) {
  .entry-header {
    margin-top: 84px;
    text-align: center;
    padding: 58px 50px;
  }
}
@media all and (max-width: 680px) {
  .entry-header {
    margin-top: 18.604vw;
    padding: 11.6275vw;
  }
}
.entry-header__text {
  width: 100%;
  max-width: 1000px;
  line-height: 1;
  font-size: 3.75rem;
  font-weight: bold;
}
@media all and (max-width: 1024px) {
  .entry-header__text {
    font-size: 2.25rem;
  }
}

.entryWrap1 {
  padding: 100px;
}
@media all and (max-width: 1024px) {
  .entryWrap1 {
    padding: 60px;
  }
}
@media all and (max-width: 680px) {
  .entryWrap1 {
    padding: 18.604vw 11.6275vw;
  }
}
.entryWrap1__heading {
  font-weight: bold;
  line-height: 1;
  font-size: 3rem;
  max-width: 1000px;
  margin: 0 auto 60px;
}
@media all and (max-width: 1024px) {
  .entryWrap1__heading {
    font-size: 2.25rem;
    margin-bottom: 0.875em;
  }
}
.entryWrap1__container {
  max-width: 1000px;
  margin: 0 auto;
}

.entryWrap2 {
  background-color: #F0F4F8;
  padding: 100px;
}
@media all and (max-width: 1024px) {
  .entryWrap2 {
    padding: 60px;
  }
}
@media all and (max-width: 680px) {
  .entryWrap2 {
    padding: 13.953vw 4.651vw;
  }
}
.entryWrap2__heading {
  font-weight: bold;
  line-height: 1;
  font-size: 3rem;
  max-width: 1000px;
  margin: 0 auto 60px;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .entryWrap2__heading {
    font-size: 2.25rem;
    margin-bottom: 0.875em;
  }
}
@media all and (max-width: 680px) {
  .entryWrap2__heading {
    margin-bottom: 13.953vw;
  }
}
.entryWrap2__container {
  max-width: 840px;
  margin: 0 auto;
}
.entryWrap2__form {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media all and (max-width: 680px) {
  .entryWrap2__form {
    gap: 9.302vw;
  }
}
.entryWrap2__form__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media all and (max-width: 680px) {
  .entryWrap2__form__row {
    flex-direction: column;
    gap: 0.75em;
  }
}
.entryWrap2__form__row dt {
  font-weight: bold;
  font-size: 1.125rem;
  flex-shrink: 0;
}
@media all and (min-width: 681px) {
  .entryWrap2__form__row dt {
    padding-top: 0.4em;
    width: 260px;
  }
}
.entryWrap2__form__row dt .req {
  font-size: 0.875rem;
  margin-left: 1em;
  color: #ed131f;
}
.entryWrap2__form__row dd {
  width: 100%;
}
.entryWrap2__form input[type=text],
.entryWrap2__form input[type=email],
.entryWrap2__form input[type=tel],
.entryWrap2__form textarea {
  display: block;
  width: 100%;
  overflow: hidden;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  margin: 0;
  padding: 1em;
  font-size: 1rem;
  background: none transparent;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 0;
}
.entryWrap2__form textarea {
  min-height: 8em;
}
.entryWrap2 .radioWrap {
  font-size: 1.125rem;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.3em;
  gap: 1em;
}
@media all and (max-width: 680px) {
  .entryWrap2 .radioWrap {
    font-size: 1rem;
  }
}
.entryWrap2 .radioWrap__item {
  width: 120px;
  display: flex;
  align-items: center;
  gap: 0.6em;
}
.entryWrap2 .radioWrap__item input {
  display: none;
}
.entryWrap2 .radioWrap__item input:checked + .icon {
  border-color: #015CB5;
}
.entryWrap2 .radioWrap__item input:checked + .icon:before {
  display: block;
}
.entryWrap2 .radioWrap__item .icon {
  width: 30px;
  height: 30px;
  background-color: #fff;
  position: relative;
  border: 1px solid #D1D5D8;
  border-radius: 50%;
}
@media all and (max-width: 680px) {
  .entryWrap2 .radioWrap__item .icon {
    width: 6.9765vw;
    height: 6.9765vw;
  }
}
.entryWrap2 .radioWrap__item .icon:before {
  content: "";
  width: 60%;
  aspect-ratio: 1/1;
  background-color: #015CB5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: none;
}
.entryWrap2 .checkWrap {
  font-size: 1.125rem;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.3em;
  gap: 1em;
}
@media all and (max-width: 680px) {
  .entryWrap2 .checkWrap {
    font-size: 1rem;
  }
}
.entryWrap2 .checkWrap__item {
  width: 120px;
  display: flex;
  align-items: center;
  gap: 0.6em;
}
@media all and (max-width: 680px) {
  .entryWrap2 .checkWrap__item {
    width: 23.255vw;
  }
}
.entryWrap2 .checkWrap__item input {
  display: none;
}
.entryWrap2 .checkWrap__item input:checked + .icon {
  background-color: #015CB5;
}
.entryWrap2 .checkWrap__item input:checked + .icon:before {
  display: block;
}
.entryWrap2 .checkWrap__item .icon {
  width: 30px;
  height: 30px;
  background-color: #fff;
  position: relative;
}
@media all and (max-width: 680px) {
  .entryWrap2 .checkWrap__item .icon {
    width: 6.9765vw;
    height: 6.9765vw;
  }
}
.entryWrap2 .checkWrap__item .icon:before {
  content: "";
  width: 70%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/ic_check.svg);
}
.entryWrap2 .ppWrap {
  font-size: 1.125rem;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.3em;
  gap: 1em;
}
.entryWrap2 .ppWrap__item {
  display: flex;
  align-items: center;
  gap: 0.6em;
}
.entryWrap2 .ppWrap__item a {
  text-decoration: underline;
  color: #ed131f;
}
.entryWrap2 .ppWrap__item input {
  display: none;
}
.entryWrap2 .ppWrap__item input:checked + .icon {
  background-color: #015CB5;
}
.entryWrap2 .ppWrap__item input:checked + .icon:before {
  display: block;
}
.entryWrap2 .ppWrap__item .icon {
  width: 30px;
  height: 30px;
  background-color: #fff;
  position: relative;
}
.entryWrap2 .ppWrap__item .icon:before {
  content: "";
  width: 70%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/ic_check.svg);
}
.entryWrap2__submitWrap {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 1024px) {
  .entryWrap2__submitWrap {
    margin-top: 60px;
  }
}
@media all and (max-width: 680px) {
  .entryWrap2__submitWrap {
    margin-top: 13.953vw;
  }
}
.entryWrap2__submitWrap button {
  overflow: hidden;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  margin: 0;
  padding: 1em 1.25em;
  font-size: 1.5rem;
  background: none transparent;
  vertical-align: middle;
  display: flex;
  width: 312px;
  line-height: 1.2;
  border-radius: 5em;
  color: #fff;
  font-weight: bold;
  align-items: center;
  justify-content: space-between;
  background-color: #015CB5;
}
@media all and (max-width: 680px) {
  .entryWrap2__submitWrap button {
    width: 72.5556vw;
  }
}
.entryWrap2__submitWrap button .arrow {
  width: 30px;
  transition: all 0.3s ease 0s;
}
.entryWrap2__submitWrap button .arrow:hover {
  text-decoration: none;
}
@media all and (max-width: 680px) {
  .entryWrap2__submitWrap button .arrow {
    width: 6.9765vw;
  }
}
.entryWrap2__submitWrap button:hover .arrow {
  translate: 0.5em 0;
}

.thanksWrap {
  margin-top: 96px;
  background-color: #015CB5;
  padding: 100px;
}
@media all and (max-width: 1280px) {
  .thanksWrap {
    margin-top: 78px;
  }
}
@media all and (max-width: 1024px) {
  .thanksWrap {
    margin-top: 84px;
    padding: 60px 30px;
  }
}
@media all and (max-width: 680px) {
  .thanksWrap {
    margin-top: 18.604vw;
  }
}
.thanksWrap__box {
  padding: 80px 50px 50px;
  border-radius: 20px;
  background-color: #fff;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (max-width: 1024px) {
  .thanksWrap__box {
    padding: 40px;
    border-radius: 10px;
  }
}
@media all and (max-width: 680px) {
  .thanksWrap__box {
    padding: 9.302vw 3.48825vw;
  }
}
.thanksWrap__heading {
  text-align: center;
  color: #015CB5;
  font-weight: bold;
  font-size: 2rem;
}
@media all and (max-width: 680px) {
  .thanksWrap__heading {
    line-height: 1.4;
    margin-bottom: 0.5em;
  }
}
.thanksWrap__lead {
  text-align: center;
  color: #015CB5;
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 2em;
}
.thanksWrap__nav {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media all and (max-width: 1024px) {
  .thanksWrap__nav {
    gap: 30px;
  }
}
@media all and (max-width: 680px) {
  .thanksWrap__nav {
    gap: 0;
  }
}
.thanksWrap__nav a {
  padding: 30px;
  height: 100px;
  transition: opacity 0.3s ease 0s;
}
@media (hover: hover) {
  .thanksWrap__nav a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
@media all and (max-width: 1024px) {
  .thanksWrap__nav a {
    padding: 10px;
    height: 60px;
  }
}
@media all and (max-width: 680px) {
  .thanksWrap__nav a {
    padding: 5.81375vw 4.651vw;
    height: 20.4644vw;
  }
}
.thanksWrap__nav a img {
  height: 100%;
  width: auto;
}