@charset "UTF-8";
/* 文字コードの指定 */
* {
  box-sizing: border-box;
}

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

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  color: #333333;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 2;
  }
}

main {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  main {
    margin-top: 6rem;
  }
}

li {
  list-style: none;
}

a {
  color: #333333;
  text-decoration: none;
}

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

em,
address {
  font-style: normal;
}

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

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

.flex {
  display: flex;
}
@media (max-width: 767px) {
  .flex {
    flex-direction: column;
  }
}

.content-width {
  max-width: 102.4rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .content-width {
    width: 100%;
  }
}

.content-width--l {
  width: 89.75%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .content-width--l {
    width: 100%;
  }
}

.blue {
  color: #009BD6;
}

.pink {
  color: #FF6E6E;
}

/* 青ボタン */
.contact-button {
  max-width: 39.6rem;
  width: 100%;
  height: 64px;
  border-radius: 3.2rem;
  color: #fff;
  letter-spacing: -0.44px;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* CTAボタン */
.section-title {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 3rem;
  }
}
.section-title .en {
  font-size: 1.9rem;
  color: #81CFF4;
  display: block;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .section-title .en {
    font-size: 1.4rem;
  }
}
.section-title .ja {
  font-size: 4rem;
  color: #009BD6;
}
@media (max-width: 767px) {
  .section-title .ja {
    font-size: 3rem;
  }
}
.section-title .wave-b {
  position: relative;
  padding-bottom: 1.2rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .section-title .wave-b {
    padding-bottom: 1.9rem;
  }
}
.section-title .wave-b::before {
  position: absolute;
  content: "";
  background-image: url(../images/wave-line-b.svg);
  background-size: contain;
  width: 17rem;
  height: 1rem;
  bottom: 0;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .section-title .wave-b::before {
    width: 13.6rem;
    height: 0.9rem;
  }
}
.section-title .wave-w {
  position: relative;
  padding-bottom: 1.2rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .section-title .wave-w {
    padding-bottom: 1.9rem;
  }
}
.section-title .wave-w::before {
  position: absolute;
  content: "";
  background-image: url(../images/wave-line-w.svg);
  background-size: contain;
  width: 17rem;
  height: 1rem;
  bottom: 0;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .section-title .wave-w::before {
    width: 13.6rem;
    height: 0.9rem;
  }
}
.section-title .wave-p {
  position: relative;
  padding-bottom: 1.2rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .section-title .wave-p {
    padding-bottom: 1.9rem;
  }
}
.section-title .wave-p::before {
  position: absolute;
  content: "";
  background-image: url(../images/wave-line-p.svg);
  background-size: contain;
  width: 17rem;
  height: 1rem;
  bottom: 0;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .section-title .wave-p::before {
    width: 13.6rem;
    height: 0.9rem;
  }
}
.section-title .fukidashi {
  padding: 0 5rem;
  position: relative;
}
@media (max-width: 767px) {
  .section-title .fukidashi {
    padding: 0 4.1rem;
  }
}
.section-title .fukidashi::before, .section-title .fukidashi::after {
  position: absolute;
  content: "";
  background-size: contain;
  width: 4.1rem;
  height: 3.8rem;
  bottom: 0.4rem;
}
@media (max-width: 767px) {
  .section-title .fukidashi::before, .section-title .fukidashi::after {
    width: 2.6rem;
    height: 2.4rem;
  }
}
.section-title .fukidashi::before {
  background-image: url(../images/fukidashi-l.svg);
  left: 0;
}
.section-title .fukidashi::after {
  background-image: url(../images/fukidashi-r.svg);
  right: 0;
}

.section-text {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .section-text {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    text-align: left;
  }
}

