@charset "UTF-8";
.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;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hidden-box {
  overflow: hidden;
}

@media all and (min-width: 681px) {
  br.br-sp {
    display: none;
  }
}

@media all and (min-width: 1025px) {
  br.br-tab {
    display: none;
  }
}

@media all and (min-width: 769px) {
  br.br-tab2 {
    display: none;
  }
}

@media all and (max-width: 680px) {
  br.br-spnone {
    display: none;
  }
}

@media all and (max-width: 1024px) {
  br.br-pc {
    display: none;
  }
}

@media all and (min-width: 681px) {
  .u-hide-pc {
    display: none;
  }
}

@media all and (max-width: 680px) {
  .u-hide-sp {
    display: none;
  }
}

.mt-0 {
  margin-top: 0rem;
}

.mt-10 {
  margin-top: 0.625rem;
}

.mt-20 {
  margin-top: 1.25rem;
}

.mt-30 {
  margin-top: 1.875rem;
}

.mt-40 {
  margin-top: 2.5rem;
}

.mt-50 {
  margin-top: 3.125rem;
}

.mt-60 {
  margin-top: 3.75rem;
}

.mt-70 {
  margin-top: 4.375rem;
}

.mt-80 {
  margin-top: 5rem;
}

.mt-90 {
  margin-top: 5.625rem;
}

