@charset "UTF-8";
* {
  -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: #030303;
  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;
  }
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: 400;
}

.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;
}

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: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contents-wrapper {
    width: calc(100% - 50px);
  }
}
.contents-wrapper.mini {
  max-width: 1200px;
  width: 100%;
}
.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 {
  width: 50% !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .main-contents img {
    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;
}

.top-title {
  margin-bottom: 50px;
  font-size: 8rem;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 1023px) {
  .top-title {
    font-size: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .top-title {
    margin-bottom: 30px;
    font-size: 5rem;
  }
}
.top-title.pink {
  color: rgb(215, 76, 119);
}
.top-title.orange {
  color: rgb(232, 173, 95);
}
.top-title.blue {
  color: rgb(43, 176, 197);
}
.top-title.black {
  color: rgb(76, 73, 72);
}
.top-title.purple {
  color: rgb(139, 124, 186);
}
.top-title.left {
  text-align: left;
}
.top-title.right {
  text-align: right;
}

.blue-bg-title {
  margin-bottom: 80px;
  position: relative;
  font-size: 3.8rem;
  text-align: left;
  font-family: "Bai Jamjuree", sans-serif;
  color: rgb(76, 73, 72);
}
@media screen and (max-width: 767px) {
  .blue-bg-title {
    margin-bottom: 50px;
    font-size: 2.5rem;
  }
}
.blue-bg-title .image-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .blue-bg-title .image-box {
    width: 40%;
  }
}
.blue-bg-title .dot {
  position: absolute;
  width: 40%;
}
.blue-bg-title .dot.left {
  bottom: -20px;
  left: -40px;
}
@media screen and (max-width: 767px) {
  .blue-bg-title .dot.left {
    left: -20px;
  }
}
.blue-bg-title .dot.right {
  top: -30px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .blue-bg-title .dot.right {
    top: -20px;
  }
}
.blue-bg-title span {
  display: inline-block;
  margin: 50px 0 0 110px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .blue-bg-title span {
    margin: 15px 0 0 70px;
  }
}
@media screen and (max-width: 767px) {
  .blue-bg-title span {
    margin: 15px 0 0 30px;
  }
}

.sub-title {
  margin-bottom: 40px;
  font-size: 2rem;
  color: rgb(76, 73, 72);
}
@media screen and (max-width: 767px) {
  .sub-title {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
}
.sub-title.blue {
  color: rgb(43, 176, 197);
}
.sub-title .blue-text {
  color: rgb(43, 176, 197);
}

.interview-name-title {
  position: relative;
  margin-bottom: 50px;
  font-size: 2.5rem;
  padding-top: 50px;
}
@media screen and (max-width: 1200px) {
  .interview-name-title {
    margin-bottom: 40px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .interview-name-title {
    position: absolute;
    padding-top: 0;
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 1.2rem;
  }
  .interview-name-title.pink {
    color: rgb(215, 76, 119);
  }
  .interview-name-title.purple {
    color: rgb(139, 124, 186);
    background-color: rgba(255, 255, 255, 0.7);
  }
  .interview-name-title.morita {
    width: 50%;
    top: 50px;
    right: 0;
  }
  .interview-name-title.kusano {
    width: 70%;
    top: -30px;
    left: 10px;
  }
  .interview-name-title.kuno {
    width: 85%;
    top: -20px;
    left: 10px;
  }
  .interview-name-title.okada {
    width: 70%;
    top: -15px;
    left: 10px;
  }
  .interview-name-title.watanabe, .interview-name-title.mita {
    width: 60%;
    top: -20px;
    left: 10px;
    font-weight: 700;
  }
}
.interview-name-title::before {
  position: absolute;
  top: 0;
  left: -30px;
  content: "";
  display: block;
  width: 40%;
  aspect-ratio: 16/9;
  background-image: url("../../images/egg/pink.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0.7;
}
@media screen and (max-width: 1200px) {
  .interview-name-title::before {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .interview-name-title::before {
    display: none;
  }
}
.interview-name-title span {
  position: relative;
  z-index: 2;
}
.interview-name-title.purple::before {
  background-image: url("../../images/egg/purple.png");
}

.interview-number-title {
  margin-bottom: 50px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .interview-number-title {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .interview-number-title {
    margin-bottom: 30px;
  }
}
.interview-number-title .interview-number {
  width: 250px;
  font-family: "Bai Jamjuree", sans-serif;
  color: rgb(76, 73, 72);
  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) {
  .interview-number-title .interview-number {
    width: 210px;
  }
}
.interview-number-title .interview-number .interview {
  position: relative;
  z-index: 2;
  display: block;
  padding: 10px 0;
  margin-right: -10px;
  font-size: 2.4rem;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 1023px) {
  .interview-number-title .interview-number .interview {
    font-size: 2rem;
    padding: 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .interview-number-title .interview-number .interview {
    font-size: 1.2rem;
    padding: 5px 10px;
  }
}
.interview-number-title .interview-number .number {
  display: block;
  width: 100px;
  aspect-ratio: 1/1;
  border: 6px solid rgb(215, 76, 119);
  font-size: 3.5rem;
  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) {
  .interview-number-title .interview-number .number {
    width: 80px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .interview-number-title .interview-number .number {
    font-size: 2rem;
    width: 50px;
    border-width: 2px;
  }
}
.interview-number-title .text {
  width: calc(100% - 250px - 30px);
  font-size: 1.4rem;
  text-align: left;
  color: rgb(215, 76, 119);
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .interview-number-title .text {
    width: calc(100% - 210px - 15px);
  }
}
@media screen and (max-width: 767px) {
  .interview-number-title .text {
    width: calc(100% - 60px);
    margin: auto;
  }
}
.interview-number-title.cross-talk {
  margin-bottom: 0;
}
.interview-number-title.cross-talk .interview-number {
  width: 230px;
}
@media screen and (max-width: 1023px) {
  .interview-number-title.cross-talk .interview-number {
    width: 200px;
  }
}
.interview-number-title.cross-talk .number {
  border-color: rgb(173, 211, 97);
  color: rgb(255, 255, 255);
}
.interview-number-title.cross-talk .interview {
  padding: 10px 20px;
}
.interview-number-title.cross-talk .text {
  color: rgb(255, 255, 255);
  width: calc(100% - 230px - 30px);
}
@media screen and (max-width: 1023px) {
  .interview-number-title.cross-talk .text {
    width: calc(100% - 200px - 30px);
  }
}
@media screen and (max-width: 767px) {
  .interview-number-title.cross-talk .text {
    width: calc(100% - 60px);
    margin: auto;
  }
}
.interview-number-title.text-only .text {
  width: 100%;
  text-align: center;
}
.interview-number-title.purple .number {
  border-color: rgb(139, 124, 186);
}
.interview-number-title.purple .text {
  color: rgb(139, 124, 186);
}

.interview-message-title {
  padding: 30px;
  font-size: 3.5rem;
  color: rgb(255, 255, 255);
  background-color: rgb(215, 76, 119);
}
@media screen and (max-width: 767px) {
  .interview-message-title {
    font-size: 2rem;
    padding: 20px;
  }
}

.enblue-title {
  margin-bottom: 50px;
}
.enblue-title .en {
  display: block;
  margin-bottom: 5px;
  font-size: 2rem;
  color: rgb(43, 176, 197);
}
.enblue-title .ja {
  font-size: 1.2rem;
}

.welfare-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
  padding: 15px;
  background-color: rgb(43, 176, 197);
}
@media screen and (max-width: 1023px) {
  .welfare-title {
    width: calc(100% + 60px);
    margin-left: -30px;
    font-size: 1.2rem;
  }
}

.welfare-title-sub {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: rgb(43, 176, 197);
}
@media screen and (max-width: 1023px) {
  .welfare-title-sub {
    text-align: left;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}

.header-link {
  display: block;
  width: 160px;
  height: 50px;
  font-size: 1.2rem;
}
@media screen and (max-width: 1023px) {
  .header-link {
    width: 110px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .header-link {
    font-size: 10px;
    width: 60px;
    height: 40px;
  }
}
@media screen and (max-width: 374px) {
  .header-link {
    width: 55px;
  }
}
.header-link.purple {
  background-color: rgb(139, 124, 186);
  color: rgb(255, 255, 255);
}
.header-link.blue {
  background-color: rgb(43, 176, 197);
  color: #030303;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .header-link.blue {
    line-height: 40px;
  }
}
.header-link.green {
  background-color: rgb(173, 211, 97);
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 1023px) {
  .header-link.entry {
    padding-top: 2.5px;
  }
}
@media screen and (max-width: 767px) {
  .header-link.entry {
    font-size: 11.5px;
    padding-top: 5px;
  }
}
@media screen and (max-width: 374px) {
  .header-link.entry {
    width: 40px;
    font-size: 10px;
  }
}
.header-link.entry span {
  display: block;
  margin-top: -7.5px;
}
@media screen and (max-width: 1023px) {
  .header-link.entry span {
    margin-top: -5.5px;
  }
}
@media screen and (max-width: 767px) {
  .header-link.entry span {
    margin-top: -2.5px;
  }
}
.header-link:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.page-top-link {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 100;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  color: rgb(76, 73, 72);
  padding: 10px 0 10px 5px;
  border-left: 1px solid rgb(76, 73, 72);
}
@media screen and (max-width: 767px) {
  .page-top-link {
    display: none;
  }
}
.page-top-link::before {
  position: absolute;
  top: 7px;
  left: -15px;
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: rgb(76, 73, 72);
}
.page-top-link span {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

.top-read-more {
  display: block;
  max-width: 300px;
  margin: auto;
  padding: 20px;
  background-color: rgb(43, 176, 197);
  color: #030303;
}
@media screen and (max-width: 767px) {
  .top-read-more {
    padding: 10px;
    width: auto;
  }
}
.top-read-more::after {
  margin-left: 40px;
  content: "";
  background-image: url("../../images/arrow-black.png");
  display: inline-block;
  width: 20px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .top-read-more::after {
    margin-left: 20px;
  }
}
.top-read-more:hover {
  background-color: rgb(255, 255, 255);
}

.pink-link {
  color: rgb(215, 76, 119);
  font-weight: 700;
}
.pink-link:hover {
  color: rgb(43, 176, 197);
}

@media screen and (max-width: 767px) {
  .sp-navigation {
    height: 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;
  }
}

.drawer--top .drawer-hamburger {
  position: relative;
  top: auto;
  right: auto;
  width: 70px;
}
@media screen and (max-width: 1023px) {
  .drawer--top .drawer-hamburger {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .drawer--top .drawer-hamburger {
    width: 20px;
    padding: 0 10px 10px;
    z-index: 999;
  }
}
.drawer--top .drawer-hamburger-icon,
.drawer--top .drawer-hamburger-icon:after,
.drawer--top .drawer-hamburger-icon:before {
  background-color: rgb(43, 176, 197);
  height: 5px;
}
@media screen and (max-width: 767px) {
  .drawer--top .drawer-hamburger-icon,
  .drawer--top .drawer-hamburger-icon:after,
  .drawer--top .drawer-hamburger-icon:before {
    height: 2px;
  }
}
.drawer--top .drawer-hamburger-icon:before {
  top: -20px;
}
@media screen and (max-width: 1023px) {
  .drawer--top .drawer-hamburger-icon:before {
    top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .drawer--top .drawer-hamburger-icon:before {
    top: -5px;
  }
}
.drawer--top .drawer-hamburger-icon:after {
  top: 20px;
}
@media screen and (max-width: 1023px) {
  .drawer--top .drawer-hamburger-icon:after {
    top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .drawer--top .drawer-hamburger-icon:after {
    top: 5px;
  }
}
.drawer--top nav.drawer-nav {
  width: 100%;
  top: 0;
  -webkit-transform: translateY(calc(-100% - 85px));
          transform: translateY(calc(-100% - 85px));
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: rgb(43, 176, 197);
  padding: 30px 0;
  z-index: 990;
}
@media screen and (max-width: 767px) {
  .drawer--top nav.drawer-nav {
    padding-top: 50px;
  }
}
.drawer--top.drawer-open .drawer-hamburger:hover .drawer-hamburger-icon::after,
.drawer--top.drawer-open .drawer-hamburger:hover .drawer-hamburger-icon:before {
  top: 0;
}
.drawer--top.drawer-open nav.drawer-nav {
  top: 85px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-height: calc(100% - 85px);
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .drawer--top.drawer-open nav.drawer-nav {
    top: 0;
    height: 100%;
    max-height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .drawer--top.drawer-open .drawer-hamburger-icon::after,
  .drawer--top.drawer-open .drawer-hamburger-icon:before {
    background-color: rgb(255, 255, 255);
  }
}

.drawer-nav-wrapper {
  gap: 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;
}
@media screen and (max-width: 1082px) {
  .drawer-nav-wrapper {
    gap: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .drawer-nav-wrapper {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .drawer-nav-wrapper {
    gap: 0;
  }
  .drawer-nav-wrapper .footer-menu-wrapper {
    width: 100%;
  }
}
.drawer-nav-wrapper .navi-inner-box {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 1082px) {
  .drawer-nav-wrapper .navi-inner-box {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 1023px) {
  .drawer-nav-wrapper .navi-inner-box {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .drawer-nav-wrapper .navi-inner-box {
    display: none;
  }
}
.drawer-nav-wrapper .navi-box {
  position: relative;
  padding: 20px 30px;
  text-align: left;
}
@media screen and (max-width: 1082px) {
  .drawer-nav-wrapper .navi-box {
    padding: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .drawer-nav-wrapper .navi-box {
    width: calc((100% - 50px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .drawer-nav-wrapper .navi-box {
    width: 100%;
    padding: 0;
    border: none;
  }
}
.drawer-nav-wrapper .navi-box:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .drawer-nav-wrapper .navi-box:not(:last-child) {
    margin-bottom: 0;
  }
}
.drawer-nav-wrapper .title {
  display: block;
  margin-bottom: 10px;
  color: #030303;
}
.drawer-nav-wrapper .title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid rgb(255, 255, 255);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .drawer-nav-wrapper .title::before {
    display: none;
  }
}
.drawer-nav-wrapper .title .en {
  margin-right: 10px;
  font-size: 1.2rem;
  font-weight: 600;
}
.drawer-nav-wrapper .title .ja {
  font-size: 0.9rem;
}
.drawer-nav-wrapper .title:hover {
  color: rgb(255, 255, 255);
}
.drawer-nav-wrapper .title:hover::before {
  border-color: rgb(139, 124, 186);
  z-index: 2;
}
.drawer-nav-wrapper .navi-link {
  display: block;
  padding: 5px 20px;
  background-color: rgb(255, 255, 255);
  color: #030303;
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  .drawer-nav-wrapper .navi-link {
    background-color: transparent;
    padding: 0;
  }
}
.drawer-nav-wrapper .navi-link:not(:last-child) {
  margin-bottom: 10px;
}
.drawer-nav-wrapper .navi-link.margin-plus {
  margin-bottom: 30px;
}
.drawer-nav-wrapper .navi-link:hover {
  background-color: rgb(139, 124, 186);
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .drawer-nav-wrapper .navi-link:hover {
    background-color: transparent;
  }
}
.drawer-nav-wrapper .navi-blank-link {
  display: block;
  margin-left: auto;
  text-align: right;
  color: rgb(255, 255, 255);
}
.drawer-nav-wrapper .navi-blank-link span {
  vertical-align: middle;
}
.drawer-nav-wrapper .navi-blank-link::before, .drawer-nav-wrapper .navi-blank-link::after {
  content: "";
  display: inline-block;
  width: 15px;
  aspect-ratio: 1/1;
  background-image: url("../../images/navi-link-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .drawer-nav-wrapper .navi-blank-link::before, .drawer-nav-wrapper .navi-blank-link::after {
    display: none;
  }
}
.drawer-nav-wrapper .navi-blank-link::after {
  background-image: url("../../images/arrow-white.png");
}
.drawer-nav-wrapper .navi-blank-link:hover {
  color: #030303;
}
.drawer-nav-wrapper .sp-footer-contect-link-wrapper {
  margin: 30px auto 0;
}
.drawer-nav-wrapper .sp-footer-contect-link-wrapper .blue {
  background-color: rgb(220, 220, 220);
}
.drawer-nav-wrapper .footer-after-wrapper {
  display: none;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .drawer-nav-wrapper .footer-after-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-menu-wrapper {
  text-align: left;
  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-menu-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 30px 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu-wrapper {
    gap: 5px;
  }
}
.footer-menu-wrapper .footer-menu-inner.sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .footer-menu-wrapper .footer-menu-inner {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu-wrapper .footer-menu-inner {
    width: calc((100% - 5px) / 2);
  }
  .footer-menu-wrapper .footer-menu-inner.pc {
    display: none;
  }
  .footer-menu-wrapper .footer-menu-inner.sp {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .footer-menu-wrapper .navi-box {
    width: calc((100% - 30px) / 3);
  }
  .footer-menu-wrapper .navi-box.one {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer-menu-wrapper .navi-box.two {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .footer-menu-wrapper .navi-box.three {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .footer-menu-wrapper .navi-box.four {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer-menu-wrapper .navi-box.five {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .footer-menu-wrapper .navi-box.six {
    display: none;
  }
  .footer-menu-wrapper .navi-box.seven {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .footer-menu-wrapper .navi-box.eight {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer-menu-wrapper .navi-box.nine {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .footer-menu-wrapper .navi-box.four, .footer-menu-wrapper .navi-box.seven {
    width: calc((100% - 30px) / 3 + 15px);
  }
  .footer-menu-wrapper .navi-box.eight, .footer-menu-wrapper .navi-box.nine {
    width: calc((100% - 30px) / 3 - 15px);
  }
  .footer-menu-wrapper .navi-box.two, .footer-menu-wrapper .navi-box.five {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu-wrapper .navi-box {
    width: 100%;
  }
  .footer-menu-wrapper .navi-box.eight, .footer-menu-wrapper .navi-box.nine, .footer-menu-wrapper .navi-box.four, .footer-menu-wrapper .navi-box.seven, .footer-menu-wrapper .navi-box.two, .footer-menu-wrapper .navi-box.five {
    width: 100%;
  }
}
.footer-menu-wrapper .navi-box:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .footer-menu-wrapper .navi-box:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu-wrapper .navi-box:not(:last-child) {
    margin-bottom: 10px;
  }
}
.footer-menu-wrapper .navi-box .title {
  margin-bottom: 10px;
}
.footer-menu-wrapper .navi-box .title .en {
  margin-right: 5px;
  font-size: 1.3rem;
  color: rgb(255, 255, 255);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .footer-menu-wrapper .navi-box .title .en {
    font-size: 1.1rem;
    color: #030303;
  }
}
.footer-menu-wrapper .navi-box .title .ja {
  font-size: 0.8rem;
  color: #030303;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .footer-menu-wrapper .navi-box .title .ja {
    display: none;
  }
}
.footer-menu-wrapper .navi-box .title:hover .en {
  color: #030303;
}
@media screen and (max-width: 767px) {
  .footer-menu-wrapper .navi-box .title:hover .en {
    color: rgb(255, 255, 255);
  }
}
.footer-menu-wrapper .navi-box .title:hover .ja {
  color: rgb(255, 255, 255);
}
.footer-menu-wrapper .navi-box .sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .footer-menu-wrapper .navi-box .sp {
    display: block;
  }
  .footer-menu-wrapper .navi-box .sp.title {
    margin-top: 15px;
  }
}
.footer-menu-wrapper .navi-link {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  .footer-menu-wrapper .navi-link {
    font-size: 10px;
    color: #030303;
  }
}
.footer-menu-wrapper .navi-link:not(:last-child) {
  margin-bottom: 3px;
}
.footer-menu-wrapper .navi-link::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 2px;
  margin-right: 10px;
  background-color: rgb(76, 73, 72);
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .footer-menu-wrapper .navi-link::before {
    width: 8px;
    margin-right: 5px;
  }
}
.footer-menu-wrapper .navi-link:hover {
  color: rgb(76, 73, 72);
}
@media screen and (max-width: 767px) {
  .footer-menu-wrapper .navi-link:hover {
    color: rgb(255, 255, 255);
  }
}

body.fixed {
  position: fixed;
}

.header {
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgb(255, 255, 255);
  padding: 10px 0;
  z-index: 997;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0;
  }
}
.header > .contents-wrapper {
  max-width: 1280px;
  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;
}
@media screen and (max-width: 1023px) {
  .header > .contents-wrapper {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .header > .contents-wrapper {
    width: 100%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.header.fixed {
  position: fixed;
}
.header .header-link span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .header .header-link:hover {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .header .header-link:hover span {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

.header-logo img {
  width: auto;
  height: 65px;
}
@media screen and (max-width: 767px) {
  .header-logo img {
    height: 40px;
    padding-left: 10px;
  }
}

.header-link-wrapper {
  width: 75%;
  gap: 30px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .header-link-wrapper {
    width: 70%;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header-link-wrapper {
    width: auto;
    gap: 0;
  }
}

.footer {
  padding: 50px 0 30px;
  background-color: rgba(43, 179, 199, 0.7);
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .footer .contents-wrapper {
    width: calc(100% - 60px);
  }
}

.sp-footer-contect-link-wrapper {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-footer-contect-link-wrapper {
    margin-top: 30px;
    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;
  }
}

.footer-after-wrapper {
  margin: 30px 0 20px;
  position: relative;
}
.footer-after-wrapper .link-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .footer-after-wrapper .link-wrapper {
    position: static;
    margin-bottom: 30px;
    gap: 30px;
    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;
  }
}
.footer-after-wrapper .navi-blank-link {
  display: block;
  color: #030303;
}
@media screen and (max-width: 767px) {
  .footer-after-wrapper .navi-blank-link {
    display: inline-block;
  }
}
.footer-after-wrapper .navi-blank-link::before {
  content: "";
  display: inline-block;
  width: 20px;
  aspect-ratio: 1/1;
  background-image: url("../../images/footer-link-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.footer-after-wrapper .navi-blank-link:not(:last-child) {
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .footer-after-wrapper .navi-blank-link:not(:last-child) {
    margin-bottom: 0;
  }
}
.footer-after-wrapper .navi-blank-link:hover {
  color: rgb(255, 255, 255);
}
.footer-after-wrapper .footer-logo {
  max-width: 180px;
}

.copy-right {
  font-size: 10px;
}

/* 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;
  }
}
/* Loading背景画面設定----------------------------------*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  text-align: center;
  color: #fff;
}

/* Loading画像中央配置　*/
#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 900;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg {
  height: 2px;
}

.loading-text {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  font-size: 3rem;
  font-family: "Bai Jamjuree", sans-serif;
}

/*割れる画面のアニメーション*/
.loader_cover {
  width: 100%;
  height: 50%;
  background-color: rgb(43, 176, 197);
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

/*上の画面*/
.loader_cover-up {
  -webkit-transform-origin: center top;
          transform-origin: center top;
}

/*下の画面*/
.loader_cover-down {
  position: absolute;
  bottom: 0;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

/*クラス名がついたらY軸方向に0*/
.coveranime {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.loading-second {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 998;
  text-align: center;
  background-color: rgb(255, 255, 255);
  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;
  -webkit-transition: 1s;
  transition: 1s;
}
.loading-second img {
  max-width: 300px;
}
.loading-second.loaded {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 1s;
  transition: 1s;
}

.page-top {
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  .page-top {
    margin-top: 40px;
  }
}
.page-top.page {
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  .page-top.page {
    margin-top: 40px;
  }
}

.fv-section-swiper {
  padding: 0;
  height: calc(100vh - 85px);
}
@media screen and (max-width: 1023px) {
  .fv-section-swiper {
    height: 700px;
  }
}
@media screen and (max-width: 767px) {
  .fv-section-swiper {
    height: 400px;
  }
}
.fv-section-swiper .swiper,
.fv-section-swiper .swiper-wrapper,
.fv-section-swiper .swiper-slide {
  height: 100%;
}
.fv-section-swiper .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.fv-section-swiper .fv-text {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .fv-section-swiper .fv-text {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .fv-section-swiper .fv-text {
    font-size: 1.8rem;
  }
}
.fv-section-swiper .fv-text p:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .fv-section-swiper .fv-text p:not(:last-child) {
    margin-bottom: 30px;
  }
}
.fv-section-swiper .fv-text span {
  display: inline-block;
  padding: 10px 50px;
}
@media screen and (max-width: 767px) {
  .fv-section-swiper .fv-text span {
    padding: 5px 20px;
  }
}
.fv-section-swiper .fv-text .bg-pink {
  background-color: rgba(215, 76, 119, 0.7);
}
.fv-section-swiper .fv-text .bg-purple {
  background-color: rgba(139, 124, 186, 0.7);
}
.fv-section-swiper .fv-text .bg-green {
  background-color: rgba(59, 170, 140, 0.7);
}
.fv-section-swiper .fv-text .bg-orange {
  background-color: rgba(232, 173, 95, 0.835);
}
.fv-section-swiper .fv-text .bg-lightgreen {
  background-color: rgba(173, 211, 97, 0.8);
}
.fv-section-swiper .slide1 {
  background-image: url("../../images/fv-image1.jpg");
  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;
}
.fv-section-swiper .slide1 .fv-text {
  width: 80%;
  max-width: 1200px;
}
@media screen and (max-width: 1150px) {
  .fv-section-swiper .slide1 .fv-text {
    width: 100%;
  }
}
.fv-section-swiper .slide1 .fv-text span {
  padding: 10px 100px;
}
@media screen and (max-width: 767px) {
  .fv-section-swiper .slide1 .fv-text span {
    padding: 10px 20px;
  }
}
.fv-section-swiper .slide2 {
  background-image: url("../../images/cross02_1.jpg");
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.fv-section-swiper .slide2 .fv-text {
  margin-bottom: 70px;
}
@media screen and (max-width: 1023px) {
  .fv-section-swiper .slide2 .fv-text span {
    padding: 3px 30px;
  }
}
@media screen and (max-width: 767px) {
  .fv-section-swiper .slide2 .fv-text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1300px) {
  .fv-section-swiper .slide2 .fv-text p:not(:last-child) {
    margin-bottom: 10px;
  }
}
.fv-section-swiper .slide3 {
  background-image: url("../../images/fv-image2.jpg");
}
.fv-section-swiper .slide3 .fv-text {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fv-section-swiper .slide4 {
  background-image: url("../../images/fv-image3.jpg");
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.fv-section-swiper .slide4 .fv-text {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .fv-section-swiper .slide4 .fv-text {
    font-size: 1.5rem;
  }
}
.fv-section-swiper .slide4 .fv-text span {
  display: block;
  width: 100%;
}
.fv-section-swiper .slide5 {
  background-image: url("../../images/fv-image4.jpg");
  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;
}
.fv-section-swiper .slide5 .fv-text {
  width: 65%;
  margin: auto;
  font-weight: 700;
  color: rgb(76, 73, 72);
  z-index: 2;
  font-size: 3.5rem;
  max-width: 900px;
}
@media screen and (max-width: 1023px) {
  .fv-section-swiper .slide5 .fv-text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .fv-section-swiper .slide5 .fv-text {
    font-size: 2rem;
    font-weight: 400;
  }
}
.fv-section-swiper .slide5 .fv-text span {
  display: block;
}
.fv-section-swiper .slide5 .fv-text span.left {
  text-align: left;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .fv-section-swiper .slide5 .fv-text span.left {
    margin-bottom: 20px;
  }
}
.fv-section-swiper .slide5 .fv-text span.right {
  text-align: right;
}

.top-business-section {
  padding-bottom: 250px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-business-section {
    padding-bottom: 100px;
  }
}
.top-business-section .contents-wrapper {
  position: relative;
  z-index: 2;
}

.bg-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
}
.bg-image-wrapper .image-box {
  height: 100%;
  width: calc(33.3333333333% + 85px);
}
.bg-image-wrapper .image-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bg-image-wrapper .image-box:last-child {
  width: 33.3333333333%;
}
.bg-image-wrapper .image-box:not(:last-child) {
  margin-right: -85px;
}
.bg-image-wrapper .image-box:not(:first-child) {
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}
.bg-image-wrapper .image-box.left img {
  -o-object-position: 80% 0;
     object-position: 80% 0;
}
.bg-image-wrapper .text-box {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  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;
}
.bg-image-wrapper .text-box a {
  display: block;
  padding: 40px 10px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #030303;
  width: 33.3333333333%;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  .bg-image-wrapper .text-box a {
    font-size: 11px;
    padding: 20px 10px;
  }
}
.bg-image-wrapper .text-box a span {
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.bg-image-wrapper .text-box a:hover span {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.top-business-text {
  margin-bottom: 50px;
  text-align: left;
  padding: 20px 100px;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1023px) {
  .top-business-text {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-business-text {
    margin-bottom: 30px;
  }
}

.top-voice-section {
  overflow: hidden;
  padding-bottom: 200px;
  background-color: rgb(244, 233, 172);
  background-image: radial-gradient(rgba(255, 255, 255, 0.6) 15%, transparent 15%), radial-gradient(rgba(255, 255, 255, 0.6) 15%, transparent 15%);
  background-size: 80px 80px;
  background-position: 0px 10px, 40px 50px;
}
@media screen and (max-width: 767px) {
  .top-voice-section {
    padding-bottom: 80px;
    height: 780px;
  }
}

.top-voice-text-wrapper {
  margin-bottom: 50px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .top-voice-text-wrapper {
    gap: 10px;
  }
}
.top-voice-text-wrapper p {
  text-align: left;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top-voice-text-wrapper p {
    width: calc(100% - 10px - 138px);
    font-weight: 400;
  }
}
.top-voice-text-wrapper .top-read-more {
  margin: 0;
  width: 300px;
}
@media screen and (max-width: 1023px) {
  .top-voice-text-wrapper .top-read-more {
    width: auto;
    padding: 20px 50px;
  }
}
@media screen and (max-width: 767px) {
  .top-voice-text-wrapper .top-read-more {
    padding: 10px;
  }
}

.top-vice-link {
  overflow: hidden;
  position: relative;
  aspect-ratio: 3/4;
}
@media screen and (max-width: 767px) {
  .top-vice-link.swiper-slide-active {
    aspect-ratio: auto;
    padding-top: 100px;
  }
  .top-vice-link.swiper-slide-next img {
    width: 70%;
    margin-left: 0;
  }
  .top-vice-link.swiper-slide-next .text {
    padding: 10px;
    bottom: 0;
    width: 70%;
    font-size: 10px;
  }
}
.top-vice-link img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .top-vice-link img {
    aspect-ratio: 3/4;
    border-radius: 20px;
  }
}
.top-vice-link:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.top-vice-link .text {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: left;
  padding: 0 20px;
  color: rgb(255, 255, 255);
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .top-vice-link .text {
    font-size: 0.9rem;
  }
}
.top-vice-link .interview {
  display: block;
}

.sp-arrow {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-arrow {
    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;
    margin-left: 30px;
  }
}
.sp-arrow .swiper-button-next,
.sp-arrow .swiper-button-prev {
  position: static;
  background-color: rgb(43, 176, 197);
  color: rgb(255, 255, 255);
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin: 20px 0 0;
}
.sp-arrow .swiper-button-next::after,
.sp-arrow .swiper-button-prev::after {
  font-size: 1rem;
  font-weight: 700;
}

.top-story-section {
  position: relative;
  z-index: 2;
  padding-bottom: 200px;
  margin-top: -100px;
  clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 calc(100% - 100px));
  background-color: #A9E0E8;
}
@media screen and (max-width: 767px) {
  .top-story-section {
    padding-bottom: 110px;
  }
}

.top-story-link {
  display: block;
}
@media screen and (max-width: 767px) {
  .top-story-link {
    position: relative;
    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-reverse;
    gap: 30px;
  }
}
.top-story-link:not(:last-child) {
  margin-bottom: 50px;
}
.top-story-link:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .top-story-link:hover img {
    -webkit-transform: none;
            transform: none;
  }
}
.top-story-link:hover .text-wrapper {
  background-color: rgb(43, 176, 197);
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .top-story-link:hover .text-wrapper {
    background-color: transparent;
    color: #030303;
  }
}
.top-story-link:hover .text-wrapper .our {
  border-color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .top-story-link:hover .top-read-more {
    background-color: rgb(255, 255, 255);
  }
}
.top-story-link .top-read-more {
  display: none;
  width: 135px;
  background-color: rgb(43, 176, 197);
}
@media screen and (max-width: 767px) {
  .top-story-link .top-read-more {
    display: block;
  }
  .top-story-link .top-read-more.women {
    position: absolute;
    top: 90px;
    right: 0;
  }
  .top-story-link .top-read-more.crosstalk {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-story-link.crosstalk-link img {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
.top-story-link .image-wrapper {
  overflow: hidden;
  aspect-ratio: 9/4;
}
.top-story-link .image-wrapper > div {
  overflow: hidden;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top-story-link .image-wrapper > div {
    width: 55%;
  }
  .top-story-link .image-wrapper > div.one {
    margin-left: 0;
  }
  .top-story-link .image-wrapper > div.two {
    margin: -30px 0 0 auto;
  }
}
.top-story-link .image-wrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-story-link .image-wrapper.double {
  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) {
  .top-story-link .image-wrapper.double {
    display: block;
    width: 100%;
    aspect-ratio: auto;
  }
}
.top-story-link .text-wrapper {
  padding: 30px;
  background-color: rgb(255, 255, 255);
  text-align: left;
  color: #030303;
  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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .top-story-link .text-wrapper {
    background-color: transparent;
    padding: 0;
  }
}
.top-story-link .text-wrapper .our {
  font-size: 1.8rem;
  width: 200px;
  border-right: 1px solid #030303;
}
@media screen and (max-width: 767px) {
  .top-story-link .text-wrapper .our {
    width: 100%;
    font-size: 1.3rem;
    font-weight: 700;
    border-right: none;
  }
  .top-story-link .text-wrapper .our::before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    aspect-ratio: 1/1;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    background-color: rgb(43, 176, 197);
  }
}
.top-story-link .text-wrapper p {
  width: calc(100% - 200px);
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .top-story-link .text-wrapper p {
    width: 100%;
    font-size: 0.8rem;
    padding-left: 15px;
  }
}

.top-style-section {
  position: relative;
  padding: 50px 0;
}
.top-style-section::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 200px);
  background-image: url("../../images/top-style-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.6;
  z-index: -1;
}

.top-style-text {
  margin-bottom: 50px;
  text-align: left;
}

.top-style-link-wrapper {
  width: 80%;
  margin: auto;
  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: 1023px) {
  .top-style-link-wrapper {
    width: 100%;
    gap: 40px;
  }
}

.top-style-link {
  width: calc((100% - 50px) / 2);
  padding: 50px 30px;
  background-color: rgb(255, 255, 255);
  color: #030303;
  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;
}
@media screen and (max-width: 1023px) {
  .top-style-link {
    width: calc((100% - 40px) / 2);
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-style-link {
    width: 100%;
    padding: 0;
    background-color: transparent;
  }
}
.top-style-link > div {
  overflow: hidden;
}
.top-style-link .title {
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 3px solid rgb(76, 73, 72);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .top-style-link .title {
    margin-bottom: 0;
    border-bottom: none;
    text-align: left;
  }
  .top-style-link .title::before {
    content: "";
    display: inline-block;
    width: 10px;
    aspect-ratio: 1/1;
    font-size: 1.3rem;
    margin-right: 10px;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    background-color: #030303;
  }
}
.top-style-link p {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top-style-link p {
    margin-bottom: 20px;
  }
}
.top-style-link img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .top-style-link img {
    aspect-ratio: 2/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top-style-link:hover {
  background-color: rgb(43, 176, 197);
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .top-style-link:hover {
    background-color: transparent;
    color: #030303;
  }
}
.top-style-link:hover .title {
  border-color: rgb(255, 255, 255);
}
.top-style-link:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.top-style-link .top-read-more {
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .top-style-link .top-read-more {
    display: block;
    margin-top: 20px;
    color: rgb(255, 255, 255);
  }
  .top-style-link .top-read-more::after {
    background-image: url("../../images/arrow-white2.png");
  }
}
.top-style-link .top-read-more:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  background-color: rgb(43, 176, 197);
}

.top-recruit-section {
  background-image: url("../../images/top-recruit-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 100%);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-recruit-section {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .top-recruit-section .top-title {
    text-align: right;
  }
}

.top-recruit-link-text {
  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;
}
@media screen and (max-width: 767px) {
  .top-recruit-link-text {
    position: relative;
    margin-bottom: 30px;
  }
}
.top-recruit-link-text .text-box {
  font-size: 1.5rem;
  font-weight: 700;
  width: 320px;
  color: #030303;
  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) {
  .top-recruit-link-text .text-box {
    font-size: 1.2rem;
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .top-recruit-link-text .text-box {
    position: absolute;
    bottom: 5px;
    left: 50%;
    padding: 5px 30px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
}
.top-recruit-link-text .text-box.purple {
  background-color: rgb(139, 124, 186);
}
@media screen and (max-width: 767px) {
  .top-recruit-link-text .text-box.purple {
    background-color: rgba(139, 124, 186, 0.8);
  }
}
.top-recruit-link-text .text-box.blue {
  background-color: rgb(43, 176, 197);
}
@media screen and (max-width: 767px) {
  .top-recruit-link-text .text-box.blue {
    background-color: rgba(117, 192, 203, 0.8);
  }
}
.top-recruit-link-text .image-box {
  width: calc(100% - 320px);
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .top-recruit-link-text .image-box {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 767px) {
  .top-recruit-link-text .image-box {
    width: 100%;
  }
}
.top-recruit-link-text .image-box img {
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-recruit-link-text:hover img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.top-recruit-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;
}
@media screen and (max-width: 767px) {
  .top-recruit-link-wrapper {
    gap: 30px;
  }
}
.top-recruit-link-wrapper span {
  display: inline-block;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.6);
}

.top-recruit-image {
  position: relative;
  width: 50%;
  aspect-ratio: 16/9;
  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;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #030303;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-recruit-image {
    width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 1.2rem;
  }
  .top-recruit-image span {
    margin-bottom: 5px;
    padding: 5px 30px;
  }
}
.top-recruit-image span {
  position: relative;
  z-index: 2;
}
.top-recruit-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .top-recruit-image.faq span {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media screen and (max-width: 767px) {
  .top-recruit-image.recruitment span {
    background-color: rgba(215, 76, 119, 0.8);
  }
}
.top-recruit-image:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.3);
          transform: translate(-50%, -50%) scale(1.3);
}

.sp-wrapepr {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .business-page-section {
    padding-bottom: 0;
  }
}

.corporate-box {
  border-top: 2px solid rgb(43, 176, 197);
  color: rgb(76, 73, 72);
}
.corporate-box .bg-gray-box {
  padding: 10px 15px;
  background-color: rgb(220, 220, 220);
}
.corporate-box .corporate-box-content {
  padding: 20px 25px;
}
.corporate-box .corporate-box-content span {
  margin-left: 20px;
}
.corporate-box:last-child .corporate-box-content {
  padding-bottom: 0;
}

.history-table th, .history-table td {
  color: rgb(76, 73, 72);
}
.history-table th {
  position: relative;
  width: 10%;
  border-right: 1px solid #030303;
  padding: 20px 20px 20px 10px;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .history-table th {
    width: 11%;
    padding: 10px 15px 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .history-table th {
    width: 20%;
    font-size: 0.9rem;
  }
}
.history-table th::after {
  position: absolute;
  right: -7.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  content: "";
  width: 15px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgb(43, 176, 197);
}
.history-table td {
  padding: 20px 0 20px 20px;
}
@media screen and (max-width: 1023px) {
  .history-table td {
    padding: 10px 0 10px 15px;
  }
}
.history-table tr:last-child th {
  vertical-align: top;
}
.history-table tr:last-child th::after {
  top: 30%;
}
.history-table tr:last-child td {
  padding-bottom: 50px;
}

.business-text-box {
  margin-bottom: 50px;
}
@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;
  background-color: rgb(43, 176, 197);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(43, 176, 197);
}
@media screen and (max-width: 1023px) {
  .business-link {
    width: 33.3333333333%;
    padding: 15px 5px;
    font-size: 0.8rem;
  }
}
.business-link:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(43, 176, 197);
}
.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-black {
  background-color: rgb(125, 125, 125);
  border-color: rgb(125, 125, 125);
}
.business-link.bg-black:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(125, 125, 125);
}
.business-link span {
  display: inline-block;
  font-size: 0.8rem;
  margin-right: 10px;
  vertical-align: baseline;
}
@media screen and (max-width: 1023px) {
  .business-link span {
    margin-right: 0;
  }
}

#industry {
  background-color: rgba(18, 179, 199, 0.3);
}

#service {
  background-color: rgb(220, 220, 220);
}

#it {
  background-color: rgb(188, 188, 188);
}

.business-page-box p {
  margin-bottom: 20px;
}
.business-page-box p:first-child {
  font-size: 1.3rem;
}
@media screen and (max-width: 1023px) {
  .business-page-box p:first-child {
    font-size: 1.1rem;
  }
}
.business-page-box p.blue-text {
  color: rgb(43, 176, 197);
  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 rgb(43, 176, 197);
  background-color: rgb(255, 255, 255);
  color: rgb(43, 176, 197);
  border-radius: 5px;
}
@media screen and (max-width: 1023px) {
  .business-three-box {
    width: 100%;
  }
}
.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: rgb(43, 176, 197);
}
@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;
  }
}

.main-faq {
  margin-bottom: 30px;
}
.main-faq.last {
  margin-bottom: 0;
}

.question-toggle {
  position: relative;
  background-color: rgba(18, 179, 199, 0.2);
  cursor: pointer;
  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) {
  .question-toggle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.question-toggle p {
  width: calc(100% - 52px);
  padding: 15px;
}
@media screen and (max-width: 1023px) {
  .question-toggle p {
    padding: 0 15px;
    font-size: 0.9rem;
  }
}
.question-toggle .plus-box {
  position: relative;
  display: block;
  width: 52px;
  aspect-ratio: 1/1;
  background-color: rgb(188, 188, 188);
}
.question-toggle .plus-box span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 1px;
  height: 35px;
  background-color: rgb(255, 255, 255);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.question-toggle .plus-box span:last-child {
  width: 35px;
  height: 1px;
}
.question-toggle .plus-box.open span:first-child {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  top: 20%;
}
.question-toggle .plus-box.open span:last-child {
  background-color: transparent;
}

.answer-toggle {
  padding: 15px 15px 0;
}
.answer-toggle p {
  margin-bottom: 10px;
}
.answer-toggle p:last-child {
  margin-bottom: 0;
}
.answer-toggle p.red-text {
  color: rgb(185, 0, 0);
}
.answer-toggle p span {
  display: inline-block;
  width: calc(100% - 7em);
  vertical-align: top;
}
.answer-toggle p a {
  color: rgb(43, 176, 197);
}

@media screen and (max-width: 767px) {
  .page-job-section {
    overflow: hidden;
  }
}
.page-job-section .section-inner-box {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .page-job-section .section-inner-box {
    width: 100%;
  }
}
.page-job-section .business-link-box {
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .page-job-section .business-link-box {
    gap: 0;
  }
}
.page-job-section .business-link {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 767px) {
  .page-job-section .business-link {
    width: 50%;
  }
}

.job-first-text {
  margin-bottom: 50px;
  text-align: left;
}

#infrastructure,
#app {
  padding-top: 90px;
  margin-top: -90px;
}

.job-technology-wrapper {
  text-align: left;
}
.job-technology-wrapper:not(:last-child) {
  margin-bottom: 50px;
}

.job-blue-title {
  margin-bottom: 15px;
  font-size: 1.2rem;
  font-weight: 700;
  color: rgb(43, 176, 197);
}

.job-menber-wrapper {
  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: 50px;
}
@media screen and (max-width: 767px) {
  .job-menber-wrapper {
    gap: 0;
  }
}
.job-menber-wrapper .job-blue-title {
  width: 100%;
}

.job-menber-box {
  position: relative;
  width: 40%;
  aspect-ratio: 3/4;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .job-menber-box {
    width: calc((100% - 50px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .job-menber-box {
    width: 100%;
    aspect-ratio: 4/5;
    margin-bottom: 50px;
  }
  .job-menber-box.last {
    display: none;
  }
}
.job-menber-box:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.job-menber-box .image-box {
  overflow: hidden;
  height: 100%;
}
.job-menber-box img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.job-menber-box .text-box {
  position: absolute;
}
.job-menber-box .text-box.bottom {
  bottom: -20px;
  left: -20px;
}
.job-menber-box .text-box.top {
  top: -20px;
  right: -20px;
  text-align: right;
}
.job-menber-box .text-box.top-left {
  top: -20px;
  left: -20px;
}
@media screen and (max-width: 767px) {
  .job-menber-box .text-box.top-left {
    top: 0;
  }
}
.job-menber-box p {
  display: inline-block;
  padding: 5px;
  color: #030303;
  background-color: rgb(43, 176, 197);
}
@media screen and (max-width: 1023px) {
  .job-menber-box p {
    font-size: 0.9rem;
  }
}
.job-menber-box p.name {
  font-size: 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1023px) {
  .job-menber-box p.name {
    font-size: 0.8rem;
  }
}
.job-menber-box p.plus {
  margin-bottom: 3px;
}

.page-interview-hab-section {
  background: linear-gradient(154deg, rgba(43, 179, 199, 0.5) 0%, rgba(62, 150, 210, 0.5) 24%, rgba(108, 193, 224, 0.5) 42%, rgba(173, 211, 97, 0.5) 74%, rgba(215, 76, 119, 0.5) 95%, rgba(215, 76, 119, 0.5) 100%);
}

.page-interview-first-text {
  margin-bottom: 50px;
  text-align: left;
}

.page-interview-hab-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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .page-interview-hab-wrapper {
    gap: 0;
  }
}
.page-interview-hab-wrapper .interview-hab-box {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 1023px) {
  .page-interview-hab-wrapper .interview-hab-box {
    display: contents;
  }
}
.page-interview-hab-wrapper .interview-hab-box:first-child .high {
  margin-left: auto;
}

.interview-hab-link {
  position: relative;
  display: block;
  border-radius: 20px;
}
.interview-hab-link:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .interview-hab-link:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .interview-hab-link:last-child {
    margin-bottom: 30px;
  }
}
.interview-hab-link .image-box {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 20px;
  overflow: hidden;
}
.interview-hab-link .hover {
  height: 150%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.interview-hab-link:hover .hover,
.interview-hab-link:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.interview-hab-link img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.interview-hab-link .text-box {
  position: absolute;
  z-index: 2;
  text-align: left;
  color: #030303;
}
.interview-hab-link .text-box.one {
  bottom: -10px;
  left: -10px;
}
.interview-hab-link .text-box.two {
  top: 30px;
  left: -10px;
}
@media screen and (max-width: 767px) {
  .interview-hab-link .text-box.two {
    top: auto;
    bottom: -10px;
    left: auto;
    right: -10px;
  }
}
.interview-hab-link .text-box.three {
  bottom: -10px;
  left: 30px;
}
@media screen and (max-width: 767px) {
  .interview-hab-link .text-box.three {
    left: -10px;
  }
}
.interview-hab-link .text-box.four {
  bottom: -10px;
  right: -10px;
}
.interview-hab-link .text-box.five {
  bottom: -10px;
  right: -10px;
}
@media screen and (max-width: 767px) {
  .interview-hab-link .text-box.five {
    right: auto;
    left: -10px;
  }
}
.interview-hab-link .text-box.six {
  bottom: 30px;
  left: 10px;
}
@media screen and (max-width: 767px) {
  .interview-hab-link .text-box.six {
    left: auto;
    right: -10px;
    bottom: -10px;
  }
}
.interview-hab-link .text-box.seven {
  bottom: -10px;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .interview-hab-link .text-box.seven {
    top: auto;
    bottom: -10px;
    right: auto;
    left: -10px;
  }
}
.interview-hab-link .text-box p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  font-size: 0.9rem;
  background-color: rgb(43, 176, 197);
}
@media screen and (max-width: 767px) {
  .interview-hab-link .text-box p {
    font-size: 0.8rem;
    padding: 3px 5px;
  }
}
.interview-hab-link .text-box p:not(:last-child) {
  margin-bottom: 3px;
}
.interview-hab-link .name {
  display: inline-block;
  padding: 5px;
  margin-bottom: 10px;
  font-size: 10px;
  background-color: rgb(43, 176, 197);
}
@media screen and (max-width: 767px) {
  .interview-hab-link .name {
    font-size: 10px;
    padding: 3px;
  }
}
@media screen and (max-width: 1023px) {
  .interview-hab-link.wide {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .interview-hab-link.wide {
    width: 100%;
  }
}
.interview-hab-link.wide .image-box {
  aspect-ratio: 16/9;
}
.interview-hab-link.high {
  width: 65%;
}
@media screen and (max-width: 1023px) {
  .interview-hab-link.high {
    width: 55%;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .interview-hab-link.high {
    width: 80%;
  }
}
.interview-hab-link.high .image-box {
  aspect-ratio: 3/4;
}

.page-interview-menber-section {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .page-interview-menber-section {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .interview-comment-section {
    position: relative;
  }
  .interview-comment-section .contents-wrapper {
    width: 100%;
  }
}

.page-interview-menber-top-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: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-interview-menber-top-wrapper .image-box {
  position: relative;
  width: 65%;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .page-interview-menber-top-wrapper .image-box {
    width: 80%;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-interview-menber-top-wrapper .image-box {
    width: 100%;
    border: none;
  }
}
.page-interview-menber-top-wrapper .image-box img {
  border-radius: 20px 0 0 20px;
}
.page-interview-menber-top-wrapper .text-box {
  position: relative;
  width: 40%;
  margin-right: -5%;
  text-align: left;
  z-index: 2;
  padding-left: 80px;
}
@media screen and (max-width: 1023px) {
  .page-interview-menber-top-wrapper .text-box {
    width: 100%;
    margin-top: -40px;
    margin-right: 0;
    padding: 0 50px;
    gap: 0 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) {
  .page-interview-menber-top-wrapper .text-box {
    margin-top: 0;
    padding: 0 25px;
    position: static;
  }
}
.page-interview-menber-top-wrapper .sp-no {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-interview-menber-top-wrapper .sp-no {
    position: absolute;
    top: 200px;
    right: 30px;
    display: block;
  }
  .page-interview-menber-top-wrapper .sp-no.pink {
    color: rgb(215, 76, 119);
  }
  .page-interview-menber-top-wrapper .sp-no.purple {
    color: rgb(139, 124, 186);
    text-shadow: 2px 2px 3px rgb(255, 255, 255);
    top: 220px;
  }
  .page-interview-menber-top-wrapper .sp-no span {
    display: block;
    font-size: 1.5rem;
  }
  .page-interview-menber-top-wrapper .sp-no .number {
    font-size: 3rem;
    text-align: right;
    -webkit-transform: translate(20px, -10px);
            transform: translate(20px, -10px);
  }
}
.page-interview-menber-top-wrapper .name {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page-interview-menber-top-wrapper .name {
    margin-bottom: 10px;
    gap: 10px;
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.page-interview-menber-top-wrapper .name .ja {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .page-interview-menber-top-wrapper .name .ja {
    font-size: 2rem;
  }
}
.page-interview-menber-top-wrapper .name .en {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .page-interview-menber-top-wrapper .name .en {
    font-size: 0.9rem;
  }
}
.page-interview-menber-top-wrapper .career {
  font-size: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .page-interview-menber-top-wrapper .career {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .page-interview-menber-top-wrapper .career {
    font-size: 0.8rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}

.interview-comment-wrapper:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .interview-comment-wrapper:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .interview-comment-wrapper {
    padding: 30px 0;
  }
  .interview-comment-wrapper:nth-child(2n+1) {
    background-color: rgb(220, 220, 220);
  }
}
.interview-comment-wrapper .comment-box {
  text-align: left;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .interview-comment-wrapper .comment-box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .interview-comment-wrapper .comment-box {
    width: calc(100% - 60px);
    margin: auto;
  }
}
.interview-comment-wrapper .comment-box .small {
  font-size: 0.8rem;
  vertical-align: text-bottom;
}

.interview-image-section {
  position: relative;
}
@media screen and (max-width: 767px) {
  .interview-image-section .contents-wrapper {
    width: 100%;
  }
}
.interview-image-section::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  height: calc(100% - 200px);
  width: 100%;
  background-color: rgb(215, 76, 119);
  opacity: 0.8;
}
.interview-image-section .image-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;
}
.interview-image-section .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
}
.interview-image-section .image-wrapper .one {
  width: 60%;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
@media screen and (max-width: 767px) {
  .interview-image-section .image-wrapper .one {
    width: 70%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-left: 0;
  }
}
.interview-image-section .image-wrapper .two {
  width: 40%;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
@media screen and (max-width: 767px) {
  .interview-image-section .image-wrapper .two {
    width: 70%;
    margin-top: 20px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-right: 0;
    margin-left: auto;
  }
}
.interview-image-section.purple .image-wrapper {
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .interview-image-section.purple .image-wrapper {
    gap: 0;
  }
}
.interview-image-section.purple::before {
  background-color: rgb(139, 124, 186);
}
.interview-image-section.purple .one {
  width: calc(60% - 20px);
}
@media screen and (max-width: 767px) {
  .interview-image-section.purple .one {
    width: 70%;
  }
}
.interview-image-section.kusano .one {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .interview-image-section.kusano .one {
    width: 70%;
  }
}
.interview-image-section.kusano .two {
  width: calc(60% - 20px);
}
@media screen and (max-width: 767px) {
  .interview-image-section.kusano .two {
    width: 70%;
  }
}

.interview-message-section .main-image {
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}
@media screen and (max-width: 1023px) {
  .interview-message-section .main-image {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .interview-message-section .main-image {
    height: 200px;
  }
}
.interview-message-section.purple .interview-message-title {
  background-color: rgb(139, 124, 186);
}
.interview-message-section.purple .interview-message-wrapper {
  background-color: rgba(139, 124, 186, 0.3);
}

.interview-message-wrapper {
  padding: 50px 0;
  background-color: rgba(214, 77, 120, 0.3);
}
@media screen and (max-width: 767px) {
  .interview-message-wrapper {
    padding: 40px 0;
  }
}
.interview-message-wrapper .message-box {
  text-align: left;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .interview-message-wrapper .message-box {
    width: 100%;
  }
}

.other-interview-section {
  background-color: rgb(220, 220, 220);
}
.other-interview-section .contents-wrapper {
  padding: 100px 40px;
  border-radius: 50px;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .other-interview-section .contents-wrapper {
    padding: 30px;
    border-radius: 30px;
  }
}

.other-interview-wrapper {
  position: relative;
}
.other-interview-wrapper .swiper-slide-active {
  padding-top: 0;
}
.other-interview-wrapper .interviewSwiper {
  width: 90%;
  margin: auto;
}
.other-interview-wrapper .swiper-button-next:after,
.other-interview-wrapper .swiper-button-prev:after {
  content: "";
  display: block;
  width: 40px;
  height: 50px;
  background-color: #A9E0E8;
}
.other-interview-wrapper .swiper-button-next {
  right: -10px;
}
@media screen and (max-width: 767px) {
  .other-interview-wrapper .swiper-button-next {
    right: -20px;
  }
}
.other-interview-wrapper .swiper-button-next:after {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.other-interview-wrapper .swiper-button-prev {
  left: -10px;
}
@media screen and (max-width: 767px) {
  .other-interview-wrapper .swiper-button-prev {
    left: -20px;
  }
}
.other-interview-wrapper .swiper-button-prev:after {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.cross-talk-section {
  padding-bottom: 30px;
  background-image: url("../../images/cross02_1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 600px;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-position: center top -130px;
}
@media screen and (max-width: 1500px) {
  .cross-talk-section {
    background-position: center center;
  }
}
@media screen and (max-width: 767px) {
  .cross-talk-section {
    height: 300px;
  }
}

.cross-talk-section-ttile {
  padding: 20px 100px;
  font-size: 4rem;
  font-family: "Bai Jamjuree", sans-serif;
  color: rgb(76, 73, 72);
  background-color: rgba(43, 179, 199, 0.8);
}
@media screen and (max-width: 1023px) {
  .cross-talk-section-ttile {
    padding: 20px 50px;
  }
}
@media screen and (max-width: 767px) {
  .cross-talk-section-ttile {
    font-size: 2rem;
    padding: 10px 30px;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}

.cross-talk-menber-section {
  background-color: rgb(220, 220, 220);
}

.cross-talk-menber-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;
}

.cross-talk-menber-box {
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 1023px) {
  .cross-talk-menber-box {
    width: 100%;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .cross-talk-menber-box.seito {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.cross-talk-menber-box .image-box {
  width: 50%;
  margin: 0 auto 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .cross-talk-menber-box .image-box {
    width: 30%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .cross-talk-menber-box .image-box {
    width: 50%;
    margin: auto;
  }
}
.cross-talk-menber-box .image-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .cross-talk-menber-box .text-box {
    width: calc(70% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .cross-talk-menber-box .text-box {
    width: 100%;
  }
}
.cross-talk-menber-box .name {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .cross-talk-menber-box .name {
    gap: 10px;
    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;
    -webkit-box-align: self-end;
        -ms-flex-align: self-end;
            align-items: self-end;
  }
}
.cross-talk-menber-box .name .ja {
  display: block;
  font-size: 2rem;
}
.cross-talk-menber-box .name .en {
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .cross-talk-menber-box .name .en {
    font-size: 0.9rem;
  }
}
.cross-talk-menber-box .border-text {
  width: 80%;
  margin: 15px auto 0;
  padding: 10px;
  font-size: 0.9rem;
  text-align: left;
  border: 1px dashed rgb(76, 73, 72);
}
@media screen and (max-width: 767px) {
  .cross-talk-menber-box .border-text {
    padding: 0;
    border: none;
  }
}

.cross-talk-comment-section {
  padding: 0;
}
.cross-talk-comment-section .big-image-box {
  height: 780px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .cross-talk-comment-section .big-image-box {
    height: 430px;
  }
}
@media screen and (max-width: 767px) {
  .cross-talk-comment-section .big-image-box {
    height: 250px;
  }
}
.cross-talk-comment-section .big-image-box img {
  -o-object-fit: cover;
     object-fit: cover;
}

.cross-talk-dot-bg {
  padding: 30px 0;
  background-color: #6A7577;
  background-image: radial-gradient(rgba(255, 255, 255, 0.3) 25%, transparent 25%), radial-gradient(rgba(255, 255, 255, 0.3) 25%, transparent 25%);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
}
@media screen and (max-width: 767px) {
  .cross-talk-dot-bg .contents-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cross-talk-dot-bg .text {
    width: calc(100% - 60px);
    margin: auto;
  }
}

.cross-talk-comment-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;
}
.cross-talk-comment-wrapper .image-box {
  width: 40%;
  margin-right: -5%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cross-talk-comment-wrapper .image-box {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.cross-talk-comment-wrapper .image-box img {
  height: 130%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cross-talk-comment-wrapper .text-box {
  position: relative;
  z-index: 2;
  width: 65%;
  padding: 50px;
  text-align: left;
  background-color: #B7E8EE;
}
@media screen and (max-width: 767px) {
  .cross-talk-comment-wrapper .text-box {
    width: 100%;
    padding: 50px 30px;
  }
}
.cross-talk-comment-wrapper .inner-text {
  width: 80%;
  margin: auto;
  gap: 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;
}
@media screen and (max-width: 1023px) {
  .cross-talk-comment-wrapper .inner-text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cross-talk-comment-wrapper .inner-text {
    gap: 10px;
  }
}
.cross-talk-comment-wrapper .inner-text:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .cross-talk-comment-wrapper .inner-text:not(:last-child) {
    margin-bottom: 30px;
  }
}
.cross-talk-comment-wrapper .inner-text .name {
  width: 60px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  text-align: center;
  font-size: 0.9rem;
  padding: 5px 8px;
}
.cross-talk-comment-wrapper .inner-text .name.blue {
  background-color: #9ECAE8;
}
.cross-talk-comment-wrapper .inner-text .name.gray {
  background-color: rgb(220, 220, 220);
}
.cross-talk-comment-wrapper .inner-text .name.green {
  background-color: rgb(173, 211, 97);
}
.cross-talk-comment-wrapper .inner-text .text {
  width: calc(100% - 20px - 60px);
}
@media screen and (max-width: 767px) {
  .cross-talk-comment-wrapper .inner-text .text {
    width: 100%;
  }
}
.cross-talk-comment-wrapper .inner-text.two {
  gap: 0;
}
.cross-talk-comment-wrapper .inner-text.two .text {
  margin-left: 20px;
  width: calc(100% - 120px - 20px);
}
@media screen and (max-width: 767px) {
  .cross-talk-comment-wrapper .inner-text.two .text {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
}
.cross-talk-comment-wrapper.tolk-only {
  background-color: #B7E8EE;
}
.cross-talk-comment-wrapper.tolk-only .text-box {
  width: 100%;
  padding: 50px 0;
}
.cross-talk-comment-wrapper.margin-plue {
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .cross-talk-comment-wrapper.margin-plue {
    padding-bottom: 80px;
  }
}

.cross-talk-image-section {
  padding-top: 0;
  padding-bottom: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 173, 95, 0.835)), color-stop(75%, rgba(232, 173, 95, 0.835)), color-stop(75%, #D6E9B0), to(#D6E9B0));
  background: linear-gradient(180deg, rgba(232, 173, 95, 0.835) 0%, rgba(232, 173, 95, 0.835) 75%, #D6E9B0 75%, #D6E9B0 100%);
}
.cross-talk-image-section .contents-wrapper {
  position: relative;
}

.cross-talk-image-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;
}
.cross-talk-image-wrapper .image-left {
  position: relative;
  z-index: 2;
  width: 55%;
  margin-right: -10%;
}
.cross-talk-image-wrapper .image-left .one {
  margin-top: -100px;
  margin-bottom: 20px;
  aspect-ratio: 7/6;
  width: calc(100% - 50px);
  margin-left: auto;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%, 0 50%);
}
@media screen and (max-width: 767px) {
  .cross-talk-image-wrapper .image-left .one {
    margin-top: -10px;
  }
}
.cross-talk-image-wrapper .image-left .two {
  aspect-ratio: 16/9;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}
.cross-talk-image-wrapper .image-right {
  width: 55%;
}
.cross-talk-image-wrapper .image-right .one {
  margin-top: 50px;
  margin-bottom: 50px;
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
  aspect-ratio: 16/9;
}
.cross-talk-image-wrapper .image-right .two {
  aspect-ratio: 7/6;
  clip-path: polygon(40% 0, 100% 0, 100% 20%, 80% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .cross-talk-image-wrapper .image-right .two {
    clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
  }
}
.cross-talk-image-wrapper .image-box {
  position: relative;
  overflow: hidden;
}
.cross-talk-image-wrapper .image-box img {
  position: absolute;
  top: 0;
  left: -5%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  height: 170%;
}
@media screen and (max-width: 767px) {
  .cross-talk-image-wrapper .image-box img {
    top: 40px;
  }
}

.page-recruit-message-section {
  height: 600px;
  background-image: url("../../images/recruit-image.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: center top 40%;
  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;
}
@media screen and (max-width: 1023px) {
  .page-recruit-message-section {
    height: 500px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-recruit-message-section {
    height: 330px;
  }
}

.recruit-section-ttile {
  padding: 30px 100px;
  color: rgb(255, 255, 255);
  background-color: rgb(43, 176, 197);
}
@media screen and (max-width: 1023px) {
  .recruit-section-ttile {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-section-ttile {
    padding: 20px 30px;
  }
}
.recruit-section-ttile .title {
  display: block;
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .recruit-section-ttile .title {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
}
.recruit-section-ttile .name {
  display: block;
  font-size: 1.4rem;
  text-align: right;
  margin-left: 80px;
}
@media screen and (max-width: 767px) {
  .recruit-section-ttile .name {
    font-size: 1.1rem;
  }
}

.recruit-message-box {
  width: 80%;
  margin: auto;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .recruit-message-box {
    width: 100%;
  }
}
.recruit-message-box p:not(:last-child) {
  margin-bottom: 20px;
}
.recruit-message-box .message-name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.recruit-table th, .recruit-table td {
  padding: 20px 0;
  border-bottom: 1px solid #030303;
}
@media screen and (max-width: 1023px) {
  .recruit-table th, .recruit-table td {
    display: block;
  }
}
.recruit-table tr:first-child th, .recruit-table tr:first-child td {
  border-top: 1px solid #030303;
}
@media screen and (max-width: 1023px) {
  .recruit-table tr:first-child td {
    border-top: none;
  }
}
.recruit-table th {
  width: 20%;
  color: rgb(43, 176, 197);
}
@media screen and (max-width: 1023px) {
  .recruit-table th {
    border-bottom: none;
    padding-bottom: 0;
    width: 100%;
  }
}
.recruit-table td {
  width: 80%;
}
@media screen and (max-width: 1023px) {
  .recruit-table td {
    width: 100%;
    padding-top: 15px;
  }
}
.recruit-table td a {
  font-weight: 700;
  color: rgb(215, 76, 119);
}
.recruit-table td p:not(:last-child) {
  margin-bottom: 10px;
}

.recruit-last-image {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .recruit-last-image {
    height: 300px;
  }
}

.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 {
  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 rgb(43, 176, 197);
}
@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 rgb(43, 176, 197);
}
@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;
    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);
  font-size: 1.2rem;
  background-color: rgb(43, 176, 197);
}
@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 #A9E0E8;
  border-left: 10px solid #A9E0E8;
}
@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 rgb(43, 176, 197);
}
@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: rgb(43, 176, 197);
}

.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: rgb(43, 176, 197);
}

.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 {
  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: 1023px) {
  .page-active-box-wrapper {
    gap: 30px;
  }
}

.active-box {
  width: calc((100% - 100px) / 3);
  border: 2px solid rgb(220, 220, 220);
  padding: 30px;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .active-box {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .active-box {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .active-box:last-child {
    margin-bottom: 0;
  }
}

.welfare-title-sub.active-text {
  width: 100%;
  font-size: 1rem;
  padding-bottom: 10px;
  border-bottom: 2px solid rgb(220, 220, 220);
  text-align: center;
}

@media screen and (max-width: 1023px) {
  section.hidden {
    overflow: hidden;
  }
}
.woman-text {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .woman-text {
    width: 100%;
  }
}
.woman-text p:not(:last-child) {
  margin-bottom: 20px;
}

.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;
}
/*# sourceMappingURL=main.css.map */