@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

ul,
ol {
  list-style-type: none;
}

input,
button,
textarea,
select {
  outline: none;
  font: inherit;
  background-color: transparent;
  border: none;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

main {
  margin-top: 70px;
}

.icon-blank {
  display: inline-block;
  width: 12px;
  height: 12px;
  fill: currentColor;
}

.icon-blank._fill-black {
  fill: #000000;
}

.icon-blank._fill-white {
  fill: #ffffff;
}

.icon-blank._fill-accent {
  fill: #4DA887;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(7.5px, 3.125vw, 15px);
  color: #000000;
}

body.fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  [id] {
    scroll-margin-top: 100px;
  }
}

.common-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .common-title {
    gap: clamp(6px, 2.5vw, 12px);
    margin-bottom: clamp(20px, 8.33333vw, 40px);
  }
}

.common-title-decoration {
  display: block;
  width: 66px;
  height: 90px;
  background-color: #4DA887;
  clip-path: polygon(66.4% 97.2%, 94.2% 2.8%, 3.8% 2.8%, 3.8% 97.2%);
}

@media screen and (max-width: 767px) {
  .common-title-decoration {
    width: clamp(20px, 8.33333vw, 40px);
    height: clamp(29px, 12.08333vw, 58px);
  }
}

.common-title-en {
  display: block;
  font-family: "Rubik", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: #233F74;
}

@media screen and (max-width: 767px) {
  .common-title-en {
    font-size: clamp(12px, 5vw, 24px);
  }
}

.common-title-ja {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #233F74;
}

@media screen and (max-width: 767px) {
  .common-title-ja {
    font-size: clamp(7px, 2.91667vw, 14px);
  }
}

.common-btn_01 {
  display: block;
  position: relative;
  width: fit-content;
  height: fit-content;
  z-index: 1;
}

.common-btn_01:hover .common-btn_01-arrow {
  transform: translateX(10px);
}

@media screen and (max-width: 767px) {
  .common-btn_01:hover .common-btn_01-arrow {
    transform: translateX(0px);
  }
}

.common-btn_01._decoration:hover .common-btn_01-arrow {
  transform: translateX(0);
}

@media screen and (max-width: 767px) {
  .common-btn_01._decoration:hover .common-btn_01-arrow {
    transform: translateX(0px);
  }
}

.common-btn_01-svg {
  width: 169px;
  height: 56px;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.3));
}

@media screen and (max-width: 767px) {
  .common-btn_01-svg {
    width: clamp(84.5px, 35.20833vw, 169px);
    height: clamp(28px, 11.66667vw, 56px);
  }
}

.common-btn_01-text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: fit-content;
  height: fit-content;
  gap: 10px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .common-btn_01-text {
    gap: clamp(5px, 2.08333vw, 10px);
    font-size: clamp(9px, 3.75vw, 18px);
  }
}

.common-btn_01-arrow {
  width: 24px;
  height: 5px;
  transition: transform 0.3s ease;
}

@media screen and (max-width: 767px) {
  .common-btn_01-arrow {
    width: clamp(12px, 5vw, 24px);
    height: clamp(2.5px, 1.04167vw, 5px);
  }
}

.common-link_box {
  display: flex;
  gap: 60px;
}

@media screen and (max-width: 767px) {
  .common-link_box {
    flex-direction: column;
    gap: clamp(20px, 8.33333vw, 40px);
  }
}

.common-link_box-link:hover .common-btn_01-arrow {
  transform: translateX(10px);
}

.common-link_box-link:hover .home-content-inner-message-content-title {
  opacity: 0.7;
}

.common-link_box-link:hover .home-content-inner-message-content-text {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .common-link_box-link:hover .common-btn_01-arrow {
    transform: translateX(0px);
  }
  .common-link_box-link:hover .home-content-inner-message-content-title {
    opacity: 1;
  }
  .common-link_box-link:hover .home-content-inner-message-content-text {
    opacity: 1;
  }
}

.common-link_box-img {
  width: 100%;
  height: auto;
  aspect-ratio: 570 / 322;
  object-fit: cover;
  object-position: center;
}

.common-link_box-img-wrapper {
  position: relative;
  width: 100%;
}

.common-link_box-img-decoration {
  position: absolute;
  bottom: 18px;
  right: 23px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .common-link_box-img-decoration {
    bottom: clamp(9px, 3.75vw, 18px);
    right: clamp(11.5px, 4.79167vw, 23px);
  }
}

.common-link_box-title {
  margin-top: 20px;
  font-size: 2.4rem;
  font-weight: 600;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 10px;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 767px) {
  .common-link_box-title {
    margin-top: clamp(10px, 4.16667vw, 20px);
    font-size: clamp(10px, 4.16667vw, 20px);
  }
}

.common-link_box-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #000000;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 767px) {
  .common-link_box-text {
    font-size: clamp(8px, 3.33333vw, 16px);
  }
}

.common-hero {
  position: relative;
  width: 100%;
  height: 300px;
}

@media screen and (max-width: 767px) {
  .common-hero {
    height: clamp(100px, 41.66667vw, 200px);
  }
}

.common-hero-top-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.common-hero-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.common-hero-title-en {
  font-family: "Rubik", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  color: #233F74;
}

@media screen and (max-width: 767px) {
  .common-hero-title-en {
    font-size: clamp(18px, 7.5vw, 36px);
  }
}

.common-hero-title-ja {
  font-size: 2.0rem;
  font-weight: 700;
  color: #233F74;
}

@media screen and (max-width: 767px) {
  .common-hero-title-ja {
    font-size: clamp(10px, 4.16667vw, 20px);
  }
}

.common-employee_link {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .common-employee_link {
    margin-top: clamp(20px, 8.33333vw, 40px);
  }
}

.common-employee_link-link {
  display: flex;
  gap: 5px;
  width: calc(50% - 5px);
  background-color: #F6F5F5;
  transition: opacity 0.3s ease;
}

.common-employee_link-link:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .common-employee_link-link {
    width: 100%;
  }
  .common-employee_link-link:hover {
    opacity: 1;
  }
}

.common-employee_link-link-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
}

.common-employee_link-link-img-wrapper {
  width: calc(200 / 545 * 100%);
}

.common-employee_link-link-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(340 / 545 * 100%);
  padding: 20px 15px 20px 0;
}

@media screen and (max-width: 767px) {
  .common-employee_link-link-content {
    padding: clamp(10px, 4.16667vw, 20px) clamp(7.5px, 3.125vw, 15px) clamp(10px, 4.16667vw, 20px) 0;
  }
}

.common-employee_link-link-content-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 180px;
  margin-bottom: 20px;
  background-color: #000000;
  padding: 10px 15px;
  clip-path: polygon(0% 0%, 100% 0%, 96% 100%, 0% 100%);
}

@media screen and (max-width: 767px) {
  .common-employee_link-link-content-icon {
    max-width: clamp(90px, 37.5vw, 180px);
    margin-bottom: clamp(10px, 4.16667vw, 20px);
    padding: clamp(5px, 2.08333vw, 10px) clamp(7.5px, 3.125vw, 15px);
  }
}

.common-employee_link-link-content-icon-text {
  font-family: "Rubik", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .common-employee_link-link-content-icon-text {
    font-size: clamp(8px, 3.33333vw, 16px);
  }
}

.common-employee_link-link-content-icon-bar {
  width: 45px;
  height: 1px;
  border-bottom: 2px solid #FFFFFF;
}

@media screen and (max-width: 767px) {
  .common-employee_link-link-content-icon-bar {
    width: clamp(22.5px, 9.375vw, 45px);
  }
}

.common-employee_link-link-content-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #4DA887;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .common-employee_link-link-content-title {
    font-size: clamp(12px, 5vw, 24px);
    margin-bottom: clamp(5px, 2.08333vw, 10px);
  }
}

.common-employee_link-link-content-name {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000000;
  line-height: 1.9;
}

@media screen and (max-width: 767px) {
  .common-employee_link-link-content-name {
    font-size: clamp(9px, 3.75vw, 18px);
  }
}

.common-group_content {
  position: relative;
  display: flex;
  gap: 20px;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .common-group_content {
    gap: clamp(10px, 4.16667vw, 20px);
    margin-bottom: clamp(30px, 12.5vw, 60px);
  }
}

.common-group_content._reverse {
  flex-direction: row-reverse;
}

.common-group_content._reverse .common-group_content-num {
  left: auto;
  right: clamp(25px, 10.41667vw, 50px);
}

@media screen and (max-width: 767px) {
  .common-group_content._reverse .common-group_content-img {
    justify-content: flex-start;
  }
}

.common-group_content._link {
  transition: opacity 0.3s ease;
}

.common-group_content._link:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .common-group_content._link:hover {
    opacity: 1;
  }
}

.common-group_content-num {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Rubik", sans-serif;
  font-size: 62rem;
  font-weight: 400;
  color: rgba(35, 63, 116, 0.04);
  line-height: 0.75;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .common-group_content-num {
    display: none;
  }
}