.marker {
  background: linear-gradient(90deg, #FFEF40 0%, #FFEF40 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 50%;
}

.wave-l-blue {
  position: relative;
}
.wave-l-blue::after {
  position: absolute;
  content: "";
  background-image: url(../images/wave-l-blue.svg);
  background-size: cover;
  background-position: bottom center;
  width: 100%;
  height: 4rem;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .wave-l-blue::after {
    height: 4.5333333333vw;
    bottom: -3px;
    background-image: url(../images/sp_wave-l-blue.svg);
  }
}

.wave-blue-top {
  position: relative;
}
.wave-blue-top::after {
  position: absolute;
  content: "";
  background-image: url(../images/wave-blue-top.svg);
  background-size: cover;
  background-position: bottom center;
  width: 100%;
  height: 4.4rem;
  bottom: -1px;
  left: 0;
}
@media (max-width: 767px) {
  .wave-blue-top::after {
    height: 3.4666666667vw;
    bottom: 0;
    background-image: url(../images/sp_wave-blue-top.svg);
  }
}

.wave-blue-bottom {
  position: relative;
}
.wave-blue-bottom::before {
  position: absolute;
  content: "";
  background-image: url(../images/wave-blue-bottom.svg);
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 4.4rem;
  top: -1px;
  left: 0;
}
@media (max-width: 767px) {
  .wave-blue-bottom::before {
    background-image: url(../images/sp_wave-blue-bottom.svg);
    height: 3.4666666667vw;
    top: -1.6px;
  }
}

.wave-blue-2-top {
  position: relative;
}
.wave-blue-2-top::after {
  position: absolute;
  content: "";
  background-image: url(../images/wave-blue-2-top.svg);
  background-size: cover;
  background-position: bottom center;
  width: 100%;
  height: 3.7rem;
  bottom: -1px;
  left: 0;
}
@media (max-width: 767px) {
  .wave-blue-2-top::after {
    background-image: url(../images/sp_wave-blue-2-top.svg);
    height: 3.4666666667vw;
    bottom: 0;
  }
}

.wave-blue-2-bottom {
  position: relative;
}
.wave-blue-2-bottom::before {
  position: absolute;
  content: "";
  background-image: url(../images/wave-blue-2-bottom.svg);
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 4.4rem;
  top: -1px;
  left: 0;
}
@media (max-width: 767px) {
  .wave-blue-2-bottom::before {
    background-image: url(../images/sp_wave-blue-2-bottom.svg);
    height: 3.4666666667vw;
    top: 0;
  }
}

/*=================================================
    ヘッダー
===================================================*/
.header {
  width: 100%;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  z-index: 10;
}
@media (max-width: 767px) {
  .header {
    height: 6rem;
  }
}
.header .header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.9rem 0 3rem;
  margin: 0 auto;
  height: 10rem;
}
@media (max-width: 767px) {
  .header .header__inner {
    padding: 0 1.2rem;
    width: 100%;
    height: 6rem;
  }
}
.header .header__logo {
  max-width: 24.4791666667vw;
  width: 100%;
}
.header .header__logo a {
  display: flex;
}
@media (min-width:1920px) {
  .header .header__logo {
    max-width: 47rem;
  }
}
@media (max-width: 767px) {
  .header .header__logo {
    max-width: 19.5rem;
  }
}
.header .header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 90%;
}
@media (max-width: 1024px) {
  .header .header__right {
    display: none;
  }
}
.header .header__menu {
  display: flex;
  align-items: center;
  gap: 1.5625vw;
  margin-right: 2.2916666667vw;
}
@media (min-width:1920px) {
  .header .header__menu {
    gap: 3rem;
    margin-right: 4.4rem;
  }
}
@media (max-width:1200px) {
  .header .header__menu {
    gap: 1.5625vw;
    margin-right: 1.5625vw;
  }
}
.header .header__menu a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333333;
  display: block;
}
@media (max-width:1200px) {
  .header .header__menu a {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .header .header__contact {
    max-width: 36rem;
    width: 100%;
  }
}
@media (max-width:1200px) {
  .header .header__contact {
    max-width: 29rem;
  }
}
.header .contact-list {
  display: flex;
  align-items: center;
  gap: 0.9895833333vw;
}
@media (min-width:1920px) {
  .header .contact-list {
    gap: 1.9rem;
  }
}
.header .contact-list li {
  width: 50%;
}
.header .cta-btn {
  width: 100%;
  max-width: 18.9rem;
  height: 5.2rem;
  font-size: 1.6rem;
  color: white;
  background: #fff;
  font-weight: 700;
  letter-spacing: 0;
  border-radius: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media (min-width:1920px) {
  .header .cta-btn {
    font-size: 1.5rem;
    max-width: 17.2rem;
  }
}
@media (max-width:1200px) {
  .header .cta-btn {
    max-width: 15.2rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .header .cta-btn {
    max-width: 14.6rem;
  }
}
.header .cta-btn--login {
  background: #009BD6;
}
.header .cta-btn--contact {
  background: #FFEA00;
  border: solid 1px #009BD6;
  color: #333333;
}

/*=================================================
    SP ハンバーガーメニュー
===================================================*/
/* ハンバーガーメニューボタン */
.hamburger-btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  z-index: 100;
  cursor: pointer;
  background: transparent;
}
.hamburger-btn .hamburger-btn__line {
  width: 3.2rem;
  height: 2.2rem;
  position: relative;
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
}
.hamburger-btn .hamburger-btn__line .line {
  position: absolute;
  content: "";
  background: #009BD6;
  width: 3.2rem;
  height: 3px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.hamburger-btn .hamburger-btn__line .line:nth-child(1) {
  top: 0;
}
.hamburger-btn .hamburger-btn__line .line:nth-child(2) {
  top: 40%;
}
.hamburger-btn .hamburger-btn__line .line:nth-child(3) {
  bottom: 0;
}

/* ×　オープン */
.hamburger-btn.active .line:nth-child(1), .hamburger-btn.active .line:nth-child(2), .hamburger-btn.active .line:nth-child(3) {
  top: 10px;
  left: 0;
}
.hamburger-btn.active .line:nth-child(1) {
  transform: rotate(-45deg);
}
.hamburger-btn.active .line:nth-child(2) {
  transform: rotate(45deg);
}
.hamburger-btn.active .line:nth-child(3) {
  transform: rotate(45deg);
}

/* メニューの中身 */
#hamburger-menu {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  visibility: hidden;
  padding: 8.65rem 3rem 5rem;
}
#hamburger-menu .hamburger-menu__list li {
  text-align: center;
}
#hamburger-menu .hamburger-menu__list li:last-child {
  margin-bottom: 0;
}
#hamburger-menu .hamburger-menu__list li a {
  border-bottom: dashed 1px #BBBBBB;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  padding: 1.55rem;
  display: block;
}
#hamburger-menu .hamburger-menu__list li:first-child {
  border-top: dashed 1px #BBBBBB;
}
#hamburger-menu .contact-list {
  flex-direction: column;
  margin-top: 5.65rem;
}
#hamburger-menu .contact-list li {
  margin-bottom: 2.9rem;
  width: 100%;
}
#hamburger-menu .contact-list li a {
  width: 100%;
  max-width: 31.5rem;
  font-size: 1.6rem;
  height: 6rem;
}
#hamburger-menu .contact-list li:last-child {
  margin-bottom: 0;
}

/* ハンバーガーメニュー開いた時 */
#hamburger-menu.active {
  overflow: scroll;
  visibility: visible;
  transition: all 0.5s;
  left: 0;
  -webkit-overflow-scrolling: touch;
}

body.active {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .hamburger-btn,
  .hamburger-menu {
    display: none;
  }
}
@media (max-width: 1024px) {
  .hamburger-btn,
  .hamburger-menu {
    display: block;
  }
}

.hamburger-btn.active .hamburger-btn__line .line {
  background: #009BD6;
}

