@charset "UTF-8";
/*
Theme Name: 株式会社WW
*/
@import url("assets/scss/reset.css");
@import url("https://fonts.googleapis.com/css2?family=Mohave:wght@300..700&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;700&display=swap");
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@media screen and (max-width: 959px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
}
:root {
  --header-h: 0px;
}

body {
  color: #000b80;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", serif;
  line-height: 1.4;
  background-color: #ffffff;
  margin-top: var(--header-h);
  font-size: 15px;
}
body input,
body button {
  font-family: inherit;
}
body a {
  color: inherit;
}
body p {
  line-height: 1.8;
}
body strong {
  font-weight: bold;
}
body .underline {
  text-decoration: underline;
}
body img {
  max-width: 100%;
  height: auto;
  display: block;
}
body iframe {
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  body a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 959px) {
  body {
    font-size: 14px;
  }
}

.container {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px;
}
@media screen and (max-width: 959px) {
  .container {
    padding: 0 20px;
  }
}

ul.normal-list li {
  line-height: 1.8;
  padding-left: 1.4em;
  position: relative;
}
ul.normal-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0.5em;
}

ol.normal-list {
  list-style: decimal;
  padding-left: 2em;
}
ol.normal-list li {
  line-height: 1.8;
}

.logo-text {
  font-size: 36px;
}
.logo-text.white {
  color: #fff;
}
@media screen and (max-width: 959px) {
  .logo-text {
    font-size: 24px;
  }
}