.common-group_content-text {
  position: relative;
  width: calc(600 / 1100 * 100%);
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .common-group_content-text {
    width: calc(290 / 460 * 100%);
  }
}

.common-group_content-text-icon {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  max-width: 208px;
  background-color: #000000;
  padding: 16px 24px;
  clip-path: polygon(0% 0%, 100% 0%, 96% 100%, 0% 100%);
}

@media screen and (max-width: 767px) {
  .common-group_content-text-icon {
    gap: clamp(6px, 2.5vw, 12px);
    margin-bottom: clamp(14px, 5.83333vw, 28px);
    max-width: clamp(104px, 43.33333vw, 208px);
    padding: clamp(8px, 3.33333vw, 16px) clamp(12px, 5vw, 24px);
  }
}

.common-group_content-text-icon-text {
  font-family: "Rubik", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .common-group_content-text-icon-text {
    font-size: clamp(8px, 3.33333vw, 16px);
  }
}

.common-group_content-text-icon-bar {
  width: 50px;
  height: 1px;
  border-bottom: 2px solid #FFFFFF;
}

@media screen and (max-width: 767px) {
  .common-group_content-text-icon-bar {
    width: clamp(25px, 10.41667vw, 50px);
  }
}

.common-group_content-text-title {
  font-size: 4.0rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 80px;
  color: #4DA887;
  text-shadow: 0px 4px 4px 0px #0000000D;
}

@media screen and (max-width: 767px) {
  .common-group_content-text-title {
    font-size: clamp(12px, 5vw, 24px);
    margin-bottom: clamp(20px, 8.33333vw, 40px);
  }
}

.common-group_content-text-member {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000000;
  line-height: 1.9;
}

@media screen and (max-width: 767px) {
  .common-group_content-text-member {
    font-size: clamp(8px, 3.33333vw, 16px);
  }
}

.common-group_content-img {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: calc(520 / 1100 * 100%);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .common-group_content-img {
    width: calc(150 / 460 * 100%);
  }
}

.common-group_content-img-img {
  display: block;
  width: calc(583 / 520 * 100%);
  max-width: calc(583 / 520 * 100%);
  height: auto;
  aspect-ratio: 583 / 443;
  clip-path: polygon(0% 0%, 100% 0%, 89% 100%, 0% 100%);
}

@media screen and (max-width: 767px) {
  .common-group_content-img-img {
    margin-top: clamp(30px, 12.5vw, 60px);
    width: calc(207 / 150 * 100%);
    max-width: calc(207 / 150 * 100%);
    clip-path: polygon(11% 0%, 100% 0%, 89% 100%, 0% 100%);
  }
}

.home-hero {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1920 / 878;
}

@media screen and (max-width: 767px) {
  .home-hero {
    aspect-ratio: 480 / 530;
  }
}

.home-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-hero-img._sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .home-hero-img._sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .home-hero-img {
    display: none;
  }
}

.home-hero-title {
  position: absolute;
  top: 40%;
  left: 55px;
  transform: translateY(-50%);
  font-size: 8.0rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.2;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .home-hero-title {
    font-size: 5.0rem;
  }
}

@media screen and (max-width: 767px) {
  .home-hero-title {
    font-size: clamp(18px, 7.5vw, 36px);
    top: 50%;
    left: clamp(9px, 3.75vw, 18px);
  }
}

.home-content {
  position: relative;
  width: 100%;
  padding: 160px 20px 100px;
}

@media screen and (max-width: 767px) {
  .home-content {
    padding: clamp(50px, 20.83333vw, 100px) clamp(10px, 4.16667vw, 20px);
  }
}

.home-content-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 56.6666%;
  height: 100%;
  z-index: -1;
  clip-path: polygon(40% 0%, 100% 0%, 100% 100%, 0% 100%);
  background-color: rgba(77, 168, 135, 0.1);
}

@media screen and (max-width: 767px) {
  .home-content-bg {
    display: none;
  }
}

.home-content-inner {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 1;
}

.home-content-inner-intro {
  display: flex;
  gap: 60px;
  margin-bottom: 140px;
}

@media screen and (max-width: 767px) {
  .home-content-inner-intro {
    flex-direction: column;
    gap: clamp(20px, 8.33333vw, 40px);
    margin-bottom: clamp(30px, 12.5vw, 60px);
  }
}

.home-content-inner-intro-img {
  width: 100%;
  height: auto;
  aspect-ratio: 427 / 295;
  object-fit: contain;
  object-position: center;
}

.home-content-inner-intro-img-wrapper {
  width: 35%;
}

@media screen and (max-width: 767px) {
  .home-content-inner-intro-img-wrapper {
    width: 100%;
  }
}

.home-content-inner-intro-content {
  width: 59%;
}

@media screen and (max-width: 767px) {
  .home-content-inner-intro-content {
    width: 100%;
  }
}

.home-content-inner-intro-content-title {
  font-size: 3.0rem;
  font-weight: 600;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .home-content-inner-intro-content-title {
    font-size: clamp(11px, 4.58333vw, 22px);
  }
}

.home-content-inner-intro-content-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .home-content-inner-intro-content-text {
    font-size: clamp(8px, 3.33333vw, 16px);
  }
}

.home-content-inner-message {
  margin-bottom: 140px;
}

@media screen and (max-width: 767px) {
  .home-content-inner-message {
    margin-bottom: clamp(30px, 12.5vw, 60px);
  }
}

.home-content-inner-interview {
  margin-bottom: 140px;
}

@media screen and (max-width: 767px) {
  .home-content-inner-interview {
    margin-bottom: clamp(30px, 12.5vw, 60px);
  }
}

.home-content-inner-interview-item {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .home-content-inner-interview-item {
    flex-direction: column;
    gap: clamp(15px, 6.25vw, 30px);
    margin-bottom: clamp(20px, 8.33333vw, 40px);
  }
}

.home-content-inner-interview-item._reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .home-content-inner-interview-item._reverse {
    flex-direction: column;
  }
}

.home-content-inner-interview-item-img {
  display: block;
  width: 100%;
  max-width: 511px;
  height: auto;
  aspect-ratio: 511 / 300;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .home-content-inner-interview-item-img {
    max-width: 100%;
  }
}

.home-content-inner-interview-item-img-wrapper {
  position: relative;
  width: 50%;
  height: fit-content;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .home-content-inner-interview-item-img-wrapper {
    width: 100%;
  }
}

.home-content-inner-interview-item-img-wrapper::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-color: #4DA887;
  z-index: -1;
}

.home-content-inner-interview-item-content {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .home-content-inner-interview-item-content {
    width: 100%;
  }
}

.home-content-inner-interview-item-content-title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .home-content-inner-interview-item-content-title {
    font-size: clamp(12px, 5vw, 24px);
    margin-bottom: clamp(5px, 2.08333vw, 10px);
  }
}

.home-content-inner-interview-item-content-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .home-content-inner-interview-item-content-text {
    font-size: clamp(8px, 3.33333vw, 16px);
  }
}

.home-content-inner-interview-item-content-btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .home-content-inner-interview-item-content-btn {
    margin-top: clamp(10px, 4.16667vw, 20px);
  }
}

.home-content-inner-inforgraphic {
  margin-bottom: 140px;
}

@media screen and (max-width: 767px) {
  .home-content-inner-inforgraphic {
    margin-bottom: clamp(30px, 12.5vw, 60px);
  }
}

.home-content-inner-inforgraphic-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 50px;
  background-color: rgba(35, 63, 116, 0.3);
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .home-content-inner-inforgraphic-content {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(10px, 4.16667vw, 20px);
    padding: clamp(10px, 4.16667vw, 20px);
  }
}

.home-content-inner-inforgraphic-content-item {
  width: 100%;
}

.home-content-inner-inforgraphic-content-item-img {
  width: 100%;
  height: auto;
  aspect-ratio: 320 / 320;
}

.single {
  padding: 160px 20px 100px;
}

@media screen and (max-width: 767px) {
  .single {
    padding: clamp(30px, 12.5vw, 60px) clamp(10px, 4.16667vw, 20px) clamp(30px, 12.5vw, 60px);
  }
}

.single-content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.single-content-top {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .single-content-top {
    margin-bottom: clamp(30px, 12.5vw, 60px);
  }
}

.single-content-top-content {
  position: relative;
  display: flex;
  gap: 20px;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .single-content-top-content {
    gap: clamp(10px, 4.16667vw, 20px);
    margin-bottom: clamp(30px, 12.5vw, 60px);
  }
}

.single-content-top-content._reverse {
  flex-direction: row-reverse;
}

.single-content-top-content._reverse .single-content-top-content-num {
  left: auto;
  right: 0;
}

@media screen and (max-width: 767px) {
  .single-content-top-content._reverse .single-content-top-content-img {
    justify-content: flex-start;
  }
}

