@charset "UTF-8";
/* font weight
=============================
=============================
========================== */
/* font weight
=============================
=============================
========================== */
@font-face {
  font-family: "source han serif jp";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/SourceHanSerifJP-VF.woff2) format("woff2"), url(../fonts/SourceHanSerifJP-VF.ttf) format("ttf");
}
@font-face {
  font-family: "source han serif jp";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/SourceHanSerifJP-VF.woff2) format("woff2"), url(../fonts/SourceHanSerifJP-VF.ttf) format("ttf");
}
@font-face {
  font-family: "source han serif jp";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/SourceHanSerifJP-VF.woff2) format("woff2"), url(../fonts/SourceHanSerifJP-VF.ttf) format("ttf");
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  line-break: strict;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.8px) {
  body {
    font-size: 1.4rem;
  }
}

.source-han-serif {
  font-family: "source han serif jp";
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
a:hover {
  color: #00a887;
}
a img {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.rct-inner {
  width: 95%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.rct-inner-s {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 980px) and (max-width: 1479.8px) {
  .rct-inner-s {
    width: calc(100% - 66px);
  }
}
@media screen and (max-width: 979.8px) {
  .rct-inner-s {
    width: 90%;
  }
}

/* =============================
  font size
============================= */
.rct-fs14 {
  font-size: 1.4rem;
}

/* =============================
  text color
============================= */
.font-normal {
  font-weight: 400;
}

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

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

.font-black {
  font-weight: 900;
}

/* =============================
  text color
============================= */
.text-main {
  color: #00a887;
}

.text-white {
  color: #fff;
}

/* =============================
  width
============================= */
.w-100 {
  width: 100%;
}

/* ===========================
 display on off
=========================== */
@media screen and (min-width: 768px) {
  .sp--show {
    display: none;
  }
  .tablet--show {
    display: none;
  }
  .pc--show {
    display: inherit;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024.8px) {
  .sp--show {
    display: none;
  }
  .pc--show {
    display: none;
  }
  .tablet--show {
    display: inherit;
  }
}
@media screen and (max-width: 767.8px) {
  .pc--show {
    display: none;
  }
  .tablet--show {
    display: none;
  }
  .sp--show {
    display: inherit;
  }
}
body#tinymce {
  line-height: inherit;
}
body#tinymce .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body#tinymce .rct-job-thumb-swiper .swiper-slide::before {
  display: none;
}
body#tinymce .rct-job-thumb-swiper .sp {
  display: block;
}
body#tinymce .rct-job-thumb__text {
  position: static;
  color: #333;
}

#pageTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  background: #00a887;
  cursor: pointer;
  margin-top: 120px;
}
@media screen and (max-width: 979.8px) {
  #pageTop {
    margin-top: 80px;
  }
}
#pageTop img {
  width: 26px;
}

.rct-cta {
  padding: 80px 0;
  margin-top: 80px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 767.8px) {
  .rct-cta {
    padding: 50px 0;
    margin-top: 60px;
  }
}
.rct-cta + #pageTop {
  margin-top: 0;
}

@media screen and (min-width: 1480px) {
  .rct-scrollbar {
    position: fixed;
    z-index: 1000;
    right: 0;
    bottom: 0;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: rotate(90deg) translateY(50%);
            transform: rotate(90deg) translateY(50%);
    width: calc(100vh - 21rem);
  }
}
@media screen and (max-width: 1479.8px) {
  .rct-scrollbar {
    display: none;
  }
}

.rct-scrollbar_input {
  -webkit-appearance: none;
  width: calc(100vh - 21rem);
}
.rct-scrollbar_input::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  background: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
}
.rct-scrollbar_input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 20px;
  width: 20px;
  margin-top: -9.5px;
  background-color: #eb473c;
  border-radius: 50%;
}

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