.fz-20 {
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .fz-20 {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .fz-20 {
    font-size: 14px;
  }
}

.heading {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 11, 128, 0.2);
}
@media screen and (max-width: 959px) {
  .heading {
    padding-bottom: calc(16 * 2 / 10 * 1vw);
  }
}
.heading .heading-en {
  font-size: 16px;
  font-family: "Mohave", sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
@media screen and (max-width: 959px) {
  .heading .heading-en {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .heading .heading-en {
    font-size: 14px;
  }
}
.heading .heading-en:before {
  content: "";
  background: #af9b6d;
  width: 8px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 2px;
}
.heading .heading-ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .heading .heading-ja {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .heading .heading-ja {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .heading .heading-ja {
    margin-top: calc(10 * 2 / 10 * 1vw);
  }
}
.heading .heading-sub {
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .heading .heading-sub {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .heading .heading-sub {
    font-size: 18px;
  }
}

.contents-block {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .contents-block {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}

.margin-l-0 {
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 959px) {
  .margin-l-0 {
    margin-left: auto;
  }
}

.margin-r-0 {
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 959px) {
  .margin-r-0 {
    margin-right: auto;
  }
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

.fd-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.bg-white {
  background-color: #fff !important;
}

.button-basic {
  background-color: #000b80;
  color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  font-weight: bold;
  min-width: 200px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .button-basic {
    padding-top: calc(16 * 2 / 10 * 1vw);
    padding-bottom: calc(16 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .button-basic {
    padding-left: calc(60 * 2 / 10 * 1vw);
    padding-right: calc(60 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .button-basic {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .button-basic {
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  .button-basic {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.button-basic.--icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.button-basic:hover {
  background-color: #fff;
  color: #000b80;
  border: 1px solid #000b80;
}
.button-basic:hover::after {
  content: url(./assets/images/icon/arow-right.svg);
}

.button-accent {
  background-color: #af9b6d;
  color: #fff;
  border: 1px solid #af9b6d;
  border-radius: 50px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .button-accent {
    padding-top: calc(14 * 2 / 10 * 1vw);
    padding-bottom: calc(14 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .button-accent {
    padding-left: calc(50 * 2 / 10 * 1vw);
    padding-right: calc(50 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .button-accent {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .button-accent {
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  .button-accent {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.button-accent:hover {
  background-color: #fff;
  color: #af9b6d;
}

.button-more {
  background-color: #000b80;
  color: #fff8f5;
  font-size: 15px;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  position: absolute;
  top: 0;
  right: -35px;
  bottom: 0;
  margin: auto 0;
  text-align: center;
  line-height: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff8f5;
}
@media screen and (max-width: 959px) {
  .button-more {
    font-size: 15px;
  }
}
@media screen and (max-width: 479px) {
  .button-more {
    font-size: 15px;
  }
}
.button-more__inner {
  padding-bottom: 14px;
  position: relative;
}
.button-more__inner::after {
  content: url(./assets/images/icon/arow-right--white.svg);
  position: absolute;
  right: 0;
  left: 0;
  bottom: -4px;
  margin: auto;
  width: 25px;
  height: auto;
}
@media screen and (max-width: 959px) {
  .button-more {
    top: auto;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -35px;
  }
}
.button-more:hover {
  background-color: #fff !important;
  border: 1px solid #000b80;
  color: #000b80;
}
.button-more:hover .button-more__inner::after {
  content: url(./assets/images/icon/arow-right.svg);
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 959px) {
  .link-block {
    margin-bottom: calc(60 * 2 / 10 * 1vw);
  }
}
.link-block__item {
  display: block;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 36px;
  font-size: 16px;
  border: 1px solid #f1f1f1;
  border-radius: 20px;
  background-color: #000b80;
  color: #fff;
  font-weight: 500;
  width: 200px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .link-block__item {
    padding-top: calc(14 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .link-block__item {
    padding-bottom: calc(36 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .link-block__item {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .link-block__item {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .link-block__item {
    padding-bottom: 36px;
  }
}
.link-block__item::after {
  position: absolute;
  content: url(./assets/images/icon/arow-down--white.svg);
  width: 10px;
  height: auto;
  bottom: 8px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .link-block__item::after {
    bottom: 6px;
  }
}
.link-block__item:hover {
  background-color: #fff;
  color: #000b80;
  border: 1px solid #000b80;
}
.link-block__item:hover::after {
  content: url(./assets/images/icon/arow-down.svg);
}
.link-block .link-block-sub {
  background-color: #f1f1f1;
  border: 1px solid #000b80;
  color: #000b80;
}
.link-block .link-block-sub::after {
  content: url(./assets/images/icon/arow-down.svg);
}
.link-block .link-block-sub:hover {
  background-color: #000b80;
  color: #f1f1f1;
  border: 1px solid #000b80;
}
.link-block .link-block-sub:hover::after {
  content: url(./assets/images/icon/arow-down--white.svg);
}

.fade-in {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease, -webkit-filter 0.7s ease 0.2s, -webkit-transform 0.7s ease 0.2s;
  transition: opacity 0.7s ease, -webkit-filter 0.7s ease 0.2s, -webkit-transform 0.7s ease 0.2s;
  transition: opacity 0.7s ease, filter 0.7s ease 0.2s, transform 0.7s ease 0.2s;
  transition: opacity 0.7s ease, filter 0.7s ease 0.2s, transform 0.7s ease 0.2s, -webkit-filter 0.7s ease 0.2s, -webkit-transform 0.7s ease 0.2s;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  will-change: filter;
}
.fade-in.active {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.fade-in.delay-1 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.fade-in.delay-2 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.fade-in.delay-3 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.mv-fade-in {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  will-change: transform, filter, opacity;
  -webkit-transition: opacity 1s ease, -webkit-filter 0.7s ease 0.2s, -webkit-transform 1.7s ease 0.2s;
  transition: opacity 1s ease, -webkit-filter 0.7s ease 0.2s, -webkit-transform 1.7s ease 0.2s;
  transition: opacity 1s ease, filter 0.7s ease 0.2s, transform 1.7s ease 0.2s;
  transition: opacity 1s ease, filter 0.7s ease 0.2s, transform 1.7s ease 0.2s, -webkit-filter 0.7s ease 0.2s, -webkit-transform 1.7s ease 0.2s;
}
.mv-fade-in.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}
.mv-fade-in.delay-1 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.mv-fade-in.delay-2 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.mv-fade-in.delay-3 {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.mv-fade-in.delay-4 {
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}

.hidden {
  opacity: 0 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header {
  padding: 0 0 8px 0;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  position: fixed;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.2);
}
.header.scrolled {
  background-color: #fff;
}
.header__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .header__wrap {
    padding-left: calc(40 * 2 / 10 * 1vw);
    padding-right: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .header__wrap {
    padding-top: calc(20 * 2 / 10 * 1vw);
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.header__logo {
  width: 40%;
  max-width: 150px;
}
.header__main {
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .header__main {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .header__main {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .header__main {
    display: none;
  }
}
.header__nav nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 3em;
}
.header__item {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .header__item {
    margin-top: -20px;
  }
}
.header__hamburger {
  position: fixed;
  right: 20px;
  top: 14px;
  display: none;
  z-index: 12;
}
@media screen and (max-width: 959px) {
  .header__hamburger {
    display: block;
  }
}
.header__hamburger::after {
  content: "MENU";
  position: absolute;
  bottom: -18px;
  display: block;
  white-space: nowrap;
  left: 0;
  right: 0;
  margin: auto;
  letter-spacing: 0;
  font-size: 13px;
}
@media screen and (max-width: 959px) {
  .header__hamburger::after {
    font-size: 10px;
  }
}
@media screen and (max-width: 479px) {
  .header__hamburger::after {
    font-size: 10px;
  }
}
.header__hamburger.active::after {
  content: "CLOSE";
  color: #fff;
}
.header__hamburger:hover {
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .header {
    padding: 15px 0;
  }
  .header__wrap {
    padding: 0 20px;
  }
  .header__navi {
    display: none;
  }
}

.header-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-navi__item {
  margin-left: 30px;
  text-transform: uppercase;
  font-size: 16px;
}

.menu-trigger {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 !important;
  width: 30px;
  position: relative;
  height: 10px;
  vertical-align: middle;
  cursor: pointer;
}
.menu-trigger span {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #000b80;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  bottom: 0;
}
.menu-trigger.active span {
  display: block;
  background-color: #fff;
}
.menu-trigger.active span:first-child {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  top: unset;
  bottom: 6px;
}
.menu-trigger.active span:last-child {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  bottom: 6px;
}

.sp-navi {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 11;
  color: #fff;
  background: rgba(35, 38, 72, 0.95);
  -webkit-transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
}
.sp-navi.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  opacity: 1;
  pointer-events: auto;
}
.sp-navi__wrap {
  padding: 90px 20px 50px 20px;
}
.sp-navi__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 959px) {
  .sp-navi__block {
    margin-top: calc(60 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .sp-navi__block {
    display: block;
  }
}
.sp-navi__item {
  width: 70%;
}
.sp-navi__item-heading {
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .sp-navi__item-heading {
    margin-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
.sp-navi__item-tel {
  font-size: 24px;
  font-family: "Mohave", sans-serif;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  .sp-navi__item-tel {
    font-size: 9vw;
  }
}
.sp-navi__link {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .sp-navi__link {
    display: block;
  }
  .sp-navi__link a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #fff;
    font-weight: 600;
    font-size: 16px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .sp-navi__link a {
    padding-top: calc(20 * 2 / 10 * 1vw);
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .sp-navi__link a {
    padding-right: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .sp-navi__link a:not(:first-child) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1047px) {
  .sp-navi {
    display: block;
  }
}

.fixed-menu {
  display: none;
}
@media screen and (max-width: 959px) {
  .fixed-menu {
    position: fixed;
    bottom: 0;
    right: 0;
    display: block;
    color: #fff;
    height: 60px;
    width: 100%;
    z-index: 8;
    text-align: center;
  }
}
.fixed-menu__wrap {
  height: 100%;
}
.fixed-menu__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.fixed-menu__item {
  width: 100%;
  white-space: nowrap;
  background-color: #af9b6d;
  color: #fff;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: bold;
}

.main-visual {
  min-height: calc(100svh - var(--header-h));
  min-height: calc(100vh - var(--header-h));
  place-items: center;
}
.main-visual__wrap {
  height: 100%;
  width: 90%;
  margin: auto;
  padding-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .main-visual__wrap {
    padding-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .main-visual__wrap {
    width: 100%;
  }
}
.main-visual__container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3em;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 959px) {
  .main-visual__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.main-visual__block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 959px) {
  .main-visual__block.--01 {
    padding-right: 20px;
  }
  .main-visual__block.--02 {
    padding-left: 20px;
  }
}
.main-visual__text-block {
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-left: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .main-visual__text-block {
    padding-left: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .main-visual__text-block {
    margin-top: calc(50 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .main-visual__text-block {
    padding-left: 20px;
  }
}
.main-visual__catch {
  font-size: 3vw;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  .main-visual__catch {
    font-size: 6.4vw;
  }
}
.main-visual__service {
  margin-top: 20px;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .main-visual__service {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.main-visual__service ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.main-visual__service ul li {
  font-size: 13px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgba(0, 11, 128, 0.03);
}
@media screen and (max-width: 959px) {
  .main-visual__service ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .main-visual__service ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  .main-visual__service ul li {
    padding-top: calc(6 * 2 / 10 * 1vw);
    padding-bottom: calc(6 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .main-visual__service ul li {
    padding-left: calc(10 * 2 / 10 * 1vw);
    padding-right: calc(10 * 2 / 10 * 1vw);
  }
}
.main-visual__catch-en {
  position: absolute;
  font-family: "Mohave", sans-serif;
  text-align: right;
  font-size: 4.6vw;
  font-weight: 500;
  line-height: 1;
  top: 0.4em;
  right: 0;
  letter-spacing: 0.04em;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 11, 128, 0.3)), to(rgba(175, 155, 109, 0.3)));
  background: -webkit-linear-gradient(left, rgba(0, 11, 128, 0.3), rgba(175, 155, 109, 0.3));
  background: linear-gradient(90deg, rgba(0, 11, 128, 0.3), rgba(175, 155, 109, 0.3));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 959px) {
  .main-visual__catch-en {
    font-size: 8vw;
    top: 6.2em;
    right: 0.4em;
    line-height: 1.1;
  }
}

.top-content .content__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2em;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 959px) {
  .top-content .content__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-content .content__text-block {
  width: 56%;
}
@media screen and (max-width: 959px) {
  .top-content .content__text-block {
    width: 100%;
  }
}
.top-content .content__heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-size: 30px;
}
@media screen and (max-width: 959px) {
  .top-content .content__heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 479px) {
  .top-content .content__heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 959px) {
  .top-content .content__button {
    margin: 50px 0 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.top-about .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .top-about .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-about .content__image-block {
  width: 46%;
}
@media screen and (max-width: 959px) {
  .top-about .content__image-block {
    width: 100%;
  }
}
.top-about .content__image {
  width: 90%;
}
.top-about .content__image:last-child {
  margin: 0 0 0 auto;
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .top-about .content__image:last-child {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.top-about .content__text-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top-about .content__text-block .text-block__heading {
  font-size: 40px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  .top-about .content__text-block .text-block__heading {
    font-size: 26px;
  }
}
@media screen and (max-width: 479px) {
  .top-about .content__text-block .text-block__heading {
    font-size: 26px;
  }
}
.top-about .content__text-block .text-block__text {
  margin-top: 40px;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .top-about .content__text-block .text-block__text {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
.top-about .content__text-block .text-block__text p {
  text-align: justify;
}
.top-about .content__text-block .text-block__text p:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .top-about .content__text-block .text-block__text p:not(:first-child) {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}

.top-service {
  background: #fafafa;
  background: -webkit-linear-gradient(250deg, rgba(250, 250, 250, 0.6) 0%, rgb(231, 232, 245) 100%);
  background: linear-gradient(200deg, rgba(250, 250, 250, 0.6) 0%, rgb(231, 232, 245) 100%);
}
.top-service .content__text {
  margin-top: 20px;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .top-service .content__text {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.top-service .content__service-boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3em 2em;
  margin-top: 60px;
}
@media screen and (max-width: 959px) {
  .top-service .content__service-boxes {
    margin-top: calc(60 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .top-service .content__service-boxes {
    grid-template-columns: repeat(1, 1fr);
    width: 90%;
    margin: 50px auto 0 auto;
    gap: 3em;
  }
}
.top-service .content .service-box__image {
  position: relative;
}
.top-service .content .service-box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-service .content .service-box__number {
  color: #fff;
  font-family: "Mohave", sans-serif;
  font-size: 40px;
  position: absolute;
  right: 0.4em;
  bottom: -0.4em;
}
@media screen and (max-width: 959px) {
  .top-service .content .service-box__number {
    font-size: 50px;
  }
}
@media screen and (max-width: 479px) {
  .top-service .content .service-box__number {
    font-size: 50px;
  }
}
@media screen and (max-width: 959px) {
  .top-service .content .service-box__number {
    right: 0.2em;
  }
}
.top-service .content .service-box__heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-top: 14px;
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .top-service .content .service-box__heading {
    margin-top: calc(14 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .top-service .content .service-box__heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .top-service .content .service-box__heading {
    font-size: 20px;
  }
}

.top-news .content__article-items {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
}
@media screen and (max-width: 959px) {
  .top-news .content__article-items {
    margin-top: calc(60 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .top-news .content__article-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 3em 1em;
  }
}
.top-news .article-item__thumbnail {
  aspect-ratio: 35/18;
}
.top-news .article-item__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-news .article-item__text-block {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 14px;
}
@media screen and (max-width: 959px) {
  .top-news .article-item__text-block {
    padding-left: calc(10 * 2 / 10 * 1vw);
    padding-right: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .top-news .article-item__text-block {
    margin-top: calc(14 * 2 / 10 * 1vw);
  }
}
.top-news .article-item__date {
  text-align: right;
  font-family: "Mohave", sans-serif;
  color: #8e8e8e;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .top-news .article-item__date {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .top-news .article-item__date {
    font-size: 12px;
  }
}
.top-news .article-item__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  margin-top: 10px;
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .top-news .article-item__title {
    margin-top: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .top-news .article-item__title {
    font-size: 15px;
  }
}
@media screen and (max-width: 479px) {
  .top-news .article-item__title {
    font-size: 15px;
  }
}

.page-service .service-item {
  padding-top: 120px;
}
@media screen and (max-width: 959px) {
  .page-service .service-item {
    padding-top: calc(120 * 2 / 10 * 1vw);
  }
}
.page-service .service-item__heading-block {
  border-top: 1px solid rgba(0, 11, 128, 0.2);
  border-bottom: 1px solid rgba(0, 11, 128, 0.2);
  padding-top: 18px;
  padding-bottom: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .page-service .service-item__heading-block {
    padding-top: calc(18 * 2 / 10 * 1vw);
    padding-bottom: calc(18 * 2 / 10 * 1vw);
  }
}
.page-service .service-item__heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 30px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .page-service .service-item__heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 479px) {
  .page-service .service-item__heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 959px) {
  .page-service .service-item__heading {
    gap: 0.6em;
  }
}
.page-service .service-item__heading:before {
  content: "";
  background: #af9b6d;
  width: 14px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 2px;
}
.page-service .service-item__number {
  font-family: "Mohave", sans-serif;
  font-size: 60px;
  color: rgba(0, 11, 128, 0.3);
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
@media screen and (max-width: 959px) {
  .page-service .service-item__number {
    font-size: 40px;
  }
}
@media screen and (max-width: 479px) {
  .page-service .service-item__number {
    font-size: 40px;
  }
}
.page-service .service-item__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6em;
}
@media screen and (max-width: 959px) {
  .page-service .service-item__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3em;
  }
}
.page-service .service-item__text-block {
  width: 44%;
}
@media screen and (max-width: 959px) {
  .page-service .service-item__text-block {
    width: 100%;
  }
}
.page-service .service-item__title {
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.06em;
  font-size: 28px;
  line-height: 1.7;
}
@media screen and (max-width: 959px) {
  .page-service .service-item__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .page-service .service-item__title {
    font-size: 20px;
  }
}
.page-service .service-item__text {
  font-weight: bold;
  text-align: justify;
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .page-service .service-item__text {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .page-service .service-item__text {
    margin-top: 20px;
  }
}
.page-service .service-item__image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-company .content-access .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5em;
  font-size: 15px;
}
@media screen and (max-width: 959px) {
  .page-company .content-access .content {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .page-company .content-access .content {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .page-company .content-access .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2em;
  }
}
.page-company .content-access .content__map {
  width: 46%;
  aspect-ratio: 27/20;
}
.page-company .content-access .content__map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .page-company .content-access .content__map {
    width: 100%;
  }
}
.page-company .content-access .content__text-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 600;
}
.page-company .content-access .content__address {
  line-height: 2;
}
.page-company .content-access .content__tel {
  line-height: 2;
}
.page-company .content-access .content__note {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .page-company .content-access .content__note {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.page-company .content-access .content__button {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .page-company .content-access .content__button {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}

.page-contact {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.page-contact .content__text {
  text-align: center;
  font-weight: bold;
}
.page-contact .content__cta {
  margin-top: 40px;
  background-color: #f4f5ff;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .page-contact .content__cta {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .page-contact .content__cta {
    padding-top: calc(30 * 2 / 10 * 1vw);
    padding-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
.page-contact .content__cta .tel {
  font-family: "Mohave", sans-serif;
  font-size: 30px;
  margin-top: 6px;
}
@media screen and (max-width: 959px) {
  .page-contact .content__cta .tel {
    font-size: 24px;
  }
}
@media screen and (max-width: 479px) {
  .page-contact .content__cta .tel {
    font-size: 24px;
  }
}
@media screen and (max-width: 959px) {
  .page-contact .content__cta .tel {
    margin-top: calc(6 * 2 / 10 * 1vw);
  }
}
.page-contact .content__form {
  margin-top: 60px;
}
@media screen and (max-width: 959px) {
  .page-contact .content__form {
    margin-top: calc(60 * 2 / 10 * 1vw);
  }
}

.form .form-item {
  margin-bottom: 30px;
  width: 100%;
}
.form .form-item:last-child {
  margin-bottom: 0;
}
.form .form-item__label {
  width: 100%;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.form .form-item__label .isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
.form .form-item__label-required {
  border-radius: 4px;
  margin-left: 8px;
  padding: 2px 0;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #af9b6d;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .form .form-item__label-required {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .form .form-item__label-required {
    font-size: 12px;
  }
}
.form .form-item__input {
  border: 1px solid #d9d9d9;
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 0 1em;
  height: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form .form-item__textarea {
  border: 1px solid #d9d9d9;
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 1em;
  height: 216px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form .form-btn {
  border-radius: 4px !important;
  margin: 0 auto !important;
  padding: 20px 0 !important;
  width: 280px !important;
  display: block !important;
  background: #000b80 !important;
  color: #fff !important;
  font-weight: bold !important;
  letter-spacing: 0.1em !important;
  cursor: pointer !important;
}

.single {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.single__title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .single__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 479px) {
  .single__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 959px) {
  .single__title {
    margin-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
.single__date {
  color: #8e8e8e;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 959px) {
  .single__date {
    margin-bottom: calc(50 * 2 / 10 * 1vw);
  }
}
.single__content {
  margin-bottom: 160px;
}
@media screen and (max-width: 959px) {
  .single__content {
    margin-bottom: calc(160 * 2 / 10 * 1vw);
  }
}
.single p {
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .single p {
    margin-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
.single p span {
  color: #d93e16;
  font-weight: bold;
}
.single h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .single h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .single h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .single h2 {
    margin-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.single h3 {
  font-weight: 500;
  position: relative;
  gap: 0.4em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .single h3 {
    margin-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
.single h3::before {
  content: "";
  background: #000b80;
  width: 6px;
  height: 2px;
}
.single figure {
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .single figure {
    margin-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
.single figcaption {
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .single figcaption {
    font-size: 10px;
  }
}
@media screen and (max-width: 479px) {
  .single figcaption {
    font-size: 10px;
  }
}
.single img {
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .single img {
    margin-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
.single ol {
  counter-reset: list-counter;
}
.single ol li {
  counter-increment: list-counter;
  padding-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.4em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 16px;
}
@media screen and (max-width: 959px) {
  .single ol li {
    padding-left: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .single ol li {
    margin-bottom: calc(16 * 2 / 10 * 1vw);
  }
}
.single ol li::before {
  content: counter(list-counter) ".";
}
.single ul li {
  padding-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.4em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 16px;
}
@media screen and (max-width: 959px) {
  .single ul li {
    padding-left: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .single ul li {
    margin-bottom: calc(16 * 2 / 10 * 1vw);
  }
}
.single ul li::before {
  content: "⚫︎";
  color: #000b80;
}

.footer {
  margin-top: 140px;
}
@media screen and (max-width: 959px) {
  .footer {
    margin-top: calc(140 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .footer {
    margin-bottom: 60px;
  }
}
.footer .footer-cta {
  background: #edd6a3;
  background: -webkit-linear-gradient(205deg, rgb(237, 214, 163) 0%, rgb(244, 245, 255) 100%);
  background: linear-gradient(245deg, rgb(237, 214, 163) 0%, rgb(244, 245, 255) 100%);
  z-index: 0;
}
.footer .footer-cta__wrap {
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .footer .footer-cta__wrap {
    padding-top: calc(80 * 2 / 10 * 1vw);
    padding-bottom: calc(80 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .footer .footer-cta__wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .footer .footer-cta__wrap {
    padding-top: calc(60 * 2 / 10 * 1vw);
    padding-bottom: calc(60 * 2 / 10 * 1vw);
  }
}
.footer .footer-cta__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .footer .footer-cta__content {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
.footer .footer-cta__text {
  font-size: 24px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media screen and (max-width: 959px) {
  .footer .footer-cta__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .footer .footer-cta__text {
    font-size: 16px;
  }
}
.footer .footer-main {
  background-color: #232648;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bolder;
}
.footer .footer-main__wrap {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .footer .footer-main__wrap {
    padding-top: calc(40 * 2 / 10 * 1vw);
    padding-bottom: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .footer .footer-main__wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .footer .footer-main__wrap {
    padding-top: calc(30 * 2 / 10 * 1vw);
    padding-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
.footer .footer-main__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .footer .footer-main__container {
    display: block;
  }
}
.footer .footer-main__logo {
  width: 50%;
  max-width: 200px;
}
.footer .footer-main__information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2em;
  margin-top: 24px;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .footer .footer-main__information {
    margin-top: calc(24 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .footer .footer-main__information {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .footer .footer-main__information {
    font-size: 12px;
  }
}
.footer .footer-main__nav-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .footer-main__nav-block nav {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .footer .footer-main__nav-block nav {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .footer .footer-main__nav-block nav {
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  .footer .footer-main__nav-block nav {
    display: none;
  }
}
.footer .footer-main__nav-block nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1em;
}
.footer .footer-main__legal {
  color: #bababa;
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 959px) {
  .footer .footer-main__legal {
    font-size: 10px;
  }
}
@media screen and (max-width: 479px) {
  .footer .footer-main__legal {
    font-size: 10px;
  }
}
@media screen and (max-width: 959px) {
  .footer .footer-main__legal {
    margin-top: 30px;
  }
}
.footer .footer-main__legal .copy-right {
  margin-top: 4px;
}
@media screen and (max-width: 959px) {
  .footer .footer-main__legal .copy-right {
    margin-top: calc(4 * 2 / 10 * 1vw);
  }
}

.page {
  padding: 70px 0px 70px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .page {
    padding: 60px 0px 60px;
  }
}
.page__head {
  margin-bottom: 100px;
}
.page__content {
  margin-top: 60px;
}
@media screen and (max-width: 959px) {
  .page__content {
    margin-top: calc(60 * 2 / 10 * 1vw);
  }
}
.page__inner {
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .page__inner {
    padding-left: calc(40 * 2 / 10 * 1vw);
    padding-right: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .page__inner {
    padding: 0 0;
  }
}
@media screen and (max-width: 959px) {
  .page__head {
    margin-bottom: 30px;
  }
}

.page-mv {
  margin-top: 160px;
}
@media screen and (max-width: 959px) {
  .page-mv {
    margin-top: calc(160 * 2 / 10 * 1vw);
  }
}
.page-mv__wrap {
  width: 86%;
  height: 100%;
  margin: auto;
}
@media screen and (max-width: 959px) {
  .page-mv__wrap {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.page-mv__heading .heading-en {
  font-size: 60px;
  font-family: "Mohave", sans-serif;
}
@media screen and (max-width: 959px) {
  .page-mv__heading .heading-en {
    font-size: 40px;
  }
}
@media screen and (max-width: 479px) {
  .page-mv__heading .heading-en {
    font-size: 40px;
  }
}
.page-mv__heading .heading-ja {
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .page-mv__heading .heading-ja {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .page-mv__heading .heading-ja {
    font-size: 14px;
  }
}
.page-mv__links {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .page-mv__links {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
.page-mv__links ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  .page-mv__links ul {
    gap: 1em 0.4em;
  }
}
.page-mv__links ul li a {
  font-size: 16px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(0, 11, 128, 0.03);
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
@media screen and (max-width: 959px) {
  .page-mv__links ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .page-mv__links ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  .page-mv__links ul li a {
    padding-left: calc(14 * 2 / 10 * 1vw);
    padding-right: calc(14 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .page-mv__links ul li a {
    padding-top: calc(10 * 2 / 10 * 1vw);
    padding-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
.page-mv__links ul li a:after {
  content: "";
  background-image: url(./assets/images/icon/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: auto;
  aspect-ratio: 2/1;
}
.page-mv__image {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .page-mv__image {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .page-mv__image {
    aspect-ratio: 9/5;
  }
}
.page-mv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 959px) {
  .page-mv > .container {
    width: 100%;
    padding: 0;
  }
  .page-mv__content {
    padding: 15px 20px;
  }
}

.wysiwyg {
  font-weight: 500;
  line-height: 1.875;
}
.wysiwyg p,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg table,
.wysiwyg dl,
.wysiwyg blockquote, .wysiwyg > ul, .wysiwyg > ol, .wysiwyg > figure, .wysiwyg > div {
  margin-bottom: 2em;
}
.wysiwyg h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 12px;
}
.wysiwyg h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 4px;
}
.wysiwyg h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
.wysiwyg p {
  font-size: 16px;
  line-height: 1.875;
}
.wysiwyg .wp-block-table {
  overflow-x: scroll;
}
.wysiwyg .wp-block-table::-webkit-scrollbar {
  width: 10px;
}
.wysiwyg .wp-block-table::-webkit-scrollbar-track {
  border-radius: 10px;
  border: 1px solid #e7e7e7;
}
.wysiwyg .wp-block-table::-webkit-scrollbar-thumb {
  background-color: #f2f2f2;
  border-radius: 10px;
}
.wysiwyg img {
  max-width: 100%;
}
.wysiwyg img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg img.alignright {
  float: right;
  margin-left: 1.5em;
}
.wysiwyg img.alignleft {
  float: left;
  margin-right: 1.5em;
}
.wysiwyg table {
  max-width: 800px;
  margin: auto;
}
.wysiwyg table tr th,
.wysiwyg table tr td {
  background-color: rgba(0, 11, 128, 0.05);
}
.wysiwyg table tr:nth-child(2n) th,
.wysiwyg table tr:nth-child(2n) td {
  background-color: rgba(0, 11, 128, 0.1);
}
.wysiwyg table th {
  font-weight: bold;
}
.wysiwyg table th,
.wysiwyg table td {
  padding-top: 20px;
  padding-bottom: 20px;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 959px) {
  .wysiwyg table th,
  .wysiwyg table td {
    padding-top: calc(20 * 2 / 10 * 1vw);
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.wysiwyg table th::after,
.wysiwyg table td::after {
  content: "";
  display: block;
  width: 2px;
  height: 1.6em;
  background-color: #e6e6e6;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wysiwyg table th:last-child::after,
.wysiwyg table td:last-child::after {
  display: none;
}
.wysiwyg table tbody tr td {
  border-bottom: 2px solid #e6e6e6;
}
.wysiwyg table tbody tr td:first-child {
  background-color: #f2f2f2;
}
.wysiwyg table tbody tr td:first-child::after {
  display: none;
}
.wysiwyg table tbody tr th {
  background-color: #f2f2f2;
}
.wysiwyg dl {
  border: 1px solid #ccc;
}
.wysiwyg dt,
.wysiwyg dd {
  padding: 12px;
  line-height: 1.6;
}
.wysiwyg dt {
  background-color: #454545;
  color: #fff;
}
.wysiwyg blockquote {
  font-size: 16px;
  line-height: 1.875;
  background-color: #f2f2f2;
  padding: 48px;
  position: relative;
}
.wysiwyg blockquote::before {
  content: "“";
  position: absolute;
  top: 12px;
  left: 24px;
  color: #9e9b94;
  font-size: 24px;
}
.wysiwyg blockquote::after {
  content: "”";
  position: absolute;
  bottom: 12px;
  right: 24px;
  color: #9e9b94;
  font-size: 24px;
}
.wysiwyg blockquote cite {
  font-size: 14px;
  display: block;
  text-align: right;
  color: #6f6c67;
  position: relative;
}
.wysiwyg blockquote cite::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 28px;
  background-color: #707070;
  vertical-align: middle;
  margin-right: 1.5em;
}
.wysiwyg ul {
  list-style: disc;
}
.wysiwyg ol {
  list-style: decimal;
}
.wysiwyg ul,
.wysiwyg ol {
  padding-left: 1.3em;
}
.wysiwyg ul li,
.wysiwyg ol li {
  line-height: 1.8;
}
.wysiwyg strong {
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .wysiwyg h2 {
    font-size: 18px;
  }
  .wysiwyg h3 {
    font-size: 16px;
  }
  .wysiwyg h4 {
    font-size: 14px;
  }
  .wysiwyg p {
    font-size: 14px;
  }
  .wysiwyg blockquote {
    font-size: 14px;
    padding: 40px 32px;
  }
  .wysiwyg blockquote cite {
    font-size: 12px;
  }
}

.pagination-wrap {
  width: 100%;
  margin: 100px auto 0;
}

.pagination,
.page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination span,
.pagination a,
.page-numbers span,
.page-numbers a {
  margin: 0 10px;
  display: block;
  text-align: center;
  width: 40px;
  line-height: 40px;
  font-size: 18px;
  border-radius: 3px;
  border: 1px solid #000b80;
}
.pagination span.current, .pagination span:hover,
.pagination a.current,
.pagination a:hover,
.page-numbers span.current,
.page-numbers span:hover,
.page-numbers a.current,
.page-numbers a:hover {
  background: #000b80;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .pagination,
  .page-numbers {
    margin-top: 65px;
  }
  .pagination span,
  .pagination a,
  .page-numbers span,
  .page-numbers a {
    font-size: 16px;
    width: 28px;
    line-height: 28px;
  }
}

.breadcrumb {
  margin-top: 20px;
}
.breadcrumb ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb li {
  white-space: nowrap;
}
.breadcrumb li::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 13px;
  background-image: url("./assets/images/arrow-right--mini.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 20px;
  color: #ebe4d8;
}
.breadcrumb li:last-child::after {
  display: none;
}
@media screen and (max-width: 959px) {
  .breadcrumb {
    overflow-x: scroll;
  }
}

.single__category {
  margin-bottom: 4px;
}
.single__title {
  line-height: 1.5;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 20px;
}
.single__date {
  font-size: 16px;
}
.single__terms {
  margin-top: 10px;
}
.single__thumbnail {
  margin-top: 60px;
}
.single__thumbnail img {
  width: 100%;
}
.single__content {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .single__title {
    font-size: 20px;
  }
  .single__date {
    font-size: 12px;
  }
  .single__terms a {
    font-size: 12px;
  }
}

.news__block {
  background-color: #fff;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  max-width: 850px;
  margin: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .news__block {
    padding-left: calc(80 * 2 / 10 * 1vw);
    padding-right: calc(80 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .news__block {
    padding-top: calc(40 * 2 / 10 * 1vw);
    padding-bottom: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .news__block {
    padding: 20px 20px 50px 20px;
  }
}
.news__block h2 {
  font-size: 20px;
  text-align: center !important;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .news__block h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .news__block h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .news__block h2 {
    margin-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.news__item:not(:first-child) {
  margin-top: 20px;
  display: inline-block;
}
@media screen and (max-width: 959px) {
  .news__item:not(:first-child) {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.news .news-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2em;
}
@media screen and (max-width: 959px) {
  .news .news-item {
    display: block;
  }
}
.news .news-item__date {
  color: #8e8e8e;
}
@media screen and (max-width: 959px) {
  .news .news-item__date {
    margin-bottom: 4px;
  }
}

table {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
table tr th,
table tr td {
  background-color: rgba(0, 11, 128, 0.05);
}
table tr:nth-child(2n) th,
table tr:nth-child(2n) td {
  background-color: rgba(0, 11, 128, 0.1);
}
table th {
  font-weight: bold;
  width: 25%;
}
@media screen and (max-width: 959px) {
  table th {
    width: 30%;
  }
}
table th,
table td {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 959px) {
  table th,
  table td {
    padding-top: calc(20 * 2 / 10 * 1vw);
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  table th,
  table td {
    padding-left: calc(10 * 2 / 10 * 1vw);
    padding-right: calc(10 * 2 / 10 * 1vw);
  }
}

.page-single {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.article-single__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .article-single__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .article-single__title {
    font-size: 18px;
  }
}
.article-single__date {
  color: #8e8e8e;
  text-align: center;
  font-family: "Mohave", sans-serif;
  font-size: 16px;
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .article-single__date {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .article-single__date {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .article-single__date {
    margin-top: calc(10 * 2 / 10 * 1vw);
  }
}
.article-single__contents {
  margin-top: 40px;
  font-weight: 600;
}
@media screen and (max-width: 959px) {
  .article-single__contents {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
.article-single__contents p:not(:first-child) {
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .article-single__contents p:not(:first-child) {
    margin-top: calc(10 * 2 / 10 * 1vw);
  }
}
.article-single__contents ul {
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .article-single__contents ul {
    margin-top: calc(10 * 2 / 10 * 1vw);
  }
}
.article-single__contents ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.article-single__contents ul li::before {
  content: "・";
}
.article-single__contents ul li:not(:first-child) {
  margin-top: 4px;
}
@media screen and (max-width: 959px) {
  .article-single__contents ul li:not(:first-child) {
    margin-top: calc(4 * 2 / 10 * 1vw);
  }
}
.article-single__contents figure {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .article-single__contents figure {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.article-single__list-button ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.article-single__list-button ul li {
  width: 46%;
}
.article-single__list-button ul li.prev {
  text-align: left;
  margin: 0 auto 0 0;
}
.article-single__list-button ul li.prev p {
  text-align: left !important;
}
.article-single__list-button ul li.next {
  text-align: right;
  margin: 0 0 0 auto;
}
.article-single__list-button ul li p {
  font-family: "Mohave", sans-serif;
  color: rgba(0, 11, 128, 0.4);
}
.article-single__list-button ul li a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
.article-single__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .article-single__button {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}

.page-privacy-policy {
  font-weight: 500;
}
.page-privacy-policy p {
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .page-privacy-policy p {
    margin-top: calc(10 * 2 / 10 * 1vw);
  }
}
.page-privacy-policy h2 {
  letter-spacing: 0.1em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 26px;
}
@media screen and (max-width: 959px) {
  .page-privacy-policy h2 {
    margin-top: calc(50 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .page-privacy-policy h2 {
    margin-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .page-privacy-policy h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .page-privacy-policy h2 {
    font-size: 18px;
  }
}
.page-privacy-policy ul {
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .page-privacy-policy ul {
    margin-top: calc(10 * 2 / 10 * 1vw);
  }
}
.page-privacy-policy ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-privacy-policy ul li:before {
  content: "・";
  color: #af9b6d;
}/*# sourceMappingURL=style.css.map */