.single-content-top-content-num {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Rubik", sans-serif;
  font-size: 62rem;
  font-weight: 400;
  color: rgba(35, 63, 116, 0.04);
  line-height: 0.75;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .single-content-top-content-num {
    display: none;
  }
}

.single-content-top-content-text {
  position: relative;
  width: calc(600 / 1100 * 100%);
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .single-content-top-content-text {
    width: calc(290 / 460 * 100%);
  }
}

.single-content-top-content-text-icon {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  max-width: 208px;
  background-color: #000000;
  padding: 16px 24px;
  clip-path: polygon(0% 0%, 100% 0%, 96% 100%, 0% 100%);
}

@media screen and (max-width: 767px) {
  .single-content-top-content-text-icon {
    gap: clamp(6px, 2.5vw, 12px);
    margin-bottom: clamp(14px, 5.83333vw, 28px);
    max-width: clamp(104px, 43.33333vw, 208px);
    padding: clamp(8px, 3.33333vw, 16px) clamp(12px, 5vw, 24px);
  }
}

.single-content-top-content-text-icon-text {
  font-family: "Rubik", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .single-content-top-content-text-icon-text {
    font-size: clamp(8px, 3.33333vw, 16px);
  }
}

.single-content-top-content-text-icon-bar {
  width: 50px;
  height: 1px;
  border-bottom: 2px solid #FFFFFF;
}

@media screen and (max-width: 767px) {
  .single-content-top-content-text-icon-bar {
    width: clamp(25px, 10.41667vw, 50px);
  }
}

.single-content-top-content-text-title {
  font-size: 4.0rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 80px;
  color: #4DA887;
  text-shadow: 0px 4px 4px 0px #0000000D;
}

@media screen and (max-width: 767px) {
  .single-content-top-content-text-title {
    font-size: clamp(12px, 5vw, 24px);
    margin-bottom: clamp(20px, 8.33333vw, 40px);
  }
}

.single-content-top-content-img {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: calc(520 / 1100 * 100%);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .single-content-top-content-img {
    width: calc(150 / 460 * 100%);
  }
}

.single-content-top-content-img-img {
  display: block;
  width: calc(583 / 520 * 100%);
  max-width: calc(583 / 520 * 100%);
  height: auto;
  aspect-ratio: 583 / 443;
  clip-path: polygon(0% 0%, 100% 0%, 89% 100%, 0% 100%);
}

@media screen and (max-width: 767px) {
  .single-content-top-content-img-img {
    margin-top: clamp(30px, 12.5vw, 60px);
    width: calc(207 / 150 * 100%);
    max-width: calc(207 / 150 * 100%);
    clip-path: polygon(11% 0%, 100% 0%, 89% 100%, 0% 100%);
  }
}

.single-content-top-text {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .single-content-top-text {
    margin-bottom: clamp(20px, 8.33333vw, 40px);
  }
}

.single-content-top-text._p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000000;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .single-content-top-text._p {
    font-size: clamp(8px, 3.33333vw, 16px);
  }
}

.single-content-top-text._h3 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #4DA887;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .single-content-top-text._h3 {
    font-size: clamp(12px, 5vw, 24px);
  }
}

.single-content-top-member {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px;
  border-radius: 10px;
  background-color: #F1F4FF;
}

@media screen and (max-width: 767px) {
  .single-content-top-member {
    gap: clamp(20px, 8.33333vw, 40px);
    padding: clamp(20px, 8.33333vw, 40px) clamp(10px, 4.16667vw, 20px);
  }
}

.single-content-top-member-item {
  display: flex;
  gap: 50px;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .single-content-top-member-item {
    flex-direction: column;
    gap: clamp(10px, 4.16667vw, 20px);
  }
}

.single-content-top-member-item-img {
  width: 127px;
  height: auto;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}

.single-content-top-member-item-content-name {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000000;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .single-content-top-member-item-content-name {
    font-size: clamp(8px, 3.33333vw, 16px);
  }
}

.single-content-top-member-item-content-text {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000000;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .single-content-top-member-item-content-text {
    font-size: clamp(8px, 3.33333vw, 16px);
  }
}

.single-content-main {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .single-content-main {
    margin-bottom: clamp(30px, 12.5vw, 60px);
  }
}

.single-content-main p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000000;
  line-height: 2;
  margin-bottom: 20px;
}

.single-content-main p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .single-content-main p {
    font-size: clamp(8px, 3.33333vw, 16px);
    margin-bottom: clamp(10px, 4.16667vw, 20px);
  }
  .single-content-main p:last-child {
    margin-bottom: 0;
  }
}

.single-content-main h2 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #4DA887;
  line-height: 1.5;
  margin-top: 100px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .single-content-main h2 {
    font-size: clamp(12px, 5vw, 24px);
    margin-top: clamp(30px, 12.5vw, 60px);
    margin-bottom: clamp(15px, 6.25vw, 30px);
  }
}

.single-content-main h3 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #4DA887;
  line-height: 1.5;
  margin-top: 100px;
  margin-bottom: 20px;
}

.single-content-main h3:has(+ h4) {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .single-content-main h3 {
    font-size: clamp(12px, 5vw, 24px);
    margin-top: clamp(30px, 12.5vw, 60px);
    margin-bottom: clamp(10px, 4.16667vw, 20px);
  }
  .single-content-main h3:has(+ h4) {
    margin-bottom: 0;
  }
}

.single-content-main h4 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #4DA887;
  line-height: 1.2;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .single-content-main h4 {
    font-size: clamp(10px, 4.16667vw, 20px);
    margin-bottom: clamp(0px, 0vw, 0px);
  }
}

.single-content-main h5 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #233F74;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .single-content-main h5 {
    font-size: clamp(8px, 3.33333vw, 16px);
  }
}

.single-content-main figure {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .single-content-main figure {
    margin-top: clamp(30px, 12.5vw, 60px);
  }
}

.single-content-main figure:last-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .single-content-main figure:last-child {
    margin-top: 0;
  }
}

.single-content-main figure img {
  width: 100%;
}

.single-content-main figure.block-visibility-hide-small-screen {
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .single-content-main figure.block-visibility-hide-small-screen {
    margin-top: 0 !important;
  }
}

.single-content-main .wp-block-columns {
  align-items: center !important;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .single-content-main .wp-block-columns {
    margin-bottom: clamp(20px, 8.33333vw, 40px);
    flex-direction: column;
  }
  .single-content-main .wp-block-columns:has(.wp-block-column:first-child[style*="flex-basis:66.66%"]) .wp-block-column:first-child {
    order: 2;
  }
  .single-content-main .wp-block-columns:has(.wp-block-column:first-child[style*="flex-basis:66.66%"]) .wp-block-column:last-child {
    order: 1;
  }
}

.archive {
  padding: 160px 20px 100px;
}

@media screen and (max-width: 767px) {
  .archive {
    padding: clamp(30px, 12.5vw, 60px) clamp(10px, 4.16667vw, 20px) clamp(30px, 12.5vw, 60px);
  }
}

.archive-content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.privacy_policy-inner {
  width: 100%;
  padding: 0 clamp(13px, 5.41667vw, 26px) clamp(50px, 20.83333vw, 100px);
}

@media screen and (max-width: 1023px) {
  .privacy_policy-inner {
    padding: 0 17.33333px 66.66667px;
  }
}

.privacy_policy-inner-title {
  margin-bottom: clamp(22px, 9.16667vw, 44px);
  font-size: clamp(22px, 9.16667vw, 44px);
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .privacy_policy-inner-title {
    font-size: 29.33333px;
  }
}

.privacy_policy-inner-text {
  margin-bottom: clamp(20px, 8.33333vw, 40px);
  font-size: clamp(15px, 6.25vw, 30px);
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  .privacy_policy-inner-text {
    font-size: 20px;
  }
}

.privacy_policy-inner-text._center {
  text-align: center;
}

.privacy_policy-inner-head {
  display: block;
  width: 100%;
  padding-bottom: clamp(16px, 6.66667vw, 32px);
  margin-top: clamp(70px, 29.16667vw, 140px);
  margin-bottom: clamp(18px, 7.5vw, 36px);
  font-size: clamp(22px, 9.16667vw, 44px);
  font-weight: 700;
  border-bottom: solid 1px #000000;
}

@media screen and (max-width: 1023px) {
  .privacy_policy-inner-head {
    padding-bottom: 21.33333px;
    margin-top: 93.33333px;
    margin-bottom: 24px;
    font-size: 29.33333px;
  }
}

.privacy_policy-inner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 3.33333vw, 16px);
  width: clamp(300px, 125vw, 600px);
  height: clamp(50px, 20.83333vw, 100px);
  margin: 0 auto;
  border-radius: clamp(7.5px, 3.125vw, 15px);
  font-size: clamp(18px, 7.5vw, 36px);
  font-weight: 700;
  color: #FFFFFF;
  background-color: #233F74;
  border: 3px solid #233F74;
  transition: background-color 0.3s ease, color 0.3s ease;
}