.mt-100 {
  margin-top: 6.25rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.mb-10 {
  margin-bottom: 0.625rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.mb-50 {
  margin-bottom: 3.125rem;
}

.mb-60 {
  margin-bottom: 3.75rem;
}

.mb-70 {
  margin-bottom: 4.375rem;
}

.mb-80 {
  margin-bottom: 5rem;
}

.mb-90 {
  margin-bottom: 5.625rem;
}

.mb-100 {
  margin-bottom: 6.25rem;
}

.mb-120 {
  margin-bottom: 7.5rem;
}

.mb-140 {
  margin-bottom: 8.75rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pt-10 {
  padding-top: 0.625rem;
}

.pt-20 {
  padding-top: 1.25rem;
}

.pt-30 {
  padding-top: 1.875rem;
}

.pt-40 {
  padding-top: 2.5rem;
}

.pt-50 {
  padding-top: 3.125rem;
}

.pt-60 {
  padding-top: 3.75rem;
}

.pt-70 {
  padding-top: 4.375rem;
}

.pt-80 {
  padding-top: 5rem;
}

.pt-90 {
  padding-top: 5.625rem;
}

.pt-100 {
  padding-top: 6.25rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pb-10 {
  padding-bottom: 0.625rem;
}

.pb-20 {
  padding-bottom: 1.25rem;
}

.pb-30 {
  padding-bottom: 1.875rem;
}

.pb-40 {
  padding-bottom: 2.5rem;
}

.pb-50 {
  padding-bottom: 3.125rem;
}

.pb-60 {
  padding-bottom: 3.75rem;
}

.pb-70 {
  padding-bottom: 4.375rem;
}

.pb-80 {
  padding-bottom: 5rem;
}

.pb-90 {
  padding-bottom: 5.625rem;
}

.pb-100 {
  padding-bottom: 6.25rem;
}

.pb-110 {
  padding-bottom: 6.875rem;
}

.pl-0 {
  padding-left: 0rem;
}

.pl-10 {
  padding-left: 0.625rem;
}

.pl-20 {
  padding-left: 1.25rem;
}

.pl-30 {
  padding-left: 1.875rem;
}

.pl-40 {
  padding-left: 2.5rem;
}

.pl-50 {
  padding-left: 3.125rem;
}

.pl-60 {
  padding-left: 3.75rem;
}

.pl-70 {
  padding-left: 4.375rem;
}

.pl-80 {
  padding-left: 5rem;
}

.pl-90 {
  padding-left: 5.625rem;
}

.pl-100 {
  padding-left: 6.25rem;
}

.pr-0 {
  padding-right: 0rem;
}

.pr-10 {
  padding-right: 0.625rem;
}

.pr-20 {
  padding-right: 1.25rem;
}

.pr-30 {
  padding-right: 1.875rem;
}

.pr-40 {
  padding-right: 2.5rem;
}

.pr-50 {
  padding-right: 3.125rem;
}

.pr-60 {
  padding-right: 3.75rem;
}

.pr-70 {
  padding-right: 4.375rem;
}

.pr-80 {
  padding-right: 5rem;
}

.pr-90 {
  padding-right: 5.625rem;
}

.pr-100 {
  padding-right: 6.25rem;
}

.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.px-10 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-30 {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.px-40 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-50 {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.px-60 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.px-70 {
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}

.px-80 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-90 {
  padding-left: 5.625rem;
  padding-right: 5.625rem;
}

.px-100 {
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.p-10 {
  padding: 0.625rem;
}

.p-20 {
  padding: 1.25rem;
}

.p-30 {
  padding: 1.875rem;
}

.p-40 {
  padding: 2.5rem;
}

.p-50 {
  padding: 3.125rem;
}

.p-60 {
  padding: 3.75rem;
}

.p-100 {
  padding: 6.25rem;
}

@media all and (max-width: 768px) {
  .mb-20-tab2 {
    margin-bottom: 1.25rem;
  }
  .mb-30-tab2 {
    margin-bottom: 1.875rem;
  }
  .mb-40-tab2 {
    margin-bottom: 2.5rem;
  }
  .mb-50-tab2 {
    margin-bottom: 3.125rem;
  }
  .mb-60-tab2 {
    margin-bottom: 3.75rem;
  }
}
@media all and (max-width: 680px) {
  .mt-0-sp {
    margin-top: 0rem;
  }
  .mt-10-sp {
    margin-top: 0.625rem;
  }
  .mt-20-sp {
    margin-top: 1.25rem;
  }
  .mt-30-sp {
    margin-top: 1.875rem;
  }
  .mt-40-sp {
    margin-top: 2.5rem;
  }
  .mt-50-sp {
    margin-top: 3.125rem;
  }
  .mt-60-sp {
    margin-top: 3.75rem;
  }
  .mt-70-sp {
    margin-top: 4.375rem;
  }
  .mt-80-sp {
    margin-top: 5rem;
  }
  .mt-90-sp {
    margin-top: 5.625rem;
  }
  .mt-100-sp {
    margin-top: 6.25rem;
  }
  .mb-0-sp {
    margin-bottom: 0rem;
  }
  .mb-10-sp {
    margin-bottom: 0.625rem;
  }
  .mb-20-sp {
    margin-bottom: 1.25rem;
  }
  .mb-30-sp {
    margin-bottom: 1.875rem;
  }
  .mb-40-sp {
    margin-bottom: 2.5rem;
  }
  .mb-50-sp {
    margin-bottom: 3.125rem;
  }
  .mb-60-sp {
    margin-bottom: 3.75rem;
  }
  .mb-70-sp {
    margin-bottom: 4.375rem;
  }
  .mb-80-sp {
    margin-bottom: 5rem;
  }
  .mb-90-sp {
    margin-bottom: 5.625rem;
  }
  .mb-100-sp {
    margin-bottom: 6.25rem;
  }
  .pt-0-sp {
    padding-top: 0rem;
  }
  .pt-10-sp {
    padding-top: 0.625rem;
  }
  .pt-20-sp {
    padding-top: 1.25rem;
  }
  .pt-30-sp {
    padding-top: 1.875rem;
  }
  .pt-40-sp {
    padding-top: 2.5rem;
  }
  .pt-50-sp {
    padding-top: 3.125rem;
  }
  .pt-60-sp {
    padding-top: 3.75rem;
  }
  .pt-70-sp {
    padding-top: 4.375rem;
  }
  .pt-80-sp {
    padding-top: 5rem;
  }
  .pt-90-sp {
    padding-top: 5.625rem;
  }
  .pt-100-sp {
    padding-top: 6.25rem;
  }
  .pb-0-sp {
    padding-bottom: 0rem;
  }
  .pb-10-sp {
    padding-bottom: 0.625rem;
  }
  .pb-20-sp {
    padding-bottom: 1.25rem;
  }
  .pb-30-sp {
    padding-bottom: 1.875rem;
  }
  .pb-40-sp {
    padding-bottom: 2.5rem;
  }
  .pb-50-sp {
    padding-bottom: 3.125rem;
  }
  .pb-60-sp {
    padding-bottom: 3.75rem;
  }
  .pb-70-sp {
    padding-bottom: 4.375rem;
  }
  .pb-80-sp {
    padding-bottom: 5rem;
  }
  .pb-90-sp {
    padding-bottom: 5.625rem;
  }
  .pb-100-sp {
    padding-bottom: 6.25rem;
  }
}
.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fz10 {
  font-size: 0.625rem;
}

.fz11 {
  font-size: 0.6875rem;
}

.fz12 {
  font-size: 0.75rem;
}

.fz13 {
  font-size: 0.8125rem;
}

.fz14 {
  font-size: 0.875rem;
}

.fz15 {
  font-size: 0.9375rem;
}

.fz16 {
  font-size: 1rem;
}

.fz17 {
  font-size: 1.0625rem;
}

.fz18 {
  font-size: 1.125rem;
}

.fz19 {
  font-size: 1.1875rem;
}

.fz20 {
  font-size: 1.25rem;
}

.fz21 {
  font-size: 1.3125rem;
}

.fz22 {
  font-size: 1.375rem;
}

.fz23 {
  font-size: 1.4375rem;
}

.fz24 {
  font-size: 1.5rem;
}

.fz25 {
  font-size: 1.5625rem;
}

.fz26 {
  font-size: 1.625rem;
}

.fz28 {
  font-size: 1.75rem;
}

.fz32 {
  font-size: 2rem;
}

.fz34 {
  font-size: 2.125rem;
}

.fz38 {
  font-size: 2.375rem;
}

.fz40 {
  font-size: 2.5rem;
}

@media all and (max-width: 1024px) {
  .fz20-tab {
    font-size: 1.25rem;
  }
}

@media all and (max-width: 1024px) {
  .fz24-tab {
    font-size: 1.5rem;
  }
}

@media all and (max-width: 1024px) {
  .fz16-tab {
    font-size: 1rem;
  }
}

@media all and (max-width: 768px) {
  .fz16-tab2 {
    font-size: 1rem;
  }
}

@media all and (max-width: 680px) {
  .fz10-sp {
    font-size: 0.625rem;
  }
}

@media all and (max-width: 680px) {
  .fz11-sp {
    font-size: 0.6875rem;
  }
}

@media all and (max-width: 680px) {
  .fz12-sp {
    font-size: 0.75rem;
  }
}

@media all and (max-width: 680px) {
  .fz13-sp {
    font-size: 0.8125rem;
  }
}

@media all and (max-width: 680px) {
  .fz14-sp {
    font-size: 0.875rem;
  }
}

@media all and (max-width: 680px) {
  .fz15-sp {
    font-size: 0.9375rem;
  }
}

@media all and (max-width: 680px) {
  .fz16-sp {
    font-size: 1rem;
  }
}

@media all and (max-width: 680px) {
  .fz17-sp {
    font-size: 1.0625rem;
  }
}

@media all and (max-width: 680px) {
  .fz18-sp {
    font-size: 1.125rem;
  }
}

@media all and (max-width: 680px) {
  .fz19-sp {
    font-size: 1.1875rem;
  }
}

@media all and (max-width: 680px) {
  .fz20-sp {
    font-size: 1.25rem;
  }
}

@media all and (max-width: 680px) {
  .fz22-sp {
    font-size: 1.375rem;
  }
}

@media all and (max-width: 680px) {
  .fz26-sp {
    font-size: 1.625rem;
  }
}

.lh-1_4 {
  line-height: 1.4;
}

.lh-1_6 {
  line-height: 1.6;
}

@media all and (max-width: 680px) {
  .lh-1_6-sp {
    line-height: 1.6;
  }
}

.lh-1_8 {
  line-height: 1.8;
}

.lh-2_0 {
  line-height: 2;
}

[class*=items-].items-start {
  align-items: flex-start;
}

[class*=items-].items-center {
  align-items: center;
}

[class*=items-].items-end {
  align-items: flex-end;
}

.pos-relative {
  position: relative !important;
}

.pos-absolute {
  position: absolute !important;
}

.pos-fixed {
  position: fixed !important;
}

.pos-sticky {
  position: sticky !important;
}

.pos-static {
  position: static !important;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

@media all and (max-width: 680px) {
  .text-left-sp {
    text-align: left;
  }
}

.w-8 {
  width: 0.5rem;
}

.w-9 {
  width: 0.5625rem;
}

.w-10 {
  width: 0.625rem;
}

.w-11 {
  width: 0.6875rem;
}

.w-12 {
  width: 0.75rem;
}

.w-13 {
  width: 0.8125rem;
}

.w-14 {
  width: 0.875rem;
}

.w-15 {
  width: 0.9375rem;
}

.w-16 {
  width: 1rem;
}

.w-17 {
  width: 1.0625rem;
}

.w-18 {
  width: 1.125rem;
}

.w-19 {
  width: 1.1875rem;
}

.w-20 {
  width: 1.25rem;
}

.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

.reset-svg {
  width: 100%;
  display: block;
}

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.gap-5 {
  gap: 0.3125rem;
}

.gap-10 {
  gap: 0.625rem;
}

.gap-15 {
  gap: 0.9375rem;
}

.gap-20 {
  gap: 1.25rem;
}

.gap-25 {
  gap: 1.5625rem;
}

.gap-30 {
  gap: 1.875rem;
}

.gap-40 {
  gap: 2.5rem;
}

.gap-50 {
  gap: 3.125rem;
}

.gap-60 {
  gap: 3.75rem;
}

.gap-70 {
  gap: 4.375rem;
}

.gap-80 {
  gap: 5rem;
}

.gap-90 {
  gap: 5.625rem;
}

.gap-100 {
  gap: 6.25rem;
}

.color-black {
  color: #000;
}

.color-white {
  color: #fff;
}

.max-w-900 {
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
}

.max-w-1000 {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}

.max-w-1100 {
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto;
}

.ls0 {
  letter-spacing: 0;
}

.ls005 {
  letter-spacing: 0.05em;
}

.ls01 {
  letter-spacing: 0.1em;
}

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

: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;
  overflow-wrap: anywhere;
  background-color: #F6F8F9;
}
@media all and (max-width: 680px) {
  body {
    font-size: 3.7208vw;
  }
}
body.hide {
  overflow: hidden;
}
body figure {
  margin: 0;
}

.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;
  }
}
img {
  height: auto;
}

.color-key {
  color: #003561;
}

.inner {
  max-width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}
.inner.inner-wide {
  max-width: 75rem;
}
@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: 0 20px;
  background-color: #fff;
  transition: all 0.3s ease 0s;
}
.mainHeader:hover {
  text-decoration: none;
}
@media all and (min-width: 681px) {
  .mainHeader {
    padding: 22px 30px;
  }
}
@media all and (min-width: 1281px) {
  .mainHeader {
    padding: 30px 50px;
  }
}
@media all and (max-width: 680px) {
  .mainHeader {
    padding: 3.48825vw 4.651vw;
  }
}
.mainHeader__inner {
  margin: 0 auto;
  max-width: 1080px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}
.mainHeader__logo {
  position: relative;
  z-index: 120;
  width: 242px;
  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: 210px;
  }
}
@media all and (max-width: 680px) {
  .mainHeader__logo {
    width: 48.8355vw;
  }
}
.mainHeader__logo img {
  height: auto;
  width: 100%;
}
.mainHeader.active .mainHeader__logo {
  filter: none;
}

@media all and (max-width: 1024px) {
  .gNav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 85px 0 0;
    background-color: #fff;
    width: 100%;
    transition: opacity 0.3s 0s ease, translate 0s 0.3s ease;
    translate: 120% 0;
    opacity: 0;
  }
  .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: 16.2785vw 0 0;
    border-bottom-width: 0.23255vw;
  }
}
@media all and (max-width: 1024px) {
  .gNav__inner {
    max-height: calc(100vh - 70px);
    padding-bottom: 30px;
    overflow: auto;
  }
}
@media all and (max-width: 680px) {
  .gNav__inner {
    max-height: calc(100vh - 14.65065vw);
    padding-bottom: 6.9765vw;
  }
}
.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.125em;
  }
}
@media all and (min-width: 1025px) {
  .gNav__list {
    gap: 1.75em;
  }
}
@media all and (max-width: 1024px) {
  .gNav__list {
    flex-direction: column;
    align-items: center;
  }
}
@media all and (max-width: 1024px) {
  .gNav__list__item {
    width: 100%;
  }
}
.gNav__list__item a {
  display: flex;
  color: #003561;
  position: relative;
  padding: 0.35em 0;
}
@media all and (max-width: 1024px) {
  .gNav__list__item a {
    text-align: center;
    justify-content: center;
  }
}
.gNav__list__item a:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #003561;
  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.25em;
    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: #003561;
    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: 20px;
    padding: 0 30px;
  }
}
@media all and (max-width: 680px) {
  .gNav__list__entry {
    margin-top: 4.651vw;
    padding: 0 4.651vw;
  }
}
.gNav__list__entrybt {
  display: block;
  border-radius: 4em;
  color: #fff;
  min-width: 195px;
  padding: 2px;
  background: linear-gradient(180deg, #015CB5 0%, #012557 100%);
}
.gNav__list__entrybt__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4em;
  padding: 1em 1em;
  position: relative;
}
.gNav__list__entrybt__inner span {
  position: relative;
  z-index: 5;
}
.gNav__list__entrybt__inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4em;
  background: linear-gradient(180deg, #0D78E0 0%, #0557A7 100%);
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.gNav__list__entrybt__inner:before:hover {
  text-decoration: none;
}
.gNav__list__entrybt:hover {
  text-decoration: none;
}
.gNav__list__entrybt:hover .gNav__list__entrybt__inner:before {
  opacity: 1;
}
@media all and (max-width: 1024px) {
  .gNav__list__entrybt {
    width: 195px;
  }
  .gNav__list__entrybt .gNav__list__entrybt__inner {
    padding: 1em 1em;
  }
  .gNav__list__entrybt .arrow {
    width: 30px;
    height: 30px;
  }
}
@media all and (max-width: 680px) {
  .gNav__list__entrybt {
    max-width: 65.114vw;
    font-size: 3.7208vw;
  }
  .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: #003561;
  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: 1.5em;
  font-size: 36px;
  line-height: 1.4;
}
@media all and (max-width: 680px) {
  .commonHeading {
    font-size: 5.5812vw;
  }
}
.commonHeading .ja strong {
  font-size: 1.3em;
}
.commonHeading .en {
  font-size: 0.65em;
}
@media all and (max-width: 680px) {
  .commonHeading .en {
    font-size: 0.75em;
  }
}

.fv {
  position: relative;
  padding: 160px 20px 0;
  background: linear-gradient(180deg, #FFFFFF 20%, #D4DDE5 100%);
  overflow: hidden;
  display: flex;
  justify-content: center;
  opacity: 1 !important;
}
@media all and (max-width: 1024px) {
  .fv {
    padding-top: 120px;
  }
}
@media all and (max-width: 680px) {
  .fv {
    padding: 18.604vw 0 0;
  }
}
.fv__person {
  width: 100%;
  max-width: 960px;
  opacity: 0;
  transition: 1s ease 0.3s;
}
.fv.onAnim .fv__person {
  opacity: 1;
}

.lead {
  background: linear-gradient(180deg, #015CB5 0%, #012557 100%);
  padding: 50px 20px;
}
@media all and (max-width: 680px) {
  .lead {
    padding: 6.9765vw 4.651vw 9.7671vw;
  }
}
.lead__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lead__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding-bottom: 54px;
  position: relative;
}
@media all and (max-width: 680px) {
  .lead__heading {
    gap: 6.9765vw;
    padding-bottom: 6.9765vw;
  }
}
.lead__heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
  translate: -50% 0;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
}
@media all and (max-width: 680px) {
  .lead__heading:after {
    width: 13.953vw;
  }
}
.lead__heading .sub {
  max-width: 330px;
}
@media all and (max-width: 680px) {
  .lead__heading .sub {
    max-width: 58.1375vw;
  }
}
.lead__heading .main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media all and (max-width: 680px) {
  .lead__heading .main {
    gap: 3.48825vw 5.81375vw;
  }
}
.lead__heading .main-text {
  height: 60px;
}
@media all and (max-width: 680px) {
  .lead__heading .main-text {
    height: 8.3718vw;
  }
}
.lead__heading .main-text img {
  display: block;
  height: 100%;
  width: auto;
}
.lead__content {
  max-width: 880px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.lead__content .box {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  display: flex;
  align-items: center;
  color: #fff;
  gap: 30px;
}
@media all and (max-width: 768px) {
  .lead__content .box {
    flex-direction: column;
    margin-top: 30px;
  }
}
@media all and (max-width: 680px) {
  .lead__content .box {
    gap: 9.302vw;
    margin-top: 6.9765vw;
  }
}
.lead__content .box .main {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  font-weight: bold;
  flex: 1;
  line-height: 1.4;
}
.lead__content .box .main .main-ja {
  font-size: 30px;
  margin-bottom: 0.4em;
}
@media all and (max-width: 1024px) {
  .lead__content .box .main .main-ja {
    font-size: 24px;
  }
}
@media all and (max-width: 680px) {
  .lead__content .box .main .main-ja {
    font-size: 4.651vw;
  }
}
@media all and (min-width: 769px) {
  .lead__content .box .main .main-en br {
    display: none;
  }
}
.lead__content .box .label {
  width: 154px;
  aspect-ratio: 1/1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  font-weight: bold;
  position: relative;
}
.lead__content .box .label::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(180deg, #E9C069 10.95%, #B78A37 96.03%);
  -webkit-mask-image: radial-gradient(closest-side, transparent calc(100% - 2px), #000 calc(100% - 2px));
  mask-image: radial-gradient(closest-side, transparent calc(100% - 2px), #000 calc(100% - 2px));
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.lead__content .box .label::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: linear-gradient(180deg, #E9C069 10.95%, #B78A37 96.03%);
  -webkit-mask-image: radial-gradient(closest-side, transparent calc(100% - 2px), #000 calc(100% - 2px));
  mask-image: radial-gradient(closest-side, transparent calc(100% - 2px), #000 calc(100% - 2px));
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.lead__content .box .label span {
  background: linear-gradient(180deg, #E9C069 10.95%, #B78A37 96.03%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.3;
  margin-top: 0.3em;
  font-size: 24px;
}

.compensation {
  padding-top: 70px;
  padding-bottom: 100px;
}
@media all and (max-width: 1024px) {
  .compensation {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media all and (max-width: 680px) {
  .compensation {
    padding-top: 13.953vw;
    padding-bottom: 13.953vw;
  }
}
.compensation__price {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.compensation__price .heading {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.4;
  padding: 2px;
  background: linear-gradient(-90deg, #E9C069 10.95%, #D3A24A 31.37%, #B8842F 48.38%, #A56F1B 64.55%, #99620F 80.71%, #965E0C 96.03%);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
  border-radius: 2em;
  margin-bottom: 1.5em;
  color: #fff;
}
@media all and (max-width: 768px) {
  .compensation__price .heading {
    font-size: 18px;
  }
}
@media all and (max-width: 680px) {
  .compensation__price .heading {
    font-size: 4.1859vw;
  }
}
.compensation__price .heading span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2em;
  padding: 0.5em 1em;
  background: linear-gradient(180deg, #E9C069 10.95%, #D3A24A 31.37%, #B8842F 48.38%, #A56F1B 64.55%, #99620F 80.71%, #965E0C 96.03%);
}
.compensation__price .text {
  display: flex;
  align-items: center;
  font-size: 56px;
  flex-wrap: wrap;
  font-weight: bold;
  line-height: 1.2;
  background: linear-gradient(180deg, #015CB5 0%, #00284F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  gap: 0.1em;
}
@media all and (max-width: 1024px) {
  .compensation__price .text {
    flex-direction: column;
  }
}
@media all and (max-width: 680px) {
  .compensation__price .text {
    font-size: 8.13925vw;
  }
}
.compensation__price .text .text-main {
  display: flex;
  align-items: center;
}
.compensation__price .text .text-main strong {
  font-size: 1.8em;
  background: linear-gradient(180deg, #E9C069 10.95%, #D3A24A 31.37%, #B8842F 48.38%, #A56F1B 64.55%, #99620F 80.71%, #965E0C 96.03%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.compensation__item {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
  border-radius: 40px;
}
@media all and (max-width: 768px) {
  .compensation__item {
    max-width: 35.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 680px) {
  .compensation__item {
    border-radius: 4.651vw;
  }
}
.compensation__item .heading {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.4;
  background: linear-gradient(180deg, #015CB5 0%, #012557 100%);
  padding: 0.5em 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media all and (max-width: 1024px) {
  .compensation__item .heading {
    font-size: 20px;
    padding: 1.5em 1em;
  }
}
@media all and (max-width: 680px) {
  .compensation__item .heading {
    font-size: 4.651vw;
    text-align: center;
    padding: 0.8em 0.5em;
  }
}
.compensation__item .content {
  padding: 40px 30px 64px;
}
@media all and (max-width: 1024px) {
  .compensation__item .content {
    padding-bottom: 40px;
  }
}
@media all and (max-width: 680px) {
  .compensation__item .content {
    padding: 9.302vw 4.651vw;
  }
}
.compensation__item .content-inner2 {
  max-width: 836px;
  margin-left: auto;
  margin-right: auto;
}
.compensation__item .item1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 25px;
}
@media all and (max-width: 1024px) {
  .compensation__item .item1 {
    font-size: 20px;
    gap: 12px;
  }
}
@media all and (max-width: 768px) {
  .compensation__item .item1 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 680px) {
  .compensation__item .item1 {
    font-size: 4.41845vw;
    gap: 2.7906vw;
    margin-bottom: 4.651vw;
  }
}
.compensation__item .item1 li {
  padding: 2px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #42C49E 0%, #006C4D 100%);
  border-radius: 6em;
  line-height: 1.4;
}
.compensation__item .item1 li div {
  border-radius: 6em;
  background: linear-gradient(-90deg, #42C49E 0%, #006C4D 100%);
  padding: 0.4em 0.8em;
}
.compensation__item .item2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media all and (max-width: 1024px) {
  .compensation__item .item2 {
    flex-direction: column;
    line-height: 1.6;
    font-size: 20px;
  }
}
@media all and (max-width: 680px) {
  .compensation__item .item2 {
    font-size: 4.41845vw;
    text-align: center;
  }
}
.compensation__item .item2 .item2-text {
  font-size: 1.5em;
}
@media all and (max-width: 768px) {
  .compensation__item .item2 .item2-text {
    font-size: 1em;
  }
}
.compensation__item .item2 .item2-text strong {
  background: linear-gradient(180deg, #E9C069 10.95%, #D3A24A 31.37%, #B8842F 48.38%, #A56F1B 64.55%, #99620F 80.71%, #965E0C 96.03%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.compensation__item .item3 {
  max-width: 685px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
}
.compensation__item .item3 .item3-inner {
  max-width: 660px;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 2.5rem;
  flex-direction: column;
}
@media all and (max-width: 768px) {
  .compensation__item .item3 .item3-inner {
    flex-direction: column;
    gap: 2.5em;
    margin-right: auto;
  }
}
@media all and (max-width: 680px) {
  .compensation__item .item3 .item3-inner {
    gap: 2em;
  }
}
.compensation__item .item3 .item3-arrow {
  width: 72px;
  rotate: 90deg;
}
@media all and (max-width: 680px) {
  .compensation__item .item3 .item3-arrow {
    width: 11.6275vw;
  }
}
.compensation__item .item3 .item3-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  gap: 1.4em;
}
@media all and (max-width: 768px) {
  .compensation__item .item3 .item3-text {
    font-size: 20px;
  }
}
@media all and (max-width: 680px) {
  .compensation__item .item3 .item3-text {
    font-size: 1.25rem;
  }
}
.compensation__item .item3 .item3-text strong {
  background: linear-gradient(180deg, #E9C069 10.95%, #D3A24A 31.37%, #B8842F 48.38%, #A56F1B 64.55%, #99620F 80.71%, #965E0C 96.03%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 1.5em;
}
@media all and (max-width: 1024px) {
  .compensation__item .item3 .item3-text strong {
    font-size: 1.2em;
  }
}
.compensation .item-reason {
  max-width: 730px;
}
.compensation .item-reason__heading {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
}
@media all and (max-width: 1024px) {
  .compensation .item-reason__heading {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media all and (max-width: 768px) {
  .compensation .item-reason__heading {
    font-size: 1rem;
  }
}
.compensation .item-reason__heading .label {
  display: flex;
  align-items: center;
  font-size: 1.2em;
  gap: 0.5em;
}
.compensation .item-reason__heading .label .label-text {
  position: relative;
  padding: 0.2em 0.6em 0.2em 0.4em;
}
.compensation .item-reason__heading .label .label-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  clip-path: polygon(0 0, 93% 0, 100% 50%, 93% 100%, 100% 100%, 0 100%);
}
.compensation .item-reason__heading .label .label-text span {
  position: relative;
  color: #fff;
  z-index: 5;
}
.compensation .item-reason__heading .label.color1 {
  color: #008aea;
}
.compensation .item-reason__heading .label.color2 {
  color: #00A99D;
}
.compensation .item-reason__heading .text.text1 {
  translate: 0 -0.2em;
}
@media all and (max-width: 768px) {
  .compensation .item-reason__heading .text.text1 {
    margin-top: 0.5em;
    display: flex;
    flex-direction: column;
  }
}
.compensation .item-reason__heading .num {
  font-size: 1.6em;
}
@media all and (max-width: 768px) {
  .compensation .item-reason__heading .num {
    font-size: 2em;
  }
}
.compensation .item-reason__heading .num.color1 {
  background: linear-gradient(180deg, #015CB5 0%, #00284F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.compensation .item-reason__heading .num.color2 {
  background: linear-gradient(180deg, #42C49E 0%, #006C4D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media all and (max-width: 768px) {
  .compensation .item-reason .graph1 {
    max-width: 21.875rem;
  }
}
.compensation .item-reason .graph2wrap {
  display: flex;
  align-items: center;
  gap: 1em;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .compensation .item-reason .graph2wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.compensation .item-reason .graph2-text {
  max-width: 190px;
}
@media all and (max-width: 768px) {
  .compensation .item-reason .graph2-text {
    max-width: 18.875rem;
    font-size: 1rem;
  }
}
.compensation .item-reason .graph2 {
  max-width: 486px;
}
@media all and (max-width: 768px) {
  .compensation .item-reason .graph2 {
    max-width: 16.25rem;
  }
}
.compensation .item-heading1 {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4;
}
.compensation .item-heading1 strong {
  font-size: 2.25rem;
  background: linear-gradient(180deg, #E9C069 10.95%, #D3A24A 31.37%, #B8842F 48.38%, #A56F1B 64.55%, #99620F 80.71%, #965E0C 96.03%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.compensation .item-heading2 {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 0.4em;
}
.compensation .item-heading2 strong {
  font-size: 2.25rem;
  background: linear-gradient(180deg, #E9C069 10.95%, #D3A24A 31.37%, #B8842F 48.38%, #A56F1B 64.55%, #99620F 80.71%, #965E0C 96.03%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.compensation .item-heading2:after {
  content: "";
  height: 3px;
  width: 3.2em;
  background: linear-gradient(-90deg, #E9C069 10.95%, #D3A24A 31.37%, #B8842F 48.38%, #A56F1B 64.55%, #99620F 80.71%, #965E0C 96.03%);
}
.compensation .item-list1 {
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  gap: 1.25em;
  font-weight: bold;
}
.compensation .item-list1 li {
  display: flex;
  align-items: center;
  gap: 0.5em 1em;
  flex-wrap: wrap;
}
@media all and (max-width: 768px) {
  .compensation .item-list1 li {
    align-items: flex-start;
    flex-direction: column;
  }
}
.compensation .item-list1 .main {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.compensation .item-list1 .main:before {
  content: "";
  width: 2em;
  aspect-ratio: 1/1;
  background-image: url("../images/icon_check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.compensation .item-list1 .sub {
  color: #019bb8;
  display: flex;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
}
.compensation .item-list1 .sub .label {
  background-color: currentColor;
  border-radius: 0.4em;
  padding: 0.15em 0.5em;
}
.compensation .item-list1 .sub .label span {
  color: #fff;
}

.about {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
  color: #fff;
  background: linear-gradient(180deg, #015CB5 0%, #012557 100%);
}
@media all and (max-width: 768px) {
  .about {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media all and (max-width: 768px) {
  .about .commonHeading {
    margin-bottom: 1.875rem;
  }
}
.about .item1 {
  max-width: 61.25rem;
  margin: 0 auto 4.375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}
@media all and (max-width: 768px) {
  .about .item1 {
    flex-direction: column;
    text-align: center;
    gap: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.about .item1 .item1-content {
  max-width: 38.25rem;
}
@media all and (max-width: 680px) {
  .about .item1 .item1-content p br {
    display: none;
  }
}
.about .item1 .item1-num {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  font-weight: bold;
}
.about .item1 .item1-num__heading {
  font-size: 1.5rem;
  color: #fff;
  background: linear-gradient(180deg, #D63535 0%, #780000 100%);
  border-radius: 5em;
  padding: 2px;
}
.about .item1 .item1-num__heading span {
  display: block;
  background: linear-gradient(0deg, #D63535 0%, #780000 100%);
  border-radius: 5em;
  padding: 0.2em 1em;
}
.about .item1 .item1-num__text {
  display: flex;
  align-items: baseline;
  line-height: 1.2;
  font-size: 3.5rem;
}
.about .item1 .item1-num__text strong {
  font-size: 9.5rem;
  letter-spacing: -0.1em;
  margin-left: -0.1em;
  margin-right: 0.2em;
}
@media all and (max-width: 768px) {
  .about .item1 .item1-num__text strong {
    font-size: 6.25rem;
  }
}
.about .item-list1 {
  max-width: 63.125rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.2em;
  font-weight: bold;
  line-height: 1.6;
}
@media all and (max-width: 768px) {
  .about .item-list1 {
    max-width: 31.25rem;
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 680px) {
  .about .item-list1 {
    max-width: 19.375rem;
  }
}
.about .item-list1 li {
  display: flex;
  align-items: center;
  padding: 1.2em;
  border-radius: 1.5em;
  border: 2px solid #fff;
}
@media all and (max-width: 768px) {
  .about .item-list1 li {
    border-radius: 1em;
  }
}
.about .item-lead1 {
  margin: 3.75rem 0;
  display: flex;
  justify-content: center;
  font-weight: bold;
  align-items: baseline;
  font-size: 2.5rem;
  line-height: 1.4;
  flex-wrap: wrap;
}
@media all and (max-width: 768px) {
  .about .item-lead1 {
    font-size: 1.5rem;
    margin: 2.5rem 0;
  }
}
.about .item-lead1 strong {
  font-size: 1.5em;
  padding: 0.1em 0.1em;
  border-bottom: 1px solid #fff;
}
@media all and (max-width: 768px) {
  .about .item-lead1 strong {
    font-size: 1.75em;
  }
}
@media all and (max-width: 1024px) {
  .about .item-lead1 span:first-child {
    text-align: center;
    width: 100%;
  }
}
.about .item-lead2 {
  margin-bottom: 3.75rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  flex-direction: column;
  line-height: 1.6;
  text-align: center;
  font-size: 1.5rem;
}
@media all and (max-width: 1024px) {
  .about .item-lead2 {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 768px) {
  .about .item-lead2 {
    font-size: 1rem;
    margin-bottom: 2.5rem;
  }
}
@media all and (max-width: 680px) {
  .about .item-lead2 {
    gap: 0.625rem;
  }
}
.about .item-lead2 strong {
  font-size: 1.5em;
}
@media all and (max-width: 680px) {
  .about .item-lead2 strong {
    font-size: 1.75rem;
  }
}
.about .item-youtube {
  border-radius: 1.25rem;
  background-color: #fff;
  overflow: hidden;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 768px) {
  .about .item-youtube {
    max-width: 35.5rem;
  }
}
.about .item-youtube__heading {
  background: linear-gradient(180deg, #D63535 0%, #780000 100%);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  padding: 0.7em 0.4em;
}
@media all and (max-width: 1024px) {
  .about .item-youtube__heading {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 768px) {
  .about .item-youtube__heading {
    font-size: 1.25rem;
  }
}
.about .item-youtube__content {
  padding: 2.8125rem;
}
@media all and (max-width: 680px) {
  .about .item-youtube__content {
    padding: 1.875rem 1.875rem 2.5rem;
  }
}
.about .item-youtube__content__inner {
  max-width: 55.625rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 2.5em;
}
@media all and (max-width: 768px) {
  .about .item-youtube__content__inner {
    max-width: 20.25rem;
    grid-template-columns: 1fr;
  }
}
.about .item-youtube__content .img a {
  display: block;
  width: 100%;
  transition: opacity 0.3s ease 0s;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media (hover: hover) {
  .about .item-youtube__content .img a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
.about .item-youtube__content .img img {
  width: 100%;
}
.about .item-youtube__content .link-youtube {
  max-width: 15.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #D63535;
  padding: 1.25em 1em;
  border-radius: 1.25rem;
  font-weight: bold;
  background: linear-gradient(180deg, #D63535 0%, #780000 100%);
  position: relative;
  transition: all 0.3s ease 0s;
}
.about .item-youtube__content .link-youtube:hover {
  text-decoration: none;
}
.about .item-youtube__content .link-youtube:before {
  content: "";
  position: absolute;
  inset: 2px;
  background-color: #fff;
  border-radius: 1.125rem;
  transition: all 0.3s ease 0s;
}
.about .item-youtube__content .link-youtube:before:hover {
  text-decoration: none;
}
.about .item-youtube__content .link-youtube span {
  position: relative;
  z-index: 5;
}
.about .item-youtube__content .link-youtube:hover {
  text-decoration: none;
}
.about .item-youtube__content .link-youtube:hover:before {
  opacity: 0;
}
.about .item-youtube__content .link-youtube:hover span {
  color: #fff;
}

.work-easy {
  padding-top: 5rem;
  padding-bottom: 7.5rem;
}
@media all and (max-width: 1024px) {
  .work-easy {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.work-easy .heading {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3.75rem;
}
.work-easy .heading strong {
  font-size: 1.3em;
  color: #80804b;
}
@media all and (max-width: 768px) {
  .work-easy .heading {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
.work-easy__list {
  max-width: 57.75rem;
  margin: 0 auto 3.375rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 2.5em;
  margin-bottom: 2.5em;
}
@media all and (max-width: 768px) {
  .work-easy__list {
    max-width: 32.5rem;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 1.5em;
    margin-bottom: 1.5em;
  }
}
@media all and (max-width: 680px) {
  .work-easy__list {
    max-width: 21.25rem;
    grid-template-columns: 1fr 1fr;
    gap: 1.25em;
    margin-bottom: 1.25em;
  }
}
.work-easy__list img {
  width: 100%;
}
.work-easy__text {
  max-width: 57.75rem;
  margin: 0 auto;
  background-color: #fff;
  padding: 1.875rem;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.2em;
}
@media all and (max-width: 768px) {
  .work-easy__text {
    max-width: 32.5rem;
    padding: 1.25rem;
  }
}
@media all and (max-width: 680px) {
  .work-easy__text {
    max-width: 21.25rem;
  }
}
.work-easy__text p {
  color: #012557;
}

.career-path {
  padding-top: 6.25rem;
  padding-bottom: 7.5rem;
  background: linear-gradient(180deg, #015CB5 0%, #012557 100%);
  color: #fff;
}
@media all and (max-width: 1024px) {
  .career-path {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.career-path .inner {
  max-width: 65rem;
}
.career-path .heading {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  font-weight: bold;
  line-height: 1.2;
  gap: 0.5em 1em;
}
@media all and (max-width: 768px) {
  .career-path .heading {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.career-path .heading .ja {
  font-size: 3rem;
}
@media all and (max-width: 1024px) {
  .career-path .heading .ja {
    font-size: 2.25rem;
  }
}
.career-path .heading .en {
  font-size: 1.5rem;
}
@media all and (max-width: 1024px) {
  .career-path .heading .en {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 768px) {
  .career-path__text {
    text-align: center;
  }
}
.career-path .graph {
  max-width: 52.4375rem;
}
@media all and (max-width: 768px) {
  .career-path .graph {
    max-width: 40.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.career-path__caption {
  max-width: 800px;
  border: 1px solid #fff;
  padding: 1em 1.5em;
  border-radius: 1.25rem;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 3.75rem;
}
@media all and (max-width: 680px) {
  .career-path__caption {
    font-size: 1.125rem;
    padding: 0;
    margin-top: 2.5rem;
    border: 0;
  }
}
.career-path__caption li {
  display: flex;
}
.career-path__caption li:before {
  content: "・";
  flex-shrink: 0;
  margin-right: 0.3em;
}

.customer-focus {
  padding-top: 5.625rem;
  padding-bottom: 6.25rem;
}
@media all and (max-width: 1024px) {
  .customer-focus {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.customer-focus .cstm-inner {
  max-width: 65rem;
}
.customer-focus .heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: bold;
  line-height: 1.2;
  font-size: 2.25rem;
  margin-bottom: 4.375rem;
}
@media all and (max-width: 1024px) {
  .customer-focus .heading {
    margin-bottom: 2.5rem;
  }
}
@media all and (max-width: 768px) {
  .customer-focus .heading {
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 1.5rem;
  }
}
@media all and (max-width: 680px) {
  .customer-focus .heading {
    margin-bottom: 1.875rem;
  }
}
.customer-focus .heading strong {
  font-size: 1.3em;
  color: #80804b;
}
@media all and (max-width: 768px) {
  .customer-focus .heading strong {
    font-size: 1.5em;
  }
}
.customer-focus__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.375rem;
  margin-bottom: 6.25rem;
}
@media all and (max-width: 1024px) {
  .customer-focus__list {
    margin-bottom: 3.75rem;
  }
}
@media all and (max-width: 768px) {
  .customer-focus__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.125rem 2.25rem;
    max-width: 34.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 680px) {
  .customer-focus__list {
    grid-template-columns: 1fr;
    max-width: 22.5rem;
  }
}
.customer-focus__list li {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: 0.38fr 1fr;
}
@media all and (max-width: 768px) {
  .customer-focus__list li {
    display: block;
  }
}
@media all and (max-width: 768px) {
  .customer-focus__list li figure {
    margin-bottom: 1.25rem;
  }
}
.customer-focus__list li figure img {
  width: 100%;
}
.customer-focus__list li .content {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.customer-focus__company {
  border-radius: 2.5rem;
  background-color: #fff;
  padding: 2.5rem 1.875rem;
}
@media all and (max-width: 680px) {
  .customer-focus__company {
    border-radius: 1.25rem;
  }
}
.customer-focus__company__inner {
  max-width: 55.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 768px) {
  .customer-focus__company__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.customer-focus__company .company-heading {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 2.1875rem;
  color: #003561;
}
@media all and (max-width: 1024px) {
  .customer-focus__company .company-heading {
    text-align: center;
  }
}
.customer-focus__company .company-section-wrap {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
  width: 100%;
}
.customer-focus__company .company-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media all and (max-width: 1024px) {
  .customer-focus__company .company-section {
    align-items: center;
  }
}
.customer-focus__company .company-section .company-section__heading {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  background-color: #003561;
  display: inline-block;
  line-height: 1.4;
  padding: 0.3em 0.6em;
  margin-bottom: 2.1875rem;
}
@media all and (max-width: 680px) {
  .customer-focus__company .company-section .company-section__heading {
    font-size: 1.25rem;
  }
}
.customer-focus__company .company-section__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 1.25rem;
  justify-content: space-between;
}
.customer-focus__company .company-section__list li {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1024px) {
  .customer-focus__company .company-section__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 2.5rem 1.25rem;
  }
  .customer-focus__company .company-section__list img {
    height: auto;
  }
  .customer-focus__company .company-section__list img.img-mini {
    width: 70%;
  }
}
@media all and (max-width: 680px) {
  .customer-focus__company .company-section__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 2.5rem;
    max-width: 20.625rem;
  }
}
.customer-focus__company .company-section__list:after {
  content: "";
  width: 19%;
}

.interview {
  padding-top: 5.625rem;
  padding-bottom: 7.5rem;
  background: linear-gradient(180deg, #015CB5 0%, #012557 100%);
  color: #fff;
}
@media all and (max-width: 1024px) {
  .interview {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.interview .commonHeading {
  margin-bottom: 1.875rem;
}
.interview .commonHeading .ja {
  font-size: 2.25rem;
}
.interview__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 3.75rem;
  max-width: 60rem;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  .interview__list {
    max-width: 35.5rem;
  }
}
@media all and (max-width: 680px) {
  .interview__list {
    grid-template-columns: 1fr;
    max-width: 21.875rem;
  }
}
.interview__list a {
  display: flex;
  flex-direction: column;
  color: #fff;
  gap: 0.75em;
}
.interview__list a figure {
  border-radius: 1.875rem;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .interview__list a figure {
    border-radius: 1.25rem;
  }
}
.interview__list a figure img {
  width: 100%;
  transition: all 0.3s ease 0s;
}
.interview__list a figure img:hover {
  text-decoration: none;
}
.interview__list a:hover {
  text-decoration: none;
}
.interview__list a:hover figure img {
  transform: scale(1.04);
}
.interview__list .content {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  line-height: 1.4;
}
@media all and (max-width: 768px) {
  .interview__list .content {
    text-align: center;
  }
}

.list-dot {
  list-style: disc;
  padding-left: 1.5em;
}

.requirements {
  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: 3em;
  line-height: 1.2;
  margin-bottom: 100px;
}
@media all and (max-width: 1024px) {
  .requirements__heading {
    font-size: 2.25em;
    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.125em;
  line-height: 2;
}
@media all and (max-width: 1024px) {
  .requirements__list {
    font-size: 1em;
  }
}
.requirements__list__dt {
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.5em;
  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.5em;
}
.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.5em;
    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.875em;
}
@media all and (max-width: 680px) {
  .footer__credit {
    text-align: center;
    width: 68.3697vw;
    line-height: 2;
  }
}

.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.75em;
  font-weight: bold;
}
@media all and (max-width: 1024px) {
  .entry-header__text {
    font-size: 2.25em;
  }
}

.entryWrap2 {
  padding: 100px;
  padding-bottom: 0;
}
@media all and (max-width: 1024px) {
  .entryWrap2 {
    padding: 60px;
    padding-bottom: 0;
  }
}
@media all and (max-width: 680px) {
  .entryWrap2 {
    padding: 13.953vw 4.651vw;
    padding-bottom: 0;
  }
}
.entryWrap2__heading {
  font-weight: bold;
  line-height: 1;
  font-size: 3em;
  max-width: 1000px;
  margin: 0 auto 60px;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .entryWrap2__heading {
    font-size: 2.25em;
    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.125em;
  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.875em;
  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: 1em;
  background: none transparent;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #D1D5D8;
  border-radius: 0;
}
.entryWrap2__form textarea {
  min-height: 8em;
}
.entryWrap2 .radioWrap {
  font-size: 1.125em;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.3em;
  gap: 1em;
}
@media all and (max-width: 680px) {
  .entryWrap2 .radioWrap {
    font-size: 1em;
  }
}
.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: #003561;
}
.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: #003561;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: none;
}
.entryWrap2 .checkWrap {
  font-size: 1.125em;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.3em;
  gap: 1em;
}
.entryWrap2 .checkWrap.checkWrap-column {
  flex-direction: column;
  align-items: flex-start;
}
.entryWrap2 .checkWrap.checkWrap-column .checkWrap__item {
  width: auto;
}
@media all and (max-width: 680px) {
  .entryWrap2 .checkWrap {
    font-size: 1em;
  }
}
.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: #003561;
}
.entryWrap2 .checkWrap__item input:checked + .icon:before {
  display: block;
}
.entryWrap2 .checkWrap__item .icon {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #D1D5D8;
  position: relative;
  flex-shrink: 0;
}
@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.125em;
  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: #003561;
}
.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 {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  border: 0;
  margin: 0;
  padding: 1em 1.25em;
  font-size: 1.375em;
  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: #003561;
  background: linear-gradient(90deg, #015CB5 0%, #012557 100%);
}
.entryWrap2__submitWrap button:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: linear-gradient(180deg, #015CB5 0%, #012557 100%);
  z-index: -1;
  border-radius: 99em;
}
@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;
  padding: 100px;
  min-height: calc(100svh - 80px);
  background: linear-gradient(180deg, #015CB5 0%, #012557 100%);
}
@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__icon {
  max-width: 7.0625rem;
  margin: 0 auto 2.5rem;
}
.thanksWrap__heading {
  text-align: center;
  color: #003561;
  font-weight: bold;
  font-size: 2em;
}
@media all and (max-width: 680px) {
  .thanksWrap__heading {
    line-height: 1.4;
    margin-bottom: 0.5em;
  }
}
.thanksWrap__lead {
  text-align: center;
  color: #003561;
  font-weight: bold;
  font-size: 1.125em;
  margin-bottom: 2em;
}
.thanksWrap__nav {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.thanksWrap__nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 13.75rem;
  width: 100%;
  background-color: #fff;
  border: 2px solid #003561;
  color: #003561;
  font-weight: bold;
  border-radius: 0.9375rem;
  font-size: 1.25rem;
  padding: 0.75em 1em;
  transition: all 0.3s ease 0s;
}
.thanksWrap__nav a:hover {
  text-decoration: none;
}
.thanksWrap__nav a:hover {
  text-decoration: none;
  background-color: #003561;
  color: #fff;
}

/*# sourceMappingURL=common.css.map */