*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #4C4948;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 374px) {
  html, body {
    font-size: 12.8px;
  }
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: 400;
}

p {
  margin: 0;
  padding: 0;
}

.select-wrap {
  position: relative;
}
.select-wrap::after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  z-index: 2;
  width: 15px;
  height: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none;
  border: 1px solid rgb(190, 190, 190);
  padding: 10px;
  border-radius: 5px;
}

section {
  padding: 100px 0;
}
@media (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}
section.section-bottom {
  padding-bottom: 0;
}

.contents-wrapper {
  width: calc(100% - 100px);
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contents-wrapper {
    width: calc(100% - 60px);
  }
}
.contents-wrapper.nomal {
  max-width: 1300px;
}
.contents-wrapper.mini {
  max-width: 950px;
}
.contents-wrapper.big {
  max-width: 1920px;
  width: 100%;
}

.ipad-block {
  display: none;
}
@media (max-width: 1023px) {
  .ipad-block {
    display: block;
  }
}

@media (max-width: 1023px) {
  .ipad-none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.main-contents {
  text-align: left;
  word-wrap: break-word;
}
.main-contents p:not(:last-child) {
  margin-bottom: 15px;
}
.main-contents img:not(.emoji) {
  width: 50% !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .main-contents img:not(.emoji) {
    width: 100% !important;
  }
}

.left-float {
  float: left;
}

.right-float {
  float: right;
}

.clear {
  clear: both;
}

img, iframe {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

a:hover {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.color-black {
  color: rgb(0, 0, 0);
}

.color-white {
  color: rgb(255, 255, 255);
}

table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.block-item {
  display: block;
}

.inlineblock-item {
  display: inline-block;
}

.inline-item {
  display: inline;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.right-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.white-space {
  white-space: nowrap;
}

.page-mv-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
  font-style: italic;
  font-weight: 700;
}
.page-mv-title .en {
  font-size: 60px;
  display: block;
}
@media screen and (max-width: 767px) {
  .page-mv-title .en {
    font-size: 26px;
    color: #020202;
  }
}
.page-mv-title .ja {
  font-size: 30px;
}
@media screen and (max-width: 1023px) {
  .page-mv-title .ja {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .page-mv-title .ja {
    font-size: 14px;
  }
}

.top-link {
  position: relative;
  display: block;
  width: 240px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .top-link {
    border: 1px solid #020202;
    font-weight: 400;
    font-size: 15px;
    height: 50px;
    width: 170px;
  }
}
.top-link::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50px, -50%);
          transform: translate(50px, -50%);
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background-color: #4C4948;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .top-link::after {
    position: static;
    display: inline-block;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    margin-left: 5px;
    content: ">>";
    width: auto;
    height: auto;
    background-color: transparent;
    color: #020202;
  }
}
.top-link::before {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: rgb(255, 255, 255);
  z-index: 2;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
@media screen and (max-width: 767px) {
  .top-link::before {
    display: none;
  }
}
.top-link:hover::after {
  -webkit-transform: translate(80px, -50%);
          transform: translate(80px, -50%);
}
@media screen and (max-width: 767px) {
  .top-link:hover::after {
    -webkit-transform: translate(5px, 2px);
            transform: translate(5px, 2px);
  }
}
.top-link:hover::before {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}
.top-link.blue {
  color: rgb(255, 255, 255);
  background-color: #12B3C7;
}
@media screen and (max-width: 767px) {
  .top-link.blue {
    background-color: transparent;
    color: #020202;
  }
}
.top-link.blue::after {
  background-color: #032F65;
}
@media screen and (max-width: 767px) {
  .top-link.blue::after {
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .top-link.pc {
    display: none;
  }
}
.top-link.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-link.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.top-link.black {
  color: #4C4948;
  border: 1px solid #4C4948;
  width: 165px;
}
.top-link.black::after {
  width: 50px;
  -webkit-transform: translate(30px, -50%);
          transform: translate(30px, -50%);
}
.top-link.black::before {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-menu {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-style: italic;
}
@media screen and (max-width: 1488px) {
  .header-menu {
    gap: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .header-menu {
    margin-left: auto;
  }
}
.header-menu a {
  color: #12B3C7;
}
@media screen and (max-width: 1200px) {
  .header-menu :not(.entry) {
    display: none;
  }
}
.header-menu :not(.entry) a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #12B3C7;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header-menu :not(.entry) a:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.header-menu .entry {
  margin-left: 10px;
}
@media screen and (max-width: 1777px) {
  .header-menu .entry {
    margin-left: 0;
  }
}
.header-menu .entry.disabled {
  display: none;
}
.header-menu .entry a {
  display: block;
  width: 175px;
  border-radius: 27px;
  background-color: #12B3C7;
  color: rgb(255, 255, 255);
  padding: 15px;
  font-size: 22px;
  border: 1px solid #12B3C7;
}
@media screen and (max-width: 1400px) {
  .header-menu .entry a {
    width: 170px;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header-menu .entry a {
    width: 70px;
    font-size: 10px;
    color: #4C4948;
    padding: 6px;
    border-radius: 5px;
  }
}
.header-menu .entry a:hover {
  background-color: rgb(255, 255, 255);
  color: #12B3C7;
}

.sp-navigation {
  width: 20px;
  display: none;
}
@media screen and (max-width: 1200px) {
  .sp-navigation {
    display: block;
  }
}
.sp-navigation button.drawer-hamburger {
  position: relative;
  padding: 0;
  width: 20px;
  padding-bottom: 10px;
  top: auto;
  right: auto;
}
.sp-navigation .drawer-hamburger-icon,
.sp-navigation .drawer-hamburger-icon::before,
.sp-navigation .drawer-hamburger-icon::after {
  width: 5px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #12B3C7;
  border-radius: 50%;
}
.sp-navigation nav.drawer-nav {
  -webkit-transform: translate(100%);
          transform: translate(100%);
  right: 0;
  margin-top: 86px;
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 50px 15px;
  background-color: #F0F0F0;
}
@media screen and (max-width: 1023px) {
  .sp-navigation nav.drawer-nav {
    margin-top: 73px;
  }
}
@media screen and (max-width: 767px) {
  .sp-navigation nav.drawer-nav {
    margin-top: 49px;
  }
}
.sp-navigation nav.drawer-nav .sp-naviwrapper {
  max-width: calc((100% - 20px) / 2);
}
.sp-navigation nav.drawer-nav .menu-box:not(:last-child) {
  margin-bottom: 25px;
}
.sp-navigation nav.drawer-nav a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sp-navigation nav.drawer-nav a .big {
  font-size: 14px;
  color: #12B3C7;
  font-weight: 700;
}
.sp-navigation nav.drawer-nav a .small {
  padding-left: 10px;
  color: #020202;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .sp-navigation nav.drawer-nav a .small {
    padding-left: 0;
    font-size: 9px;
  }
}
.sp-navigation nav.drawer-nav .logo-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.sp-navigation nav.drawer-nav .logo-link a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 11px;
}

.drawer--right.drawer-open button.drawer-hamburger {
  right: 0;
}
.drawer--right.drawer-open button.drawer-hamburger .drawer-hamburger-icon::before,
.drawer--right.drawer-open button.drawer-hamburger .drawer-hamburger-icon::after {
  width: 20px;
  height: 2px;
  border-radius: 0;
}
.drawer--right.drawer-open nav.drawer-nav {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.footer-menu-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 66%;
  gap: 30px;
  max-width: calc(100% - 300px - 30px);
}
@media screen and (max-width: 1335px) {
  .footer-menu-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .footer-menu-wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .footer-menu-wrapper {
    display: none;
  }
}
.footer-menu-wrapper .inner-box a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #4C4948;
}
.footer-menu-wrapper .inner-box.first .menu-box:not(:last-child) {
  margin-bottom: 50px;
}
.footer-menu-wrapper .menu-box:not(:last-child) {
  margin-bottom: 25px;
}
.footer-menu-wrapper :not(.sub-link) {
  margin-bottom: 15px;
}
@media screen and (max-width: 1330px) {
  .footer-menu-wrapper :not(.sub-link) {
    margin-bottom: 10px;
  }
}
.footer-menu-wrapper .sub-link:not(:last-child) {
  margin-bottom: 5px;
}
@media screen and (max-width: 1330px) {
  .footer-menu-wrapper .sub-link:not(:last-child) {
    margin-bottom: 5px;
  }
}
.footer-menu-wrapper .big {
  font-weight: 500;
  font-style: italic;
}
.footer-menu-wrapper .small {
  font-size: 13px;
  margin-left: 20px;
}

.ipad-menu-wrapper {
  margin-bottom: 50px;
  display: none;
}
@media screen and (max-width: 1023px) {
  .ipad-menu-wrapper {
    display: block;
  }
}
.ipad-menu-wrapper a {
  position: relative;
  display: block;
  padding: 15px 40px;
  text-align: left;
  color: #4C4948;
  font-weight: 700;
  border-bottom: 1px solid #4C4948;
}
@media screen and (max-width: 767px) {
  .ipad-menu-wrapper a {
    font-size: 12px;
  }
}
.ipad-menu-wrapper a::after {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1/1;
  border-right: 2px solid #4C4948;
  border-bottom: 2px solid #4C4948;
}
.ipad-menu-wrapper a .big {
  padding-right: 25px;
  border-right: 1px solid #4C4948;
}
.ipad-menu-wrapper a .small {
  padding-left: 20px;
}

.copy-light {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Noto Serif", serif;
  font-style: italic;
}
.copy-light.ipad {
  display: none;
}
@media screen and (max-width: 1023px) {
  .copy-light.ipad {
    display: block;
    bottom: -40px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: rgb(255, 255, 255);
  padding: 20px 78px 10px 65px;
}
@media screen and (max-width: 1777px) {
  .header {
    padding: 20px 50px 10px;
  }
}
@media screen and (max-width: 1200px) {
  .header {
    padding: 10px 50px;
  }
}
@media screen and (max-width: 1023px) {
  .header {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 10px 30px;
  }
}

.header-wrapepr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.header-logo {
  display: block;
  font-size: 10rem;
  width: 300px;
}
@media screen and (max-width: 1400px) {
  .header-logo {
    width: 240px;
  }
}
@media screen and (max-width: 1200px) {
  .header-logo {
    width: 200px;
  }
}
@media screen and (max-width: 1023px) {
  .header-logo {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .header-logo {
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-logo img {
    width: 75px;
    margin: 0;
    vertical-align: middle;
  }
}
.header-logo p {
  font-size: 7px;
  text-align: left;
  vertical-align: middle;
  color: #4C4948;
  font-weight: 600;
}

.footer {
  position: relative;
  z-index: 2;
  background-color: rgba(240, 240, 240, 0.7);
  padding: 170px 0 115px;
  border-bottom: 50px solid #12B3C7;
}
@media screen and (max-width: 1023px) {
  .footer {
    padding-top: 0;
    background-color: #F0F0F0;
    border-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 80px;
  }
}

.footer-contents {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .footer-contents {
    position: relative;
  }
}

.logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .logo-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .logo-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}

.footer-logo {
  width: 300px;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .footer-logo {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .footer-logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.logo-link {
  margin-bottom: 100px;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .logo-link {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .logo-link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.home-link {
  color: #4C4948;
  font-size: 18px;
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-weight: 500;
}
@media screen and (max-width: 1422px) {
  .home-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .home-link {
    font-size: 11px;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
  }
}
.home-link::before {
  content: "";
  display: inline-block;
  width: 15px;
  aspect-ratio: 1/1;
  margin-right: 5px;
  background-image: url("../../images/footer-link-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* cookie---------------------*/
.cookie-popup {
  position: fixed;
  z-index: 800;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 280px;
  max-width: 900px;
  font-family: "Noto Sans JP";
  width: 100%;
}

.cookie-popup .inner {
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  padding: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
}

.cookie-popup .inner .text {
  max-width: 640px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.cookie-popup .inner .btn {
  width: 140px;
  border-radius: 22px;
  background-color: rgb(93, 93, 93);
  color: rgb(255, 255, 255);
  padding: 10px;
  text-align: center;
  cursor: pointer;
}

.cookie-popup .inner .btn:hover {
  background-color: rgb(18, 179, 199);
}

@media only screen and (max-width: 768px) {
  .cookie-popup .inner {
    display: block;
  }
  .cookie-popup .inner .text {
    max-width: 100%;
  }
  .cookie-popup .inner .btn {
    margin: 20px auto 0;
  }
}
.top-body {
  background-color: #F5F5F5;
}
.top-body::before {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../../images/top-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.3;
}
.top-body section {
  position: relative;
  z-index: 2;
}

.top-hiddon {
  overflow: hidden;
}

.top-contents {
  margin-top: 150px;
}
@media screen and (max-width: 1400px) {
  .top-contents {
    margin-top: 130px;
  }
}
@media screen and (max-width: 1200px) {
  .top-contents {
    margin-top: 86px;
  }
}
@media screen and (max-width: 1023px) {
  .top-contents {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .top-contents {
    margin-top: 49px;
  }
}

.fv-section {
  width: 95%;
  aspect-ratio: 1750/894;
  max-width: 1750px;
  margin-left: auto;
  background-image: url("../../images/fv-image.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .fv-section {
    width: 100%;
    height: 330px;
    background-position: 45%;
  }
}

.top-message-section {
  overflow: hidden;
  margin-top: -200px;
  background-color: rgba(227, 227, 221, 0.7);
  padding: 57px 0 200px;
}
@media screen and (max-width: 1023px) {
  .top-message-section {
    margin-top: -100px;
  }
}
@media screen and (max-width: 767px) {
  .top-message-section {
    margin-top: -10px;
    padding: 15px 0 35px;
  }
}
.top-message-section .contents-wrapper {
  max-width: 1500px;
}

.top-message-blue-text {
  font-size: 40px;
  color: #12B3C7;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top-message-blue-text {
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
  }
}

.top-message-title {
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .top-message-title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top-message-title {
    display: none;
  }
}
.top-message-title .en {
  font-size: 64px;
  font-weight: 800;
  color: rgba(173, 174, 174, 0.7);
}
.top-message-title .top-message-blue-text {
  font-size: 50px;
  display: block;
  margin-top: -40px;
}
@media screen and (max-width: 1200px) {
  .top-message-title .top-message-blue-text {
    margin-top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .top-message-title .top-message-blue-text {
    font-size: 20px;
  }
}

.top-message-box {
  gap: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .top-message-box {
    gap: 25px;
  }
}
.top-message-box .text-box {
  width: 50%;
  font-size: 24px;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .top-message-box .text-box {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 767px) {
  .top-message-box .text-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 14px;
    line-height: 24px;
  }
}
.top-message-box .name {
  font-style: italic;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .top-message-box .name {
    font-size: 13px;
    text-align: right;
    width: 100%;
  }
}
.top-message-box .messege-link-wrapper {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .top-message-box .messege-link-wrapper {
    margin-top: 16px;
  }
}
.top-message-box .top-link {
  margin: 0 auto 80px;
}
@media screen and (max-width: 1023px) {
  .top-message-box .top-link {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-message-box .top-link {
    margin-top: 20px;
  }
}
.top-message-box .image-box {
  margin-top: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 1023px) {
  .top-message-box .image-box {
    display: contents;
  }
}
.top-message-box .image-box img {
  max-width: 800px;
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  .top-message-box .image-box img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  .top-message-box .image-box img {
    width: 90%;
    margin: auto;
  }
}

.top-link-section {
  padding-top: 0;
  margin-top: -70px;
}
@media screen and (max-width: 1023px) {
  .top-link-section {
    margin-top: 0;
    background-color: #F5F5F5;
    padding-top: 50px;
  }
}
.top-link-section > .contents-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 100px;
}
@media screen and (max-width: 1499px) {
  .top-link-section > .contents-wrapper {
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top-link-section > .contents-wrapper {
    display: none;
  }
}
.top-link-section .sp-link-swiper {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-link-section .sp-link-swiper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .top-link-section .sp-link-swiper .swiper-slide {
    height: auto;
  }
}
.top-link-section .top-link-box {
  width: 30%;
  max-width: 400px;
  padding: 70px 0 0 50px;
  text-align: left;
  clip-path: polygon(10% 5%, 100% 0, 100% 100%, 0 100%);
  color: #4C4948;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-direction: column;
  border-bottom: 10px solid #12B3C7;
}
@media screen and (max-width: 1499px) {
  .top-link-section .top-link-box {
    width: calc((100% - 100px) / 3);
  }
}
@media screen and (max-width: 1023px) {
  .top-link-section .top-link-box {
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    padding-left: 80px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-link-section .top-link-box {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    height: 100%;
    padding: 40px 0 0 30px;
  }
}
.top-link-section .top-link-box .arrow {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: block;
  width: 40px;
}
.top-link-section .top-link-box .text-box {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
@media screen and (max-width: 1023px) {
  .top-link-section .top-link-box .text-box {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .top-link-section .top-link-box .text-box {
    width: 100%;
    text-align: right;
    padding-right: 16px;
  }
}
.top-link-section .top-link-box .ja {
  position: relative;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  font-style: italic;
}
@media screen and (max-width: 1250px) {
  .top-link-section .top-link-box .ja {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-link-section .top-link-box .ja {
    font-size: 20px;
  }
}
.top-link-section .top-link-box .ja span {
  position: relative;
  z-index: 2;
}
.top-link-section .top-link-box .ja img {
  position: absolute;
  top: -20px;
  right: 0;
  width: 76%;
}
@media screen and (max-width: 767px) {
  .top-link-section .top-link-box .ja img {
    top: -10px;
  }
}
.top-link-section .top-link-box .en {
  display: block;
  margin-bottom: 15px;
  padding: 0 15px 0 40px;
  color: #020202;
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 1499px) {
  .top-link-section .top-link-box .en {
    font-size: 16px;
  }
}
@media screen and (max-width: 1250px) {
  .top-link-section .top-link-box .en {
    padding-left: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .top-link-section .top-link-box .en {
    text-align: left;
  }
}
.top-link-section .top-link-box.light-blue {
  background-color: #D7F5F8;
}
.top-link-section .top-link-box.gray {
  background-color: #D0D0D1;
  border-color: #4C4948;
}
.top-link-section .top-link-box.blue {
  background-color: #BCD7F7;
  border-color: #032F65;
}
.top-link-section .top-link-box .image-box {
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .top-link-section .top-link-box .image-box {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .top-link-section .top-link-box .image-box {
    width: 75%;
    margin-left: auto;
  }
}
.top-link-section .top-link-box .image-box img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-link-section .top-link-box img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-link-section .top-link-box:hover.light-blue {
  color: #12B3C7;
}
.top-link-section .top-link-box:hover.gray {
  color: #020202;
}
.top-link-section .top-link-box:hover.blue {
  color: #032F65;
}
.top-link-section .top-link-box:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.top-business-section {
  position: relative;
  overflow: hidden;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .top-business-section {
    padding-top: 10px;
  }
}
.top-business-section .contents-wrapper {
  position: relative;
  z-index: 2;
}
.top-business-section .top-link {
  margin: 150px auto 0;
}
@media screen and (max-width: 1023px) {
  .top-business-section .top-link {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .top-business-section .top-link {
    margin-top: 30px;
  }
}

.bg-en-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 100px);
  max-width: 1600px;
  font-size: clamp(1.125rem, -0.1189rem + 5.3074vw, 6.25rem);
  font-weight: 800;
  white-space: nowrap;
  color: rgba(9, 70, 141, 0.2352941176);
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .bg-en-wrapper {
    font-size: 29px;
    width: 100vw;
  }
}

.top-business-title {
  margin-bottom: 50px;
  color: #12B3C7;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .top-business-title {
    margin-bottom: 60px;
  }
}
.top-business-title .ja {
  display: block;
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .top-business-title .ja {
    font-size: 24px;
  }
}
.top-business-title .en {
  font-size: 45px;
}
@media screen and (max-width: 1023px) {
  .top-business-title .en {
    font-size: 20px;
  }
}

.top-business-text {
  margin-bottom: 195px;
  font-size: 24px;
}
@media screen and (max-width: 1023px) {
  .top-business-text {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top-business-text {
    font-size: 14px;
    margin-bottom: 35px;
  }
}
.top-business-text p:not(:last-child) {
  margin-bottom: 30px;
}

.top-business-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 75px;
}
@media screen and (max-width: 1100px) {
  .top-business-link-wrapper {
    gap: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .top-business-link-wrapper {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top-business-link-wrapper {
    width: 100vw;
    gap: 0;
    margin-left: -30px;
  }
}

.top-business-link {
  position: relative;
  display: block;
  width: calc((100% - 150px) / 3);
  color: #4C4948;
  font-weight: 700;
  font-style: italic;
}
@media screen and (max-width: 1100px) {
  .top-business-link {
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (max-width: 1023px) {
  .top-business-link {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .top-business-link {
    width: 33.3333333333%;
    position: relative;
    text-align: left;
  }
  .top-business-link.one .text-box {
    padding-left: 5px;
  }
  .top-business-link.one .text-box .ja,
  .top-business-link.one .text-box .en {
    color: #12B3C7;
  }
  .top-business-link.two .text-box .ja,
  .top-business-link.two .text-box .en {
    color: #E7F7F9;
  }
  .top-business-link.three .text-box {
    padding-right: 5px;
    text-align: right;
  }
  .top-business-link.three .text-box .ja,
  .top-business-link.three .text-box .en {
    color: #032F65;
  }
}
.top-business-link .image-box {
  margin-bottom: 100px;
  aspect-ratio: 5/6;
  border-radius: 123px;
  overflow: hidden;
}
@media screen and (max-width: 1480px) {
  .top-business-link .image-box {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .top-business-link .image-box {
    border-radius: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .top-business-link .image-box {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-business-link .image-box {
    border-radius: 0;
    margin-bottom: 0;
  }
}
.top-business-link .image-box img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .top-business-link .text-box {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
  }
}
.top-business-link .text-box .ja {
  display: block;
  font-size: 35px;
}
@media screen and (max-width: 1413px) {
  .top-business-link .text-box .ja {
    font-size: 28px;
  }
}
@media screen and (max-width: 1186px) {
  .top-business-link .text-box .ja {
    font-size: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .top-business-link .text-box .ja {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .top-business-link .text-box .ja {
    font-size: 11px;
  }
}
.top-business-link .text-box .en {
  color: #ADAEAE;
  font-size: 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1480px) {
  .top-business-link .text-box .en {
    font-size: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .top-business-link .text-box .en {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .top-business-link .text-box .en {
    font-size: 8px;
  }
}
.top-business-link .text-box::before {
  position: absolute;
  top: 62%;
  right: 0;
  content: "";
  display: block;
  width: 160px;
  aspect-ratio: 1/1;
  background-image: url("../../images/arrow-white.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  padding: 30px;
  border-radius: 50%;
  background-color: #D0D0D1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1480px) {
  .top-business-link .text-box::before {
    width: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .top-business-link .text-box::before {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-business-link .text-box::before {
    display: none;
  }
}
.top-business-link:hover {
  color: #12B3C7;
}
.top-business-link:hover .image-box img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.top-business-link:hover .text-box::before {
  background-color: #12B3C7;
}
.top-business-link:hover .text-box .en {
  color: #88D9E3;
}
@media screen and (max-width: 767px) {
  .top-business-link:hover .text-box .en {
    color: #ADAEAE;
  }
}
@media screen and (max-width: 767px) {
  .top-business-link:hover .text-box .ja {
    color: #020202;
  }
}

.top-interview {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .top-interview {
    margin-bottom: 50px;
  }
}
.top-interview .interview-link:nth-last-child(-n+2) {
  display: none;
}

.top-interview-section {
  padding: 50px 0 200px;
  background-color: #C5DFF1;
}
@media screen and (max-width: 767px) {
  .top-interview-section {
    padding-bottom: 65px;
  }
}
.top-interview-section .top-business-title {
  margin-bottom: 20px;
}

.top-message-title.interview {
  margin-bottom: 50px;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .top-message-title.interview .en {
    font-size: 110px;
  }
}
@media screen and (max-width: 767px) {
  .top-message-title.interview .en {
    font-size: 55px;
  }
}
.top-message-title.interview .top-message-blue-text {
  margin-left: 60px;
}

.top-interview-text {
  margin-bottom: 50px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .top-interview-text {
    font-size: 14px;
    font-weight: 700;
  }
}

.interviewSwiper.swiper {
  padding: 36px 0;
}
@media screen and (max-width: 767px) {
  .interviewSwiper.swiper {
    margin-bottom: 65px;
  }
}
.interviewSwiper.swiper .swiper-slide {
  height: auto;
}
.interviewSwiper.swiper .swiper-button-next,
.interviewSwiper.swiper .swiper-button-prev {
  display: none;
}
@media screen and (max-width: 767px) {
  .interviewSwiper.swiper .swiper-button-next,
  .interviewSwiper.swiper .swiper-button-prev {
    display: block;
  }
}
.interviewSwiper.swiper .swiper-button-next::after,
.interviewSwiper.swiper .swiper-button-prev::after {
  color: #12B3C7;
  font-size: 23px;
}

.interview-link {
  position: relative;
  display: block;
  height: 100%;
  background-color: #E5E5E5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .interview-link {
    position: relative;
  }
}
.interview-link .image-box {
  position: relative;
}
.interview-link .image-box .potiton {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #020202;
  color: rgb(255, 255, 255);
  padding: 5px;
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  .interview-link .image-box .potiton {
    left: auto;
    right: 0;
    bottom: 15px;
  }
}
.interview-link .catchcopy-box {
  position: absolute;
  z-index: 2;
  padding: 15px 20px 60px;
  width: 100%;
  background-color: rgba(158, 202, 232, 0.6);
  font-size: 24px;
  text-align: left;
  color: #4C4948;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}
@media screen and (max-width: 1645px) {
  .interview-link .catchcopy-box {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .interview-link .catchcopy-box {
    font-size: 12px;
    padding: 15px 15px;
  }
}
.interview-link .text-box {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding: 25px 45px 35px 30px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .interview-link .text-box {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 10px 10px;
    width: 100%;
  }
}
.interview-link .text-box p {
  color: #0F1010;
  font-weight: 300;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .interview-link .text-box p {
    color: rgb(255, 255, 255);
    font-size: 10px;
  }
}
.interview-link .text-box p span {
  display: block;
}
@media screen and (max-width: 767px) {
  .interview-link .text-box p span {
    background-color: #D0D0D1;
    display: inline-block;
    color: #4C4948;
    font-weight: 700;
  }
  .interview-link .text-box p span:not(:last-child) {
    margin-bottom: 5px;
  }
}
.interview-link .text-box .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #4C4948;
}
.interview-link .text-box .name {
  font-size: 36px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .interview-link .text-box .name {
    font-size: 24px;
    color: #F0F0F0;
  }
}
.interview-link .top-link {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .interview-link .top-link {
    display: none;
  }
  .interview-link .top-link::after {
    display: none;
  }
}
.interview-link:hover .top-link {
  background-color: #4C4948;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .interview-link:hover .top-link {
    background-color: #12B3C7;
  }
}
.interview-link:hover .top-link::after {
  -webkit-transform: translate(40px, -50%);
          transform: translate(40px, -50%);
}

@media screen and (max-width: 767px) {
  .contents-wrapper.top-women {
    width: calc(100% - 20px);
  }
}

.top-women-wrapper {
  position: relative;
  background-color: rgb(183, 232, 238);
  border-radius: 126px;
  padding: 145px 45px 75px;
}
@media screen and (max-width: 1023px) {
  .top-women-wrapper {
    border-radius: 0;
    background-color: #9ECAE8;
    padding: 20px 20px 200px;
  }
}
.top-women-wrapper .image-box {
  position: absolute;
  width: 40%;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}
@media screen and (max-width: 1400px) {
  .top-women-wrapper .image-box {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .top-women-wrapper .image-box {
    width: 100%;
    height: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 100px 0;
  }
}
.top-women-wrapper .image {
  position: relative;
  max-width: 335px;
  width: 40%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 1400px) {
  .top-women-wrapper .image {
    width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .top-women-wrapper .image {
    width: 50%;
  }
}
.top-women-wrapper .image::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 90%;
  height: 90%;
  border-radius: 43px;
}
@media screen and (max-width: 1023px) {
  .top-women-wrapper .image::before {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .top-women-wrapper .image::before {
    width: 65%;
    border-radius: 10px;
  }
}
.top-women-wrapper .image.blue::before {
  -webkit-transform: translate(-50%, -50%) rotate(5deg);
          transform: translate(-50%, -50%) rotate(5deg);
  background-color: rgba(139, 142, 159, 0.6941176471);
}
.top-women-wrapper .image.pink::before {
  -webkit-transform: translate(-50%, -50%) rotate(-5deg);
          transform: translate(-50%, -50%) rotate(-5deg);
  background-color: #E5DCE1;
}
.top-women-wrapper .image.white::before {
  -webkit-transform: translate(-50%, -50%) rotate(15deg);
          transform: translate(-50%, -50%) rotate(15deg);
  background-color: #FBEDF1;
}
.top-women-wrapper .image:nth-child(even) {
  margin-top: 170px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 1400px) {
  .top-women-wrapper .image:nth-child(even) {
    margin-left: auto;
    margin-top: -50px;
  }
}
@media screen and (max-width: 1023px) {
  .top-women-wrapper .image:nth-child(even) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-women-wrapper .image:nth-child(even)::before {
    top: 28%;
  }
  .top-women-wrapper .image:nth-child(even) img {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
.top-women-wrapper .image img {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .top-women-wrapper .image img {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .top-women-wrapper .image img {
    width: 70%;
  }
}

.top-message-title.women {
  position: relative;
  z-index: 2;
  text-align: left;
  margin-bottom: 150px;
}
@media screen and (max-width: 1023px) {
  .top-message-title.women {
    display: none;
  }
}
.top-message-title.women .en {
  color: rgba(62, 150, 210, 0.4);
}
.top-message-title.women .top-message-blue-text {
  color: #032F65;
  margin-left: 30px;
}

.top-business-title.women {
  display: none;
}
@media screen and (max-width: 1023px) {
  .top-business-title.women {
    display: block;
    color: #4C4948;
  }
}
@media screen and (max-width: 1023px) {
  .top-business-title.women .ja {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-business-title.women .ja {
    font-size: 24px;
  }
}

.top-women-text {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-left: 145px;
}
@media screen and (max-width: 1400px) {
  .top-women-text {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .top-women-text {
    width: 100%;
    margin-left: 0;
  }
}
.top-women-text p {
  margin-bottom: 105px;
  color: #032F65;
  font-size: 24px;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .top-women-text p {
    color: #4C4948;
    text-align: center;
    font-size: 24px;
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 767px) {
  .top-women-text p {
    font-size: 14px;
  }
}
.top-women-text .top-link {
  width: 240px;
  margin: auto;
}

.top-style-section {
  padding: 35px 0 210px;
  position: relative;
  background-color: #E6F2CF;
}
@media screen and (max-width: 1023px) {
  .top-style-section {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-style-section {
    padding-top: 35px;
    padding-bottom: 50px;
  }
  .top-style-section .top-business-title {
    margin-bottom: 15px;
  }
}
.top-style-section .top-link {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-style-section .top-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 35px auto 0;
  }
}
.top-style-section .inner-box {
  width: 50%;
}
@media screen and (max-width: 1350px) {
  .top-style-section .inner-box {
    width: 60%;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .top-style-section .inner-box {
    width: 100%;
    padding-right: 0;
  }
}
.top-style-section .en-text {
  margin-bottom: 50px;
  font-size: 24px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top-style-section .en-text {
    font-size: 14px;
    width: 90%;
    margin: 0 auto 35px;
  }
}

.top-style-image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 45%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1350px) {
  .top-style-image {
    width: 40%;
  }
}
@media screen and (max-width: 1023px) {
  .top-style-image {
    width: 100%;
    position: static;
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .top-style-image {
    display: none;
  }
}

.top-message-title.style {
  margin-bottom: 50px;
  text-align: left;
}

.top-style-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.top-style-link:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .top-style-link:not(:last-child) {
    margin-bottom: 25px;
  }
}
.top-style-link .image-box {
  width: 30%;
  overflow: hidden;
}
.top-style-link .image-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-style-link .text-box {
  padding: 30px 25px 50px;
  width: 70%;
  background-color: #D0D0D1;
  color: #4C4948;
  font-weight: 600;
  text-align: left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1210px) {
  .top-style-link .text-box {
    padding: 30px 15px 50px;
  }
}
@media screen and (max-width: 767px) {
  .top-style-link .text-box {
    padding: 10px;
  }
}
.top-style-link .ja {
  font-size: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top-style-link .ja {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.top-style-link .en {
  font-size: 1.2rem;
  display: block;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .top-style-link .en {
    font-size: 14px;
    padding: 0 0 0 5px;
  }
}
.top-style-link:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.top-style-link:hover .text-box {
  background-color: #12B3C7;
  color: rgb(255, 255, 255);
}

.bg-gray {
  background-color: #F0F0F0;
}

.page-message-section {
  padding-bottom: 0;
}

.message-page-title {
  font-weight: 700;
  font-style: italic;
  -webkit-transform: translateY(-75px);
          transform: translateY(-75px);
}
@media screen and (max-width: 767px) {
  .message-page-title {
    display: none;
  }
}
.message-page-title .en {
  display: block;
  font-size: 60px;
  color: #12B3C7;
}
.message-page-title .ja {
  font-size: 30px;
}

.message-mv-wrapper {
  aspect-ratio: 1920/900;
  background-image: url("../../images/message-mv.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 690px;
  max-width: 100%;
  padding-bottom: 130px;
}
@media screen and (max-width: 1023px) {
  .message-mv-wrapper {
    min-height: 520px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .message-mv-wrapper {
    position: relative;
    height: 183px;
    min-height: auto;
    aspect-ratio: auto;
  }
}
.message-mv-wrapper .contents-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.message-mv-box {
  padding: 30px 10px 20px 15px;
  background-color: rgba(231, 247, 249, 0.6);
  font-weight: 700;
  font-style: italic;
  max-width: 660px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .message-mv-box {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    padding: 20px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
.message-mv-box .title {
  margin-bottom: 20px;
  font-weight: 700;
  text-align: left;
  font-size: 26px;
  color: #12B3C7;
}
@media screen and (max-width: 767px) {
  .message-mv-box .title {
    font-size: 14px;
  }
}
.message-mv-box .name {
  text-align: right;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .message-mv-box .name {
    font-size: 10px;
    font-weight: 400;
  }
}

.contents-wrapper.message {
  max-width: 1720px;
  margin-top: -80px;
  background-color: rgb(255, 255, 255);
  border-left: 40px solid;
  -o-border-image: linear-gradient(to bottom, #446D72, #88D9E3) 1;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#446D72), to(#88D9E3)) 1;
     border-image: linear-gradient(to bottom, #446D72, #88D9E3) 1;
  padding: 160px 50px 80px;
}
@media screen and (max-width: 1023px) {
  .contents-wrapper.message {
    margin-top: -30px;
    padding: 70px 30px;
  }
}
@media screen and (max-width: 767px) {
  .contents-wrapper.message {
    margin-top: 0;
    width: calc(100% - 20px);
    border-width: 20px;
    padding-top: 130px;
  }
}
.contents-wrapper.message .inner-contents {
  max-width: 1090px;
  margin: auto;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contents-wrapper.message .inner-box {
    font-size: 14px;
  }
}
.contents-wrapper.message .inner-box:not(:last-child) {
  margin-bottom: 115px;
}
@media screen and (max-width: 1023px) {
  .contents-wrapper.message .inner-box:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .contents-wrapper.message .inner-box:not(:last-child) {
    margin-bottom: 40px;
  }
}
.contents-wrapper.message .inner-box a {
  color: #3E96D2;
}
.contents-wrapper.message .inner-box .title {
  margin-bottom: 35px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .contents-wrapper.message .inner-box .title {
    margin-bottom: 15px;
  }
}
.contents-wrapper.message .inner-box p:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contents-wrapper.message .inner-box p:not(:last-child) {
    margin-bottom: 10px;
  }
}
.contents-wrapper.message .name {
  text-align: right;
}

.page-mv-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 530px;
}
@media screen and (max-width: 1023px) {
  .page-mv-section {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .page-mv-section {
    height: 110px;
    padding-top: 10px;
  }
}
.page-mv-section.business {
  padding-top: 10px;
  background-image: url("../../images/business-mv.jpg");
  background-position: top;
}

.business-page-section {
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .business-page-section {
    padding-bottom: 0;
  }
}

.business-page-title {
  margin-bottom: 75px;
  font-weight: 600;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .business-page-title {
    font-size: 20px;
    margin-bottom: 25px;
    color: #12B3C7;
  }
}

.business-text-box {
  max-width: 950px;
  margin: auto;
  margin-bottom: 130px;
}
@media screen and (max-width: 1023px) {
  .business-text-box {
    margin-bottom: 30px;
    text-align: left;
  }
}

.business-link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .business-link-box {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}

.business-link {
  display: block;
  width: 30%;
  padding: 20px;
  font-size: 20px;
  background-color: #032F65;
  color: rgb(255, 255, 255);
  border: 1px solid #032F65;
}
@media screen and (max-width: 1023px) {
  .business-link {
    width: 33.3333333333%;
    padding: 15px 5px;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .business-link {
    font-size: 10px;
  }
}
.business-link:hover {
  background-color: rgb(255, 255, 255);
  color: #032F65;
}
.business-link.bg-gray {
  background-color: rgb(220, 220, 220);
  color: rgb(112, 112, 112);
  border-color: rgb(220, 220, 220);
}
.business-link.bg-gray:hover {
  background-color: rgb(112, 112, 112);
  color: rgb(220, 220, 220);
}
.business-link.bg-blue {
  background-color: #12B3C7;
  border-color: #12B3C7;
}
.business-link.bg-blue:hover {
  background-color: rgb(255, 255, 255);
  color: #12B3C7;
}
.business-link span {
  display: inline-block;
  margin-right: 10px;
}

#industry {
  background-color: rgba(18, 179, 199, 0.3);
  color: #020202;
  font-weight: 600;
}

#service {
  background-color: rgba(197, 223, 241, 0.3);
  color: #020202;
}

#it {
  background-color: rgba(38, 95, 165, 0.3);
  color: #020202;
}

.business-sub-title {
  color: #4C4948;
  margin-bottom: 43px;
  font-weight: 700;
  font-size: 30px;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .business-sub-title {
    font-size: 22px;
    margin-bottom: 35px;
  }
}

.business-page-box p {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .business-page-box p {
    font-size: 14px;
  }
}
.business-page-box p.blue-text {
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .business-page-box p.blue-text {
    font-size: 0.9rem;
    margin-bottom: 30px;
  }
}
.business-page-box ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  text-align: left;
  list-style-type: disc;
  list-style-position: inside;
}
@media screen and (max-width: 1023px) {
  .business-page-box ul {
    font-size: 0.9rem;
  }
}

.business-flex {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .business-flex {
    margin-bottom: 30px;
  }
}

.business-three-box {
  width: 30%;
  padding: 15px;
  border: 2px solid #020202;
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
}
@media screen and (max-width: 1023px) {
  .business-three-box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .business-three-box {
    font-size: 1rem;
  }
}
.business-three-box span {
  display: block;
  font-size: 0.9rem;
}
.business-three-box.small {
  padding: 7px 15px;
}
.business-three-box.small span {
  font-size: 0.6rem;
}
.business-three-box.big {
  padding: 26px 15px;
}

.three-line {
  display: block;
  width: 5%;
  height: 2px;
  background-color: #020202;
}
@media screen and (max-width: 1023px) {
  .three-line {
    width: 2px;
    height: 30px;
    margin: auto;
  }
}

@media screen and (max-width: 1023px) {
  div.last-box {
    font-size: 0.9rem;
  }
}

.page-mv-section.interview {
  overflow: hidden;
  position: relative;
}
.page-mv-section.interview::before {
  background-image: url("../../images/interview-mv.jpg");
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.page-mv-section.interview .contents-wrapper {
  position: relative;
  z-index: 3;
}
.page-mv-section.interview .image-box {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  width: 75%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1350px) {
  .page-mv-section.interview .image-box {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@media screen and (max-width: 1100px) {
  .page-mv-section.interview .image-box {
    width: 100%;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
@media screen and (max-width: 767px) {
  .page-mv-section.interview .image-box {
    display: none;
  }
}
.page-mv-section.interview .image-box .inner-box {
  width: 20%;
  overflow: hidden;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}
.page-mv-section.interview .image-box .inner-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
  -webkit-transform: scale(1.5) skew(15deg);
          transform: scale(1.5) skew(15deg);
}
.page-mv-section.interview .image-box .inner-box:nth-child(odd) {
  margin-top: 40px;
  -webkit-transform: skew(-15deg) translateX(-10px);
          transform: skew(-15deg) translateX(-10px);
}
.page-mv-section.interview .image-box .inner-box:nth-child(even) {
  margin-bottom: 40px;
}

.bg-interview {
  background-color: #EBF4FA;
}
@media screen and (max-width: 767px) {
  .bg-interview {
    background-color: #F3F2F8;
  }
}

.interview-text-box {
  font-size: 24px;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .interview-text-box {
    font-size: 16px;
    margin-bottom: 55px;
    color: #12B3C7;
  }
}

.interview-page-wrapper {
  gap: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1100px) {
  .interview-page-wrapper {
    gap: 30px;
  }
}
.interview-page-wrapper .interview-link {
  height: auto;
  width: calc((100% - 100px) / 3);
}
@media screen and (max-width: 1100px) {
  .interview-page-wrapper .interview-link {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 1023px) {
  .interview-page-wrapper .interview-link {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .interview-page-wrapper .interview-link {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  .interview-page-wrapper .interview-link .image-box {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .interview-page-wrapper .interview-link .image-box {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .interview-page-wrapper .interview-link .text-box {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .interview-page-wrapper .interview-link .text-box {
    width: 100%;
    padding-bottom: 30px;
  }
}
.interview-page-wrapper .top-link {
  width: 167px;
  height: 73px;
  padding: 10px;
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .interview-page-wrapper .top-link {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .interview-page-wrapper .top-link {
    width: 120px;
    height: 40px;
    font-size: 14px;
    padding: 5px;
  }
}
@media screen and (max-width: 1300px) {
  .interview-page-wrapper .catchcopy-box {
    padding-bottom: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .interview-page-wrapper .catchcopy-box {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .interview-page-wrapper .catchcopy-box {
    width: 100%;
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .interview-page-wrapper .name {
    width: 100%;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .interview-page-wrapper .name {
    width: 50%;
    height: 10px;
    margin-bottom: 0;
  }
}

.interview-single-mv {
  padding: 30px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .interview-single-mv {
    height: 439px;
    position: relative;
  }
}
.interview-single-mv.single-01 {
  background-image: url("../../images/interview/01/fv-image.jpg");
}
.interview-single-mv.single-02 {
  background-image: url("../../images/interview/02/fv-image.jpg");
}
.interview-single-mv.single-03 {
  background-image: url("../../images/interview/03/fv-image.jpg");
}
.interview-single-mv.single-04 {
  background-image: url("../../images/interview/04/fv-image.jpg");
}
.interview-single-mv.single-05 {
  background-image: url("../../images/interview/05/fv-image.jpg");
}
.interview-single-mv .contents-wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .interview-single-mv .contents-wrapper {
    height: 100%;
  }
}
.interview-single-mv .text-box {
  position: absolute;
  bottom: 30px;
  left: 30%;
  min-width: 330px;
  max-width: 740px;
  padding: 50px 0px 50px 45px;
  background-color: rgb(183, 232, 238);
  color: #3E96D2;
  font-weight: 700;
  font-style: italic;
  z-index: 4;
  clip-path: polygon(6% 20%, 100% 0, 100% 100%, 0 75%);
}
@media screen and (max-width: 1023px) {
  .interview-single-mv .text-box {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .interview-single-mv .text-box {
    bottom: -20px;
    font-size: 15px;
    left: auto;
    right: 10px;
    min-width: 200px;
  }
}
.interview-single-mv.right .text-box {
  left: auto;
  right: 30%;
}
@media screen and (max-width: 767px) {
  .interview-single-mv.right .text-box {
    right: 10px;
  }
}

.single-mv-wrapper {
  position: relative;
  z-index: 2;
  background-color: rgba(18, 179, 199, 0.6);
  width: 40%;
  margin-left: 30px;
  padding: 80px 20px 160px 50px;
  clip-path: polygon(0 0, 100% 10%, 100% 98%, 5% 100%);
  text-align: left;
}
@media screen and (max-width: 1600px) {
  .single-mv-wrapper {
    width: 50%;
  }
}
@media screen and (max-width: 1100px) {
  .single-mv-wrapper {
    padding-bottom: 190px;
  }
}
@media screen and (max-width: 1023px) {
  .single-mv-wrapper {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .single-mv-wrapper {
    width: 80%;
    margin: -50px auto 0;
    padding: 50px 10px 50px 30px;
    font-weight: 700;
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 10% 100%);
  }
}
.single-mv-wrapper .title {
  margin-bottom: 110px;
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
}
@media screen and (max-width: 1600px) {
  .single-mv-wrapper .title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .single-mv-wrapper .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .single-mv-wrapper .title {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.single-mv-wrapper .prof-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .single-mv-wrapper .prof-box {
    font-size: 14px;
  }
}
.single-mv-wrapper .name {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .single-mv-wrapper .name {
    font-size: 14px;
  }
}
.single-mv-wrapper .history-box {
  width: 80%;
  margin: 50px auto 0;
}
@media screen and (max-width: 1100px) {
  .single-mv-wrapper .history-box {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .single-mv-wrapper .history-box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .single-mv-wrapper .history-box {
    font-size: 13px;
  }
}
.single-mv-wrapper.right {
  margin-left: auto;
  margin-right: 30px;
}

.chance-wrapper {
  margin-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #020202;
}
@media screen and (max-width: 767px) {
  .chance-wrapper {
    margin-bottom: 0;
  }
}
.chance-wrapper .blue-box {
  padding: 0 20px;
  width: 30%;
  background-color: #12B3C7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .chance-wrapper .blue-box {
    width: 100%;
    padding: 15px;
  }
}
.chance-wrapper .blue-box .ja {
  display: block;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 1140px) {
  .chance-wrapper .blue-box .ja {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .chance-wrapper .blue-box .ja {
    font-size: 24px;
    text-align: left;
    color: #4C4948;
  }
}
.chance-wrapper .blue-box .en {
  font-weight: 800;
  font-size: 26px;
  font-style: italic;
  color: #B7E8EE;
}
@media screen and (max-width: 767px) {
  .chance-wrapper .blue-box .en {
    font-size: 42px;
    display: block;
    text-align: right;
  }
}
.chance-wrapper .text-box {
  padding: 50px 40px 40px;
  width: 70%;
  background-color: #D0D0D1;
  text-align: left;
  line-height: 35px;
}
@media screen and (max-width: 1023px) {
  .chance-wrapper .text-box {
    width: 100%;
    font-size: 14px;
    padding: 30px 20px;
    line-height: 20px;
    color: #4C4948;
  }
}

.interview-hiddon {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .interview-hiddon {
    background-color: transparent;
  }
}

.interview-first-wrapper {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}

.intervier-q {
  position: relative;
  z-index: 3;
  font-size: 18px;
  color: #12B3C7;
  font-weight: 700;
  font-style: italic;
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .intervier-q {
    margin-bottom: 25px;
  }
}

.intervier-a {
  position: relative;
  z-index: 3;
  text-align: left;
  color: #020202;
}
@media screen and (max-width: 767px) {
  .intervier-a {
    font-size: 14px;
    font-weight: 400;
  }
}
.intervier-a a {
  position: relative;
  color: #3E96D2;
}
.intervier-a a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  display: block;
  height: 2px;
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: #3E96D2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.intervier-a a:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.interview-main-section {
  padding-top: 0;
  padding-bottom: 200px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .interview-main-section {
    background-color: transparent;
  }
}

body.interview {
  background-color: #F0F0F0;
}
body.interview section {
  position: relative;
  z-index: 2;
}
body.interview #footer {
  position: relative;
  z-index: 2;
}

.bg-deco-wrapper {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.interview-deco {
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
}
.interview-deco.green {
  right: -5%;
  top: 10%;
  max-width: 180px;
  width: 20%;
  border-radius: 30px;
  background-color: #E6F2CF;
  -webkit-animation: rotation-left 4s linear infinite;
          animation: rotation-left 4s linear infinite;
}
.interview-deco.gray {
  max-width: 100px;
  width: 15%;
  left: 20%;
  top: 35%;
  border-radius: 20px;
  background-color: rgba(208, 208, 209, 0.4);
  -webkit-animation: rotation 12s linear infinite;
          animation: rotation 12s linear infinite;
}
.interview-deco.light-blue {
  background-color: #EBF4FA;
}
.interview-deco.light-blue.center {
  top: 33%;
  right: 20%;
  max-width: 200px;
  width: 30%;
  border-radius: 30px;
  -webkit-animation: rotation-left 12s linear infinite;
          animation: rotation-left 12s linear infinite;
}
.interview-deco.light-blue.right {
  max-width: 110px;
  width: 20%;
  border-radius: 20px;
  top: 55%;
  right: 20px;
  -webkit-animation: rotation 2s linear infinite;
          animation: rotation 2s linear infinite;
}
.interview-deco.light-green {
  background-color: #F7FBEF;
}
.interview-deco.light-green.left {
  border-radius: 30px;
  max-width: 240px;
  width: 35%;
  bottom: 40%;
  left: -5%;
  -webkit-animation: rotation-left 8s linear infinite;
          animation: rotation-left 8s linear infinite;
}
.interview-deco.light-green.bottom {
  max-width: 100px;
  width: 20%;
  border-radius: 20px;
  bottom: 0;
  left: 40%;
  -webkit-animation: rotation 2s linear infinite;
          animation: rotation 2s linear infinite;
}
.interview-deco.pink {
  background-color: rgba(220, 215, 234, 0.4);
  border-radius: 53px;
  max-width: 220px;
  bottom: 30%;
  left: 10%;
  width: 30%;
  -webkit-animation: rotation 5s linear infinite;
          animation: rotation 5s linear infinite;
}
.interview-deco.blue {
  background-color: #C5DFF1;
  max-width: 380px;
  border-radius: 53px;
  bottom: 5%;
  right: 2%;
  width: 50%;
  -webkit-animation: rotation 12s linear infinite;
          animation: rotation 12s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotation-left {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotation-left {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.interview-sticky-wrapper {
  gap: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.interview-sticky-wrapper .image-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(45% - 50px);
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .interview-sticky-wrapper .image-box {
    margin: 0 calc(50% - 50vw);
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.interview-sticky-wrapper img {
  position: sticky;
  top: 50px;
  right: 0;
  aspect-ratio: 7/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 80px 80px 0;
}
@media screen and (max-width: 767px) {
  .interview-sticky-wrapper img {
    height: 300px;
    border-radius: 0;
  }
}
.interview-sticky-wrapper .text-box {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .interview-sticky-wrapper .text-box {
    width: 100%;
  }
}
.interview-sticky-wrapper .text-box .inner-box:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .interview-sticky-wrapper .text-box .inner-box:not(:last-child) {
    margin-bottom: 50px;
  }
}

.interview-last-section {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 1023px) {
  .interview-last-section {
    height: 305px;
  }
}
.interview-last-section .contents-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.interview-last-section.single-01 {
  background-image: url("../../images/interview/01/last-image.jpg");
}
.interview-last-section.single-02 {
  background-image: url("../../images/interview/02/last-image.jpg");
}
.interview-last-section.single-02 .contents-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.interview-last-section.single-03 {
  background-image: url("../../images/interview/03/last-image.jpg");
  background-position: top;
}
.interview-last-section.single-04 {
  background-image: url("../../images/interview/04/last-image.jpg");
}
.interview-last-section.single-05 {
  background-image: url("../../images/interview/05/last-image.jpg");
}

.interview-last-box {
  position: relative;
  z-index: 2;
  width: 60%;
  text-align: left;
  background-color: #E7F7F9;
  padding: 30px 20px;
  color: #12B3C7;
}
@media screen and (max-width: 1023px) {
  .interview-last-box {
    width: 100%;
    background-color: rgb(255, 255, 255);
  }
}
@media screen and (max-width: 767px) {
  .interview-last-box {
    font-size: 14px;
  }
}

.interview-single-page-section {
  position: relative;
  background-color: #E7F7F9;
}

.plus-text {
  position: absolute;
  top: 0;
  right: 0;
}

.page-mv-section.women {
  position: relative;
  background-image: url("../../images/woman-mv.jpg");
}
@media screen and (max-width: 1023px) {
  .page-mv-section.women {
    height: 290px;
  }
}
@media screen and (max-width: 767px) {
  .page-mv-section.women {
    height: 110px;
  }
}
.page-mv-section.women .page-mv-title {
  text-align: left;
}
.page-mv-section.women .contents-wrapper {
  position: relative;
  z-index: 2;
}
.page-mv-section.women .image-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 50px;
  width: 60%;
  height: 90%;
}
@media screen and (max-width: 1023px) {
  .page-mv-section.women .image-box {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .page-mv-section.women .image-box {
    display: none;
  }
}
.page-mv-section.women .image-box .inner-box {
  height: 50%;
  padding-bottom: 5px;
}
.page-mv-section.women .image-box .inner-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 60%;
  opacity: 0.9;
}
.page-mv-section.women .image-box .inner-box img.one {
  margin-left: 0;
}
.page-mv-section.women .image-box .inner-box img.two {
  margin-right: 0;
}

.woman-text {
  font-weight: 600;
  width: 80%;
  margin: 0 auto 145px;
}
@media screen and (max-width: 1023px) {
  .woman-text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .woman-text {
    font-size: 16px;
    margin-bottom: 35px;
  }
}
.woman-text p:not(:last-child) {
  margin-bottom: 20px;
}
.woman-text a {
  color: #12B3C7;
}

.women-icon {
  margin: 0 auto 20px;
  max-width: 290px;
}
@media screen and (max-width: 767px) {
  .women-icon {
    width: 50%;
  }
}

.page-women-wrapepr {
  gap: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767px) {
  .page-women-wrapepr {
    gap: 30px;
  }
}
.page-women-wrapepr .interview-hab-link {
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 767px) {
  .page-women-wrapepr .interview-hab-link {
    width: 100%;
  }
}
.page-women-wrapepr .interview-hab-link:not(:last-child) {
  margin-bottom: 0;
}

.women-text {
  margin-bottom: 30px;
  text-align: left;
}

.bg-style {
  font-weight: 600;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.5), rgba(128, 128, 128, 0.3));
}

.page-mv-section.style {
  background-image: url("../../images/style-mv.jpg");
}
.page-mv-section.style .page-mv-title {
  text-align: left;
}

.scroll-margin {
  scroll-margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .scroll-margin {
    scroll-margin-top: 50px;
  }
}

.welfare-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
  padding: 15px;
  font-size: 30px;
  font-weight: 600;
  color: #020202;
  background-color: #12B3C7;
}
@media screen and (max-width: 1023px) {
  .welfare-title {
    width: 100%;
    font-size: 1.2rem;
    color: rgb(255, 255, 255);
  }
}
.welfare-title span {
  margin-left: 20px;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .welfare-title span {
    font-size: 20px;
  }
}

.enblue-title {
  margin-bottom: 115px;
  background-color: #F0F0F0;
  padding: 10px 50px;
  border-left: 24px solid #12B3C7;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .enblue-title {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 1023px) {
  .enblue-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .enblue-title {
    border-width: 8px;
    padding: 5px;
  }
}
.enblue-title .en {
  color: #12B3C7;
  font-weight: 700;
  font-style: italic;
  font-size: 38px;
  margin-right: 35px;
}
@media screen and (max-width: 1023px) {
  .enblue-title .en {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .enblue-title .en {
    font-size: 13px;
    margin-right: 2px;
  }
}
.enblue-title .ja {
  font-weight: 600;
  font-size: 26px;
  color: #020202;
}
@media screen and (max-width: 1023px) {
  .enblue-title .ja {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .enblue-title .ja {
    font-size: 10px;
  }
}

.welfare-wrapper {
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .welfare-wrapper {
    width: 100%;
  }
}
.welfare-wrapper > p {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .welfare-wrapper > p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .welfare-wrapper > p {
    font-size: 0.9rem;
  }
}
.welfare-wrapper > p:not(:last-child) {
  margin-bottom: 10px;
}
.welfare-wrapper.margin-plus {
  margin-bottom: 50px;
}

.health-image {
  margin-bottom: 30px;
  max-width: 390px;
}

.welfare-table {
  width: 95%;
  margin: 0 0 50px auto;
}
@media screen and (max-width: 1023px) {
  .welfare-table {
    width: 100%;
    margin-bottom: 30px;
  }
}
.welfare-table th, .welfare-table td {
  padding: 15px 10px;
  border-bottom: 2px solid #12B3C7;
}
@media screen and (max-width: 1023px) {
  .welfare-table th, .welfare-table td {
    display: block;
    padding: 15px 10px;
  }
}
.welfare-table tr:first-child th, .welfare-table tr:first-child td {
  border-top: 2px solid #12B3C7;
}
@media screen and (max-width: 1023px) {
  .welfare-table tr:first-child th, .welfare-table tr:first-child td {
    border-top: 2px solid transparent;
  }
}
.welfare-table th {
  width: 30%;
}
@media screen and (max-width: 1023px) {
  .welfare-table th {
    width: 100%;
    padding: 15px 10px 0;
    color: #12B3C7;
    border-bottom: 2px solid transparent;
  }
}
.welfare-table td {
  width: 70%;
}
@media screen and (max-width: 1023px) {
  .welfare-table td {
    width: 100%;
    padding: 10px 10px 15px;
  }
}

.welfare-point {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .welfare-point {
    width: 100%;
  }
}
.welfare-point p {
  padding: 15px;
  color: rgb(255, 255, 255);
  background-color: #12B3C7;
}
@media screen and (max-width: 1023px) {
  .welfare-point p {
    position: relative;
    text-align: center;
  }
}

.welfare-triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #020202;
  border-left: 10px solid #020202;
}
@media screen and (max-width: 1023px) {
  .welfare-triangle {
    position: absolute;
    top: 15px;
    left: 15px;
  }
}

.welfare-point-text {
  padding: 30px;
  background-color: rgb(220, 220, 220);
}
@media screen and (max-width: 1023px) {
  .welfare-point-text {
    padding: 15px;
  }
}

.walfare-page-text {
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .walfare-page-text {
    text-align: left;
  }
}
.walfare-page-text p:not(:last-child) {
  margin-bottom: 10px;
}

.system-box {
  margin-bottom: 30px;
  padding: 30px;
  background-color: rgb(15, 144, 191);
}
@media screen and (max-width: 767px) {
  .system-box {
    padding: 30px 20px;
  }
}

.system-first {
  margin-bottom: 30px;
}

.system-title {
  font-size: 2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .system-title {
    font-size: 1.5rem;
  }
}

.system-flex {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.system-flex:last-child {
  margin-bottom: 0;
}

.system-number {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 30%;
  padding: 5px;
  background-color: rgb(204, 204, 204);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .system-number {
    width: 100%;
  }
}
.system-number .number-circle {
  display: block;
  background-color: rgb(255, 255, 255);
  width: 30px;
  height: 30px;
  margin-right: 10px;
  line-height: 30px;
  color: rgb(15, 144, 191);
  text-align: center;
  border-radius: 50%;
}
.system-number.small p {
  font-size: 0.8rem;
}
.system-number.small p span {
  font-size: 0.6rem;
}

.system-text {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 70%;
  padding: 5px 15px;
  background-color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .system-text {
    width: 100%;
  }
}
.system-text .small-text {
  font-size: 0.8rem;
}

.system-box-under {
  margin-bottom: 50px;
  padding: 30px;
  background-color: rgb(15, 144, 191);
}
.system-box-under.welfare {
  margin-bottom: 0;
}
.system-box-under.welfare > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.system-under-title {
  width: 30%;
  padding: 5px;
  background-color: rgb(204, 204, 204);
}
@media screen and (max-width: 1023px) {
  .system-under-title {
    width: 100%;
  }
}

.system-under-text {
  width: 70%;
  padding: 5px 15px;
}
@media screen and (max-width: 1023px) {
  .system-under-text {
    width: 100%;
    padding: 10px 0 0;
  }
}

.training-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.welfare-point.training {
  width: calc((100% - 100px) / 3);
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .welfare-point.training {
    width: 100%;
  }
}

.training-triangle {
  position: relative;
  top: 80px;
  left: 10px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left: 20px solid #032F65;
}
@media screen and (max-width: 1023px) {
  .training-triangle {
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}

.blue-text {
  display: block;
  margin-top: 10px;
  color: #032F65;
}

.training-image {
  width: 80%;
  margin: 30px auto 0;
}
@media screen and (max-width: 1023px) {
  .training-image {
    width: 100%;
  }
}

.walfare-page-text.blue {
  font-size: 1.2rem;
  color: #032F65;
}

.welfare-active-flex-wrapper {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767px) {
  .welfare-active-flex-wrapper {
    gap: 20px;
  }
}
.welfare-active-flex-wrapper .active-image {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .welfare-active-flex-wrapper .active-image {
    width: 100%;
  }
}
.welfare-active-flex-wrapper .active-text {
  width: calc(60% - 30px);
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .welfare-active-flex-wrapper .active-text {
    width: 100%;
  }
}
.welfare-active-flex-wrapper .active-text p:not(:last-child) {
  margin-bottom: 10px;
}

.page-active-box-wrapper {
  margin-top: 50px;
  gap: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .page-active-box-wrapper {
    gap: 30px;
  }
}

.active-box {
  width: calc((100% - 50px) / 2);
  border: 2px solid rgb(220, 220, 220);
  padding: 30px;
  text-align: left;
  border: 1px solid #020202;
}
@media screen and (max-width: 767px) {
  .active-box {
    width: 100%;
  }
}

.welfare-title-sub.active-text {
  width: 100%;
  font-size: 1rem;
  padding-bottom: 10px;
  border-bottom: 2px solid #4C4948;
  text-align: center;
}

.welfare-title-sub {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .welfare-title-sub {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1023px) {
  section.hidden {
    overflow: hidden;
  }
}
@media screen and (max-width: 1023px) {
  section.hidden {
    overflow: hidden;
  }
}
.page-mv-section.disabled {
  position: relative;
  background-image: url("../../images/disabled-mv.jpg");
}
.page-mv-section.disabled .page-mv-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  max-width: 500px;
  padding: 100px 20px;
  background-color: rgb(255, 255, 255);
  font-size: 42px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .page-mv-section.disabled .page-mv-title {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-mv-section.disabled .page-mv-title {
    background-color: transparent;
    font-size: 19px;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .contents-wrapper.disabled {
    width: 100%;
  }
}

.disabled-text-box {
  margin: 0 auto 200px;
  font-weight: 700;
  font-size: 26px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .disabled-text-box {
    font-size: 18px;
    margin-bottom: 45px;
  }
}
.disabled-text-box p:not(:last-child) {
  margin-bottom: 60px;
}

.disabled-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 45px;
}
@media screen and (max-width: 1100px) {
  .disabled-wrapper {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .disabled-wrapper {
    background-color: #F0F0F0;
    padding: 35px 0;
  }
}

.disabled-icon-box {
  width: calc((100% - 90px) / 3);
  border: 3px solid #12B3C7;
  padding: 50px;
  font-weight: 700;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1497px) {
  .disabled-icon-box {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 1100px) {
  .disabled-icon-box {
    padding: 30px 15px;
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 1023px) {
  .disabled-icon-box {
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .disabled-icon-box {
    border: none;
    width: 100%;
    font-size: 15px;
    padding: 0 35px;
    text-align: center;
  }
}
.disabled-icon-box img {
  margin-bottom: 40px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .disabled-icon-box img {
    margin-bottom: 10px;
  }
}
.disabled-icon-box .title {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .disabled-icon-box .title {
    margin-bottom: 10px;
  }
  .disabled-icon-box .title br {
    display: none;
  }
}

.disabled-title {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .disabled-title {
    margin-bottom: 30px;
  }
}
.disabled-title .en {
  display: block;
  font-size: 53px;
  color: #12B3C7;
}
@media screen and (max-width: 767px) {
  .disabled-title .en {
    font-size: 22px;
  }
}
.disabled-title .ja {
  font-weight: 700;
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  .disabled-title .ja {
    font-size: 15px;
  }
}

.disabled-table th {
  width: 263px;
  color: #12B3C7;
  font-weight: 700;
  font-size: 20px;
  padding: 30px;
  border-bottom: 1px solid #020202;
}
@media screen and (max-width: 1100px) {
  .disabled-table th {
    width: 210px;
  }
}
@media screen and (max-width: 1023px) {
  .disabled-table th {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .disabled-table th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 30px 5px 10px;
    text-align: left;
    font-weight: 400;
    font-size: 1.2rem;
  }
}
.disabled-table td {
  font-weight: 700;
  padding: 30px;
  border-bottom: 1px solid #020202;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .disabled-table td {
    display: block;
    width: 100%;
    padding: 0 5px 30px;
    font-weight: 400;
    font-size: 12px;
  }
}
.disabled-table a {
  color: #032F65;
  border-bottom: 1px solid #032F65;
}
.disabled-table tr:first-child th, .disabled-table tr:first-child td {
  border-top: 1px solid #020202;
}
@media screen and (max-width: 767px) {
  .disabled-table tr:first-child td {
    border-top: none;
  }
}

body.disabled {
  position: relative;
}
body.disabled .entry.career {
  display: none;
}
body.disabled .entry.disabled {
  display: block;
}
body.disabled .header-logo .sp,
body.disabled li:not(.entry),
body.disabled .sp-navigation,
body.disabled .footer-menu-wrapper,
body.disabled .ipad-menu-wrapper {
  display: none;
}
body.disabled .footer {
  padding: 60px 0 40px;
}
@media screen and (max-width: 1023px) {
  body.disabled .footer {
    border-bottom: 20px solid #12B3C7;
  }
}
@media screen and (max-width: 767px) {
  body.disabled .footer {
    background-color: transparent;
  }
  body.disabled .footer .footer-logo {
    width: 50%;
  }
}
body.disabled .logo-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px 30px;
}
@media screen and (max-width: 767px) {
  body.disabled .logo-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body.disabled .logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  body.disabled .logo-link {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body.disabled .copy-light.ipad {
  position: absolute;
  bottom: -35px;
  right: 50px;
  display: block;
}
@media screen and (max-width: 1023px) {
  body.disabled .copy-light.ipad {
    bottom: -57px;
    right: 20px;
    font-size: 10px;
  }
}
/*# sourceMappingURL=main.css.map */