@media screen and (max-width: 1023px) {
  .privacy_policy-inner-btn {
    gap: 10.66667px;
    width: 400px;
    height: 66.66667px;
    border-radius: 10px;
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .privacy_policy-inner-btn:hover {
    background-color: #FFFFFF;
    color: #233F74;
  }
  .privacy_policy-inner-btn:hover .privacy_policy-inner-btn-img {
    fill: #233F74;
  }
}

.privacy_policy-inner-btn._phone {
  margin-top: clamp(30px, 12.5vw, 60px);
  margin-bottom: clamp(15px, 6.25vw, 30px);
}

@media screen and (max-width: 1023px) {
  .privacy_policy-inner-btn._phone {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.privacy_policy-inner-btn-img {
  width: clamp(20px, 8.33333vw, 40px);
  height: clamp(20px, 8.33333vw, 40px);
  object-fit: contain;
  object-position: center;
  fill: #FFFFFF;
  transition: fill 0.3s ease;
}

@media screen and (max-width: 1023px) {
  .privacy_policy-inner-btn-img {
    width: 26.66667px;
    height: 26.66667px;
  }
}

.guidelines {
  margin-bottom: clamp(60px, 25vw, 120px);
}

@media screen and (max-width: 1023px) {
  .guidelines {
    margin-bottom: 80px;
  }
}

.guidelines-inner {
  width: 100%;
  padding: 0 clamp(13px, 5.41667vw, 26px);
}

@media screen and (max-width: 1023px) {
  .guidelines-inner {
    padding: 0 17.33333px;
  }
}

.guidelines-top {
  position: relative;
  width: clamp(325px, 135.41667vw, 650px);
  padding: clamp(40px, 16.66667vw, 80px) 0;
  margin: 0 auto clamp(40px, 16.66667vw, 80px);
  border-radius: clamp(10px, 4.16667vw, 20px);
  border: solid clamp(2.5px, 1.04167vw, 5px) #4DA887;
}

@media screen and (max-width: 1023px) {
  .guidelines-top {
    width: 433.33333px;
    padding: 53.33333px 0;
    margin: 0 auto 53.33333px;
    border-radius: 13.33333px;
    border: solid 3.33333px #4DA887;
  }
}

.guidelines-top-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-50% - clamp(2.5px, 1.04167vw, 5px)));
  display: block;
  width: fit-content;
  padding: 0 clamp(14px, 5.83333vw, 28px);
  background-color: #FFFFFF;
  font-size: clamp(22px, 9.16667vw, 44px);
  font-weight: 700;
  color: #4DA887;
  word-break: keep-all;
}

@media screen and (max-width: 1023px) {
  .guidelines-top-title {
    transform: translate(-50%, calc(-50% - 3.33333px));
    padding: 0 18.66667px;
    font-size: 29.33333px;
  }
}

.guidelines-top-text {
  font-size: clamp(19px, 7.91667vw, 38px);
  font-weight: 700;
  text-align: center;
  color: #4DA887;
}

@media screen and (max-width: 1023px) {
  .guidelines-top-text {
    font-size: 25.33333px;
  }
}

.guidelines-head {
  display: block;
  width: 100%;
  padding: clamp(10px, 4.16667vw, 20px) clamp(14px, 5.83333vw, 28px);
  margin-top: clamp(50px, 20.83333vw, 100px);
  margin-bottom: clamp(18px, 7.5vw, 36px);
  font-size: clamp(22px, 9.16667vw, 44px);
  font-weight: 700;
  color: #4DA887;
  background-color: #4DA887;
}

@media screen and (max-width: 1023px) {
  .guidelines-head {
    padding: 13.33333px 18.66667px;
    margin-top: 66.66667px;
    margin-bottom: 24px;
    font-size: 29.33333px;
  }
}

.guidelines-text {
  margin-bottom: clamp(18px, 7.5vw, 36px);
  font-size: clamp(15px, 6.25vw, 30px);
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  .guidelines-text {
    margin-bottom: 24px;
    font-size: 20px;
  }
}

.guidelines-list {
  counter-reset: list-counter;
  font-size: clamp(15px, 6.25vw, 30px);
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  .guidelines-list {
    font-size: 20px;
  }
}

.guidelines-list._dot > li.guidelines-list-item {
  position: relative;
  padding-left: clamp(15px, 6.25vw, 30px);
  display: block;
}

@media screen and (max-width: 1023px) {
  .guidelines-list._dot > li.guidelines-list-item {
    padding-left: 20px;
  }
}

.guidelines-list._dot > li.guidelines-list-item:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.guidelines-list._num > li.guidelines-list-item {
  position: relative;
  counter-increment: list-counter;
  padding-left: clamp(25px, 10.41667vw, 50px);
  display: block;
}

.guidelines-list._num > li.guidelines-list-item:before {
  content: counter(list-counter);
  position: absolute;
  top: clamp(1.5px, 0.625vw, 3px);
  left: clamp(4.5px, 1.875vw, 9px);
  font-size: clamp(12px, 5vw, 24px);
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .guidelines-list._num > li.guidelines-list-item:before {
    top: 1.33333px;
    font-size: 16px;
  }
}

.guidelines-list._num > li.guidelines-list-item:after {
  content: "";
  position: absolute;
  top: clamp(3.5px, 1.45833vw, 7px);
  left: 0;
  width: clamp(14px, 5.83333vw, 28px);
  height: clamp(14px, 5.83333vw, 28px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: solid 1px #000000;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .guidelines-list._num > li.guidelines-list-item:after {
    width: 18.66667px;
    height: 18.66667px;
  }
}

.guidelines-list-item {
  font-size: clamp(15px, 6.25vw, 30px);
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  .guidelines-list-item {
    font-size: 20px;
  }
}

.guidelines-contact {
  display: block;
  width: 100%;
  padding-bottom: clamp(10px, 4.16667vw, 20px);
  margin-top: clamp(50px, 20.83333vw, 100px);
  margin-bottom: clamp(18px, 7.5vw, 36px);
  font-size: clamp(18px, 7.5vw, 36px);
  font-weight: 700;
  border-bottom: solid 1px #000000;
}

@media screen and (max-width: 1023px) {
  .guidelines-contact {
    padding-bottom: 13.33333px;
    margin-top: 66.66667px;
    margin-bottom: 24px;
    font-size: 20px;
  }
}

.guidelines-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 3.33333vw, 16px);
  width: clamp(300px, 125vw, 600px);
  height: clamp(50px, 20.83333vw, 100px);
  margin: 0 auto;
  border-radius: clamp(7.5px, 3.125vw, 15px);
  font-size: clamp(18px, 7.5vw, 36px);
  font-weight: 700;
  color: #FFFFFF;
  background-color: #233F74;
  border: 3px solid #233F74;
  transition: background-color 0.3s ease, color 0.3s ease;
}

