@charset "UTF-8";
/* CSS Document */
.container {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: calc(30px / 2);
  padding-left: calc(30px / 2);
}
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: calc(30px / 2);
  padding-left: calc(30px / 2);
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(30px / -2);
  margin-left: calc(30px / -2);
  row-gap: 0;
}
.row > .col,
.row > [class^=col-],
.row > [class*=" col-"] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: calc(30px / 2);
  padding-left: calc(30px / 2);
  min-width: 0;
  word-wrap: break-word;
}
.row > * {
  flex-shrink: 0;
}

.col {
  flex: 1 0 0%;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.order-1 {
  order: 1;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.order-2 {
  order: 2;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.offset-3 {
  margin-left: 25%;
}

.order-3 {
  order: 3;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.order-4 {
  order: 4;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.order-5 {
  order: 5;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.offset-6 {
  margin-left: 50%;
}

.order-6 {
  order: 6;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.order-7 {
  order: 7;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.order-8 {
  order: 8;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.offset-9 {
  margin-left: 75%;
}

.order-9 {
  order: 9;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.order-10 {
  order: 10;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.order-11 {
  order: 11;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.offset-12 {
  margin-left: 100%;
}

.order-12 {
  order: 12;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .order-sm-1 {
    order: 1;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .order-sm-2 {
    order: 2;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .order-sm-3 {
    order: 3;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .order-sm-4 {
    order: 4;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .order-sm-5 {
    order: 5;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .order-sm-6 {
    order: 6;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .order-sm-7 {
    order: 7;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .order-sm-8 {
    order: 8;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .order-sm-9 {
    order: 9;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .order-sm-10 {
    order: 10;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .order-sm-11 {
    order: 11;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-12 {
    margin-left: 100%;
  }
  .order-sm-12 {
    order: 12;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .order-md-1 {
    order: 1;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .order-md-2 {
    order: 2;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .order-md-3 {
    order: 3;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .order-md-4 {
    order: 4;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .order-md-5 {
    order: 5;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .order-md-6 {
    order: 6;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .order-md-7 {
    order: 7;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .order-md-8 {
    order: 8;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .order-md-9 {
    order: 9;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .order-md-10 {
    order: 10;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .order-md-11 {
    order: 11;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-12 {
    margin-left: 100%;
  }
  .order-md-12 {
    order: 12;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .order-lg-1 {
    order: 1;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .order-lg-2 {
    order: 2;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .order-lg-3 {
    order: 3;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .order-lg-4 {
    order: 4;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .order-lg-5 {
    order: 5;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .order-lg-6 {
    order: 6;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .order-lg-7 {
    order: 7;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .order-lg-8 {
    order: 8;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .order-lg-9 {
    order: 9;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .order-lg-10 {
    order: 10;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .order-lg-11 {
    order: 11;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-12 {
    margin-left: 100%;
  }
  .order-lg-12 {
    order: 12;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .order-xl-1 {
    order: 1;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .order-xl-2 {
    order: 2;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .order-xl-3 {
    order: 3;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .order-xl-4 {
    order: 4;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .order-xl-5 {
    order: 5;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .order-xl-6 {
    order: 6;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .order-xl-7 {
    order: 7;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .order-xl-8 {
    order: 8;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .order-xl-9 {
    order: 9;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .order-xl-10 {
    order: 10;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .order-xl-11 {
    order: 11;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-12 {
    margin-left: 100%;
  }
  .order-xl-12 {
    order: 12;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .order-xxl-1 {
    order: 1;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .order-xxl-2 {
    order: 2;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .order-xxl-3 {
    order: 3;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .order-xxl-4 {
    order: 4;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .order-xxl-5 {
    order: 5;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .order-xxl-6 {
    order: 6;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .order-xxl-7 {
    order: 7;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .order-xxl-8 {
    order: 8;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .order-xxl-9 {
    order: 9;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .order-xxl-10 {
    order: 10;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .order-xxl-11 {
    order: 11;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xxl-12 {
    margin-left: 100%;
  }
  .order-xxl-12 {
    order: 12;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
}
* {
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}

header {
  width: 100%;
  position: fixed;
  background-color: #ffffff;
  z-index: 1000;
}
header .header__wrapper {
  height: clamp(60px, 5.7vw, 110px);
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header__wrapper .header__left {
  max-width: clamp(180px, 11vw, 230px);
  padding-left: clamp(20px, 2vw, 40px);
}
@media screen and (max-width: 768px) {
  header .header__wrapper .header__left {
    min-width: 180px;
  }
}
header .header__wrapper .header__left .logo {
  max-width: clamp(180px, 11vw, 230px);
}
@media screen and (max-width: 1400px) {
  header .header__wrapper .header__left .logo {
    padding-top: 8px;
  }
}
header .header__wrapper .header__left .logo img {
  width: 100%;
  height: auto;
}
header .header__wrapper .header__right {
  display: flex;
  margin-left: auto;
  padding-right: clamp(80px, 7.8vw, 150px);
}
header .header__wrapper .header__right nav {
  font-family: "Zen Maru Gothic", sans-serif;
  display: flex;
}
@media screen and (max-width: 1400px) {
  header .header__wrapper .header__right nav {
    display: none;
  }
}
header .header__wrapper .header__right nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
header .header__wrapper .header__right nav ul li {
  min-width: 0;
}
header .header__wrapper .header__right nav ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #707070;
  font-size: clamp(12px, 0.8vw, 16px);
  font-weight: 500;
  height: 40px;
  margin-right: clamp(15px, 2vw, 40px);
  letter-spacing: 1px;
  transition: all 0.4s;
  white-space: nowrap;
}
header .header__wrapper .header__right nav ul li a:hover {
  border-bottom: 1px solid #ef856e;
  color: #ef856e;
  transition: all 0.3s;
}
header .header__wrapper .header__right nav ul li a.active {
  border-bottom: 1px solid #ef856e;
  color: #ef856e;
}
header .header__wrapper .header__right .tel {
  font-family: "Barlow", sans-serif;
  font-size: clamp(14px, 1.5vw, 30px);
  font-weight: 500;
  letter-spacing: 2px;
  padding-top: 5px;
  margin-left: 10px;
}
header .header__wrapper .header__right .tel a {
  text-decoration: none;
  color: #2a71b8;
  white-space: nowrap;
}
header .header__wrapper .header__right .hamburger-nav {
  position: absolute;
  z-index: 100;
  height: clamp(60px, 5.7vw, 110px);
  width: clamp(60px, 5.7vw, 110px);
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #2a71b8;
  color: #ffffff;
}
header .header__wrapper .header__right .hamburger-nav-inner span {
  display: block;
  width: clamp(30px, 2vw, 40px);
  height: 1px;
  background-color: #ffffff;
  margin-bottom: clamp(5px, 0.5vw, 10px);
  transition: all 0.3s;
}
header .header__wrapper .header__right .hamburger-nav-inner span:nth-child(4) {
  margin-bottom: 0;
  text-align: center;
  font-size: clamp(8px, 0.5vw, 10px);
  background-color: transparent;
  font-family: "Barlow", sans-serif;
  letter-spacing: 2px;
  font-weight: normal;
  transition: all 0.3s;
}
header .header__wrapper .header__right .hamburger-nav-inner.active span:first-child {
  transform: rotate(45deg);
  position: relative;
  top: clamp(4px, 0.4vw, 8px);
  transition: all 0.3s;
}
header .header__wrapper .header__right .hamburger-nav-inner.active span:nth-child(2) {
  display: none;
}
header .header__wrapper .header__right .hamburger-nav-inner.active span:nth-child(3) {
  transform: rotate(-45deg);
  position: relative;
  top: clamp(-3px, -0.104vw, -2px);
  transition: all 0.3s;
}
header .header__wrapper .header__right .hamburger-nav-inner.active span:nth-child(4) {
  position: relative;
  top: 10px;
  transition: all 0.3s;
}

.hamburger-menu {
  display: none;
}
.hamburger-menu.active {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #2a71b8;
  z-index: 99;
}
.hamburger-menu nav {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #ffffff;
}
.hamburger-menu nav ul {
  font-size: 16px;
  font-weight: 500;
}
.hamburger-menu nav ul li {
  margin-top: 10px;
  margin-bottom: 20px;
}
.hamburger-menu nav ul li a {
  text-decoration: none;
  color: #ffffff;
}
.hamburger-menu nav ul li ul {
  font-size: 12.8px;
  font-weight: 500;
  margin-top: 20px;
}
.hamburger-menu nav ul li ul li {
  margin-bottom: 10px;
}
.header__space {
  height: clamp(60px, 5.7vw, 110px);
  margin-bottom: 40px;
}

.news__wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  align-items: baseline;
  margin-bottom: 140px;
}
@media screen and (max-width: 1200px) {
  .news__wrap {
    flex-direction: column;
    gap: 15px;
    padding: 0 20px;
  }
}
.news__wrap .news__title h3 {
  display: inline-block;
  font-size: 23px;
  border-bottom: 1px solid #333333;
  min-width: 4em;
  padding-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .news__wrap .news__title h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .news__wrap .news__title {
    margin-bottom: 20px;
  }
}
.news__wrap .news__content {
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 1200px) {
  .news__wrap .news__content {
    font-size: 14px;
  }
}
.news__wrap .news__content a {
  text-decoration: none;
  color: #333333;
}
.news__wrap .news__time {
  font-family: "Amiri", sans-serif;
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .news__wrap .news__time {
    font-size: 14px;
  }
}
.news__wrap .news__btn {
  margin-left: auto;
  min-width: 7rem;
  font-size: 12px;
  background-image: url(../images/news__btn.png);
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 5px;
  padding-right: 20px;
}
.news__wrap .news__btn a {
  text-decoration: none;
  font-weight: 400;
  color: #333333;
}
.news__wrap .news__btn a:hover {
  color: #709dc9;
}

footer {
  position: relative;
}

.footer__contact {
  width: 100%;
  height: 540px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #AEC2D6;
  position: relative;
}
@media screen and (max-width: 992px) {
  .footer__contact {
    flex-direction: column;
    padding: 0 20px;
  }
}
.footer__contact::after {
  content: "CONTACT";
  position: absolute;
  bottom: clamp(-5rem, -4.5vw, -10px);
  font-size: 16vw;
  color: #ffffff;
  font-family: "Amiri", sans-serif;
  pointer-events: none;
}

.footer__logo {
  width: 100%;
  max-width: 1000px;
  margin: 120px auto 0;
}
@media screen and (max-width: 992px) {
  .footer__logo {
    padding: 0 20px;
  }
}
.footer__logo .logo {
  max-width: 220px;
  height: auto;
}

.footer__nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 72px auto 0;
  color: #333333;
  font-size: 16px;
  font-family: "Zen maru gothic", sans-serif;
  font-weight: 500;
  padding-bottom: 55px;
  border-bottom: 1px solid #E5E5E5;
}
@media screen and (max-width: 992px) {
  .footer__nav {
    padding: 0 20px 40px;
  }
}
.footer__nav a {
  color: #333333;
  text-decoration: none;
}
.footer__nav a:hover {
  color: #709dc9;
}
.footer__nav ul li {
  margin-bottom: 35px;
}
.footer__nav ul li.li__blue a {
  color: #709dc9;
}
.footer__nav ul li.btn__contact {
  background-image: url(../images/btn__contact.png);
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 15px;
}
.footer__nav ul li ul {
  font-size: 12px;
  margin-top: -18px;
}
.footer__nav ul li ul li {
  margin-bottom: 15px;
  padding-left: 10px;
}
.footer__nav ul li ul li::before {
  display: inline-block;
  content: "+";
  margin-right: 6px;
}
@media screen and (max-width: 1200px) {
  .footer__nav {
    flex-wrap: wrap;
  }
  .footer__nav__col {
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .footer__nav__col {
    width: 100%;
  }
}

.footer__address {
  font-family: "Zen Maru Gothic", sans-serif;
  margin: 50px auto 90px;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 992px) {
  .footer__address {
    padding: 0 20px;
  }
}
.footer__address address {
  font-style: normal;
}
.footer__address .tel {
  margin-bottom: 22px;
}
.footer__address .tel a {
  margin-left: 10px;
  text-decoration: none;
  color: #2a71b8;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 2px;
}
.footer__address address {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
}
.footer__address address a {
  margin-left: 20px;
  color: #709dc9;
  text-decoration: none;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
}

.footer__copy {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
  font-size: 12px;
}
@media screen and (max-width: 992px) {
  .footer__copy {
    padding: 0 20px;
  }
}

a.common__btn {
  display: flex;
  width: 480px;
  height: 70px;
  background-color: #ffffff;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  margin: 0 20px;
  color: #709dc9;
  box-shadow: 0 0 12px #709dc9;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 992px) {
  a.common__btn {
    width: 100%;
    max-width: 480px;
    min-width: 300px;
    margin: 0 auto 20px;
  }
}
a.common__btn:hover {
  opacity: 0.9;
  box-shadow: 0 0 5px #709dc9;
}
a.common__btn.btn__contact {
  background-image: url(../images/btn__contact.png);
  background-repeat: no-repeat;
  background-position: right 30px center;
}

@media screen and (max-width: 992px) {
  .btn__wrap {
    width: 100%;
  }
}
.toppage__philosophy {
  position: relative;
  background-image: url(../images/back__blue.png);
  background-position: top 0 right -300px;
  background-repeat: no-repeat;
  min-height: 1125px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .toppage__philosophy {
    background-position: top center;
    min-height: 100vh;
    align-items: start;
  }
}
@media screen and (max-width: 1400px) {
  .toppage__philosophy--left {
    margin-bottom: 100px;
  }
}
.toppage__philosophy h2 {
  font-size: clamp(30px, 2.5vw, 44px);
  color: #2a71b8;
  line-height: 1.4;
  margin-bottom: 5px;
}
@media screen and (max-width: 1400px) {
  .toppage__philosophy h2 {
    text-align: center;
  }
}
.toppage__philosophy p {
  font-size: clamp(16px, 0.9vw, 18px);
  line-height: 2.1;
}
@media screen and (max-width: 1400px) {
  .toppage__philosophy p {
    text-align: center;
  }
}
@media screen and (max-width: 1400px) {
  .toppage__philosophy--right {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.toppage__philosophy__item {
  display: flex;
  align-items: center;
  color: #ffffff;
}
@media screen and (max-width: 1400px) {
  .toppage__philosophy__item {
    margin-bottom: 20px;
  }
}
.toppage__philosophy__item .number {
  font-family: "Amiri", sans-serif;
  font-size: clamp(80px, 6.25vw, 120px);
  font-weight: bold;
  display: inline-block;
  line-height: 0;
  position: relative;
}
.toppage__philosophy__item span {
  display: block;
  height: 1px;
  width: 72px;
  background-color: #ffffff;
  transform: rotate(-60deg);
  position: relative;
  left: -10px;
}
.toppage__philosophy__item--content {
  font-weight: 500;
  font-size: clamp(15px, 0.9vw, 18px);
}
.toppage__philosophy .item-1 {
  position: absolute;
  top: 0px;
  left: clamp(200px, 13.5vw, 260px);
}
.toppage__philosophy .item-2 {
  position: absolute;
  top: 100px;
  left: clamp(460px, 27vw, 520px);
}
.toppage__philosophy .item-3 {
  position: absolute;
  top: 180px;
  left: clamp(130px, 10vw, 190px);
}
.toppage__philosophy .item-4 {
  position: absolute;
  top: 280px;
  left: clamp(400px, 23vw, 460px);
}
.toppage__philosophy .item-5 {
  position: absolute;
  top: 360px;
  left: clamp(60px, 6.2vw, 120px);
}
@media screen and (max-width: 1400px) {
  .toppage__philosophy {
    justify-content: center;
  }
  .toppage__philosophy .item-1,
  .toppage__philosophy .item-2,
  .toppage__philosophy .item-3,
  .toppage__philosophy .item-4,
  .toppage__philosophy .item-5 {
    position: unset;
  }
}

.toppage__about {
  min-height: 1125px;
  padding-top: 300px;
  background-image: url(../images/back__orange.png);
  background-repeat: no-repeat;
  background-position: top -700px left -400px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 1400px) {
  .toppage__about {
    background-position: top -700px center;
    padding-top: 0;
  }
}
.toppage__about--left {
  position: relative;
}
@media screen and (max-width: 1400px) {
  .toppage__about--left {
    display: none;
  }
}
.toppage__about--left--image--1 {
  position: relative;
  left: -200px;
  top: 0;
  z-index: 2;
  opacity: 0;
}
.toppage__about--left--image--2 {
  position: relative;
  top: -100px;
  left: -100px;
  z-index: 1;
}
.toppage__about--left--image--3 {
  position: relative;
  left: -50px;
  bottom: 50px;
}
.toppage__about--left--image--4 {
  position: relative;
  left: -100px;
  bottom: 80px;
}
.toppage__about--center {
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .toppage__about--center {
    margin-bottom: 150px;
  }
}
.toppage__about--center h2 {
  font-size: clamp(30px, 2.5vw, 44px);
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 80px;
  text-shadow: 4px 4px 10px #ef856e, -4px -4px 10px #ef856e;
}
@media screen and (max-width: 1400px) {
  .toppage__about--center h2 {
    margin-bottom: 60px;
    text-align: center;
  }
}
.toppage__about--center p {
  font-size: clamp(16px, 0.9vw, 18px);
  line-height: 2.1;
  color: #ffffff;
  margin-bottom: 2rem;
  text-shadow: 4px 4px 10px #ef856e, -4px -4px 10px #ef856e;
}
.toppage__about--center p.p__last {
  margin-bottom: 80px;
}
@media screen and (max-width: 1400px) {
  .toppage__about--center p.p__last {
    margin-bottom: 60px;
  }
}
.toppage__about--center .common__btn {
  width: 100%;
  box-shadow: 0 0 12px #ef856e;
  color: #ef856e;
}
.toppage__about--center .common__btn:hover {
  opacity: 0.8;
  box-shadow: 0 0 14px #ef856e;
}
@media screen and (max-width: 1400px) {
  .toppage__about--right {
    display: none;
  }
}
.toppage__about--right--image--1 {
  position: relative;
  top: -50px;
  right: -300px;
  z-index: 2;
}
.toppage__about--right--image--2 {
  position: relative;
  top: -100px;
  right: -250px;
  z-index: 1;
}
.toppage__about--right--image--3 {
  position: relative;
  right: -180px;
  top: -160px;
  z-index: 3;
}
.toppage__about--right--image--4 {
  position: relative;
  left: 100px;
  bottom: 80px;
}
.toppage__about--right--image--5 {
  position: relative;
  left: 350px;
  bottom: 150px;
}
.toppage__about .fade {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1200ms ease, transform 1200ms ease;
  transition-delay: var(--d, 0ms);
  will-change: opacity, transform;
}
.toppage__about .fade.is-inview {
  opacity: 1;
  transform: translateY(0);
}

.column {
  margin-bottom: 150px;
}
@media screen and (max-width: 992px) {
  .column {
    margin-top: 100px;
  }
}
.column h2 {
  font-size: clamp(24px, 1.5vw, 30px);
  margin-bottom: 30px;
  color: #709dc9;
}
.column__block {
  margin-bottom: 40px;
}
.column__image {
  background-color: #709dc9;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 4px 4px 0px #709dc9;
  margin-bottom: 25px;
}
.column__image img {
  width: 100%;
  height: auto;
}
.column__date {
  font-size: 14px;
  font-family: "Amiri", sans-serif;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.column__date span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  border: 1px solid #333333;
  padding: 0.1rem 0.5rem;
  margin-left: auto;
  display: inline-block;
}
.column__title {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
}
.column__title a {
  text-decoration: none;
  color: #333333;
}
.column__link {
  font-size: 14px;
  text-align: right;
}
.column__link a {
  text-decoration: none;
  color: #709dc9;
  display: inline-block;
  margin-left: auto;
  padding-bottom: 5px;
  border-bottom: 1px solid #709dc9;
}
.column .common__btn {
  width: 100%;
  margin-top: 80px;
}
.column .common__btn:hover {
  opacity: 0.8;
}
.column a:hover {
  opacity: 0.8;
}

/* === タブ見出し（横スクロール対応） === */
.column-tabs {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 8px 0 16px;
  scrollbar-width: thin;
}

.column-tab {
  flex: 0 0 auto;
  background: #fff;
  padding: 0.6rem 1rem 2rem;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap; /* 長文は横スクロール */
  border: none;
  color: #c7c7c7;
  overflow-x: hidden;
  position: relative;
  text-align: center;
}

.column-tab:hover {
  color: #709dc9;
}

.column-tab.is-active {
  color: #709dc9;
}

.column-tab.is-active::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 20px;
  pointer-events: none;
  background-image: url(../images/tab__borderbottom.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow-x: hidden;
}

/* === パネル切替 === */
.column-panel {
  width: 100%;
  margin-top: 16px;
}

.column-panel[hidden] {
  display: none !important;
}

.toppage__slider {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .toppage__slider {
    display: none;
  }
}
.toppage__slider .toppage__slider__slick--block {
  margin-bottom: 80px;
  position: relative;
  display: flex !important;
}
.toppage__slider .toppage__slider__slick--block picture {
  position: relative;
  z-index: 90;
}
.toppage__slider__slick--text {
  display: flex;
  width: 50%;
  height: 100%;
  flex-direction: column-reverse;
  position: absolute;
  z-index: 100;
  justify-content: center;
  padding: clamp(50px, 6vw, 140px);
  margin-left: 50%;
}
.toppage__slider__slick--text h2 {
  font-size: clamp(20px, 1.8vw, 36px);
  line-height: 1.5;
  color: #ffffff;
  text-shadow: 0 0 5px #333333;
}
.toppage__slider__slick--text p {
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.8;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 0 0 5px #333333;
}
.toppage__slider .slick-list {
  padding-bottom: 30px !important;
}
.toppage__slider .slick-slide {
  background-color: #E5E5E5;
  width: clamp(880px, 65vw, 1260px);
  height: clamp(500px, 37vw, 720px);
  background-color: #E5E5E5;
  margin: 0 40px;
  border-radius: 10px;
  overflow-y: hidden;
  box-shadow: 0px 0px 0px #ef856e;
}
.toppage__slider .slick-slide.slick-current {
  box-shadow: 15px 15px 10px #ef856e;
  transition: all 0.5s;
}
.toppage__slider .slick-slide img {
  width: 100%;
  height: auto;
}
.toppage__slider .slick-prev {
  left: clamp(20px, 15vw, 15vw);
  background: #333333;
  z-index: 100;
  width: 32px;
  height: 57px;
  display: block;
  background: transparent;
  background-image: url(../images/left-arrow.png);
  background-repeat: no-repeat;
}
.toppage__slider .slick-prev::before {
  content: "";
}
.toppage__slider .slick-prev:hover {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .toppage__slider .slick-prev {
    display: none;
  }
}
.toppage__slider .slick-next {
  right: 14.5vw;
  background: #333333;
  z-index: 100;
  width: 32px;
  height: 57px;
  display: block;
  background: transparent;
  background-image: url(../images/right-arrow.png);
  background-repeat: no-repeat;
}
.toppage__slider .slick-next::before {
  content: "";
}
@media screen and (max-width: 1200px) {
  .toppage__slider .slick-next {
    display: none;
  }
}

.toppage__slider__sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .toppage__slider__sp {
    display: block;
    width: 100%;
    margin-bottom: 130px;
    overflow-x: hidden;
  }
  .toppage__slider__sp .slick-slide {
    width: 100%;
    height: auto;
    padding: 10px 20px;
  }
  .toppage__slider__sp .slick-slide img {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 15px #ef856e;
    border-radius: 15px;
  }
  .toppage__slider__sp .toppage__slider__slick--block {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex !important;
  }
  .toppage__slider__sp picture {
    position: relative;
  }
  .toppage__slider__sp .toppage__slider__slick--text {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column-reverse;
    position: absolute;
    z-index: 100;
    justify-content: end;
    padding: clamp(40px, 6vw, 140px);
    padding-bottom: 110px;
    margin-left: 0;
  }
  .toppage__slider__sp .toppage__slider__slick--text h2 {
    font-size: clamp(24px, 2vw, 30px);
    line-height: 1.5;
    color: #ffffff;
    text-shadow: 0 0 5px #333333;
  }
  .toppage__slider__sp .toppage__slider__slick--text p {
    font-size: clamp(12px, 1.1vw, 16px);
    line-height: 1.8;
    font-weight: 500;
    color: #ffffff;
    text-shadow: 0 0 5px #333333;
  }
}
.category .contact__banner {
  bottom: 300px;
}

.news__top {
  background: linear-gradient(180deg, transparent 0%, transparent 35%, #E2E9F0 35%);
}

.news__top__block {
  width: 100%;
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #709dc9;
  border-radius: 10px;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 150px;
}
.news__top__block h2 {
  font-family: "Amiri", sans-serif;
  color: #ffffff;
  font-size: clamp(24px, 2.8vw, 55px);
  font-weight: 200;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.news__top__block p {
  font-size: clamp(12px, 0.8vw, 16px);
  color: #ffffff;
  font-weight: 500;
}

.category__news {
  margin-top: 100px;
  margin-bottom: 100px;
}
.category__news .news__block {
  display: flex;
  width: 100%;
  border-top: 1px solid #d1d5db;
}
@media screen and (max-width: 992px) {
  .category__news .news__block {
    display: block;
  }
}
.category__news .news__block.is-last {
  border-bottom: 1px solid #d1d5db;
}
.category__news .news__block__sp {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.category__news .news__block .news__date {
  font-family: "Amiri", sans-serif;
  font-size: 18px;
  line-height: 2;
  padding: 10px 0;
}
@media screen and (max-width: 992px) {
  .category__news .news__block .news__date {
    padding: 10px 20px 0;
  }
}
.category__news .news__block .news__title {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
  padding: 10px 1.5rem;
}
.category__news .news__block .news__title a {
  text-decoration: none;
  color: #333333;
}
@media screen and (max-width: 992px) {
  .category__news .news__block .news__title {
    font-size: 14px;
  }
}
.category__news .news__block .news__link {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 110px;
  border-left: 1px solid #e5e7eb;
  padding: 10px 1.5rem;
}
.category__news .news__block .news__link a {
  letter-spacing: 1px;
  line-height: 2;
  text-decoration: none;
  color: #333333;
}
@media screen and (max-width: 992px) {
  .category__news .news__block .news__link {
    border: none;
    font-size: 14px;
  }
}

.category__top {
  background: linear-gradient(180deg, transparent 0%, transparent 35%, #E2E9F0 35%);
}

.category__top__block {
  width: 100%;
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #709dc9;
  border-radius: 10px;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 150px;
}
.category__top__block h2 {
  font-family: "Amiri", sans-serif;
  color: #ffffff;
  font-size: clamp(24px, 2.8vw, 55px);
  font-weight: 200;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.category__top__block p {
  font-size: clamp(12px, 0.8vw, 16px);
  color: #ffffff;
  font-weight: 500;
}

.category__contents {
  margin-top: 100px;
  margin-bottom: 100px;
}

.pager {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
.pager a {
  text-decoration: none;
  color: #333333;
}
.pager .page-numbers {
  text-decoration: none;
  font-family: "Amiri", sans-serif;
  width: 55px;
  display: inline-block;
  text-align: center;
  padding: 10px 0;
  border-radius: 20px;
  margin: 0 3px;
  border: 1px solid #C1C1C1;
}
.pager .page-numbers:hover {
  background-color: #709dc9;
  border: 1px solid #709dc9;
  color: #ffffff;
  transition: all 0.3s ease;
}
.pager .page-numbers.current {
  background-color: #709dc9;
  border: 1px solid #709dc9;
  color: #ffffff;
  width: 55px;
  display: inline-block;
  text-align: center;
  padding: 10px 0;
  border-radius: 20px;
  margin: 0 3px;
}
.pager .page-numbers.prev {
  border: none;
}
.pager .page-numbers.next {
  border: none;
}
.page_content {
  margin-bottom: 100px;
}
.page_content article {
  margin-top: 60px;
}
.page_content article h1 {
  font-size: clamp(20px, 1.5vw, 30px);
  font-weight: 500;
  border-left: 2px solid #709dc9;
  padding: 15px 36px;
  background-color: #E2E9F0;
  color: #2a71b8;
  margin-bottom: 30px;
  line-height: 1.5;
}
.page_content article h2 {
  font-size: clamp(18px, 1.3vw, 24px);
  font-weight: 500;
  border-top: 1px solid #AEC2D6;
  border-bottom: 1px solid #AEC2D6;
  padding: 15px 36px;
  color: #709dc9;
  margin-bottom: 30px;
  line-height: 1.5;
}
.page_content article h3, .page_content article h4, .page_content article h5, .page_content article h6 {
  font-size: clamp(16px, 1.3vw, 20px);
  font-weight: 700;
  padding: 15px 36px;
  color: #709dc9;
  margin-bottom: 30px;
  line-height: 1.5;
}
.page_content article p {
  padding: 0 36px;
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 2;
  color: #333333;
  margin-bottom: 30px;
}
.page_content article ul {
  padding: 0 36px;
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.5;
  margin-bottom: 30px;
  color: #333333;
  list-style: circle inside;
}
.page_content article ul li {
  padding-left: 30px;
  margin-bottom: 2rem;
}
.page_content article ul li ul {
  padding-top: 20px;
}
.page_content article ol {
  padding: 0 36px 0 calc(36px + 1em);
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.5;
  margin-bottom: 30px;
}
.page_content article ol li {
  padding-left: 30px;
  margin-bottom: 2rem;
}
.page_content article strong {
  font-weight: 600;
}
.page_content article img {
  width: 100%;
  height: auto;
}
.page_content article .jisseki {
  padding: 36px;
  background: #E2E9F0;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 2;
  border-radius: 10px;
  margin: 0 36px 30px;
}
.page_content article figure.wp-block-table {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 36px;
}
.page_content article table {
  margin-bottom: 30px;
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  line-height: 1.5;
}
.page_content article table tbody thead {
  background-color: #709dc9;
  color: #ffffff;
  font-weight: bold;
}
.page_content article table tbody tr:nth-child(2n+1) {
  background-color: #E2E9F0;
}
.page_content article table tbody tr td {
  padding: 1rem;
}

.page__top__block {
  width: 100%;
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #709dc9;
  border-radius: 10px;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 150px;
}
.page__top__block h1 {
  color: #ffffff;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.page__top__block h2 {
  color: #ffffff;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.page__top__block p {
  font-size: clamp(12px, 0.8vw, 16px);
  color: #ffffff;
  font-weight: 500;
}

.page__top__imageblock {
  position: relative;
}
.page__top__imageblock img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.page__top__textblock {
  position: absolute;
  bottom: 25px;
  left: 40px;
  width: calc(100% - 80px);
}
.page__top__textblock .sub-title {
  display: inline-block;
  color: #709dc9;
  background-color: #ffffff;
  padding: 10px 20px 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
.page__top__textblock h2 {
  font-size: clamp(20px, 2vw, 36px);
  color: #709dc9;
  line-height: 1.4;
  background-color: #ffffff;
  padding: 10px 20px 15px;
}
@media screen and (max-width: 992px) {
  .page__top__textblock {
    position: initial;
    width: 100%;
  }
  .page__top__textblock .sub-title {
    font-size: 12px;
    padding: 10px 10px 0;
    margin-bottom: 0;
  }
  .page__top__textblock h2 {
    padding: 10px;
  }
}

.author__block {
  margin-bottom: 20px;
}

.author__block-title {
  font-size: 20px;
  color: #2a71b8;
  margin-top: 60px;
  margin-bottom: 30px;
}

.author__block-inner {
  background: #F2F2F2;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  padding: 80px 100px 80px 0;
}
@media screen and (max-width: 1200px) {
  .author__block-inner {
    flex-direction: column;
    padding: 50px 30px;
  }
}
.author__block-inner-left {
  width: 30%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .author__block-inner-left {
    width: 100%;
    margin-bottom: 50px;
  }
}
.author__block-inner-right {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .author__block-inner-right {
    width: 100%;
  }
}
.author__block-inner-right .author__block__name {
  color: #2a71b8;
  font-size: 20px;
  margin-bottom: 25px;
}
.author__block-inner-right p {
  padding: 0 !important;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  .author__block-inner-right p {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .contact__banner-pc {
    display: none;
  }
}

.contact__banner-sp {
  display: none;
}
@media screen and (max-width: 992px) {
  .contact__banner-sp {
    display: inherit;
  }
}

.contact__banner {
  position: fixed;
  bottom: 150px;
  right: 100px;
  transition: transform 0.2s ease, opacity 0.2s ease;
  z-index: 100;
}
.contact__banner img {
  width: 350px;
  height: auto;
}
.contact__banner a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 992px) {
  .contact__banner {
    bottom: 80px;
    right: 20px;
  }
  .contact__banner img {
    width: 280px;
  }
}
.contact__banner.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.single .contact__banner {
  display: none;
}

.page .page__top__block {
  margin-bottom: 0px;
}

.youtube__area {
  width: 100%;
  max-width: 960px;
  margin-inline: auto;
}
.youtube__area iframe {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  border: 0;
}/*# sourceMappingURL=main.css.map */