/*=================================================
   メインビジュアル
===================================================*/
.mv {
  background-image: url(../images/pc-mv-left.jpg);
  background-size: cover;
  background-position: left center;
  height: 41.40625vw;
}
@media (min-width:1920px) {
  .mv {
    height: 79.5rem;
  }
}
@media (max-width: 767px) {
  .mv {
    background-image: url(../images/sp-mv-bottom.jpg);
    background-position: bottom center;
    background-size: 100%;
    height: 163.2vw;
  }
}
.mv .mv__catch {
  font-size: 1.6666666667vw;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  background-image: url(../images/pc-mv-right.png);
  background-size: cover;
  background-position: left center;
  height: 100%;
  width: 52.8645833333vw;
  margin: 0 0 0 auto;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width:1920px) {
  .mv .mv__catch {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .mv .mv__catch {
    font-size: 4vw;
    width: 100%;
    height: 95.7333333333vw;
    text-align: center;
    background-image: url(../images/sp-mv-top.png);
    align-items: flex-start;
    padding-top: 21.8666666667vw;
  }
}
.mv .mv__catch::before {
  position: absolute;
  content: "";
  background-image: url(../images/mv-top.png);
  background-size: contain;
  width: 13.0729166667vw;
  height: 10.8854166667vw;
  top: 1.7708333333vw;
  right: 2.03125vw;
}
@media (min-width:1920px) {
  .mv .mv__catch::before {
    width: 25.1rem;
    height: 20.9rem;
    top: 3.4rem;
    right: 3.9rem;
  }
}
@media (max-width: 767px) {
  .mv .mv__catch::before {
    width: 27.2vw;
    height: 22.9333333333vw;
    right: 0;
    top: 0.8rem;
  }
}
.mv .mv__catch::after {
  position: absolute;
  content: "";
  background-image: url(../images/mv-bottom.png);
  background-size: contain;
  width: 10.9895833333vw;
  height: 11.3020833333vw;
  bottom: 2.65625vw;
  left: 2.8645833333vw;
}
@media (min-width:1920px) {
  .mv .mv__catch::after {
    width: 21.1rem;
    height: 21.7rem;
    bottom: 5.1rem;
    left: 5.5rem;
  }
}
@media (max-width: 767px) {
  .mv .mv__catch::after {
    width: 22.6666666667vw;
    height: 23.4666666667vw;
    left: 0;
    bottom: 3.87rem;
  }
}

.cover {
  background-size: cover;
  padding: 6.0416666667vw 2rem 6.25vw;
  border-radius: 3rem;
  width: 96%;
  margin: 0 auto;
}
@media (min-width:1920px) {
  .cover {
    padding: 11.6rem 2rem 12rem;
  }
}
@media (max-width: 767px) {
  .cover {
    border-radius: 2rem;
    width: 90.1333333333vw;
    padding: 9.3333333333vw 2rem;
  }
}
.cover .content-width {
  position: relative;
}
.cover .content-width::after {
  position: absolute;
  content: "";
  background-image: url(../images/cover-bottom.png);
  background-size: contain;
  width: 13.0729166667vw;
  height: 10.46875vw;
  bottom: -13.125vw;
  right: 2.5rem;
}
@media (min-width:1920px) {
  .cover .content-width::after {
    width: 25.1rem;
    height: 20.1rem;
    bottom: -25.2rem;
  }
}
@media (max-width: 767px) {
  .cover .content-width::after {
    width: 24.5333333333vw;
    height: 19.4666666667vw;
    bottom: -5.8rem;
    right: 0;
  }
}
.cover .cover-title {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
}
.cover .cover-title .en {
  font-size: 2.4rem;
  color: #009BD6;
  display: block;
}
@media (max-width: 767px) {
  .cover .cover-title .en {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
.cover .cover-title .ja {
  font-size: 5rem;
  color: #333333;
}
@media (max-width: 767px) {
  .cover .cover-title .ja {
    font-size: 2.4rem;
  }
}

.page-about .cover {
  background-image: url(../images/pc_cover-about.png);
}
@media (max-width: 767px) {
  .page-about .cover {
    background-image: url(../images/sp_cover-about.png);
  }
}

.page-news .cover {
  background-image: url(../images/pc_cover-news.png);
}
@media (max-width: 767px) {
  .page-news .cover {
    background-image: url(../images/sp_cover-news.png);
  }
}

.breadcrumbs {
  padding: 4.7rem 2rem 0;
  width: 78%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .breadcrumbs {
    width: 100%;
    padding: 2.2rem 2rem 0;
  }
}
.breadcrumbs .breadcrumbs__list {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .breadcrumbs .breadcrumbs__list {
    font-size: 1.4rem;
    flex-wrap: wrap;
    -moz-column-gap: 1.8rem;
         column-gap: 1.8rem;
    row-gap: 1.25rem;
  }
}
.breadcrumbs .breadcrumbs__list .arrow {
  display: block;
}
.breadcrumbs .breadcrumbs__list .icon {
  display: flex;
}
.breadcrumbs .breadcrumbs__list a {
  font-size: 1.6rem;
  color: #009BD6;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .breadcrumbs .breadcrumbs__list a {
    font-size: 1.4rem;
  }
}

.aboutus {
  background-image: url(../images/pc_bg-aboutus.png);
  background-size: cover;
  padding: 6rem 2rem 9.5rem;
  background-position: center;
}
@media (max-width: 767px) {
  .aboutus {
    background-image: url(../images/sp_bg-aboutus.png);
    padding: 5.6rem 2rem 2.68rem;
  }
}
.aboutus .flex {
  justify-content: space-around;
  align-items: center;
}
.aboutus .section-title .en,
.aboutus .section-title .ja {
  color: #fff;
}
.aboutus p {
  text-align: center;
  margin-bottom: 3.8rem;
  color: #fff;
}
@media (max-width: 767px) {
  .aboutus p {
    font-size: 1.3rem;
    line-height: 2.1538461538;
  }
}
.aboutus p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .aboutus .aboutus__text {
    margin-bottom: 3rem;
  }
}
.aboutus .aboutus__left {
  max-width: 13.90625vw;
  width: 100%;
}
@media (min-width:1920px) {
  .aboutus .aboutus__left {
    max-width: 26.7rem;
  }
}
@media (max-width: 767px) {
  .aboutus .aboutus__left {
    display: none;
  }
}
.aboutus .aboutus__right {
  max-width: 15.78125vw;
  width: 100%;
}
@media (min-width:1920px) {
  .aboutus .aboutus__right {
    max-width: 30.3rem;
  }
}
@media (max-width: 767px) {
  .aboutus .aboutus__right {
    max-width: 32.2rem;
  }
}

.home-about {
  background-image: url(../images/pc_bg-about.jpg);
  background-size: cover;
  background-position: bottom center;
  padding: 7.3rem 2rem 25.4rem;
}
@media (max-width: 767px) {
  .home-about {
    background-image: url(../images/sp_bg-about.jpg);
    padding: 5rem 2rem 12.7rem;
  }
}
.home-about .section-title .en {
  color: #009BD6;
}
.home-about .section-title .ja {
  color: #333333;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .home-about .section-title .ja {
    font-size: 1.5rem;
  }
}
.home-about .section-title em {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .home-about .section-title em {
    font-size: 3rem;
  }
}
.home-about .section-text {
  max-width: 76.4rem;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .home-about .section-text {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.home-about .home-about__img {
  max-width: 64rem;
  margin: 3.4rem auto 0;
}
@media (max-width: 767px) {
  .home-about .home-about__img {
    margin: 1rem auto 0;
  }
}
.home-about .home-about__block {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  background: #fff;
  padding: 3.5rem;
  margin-top: 1.8rem;
}
@media (max-width: 767px) {
  .home-about .home-about__block {
    padding: 2.1rem 1.5rem;
    flex-direction: column;
  }
}
.home-about .home-about__block p {
  max-width: 44.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5555555556;
  text-align: center;
}
@media (max-width: 767px) {
  .home-about .home-about__block p {
    text-align: left;
    max-width: 100%;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.home-about .home-about__block .iruka-img {
  max-width: 49rem;
  width: 100%;
}

.about {
  padding: 6.35rem 2rem 16.7rem;
}
@media (max-width: 767px) {
  .about {
    padding: 4.1rem 2rem 11.4rem;
  }
}

.company-table {
  border-spacing: 0;
  border-radius: 2rem;
  border: solid 2px #009BD6;
  overflow: hidden;
}
@media (max-width: 767px) {
  .company-table tr {
    display: flex;
    flex-direction: column;
  }
}
.company-table th {
  font-size: 1.8rem;
  font-weight: 700;
  vertical-align: middle;
  text-align: center;
  width: 23%;
  background: #E9F9FF;
}
@media (max-width: 767px) {
  .company-table th {
    width: 100%;
    font-size: 1.6rem;
    padding: 1.5rem;
  }
}
.company-table td {
  padding: 3rem;
  text-align: left;
  font-weight: 500;
}
@media (max-width: 767px) {
  .company-table td {
    font-size: 1.4rem;
    line-height: 2;
    padding: 1.5rem 2rem;
    text-align: center;
  }
}
.company-table td a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .company-table .tr-left td {
    text-align: left;
  }
}
.company-table th,
.company-table td {
  border-bottom: solid 1px #B2DDEE;
}

.mission {
  padding: 10.3rem 2rem 24.6rem;
  background-image: url(../images/pc_bg-mission.jpg);
  background-size: cover;
  background-position: center bottom;
}
@media (max-width: 767px) {
  .mission {
    background-image: url(../images/sp_bg-mission.jpg);
    padding: 5.6rem 2rem 16.8rem;
  }
}
.mission .mission__wellness {
  margin-top: 6.18rem;
}
@media (max-width: 767px) {
  .mission .mission__wellness {
    margin-top: 4.2rem;
  }
}
.mission .mission__wellness .wellness-title {
  text-align: center;
}
@media (max-width: 767px) {
  .mission .mission__wellness .wellness-title {
    max-width: 15.1rem;
    margin: 0 auto;
  }
}
.mission .mission__wellness .wellness-catch {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 2.7rem;
}
@media (max-width: 767px) {
  .mission .mission__wellness .wellness-catch {
    font-size: 1.6rem;
    margin-top: 2.1rem;
  }
}
.mission .mission__wellness .section-text {
  max-width: 81.1rem;
  margin: 2.3rem auto 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .mission .mission__wellness .section-text {
    margin-top: 2.5rem;
  }
}
.mission .wellness__img {
  margin: 3.3rem auto 0;
  position: relative;
  max-width: 53.2291666667vw;
}
@media (max-width: 767px) {
  .mission .wellness__img {
    max-width: 100%;
    margin: 1.5rem auto 0;
  }
}
.mission .wellness__img::before {
  position: absolute;
  content: "";
  background-image: url(../images/wellness-l.png);
  background-size: contain;
  width: 19.3229166667vw;
  height: 29.8958333333vw;
  top: -44%;
  left: -22%;
}
@media (min-width:1920px) {
  .mission .wellness__img::before {
    width: 37.1rem;
    height: 57.4rem;
  }
}
@media (max-width: 767px) {
  .mission .wellness__img::before {
    display: none;
  }
}
.mission .wellness__img::after {
  position: absolute;
  content: "";
  background-image: url(../images/wellness-r.png);
  background-size: contain;
  width: 18.4375vw;
  height: 30.8854166667vw;
  top: -44%;
  right: -22%;
}
@media (min-width:1920px) {
  .mission .wellness__img::after {
    width: 35.4rem;
    height: 59.3rem;
  }
}
@media (max-width: 767px) {
  .mission .wellness__img::after {
    display: none;
  }
}
.mission .mission__wellness__catch {
  margin-top: 7.2rem;
}
@media (max-width: 767px) {
  .mission .mission__wellness__catch {
    margin-top: 1rem;
  }
}
.mission .catch-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.7rem;
  margin-bottom: 2.9rem;
}
@media (max-width: 767px) {
  .mission .catch-list {
    gap: 0.8rem;
    margin-bottom: 0.9rem;
  }
}
.mission .catch-list:last-of-type {
  margin-bottom: 0;
}
.mission .catch-list li {
  background: #FFEA00;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1.2rem 2.2rem;
  display: inline-block;
  line-height: 1;
}
@media (max-width: 767px) {
  .mission .catch-list li {
    font-size: 1rem;
    padding: 0.9rem 0.5rem;
  }
}
.mission .wellness__about {
  text-align: center;
  margin-top: 5.4rem;
}
@media (max-width: 767px) {
  .mission .wellness__about {
    margin-top: 4.6rem;
  }
}
.mission .wellness__about .about-title {
  font-size: 3rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .mission .wellness__about .about-title {
    font-size: 2rem;
  }
}
.mission .wellness__about p {
  margin-top: 2.3rem;
  font-size: 1.8rem;
  line-height: 1.4444444444;
}
@media (max-width: 767px) {
  .mission .wellness__about p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 2.6rem;
    text-align: left;
  }
}

.works {
  background: #FFECEC;
  padding: 11.5rem 2rem 13.3rem;
}
@media (max-width: 767px) {
  .works {
    padding: 6.3rem 2rem 6.7rem;
  }
}
.works .works__block {
  background: #fff;
  border: solid 2px #FF6E6E;
  border-radius: 5rem;
  width: 87%;
  margin: 0 auto;
  padding: 7.6rem 2rem 13.2rem;
  position: relative;
}
@media (max-width: 767px) {
  .works .works__block {
    width: 100%;
    border-radius: 3rem;
    padding: 3.6rem 2rem 5rem;
  }
}
.works .works__block::before {
  position: absolute;
  content: "";
  background-image: url(../images/works-l.png);
  background-size: contain;
  width: 15.78125vw;
  height: 46.1458333333vw;
  bottom: 10.9895833333vw;
  left: 1.9791666667vw;
}
@media (min-width:1920px) {
  .works .works__block::before {
    width: 30.1rem;
    height: 88.6rem;
    bottom: 22.1rem;
    left: 3.8rem;
  }
}
@media (max-width: 767px) {
  .works .works__block::before {
    display: none;
  }
}
.works .works__block::after {
  position: absolute;
  content: "";
  background-image: url(../images/works-r.png);
  background-size: contain;
  width: 15.6770833333vw;
  height: 41.1458333333vw;
  bottom: 15.9375vw;
  right: 0;
}
@media (min-width:1920px) {
  .works .works__block::after {
    width: 30.1rem;
    height: 79rem;
    bottom: 30.6rem;
  }
}
@media (max-width: 767px) {
  .works .works__block::after {
    display: none;
  }
}
.works .section-title .en {
  color: #FF6E6E;
}
.works .section-title .ja {
  color: #333333;
}
.works .section-catch {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .works .section-catch {
    font-size: 1.6rem;
  }
}
.works .section-text {
  margin-top: 3.1rem;
  margin-bottom: 3.3rem;
}
@media (max-width: 767px) {
  .works .section-text {
    margin-top: 2.3rem;
    margin-bottom: 2.28rem;
  }
}
.works .iruka-logo {
  max-width: 44.3rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .works .iruka-logo {
    max-width: 27.2rem;
  }
}
.works .works-title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .works .works-title {
    font-size: 2rem;
  }
}
.works .works-title em {
  font-size: 4.1rem;
}
@media (max-width: 767px) {
  .works .works-title em {
    font-size: 2.8rem;
  }
}
.works .works-catch {
  font-size: 2.9rem;
  font-weight: 700;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .works .works-catch {
    font-size: 1.8rem;
    margin-top: 1.3rem;
  }
}
.works .works__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.7rem;
  margin-top: 5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .works .works__list {
    margin-top: 4.9rem;
    grid-template-columns: 1fr;
    gap: 1.7rem;
  }
}
.works .works__list li {
  background: #fff;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 700;
  padding: 2.4rem 1.5rem;
  border: solid 2px #FF6E6E;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .works .works__list li {
    font-size: 1.5rem;
    padding: 2.8rem 2.4rem 4.3rem;
  }
}
.works .works__list li .list-title {
  margin-top: 1.7rem;
  display: flex;
  align-items: flex-start;
  gap: 1.3rem;
}
.works .works__list li .list-title .num {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.1;
  line-height: 1;
}
@media (max-width: 767px) {
  .works .works__list li .list-title .num {
    font-size: 3.1rem;
  }
}
.works .works__list__img {
  text-align: center;
}
.works .small {
  font-size: 1.6rem;
  margin-top: 3.7rem;
}
@media (max-width: 767px) {
  .works .small {
    font-size: 1.4rem;
    margin-top: 2.4rem;
  }
}