@media screen and (max-width: 1023px) {
  .guidelines-btn {
    gap: 10.66667px;
    width: 400px;
    height: 66.66667px;
    border-radius: 10px;
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .guidelines-btn:hover {
    background-color: #FFFFFF;
    color: #233F74;
  }
  .guidelines-btn:hover .privacy_policy-inner-btn-img {
    fill: #233F74;
  }
}

.guidelines-btn._phone {
  margin-top: clamp(30px, 12.5vw, 60px);
  margin-bottom: clamp(15px, 6.25vw, 30px);
}

@media screen and (max-width: 1023px) {
  .guidelines-btn._phone {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.guidelines-btn-img {
  width: clamp(20px, 8.33333vw, 40px);
  height: clamp(20px, 8.33333vw, 40px);
  object-fit: contain;
  object-position: center;
  fill: #FFFFFF;
  transition: fill 0.3s ease;
}

@media screen and (max-width: 1023px) {
  .guidelines-btn-img {
    width: 26.66667px;
    height: 26.66667px;
  }
}

.consult-img {
  display: block;
  width: 100%;
  height: auto;
}

.consult-top {
  padding: clamp(30px, 12.5vw, 60px) 0 clamp(50px, 20.83333vw, 100px);
}

@media screen and (max-width: 1023px) {
  .consult-top {
    padding: 40px 0 66.66667px;
  }
}

.consult-top-title {
  position: relative;
  width: clamp(234.5px, 97.70833vw, 469px);
  height: clamp(119px, 49.58333vw, 238px);
  margin: 0 auto clamp(16px, 6.66667vw, 32px);
}

@media screen and (max-width: 1023px) {
  .consult-top-title {
    width: 312.66667px;
    height: 158.66667px;
    margin: 0 auto 21.33333px;
  }
}

.consult-top-title-bg {
  display: block;
  width: 100%;
  height: 100%;
}

.consult-top-title-text {
  display: block;
  width: 100%;
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(20px, 8.33333vw, 40px);
  font-weight: 700;
  text-align: center;
  color: #4DA887;
}

@media screen and (max-width: 1023px) {
  .consult-top-title-text {
    font-size: 26.66667px;
  }
}

.consult-top-text {
  font-size: clamp(15px, 6.25vw, 30px);
  font-weight: 500;
  text-align: center;
  color: #000000;
}

@media screen and (max-width: 1023px) {
  .consult-top-text {
    font-size: 20px;
  }
}

.consult-bottom {
  padding: clamp(46px, 19.16667vw, 92px) clamp(48px, 20vw, 96px) clamp(38px, 15.83333vw, 76px);
  background-color: #4DA887;
}

@media screen and (max-width: 1023px) {
  .consult-bottom {
    padding: 61.33333px 64px 50.66667px 50.66667px;
  }
}

.consult-bottom-line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(8px, 3.33333vw, 16px);
  width: 100%;
  height: clamp(60px, 25vw, 120px);
  margin-bottom: clamp(24px, 10vw, 48px);
  background-color: #06c755;
  border-radius: clamp(10px, 4.16667vw, 20px);
  font-size: clamp(20px, 8.33333vw, 40px);
  font-weight: 700;
  color: #FFFFFF;
  border: 2px solid #06c755;
  transition: background-color 0.3s ease, color 0.3s ease;
}

@media screen and (max-width: 1023px) {
  .consult-bottom-line {
    gap: 10.66667px;
    height: 80px;
    margin-bottom: 32px;
    border-radius: 13.33333px;
    font-size: 26.66667px;
  }
}

@media screen and (min-width: 1024px) {
  .consult-bottom-line:hover {
    background-color: #FFFFFF;
    color: #06c755;
  }
  .consult-bottom-line:hover .consult-bottom-line-img_hover {
    opacity: 1;
  }
  .consult-bottom-line:hover .consult-bottom-line-img {
    opacity: 0;
  }
}

.consult-bottom-line-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: opacity 0.3s ease;
}

.consult-bottom-line-img-wrapper {
  position: relative;
  width: size(55);
  height: size(55);
}

@media screen and (max-width: 1023px) {
  .consult-bottom-line-img-wrapper {
    width: 36.66667px;
    height: 36.66667px;
  }
}

.consult-bottom-line-img_hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.consult-bottom-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: clamp(60px, 25vw, 120px);
  margin-bottom: clamp(36px, 15vw, 72px);
  background-color: #4DA887;
  border-radius: clamp(10px, 4.16667vw, 20px);
  font-size: clamp(20px, 8.33333vw, 40px);
  font-weight: 700;
  line-height: 1.3;
  color: #FFFFFF;
  border: 2px solid #4DA887;
  transition: background-color 0.3s ease;
}

@media screen and (max-width: 1023px) {
  .consult-bottom-phone {
    height: 80px;
    margin-bottom: 48px;
    border-radius: 13.33333px;
    font-size: 26.66667px;
  }
}

@media screen and (min-width: 1024px) {
  .consult-bottom-phone:hover {
    background-color: #FFFFFF;
  }
  .consult-bottom-phone:hover .consult-bottom-phone-num {
    color: #4DA887;
  }
  .consult-bottom-phone:hover .consult-bottom-phone-text {
    color: #4DA887;
  }
}

.consult-bottom-phone-num {
  font-size: clamp(20px, 8.33333vw, 40px);
  font-weight: 700;
  color: #FFFFFF;
  transition: color 0.3s ease;
}

@media screen and (max-width: 1023px) {
  .consult-bottom-phone-num {
    font-size: 26.66667px;
  }
}

.consult-bottom-phone-text {
  font-size: clamp(13px, 5.41667vw, 26px);
  font-weight: 500;
  color: #FFFFFF;
  transition: color 0.3s ease;
}

@media screen and (max-width: 1023px) {
  .consult-bottom-phone-text {
    font-size: 17.33333px;
  }
}

.consult-bottom-info {
  width: fit-content;
  margin: 0 auto;
}

.consult-bottom-info-head {
  display: block;
  margin: 0 auto clamp(4px, 1.66667vw, 8px);
  padding-bottom: clamp(2px, 0.83333vw, 4px);
  border-bottom: 1px solid #233F74;
  font-size: clamp(20px, 8.33333vw, 40px);
  font-weight: 700;
  color: #233F74;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .consult-bottom-info-head {
    font-size: 26.66667px;
  }
}

.consult-bottom-info-text {
  margin-bottom: clamp(12px, 5vw, 24px);
  font-size: clamp(13px, 5.41667vw, 26px);
  font-weight: 500;
  color: #233F74;
}

@media screen and (max-width: 1023px) {
  .consult-bottom-info-text {
    margin-bottom: 16px;
    font-size: 17.33333px;
  }
}

.consult-bottom-info-map {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(2px, 0.83333vw, 4px);
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .consult-bottom-info-map {
    gap: 2.66667px;
  }
}

@media screen and (min-width: 1024px) {
  .consult-bottom-info-map:hover {
    opacity: 0.6;
    transition: opacity 0.3s ease;
  }
}

.consult-bottom-info-map-img {
  display: block;
  width: clamp(20.5px, 8.54167vw, 41px);
  height: clamp(25.5px, 10.625vw, 51px);
}

@media screen and (max-width: 1023px) {
  .consult-bottom-info-map-img {
    width: 27.33333px;
    height: 34px;
  }
}

.consult-bottom-info-map-text {
  font-size: clamp(13px, 5.41667vw, 26px);
  font-weight: 500;
  color: #233F74;
}

@media screen and (max-width: 1023px) {
  .consult-bottom-info-map-text {
    font-size: 17.33333px;
  }
}

.consult-form-inner {
  width: 100%;
  padding: clamp(50px, 20.83333vw, 100px) clamp(37px, 15.41667vw, 74px) clamp(50px, 20.83333vw, 100px);
}

@media screen and (max-width: 1023px) {
  .consult-form-inner {
    padding: 66.66667px 49.33333px 66.66667px;
  }
}

.consult-form-inner._confirm {
  padding: 0 clamp(37px, 15.41667vw, 74px) clamp(50px, 20.83333vw, 100px);
}

@media screen and (max-width: 1023px) {
  .consult-form-inner._confirm {
    padding: 0 49.33333px 66.66667px;
  }
}

.consult-form-inner._complete {
  padding: 0 clamp(13px, 5.41667vw, 26px) clamp(50px, 20.83333vw, 100px);
}

@media screen and (max-width: 1023px) {
  .consult-form-inner._complete {
    padding: 0 17.33333px 66.66667px;
  }
}

.consult-form-text {
  margin-bottom: clamp(30px, 12.5vw, 60px);
  font-size: clamp(14px, 5.83333vw, 28px);
  font-weight: 500;
  color: #000000;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .consult-form-text {
    margin-bottom: 40px;
    font-size: 18.66667px;
  }
}

.consult-form-text:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .consult-form-text:last-child {
    margin-bottom: 0;
  }
}

.support-img {
  display: block;
  width: 100%;
  height: auto;
}

.support-howto-top {
  padding: clamp(40px, 16.66667vw, 80px) 0 clamp(50px, 20.83333vw, 100px);
}

@media screen and (max-width: 1023px) {
  .support-howto-top {
    padding: 53.33333px 0 66.66667px;
  }
}

.support-howto-top-title {
  margin-bottom: clamp(30px, 12.5vw, 60px);
  font-size: clamp(22px, 9.16667vw, 44px);
  font-weight: 700;
  color: #4DA887;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .support-howto-top-title {
    margin-bottom: 40px;
    font-size: 29.33333px;
  }
}

.support-howto-top-text {
  font-size: clamp(15px, 6.25vw, 30px);
  font-weight: 500;
  color: #000000;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .support-howto-top-text {
    font-size: 20px;
  }
}

.support-howto-bottom {
  position: relative;
  padding: clamp(40px, 16.66667vw, 80px) clamp(6px, 2.5vw, 12px) clamp(100px, 41.66667vw, 200px);
}

@media screen and (max-width: 1023px) {
  .support-howto-bottom {
    padding: 53.33333px 8px 133.33333px;
  }
}

.support-howto-bottom-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  z-index: -1;
}

.support-howto-bottom-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: clamp(14px, 5.83333vw, 28px);
}

@media screen and (max-width: 1023px) {
  .support-howto-bottom-inner {
    gap: 18.66667px;
  }
}

.support-howto-bottom-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: clamp(332px, 138.33333vw, 664px);
  height: clamp(327px, 136.25vw, 654px);
  padding-bottom: clamp(24px, 10vw, 48px);
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .support-howto-bottom-item {
    width: 442.66667px;
    height: 436px;
    padding-bottom: 32px;
  }
}

.support-howto-bottom-item:nth-child(even) {
  align-self: flex-end;
}

@media screen and (max-width: 1023px) {
  .support-howto-bottom-item:nth-child(even) {
    align-self: flex-end;
  }
}

.support-howto-bottom-item:nth-child(odd) {
  align-self: flex-start;
}

