@charset "UTF-8";
html {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  html {
    font-size: 0.781vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 2.667vw;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  color: #3F0F0B;
}

img {
  width: 100%;
  object-fit: cover;
}

html {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  html {
    font-size: 0.877vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 2.667vw;
  }
}
a {
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

.top {
  background: #F5F5F5;
}

.inner {
  max-width: 118rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.wrap {
  overflow: hidden;
}

@media (max-width: 767px) {
  .sp_n {
    display: none;
  }
}

.pc_n {
  display: none !important;
}
@media (max-width: 767px) {
  .pc_n {
    display: block !important;
  }
}

.title {
  font-family: "Noto Sans JP";
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.24rem;
  position: relative;
  z-index: 3;
  text-align: center;
}
@media (max-width: 767px) {
  .title {
    font-size: 3.2rem;
  }
}

.sub {
  font-family: Sora;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .sub {
    font-size: 1.6rem;
  }
}

.btn a {
  border: 2px solid #009178;
  background: #009178;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 1.92rem */
  height: 6.8rem;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.btn a::after {
  content: "";
  position: absolute;
  width: 7.3rem;
  height: 0.2rem;
  background: #FFF;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.btn a::before {
  position: absolute;
  content: "";
  background: url(../img/top/btn-line.png) no-repeat center center/cover;
  width: 4rem;
  height: 0.9rem;
  flex-shrink: 0;
  right: -4.3rem;
  top: 2.4rem;
}

.header {
  margin-top: 3rem;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1000;
}
@media (max-width: 767px) {
  .header {
    display: none;
  }
}

.header__inner {
  margin-left: 4rem;
  margin-right: 4rem;
}

.header__contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_logo {
  max-width: 28.2rem;
  flex-shrink: 0;
}

.global-nav {
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 90.3rem;
  height: 6rem;
  flex-shrink: 0;
  padding-left: 5rem;
  padding-right: 1.8rem;
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .global-nav {
    padding-left: 2rem;
  }
}
.global-nav__list {
  display: flex;
  align-items: center;
  gap: 3.8rem;
}

@media screen and (min-width: 768px) and (max-width: 1320px) {
  .global-nav__list {
    gap: 2rem;
  }
}
.global-nav__link {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 1.95rem */
}

.global-nav__item--contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.8rem;
  height: 4.6rem;
  flex-shrink: 0;
  border-radius: 0.8rem;
  background: #0A3289;
  border-radius: 0.8rem;
  background: #0A3289;
  color: #fff;
  font-size: 1.5rem;
}

.menu-toggle {
  cursor: pointer;
  width: 5rem;
  height: 5rem;
  position: fixed;
  top: 3rem;
  right: 1.5rem;
  order: 1;
  z-index: 10000;
  border-radius: 1rem;
  background: #FFF;
}

.menu-toggle div,
.menu-toggle:before,
.menu-toggle:after {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 0.2rem;
  background-color: #333;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.4s;
  z-index: 99999;
}

.menu-toggle div {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.menu-toggle:before {
  top: 1.5rem;
}

.menu-toggle:after {
  bottom: 1.5rem;
}

.menu-toggle.open:before {
  top: 48%;
  left: 50%;
  transform: translateX(-50%) rotate(45deg) translateY(-50%);
}

.menu-toggle.open:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.menu-toggle.open div {
  opacity: 0;
}

.logo {
  font-size: 20px;
  font-weight: bold;
  order: 0;
}
@media (max-width: 767px) {
  .logo {
    width: 23.9rem;
  }
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(../img/top/hamburger_bg.jpg) no-repeat center center/cover;
  padding: 60px 20px;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transform: translateX(0);
  transition: opacity 0.4s ease;
  z-index: 9;
}
@media (min-width: 768px) {
  .menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .menu {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .menu__list {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 22rem;
  }
}

.menu__item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2.4rem;
}
.menu__item:nth-of-type(n+2) {
  margin-top: 2.4rem;
}
.menu__item a {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 1.95rem */
}

.menu__item--contact {
  margin-top: 3.9rem !important;
}
.menu__item--contact a {
  border-radius: 4.2rem;
  background: #0A3289;
  width: 22rem;
  height: 4.6rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 2.25rem */
}

.menu.open {
  opacity: 1;
  pointer-events: auto;
}

.menu ul {
  list-style: none;
  padding: 0;
}

.header-sp {
  position: absolute;
  top: 3.7rem;
  left: 1.5rem;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
@media (min-width: 768px) {
  .header-sp {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .header__inner {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.footer {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4.8rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 4.6rem;
    padding-bottom: 4.4rem;
  }
}

.footer__container {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.footer__main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5.97rem;
}

/* ロゴセクション */
.footer__logo-section {
  flex: 0 0 30%;
}

.footer__logo {
  width: 28.2rem;
}

.footer__company-name {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}

.footer__company-name-en {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 2.1rem */
  margin-top: 2.83rem;
}
@media (max-width: 767px) {
  .footer__company-name-en {
    margin-top: 2.5rem;
  }
}

.footer__address {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 2.1rem */
  margin-top: 1rem;
  display: flex;
  gap: 1.5rem;
}

.footer__tel {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 2.1rem */
  margin-top: 1rem;
  display: inline-block;
  text-decoration: underline;
}

/* ナビゲーション */
.footer__nav {
  display: flex;
  gap: 5rem;
}
@media (max-width: 767px) {
  .footer__nav {
    flex-direction: column;
    gap: 3.2rem;
  }
}

.footer__nav-column {
  margin-bottom: 2rem;
}
.footer__nav-column:last-of-type {
  margin-bottom: 0;
}

.footer__nav-title {
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 2.4rem */
  margin-bottom: 2.31rem;
}
.footer__nav-title a {
  color: #333;
}
@media (max-width: 767px) {
  .footer__nav-title {
    margin-bottom: 1.6rem;
  }
}

.footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__nav-item {
  margin-bottom: 1.5rem;
}
.footer__nav-item:last-of-type {
  margin-bottom: 0;
}

.footer__nav-link {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 2.1rem */
}

.footer__nav-link:hover {
  color: #0056b3;
}

.footer__copyright-text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
@media (max-width: 767px) {
  .footer__copyright-text {
    font-size: 1.2rem;
  }
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .footer__main {
    flex-direction: column;
  }
  .footer__logo-section {
    flex: 0 0 100%;
    margin-bottom: 4rem;
  }
  .footer__nav {
    flex: 0 0 100%;
  }
  .footer__nav-column {
    flex: 0 0 100%;
  }
}
.nav-icon a {
  position: relative;
}
.nav-icon a::after {
  content: "";
  position: absolute;
  background: url(../img/top/nav-icon.png) no-repeat center center/cover;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  top: 50%;
  transform: translateY(-50%);
  right: -2.1rem;
}

.fv {
  padding-top: 10.833vw;
  background-color: #F5F5F5;
  position: relative;
}
@media (max-width: 767px) {
  .fv {
    padding-top: 12rem;
  }
}

.fv__inner {
  margin-left: 10.417vw;
}
@media (max-width: 767px) {
  .fv__inner {
    padding-left: 1.5rem;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .fv-title {
    z-index: 8;
    position: relative;
  }
}
.fv-title p {
  color: #0A3289;
  font-family: "Noto Sans JP";
  font-size: 4.02vw;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 86.832px */
  letter-spacing: 0.201vw;
}
.fv-title p span {
  font-size: 3.339vw;
}
@media (max-width: 767px) {
  .fv-title p:nth-of-type(1) {
    font-size: 3.2rem;
  }
  .fv-title p:nth-of-type(1) span {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .fv-title p:nth-of-type(2) {
    font-size: 3.8rem;
  }
  .fv-title p:nth-of-type(2) span {
    font-size: 3.2rem;
  }
}

.fv__img {
  margin-top: 4.375vw;
  z-index: 5;
  position: relative;
}
@media (max-width: 767px) {
  .fv__img {
    margin-top: 4rem;
    height: 23.4rem;
  }
  .fv__img img {
    height: 100%;
  }
}

.fv__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.28vw;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 33.185px */
  letter-spacing: 0.077vw;
  margin-top: 1.458vw;
}
@media (max-width: 767px) {
  .fv__text {
    font-size: 1.5rem;
    margin-top: 1.2rem;
    z-index: 7;
    position: relative;
  }
}

/* 赤い斜め線のスタイル */
.hero-section__line {
  position: absolute;
  height: 5.278vw;
  background-color: #e74c3c;
  width: 0;
  top: 13%;
  right: -1.389vw;
  transform-origin: right center;
  transform: rotate(-30deg);
  z-index: 1;
  animation: diagonal-slide-in 6s cubic-bezier(0.19, 1, 0.22, 1) forwards 1.2s;
}
@media (max-width: 767px) {
  .hero-section__line {
    height: 4.4rem;
    top: 37%;
    right: -3.8rem;
  }
}

/* 右から左への斜めのアニメーション */
@keyframes diagonal-slide-in {
  0% {
    width: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    width: 150%;
    opacity: 1;
  }
}
.line_yellow {
  position: absolute;
  height: 5.278vw;
  background-color: #ECC701;
  width: 0;
  top: 27%;
  right: -1.389vw;
  transform-origin: right center;
  transform: rotate(-30deg);
  z-index: 1;
  animation: diagonal-slide-in 6s cubic-bezier(0.19, 1, 0.22, 1) forwards 1.9s; /* 1秒遅延させて表示 */
}
@media (max-width: 767px) {
  .line_yellow {
    height: 4.4rem;
    top: 53%;
    right: -1.7rem;
  }
}

/* 右から左への斜めのアニメーション */
@keyframes diagonal-slide-in {
  0% {
    width: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    width: 150%;
    opacity: 1;
  }
}
.line__green {
  position: absolute;
  position: absolute;
  top: -2.153vw;
  left: 57%;
  width: 5.278vw;
  height: 0;
  background-color: #005BAB;
  transform: translateX(-50%) rotate(-39deg);
  transform-origin: top;
  animation: growDown02 1s ease-out forwards 2.9s;
}
@media (max-width: 767px) {
  .line__green {
    width: 4.4rem;
    left: 83%;
    top: -2rem;
  }
}

@keyframes growDown {
  to {
    height: 100%;
  }
}
.line_blue {
  position: absolute;
  top: -2.153vw;
  left: 45%;
  width: 5.278vw;
  height: 0;
  background-color: #009178;
  transform: translateX(-50%) rotate(-39deg);
  transform-origin: top;
  animation: growDown 1s ease-out forwards 2.5s;
}
@media (max-width: 767px) {
  .line_blue {
    width: 4.4rem;
    left: 60%;
    top: -2rem;
  }
}

@keyframes growDown02 {
  to {
    height: 100%;
  }
}
.support {
  padding-top: 17rem;
  padding-bottom: 20.2rem;
  position: relative;
  z-index: 4;
}
@media (max-width: 767px) {
  .support {
    padding-top: 6.4rem;
    padding-bottom: 11.3rem;
  }
}

.support__inner {
  display: flex;
  align-items: flex-start;
  gap: 9rem;
  position: relative;
}
@media (max-width: 767px) {
  .support__inner {
    flex-direction: column;
    gap: 7.4rem;
  }
}

.support__title {
  color: #0A3289;
  font-family: "Noto Sans JP";
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 7.2rem */
  letter-spacing: 0.24rem;
  text-align: left;
}
@media (max-width: 767px) {
  .support__title {
    font-size: 3.2rem;
  }
}

.support__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 220%; /* 4.4rem */
  margin-top: 3.6rem;
  text-align: left;
}
@media (max-width: 767px) {
  .support__text {
    font-size: 1.8rem;
  }
}

.support__btn {
  margin-top: 6.4rem;
}
@media (max-width: 767px) {
  .support__btn {
    margin-top: 4.8rem;
  }
}
.support__btn a {
  width: 28.7rem;
  padding-left: 2.7rem;
}
.support__btn a::before {
  right: -4.2rem;
  top: 2.4rem;
}

.support__img {
  width: 38.4rem;
  position: relative;
  padding-top: 7.7rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .support__img {
    width: 33rem;
    padding-top: 0;
  }
}
.support__img::after {
  content: "";
  position: absolute;
  background: #009178;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 38.4285rem;
  height: 42.3843rem;
  flex-shrink: 0;
  bottom: -1.6rem;
  right: -1.6rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .support__img::after {
    width: 33.0975rem;
    height: 36.5045rem;
    flex-shrink: 0;
    bottom: -1.4rem;
    right: -1.4rem;
  }
}
@media (max-width: 767px) {
  .support__img {
    width: auto;
  }
}

.support__img02 {
  position: absolute;
  bottom: -6.5rem;
  right: -7rem;
  width: 28.4483rem;
  height: 26.1541rem;
}
@media (max-width: 767px) {
  .support__img02 {
    width: 23.5rem;
    height: 21.6rem;
    position: relative;
    right: auto;
    left: 0;
    margin-left: auto;
    margin-right: 1.3rem;
    bottom: auto;
  }
}
.support__img02::after {
  content: "";
  position: absolute;
  background: #005BAB;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 28.4483rem;
  height: 26.1541rem;
  flex-shrink: 0;
  bottom: -1.6rem;
  right: -1.6rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .support__img02::after {
    width: 23.5rem;
    height: 21.6rem;
    bottom: -1.3rem;
    right: -1.3rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .support__img02 {
    right: 0;
  }
}
.role .inner {
  padding-left: 0;
  padding-right: 0;
}

.role__title {
  color: #FFF;
}
@media (max-width: 767px) {
  .role__title {
    font-size: 3.2rem;
  }
}

.role__sub {
  color: #FFF;
  text-align: center;
}

.container {
  max-width: 144rem;
  padding-top: 9rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 767px) {
  .container {
    padding-top: 6.4rem;
  }
}
.container::after {
  content: "";
  position: absolute;
  background: url(../img/top/role_img.jpg) no-repeat center center/cover;
  width: 100vw;
  height: 100%;
  top: 0;
  right: -0.8rem;
}
@media (max-width: 767px) {
  .container::after {
    right: 0;
    background: url(../img/top/role_img_sp.jpg) no-repeat center center/cover;
  }
}

@media screen and (min-width: 768px) and (max-width: 1514px) {
  .container::after {
    right: -0.6rem;
  }
}
.role__list {
  width: 129.7rem;
  flex-shrink: 0;
  position: relative;
  z-index: 3;
  margin-top: 8.6rem;
}
@media (max-width: 767px) {
  .role__list {
    margin-top: 1.6rem;
    width: 100%;
  }
}

.role__item {
  height: 32.7rem;
  padding-top: 16.8rem;
  padding-left: 7.1rem;
  padding-bottom: 4.9rem;
}
@media (max-width: 767px) {
  .role__item {
    height: 32.7rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 2.4rem;
    padding-top: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
  }
}
.role__item:nth-of-type(1) {
  background: url(../img/top/role01.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .role__item:nth-of-type(1) {
    background: url(../img/top/role01_sp.jpg) no-repeat center center/cover;
  }
}
.role__item:nth-of-type(2) {
  background: url(../img/top/role02.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .role__item:nth-of-type(2) {
    background: url(../img/top/role02_sp.jpg) no-repeat center center/cover;
  }
}
.role__item:nth-of-type(3) {
  background: url(../img/top/role03.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .role__item:nth-of-type(3) {
    background: url(../img/top/role03_sp.jpg) no-repeat center center/cover;
  }
}

.role__head {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767px) {
  .role__head {
    font-size: 2rem;
  }
}

.role__text {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 2.88rem */
  margin-top: 1.1rem;
}
@media (max-width: 767px) {
  .role__text {
    font-size: 1.6rem;
    margin-top: 1.2rem;
  }
}

.intern {
  padding-top: 11.5rem;
  padding-bottom: 12.6rem;
}
@media (max-width: 767px) {
  .intern {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}

.intern__img {
  width: 91.1rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .intern__img {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .intern__img img {
    width: 59.1rem;
  }
}

.intern__title {
  font-size: 3.2rem;
  color: #0A3289;
}
@media (max-width: 767px) {
  .intern__title {
    text-align: left;
  }
}

.intern__sub {
  font-size: 1.6rem;
  margin-top: 1.7rem;
  color: #333333;
  text-align: center;
}
@media (max-width: 767px) {
  .intern__sub {
    text-align: left;
  }
}

.intern__text {
  color: #333333;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 3.6rem */
  width: 85.3rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.76rem;
}
@media (max-width: 767px) {
  .intern__text {
    width: 100%;
  }
}

.intern__btn {
  margin-top: 6.4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .intern__btn {
    text-align: left;
    line-height: 150%;
    margin-top: 4.8rem;
  }
}
.intern__btn a {
  width: 46rem;
  padding-left: 2.33rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .intern__btn a {
    width: 29.3rem;
    line-height: 160%;
  }
}

.intern__contents {
  margin-top: -11.1rem;
}
@media (max-width: 767px) {
  .intern__contents {
    display: none;
    margin-top: 0;
  }
}

.swiper01,
.swiper02 {
  height: 32.7rem;
  /* スライドの動き等速 */
}
@media (max-width: 767px) {
  .swiper01,
  .swiper02 {
    height: 14.8rem;
  }
}
.swiper01 img,
.swiper02 img {
  height: 100%;
}
.swiper01 .swiper-wrapper,
.swiper02 .swiper-wrapper {
  transition-timing-function: linear;
}

@media (min-width: 1441px) {
  .swiper01,
  .swiper02 {
    height: 22.693vw;
  }
}
.cta {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #F5F5F5;
  position: relative;
}
@media (max-width: 767px) {
  .cta {
    padding-bottom: 6.4rem;
    padding-top: 6.4rem;
  }
}
.cta::after {
  content: "";
  position: absolute;
  background: url(../img/top/cta-bg.png) no-repeat center center/cover;
  width: 63.1rem;
  height: 48.2rem;
  flex-shrink: 0;
  top: 0px;
  left: 0.1rem;
}
@media (max-width: 767px) {
  .cta::after {
    background: url(../img/top/cta-bg_sp.png) no-repeat center center/cover;
    width: 37.5rem;
    height: 35.1rem;
  }
}

.cta__title {
  color: #0A3289;
  font-family: "Noto Sans JP";
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
@media (max-width: 767px) {
  .cta__title {
    font-size: 3.2rem;
    position: relative;
    z-index: 2;
  }
}

.cta__sub {
  color: #FFF;
  font-family: Sora;
  font-size: 9.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 218.2rem;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  overflow: hidden;
  animation: marquee 20s linear infinite;
}
@media (max-width: 767px) {
  .cta__sub {
    font-size: 7.2rem;
    margin-top: 4.2rem;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.cta__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  position: relative;
  z-index: 3;
  margin-top: -6.5rem;
}
@media (max-width: 767px) {
  .cta__list {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    margin-top: -4.5rem;
  }
}

.cta__link {
  border-radius: 0.9rem;
  background: #009178;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 14.7rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.8rem;
}
@media (max-width: 767px) {
  .cta__link {
    width: 100%;
    flex-direction: column;
    gap: 0.5rem;
  }
}
.cta__link span:nth-of-type(1) {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 3rem */
}
.cta__link span:nth-of-type(2) {
  color: #FFF;
  font-family: Poppins;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 4.5rem */
}

.cta__link02 {
  height: 14.7rem;
  display: flex;
  align-items: center;
  padding-left: 7.4rem;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 3rem */
  border-radius: 0.9rem;
  background: #0A3289;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .cta__link02 {
    padding-left: 0;
    justify-content: center;
    align-items: flex-start;
    padding-top: 3.9rem;
  }
}
.cta__link02::after {
  content: "";
  position: absolute;
  background: url(../img/top/cta-line.png) no-repeat center center/cover;
  height: 0.7rem;
  width: 12.4259rem;
  flex-shrink: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 7rem;
}
@media (max-width: 767px) {
  .cta__link02::after {
    top: 66%;
  }
}

.privacy-policy-page {
  background-color: #fff;
}

.arc-curve {
  fill: none;
  stroke: #d91e18;
  stroke-width: 30;
  stroke-linecap: round;
  /* パスの全長に等しい値を設定 */
  stroke-dasharray: 800;
  /* 初期状態では線を完全に隠す */
  stroke-dashoffset: 800;
  /* アニメーション設定 */
  animation: drawLine 1.2s ease-out forwards;
}

@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}
.head {
  padding-top: 15.8rem;
  position: relative;
}
@media (max-width: 767px) {
  .head {
    padding-top: 12rem;
  }
}
.head::after {
  content: "";
  position: absolute;
  background: url(../img/Intern/head_line.png) no-repeat center center/cover;
  width: 133%;
  height: 81.4rem;
  top: 6rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .head::after {
    background: url(../img/Intern/head_line_sp.png) no-repeat center center/cover;
    width: 56.3rem;
    top: -14rem;
    height: 66.7rem;
  }
}

.head-title {
  color: #0A3289;
  font-family: "Noto Sans JP";
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 159%; /* 6.36rem */
}
@media (max-width: 767px) {
  .head-title {
    font-size: 3.2rem;
    color: #333;
  }
}

.head-sub {
  color: #333;
  font-family: Sora;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 0.7rem;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .head-sub {
    color: #005BAB;
    font-size: 1.6rem;
    margin-top: 0.7rem;
  }
}

@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}
.head-img {
  height: 38.6rem;
  flex-shrink: 0;
  margin-top: 7.5rem;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .head-img {
    height: 23.4rem;
    margin-top: 4rem;
  }
  .head-img img {
    height: 100%;
  }
}

.page-intern__text {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 3.6rem */
  margin-top: 8.8rem;
}
@media (max-width: 767px) {
  .page-intern__text {
    margin-top: 5.6rem;
    position: relative;
    z-index: 3;
    text-align: left;
  }
}

.page-intern__img {
  margin-top: 6.5rem;
}

.page-role {
  padding-top: 8.8rem;
  padding-bottom: 15rem;
  background: url(../img/Intern/page-role_bg.jpg) no-repeat center center/cover;
  margin-top: 13rem;
}
@media (max-width: 767px) {
  .page-role {
    margin-top: 9.9rem;
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
    background: url(../img/Intern/page-role_bg_sp.jpg) no-repeat center center/cover;
  }
}

.page-role__title {
  color: #fff;
}

.page-role__sub {
  color: #fff;
  text-align: center;
  margin-top: 0.7rem;
}

.page-role__container {
  margin-top: 8.6rem;
}
@media (max-width: 767px) {
  .page-role__container {
    margin-top: 7.4rem;
  }
}

.page-role__item {
  display: flex;
  gap: 4.2rem;
}
.page-role__item:nth-of-type(n+2) {
  margin-top: 6.4rem;
}
@media (max-width: 767px) {
  .page-role__item:nth-of-type(n+2) {
    margin-top: 4rem;
  }
  .page-role__item:nth-of-type(n+2):nth-of-type(2) .page-role__content {
    order: 2;
  }
  .page-role__item:nth-of-type(n+2):nth-of-type(2) .page-role__img {
    order: 1;
  }
}
@media (max-width: 767px) {
  .page-role__item {
    flex-direction: column;
    gap: 2.4rem;
  }
}

.page-role__img {
  width: 53.3rem;
  flex-shrink: 0;
  height: 28.6rem;
}
.page-role__img img {
  height: 100%;
}
@media (max-width: 767px) {
  .page-role__img {
    width: 100%;
    height: 23.8rem;
  }
}

.page-role__content {
  padding-top: 3.2rem;
}
@media (max-width: 767px) {
  .page-role__content {
    padding-top: 0;
  }
}

.page-role__head {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767px) {
  .page-role__head {
    font-size: 2.4rem;
  }
}

.page-role__text {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 1.55rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 2.88rem */
  margin-top: 1.8rem;
}

.page-role__bottom-img {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .page-role__bottom-img {
    overflow-x: scroll;
    margin-left: 1.5rem;
    margin-top: 4.6rem;
  }
  .page-role__bottom-img img {
    width: 79.8rem;
    height: 50.6rem;
  }
}
.page-role__bottom-img img {
  height: 100%;
}

.merit {
  padding-top: 6.7rem;
}
@media (max-width: 767px) {
  .merit {
    padding-top: 8rem;
  }
}

.merit__inner {
  position: relative;
  z-index: 5;
}
.merit__inner::after {
  content: "";
  position: absolute;
  background: url(../img/Intern/intern_bg.png) no-repeat center center/cover;
  width: 224.6rem;
  height: 135.7rem;
  top: -1.3rem;
  left: -87.6rem;
}
@media (max-width: 767px) {
  .merit__inner::after {
    background: url(../img/Intern/intern_bg_sp.png) no-repeat center center/cover;
    width: 100%;
    height: 244.6rem;
    left: 0;
    top: 15.8rem;
  }
}

.merit__contents {
  border-left: 3px solid #005BAB;
  padding-left: 1.6rem;
  z-index: 3;
  position: relative;
}

.merit__title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.192rem;
}

.merit__sub {
  color: #005BAB;
  font-family: Sora;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 2.3rem;
}

.merit__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.8rem;
  margin-top: 6.5rem;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .merit__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 4.2rem;
  }
}

.merit__item:nth-of-type(2) {
  margin-top: 5rem;
}
.merit__item:nth-of-type(3) {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .merit__item:nth-of-type(n+2) {
    margin-top: 0rem;
  }
}

.merit__img {
  height: 33.9rem;
}
.merit__img img {
  height: 100%;
}

.merit__num {
  color: #ECC701;
  font-family: Sora;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.16rem;
  margin-top: 1.6rem;
}

.merit__head {
  color: #005BAB;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.24rem;
  margin-top: 1rem;
}

.merit__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 2.88rem */
  letter-spacing: 0.16rem;
  margin-top: 1rem;
}

.page-flow {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
  z-index: 6;
}
@media (max-width: 767px) {
  .page-flow {
    padding-bottom: 8rem;
    padding-top: 8rem;
  }
}

.page-flow__inner {
  position: relative;
}
.page-flow__inner::after {
  content: "";
  position: absolute;
  background: url(../img/Intern/flow_bg.png) no-repeat center center/cover;
  width: 224.6rem;
  height: 135.7rem;
  width: 303.5rem;
  height: 292.7rem;
  bottom: -121.9rem;
  left: -58.5rem;
}
@media (max-width: 767px) {
  .page-flow__inner::after {
    background: url(../img/Intern/flow_bg_sp.png) no-repeat center center/cover;
    width: 37.5rem;
    height: 159.6rem;
    left: 0;
    bottom: -57.9rem;
  }
}

.slide {
  position: relative;
  z-index: 10;
}

.page-flow__contents {
  padding-bottom: 2rem;
  position: relative;
  text-align: center;
}
.page-flow__contents::after {
  content: "";
  position: absolute;
  width: 12.8rem;
  height: 0.3rem;
  background: #005BAB;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.page-flow__title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.192rem;
}

.page-flow__text {
  color: #005BAB;
  font-family: Sora;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 0.7rem;
}

.page-flow__list {
  max-width: 70.1rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6.1rem;
  position: relative;
}
@media (max-width: 767px) {
  .page-flow__list {
    margin-top: 4.8rem;
  }
}
.page-flow__list::after {
  content: "";
  height: 100%;
  position: absolute;
  width: 0.4rem;
  background-color: #098A74;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.page-flow__num {
  color: #098A74;
  font-family: "Noto Sans JP";
  font-size: 5.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  top: -4.4rem;
  left: 2rem;
}

.page-flow__item {
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(61, 94, 72, 0.1);
  display: flex;
  padding: 3.2rem;
  align-items: center;
  gap: 5.6rem;
  align-self: stretch;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .page-flow__item {
    flex-direction: column;
    gap: 2.4rem;
    padding: 1.6rem;
  }
}

.page-flow__img {
  width: 16rem;
  height: 16rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-flow__img {
    width: 10rem;
    height: 10rem;
  }
}
.page-flow__img img {
  height: 100%;
}

.page-flow__head {
  color: #005BAB;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 3.84rem */
}

.page-flow__desc {
  color: var(--333, #333);
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 2.88rem */
  letter-spacing: 0.064rem;
  margin-top: 1.2rem;
}

.page-flow__item:nth-of-type(n+2) {
  margin-top: 6.5rem;
}
@media (max-width: 767px) {
  .page-flow__item:nth-of-type(n+2) {
    margin-top: 4.8rem;
  }
}

.terms {
  position: relative;
  z-index: 3;
  padding-top: 12rem;
}

@media (max-width: 767px) {
  .terms__inner {
    padding-right: 0;
  }
}

.terms__sub {
  margin-top: 1.5rem;
}

.terms__img {
  margin-top: 6.5rem;
}
@media (max-width: 767px) {
  .terms__img {
    margin-top: 4.1rem;
    overflow: scroll;
  }
  .terms__img img {
    width: 94.6rem;
  }
}

.page-number__list {
  margin-top: 12rem;
}
@media (max-width: 767px) {
  .page-number__list {
    margin-top: 8rem;
  }
}

.page-number__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .page-number__inner {
    gap: 8rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.internship-table {
  background-color: #ffffff;
  font-family: sans-serif;
  margin-top: 6.5rem;
  color: #000000;
}
@media (max-width: 767px) {
  .internship-table {
    margin-top: 4.8rem;
  }
}

.internship-table__container {
  overflow-x: auto;
  background-color: #ffffff;
}

.internship-table__table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  background-color: #ffffff;
}

.internship-table__head {
  background-color: #e6f0fa;
  color: #000000;
}

.internship-table__heading {
  border: 1px solid #6C6C6C;
  background: #005BAB;
  height: 7rem;
  text-align: center;
  vertical-align: middle;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.054rem;
}
@media (max-width: 767px) {
  .internship-table__heading {
    font-size: 1.4rem;
  }
  .internship-table__heading:nth-of-type(1) {
    width: 11.1rem;
  }
  .internship-table__heading:nth-of-type(2) {
    width: 9.4rem;
  }
  .internship-table__heading:nth-of-type(3) {
    width: 14rem;
  }
}

.internship-table__subheading {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  margin-top: 0.4rem;
}

.internship-table__body tr:nth-child(even) {
  background-color: #ffffff;
}

.internship-table__row {
  border-bottom: 1px solid #333333;
}

.internship-table__cell {
  border: 1px solid #333333;
  background-color: #ffffff;
  height: 7rem;
  text-align: center;
  vertical-align: middle;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.048rem;
}

.internship-table__notes {
  margin-top: 0.8rem;
}

.internship-table__note {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.042rem;
}
@media (max-width: 767px) {
  .internship-table__note {
    font-size: 1.3rem;
  }
}

.example__contents {
  padding-left: 1.6rem;
  border-left: 3px solid #005BAB;
}

.example__img {
  margin-top: 6.5rem;
}
@media (max-width: 767px) {
  .example__img {
    margin-top: 4.8rem;
  }
}

.example__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.042rem;
  text-align: right;
  margin-top: 1.1rem;
}
@media (max-width: 767px) {
  .example__text {
    font-size: 1.3rem;
    text-align: left;
    margin-top: 0.7rem;
  }
}

.qa {
  margin-top: 12rem;
  padding-bottom: 12rem;
}
@media (max-width: 767px) {
  .qa {
    margin-top: 8rem;
    padding-bottom: 8rem;
  }
}

.faq {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: #333;
  margin-top: 6.5rem;
  max-width: 92rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .faq {
    margin-top: 4.8rem;
  }
}

.faq__item {
  padding-bottom: 3.2rem;
  border-bottom: 1px solid #cacaca;
}
.faq__item:nth-of-type(n+2) {
  padding-top: 3.2rem;
}

.faq__icon-text {
  font-family: Sora;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8rem; /* 81.818% */
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  background-color: #0A3289;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--fff, #FFF);
  font-family: Sora;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8rem; /* 81.818% */
}

.faq__icon {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
@media (max-width: 767px) {
  .faq__icon {
    flex-direction: column;
  }
}

.faq__icon-image {
  width: 100%;
  height: auto;
  display: block;
}

.faq__content {
  flex: 1;
}

.faq__question {
  color: var(--333, #333);
  font-family: "Noto Sans JP";
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 3.74rem */
}

.faq__answer {
  color: var(--333, #333);
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 2.56rem */
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .faq__answer {
    margin-top: 1.8rem;
  }
}

@media (max-width: 767px) {
  .img-box {
    margin-top: 4.8rem;
  }
}

.page-system {
  background-color: #fff;
}

.organization-info {
  padding: 2rem;
  border: 1px solid #d0d0d0;
  border-radius: 1rem;
  background-color: #ffffff;
  max-width: 64rem;
  margin: 0 auto;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
}

.information__inner {
  position: relative;
}
.information__inner::after {
  content: "";
  position: absolute;
  background: url(../img/about/info_bg.png) no-repeat center center/cover;
  width: 303.5rem;
  height: 292.7rem;
  top: -124.4rem;
  left: -90.5rem;
}
@media (max-width: 767px) {
  .information__inner::after {
    background: url(../img/about/info_bg_sp.png) no-repeat center center/cover;
    width: 37.5rem;
    height: 100.7rem;
    top: -31.8rem;
    left: 0rem;
  }
}

.organization-info__item {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 3.2rem;
  border-bottom: 2px solid #d0d0d0;
  position: relative;
}
@media (max-width: 767px) {
  .organization-info__item {
    flex-direction: column;
  }
}
.organization-info__item:nth-of-type(n+2) {
  margin-top: 3.2rem;
}

.organization-info__item::before {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  height: 0.2rem;
  width: 19.6rem;
  background-color: #0072ce;
}
@media (max-width: 767px) {
  .organization-info__item::before {
    display: none;
  }
}

.organization-info__term {
  width: 19.6rem;
  color: var(--333, #333);
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.032rem;
}

.organization-info__description {
  font-size: 1.4rem;
  color: #333;
  flex: 1;
}
@media (max-width: 767px) {
  .organization-info__description {
    font-size: 1.6rem;
    margin-top: 1.6rem;
  }
}

.information {
  padding-top: 0rem;
  padding-bottom: 12rem;
}
@media (max-width: 767px) {
  .information {
    padding-bottom: 8rem;
    padding-top: 8rem;
  }
}

.information__inner {
  max-width: 96.8rem;
  margin-left: auto;
  margin-right: auto;
}

.page-flow__contents {
  position: relative;
  z-index: 3;
}

.organization-info__list {
  margin-top: 6.4rem;
  background: var(--fff, #FFF);
  box-shadow: 0px 0px 20px 0px rgba(61, 94, 72, 0.1);
  padding: 8rem;
  gap: 1.6rem;
  position: relative;
  z-index: 4;
}
@media (max-width: 767px) {
  .organization-info__list {
    padding: 3rem 1.5rem;
  }
}

.organization-info__description {
  color: var(--333, #333);
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 2.56rem */
  letter-spacing: 0.032rem;
}

.about-support {
  padding-bottom: 24.5rem;
}
@media (max-width: 767px) {
  .about-support {
    padding-bottom: 0rem;
  }
}
.about-support .support__img02 {
  bottom: -18.5rem;
}
@media (max-width: 767px) {
  .about-support .support__img02 {
    bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .about-support .support__img {
    width: 95%;
  }
}

label {
  display: block;
  margin-bottom: 0.2em;
  font-weight: bold;
  color: #41414C;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 2.52rem */
  letter-spacing: 0.056rem;
  margin-bottom: 1rem;
}

.required {
  color: var(--fff, #FFF);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 2.16rem */
  letter-spacing: 0.048rem;
  border-radius: 0.5rem;
  background: #AB1D00;
  display: inline-flex;
  padding: 0.2rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-left: 1.6rem;
}

input, textarea {
  width: 100%;
  border-radius: 0.5rem;
  border: 1px solid var(--ddd, #DDD);
  background: var(--fff, #FFF);
  padding: 1rem 1.6rem;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 2.52rem */
  letter-spacing: 0.056rem;
}
input::placeholder, textarea::placeholder {
  color: var(--999, #999);
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 2.52rem */
  letter-spacing: 0.056rem;
}

textarea {
  resize: vertical;
  height: 120px;
}

.checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  justify-content: center;
  margin-top: 2.7rem;
  gap: 1.2rem;
}
@media (max-width: 767px) {
  .checkbox {
    justify-content: flex-start;
  }
}

.checkbox input {
  margin-right: 0.5em;
}

.submit-button {
  display: flex;
  width: 60rem;
  height: 8rem;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  margin-top: 4rem;
  border-radius: 1rem;
  background: #005BAB;
  color: var(--fff, #FFF);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 4.32rem */
  letter-spacing: 0.24rem;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .submit-button {
    width: 100%;
  }
}

.submit-button:hover {
  opacity: 0.7;
}

.note {
  color: #41414C;
  /* p */
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 2.52rem */
  letter-spacing: 0.056rem;
  margin-top: 0.8rem;
}

textarea {
  padding: 1rem 1.6rem;
  height: 21.4rem;
}

.contact-head {
  padding-top: 24rem;
}
@media (max-width: 767px) {
  .contact-head {
    padding-top: 16rem;
  }
}

.contact-head__title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 159%; /* 6.36rem */
  text-align: center;
}
@media (max-width: 767px) {
  .contact-head__title {
    font-size: 3.2rem;
  }
}

.contact-head__sub {
  color: #005BAB;
  font-family: Sora;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 0.7rem;
  text-align: center;
}

.contact__form {
  width: 98rem;
  padding: 6.4rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 11rem;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(42, 46, 49, 0.1);
  margin-bottom: 12rem;
  position: relative;
  z-index: 4;
}
@media (max-width: 767px) {
  .contact__form {
    margin-top: 8rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    width: auto;
    padding: 2.4rem 1.6rem;
    margin-bottom: 8rem;
  }
}

.contact-head__inner {
  position: relative;
}
.contact-head__inner::after {
  content: "";
  position: absolute;
  background: url(../img/contact/contact-bg.png) no-repeat center center/cover;
  width: 142.6rem;
  height: 124.3rem;
  top: -85.9rem;
  left: -72.2rem;
}
@media (max-width: 767px) {
  .contact-head__inner::after {
    background: url(../img/contact/contact-bg_sp.png) no-repeat center center/cover;
    width: 37.5rem;
    height: 37.5rem;
    left: 0;
    top: -16.4rem;
  }
}

.contact__form__item:nth-of-type(n+2) {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .contact__form__item:nth-of-type(2) {
    margin-top: 0;
  }
}

.contact__form__note {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-align: center;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .contact__form__note {
    margin-top: 4rem;
    text-align: left;
  }
}
.contact__form__note a {
  color: #00539C;
  text-decoration: underline;
}

input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  margin: 0;
  border: 1px solid #DDD;
  background: #FFF;
}

.checkbox__label {
  margin-bottom: 0;
}

.thanks-title {
  color: #005BAB;
  font-family: Sora;
  font-size: 7.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
@media (max-width: 767px) {
  .thanks-title {
    font-size: 4.8rem;
  }
}

.thanks-sub {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 159%; /* 3.816rem */
  text-align: center;
}

.thanks-text {
  color: #333;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 240%; /* 4.8rem */
  margin-top: 6.8rem;
}
@media (max-width: 767px) {
  .thanks-text {
    text-align: left;
  }
}

.thanks-tel {
  margin-top: 8rem;
  display: flex;
  width: 55rem;
  height: 16.4rem;
  padding: 2.4rem 4rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #EBF6FF;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 20px 0px rgba(42, 46, 49, 0.1);
  margin-bottom: 12rem;
}
@media (max-width: 767px) {
  .thanks-tel {
    width: 100%;
    padding: 0;
    margin-bottom: 8rem;
  }
}

.thanks-tel__icon {
  width: 6.4rem;
  height: 6.4rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .thanks-tel__icon {
    width: 3.6rem;
    height: 3.6rem;
  }
}

.thanks-tel__text {
  color: #333;
  text-align: center;
  font-family: Sora;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 7.68rem */
}
@media (max-width: 767px) {
  .thanks-tel__text {
    color: #333;
    text-align: center;
    font-family: Sora;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 5.76rem */
  }
}

.thanks-tel--404 {
  margin-top: 17.6rem;
  display: flex;
  width: 55rem;
  margin-left: auto;
  margin-right: auto;
  height: 16.4rem;
  padding: 2.4rem 4rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 7.68rem */
  background: #005BAB;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 12rem;
}
@media (max-width: 767px) {
  .thanks-tel--404 {
    margin-top: 8rem;
    margin-bottom: 8rem;
    font-size: 3.2rem;
    height: 9.9rem;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .thanks-sub--404 {
    font-size: 2rem;
    margin-top: 0.7rem;
  }
}

@media (max-width: 767px) {
  .thanks-text--404 {
    margin-top: 5.6rem;
  }
}

.privacy-policy {
  background-color: #ffffff;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  font-size: 1.4rem;
  margin-top: 6.4rem;
}
@media (max-width: 767px) {
  .privacy-policy {
    margin-top: 4.8rem;
  }
}

.privacy-policy__section {
  margin-bottom: 4.8rem;
}
.privacy-policy__section:last-of-type {
  margin-bottom: 12rem;
}
@media (max-width: 767px) {
  .privacy-policy__section:last-of-type {
    margin-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .privacy-policy__section {
    margin-bottom: 3.2rem;
  }
}

.privacy-policy__heading {
  background-color: #e5f1fa;
  margin-bottom: 1.6rem;
  height: 4.6rem;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 2.56rem */
}
@media (max-width: 767px) {
  .privacy-policy__heading {
    margin-bottom: 2.4rem;
  }
}

.privacy-policy__text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 2.56rem */
}

.privacy-policy__list {
  list-style-type: disc;
  padding-left: 2rem;
}

.privacy-policy__item {
  margin-bottom: 0.8rem;
}

.privacy-policy__link {
  color: #AB1D00;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.privacy-policy__link:hover {
  color: #a00000;
}

.privacy-policy__more {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 2.88rem */
  margin-top: 13rem;
}
@media (max-width: 767px) {
  .privacy-policy__more {
    margin-top: 8rem;
  }
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}