.recommend {
  background-image: url(../images/bg-dot.svg);
  background-size: cover;
  padding: 14.2rem 2rem 14.6rem;
  position: relative;
}
@media (max-width: 767px) {
  .recommend {
    padding: 4.75rem 2rem 8.86rem;
  }
}
.recommend .section-title .en {
  color: #009BD6;
}
.recommend .section-title .ja {
  color: #333333;
}
@media (max-width: 767px) {
  .recommend .section-title .ja {
    font-size: 2.3rem;
  }
}
.recommend .recommend__block {
  border: solid 15px #FFF79F;
  padding: 6rem 2rem;
  border-radius: 5rem;
  max-width: 76.7rem;
  margin: 0 auto;
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .recommend .recommend__block {
    border: solid 8px #FFF79F;
    padding: 4.4rem 3rem 12.3rem;
  }
}
.recommend .recommend__block::before {
  position: absolute;
  content: "";
  background-image: url(../images/recommend-top.png);
  background-size: contain;
  width: 11.6666666667vw;
  height: 15.0520833333vw;
  top: -7.5520833333vw;
  right: -13.5416666667vw;
}
@media (min-width:1920px) {
  .recommend .recommend__block::before {
    width: 22.4rem;
    height: 28.9rem;
    top: -14.5rem;
    right: -26rem;
  }
}
@media (max-width: 1024px) {
  .recommend .recommend__block::before {
    display: none;
  }
}
.recommend .recommend__block::after {
  position: absolute;
  content: "";
  background-image: url(../images/heart.png);
  background-size: contain;
  width: 6.875vw;
  height: 6.25vw;
  bottom: 2.03125vw;
  right: 2.3072916667vw;
}
@media (min-width:1920px) {
  .recommend .recommend__block::after {
    width: 13.2rem;
    height: 12rem;
    bottom: 3.9rem;
    right: 4.43rem;
  }
}
@media (max-width: 767px) {
  .recommend .recommend__block::after {
    width: 8.9rem;
    height: 8.1rem;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: 1.6rem;
  }
}
.recommend .check-list {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.recommend .check-list li {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  margin-bottom: 3.3rem;
}
@media (max-width: 767px) {
  .recommend .check-list li {
    margin-bottom: 2.6rem;
  }
}
.recommend .check-list li p {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .recommend .check-list li p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.recommend .check-list li .icon {
  padding-top: 5px;
}
.recommend .check-list li .small {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .recommend .check-list li .small {
    font-size: 1.2rem;
  }
}
.recommend .check-list li:last-child {
  margin-bottom: 0;
}
.recommend .recommend__bottom {
  align-items: center;
  justify-content: space-around;
}
.recommend .recommend__bottom .recommend__left {
  max-width: 15.9375vw;
  width: 100%;
}
@media (min-width:1920px) {
  .recommend .recommend__bottom .recommend__left {
    max-width: 30.6rem;
  }
}
@media (max-width: 767px) {
  .recommend .recommend__bottom .recommend__left {
    display: none;
  }
}
.recommend .recommend__bottom .recommend__right {
  max-width: 15.1041666667vw;
  width: 100%;
}
@media (min-width:1920px) {
  .recommend .recommend__bottom .recommend__right {
    max-width: 29rem;
  }
}
@media (max-width: 767px) {
  .recommend .recommend__bottom .recommend__right {
    margin: 2.5rem auto 0;
    max-width: 30.8rem;
  }
}
.recommend .bottom-text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  margin-top: 7.2rem;
  margin-bottom: 8.9rem;
}
@media (max-width: 767px) {
  .recommend .bottom-text {
    margin-top: 4rem;
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}

.cta-area {
  background: linear-gradient(90deg, rgb(178, 221, 238) 0%, rgb(255, 253, 226) 50%, rgb(178, 221, 238) 100%);
  border-radius: 5.5rem;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cta-area {
    margin-top: 4.22rem;
    border-radius: 3.5rem;
  }
}

.cta {
  background: #ffffff;
  border-radius: 5rem;
  padding: 5rem 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cta {
    border-radius: 3rem;
    padding: 3.5rem 1.4rem 4.5rem;
  }
}
.cta .pink {
  font-size: 2.8rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cta .pink {
    font-size: 2.2rem;
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 767px) {
  .cta .pink em {
    font-size: 2.8rem;
  }
}
.cta .pink small {
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .cta .pink small {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .cta .bottom-text {
    font-size: 2.2rem;
  }
}
.cta p {
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 1.3rem;
}
@media (max-width: 767px) {
  .cta p {
    font-size: 2rem;
    line-height: 1.45;
    margin-top: 0;
  }
}
.cta .iruka-logo {
  max-width: 44.3rem;
  width: 100%;
  margin: 2.1rem auto 0;
}
@media (max-width: 767px) {
  .cta .iruka-logo {
    margin: 1.98rem auto 0;
  }
}
.cta .cta-btn {
  width: 100%;
  max-width: 43.2rem;
  height: 7.1rem;
  font-size: 2rem;
  color: #fff;
  background: #009BD6;
  font-weight: 700;
  letter-spacing: 0;
  border-radius: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3.6rem auto 0;
}
@media (max-width: 767px) {
  .cta .cta-btn {
    max-width: 100%;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 2.2rem auto 0;
  }
}

.feature {
  background-image: url(../images/pc_bg-feature.svg);
  background-size: cover;
  background-position: top center;
  padding: 34.9rem 2rem 19.3rem;
  margin-top: -24rem;
}
@media (max-width: 767px) {
  .feature {
    padding: 38.7rem 2rem 9.13rem;
    margin-top: -35rem;
  }
}
.feature .section-title .en {
  color: #009BD6;
}
.feature .section-title .ja {
  color: #333333;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .feature .section-title .ja {
    font-size: 1.5rem;
  }
}
.feature .section-title .ja em {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .feature .section-title .ja em {
    font-size: 3rem;
  }
}
.feature .feature__list {
  margin: 5rem auto 0;
}
.feature .feature__list li {
  background: #fff;
  border-top: none;
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 3.3rem;
  padding: 2rem 2.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .feature .feature__list li {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .feature .feature__list li {
    flex-direction: column-reverse;
    padding: 1.7rem 1.5rem 2.3rem;
    margin-bottom: 3.2rem;
  }
}
.feature .feature__list li .feature__list__text {
  max-width: 61rem;
}
.feature .feature__list li .feature__list__text p {
  margin-top: 1.4rem;
  position: relative;
}
@media (max-width: 767px) {
  .feature .feature__list li .feature__list__text p {
    line-height: 2;
    margin-top: 1.7rem;
  }
}
.feature .feature__list li .feature__list__img {
  max-width: 30.1rem;
  width: 100%;
}
@media (max-width: 767px) {
  .feature .feature__list li .feature__list__img {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .feature .feature__list li .list-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2rem;
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .feature .feature__list li .list-top .feature__list__img {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .feature .feature__list li .list-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
  }
}
.feature .feature__list li .list-title {
  margin-bottom: 1.3rem;
  font-size: 2rem;
  line-height: 1;
  position: relative;
}
@media (min-width: 768px) {
  .feature .feature__list li .list-title {
    padding-top: 4.4rem;
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .feature .feature__list li .list-title {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    padding-top: 0;
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.7rem;
    line-height: 1.4705882353;
  }
}
.feature .feature__list li .list-title .ja-wrap {
  position: relative;
}
@media (max-width: 767px) {
  .feature .feature__list li .list-title .ja-wrap {
    margin-top: -4.5rem;
    padding-left: 1.5rem;
  }
}
.feature .feature__list li .list-title .num {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  color: #FFF79F;
  font-size: 5.9rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .feature .feature__list li .list-title .num {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .feature .feature__list li .list-title .num {
    font-size: 5.9rem;
  }
}
@media (min-width: 768px) {
  .feature .feature__list li:nth-child(4) {
    flex-direction: column;
  }
}
.feature .feature__list li:nth-child(2n) .list-title .num {
  color: #C8EFFF;
}

.comment {
  background-image: url(../images/pc_bg-comment.png);
  background-size: cover;
  padding: 9rem 2rem 8.3rem;
}
@media (max-width: 767px) {
  .comment {
    background-image: url(../images/sp_bg-comment.png);
    padding: 5.2rem 2rem 7.7rem;
  }
}
.comment .icon {
  max-width: 14rem;
  width: 100%;
}
@media (max-width: 767px) {
  .comment .icon {
    max-width: 8.4rem;
  }
}
.comment .comment__list li {
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .comment .comment__list li {
    gap: 1.4rem;
  }
}
.comment .comment__list li .list-title {
  background: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  padding: 3rem;
  border-radius: 2rem;
  max-width: 70.4rem;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .comment .comment__list li .list-title {
    max-width: 23.7rem;
    font-size: 1.4rem;
    line-height: 1.4285714286;
    padding: 1.5rem 1.3rem;
  }
}
.comment .comment__list li .list-title::before {
  position: absolute;
  content: "";
  background-image: url(../images/fukidashi-arrow-l.svg);
  background-size: contain;
  width: 1.5rem;
  height: 1.9rem;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  left: -1.4rem;
}
.comment .comment__list li .list-title p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.comment .comment__list li:nth-child(2n) {
  flex-direction: row-reverse;
}
.comment .comment__list li:nth-child(2n) .list-title::before {
  background-image: url(../images/fukidashi-arrow-r.svg);
  left: inherit;
  right: -1.4rem;
}
.comment .comment__list li:last-child {
  margin-bottom: 0;
}

.home-news {
  background: #E9F9FF;
  padding: 6.7rem 2rem 8.9rem;
}
@media (max-width: 767px) {
  .home-news {
    padding: 2.7rem 2rem 6.4rem;
  }
}
.home-news .flex {
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .home-news .flex {
    align-items: center;
  }
}
.home-news .section-title {
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .home-news .section-title {
    margin-bottom: 3rem;
  }
}
.home-news .iruka-img {
  display: block;
  width: 100%;
  max-width: 13.3rem;
  margin: 0 auto 0;
}
@media (max-width: 767px) {
  .home-news .iruka-img {
    max-width: 10.3rem;
  }
}
@media (max-width: 767px) {
  .home-news .home-news__left {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -5rem;
  }
}
.home-news .home-news__right {
  max-width: 75.7rem;
  width: 100%;
}
.home-news .news__list {
  background: #fff;
  border-radius: 2rem;
  border: solid 1px #81CFF4;
  padding: 3.4rem;
}
@media (max-width: 767px) {
  .home-news .news__list {
    padding: 2rem 2rem 2.5rem;
  }
}
.home-news .news__list li {
  border-bottom: dashed 1px #82A6B4;
}
.home-news .news__list li:first-child .news__list__title {
  padding-top: 0;
}
.home-news .news__list li:last-child {
  border-bottom: none;
}
.home-news .news__list li:last-child .news__list__title {
  padding-bottom: 0;
}

.news__list li .news__list__title {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .news__list li .news__list__title {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2rem;
  }
}
.news__list li .news__list__title .date {
  font-weight: 700;
  margin-right: 4.8rem;
  color: #FF6E6E;
}
@media (max-width: 767px) {
  .news__list li .news__list__title .date {
    margin-right: 0;
  }
}
.news__list li .news__list__title .title {
  font-weight: 500;
}

.pager {
  margin: 10.1rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.3rem;
}
@media (max-width: 767px) {
  .pager {
    margin-top: 6.3rem;
    gap: 1.8rem;
  }
}
.pager .back-button {
  max-width: 28.4rem;
  width: 100%;
  height: 7.1rem;
  border-radius: 5rem;
  color: #fff;
  background: #009BD6;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .pager .back-button {
    max-width: 22.3rem;
    height: 5.5rem;
    font-size: 1.5rem;
    gap: 1.2rem;
  }
}

@media (max-width: 767px) {
  .page-archive .news-single {
    padding: 3.2rem 2rem 10rem;
  }
}
.page-archive .news__list li {
  border-top: dashed 1px #009BD6;
}
.page-archive .news__list li .news__list__title {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .page-archive .news__list li .news__list__title {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 0;
  }
}
.page-archive .news__list li .date {
  color: #009BD6;
}
.page-archive .news__list li:last-child {
  border-bottom: dashed 1px #009BD6;
}
.page-archive .pager {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-archive .pager .next-btn {
  margin-right: 4.4rem;
}
@media (max-width: 767px) {
  .page-archive .pager .next-btn {
    margin-right: 1.6rem;
    width: 1rem;
  }
}
.page-archive .pager .prev-btn {
  margin-left: 4.4rem;
}
@media (max-width: 767px) {
  .page-archive .pager .prev-btn {
    margin-left: 1.6rem;
    width: 1rem;
  }
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.1rem;
  width: 100%;
}
@media (max-width: 767px) {
  .wp-pagenavi {
    gap: 1rem;
  }
}
.wp-pagenavi .page {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #009BD6;
  background: #fff;
  border: solid 1px #009BD6;
}
.wp-pagenavi .current {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #fff;
  background: #009BD6;
  border: solid 1px #009BD6;
}
.wp-pagenavi .nextpostslink {
  padding-right: 3rem;
  position: relative;
}
.wp-pagenavi .nextpostslink::after {
  position: absolute;
  content: "";
  background-image: url(../images/icon-prev-bl.svg);
  background-size: contain;
  width: 1.58rem;
  height: 2.9rem;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 767px) {
  .wp-pagenavi .nextpostslink::after {
    width: 1rem;
    height: 1.8rem;
  }
}
@media (max-width: 767px) {
  .wp-pagenavi .nextpostslink {
    padding-right: 2rem;
  }
}
.wp-pagenavi .previouspostslink {
  padding-left: 3rem;
  position: relative;
}
.wp-pagenavi .previouspostslink::before {
  position: absolute;
  content: "";
  background-image: url(../images/icon-next-bl.svg);
  background-size: contain;
  width: 1.58rem;
  height: 2.9rem;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 767px) {
  .wp-pagenavi .previouspostslink::before {
    width: 1rem;
    height: 1.8rem;
  }
}
@media (max-width: 767px) {
  .wp-pagenavi .previouspostslink {
    padding-left: 2rem;
  }
}

.home-information {
  background: #E9F9FF;
  padding: 7.4rem 2rem 10.5rem;
}
@media (max-width: 767px) {
  .home-information {
    padding: 6.3rem 2rem 17.3rem;
  }
}
.home-information .section-title .en {
  color: #009BD6;
}
.home-information .section-title .ja {
  color: #333333;
}
.home-information .information__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.4rem;
}
@media (max-width: 767px) {
  .home-information .information__list {
    grid-template-columns: 1fr;
    gap: 5.4rem;
  }
}
.home-information .information__list .information__list__img img {
  border-radius: 3rem;
  height: 27.8rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .home-information .information__list .information__list__img img {
    height: 18.9rem;
  }
}
.home-information .information__list .information__list__title {
  margin-top: 2.7rem;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .home-information .information__list .information__list__title {
    margin-top: 1.5rem;
  }
}
.home-information .information__list .information__list__title .date {
  color: #FF6E6E;
  font-weight: 700;
  margin-right: 4.8rem;
}
@media (max-width: 767px) {
  .home-information .information__list .information__list__title .date {
    margin-right: 2.4rem;
  }
}
@media (max-width: 767px) {
  .home-information .more-btn {
    margin: 6rem auto 0;
  }
}

.more-btn {
  width: 100%;
  max-width: 20.7rem;
  height: 5.2rem;
  font-size: 1.6rem;
  color: #333333;
  background: #FFEA00;
  border: solid 1px #009BD6;
  font-weight: 700;
  letter-spacing: 0;
  border-radius: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6.5rem auto 0;
}
@media (max-width: 767px) {
  .more-btn {
    max-width: 20.7rem;
    margin: 3.6rem auto 0;
  }
}

.news-single {
  padding: 9.4rem 2rem 27rem;
}
@media (max-width: 767px) {
  .news-single {
    padding: 6.58rem 2rem 9.3rem;
  }
}
.news-single .flex {
  justify-content: space-between;
  gap: 1rem;
}
.news-single .news-width {
  width: 68.67%;
}
@media (max-width: 767px) {
  .news-single .news-width {
    width: 100%;
  }
}
.news-single .article-title {
  font-weight: 700;
  padding-bottom: 2rem;
  border-bottom: solid 4px #009BD6;
  margin-bottom: 4.2rem;
}
@media (max-width: 767px) {
  .news-single .article-title {
    padding-bottom: 1.1rem;
    margin-bottom: 3.3rem;
    border-bottom: solid 2px #009BD6;
  }
}
.news-single .article-title .date {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .news-single .article-title .date {
    font-size: 1.4rem;
  }
}
.news-single .article-title .news-title {
  margin-top: 1.25rem;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .news-single .article-title .news-title {
    font-size: 1.8rem;
    margin-top: 0.3rem;
  }
}
.news-single figure {
  margin-top: 4.5rem;
}
.news-single .news-side {
  width: 23.17%;
  padding-top: 2.15rem;
}
@media (max-width: 767px) {
  .news-single .news-side {
    width: 100%;
    padding-top: 12.2rem;
  }
}
.news-single .news-side .side-title {
  font-weight: 700;
  padding-bottom: 1.5rem;
  border-bottom: solid 4px #009BD6;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .news-single .news-side .side-title {
    margin-bottom: 0;
    padding-bottom: 1rem;
    font-size: 2rem;
    border-bottom: solid 2px #009BD6;
  }
}
.news-single .news-side .side-list li {
  border-bottom: dotted 1px #009BD6;
}
.news-single .news-side .side-list li a {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: block;
}
@media (max-width: 767px) {
  .news-single .news-side .side-list li a {
    padding-top: 1.5rem;
    font-size: 1.6rem;
  }
}
.news-single .news-side .side-list li:first-child a {
  padding-top: 0;
}

.contact {
  background: #E9F9FF;
  padding: 7.5rem 2rem 9.2rem;
}
@media (max-width: 767px) {
  .contact {
    padding: 4.4rem 2rem 6.4rem;
  }
}
@media (max-width: 767px) {
  .contact .cta-area {
    margin-top: 0;
  }
}

.footer {
  background: #009BD6;
  padding: 7rem 2rem 3.9rem;
}
@media (max-width: 767px) {
  .footer {
    padding: 5.3rem 2rem 19rem;
  }
}
.footer .page-top {
  width: 11.5rem;
  position: fixed;
  right: 1rem;
  bottom: 2.8rem;
  z-index: 10;
}
@media (max-width: 767px) {
  .footer .page-top {
    right: 0;
  }
}
.footer .footer__menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer__menu li a {
  font-weight: 700;
  color: #fff;
  padding: 0 2.2rem;
  border-right: solid 1px #fff;
}
@media (max-width: 767px) {
  .footer .footer__menu li a {
    font-size: 1.6rem;
  }
}
.footer .footer__menu li:last-child a {
  border-right: none;
}
.footer .copyright {
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0px;
  color: #fff;
  margin-top: 9.75rem;
}
@media (max-width: 767px) {
  .footer .copyright {
    margin-top: 5.9rem;
  }
}/*# sourceMappingURL=style.css.map */