@media screen and (max-width: 1023px) {
  .support-howto-bottom-item:nth-child(odd) {
    align-self: flex-start;
  }
}

.support-howto-bottom-item:nth-child(1) {
  z-index: 1;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.5s ease, opacity 0.3s ease;
}

.support-howto-bottom-item:nth-child(1).active {
  opacity: 1;
  transform: translateX(0);
}

.support-howto-bottom-item:nth-child(1) .support-howto-bottom-item-img {
  width: clamp(155.5px, 64.79167vw, 311px);
  height: auto;
}

@media screen and (max-width: 1023px) {
  .support-howto-bottom-item:nth-child(1) .support-howto-bottom-item-img {
    width: 207.33333px;
  }
}

.support-howto-bottom-item:nth-child(1) .support-howto-bottom-item-mascot {
  position: absolute;
  top: 87%;
  left: 78%;
  width: clamp(91px, 37.91667vw, 182px);
  height: auto;
  z-index: -1;
}

@media screen and (max-width: 1023px) {
  .support-howto-bottom-item:nth-child(1) .support-howto-bottom-item-mascot {
    width: 121.33333px;
  }
}

.support-howto-bottom-item:nth-child(2) {
  z-index: 2;
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.5s ease, opacity 0.3s ease;
}

.support-howto-bottom-item:nth-child(2).active {
  opacity: 1;
  transform: translateX(0);
}

.support-howto-bottom-item:nth-child(2) .support-howto-bottom-item-img {
  width: clamp(142px, 59.16667vw, 284px);
  height: auto;
}

@media screen and (max-width: 1023px) {
  .support-howto-bottom-item:nth-child(2) .support-howto-bottom-item-img {
    width: 189.33333px;
  }
}

.support-howto-bottom-item:nth-child(2) .support-howto-bottom-item-mascot {
  position: absolute;
  top: 86%;
  right: 85%;
  width: clamp(81px, 33.75vw, 162px);
  height: auto;
  z-index: -1;
}

@media screen and (max-width: 1023px) {
  .support-howto-bottom-item:nth-child(2) .support-howto-bottom-item-mascot {
    width: 108px;
  }
}

.support-howto-bottom-item:nth-child(3) {
  z-index: 3;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.5s ease, opacity 0.3s ease;
}

.support-howto-bottom-item:nth-child(3).active {
  opacity: 1;
  transform: translateX(0);
}

.support-howto-bottom-item:nth-child(3) .support-howto-bottom-item-img {
  width: clamp(90px, 37.5vw, 180px);
  height: auto;
}

@media screen and (max-width: 1023px) {
  .support-howto-bottom-item:nth-child(3) .support-howto-bottom-item-img {
    width: 120px;
  }
}

.support-howto-bottom-item:nth-child(3) .support-howto-bottom-item-mascot {
  position: absolute;
  top: 89%;
  left: 78%;
  width: clamp(103.5px, 43.125vw, 207px);
  height: auto;
  z-index: -1;
}

@media screen and (max-width: 1023px) {
  .support-howto-bottom-item:nth-child(3) .support-howto-bottom-item-mascot {
    width: 138px;
  }
}

.support-howto-bottom-item:nth-child(4) {
  z-index: 2;
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.5s ease, opacity 0.3s ease;
}

.support-howto-bottom-item:nth-child(4).active {
  opacity: 1;
  transform: translateX(0);
}

.support-howto-bottom-item:nth-child(4) .support-howto-bottom-item-mascot {
  position: absolute;
  top: 85%;
  right: 83%;
  width: clamp(84.5px, 35.20833vw, 169px);
  height: auto;
  z-index: -1;
}

@media screen and (max-width: 1023px) {
  .support-howto-bottom-item:nth-child(4) .support-howto-bottom-item-mascot {
    width: 112.66667px;
  }
}

.support-howto-bottom-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.support-howto-bottom-item-num {
  font-size: clamp(40px, 16.66667vw, 80px);
  font-weight: 700;
  color: #4DA887;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .support-howto-bottom-item-num {
    font-size: 53.33333px;
  }
}

.support-howto-bottom-item-head {
  font-size: clamp(22px, 9.16667vw, 44px);
  font-weight: 700;
  color: #4DA887;
  text-align: center;
  margin-bottom: clamp(12px, 5vw, 24px);
}

@media screen and (max-width: 1023px) {
  .support-howto-bottom-item-head {
    font-size: 29.33333px;
    margin-bottom: 16px;
  }
}

.support-howto-bottom-item-text {
  margin-bottom: clamp(12px, 5vw, 24px);
  font-size: clamp(15px, 6.25vw, 30px);
  font-weight: 500;
  color: #000000;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .support-howto-bottom-item-text {
    margin-bottom: 16px;
    font-size: 20px;
  }
}

.support-howto-bottom-item-img {
  display: block;
  width: 100%;
  height: auto;
}

.support-howto-bottom-item-mascot {
  display: block;
  width: 100%;
  height: auto;
}

.support-howto-bottom-item-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(225px, 93.75vw, 450px);
  margin-top: clamp(20px, 8.33333vw, 40px);
  background-color: #4DA887;
  border-radius: 100vh;
  border: 3px solid #4DA887;
  transition: background-color 0.3s ease, color 0.3s ease;
}

@media screen and (max-width: 1023px) {
  .support-howto-bottom-item-btn {
    width: 300px;
    margin-top: 26.66667px;
  }
}

.support-howto-bottom-item-btn-text {
  font-size: clamp(14px, 5.83333vw, 28px);
  font-weight: 700;
  color: #000000;
}

@media screen and (max-width: 1023px) {
  .support-howto-bottom-item-btn-text {
    font-size: 18.66667px;
  }
}

.support-howto-bottom-item-btn-img {
  position: absolute;
  top: 50%;
  right: clamp(10px, 4.16667vw, 20px);
  transform: translateY(-50%);
  display: block;
  width: clamp(12px, 5vw, 24px);
  height: clamp(12px, 5vw, 24px);
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 1023px) {
  .support-howto-bottom-item-btn-img {
    width: 16px;
    height: 16px;
  }
}

.support-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.support-modal.active {
  opacity: 1;
  visibility: visible;
}

.support-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.support-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: clamp(350px, 145.83333vw, 700px);
  max-height: 90vh;
  background-color: #FFFFFF;
  border-radius: clamp(10px, 4.16667vw, 20px);
  padding: clamp(20px, 8.33333vw, 40px) clamp(20px, 8.33333vw, 40px) clamp(30px, 12.5vw, 60px);
  overflow-y: auto;
}

@media screen and (max-width: 1023px) {
  .support-modal-content {
    max-width: 466.66667px;
    border-radius: 13.33333px;
    padding: 26.66667px 26.66667px 40px;
  }
}

.support-modal-content::-webkit-scrollbar {
  width: clamp(4px, 1.66667vw, 8px);
}

@media screen and (max-width: 1023px) {
  .support-modal-content::-webkit-scrollbar {
    width: 5.33333px;
  }
}

.support-modal-content::-webkit-scrollbar-track {
  background: #4DA887;
  border-radius: clamp(2px, 0.83333vw, 4px);
}

@media screen and (max-width: 1023px) {
  .support-modal-content::-webkit-scrollbar-track {
    border-radius: 2.66667px;
  }
}

.support-modal-content::-webkit-scrollbar-thumb {
  background: #4DA887;
  border-radius: clamp(2px, 0.83333vw, 4px);
}

@media screen and (max-width: 1023px) {
  .support-modal-content::-webkit-scrollbar-thumb {
    border-radius: 2.66667px;
  }
}

.support-modal-content::-webkit-scrollbar-thumb:hover {
  background: #3d856b;
}

.support-modal-close {
  position: absolute;
  top: clamp(10px, 4.16667vw, 20px);
  right: clamp(10px, 4.16667vw, 20px);
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(2px, 0.83333vw, 4px);
  align-items: center;
}

@media screen and (max-width: 1023px) {
  .support-modal-close {
    gap: 2.66667px;
    top: 13.33333px;
    right: 13.33333px;
  }
}

@media screen and (min-width: 1024px) {
  .support-modal-close:hover {
    opacity: 0.7;
  }
}

.support-modal-close-icon {
  position: relative;
  width: clamp(22.5px, 9.375vw, 45px);
  height: clamp(22.5px, 9.375vw, 45px);
  background-color: #4DA887;
  border-radius: 50%;
}

@media screen and (max-width: 1023px) {
  .support-modal-close-icon {
    width: 30px;
    height: 30px;
  }
}

.support-modal-close-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: center;
  width: 50%;
  height: 1px;
  border-bottom: 1px solid #000000;
}

.support-modal-close-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
  width: 50%;
  height: 1px;
  border-bottom: 1px solid #000000;
}

.support-modal-close-text {
  font-size: clamp(12px, 5vw, 24px);
  font-weight: 500;
  color: #000000;
}