/* font weight
=============================
=============================
========================== */
@-webkit-keyframes poyo {
  from, to {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  10% {
    -webkit-transform: translateY(-50%) scale(1.2);
            transform: translateY(-50%) scale(1.2);
  }
  80% {
    -webkit-transform: translateY(-50%) scale(0.98);
            transform: translateY(-50%) scale(0.98);
  }
}
@keyframes poyo {
  from, to {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  10% {
    -webkit-transform: translateY(-50%) scale(1.2);
            transform: translateY(-50%) scale(1.2);
  }
  80% {
    -webkit-transform: translateY(-50%) scale(0.98);
            transform: translateY(-50%) scale(0.98);
  }
}
.btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 20px;
}
@media screen and (max-width: 767.8px) {
  .btnArea.-sp-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.btnArea > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.rct-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.rct-btn.-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rct-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 60px;
  color: #fff;
  border: 1px solid;
  padding: 8px 30px;
  color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 979.8px) {
  .rct-btn a {
    width: 100%;
  }
}
.rct-btn a::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 17px;
  top: 50%;
  right: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.rct-btn a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1280px) {
  .rct-btn a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1279.8px) {
  .rct-btn a {
    font-size: 1.6rem;
  }
}
.rct-btn a:hover {
  opacity: 0.7;
}
.rct-btn:not(.-bg-accent):not(.-border-def):not(.-border-wht) a {
  border-color: #00a887;
  background: #00a887;
}
.rct-btn:not(.-bg-accent):not(.-border-def):not(.-border-wht) a:hover {
  color: #00a887;
  background: #fff;
}
.rct-btn:not(.-bg-accent):not(.-border-def):not(.-border-wht).-arrow a::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.72%22%20height%3D%2217%22%20viewBox%3D%220%200%209.72%2017%22%3E%3Cpath%20d%3D%22M18.036%2C14.693%2C11.6%2C8.265a1.21%2C1.21%2C0%2C0%2C1%2C0-1.716%2C1.225%2C1.225%2C0%2C0%2C1%2C1.721%2C0l7.288%2C7.283a1.213%2C1.213%2C0%2C0%2C1%2C.035%2C1.675l-7.319%2C7.334a1.215%2C1.215%2C0%2C1%2C1-1.721-1.716Z%22%20transform%3D%22translate(-11.246%20-6.196)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.rct-btn:not(.-bg-accent):not(.-border-def):not(.-border-wht).-arrow a:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.861%22%20height%3D%2212%22%20viewBox%3D%220%200%206.861%2012%22%3E%3Cpath%20d%3D%22M16.039%2C12.194%2C11.5%2C7.657a.854.854%2C0%2C0%2C1%2C0-1.211.865.865%2C0%2C0%2C1%2C1.215%2C0l5.145%2C5.141a.856.856%2C0%2C0%2C1%2C.025%2C1.183l-5.166%2C5.177A.858.858%2C0%2C1%2C1%2C11.5%2C16.735Z%22%20transform%3D%22translate(-11.246%20-6.196)%22%20fill%3D%22%2305a887%22%2F%3E%3C%2Fsvg%3E");
}
.rct-btn.-bg-accent a {
  border-color: #011e60;
  background: #011e60;
}
.rct-btn.-bg-accent a:hover {
  color: #011e60;
  background: #fff;
}
.rct-btn.-bg-accent.-arrow a::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.72%22%20height%3D%2217%22%20viewBox%3D%220%200%209.72%2017%22%3E%3Cpath%20d%3D%22M18.036%2C14.693%2C11.6%2C8.265a1.21%2C1.21%2C0%2C0%2C1%2C0-1.716%2C1.225%2C1.225%2C0%2C0%2C1%2C1.721%2C0l7.288%2C7.283a1.213%2C1.213%2C0%2C0%2C1%2C.035%2C1.675l-7.319%2C7.334a1.215%2C1.215%2C0%2C1%2C1-1.721-1.716Z%22%20transform%3D%22translate(-11.246%20-6.196)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.rct-btn.-bg-accent.-arrow a:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.861%22%20height%3D%2212%22%20viewBox%3D%220%200%206.861%2012%22%3E%3Cpath%20d%3D%22M16.039%2C12.194%2C11.5%2C7.657a.854.854%2C0%2C0%2C1%2C0-1.211.865.865%2C0%2C0%2C1%2C1.215%2C0l5.145%2C5.141a.856.856%2C0%2C0%2C1%2C.025%2C1.183l-5.166%2C5.177A.858.858%2C0%2C1%2C1%2C11.5%2C16.735Z%22%20transform%3D%22translate(-11.246%20-6.196)%22%20fill%3D%22%23011e60%22%2F%3E%3C%2Fsvg%3E");
}
.rct-btn.-border-def a {
  color: #011e60;
  border-color: #011e60;
  background: #fff;
}
.rct-btn.-border-def a:hover {
  color: #fff;
  background: #011e60;
}
.rct-btn.-border-def.-arrow a::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.861%22%20height%3D%2212%22%20viewBox%3D%220%200%206.861%2012%22%3E%3Cpath%20d%3D%22M16.039%2C12.194%2C11.5%2C7.657a.854.854%2C0%2C0%2C1%2C0-1.211.865.865%2C0%2C0%2C1%2C1.215%2C0l5.145%2C5.141a.856.856%2C0%2C0%2C1%2C.025%2C1.183l-5.166%2C5.177A.858.858%2C0%2C1%2C1%2C11.5%2C16.735Z%22%20transform%3D%22translate(-11.246%20-6.196)%22%20fill%3D%22%23011e60%22%2F%3E%3C%2Fsvg%3E");
}
.rct-btn.-border-def.-arrow a:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.72%22%20height%3D%2217%22%20viewBox%3D%220%200%209.72%2017%22%3E%3Cpath%20d%3D%22M18.036%2C14.693%2C11.6%2C8.265a1.21%2C1.21%2C0%2C0%2C1%2C0-1.716%2C1.225%2C1.225%2C0%2C0%2C1%2C1.721%2C0l7.288%2C7.283a1.213%2C1.213%2C0%2C0%2C1%2C.035%2C1.675l-7.319%2C7.334a1.215%2C1.215%2C0%2C1%2C1-1.721-1.716Z%22%20transform%3D%22translate(-11.246%20-6.196)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.rct-btn.-border-wht a {
  color: #fff;
  border-color: #fff;
}
.rct-btn.-border-wht a:hover {
  color: #011e60;
  background: #fff;
}
.rct-btn.-border-wht a:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.861%22%20height%3D%2212%22%20viewBox%3D%220%200%206.861%2012%22%3E%3Cpath%20d%3D%22M16.039%2C12.194%2C11.5%2C7.657a.854.854%2C0%2C0%2C1%2C0-1.211.865.865%2C0%2C0%2C1%2C1.215%2C0l5.145%2C5.141a.856.856%2C0%2C0%2C1%2C.025%2C1.183l-5.166%2C5.177A.858.858%2C0%2C1%2C1%2C11.5%2C16.735Z%22%20transform%3D%22translate(-11.246%20-6.196)%22%20fill%3D%22%23011e60%22%2F%3E%3C%2Fsvg%3E");
}
.rct-btn.-border-wht.-arrow a::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.72%22%20height%3D%2217%22%20viewBox%3D%220%200%209.72%2017%22%3E%3Cpath%20d%3D%22M18.036%2C14.693%2C11.6%2C8.265a1.21%2C1.21%2C0%2C0%2C1%2C0-1.716%2C1.225%2C1.225%2C0%2C0%2C1%2C1.721%2C0l7.288%2C7.283a1.213%2C1.213%2C0%2C0%2C1%2C.035%2C1.675l-7.319%2C7.334a1.215%2C1.215%2C0%2C1%2C1-1.721-1.716Z%22%20transform%3D%22translate(-11.246%20-6.196)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.rct-btn.-border-wht.-arrow a:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.861%22%20height%3D%2212%22%20viewBox%3D%220%200%206.861%2012%22%3E%3Cpath%20d%3D%22M16.039%2C12.194%2C11.5%2C7.657a.854.854%2C0%2C0%2C1%2C0-1.211.865.865%2C0%2C0%2C1%2C1.215%2C0l5.145%2C5.141a.856.856%2C0%2C0%2C1%2C.025%2C1.183l-5.166%2C5.177A.858.858%2C0%2C1%2C1%2C11.5%2C16.735Z%22%20transform%3D%22translate(-11.246%20-6.196)%22%20fill%3D%22%23011e60%22%2F%3E%3C%2Fsvg%3E");
}
.rct-btn-rounded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.rct-btn-rounded a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 60px;
  color: #fff;
  border: 1px solid;
  padding: 24px 30px;
  color: #011e60;
  border-color: #fff;
  background: #fff;
  border-radius: 100rem;
}
@media screen and (max-width: 979.8px) {
  .rct-btn-rounded a {
    width: 100%;
    padding: 8px 30px;
  }
}
.rct-btn-rounded a::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 17px;
  top: 50%;
  right: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.rct-btn-rounded a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1280px) {
  .rct-btn-rounded a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1279.8px) {
  .rct-btn-rounded a {
    font-size: 1.6rem;
  }
}
.rct-btn-rounded a:hover {
  opacity: 0.7;
  color: #fff;
  background: #011e60;
}
.rct-btn-rounded.-arrow a::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.72%22%20height%3D%2217%22%20viewBox%3D%220%200%209.72%2017%22%3E%3Cpath%20d%3D%22M18.036%2C14.693%2C11.6%2C8.265a1.21%2C1.21%2C0%2C0%2C1%2C0-1.716%2C1.225%2C1.225%2C0%2C0%2C1%2C1.721%2C0l7.288%2C7.283a1.213%2C1.213%2C0%2C0%2C1%2C.035%2C1.675l-7.319%2C7.334a1.215%2C1.215%2C0%2C1%2C1-1.721-1.716Z%22%20transform%3D%22translate(-11.246%20-6.196)%22%20fill%3D%22%23001e60%22%2F%3E%3C%2Fsvg%3E");
}
.rct-btn-rounded.-arrow a:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.72%22%20height%3D%2217%22%20viewBox%3D%220%200%209.72%2017%22%3E%3Cpath%20d%3D%22M18.036%2C14.693%2C11.6%2C8.265a1.21%2C1.21%2C0%2C0%2C1%2C0-1.716%2C1.225%2C1.225%2C0%2C0%2C1%2C1.721%2C0l7.288%2C7.283a1.213%2C1.213%2C0%2C0%2C1%2C.035%2C1.675l-7.319%2C7.334a1.215%2C1.215%2C0%2C1%2C1-1.721-1.716Z%22%20transform%3D%22translate(-11.246%20-6.196)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.rct-btn-rounded.-border-accent a {
  border-color: #011e60;
}
.rct-btn-rounded-sm a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 60px;
  color: #fff;
  border: 1px solid;
  padding: 8px 30px;
  font-size: 1.4rem;
  color: #011e60;
  border-color: #fff;
  background: #fff;
  border-radius: 100rem;
}
@media screen and (max-width: 979.8px) {
  .rct-btn-rounded-sm a {
    width: 100%;
  }
}
.rct-btn-rounded-sm a::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 17px;
  top: 50%;
  right: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.rct-btn-rounded-sm a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1280px) {
  .rct-btn-rounded-sm a {
    min-height: 66px;
  }
}
.rct-btn-rounded-sm a:hover {
  opacity: 0.7;
  color: #fff;
  background: #011e60;
}
.rct-btn-rounded-sm.-arrow a::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.72%22%20height%3D%2217%22%20viewBox%3D%220%200%209.72%2017%22%3E%3Cpath%20d%3D%22M18.036%2C14.693%2C11.6%2C8.265a1.21%2C1.21%2C0%2C0%2C1%2C0-1.716%2C1.225%2C1.225%2C0%2C0%2C1%2C1.721%2C0l7.288%2C7.283a1.213%2C1.213%2C0%2C0%2C1%2C.035%2C1.675l-7.319%2C7.334a1.215%2C1.215%2C0%2C1%2C1-1.721-1.716Z%22%20transform%3D%22translate(-11.246%20-6.196)%22%20fill%3D%22%23001e60%22%2F%3E%3C%2Fsvg%3E");
}
.rct-btn-rounded-sm.-arrow a:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.72%22%20height%3D%2217%22%20viewBox%3D%220%200%209.72%2017%22%3E%3Cpath%20d%3D%22M18.036%2C14.693%2C11.6%2C8.265a1.21%2C1.21%2C0%2C0%2C1%2C0-1.716%2C1.225%2C1.225%2C0%2C0%2C1%2C1.721%2C0l7.288%2C7.283a1.213%2C1.213%2C0%2C0%2C1%2C.035%2C1.675l-7.319%2C7.334a1.215%2C1.215%2C0%2C1%2C1-1.721-1.716Z%22%20transform%3D%22translate(-11.246%20-6.196)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.rct-btn-rounded-sm.-border-accent a {
  border-color: #011e60;
}
.rct-btn-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rct-btn-arrow a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  text-decoration: underline;
  padding-right: 19.0625vw;
}
@media screen and (min-width: 768px) {
  .rct-btn-arrow a {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-btn-arrow a {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .rct-btn-arrow a {
    min-height: 15.5208333333vw;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-btn-arrow a {
    min-height: 9.7674418605vw;
  }
}
.rct-btn-arrow a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (min-width: 768px) {
  .rct-btn-arrow a::before {
    width: 15.5208333333vw;
    height: 15.5208333333vw;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-btn-arrow a::before {
    width: 9.7674418605vw;
    height: 9.7674418605vw;
  }
}
.rct-btn-arrow a::after {
  position: absolute;
  content: "";
  width: 13.5416666667vw;
  height: 3.9583333333vw;
  top: 50%;
  background: url(../other/rct_btn_arrow.svg) no-repeat 50% 50%/100% auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .rct-btn-arrow a::after {
    right: 4.2708333333vw;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-btn-arrow a::after {
    right: 20px;
  }
}
.rct-btn-arrow a:hover::before {
  -webkit-animation: poyo 1.5s;
          animation: poyo 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/* font weight
=============================
=============================
========================== */
/* ===========================
 header
=========================== */
body.-is-hidden {
  overflow: hidden;
}

#sub .rct-header {
  background: #fff;
}
#sub .rct-header + #locator {
  max-width: 1400px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1480px) {
  #sub .rct-header + #locator {
    margin-top: 114px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1479.8px) {
  #sub .rct-header + #locator {
    margin-top: 84px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279.8px) {
  #sub .rct-header + #locator {
    margin-top: 107px;
  }
}
@media screen and (max-width: 979.8px) {
  #sub .rct-header + #locator {
    margin-top: 60px;
  }
}
#sub .rct-header + #locator ol {
  padding: 4px 0;
}

.rct-header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  letter-spacing: 0;
  z-index: 100;
  transition: all 0.4s ease-out;
}
@media screen and (min-width: 980px) {
  body:not(#top) .rct-header:not(.-is-scroll) {
    padding: 12px 33px;
  }
  body#top .rct-header:not(.-is-scroll) {
    padding: 30px 33px;
  }
}
@media screen and (max-width: 979.8px) {
  .rct-header {
    padding: 4px 31px;
  }
  .rct-header.-is-active {
    background: white;
  }
}
.rct-header.-is-scroll {
  background: white;
  -webkit-box-shadow: 0 8px 16px rgba(51, 51, 51, 0.2);
          box-shadow: 0 8px 16px rgba(51, 51, 51, 0.2);
}
.rct-header-logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  z-index: 2;
}
@media screen and (min-width: 1480px) {
  .rct-header-logo {
    width: 500px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1479.8px) {
  .rct-header-logo {
    width: 410px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279.8px) {
  .rct-header-logo {
    width: 220px;
  }
}
@media screen and (max-width: 979.8px) {
  .rct-header-logo {
    width: 200px;
  }
}
.rct-header-logo[href]:hover {
  opacity: 0.7;
  text-decoration: none;
}
.rct-header-logo img {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.rct-header-logo__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  padding: 14px 12px;
  border-radius: 8px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (min-width: 1480px) {
  .rct-header-logo__img {
    width: 270px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1479.8px) {
  .rct-header-logo__img {
    width: 180px;
  }
}
@media screen and (max-width: 979.8px) {
  .rct-header-logo__img {
    max-width: 180px;
    padding: 8.5px 9px;
    height: 42px;
    border-radius: 4px;
  }
  .rct-header-logo__img__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 979.8px) and (min-width: 980px) {
  .rct-header-logo__img img {
    width: auto;
  }
}
@media screen and (max-width: 979.8px) and (max-width: 979.8px) {
  .rct-header-logo__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.rct-header-logo__text {
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 1480px) {
  .rct-header-logo__text {
    width: 223px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1479.8px) {
  .rct-header-logo__text {
    width: 223px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279.8px) {
  .rct-header-logo__text {
    width: 100%;
  }
}
@media screen and (max-width: 979.8px) {
  .rct-header-logo__text {
    display: none;
  }
}
.rct-header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 10px 3.125vw;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (min-width: 1480px) {
  .rct-header-nav {
    max-width: calc(100% - 500px - 20px);
  }
}
@media screen and (min-width: 1280px) and (max-width: 1479.8px) {
  .rct-header-nav {
    max-width: calc(100% - 430px - 20px);
  }
}
@media screen and (min-width: 980px) and (max-width: 1279.8px) {
  .rct-header-nav {
    max-width: calc(100% - 220px - 20px);
  }
}
@media screen and (max-width: 979.8px) {
  .rct-header-nav {
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: #fff;
    padding: 110px 20px 20px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
  }
  .rct-header-nav:not(.-is-active) {
    cursor: none;
    pointer-events: none;
    z-index: -2;
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .rct-header-nav.-is-active {
    z-index: 1;
  }
}
.rct-header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.5627376426%;
}
@media screen and (min-width: 1480px) {
  .rct-header-list {
    width: calc(100% - 23.9583333333vw);
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
@media screen and (min-width: 980px) and (max-width: 1479.8px) {
  .rct-header-list {
    width: calc(100% - 180px);
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
@media screen and (min-width: 980px) {
  .rct-header-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 979.8px) {
  .rct-header-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.rct-header-list > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1280px) {
  .rct-header-list > li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 979.8px) {
  .rct-header-list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.rct-header-list > li > a {
  font-weight: 700;
}
@media screen and (min-width: 1480px) {
  .rct-header-list > li > a {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 980px) and (max-width: 1479.8px) {
  .rct-header-list > li > a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 979.8px) {
  .rct-header-list > li > a {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .rct-header-list > li > a {
    padding: 12px 0;
  }
}
@media screen and (max-width: 979.8px) {
  .rct-header-list > li > a {
    padding: 16px 20px;
    border-bottom: 1px solid rgba(0, 168, 135, 0.3);
  }
}
.rct-header-list > li > a:hover {
  color: #00a887;
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 1479.8px) {
  .rct-header-item__adjust {
    display: none !important;
  }
}
.rct-header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1480px) {
  .rct-header-btn {
    width: 225px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1479.8px) {
  .rct-header-btn {
    width: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 979.8px) {
  .rct-header-btn {
    width: 100%;
    margin-top: 20px;
  }
}
.rct-header-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: #fff;
  border: 1px solid #011e60;
  background: #011e60;
  padding: 6px 30px;
  border-radius: 8px;
}
@media screen and (min-width: 1480px) {
  .rct-header-btn a {
    min-height: 60px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 980px) and (max-width: 1479.8px) {
  .rct-header-btn a {
    min-height: 40px;
    padding: 6px 20px 6px 10px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 979.8px) {
  .rct-header-btn a {
    width: 100%;
    font-size: 1.6rem;
  }
}
.rct-header-btn a::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 17px;
  top: 50%;
  right: 20px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.72%22%20height%3D%2217%22%20viewBox%3D%220%200%209.72%2017%22%3E%3Cpath%20d%3D%22M18.036%2C14.693%2C11.6%2C8.265a1.21%2C1.21%2C0%2C0%2C1%2C0-1.716%2C1.225%2C1.225%2C0%2C0%2C1%2C1.721%2C0l7.288%2C7.283a1.213%2C1.213%2C0%2C0%2C1%2C.035%2C1.675l-7.319%2C7.334a1.215%2C1.215%2C0%2C1%2C1-1.721-1.716Z%22%20transform%3D%22translate(-11.246%20-6.196)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%/100% auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (min-width: 980px) and (max-width: 1479.8px) {
  .rct-header-btn a::after {
    right: 10px;
  }
}
.rct-header-btn a:hover {
  color: #011e60;
  text-decoration: none;
  background: #fff;
}
.rct-header-btn a:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.72%22%20height%3D%2217%22%20viewBox%3D%220%200%209.72%2017%22%3E%3Cpath%20d%3D%22M18.036%2C14.693%2C11.6%2C8.265a1.21%2C1.21%2C0%2C0%2C1%2C0-1.716%2C1.225%2C1.225%2C0%2C0%2C1%2C1.721%2C0l7.288%2C7.283a1.213%2C1.213%2C0%2C0%2C1%2C.035%2C1.675l-7.319%2C7.334a1.215%2C1.215%2C0%2C1%2C1-1.721-1.716Z%22%20transform%3D%22translate(-11.246%20-6.196)%22%20fill%3D%22%23001e60%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (min-width: 1280px) {
  .rct-header-menu {
    display: none;
  }
}
@media screen and (max-width: 979.8px) {
  .rct-header-menu {
    position: absolute;
    width: 60px;
    height: 50px;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
  }
  .rct-header-menu .line {
    position: absolute;
    width: 26px;
    height: 4px;
    background: #011e60;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .rct-header-menu .line:nth-child(1) {
    top: calc(50% - 8px);
  }
  .rct-header-menu .line:nth-child(2) {
    top: 50%;
  }
  .rct-header-menu .line:nth-child(3) {
    top: calc(50% + 8px);
  }
  .rct-header-menu.-is-active .line:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .rct-header-menu.-is-active .line:nth-child(2) {
    width: 0;
    height: 0;
  }
  .rct-header-menu.-is-active .line:nth-child(3) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
            transform: translate(-50%, -50%) rotate(-135deg);
  }
}
@media screen and (min-width: 980px) {
  .rct-header.-is-scroll {
    padding: 12px 33px;
  }
}
.rct-header.-is-scroll .rct-header-logo__img {
  padding: 8.5px;
}
@media screen and (min-width: 1480px) {
  .rct-header.-is-scroll .rct-header-logo__img img {
    width: 200px;
  }
}
@media screen and (min-width: 1480px) {
  .rct-header.-is-scroll .rct-header-logo__img img {
    width: 140px;
  }
}

@media screen and (max-width: 689.8px) {
  .rct-header.rct-header-adjust {
    padding: 4px 3.488372093vw;
  }
}
@media screen and (max-width: 689.8px) {
  .rct-header.rct-header-adjust .rct-header-logo {
    width: inherit;
  }
}
@media screen and (max-width: 689.8px) {
  .rct-header.rct-header-adjust .rct-header-logo__img {
    max-width: inherit;
    padding: 6px;
    height: 36px;
  }
  .rct-header.rct-header-adjust .rct-header-logo__img img {
    width: auto;
  }
}
@media screen and (max-width: 979.8px) {
  .rct-header.rct-header-adjust .rct-header.-is-scroll .rct-header-logo__img {
    padding: 6px;
  }
}

#rct_top .rct-header-logo__text {
  color: #fff;
}
@media screen and (min-width: 980px) and (max-width: 1024.8px) {
  #rct_top .rct-header-logo__text {
    color: #333;
  }
}
#rct_top .rct-header.-is-scroll .rct-header-logo__text {
  color: #333;
}

/* font weight
=============================
=============================
========================== */
/* ===========================
 footer
=========================== */
.rct-footer {
  background: #e4ebeb;
}
.rct-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 980px) {
  .rct-footer__inner {
    padding: 104px 0 84px;
  }
}
@media screen and (max-width: 979.8px) {
  .rct-footer__inner {
    padding: 50px 0 30px;
  }
}
.rct-footer__logo {
  width: 291px;
}
@media screen and (max-width: 979.8px) {
  .rct-footer__logo {
    width: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.rct-footer__logo__text {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 30px 0;
}
@media screen and (max-width: 979.8px) {
  .rct-footer__logo__text {
    font-size: 1.4rem;
    margin: 16px 0 24px;
  }
}
.rct-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (min-width: 980px) {
  .rct-footer__sns {
    margin-top: 34px;
  }
}
@media screen and (max-width: 979.8px) {
  .rct-footer__sns {
    margin-top: 24px;
  }
}
.rct-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 980px) {
  .rct-footer__nav {
    width: calc(100% - 291px - 100px);
    gap: 64px;
  }
}
@media screen and (max-width: 979.8px) {
  .rct-footer__nav {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px 4%;
    margin-top: 36px;
  }
}
.rct-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.6rem !important;
  gap: 48px;
}
@media screen and (max-width: 979.8px) {
  .rct-footer__list {
    font-size: 1.4rem !important;
    gap: 16px;
  }
}
.rct-footer__list li {
  font-weight: 500;
  list-style-type: none;
}
.rct-footer__list a:hover {
  color: #00a887;
  text-decoration: none;
}
.rct-footer__copyright {
  font-size: 1.4rem;
  text-align: center;
  padding: 20px 0;
}

/* font weight
=============================
=============================
========================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
}

/* ===========================
 title
=========================== */
.pagetitle_wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.pagetitle_wrap:not([style*=background-image]) {
  background-image: url(../image/rct_pagetitle_bg.jpg);
}
.pagetitle_wrap #pagetitle {
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 1280px) {
  .pagetitle_wrap #pagetitle {
    min-height: 394px;
    padding: 34px 0;
  }
}
@media screen and (max-width: 1279.8px) {
  .pagetitle_wrap #pagetitle {
    min-height: 250px;
    padding: 24px 0;
  }
}
.pagetitle_wrap #pagetitle h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  font-style: normal;
  font-weight: 500;
  color: #011e60;
  text-align: center;
  line-height: 1.2058823529;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1280px) {
  .pagetitle_wrap #pagetitle h1 {
    min-width: 325px;
    padding: 20px;
  }
}
@media screen and (max-width: 1279.8px) {
  .pagetitle_wrap #pagetitle h1 {
    min-width: 210px;
    padding: 16px;
  }
}
@media screen and (min-width: 768px) {
  .pagetitle_wrap #pagetitle h1 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767.8px) {
  .pagetitle_wrap #pagetitle h1 {
    font-size: 2.6rem;
  }
}

.rct-h1 {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .rct-h1 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-h1 {
    font-size: 2.8rem;
  }
}
.rct-h2 {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .rct-h2 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-h2 {
    font-size: 2.6rem;
  }
}
.rct-h3 {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .rct-h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-h3 {
    font-size: 2.4rem;
  }
}
.rct-h4 {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .rct-h4 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-h4 {
    font-size: 2.2rem;
  }
}
.rct-h5 {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .rct-h5 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-h5 {
    font-size: 1.8rem;
  }
}
.rct-h6 {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .rct-h6 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-h6 {
    font-size: 1.6rem;
  }
}

/* font weight
=============================
=============================
========================== */
.rct-icon_list > li {
  position: relative;
  list-style-type: none;
  padding-left: 20px;
}
.rct-icon_list > li::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.243%22%20height%3D%2213.377%22%20viewBox%3D%220%200%2015.243%2013.377%22%3E%3Cpath%20d%3D%22M6.243%2C2.623h9L9%2C16H0Z%22%20transform%3D%22translate(0%20-2.623)%22%20fill%3D%22%2300a785%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%/100% auto;
}
.rct-disc_list > li {
  list-style-type: none;
  margin-left: 1em;
}
.rct-disc_list > li::marker {
  content: "・";
}

/* font weight
=============================
=============================
========================== */
/* font weight
=============================
=============================
========================== */
.rct-mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .rct-mv {
    padding-bottom: 9.375vw;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-mv {
    padding-bottom: 20px;
  }
}
.rct-mv::before {
  position: absolute;
  content: "";
  width: 56.3942708333vw;
  height: 78.8020833333vw;
  top: 0;
  background: url(../image/rct_mv_bg.png) no-repeat 50% 0/100% auto;
  z-index: 2;
}
@media screen and (min-width: 980px) and (max-width: 1479.8px) {
  .rct-mv::before {
    top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .rct-mv::before {
    left: 30px;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-mv::before {
    width: 68.6666666667vw;
    height: 100vh;
    background-image: url(../image/rct_mv_bg_sp.png);
    background-position: 100% 0;
    background-size: auto 100%;
    right: 50%;
  }
}
.rct-mv-swiper {
  position: absolute;
  top: 0;
  left: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .rct-mv-swiper {
    width: 55.3125vw;
    height: 77.03125vw;
    right: calc(65px + 1.8229166667vw);
  }
}
@media screen and (max-width: 767.8px) {
  .rct-mv-swiper {
    width: 100%;
    height: 100vh;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .rct-mv-swiper .swiper-slide {
    height: 77.03125vw;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-mv-swiper .swiper-slide {
    height: 100vh;
  }
}
.rct-mv-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rct-mv__title {
  position: relative;
  width: 95%;
  color: #fff;
  line-height: 1.4;
  margin-left: auto;
  margin-right: auto;
  z-index: 3;
}
@media screen and (min-width: 1280px) {
  .rct-mv__title {
    padding-top: 11.4583333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279.8px) {
  .rct-mv__title {
    padding-top: 17.1875vw;
  }
}
@media screen and (min-width: 768px) {
  .rct-mv__title {
    max-width: 72.9166666667vw;
    font-size: 5.2083333333vw;
    padding-bottom: 21.328125vw;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-mv__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 90.6976744186vw;
    height: 100vh;
    font-size: 9.3023255814vw;
    padding-bottom: 140px;
  }
}
.rct-mv__title::before {
  position: absolute;
  content: "";
  background: #fff;
}
@media screen and (min-width: 768px) {
  .rct-mv__title::before {
    width: 3px;
    height: 20.2864583333vw;
    bottom: 1.0416666667vw;
    left: 19.2708333333vw;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-mv__title::before {
    width: 1px;
    height: 124px;
    bottom: 0px;
    left: calc(50% - 1px);
  }
}
@media screen and (min-width: 768px) {
  .rct-mv__br {
    display: none;
  }
}
.rct-mv__news {
  position: relative;
  display: grid;
  width: 100%;
  max-width: 968px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  margin-left: auto;
  margin-right: 0;
  margin-top: 20px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .rct-mv__news {
    gap: 20px;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-mv__news {
    gap: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .rct-mv__news {
    grid-template-columns: 180px 1fr;
    padding: 40px 35px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279.8px) {
  .rct-mv__news {
    grid-template-columns: 150px 1fr;
    padding: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979.8px) {
  .rct-mv__news {
    grid-template-columns: 120px 1fr;
    padding: 20px 23px;
  }
}
@media screen and (min-width: 768px) {
  .rct-mv__news {
    grid-template-areas: "title detail" "btn detail";
  }
}
@media screen and (max-width: 767.8px) {
  .rct-mv__news {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "detail" "btn";
    padding: 0;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }
}
.rct-mv__news__title {
  grid-area: title;
  text-align: center;
  align-self: start;
}
@media screen and (min-width: 768px) {
  .rct-mv__news__title {
    margin-top: 16px;
  }
}
.rct-mv__news__title .main_title {
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 1280px) {
  .rct-mv__news__title .main_title {
    font-size: 6rem;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279.8px) {
  .rct-mv__news__title .main_title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 979.8px) {
  .rct-mv__news__title .main_title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-mv__news__title .main_title {
    font-size: 3.2rem;
  }
}
.rct-mv__news__title .sub_title {
  font-size: 1.8rem;
  font-weight: 400;
  color: #00a887;
  line-height: 1;
  margin-top: 6px;
}
.rct-mv__news__detail {
  grid-area: detail;
  align-self: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.rct-mv__news__detail .media_cate {
  display: none;
}
.rct-mv__news__btn {
  grid-area: btn;
  align-self: end;
}
.rct-mv__news__btn a {
  width: 100%;
}

@media screen and (max-width: 767.8px) {
  .rct-inner-s .rct-mv__news {
    width: 100%;
  }
}
.rct-inner-s .rct-mv__news__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* font weight
=============================
=============================
========================== */
.rct-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 10px;
  border-bottom: 1px solid #cbd0d3;
  gap: 20px;
}
.rct-news + .rct-news {
  margin-top: 20px;
}
.rct-news__date {
  width: 100px;
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 16px;
}
.rct-news__title {
  width: calc(100% - 100px - 37px);
  font-size: 1.4rem;
  font-weight: 500;
}
.rct-news__title a:hover {
  color: #00a887;
  text-decoration: none;
}
.rct-message {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .rct-message {
    padding-top: 10.2083333333vw;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-message {
    padding-top: 62px;
  }
}
.rct-message::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(156, 162, 170, 0.13);
  top: 0;
  left: 0;
  z-index: 0;
}
.rct-message__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: none;
  pointer-events: none;
  z-index: -1;
}
.rct-message__bg video,
.rct-message__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(65%);
          filter: brightness(65%);
}
@media screen and (max-width: 767.8px) {
  .rct-message__bg video {
    display: none;
  }
}
.rct-message__bg img {
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
@media screen and (min-width: 768px) {
  .rct-message__bg img {
    display: none;
  }
}
.rct-message .rct-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .rct-message .rct-inner {
    gap: 6.0416666667vw;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-message .rct-inner {
    gap: 27.9069767442vw;
  }
}
.rct-message__txt {
  font-weight: 500;
  color: #fff;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .rct-message__txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-message__txt {
    font-size: 1.4rem;
  }
}
.rct-message__catch {
  position: relative;
  font-weight: 700;
  color: #fff;
  line-height: 1.1935483871;
}
@media screen and (min-width: 768px) {
  .rct-message__catch {
    font-size: 3.1rem;
    padding-bottom: 7.6041666667vw;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-message__catch {
    font-size: 1.6rem;
    padding-bottom: 40px;
  }
}
.rct-message__catch::after {
  position: absolute;
  content: "";
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .rct-message__catch::after {
    width: 3px;
    height: 3.8020833333vw;
    bottom: 1.25vw;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-message__catch::after {
    width: 2px;
    height: 18px;
    bottom: 10px;
  }
}
.rct-philosophy {
  background: #e4ebeb;
}
@media screen and (min-width: 980px) {
  .rct-philosophy {
    padding-top: 78px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979.8px) {
  .rct-philosophy {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-philosophy {
    padding-top: 56px;
  }
}
.rct-philosophy__en_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 768px) {
  .rct-philosophy__en_title {
    font-size: 6.1458333333vw;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 4.5833333333vw;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-philosophy__en_title {
    font-size: 9.7674418605vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 22px;
  }
}
.rct-philosophy__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 500;
}
@media screen and (min-width: 980px) {
  .rct-philosophy__title .sm_title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 979.8px) {
  .rct-philosophy__title .sm_title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-philosophy__title .sm_title {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 980px) {
  .rct-philosophy__title .md_title {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 979.8px) {
  .rct-philosophy__title .md_title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-philosophy__title .md_title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 980px) {
  .rct-philosophy__title .lg_title {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 979.8px) {
  .rct-philosophy__title .lg_title {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-philosophy__title .lg_title {
    font-size: 2.2rem;
  }
}
.rct-philosophy__title .em_title {
  position: relative;
  display: inline-block;
  color: #00a887;
  background: #fff;
  padding: 0 16px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .rct-philosophy__title .em_title {
    margin: 0 2.6041666667vw;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-philosophy__title .em_title {
    margin: 0 0 0 2.6041666667vw;
  }
}
.rct-philosophy__title .title_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 1.7708333333vw 0 2.6041666667vw;
}
@media screen and (min-width: 768px) {
  .rct-philosophy__title .title_con {
    gap: 20px;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-philosophy__title .title_con {
    gap: 2vw;
  }
}
.rct-philosophy__title .title_img {
  position: relative;
  display: inline-block;
  z-index: 0;
}
@media screen and (min-width: 980px) {
  .rct-philosophy__title .title_img {
    width: 202px;
    height: 111px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979.8px) {
  .rct-philosophy__title .title_img {
    width: 151px;
    height: 82px;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-philosophy__title .title_img {
    width: 18.1395348837vw;
    height: 9.976744186vw;
  }
}
.rct-philosophy__title .title_img img {
  width: auto;
  height: 100%;
}
.rct-philosophy__text {
  position: relative;
  width: 100%;
  max-width: 605px;
  font-size: 1.6rem;
  padding: 40px 0 50px;
  margin-top: 74px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .rct-philosophy__text p {
    font-size: 1.3157894737em;
  }
}
.rct-philosophy__text p + p {
  margin-top: 2.5em;
}
.rct-philosophy__text::after {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  background: rgba(245, 245, 245, 0.8);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .rct-philosophy__text::after {
    width: calc(100% + 214px);
    left: 50%;
    -webkit-transform: translateX(-50%) skewX(-18deg);
            transform: translateX(-50%) skewX(-18deg);
  }
}
@media screen and (max-width: 767.8px) {
  .rct-philosophy__text::after {
    width: 200%;
    left: -14vw;
    -webkit-transform: skewX(-18deg);
            transform: skewX(-18deg);
  }
}
.rct-philosophy__top {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .rct-philosophy__top {
    padding-bottom: 78px;
  }
}
.rct-philosophy__top__bg {
  position: absolute;
  z-index: -1;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .rct-philosophy__top__bg {
    width: 966px;
    height: 836px;
    top: 2.6041666667vw;
    left: 35.9%;
    clip-path: polygon(271.6328660507px 0%, 100% 0%, calc(100% - 271.6328660507px) 100%, 0% 100%);
  }
}
@media screen and (max-width: 767.8px) {
  .rct-philosophy__top__bg {
    width: 120vw;
    height: calc(100% + 56px - 96px);
    top: -56px;
    left: 22vw;
    clip-path: polygon(36% 0%, 100% 0%, 64% 100%, 0% 100%);
  }
}
.rct-philosophy__top__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.8px) {
  .rct-philosophy__top__bg img {
    left: 32%;
  }
}
.rct-philosophy__center {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .rct-philosophy__center {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-philosophy__center {
    padding: 50px 0;
  }
}
.rct-philosophy__center__title {
  display: inline-block;
  font-weight: 700;
  line-height: 1.1875;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.85);
  padding: 12px 16px;
}
@media screen and (min-width: 980px) {
  .rct-philosophy__center__title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-philosophy__center__title {
    font-size: 2.6rem;
  }
}
.rct-philosophy__center__title + .rct-philosophy__center__con {
  margin-top: 24px;
}
.rct-philosophy__center__con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1480px) {
  .rct-philosophy__center__con {
    gap: 46px 5.5357142857%;
  }
}
@media screen and (max-width: 1479.8px) {
  .rct-philosophy__center__con {
    gap: 46px 20px;
  }
}
.rct-philosophy__center__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 40px 35px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.85);
}
@media screen and (min-width: 1480px) {
  .rct-philosophy__center__item {
    width: 29.6428571429%;
    max-width: 415px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 980px) and (max-width: 1479.8px) {
  .rct-philosophy__center__item {
    width: calc(33.3333333333% - 13.3333333333px);
  }
}
@media screen and (min-width: 768px) and (max-width: 979.8px) {
  .rct-philosophy__center__item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767.8px) {
  .rct-philosophy__center__item {
    width: 100%;
  }
}
.rct-philosophy__center__item .main_title {
  font-size: 2.8rem;
  font-weight: 500;
  color: #00a887;
  line-height: 1.4285714286;
  margin: 0;
}
.rct-philosophy__center__item .rct-icon_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 44px;
  gap: 20px;
}
.rct-philosophy__center__item .rct-icon_list li {
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .rct-philosophy__center__item .rct-icon_list li {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-philosophy__center__item .rct-icon_list li {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .rct-philosophy__center__item .rct-icon_list li::before {
    top: 6px;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-philosophy__center__item .rct-icon_list li::before {
    top: 2px;
  }
}
.rct-important {
  color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1025px) {
  .rct-important {
    min-height: 1254px;
  }
}
@media screen and (min-width: 768px) {
  .rct-important {
    background-image: url(../image/rct_important_bg.jpg);
    padding: 86px 0 146px;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-important {
    background-image: url(../image/rct_important_bg_sp.jpg);
    padding: 40px 0;
  }
}
.rct-important__title {
  font-weight: 700;
  line-height: 1.2931034483;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 690px) {
  .rct-important__title {
    font-size: 6.0416666667vw;
  }
}
@media screen and (max-width: 689.8px) {
  .rct-important__title {
    font-size: 7.4418604651vw;
  }
}
.rct-important__text {
  max-width: 1165px;
  line-height: 1.7428571429;
  letter-spacing: 0.05em;
  margin-top: 6.7708333333vw;
}
@media screen and (min-width: 1025px) {
  .rct-important__text {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024.8px) {
  .rct-important__text {
    font-size: 1.8229166667vw;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-important__text {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1920px) {
  .rct-important__text {
    font-size: 3rem;
  }
}
.rct-important__text p + p {
  margin-top: 1.7428571429em;
}
.rct-important .rct-btn-arrow {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 1025px) {
  .rct-important .rct-btn-arrow {
    margin-top: -30px;
    margin-bottom: -30px;
  }
}
.rct-important .rct-btn-arrow a {
  color: #fff;
}
.rct-important__en_title {
  font-weight: 300;
  letter-spacing: 0.3em;
  padding-left: 30px;
}
@media screen and (min-width: 1280px) {
  .rct-important__en_title {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279.8px) {
  .rct-important__en_title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 979.8px) {
  .rct-important__en_title {
    font-size: 2.4rem;
  }
}
.rct-important__border_box {
  padding: 30px;
  border-radius: 10px;
  border: 3px solid #fff;
}
@media screen and (min-width: 1280px) {
  .rct-important__subtitle {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279.8px) {
  .rct-important__subtitle {
    font-size: 3rem;
  }
}
@media screen and (max-width: 979.8px) {
  .rct-important__subtitle {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .rct-important__subtext {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024.8px) {
  .rct-important__subtext {
    font-size: 1.8229166667vw;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-important__subtext {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1920px) {
  .rct-important__subtext {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-important .rct-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.rct-important .rct-btn a {
  width: 100%;
  max-width: 268px;
}
@media screen and (max-width: 767.8px) {
  .rct-important .rct-btn a {
    max-width: 100%;
  }
}
.rct-job-main {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin-top: 62px;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 979.8px) {
  .rct-job-main {
    display: none !important;
  }
}
.rct-job-main .swiper-button-prev {
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.rct-job-main .swiper-button-prev::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border-width: 1px 0 0 1px;
  border-color: #333;
  border-style: solid;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg) skew(-20deg, -20deg);
          transform: translateY(-50%) rotate(-45deg) skew(-20deg, -20deg);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.rct-job-main .swiper-button-prev:hover::after {
  border-color: #00a887;
}
.rct-job-main .swiper-button-next {
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.rct-job-main .swiper-button-next::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border-width: 1px 1px 0 0;
  border-color: #333;
  border-style: solid;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg) skew(20deg, 20deg);
          transform: translateY(-50%) rotate(45deg) skew(20deg, 20deg);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.rct-job-main .swiper-button-next:hover::after {
  border-color: #00a887;
}
.rct-job-main-swiper {
  width: 100%;
}
.rct-job-thumb-swiper {
  width: 100%;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media screen and (min-width: 980px) {
  .rct-job-thumb-swiper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 42px;
  }
}
.rct-job-thumb-swiper .swiper-slide {
  cursor: pointer;
}
@media screen and (min-width: 980px) {
  .rct-job-thumb-swiper .swiper-slide {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 980px) {
  .rct-job-thumb-swiper .sp {
    display: none;
  }
  .rct-job-thumb-swiper .swiper-slide {
    position: relative;
  }
  .rct-job-thumb-swiper .swiper-slide::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(1, 30, 96, 0);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .rct-job-thumb-swiper .swiper-slide:hover::before {
    background: rgba(1, 30, 96, 0.2);
  }
}
@media screen and (max-width: 979.8px) {
  .rct-job-thumb-swiper .pc {
    display: none;
  }
  .rct-job-thumb-swiper .sp a::before {
    position: absolute;
    content: "";
    width: 100vw;
    height: 100vw;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 3;
  }
}
@media screen and (max-width: 979.8px) {
  .rct-job-thumb-swiper .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
  .rct-job-thumb-swiper .swiper-wrapper .swiper-slide {
    position: relative;
    width: 100% !important;
    aspect-ratio: 840/190;
    margin: 0 !important;
    overflow: hidden;
  }
}
.rct-job-main__con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 25px;
  border: 1px solid #707070;
  padding: 30px;
}
.rct-job-main__mainimg {
  width: 50%;
  height: 697px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.rct-job-main__mainimg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rct-job-main__subimg {
  width: 100%;
  height: 387px;
}
.rct-job-main__subimg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rct-job-main__detail {
  width: 48.3870967742%;
}
.rct-job-main__detail .rct-btn-rounded-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
.rct-job-main__detail .rct-btn-rounded-sm a {
  width: 100%;
  max-width: 425px;
}
.rct-job-main__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4.9rem;
  font-weight: 400;
  color: #011e60;
  line-height: 1.2040816327;
  gap: 16px;
  letter-spacing: 0.3em;
  margin: 25px 0;
}
.rct-job-main__title::after {
  content: "";
  width: 169px;
  height: 2px;
  background: #011e60;
}
.rct-job-main__text {
  font-size: 1.6rem;
  font-weight: 500;
}
.rct-job-main__text p {
  font-size: 1.1904761905em;
}
.rct-job-thumb__slide {
  position: relative;
}
@media screen and (min-width: 980px) {
  .rct-job-thumb__text {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 4.7rem;
    color: #fff;
    line-height: 1.1914893617;
    letter-spacing: 0.3em;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 979.8px) {
  .rct-job-thumb__text {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 5vw;
    color: #fff;
    line-height: 1.1914893617;
    letter-spacing: 0.3em;
    -webkit-backdrop-filter: blur(5px) contrast(89%);
            backdrop-filter: blur(5px) contrast(89%);
    padding: 1.5306122449vw 5.306122449vw;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.rct-job__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
}
@media screen and (min-width: 768px) and (max-width: 979.8px) {
  .rct-job__btn {
    gap: 12px;
  }
}
@media screen and (max-width: 979.8px) {
  .rct-job__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .rct-job__btn a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-job__btn a {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .rct-job__mt_btn {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-job__mt_btn {
    margin-top: 60px;
  }
}

@media screen and (max-width: 979.8px) {
  :has(.rct-inner-s) .rct-header-menu {
    width: 42px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1479.8px) {
  :has(.rct-inner-s) .rct-header-logo__img {
    padding: 8.5px;
  }
}
@media screen and (min-width: 768px) {
  :has(.rct-inner-s) .rct-mv__title {
    font-size: clamp(40px, 5.078125vw, 80px);
  }
}
:has(.rct-inner-s) .rct-message .rct-inner-s {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  :has(.rct-inner-s) .rct-philosophy__title .title_con {
    margin: 24px 0 32px;
  }
}
@media screen and (max-width: 767.8px) {
  :has(.rct-inner-s) .rct-philosophy__title .title_con {
    gap: 0.8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1479.8px) {
  :has(.rct-inner-s) .rct-philosophy__title .em_title {
    margin: 0 15px;
  }
}
@media screen and (max-width: 767.8px) {
  :has(.rct-inner-s) .rct-philosophy__title .em_title {
    margin: 0 0 0 1.3020833333vw;
    padding: 0 8px;
  }
}
:has(.rct-inner-s) .rct-philosophy__title .lg_title {
  font-weight: 500;
}
@media screen and (min-width: 1480px) {
  :has(.rct-inner-s) .rct-philosophy__title .lg_title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 980px) and (max-width: 1479.8px) {
  :has(.rct-inner-s) .rct-philosophy__title .lg_title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.8px) {
  :has(.rct-inner-s) .rct-philosophy__title .lg_title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1480px) {
  :has(.rct-inner-s) .rct-philosophy__title .title_img {
    width: auto;
    height: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1479.8px) {
  :has(.rct-inner-s) .rct-philosophy__title .title_img {
    width: auto;
    height: 50px;
  }
}
@media screen and (max-width: 767.8px) {
  :has(.rct-inner-s) .rct-philosophy__title .title_img {
    width: auto;
    height: 8.6vw;
  }
}
:has(.rct-inner-s) .rct-philosophy__title .title_img img {
  max-width: inherit;
}
:has(.rct-inner-s) .rct-philosophy__text {
  margin-top: 30px;
  padding: 30px 0 50px;
}
@media screen and (max-width: 767.8px) {
  :has(.rct-inner-s) .rct-philosophy__text {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  :has(.rct-inner-s) .rct-philosophy__center__headline {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 980px) {
  :has(.rct-inner-s) .rct-philosophy__center__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.8px) {
  :has(.rct-inner-s) .rct-philosophy__center__title {
    display: block;
    font-size: 2rem;
    padding: 30px 16px 20px;
    border-radius: 10px 10px 0 0;
  }
}
:has(.rct-inner-s) .rct-philosophy__center__item .main_title {
  font-size: 1.6rem;
}
@media screen and (max-width: 767.8px) {
  :has(.rct-inner-s) .rct-philosophy__center__item .main_title {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  :has(.rct-inner-s) .rct-philosophy__center__item .rct-icon_list {
    margin-top: 24px;
    gap: 12px;
  }
}
@media screen and (max-width: 767.8px) {
  :has(.rct-inner-s) .rct-philosophy__center__con {
    gap: 0;
  }
  :has(.rct-inner-s) .rct-philosophy__center__con .rct-philosophy__center__item {
    padding: 10px 24px;
    border-radius: 0;
  }
  :has(.rct-inner-s) .rct-philosophy__center__con .rct-philosophy__center__item:last-child {
    padding: 10px 24px 30px;
    border-radius: 0 0 10px 10px;
  }
  :has(.rct-inner-s) .rct-philosophy__center__con .rct-philosophy__center__item .rct-icon_list {
    margin-top: 5px;
  }
  :has(.rct-inner-s) .rct-philosophy__center__con .rct-icon_list {
    display: block;
  }
  :has(.rct-inner-s) .rct-philosophy__center__con .rct-icon_list > li {
    display: inline;
    font-size: 1.4rem;
    line-height: 1.6;
    padding-left: 0;
  }
  :has(.rct-inner-s) .rct-philosophy__center__con .rct-icon_list > li::before {
    position: static;
    content: " / ";
    width: auto;
    height: auto;
    background: none;
  }
  :has(.rct-inner-s) .rct-philosophy__center__con .rct-icon_list > li:first-child::before {
    display: none;
  }
}
@media screen and (min-width: 1120px) {
  :has(.rct-inner-s) .rct-btn a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  :has(.rct-inner-s) .rct-btn-arrow a {
    min-height: 7.8125vw;
    font-size: 1.25vw;
    padding-right: 11.71875vw;
  }
  :has(.rct-inner-s) .rct-btn-arrow a::before {
    width: 7.8125vw;
    height: 7.8125vw;
  }
  :has(.rct-inner-s) .rct-btn-arrow a::after {
    width: 6.7708333333vw;
    height: 1.9791666667vw;
  }
}
@media screen and (min-width: 768px) {
  :has(.rct-inner-s) .rct-important__title {
    font-size: clamp(40px, 5.078125vw, 80px);
  }
}
@media screen and (min-width: 768px) {
  :has(.rct-inner-s) .rct-important__subtitle {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  :has(.rct-inner-s) .rct-important__subtext {
    font-size: clamp(1.6rem, 1.25vw, 1.8rem);
  }
}
@media screen and (min-width: 768px) {
  :has(.rct-inner-s) .rct-important__text {
    font-size: clamp(1.6rem, 1.25vw, 1.8rem);
    margin-top: 3.3854166667vw;
  }
}
@media screen and (max-width: 767.8px) {
  :has(.rct-inner-s) .rct-important .rct-btn-rounded-sm a {
    max-width: inherit;
  }
  :has(.rct-inner-s) .rct-important .rct-important__border_box {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 767.8px) and (max-width: 767.8px) {
  :has(.rct-inner-s) .rct-important .rct-important__border_box {
    padding: 10px 24px 14px;
  }
}
@media screen and (max-width: 767.8px) {
  :has(.rct-inner-s) .rct-important .rct-important__border_box .rct-important__en_title {
    font-size: 1.6rem;
    padding-left: 0;
  }
}
@media screen and (min-width: 980px) {
  :has(.rct-inner-s) .rct-job-thumb__text {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.8px) {
  :has(.rct-inner-s) .rct-job-thumb-swiper {
    margin-top: 15px;
  }
  :has(.rct-inner-s) .rct-job__btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  :has(.rct-inner-s) .rct-job__btn a {
    width: 85%;
  }
}
:has(.rct-inner-s) .rct-footer__inner {
  display: block;
  padding: 40px 0 30px;
}
:has(.rct-inner-s) .rct-footer__nav {
  width: 100%;
}
@media screen and (min-width: 980px) {
  :has(.rct-inner-s) .rct-footer__nav {
    padding-top: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767.8px) {
  :has(.rct-inner-s) .rct-footer__nav {
    gap: 10px 2%;
  }
}
@media screen and (max-width: 767.8px) {
  :has(.rct-inner-s) .rct-footer__nav .rct-footer__list:nth-child(2n+1) {
    min-width: 55%;
  }
  :has(.rct-inner-s) .rct-footer__nav .rct-footer__list:nth-child(2n) {
    min-width: 41%;
  }
}
:has(.rct-inner-s) .rct-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  :has(.rct-inner-s) .rct-footer__logo {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767.8px) {
  :has(.rct-inner-s) .rct-footer__logo {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 0;
  }
}
:has(.rct-inner-s) .rct-footer__logo__text {
  margin: 16px 0 0;
}
:has(.rct-inner-s) .rct-footer__sns {
  margin-top: 16px;
}
:has(.rct-inner-s) .rct-footer__list {
  line-height: 1.4;
  gap: 10px;
}
@media screen and (min-width: 980px) and (max-width: 1479.8px) {
  :has(.rct-inner-s) .rct-req-mv__inner {
    width: calc(100% - 66px);
  }
}
@media screen and (min-width: 980px) {
  :has(.rct-inner-s) .rct-req-mv__img {
    padding-top: 24px;
  }
  :has(.rct-inner-s) .rct-req-mv__img.-object-top img {
    -o-object-position: center top;
       object-position: center top;
  }
  :has(.rct-inner-s) .rct-req-mv__img.-sales img {
    -o-object-position: center 20%;
       object-position: center 20%;
  }
  :has(.rct-inner-s) .rct-req-mv__img.-technique img {
    -o-object-position: center 20%;
       object-position: center 20%;
  }
  :has(.rct-inner-s) .rct-req-mv__img .sp {
    display: none;
  }
}
@media screen and (max-width: 979.8px) {
  :has(.rct-inner-s) .rct-req-mv__img {
    max-width: inherit;
    height: auto !important;
    aspect-ratio: 5/3;
  }
  :has(.rct-inner-s) .rct-req-mv__img .pc {
    display: none;
  }
}
@media screen and (max-width: 979.8px) and (min-width: 980px) and (max-width: 1479.8px) {
  :has(.rct-inner-s) .rct-req-mv__detail {
    width: calc(100% - 66px);
  }
}
@media screen and (max-width: 979.8px) and (max-width: 979.8px) {
  :has(.rct-inner-s) .rct-req-mv__detail {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  :has(.rct-inner-s) .rct-req-mv__detail p {
    font-size: clamp(1.6rem, 1.25vw, 2rem);
  }
}
@media screen and (max-width: 767.8px) {
  :has(.rct-inner-s) .rct-req-mv__detail p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  :has(.rct-inner-s) .rct-req-mv__title {
    font-size: clamp(3.2rem, 2.5vw, 4.2rem);
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767.8px) {
  :has(.rct-inner-s) .rct-req-mv__title {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
:has(.rct-inner-s) .rct-req-mv__subtitle {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  :has(.rct-inner-s) .rct-req-mv__subtitle {
    font-size: clamp(1.6rem, 1.25vw, 2rem);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767.8px) {
  :has(.rct-inner-s) .rct-req-mv__subtitle {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1480px) {
  :has(.rct-inner-s) .rct-req-interview__in {
    max-width: 1400px;
    padding-top: 30px;
    margin-right: auto;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1479.8px) {
  :has(.rct-inner-s) .rct-req-interview__in {
    width: calc(100% - 66px);
    padding-top: 50px;
    margin-right: auto;
  }
}
@media screen and (min-width: 1025px) {
  :has(.rct-inner-s) .rct-req-interview__img {
    width: 45%;
  }
}
@media screen and (max-width: 1024.8px) {
  :has(.rct-inner-s) .rct-req-interview__img {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  :has(.rct-inner-s) .rct-req-interview__img01, :has(.rct-inner-s) .rct-req-interview__img02 {
    min-height: 300px;
    aspect-ratio: 5/3;
  }
  :has(.rct-inner-s) .rct-req-interview__img01 img, :has(.rct-inner-s) .rct-req-interview__img02 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  :has(.rct-inner-s) .rct-req-interview__img01.-object-top img, :has(.rct-inner-s) .rct-req-interview__img02.-object-top img {
    -o-object-position: center top;
       object-position: center top;
  }
}
@media screen and (min-width: 1025px) {
  :has(.rct-inner-s) .rct-req-interview__detail {
    width: 50%;
    padding-top: 0;
  }
}
@media screen and (max-width: 1024.8px) {
  :has(.rct-inner-s) .rct-req-interview__detail {
    width: 90%;
  }
}
@media screen and (min-width: 980px) {
  :has(.rct-inner-s) .rct-req-interview__item + .rct-req-interview__item {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  :has(.rct-inner-s) .rct-req-interview__item p {
    font-size: clamp(1.6rem, 1.25vw, 2rem);
  }
}
@media screen and (max-width: 767.8px) {
  :has(.rct-inner-s) .rct-req-interview__item p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 980px) {
  :has(.rct-inner-s) .rct-req-interview__title + p {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) {
  :has(.rct-inner-s) .rct-req-interview__title .maintitle {
    font-size: clamp(1.6rem, 1.25vw, 2rem);
    padding-left: 1em;
  }
  :has(.rct-inner-s) .rct-req-interview__title .maintitle::after {
    border-width: 0.4em 0 0.4em 0.5em;
    top: 0.2em;
  }
}
@media screen and (max-width: 767.8px) {
  :has(.rct-inner-s) .rct-req-interview__title .maintitle {
    font-size: 1.4rem;
    padding-left: 1em;
  }
  :has(.rct-inner-s) .rct-req-interview__title .maintitle::after {
    border-width: 5px 0 5px 8px;
    top: 4px;
  }
}
@media screen and (min-width: 768px) {
  :has(.rct-inner-s) .rct-req-interview__title .subtitle {
    font-size: clamp(1.6rem, 1.25vw, 2rem);
  }
}
@media screen and (max-width: 767.8px) {
  :has(.rct-inner-s) .rct-req-interview__title .subtitle {
    font-size: 1.4rem;
  }
}

/* font weight
=============================
=============================
========================== */
.rct-req-mv {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 980px) {
  .rct-req-mv {
    padding: 60px 0 30px;
  }
}
@media screen and (max-width: 979.8px) {
  .rct-req-mv {
    padding: 0 0 50px;
  }
}
.rct-req-mv__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.rct-req-mv__bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(20px) contrast(150%);
          backdrop-filter: blur(20px) contrast(150%);
  z-index: 2;
}
.rct-req-mv__bg img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.rct-req-mv__inner {
  width: 100%;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  gap: 32px 7.1428571429%;
}
@media screen and (min-width: 980px) {
  .rct-req-mv__detail {
    width: 60%;
    padding-top: 30px;
  }
}
@media screen and (max-width: 979.8px) {
  .rct-req-mv__detail {
    width: 95%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: auto;
    margin-right: auto;
  }
}
.rct-req-mv__detail p {
  font-weight: 500;
}
@media screen and (min-width: 980px) {
  .rct-req-mv__detail p {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 979.8px) {
  .rct-req-mv__detail p {
    font-size: 1.8rem;
  }
}
.rct-req-mv__detail p + p {
  margin-top: 1.4583333333em;
}
@media screen and (min-width: 980px) {
  .rct-req-mv__img {
    width: 32.8571428571%;
    aspect-ratio: 625/877;
  }
}
@media screen and (max-width: 979.8px) {
  .rct-req-mv__img {
    width: 100%;
    max-width: 625px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.rct-req-mv__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rct-req-mv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  color: #011e60;
  line-height: 1.2;
  margin-bottom: 5.8854166667vw;
  gap: 30px;
}
@media screen and (min-width: 980px) {
  .rct-req-mv__title {
    font-size: 8rem;
  }
}
@media screen and (max-width: 979.8px) {
  .rct-req-mv__title {
    font-size: 4.2rem;
  }
}
.rct-req-mv__title::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  height: 2px;
  background: #011e60;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.rct-req-mv__subtitle {
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 3.2291666667vw;
}
@media screen and (min-width: 980px) {
  .rct-req-mv__subtitle {
    font-size: 5rem;
  }
}
@media screen and (max-width: 979.8px) {
  .rct-req-mv__subtitle {
    font-size: 2.8rem;
  }
}
.rct-req-interview {
  background-color: rgba(228, 235, 235, 0.39);
  background-size: 650px auto;
  background-position: -80px -233px;
  background-repeat: no-repeat;
  background-image: url(../image/rct_req_interview_bg.png);
}
@media screen and (min-width: 1025px) {
  .rct-req-interview {
    padding-bottom: 54px;
  }
}
@media screen and (max-width: 1024.8px) {
  .rct-req-interview {
    padding: 50px 0 30px;
  }
}
.rct-req-interview__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  margin-right: 0;
  gap: 30px 0;
}
@media screen and (min-width: 1480px) {
  .rct-req-interview__in {
    width: calc(50% + 700px);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1479.8px) {
  .rct-req-interview__in {
    width: 97.5%;
    max-width: 1400px;
  }
}
@media screen and (min-width: 1025px) {
  .rct-req-interview__in {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1024.8px) {
  .rct-req-interview__in {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1025px) {
  .rct-req-interview__detail {
    width: 42.9518072289%;
    padding-top: 15.9375vw;
  }
}
@media screen and (max-width: 1024.8px) {
  .rct-req-interview__detail {
    width: 95%;
  }
}
.rct-req-interview__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 1025px) {
  .rct-req-interview__img {
    width: 54.0361445783%;
  }
}
@media screen and (max-width: 1024.8px) {
  .rct-req-interview__img {
    width: 100%;
    max-width: 713px;
  }
}
.rct-req-interview__item + .rct-req-interview__item {
  margin-top: 8.3333333333vw;
}
.rct-req-interview__item p {
  line-height: 2;
}
@media screen and (min-width: 1025px) {
  .rct-req-interview__item p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024.8px) {
  .rct-req-interview__item p {
    font-size: 1.8rem;
  }
}
.rct-req-interview__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 12px;
}
.rct-req-interview__title .subtitle {
  font-weight: 700;
  color: #000000;
  line-height: 2;
}
@media screen and (min-width: 1025px) {
  .rct-req-interview__title .subtitle {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024.8px) {
  .rct-req-interview__title .subtitle {
    font-size: 2rem;
  }
}
.rct-req-interview__title .maintitle {
  position: relative;
  font-weight: 500;
  color: #00a887;
  line-height: 1.2;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 1025px) {
  .rct-req-interview__title .maintitle {
    font-size: 4rem;
    padding-left: 32px;
  }
}
@media screen and (max-width: 1024.8px) {
  .rct-req-interview__title .maintitle {
    font-size: 2.8rem;
    padding-left: 20px;
  }
}
.rct-req-interview__title .maintitle::after {
  position: absolute;
  content: "";
  border-style: solid;
  border-color: transparent transparent transparent #00a887;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .rct-req-interview__title .maintitle::after {
    border-width: 15px 0 15px 25px;
    top: 12px;
  }
}
@media screen and (max-width: 1024.8px) {
  .rct-req-interview__title .maintitle::after {
    border-width: 10px 0 10px 17px;
    top: 6px;
  }
}
@media screen and (min-width: 1025px) {
  .rct-req-interview__title + p {
    margin-top: 44px;
  }
}
@media screen and (max-width: 1024.8px) {
  .rct-req-interview__title + p {
    margin-top: 16px;
  }
}
.rct-req-guideline__title {
  font-weight: 500;
  line-height: 1.2;
  background: #f2f2f2;
}
@media screen and (min-width: 768px) {
  .rct-req-guideline__title {
    font-size: 3rem;
    padding: 8px 30px;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-req-guideline__title {
    font-size: 2.4rem;
    padding: 8px 16px;
  }
}
@media screen and (min-width: 768px) {
  .rct-req-guideline__detail {
    padding: 16px 30px 24px;
  }
}
@media screen and (max-width: 767.8px) {
  .rct-req-guideline__detail {
    padding: 16px 16px 24px;
  }
}
.rct-req-catch_img {
  text-align: center;
}

/* font weight
=============================
=============================
========================== */
#tinymce .tab-con:not(.-is-active),
body.-dcmsadm .tab-con:not(.-is-active) {
  position: static;
  height: auto;
  opacity: 1;
  cursor: auto;
  pointer-events: auto;
}
#tinymce .productApp-con,
body.-dcmsadm .productApp-con {
  position: relative;
  height: auto;
}
#tinymce .productApp-box,
body.-dcmsadm .productApp-box {
  position: relative;
  z-index: 2;
}
#tinymce .productApp-box__con,
body.-dcmsadm .productApp-box__con {
  position: relative;
  visibility: visible;
  opacity: 1;
}