@media screen and (max-width: 1023px) {
  .support-modal-close-text {
    font-size: 16px;
  }
}

.support-modal-body {
  padding-top: clamp(10px, 4.16667vw, 20px);
}

@media screen and (max-width: 1023px) {
  .support-modal-body {
    padding-top: 13.33333px;
  }
}

.support-modal-title {
  margin-bottom: clamp(12px, 5vw, 24px);
  font-size: clamp(14px, 5.83333vw, 28px);
  font-weight: 700;
  color: #000000;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .support-modal-title {
    margin-bottom: 16px;
    font-size: 18.66667px;
  }
}

.support-modal-list {
  list-style: numeric;
  padding-left: clamp(16px, 6.66667vw, 32px);
}

@media screen and (max-width: 1023px) {
  .support-modal-list {
    padding-left: 21.33333px;
  }
}

.support-modal-list-item {
  font-size: clamp(14px, 5.83333vw, 28px);
  font-weight: 500;
  color: #000000;
  line-height: 1.6;
}

@media screen and (max-width: 1023px) {
  .support-modal-list-item {
    font-size: 18.66667px;
  }
}

.support-form-inner {
  width: 100%;
  padding: clamp(50px, 20.83333vw, 100px) clamp(37px, 15.41667vw, 74px) clamp(50px, 20.83333vw, 100px);
}

@media screen and (max-width: 1023px) {
  .support-form-inner {
    padding: 66.66667px 49.33333px 66.66667px;
  }
}

.support-form-inner._confirm {
  padding: 0 clamp(37px, 15.41667vw, 74px) clamp(50px, 20.83333vw, 100px);
}

@media screen and (max-width: 1023px) {
  .support-form-inner._confirm {
    padding: 0 49.33333px 66.66667px;
  }
}

.support-form-inner._complete {
  padding: 0 clamp(13px, 5.41667vw, 26px) clamp(50px, 20.83333vw, 100px);
}

@media screen and (max-width: 1023px) {
  .support-form-inner._complete {
    padding: 0 17.33333px 66.66667px;
  }
}

.support-form-text {
  margin-bottom: clamp(30px, 12.5vw, 60px);
  font-size: clamp(14px, 5.83333vw, 28px);
  font-weight: 500;
  color: #000000;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .support-form-text {
    margin-bottom: 40px;
    font-size: 18.66667px;
  }
}

.support-form-text:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .support-form-text:last-child {
    margin-bottom: 0;
  }
}

.qa {
  padding: 160px 20px 100px;
}

@media screen and (max-width: 767px) {
  .qa {
    padding: clamp(30px, 12.5vw, 60px) clamp(10px, 4.16667vw, 20px) clamp(30px, 12.5vw, 60px);
  }
}

.qa-content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.qa-content-title {
  font-size: 3.6rem;
  font-weight: 700;
  color: #4DA887;
  line-height: 1.5;
  margin-top: 100px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .qa-content-title {
    font-size: clamp(12px, 5vw, 24px);
    margin-top: clamp(30px, 12.5vw, 60px);
    margin-bottom: clamp(15px, 6.25vw, 30px);
  }
}

.qa-content-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

@media screen and (max-width: 767px) {
  .qa-content-list {
    gap: clamp(15px, 6.25vw, 30px);
  }
}

.qa-content-list-item-q {
  position: relative;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .qa-content-list-item-q {
    margin-bottom: clamp(10px, 4.16667vw, 20px);
  }
}

.qa-content-list-item-q-icon {
  position: absolute;
  top: 1px;
  left: 0;
  font-family: "Rubik", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: #233F74;
}

@media screen and (max-width: 767px) {
  .qa-content-list-item-q-icon {
    font-size: clamp(10px, 4.16667vw, 20px);
  }
}

.qa-content-list-item-q-text {
  font-size: 3.2rem;
  font-weight: 700;
  color: #233F74;
  line-height: 1.2;
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .qa-content-list-item-q-text {
    font-size: clamp(10px, 4.16667vw, 20px);
    margin-left: clamp(18px, 7.5vw, 36px);
  }
}

.qa-content-list-item-a {
  position: relative;
}

.qa-content-list-item-a-icon {
  position: absolute;
  top: 1px;
  left: 0;
  font-family: "Rubik", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: #4DA887;
}

@media screen and (max-width: 767px) {
  .qa-content-list-item-a-icon {
    font-size: clamp(10px, 4.16667vw, 20px);
  }
}

.qa-content-list-item-a-text {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000000;
  line-height: 2;
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .qa-content-list-item-a-text {
    font-size: clamp(8px, 3.33333vw, 16px);
    margin-left: clamp(18px, 7.5vw, 36px);
  }
}

.work {
  padding: 160px 20px 100px;
}

@media screen and (max-width: 767px) {
  .work {
    padding: clamp(30px, 12.5vw, 60px) clamp(10px, 4.16667vw, 20px) clamp(30px, 12.5vw, 60px);
  }
}

.work-content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.work-content-desc {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000000;
  line-height: 2;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .work-content-desc {
    font-size: clamp(8px, 3.33333vw, 16px);
    margin-bottom: clamp(10px, 4.16667vw, 20px);
  }
}

.work-content-img {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .work-content-img {
    margin-bottom: clamp(30px, 12.5vw, 60px);
  }
}

.work-content-img._pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .work-content-img._pc {
    display: none;
  }
}

.work-content-img._sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .work-content-img._sp {
    display: block;
  }
}

.work-content-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

@media screen and (max-width: 767px) {
  .work-content-list {
    gap: clamp(20px, 8.33333vw, 40px);
  }
}

.work-content-list-item-title {
  font-size: 3.6rem;
  font-weight: 700;
  color: #4DA887;
  line-height: 1.2;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .work-content-list-item-title {
    font-size: clamp(15px, 6.25vw, 30px);
    margin-bottom: clamp(10px, 4.16667vw, 20px);
  }
}

.work-content-list-item-content {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

@media screen and (max-width: 767px) {
  .work-content-list-item-content {
    flex-direction: column;
    gap: clamp(10px, 4.16667vw, 20px);
  }
}

.work-content-list-item-content-img {
  width: 350px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .work-content-list-item-content-img {
    width: 100%;
    height: auto;
  }
}

.work-content-list-item-content-text-desc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .work-content-list-item-content-text-desc {
    font-size: clamp(7px, 2.91667vw, 14px);
    margin-bottom: clamp(10px, 4.16667vw, 20px);
  }
}

.work-content-list-item-content-text-check {
  display: flex;
  align-items: stretch;
}

.work-content-list-item-content-text-check-icon {
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 10px 12px 11px;
  font-family: "Rubik", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.5;
  background-color: #4878D4;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .work-content-list-item-content-text-check-icon {
    padding: clamp(5px, 2.08333vw, 10px) clamp(6px, 2.5vw, 12px) clamp(5.5px, 2.29167vw, 11px);
    font-size: clamp(6px, 2.5vw, 12px);
  }
}

.work-content-list-item-content-text-check-text {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 700;
  color: #233F74;
  line-height: 2;
  padding: 8px;
  border: 1px solid #4878D4;
}

@media screen and (max-width: 767px) {
  .work-content-list-item-content-text-check-text {
    font-size: clamp(6px, 2.5vw, 12px);
  }
}

.recruit {
  padding: 160px 20px 100px;
}

@media screen and (max-width: 767px) {
  .recruit {
    padding: clamp(30px, 12.5vw, 60px) clamp(10px, 4.16667vw, 20px) clamp(30px, 12.5vw, 60px);
  }
}

.recruit-content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.recruit-content-intro {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000000;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .recruit-content-intro {
    font-size: clamp(8px, 3.33333vw, 16px);
  }
}

.recruit-content-disclaimer {
  font-size: 1.8rem;
  font-weight: 500;
  color: #C62A19;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .recruit-content-disclaimer {
    font-size: clamp(8px, 3.33333vw, 16px);
  }
}

.recruit-content-section-title {
  font-size: 3.6rem;
  font-weight: 700;
  color: #4DA887;
  line-height: 2;
  margin-top: 100px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .recruit-content-section-title {
    font-size: clamp(12px, 5vw, 24px);
    margin-top: clamp(30px, 12.5vw, 60px);
    margin-bottom: clamp(15px, 6.25vw, 30px);
  }
}

.recruit-content-section-text {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000000;
  line-height: 2;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .recruit-content-section-text {
    font-size: clamp(8px, 3.33333vw, 16px);
    margin-bottom: clamp(10px, 4.16667vw, 20px);
  }
}

.recruit-content-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #A3A3A3;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .recruit-content-table {
    margin-bottom: clamp(20px, 8.33333vw, 40px);
  }
}

.recruit-content-table-dt {
  width: 140px;
  padding: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #000000;
  line-height: 2;
  text-align: center;
  vertical-align: middle;
  background-color: #F6F5F5;
  border-bottom: 1px solid #A3A3A3;
}

@media screen and (max-width: 767px) {
  .recruit-content-table-dt {
    font-size: clamp(8px, 3.33333vw, 16px);
    width: clamp(70px, 29.16667vw, 140px);
  }
}

.recruit-content-table-dd {
  width: calc(100% - 140px);
  min-height: 110px;
  padding: 20px 60px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #000000;
  line-height: 2;
  vertical-align: middle;
  background-color: #FFFFFF;
  border-bottom: 1px solid #A3A3A3;
}

@media screen and (max-width: 767px) {
  .recruit-content-table-dd {
    font-size: clamp(8px, 3.33333vw, 16px);
    padding: clamp(10px, 4.16667vw, 20px);
  }
}

.recruit-content-images {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .recruit-content-images {
    gap: clamp(10px, 4.16667vw, 20px);
  }
}

.recruit-content-images-item {
  width: calc((100% / 4) - (20px * 3 / 4));
  height: auto;
  aspect-ratio: 260 / 203;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .recruit-content-images-item {
    width: calc(50% - clamp(10px, 4.16667vw, 20px)/2);
  }
}

.message {
  padding: 160px 20px 100px;
}

@media screen and (max-width: 767px) {
  .message {
    padding: clamp(30px, 12.5vw, 60px) clamp(10px, 4.16667vw, 20px) clamp(30px, 12.5vw, 60px);
  }
}

.message-content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.message-content-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1100 / 650;
  object-fit: cover;
  object-position: center;
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .message-content-img {
    margin-bottom: clamp(20px, 8.33333vw, 40px);
  }
}

.message-content-main-text {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000000;
  line-height: 2;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .message-content-main-text {
    font-size: clamp(8px, 3.33333vw, 16px);
    margin-bottom: clamp(15px, 6.25vw, 30px);
  }
}

.message-content-main-text._mb_60 {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .message-content-main-text._mb_60 {
    margin-bottom: clamp(30px, 12.5vw, 60px);
  }
}

.message-content-main-list {
  list-style: disc;
  padding-left: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #000000;
  line-height: 2;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .message-content-main-list {
    padding-left: clamp(10px, 4.16667vw, 20px);
    font-size: clamp(8px, 3.33333vw, 16px);
    margin-bottom: clamp(15px, 6.25vw, 30px);
  }
}

.message-content-main-signature {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000000;
  line-height: 2;
  margin-bottom: 100px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .message-content-main-signature {
    font-size: clamp(8px, 3.33333vw, 16px);
    margin-bottom: clamp(30px, 12.5vw, 60px);
  }
}

.header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: 900;
  pointer-events: none;
}

.header-inner {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  pointer-events: auto;
  transition: background-color 0.2s linear 0.6s, top 0.3s;
  background-color: #FFFFFF;
}

@media screen and (max-width: 1023px) {
  .header-inner {
    padding-right: 0;
  }
}

.header-inner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.header-inner-logo {
  flex-shrink: 0;
}

.header-inner-logo:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 767px) {
  .header-inner-logo:hover {
    opacity: 1;
  }
}

.header-inner-logo-img {
  display: block;
  width: 132px;
  height: auto;
}

.header-inner-nav {
  height: 100%;
}

@media screen and (max-width: 1023px) {
  .header-inner-nav {
    display: none;
  }
}

.header-inner-nav-list {
  display: flex;
  gap: 30px;
  width: 100%;
  height: 100%;
}

.header-inner-nav-list-item {
  position: relative;
  height: 100%;
  z-index: 1;
}

.header-inner-nav-list-item._has_sub-list:hover .header-inner-nav-list-item-sub-list {
  opacity: 1;
  pointer-events: auto;
}

.header-inner-nav-list-item-link {
  display: flex;
  align-items: center;
  height: 100%;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #233F74;
  transition: color 0.3s ease;
}

.header-inner-nav-list-item-link:hover {
  color: #4DA887;
}

.header-inner-nav-list-item-link:hover .header-inner-nav-list-item-link-blank {
  fill: #4DA887;
}

@media screen and (max-width: 767px) {
  .header-inner-nav-list-item-link:hover {
    color: #233F74;
  }
}

.header-inner-nav-list-item-link-blank {
  margin-left: 5px;
  width: 14px;
  height: 14px;
  fill: #233F74;
  transition: fill 0.3s ease;
}

.header-inner-nav-list-item-sub-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: fit-content;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 13px 15px;
  background-color: rgba(35, 63, 116, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.header-inner-nav-list-item-sub-list-item-link {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  word-break: keep-all;
  transition: opacity 0.3s ease;
}

.header-inner-nav-list-item-sub-list-item-link:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .header-inner-nav-list-item-sub-list-item-link:hover {
    opacity: 1;
  }
}

.header-inner-contact {
  width: 156px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #233F74;
  transition: background-color 0.3s ease;
}

.header-inner-contact:hover {
  background-color: #4DA887;
}

@media screen and (max-width: 1023px) {
  .header-inner-contact {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header-inner-contact:hover {
    background-color: #233F74;
  }
}

.header-hum {
  cursor: pointer;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: #FFFFFF;
  transition: all .3s ease;
}

@media screen and (max-width: 1023px) {
  .header-hum {
    display: flex;
  }
}

.header-hum-icon {
  position: relative;
  width: 36px;
  height: 24px;
}

.header-hum-icon span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  border-top: 2px solid #233F74;
  transition: top 0.3s, transform 0.3s, opacity 0.3s;
}

.header-hum-icon span:nth-child(1) {
  top: 0;
}

.header-hum-icon span:nth-child(2) {
  top: 100%;
}

.header-hum.active .header-hum-icon span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.header-hum.active .header-hum-icon span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header-hum.active .header-hum-icon span:nth-child(3) {
  opacity: 0;
}

.header-hum.active .header-hum-text-menu {
  opacity: 0;
}

.header-hum.active .header-hum-text-close {
  opacity: 1;
}

.header-drawerMenu {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: auto;
  transition: top 0.5s;
}

.header-drawerMenu.active {
  top: 0;
  transition: top 0.5s  0.2s;
}

.header-drawerMenu.active .header-drawerMenu-contents-inner {
  opacity: 1;
}

.header-drawerMenu.active .header-drawerMenu-bg {
  pointer-events: auto;
  opacity: 1;
}

.header-drawerMenu-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s;
}

.header-drawerMenu-contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: calc(70px + 60px) 0 60px;
  background-color: rgba(35, 63, 116, 0.9);
  overflow-y: auto;
  z-index: 10;
}

.header-drawerMenu-contents-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header-drawerMenu-contents-inner {
  max-width: 350px;
  height: auto;
  margin: auto;
  padding: 0 40px;
  opacity: 0;
  transition: opacity 0.5s 0.5s;
}

.header-drawerMenu-contents-inner-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 60px;
}

.header-drawerMenu-contents-inner-list-item-head {
  display: block;
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 600;
  color: #FFFFFF;
}

.header-drawerMenu-contents-inner-list-item-sub-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 32px;
}

.header-drawerMenu-contents-inner-list-item-sub-list-item-link {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  word-break: keep-all;
}

.header-drawerMenu-contents-inner-list-item-sub-list-item-link-blank {
  margin-left: 5px;
  width: 14px;
  height: 14px;
  fill: #FFFFFF;
}

.header-drawerMenu-contents-inner-contact {
  display: block;
  width: 156px;
  height: 42px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #233F74;
  background-color: #FFFFFF;
}

.footer {
  border-top: 1px solid #A3A3A3;
  padding: 100px 20px 30px;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1023px) {
  .footer-inner {
    flex-direction: column-reverse;
  }
}

.footer-inner-content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .footer-inner-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 40px 20px;
  }
}

@media screen and (max-width: 520px) {
  .footer-inner-content {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 40px 20px;
  }
}

.footer-inner-content-block {
  width: fit-content;
}

.footer-inner-content-block-title {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #233F74;
  line-height: 1.0;
  margin-bottom: 8px;
}

.footer-inner-content-block-list {
  display: flex;
  flex-direction: column;
}

.footer-inner-content-block-list-item-link {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.0;
  color: #000000;
  transition: opacity 0.3s ease;
}

.footer-inner-content-block-list-item-link:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .footer-inner-content-block-list-item-link:hover {
    opacity: 1;
  }
}

.footer-inner-content-block-list-item-link-blank {
  margin-left: 5px;
  width: 12px;
  height: 12px;
  fill: #A3A3A3;
  transition: fill 0.3s ease;
}

.footer-logo {
  flex-shrink: 0;
  transition: opacity 0.3s ease;
}

.footer-logo:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .footer-logo:hover {
    opacity: 1;
  }
}

.footer-logo-img {
  display: block;
  width: 274px;
  height: 91px;
}

.footer-copyright {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #000000;
  line-height: 1.0;
}

.footer-copyright span {
  font-family: "Rubik", sans-serif;
}
/*# sourceMappingURL=style.css.map */