@charset "UTF-8";
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: auto !important;
}

@media screen and (max-width: 1300px) {
  html {
    font-size: 0.7692307692vw;
  }
}
body {
  position: relative;
  overflow-x: hidden;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

.ellipsis {
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.mt-0 {
  margin-top: 0 !important;
}
.mt-5 {
  margin-top: 0.5em;
}
.mt-10 {
  margin-top: 1em;
}
.mt-15 {
  margin-top: 1.5em;
}
.mt-20 {
  margin-top: 2em;
}
.mt-sm {
  margin-top: 3rem;
}
.mt-md {
  margin-top: 5rem;
}
.mt-lg {
  margin-top: 10rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 0.5em;
}
.mb-10 {
  margin-bottom: 1em;
}
.mb-15 {
  margin-bottom: 1.5em;
}
.mb-20 {
  margin-bottom: 2em;
}
.mb-80 {
  margin-bottom: 8rem;
}
.mb-sm {
  margin-bottom: 3rem;
}
.mb-md {
  margin-bottom: 5rem;
}
.mb-lg {
  margin-bottom: 10rem;
}

.ms-auto {
  margin-left: auto;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.bg-01 {
  background-color: #494c52;
}
.bg-dark {
  background-color: #333;
}
.bg-white {
  background-color: #fff;
}
.bg-primary {
  background-color: #3265cd;
}

.w-80 {
  max-width: 80rem;
}
.w-100 {
  width: 100%;
}
.w-fit {
  width: fit-content;
}
.w-auto {
  width: auto;
}
.w-sm {
  max-width: 64rem;
}
.w-md {
  max-width: 90rem;
}

.hr-01 {
  margin-top: 5rem;
  margin-bottom: 5rem;
  border: none;
  border-top: 1px solid #ccc;
}

* {
  color: var(--text-color, #333);
  letter-spacing: 0.1em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

p {
  line-height: 1.875;
}

em, address {
  font-style: normal;
}

.text-serif {
  font-family: "Noto Serif JP", serif;
}
.text-en {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.text-unset {
  font-family: initial;
}
.text-center {
  text-align: center;
}
.text-start {
  text-align: left;
}
.text-end {
  text-align: right;
}
.text-primary {
  color: #3265cd;
}
.text-red {
  color: #e61519;
}
.text-white {
  --text-color: #fff;
}
.text-bk {
  --text-color: #333;
}
.text-sm {
  font-size: 1.2rem;
}
.text-md {
  font-size: 1.4rem;
}
.text-lg {
  font-size: 2rem;
}

.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}

.ls-0 {
  letter-spacing: 0;
}
.ls-sm {
  letter-spacing: 0.025em;
}
.ls-md {
  letter-spacing: 0.1em;
}
.ls-lg {
  letter-spacing: 0.2em;
}

figure, picture {
  margin-bottom: 0;
  display: block;
}

img, iframe {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.img-border {
  border: 1px solid #ccc;
}
.img-fluid {
  width: var(--width-pc) !important;
}

.video {
  width: 100%;
  aspect-ratio: 16/9;
}
.video video {
  width: 100%;
  height: 100%;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

a {
  color: var(--text-color, #555);
  text-decoration: none;
}
a * {
  color: var(--text-color, #555);
}
a:not([class]) {
  transition: opacity 0.3s;
}
a:not([class]):hover {
  opacity: 0.75;
}

[data-link=image] {
  display: block;
  overflow: hidden;
}
[data-link=image] .image {
  display: block;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1;
}
[data-link=image] img, [data-link=image] svg {
  transition: transform 0.3s;
}
[data-link=image]:hover {
  opacity: 1 !important;
}
[data-link=image]:hover img, [data-link=image]:hover svg {
  transform: scale(1.1);
}

.link-underline {
  text-decoration: underline;
}
.link-external {
  display: inline-flex;
  gap: 0 0.25em;
  align-items: center;
}
.link-external::after {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 12"><path d="M2 0h12v10H2Zm11 1H3v8h10Z"/><path d="M9.5 12H0V4.5h1V11h8.5Z"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

ul, ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

dl, dt, dd {
  margin-bottom: 0;
}

.list-dot li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.875;
}
.list-dot li::before {
  content: "・";
}
.list-circle li {
  margin-left: 1.25em;
  text-indent: -1.25em;
  line-height: 1.875;
}
.list-circle li::before {
  content: "●";
  margin-right: 0.25em;
}
.list-note {
  list-style-type: none;
}
.list-note li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.875;
}
.list-note li::before {
  content: "※";
}
.list-number {
  padding-left: 1.5em;
  list-style-type: decimal;
}
.list-number li {
  line-height: 1.875;
}
.list-numzero {
  counter-reset: count;
}
.list-numzero li {
  margin-left: 1.75em;
  text-indent: -1.75em;
  line-height: 1.875;
}
.list-numzero li::before {
  content: counter(count, decimal-leading-zero) ".";
  margin-right: 0.25em;
  counter-increment: count;
}

.d-grid {
  display: grid;
}
.d-flex {
  display: flex;
}
.d-block {
  display: block;
}

.gap-sm {
  gap: 1.2rem;
}
.gap-md {
  gap: 1.6rem;
}
.gap-lg {
  gap: 2rem;
}

.is-hidden {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .tabOnly {
    display: none !important;
  }
}
@media screen and (max-width: 575px) {
  .spOnly {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .text-pc-center {
    text-align: center;
  }
  .mx-pc-auto {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
  .img-fluid {
    width: var(--width-sp) !important;
  }
  .mt-lg {
    margin-top: 6rem !important;
  }
  .mt-md {
    margin-top: 4rem !important;
  }
  .mt-sm {
    margin-top: 3rem !important;
  }
  .mb-lg {
    margin-bottom: 6rem !important;
  }
  .mb-md {
    margin-bottom: 4rem !important;
  }
  .mb-sm {
    margin-bottom: 3rem !important;
  }
  .mx-sp-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .text-sp-center {
    text-align: center;
  }
}
.wysiwyg-editor ul {
  list-style-type: disc;
  list-style-position: inside;
}
.wysiwyg-editor figure {
  margin-top: 6.4rem;
}
.wysiwyg-editor a {
  color: #3265cd;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.1em;
}
.wysiwyg-editor a[target=_blank]::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,%3Csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M15%203.75H2.5V13.75H15V3.75Z'%20stroke='%233265CD'%20stroke-miterlimit='10'/%3E%3Cpath%20d='M17.5%206.25V16.25H5'%20stroke='%233265CD'%20stroke-miterlimit='10'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.wysiwyg-editor > * + * {
  margin-top: 4.8rem;
}

.header {
  width: 100%;
  padding: 2.4rem 4.4rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.header__inner {
  height: 6.4rem;
  padding: 0 2rem;
  position: relative;
  display: flex;
  gap: 0 2rem;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.4rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .header__inner {
    height: 5rem;
    padding: 0 1.2rem;
  }
}
.header__title {
  margin: 0;
  font-size: 1rem;
  line-height: 1;
}
.header__title--logo {
  width: 26.8rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .header__title--logo {
    width: 18rem;
  }
}
.header__navi--child {
  display: none;
}
.header__buttons {
  display: flex;
  gap: 1em;
}
.header__button {
  width: 16rem;
  height: 4rem;
  position: relative;
  display: flex;
  gap: 0 0.8rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  background-color: #3265cd;
  font-weight: 700;
  font-size: 1.4rem;
}
.header__hamburger {
  padding: 0;
  position: relative;
  z-index: 2;
  gap: 0.6rem 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: none;
}
.header__hamburger .inner {
  width: 2.4rem;
  height: 1.6rem;
  margin: 0 auto;
  position: relative;
  display: block;
}
.header__hamburger .inner > span {
  width: 100%;
  height: 2px;
  position: absolute;
  right: 0;
  background-color: #3265cd;
  transition: all 0.3s;
}
.header__hamburger .inner > span:nth-child(1) {
  top: 0;
}
.header__hamburger .inner > span:nth-child(2) {
  top: calc(50% - 1px);
}
.header__hamburger .inner > span:nth-child(3) {
  top: calc(100% - 2px);
}
.header__hamburger .label {
  display: inline-block;
  color: #3265cd;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1;
}
.header__hamburger.is-open .inner > span:nth-child(1) {
  width: 100%;
  top: 50%;
  transform: rotate(45deg);
}
.header__hamburger.is-open .inner > span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.header__hamburger.is-open .inner > span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
}

@media screen and (min-width: 769px) {
  .header__navi {
    display: flex;
    gap: 2em 6.4rem;
    align-items: center;
  }
  .header__navi--menu {
    display: flex;
    gap: 2em 4.8rem;
    align-items: center;
    font-weight: 700;
    font-size: 1.4rem;
  }
  .header__navi .parent {
    position: relative;
  }
  .header__navi .parent > a {
    display: flex;
    gap: 0.8rem;
    align-items: center;
  }
  .header__navi .parent > a::after {
    content: "";
    width: 0.5em;
    display: inline-block;
    border-right: 2px solid #8f91a2;
    border-bottom: 2px solid #8f91a2;
    transform: rotate(45deg);
    aspect-ratio: 1;
  }
  .header__navi .parent .js-menu-toggle {
    display: none;
  }
  .header__navi .parent:hover > a::after {
    margin-bottom: -0.5em;
    transform: rotate(225deg);
  }
  .header__navi .parent:hover .header__navi--child {
    opacity: 1;
    visibility: visible;
  }
  .header__navi--child {
    padding: 1.5em 1em 1em;
    position: absolute;
    left: -1em;
    display: block;
    background-color: #fff;
    font-size: 1.4rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .header__navi--child ul li {
    display: flex;
    gap: 0 0.5em;
    align-items: center;
  }
  .header__navi--child ul li + li {
    margin-top: 0.75em;
  }
  .header__navi--child ul li::before {
    content: "";
    width: 0.75em;
    height: 1px;
    background-color: #aaa;
  }
  .header__navi--child ul a {
    white-space: nowrap;
  }
  .header__button {
    transition: opacity 0.3s;
  }
  .header__button:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 0.8rem;
    z-index: 9;
  }
  .header__naviSp {
    width: 100%;
    height: 100dvh;
    padding: 0.8rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: none;
    overflow: auto;
    background-color: rgba(52, 63, 85, 0.9);
  }
  .header__naviSp--inner {
    padding: 9.8rem 2rem 4rem;
    border-radius: 0.4rem;
    background-color: #fff;
  }
  .header__naviSp--menu {
    border-top: 1px solid rgba(205, 205, 205, 0.9);
  }
  .header__naviSp--menu li {
    padding: 1.6rem 0;
    border-bottom: 1px solid rgba(205, 205, 205, 0.9);
  }
  .header__naviSp--menu a {
    display: flex;
    gap: 0 2rem;
    align-items: center;
    --text-color: #3265cd;
  }
  .header__naviSp--menu .menu-label {
    margin-right: auto;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 2rem;
  }
  .header__naviSp--menu .menu-title {
    font-weight: 700;
    font-size: 1.2rem;
  }
  .header__naviSp--links {
    margin-top: 4rem;
    font-weight: 700;
    font-size: 1.2rem;
  }
  .header__naviSp--links li + li {
    margin-top: 0.75em;
  }
  .header__buttons {
    margin-top: 2rem;
    align-items: center;
    flex-direction: column;
  }
  .header__button {
    width: 24rem;
  }
}
.footer {
  padding-top: 4.8rem;
  padding-bottom: 3.2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 3.2rem;
    padding-bottom: 2.4rem;
  }
}
.footer .main__container {
  max-width: 100%;
}
.footer__top {
  margin-bottom: 6.4rem;
  padding-bottom: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(225, 225, 225, 0.9);
}
@media screen and (max-width: 768px) {
  .footer__top {
    margin-bottom: 3.2rem;
    padding-bottom: 2.4rem;
  }
}
.footer__top .page-top {
  display: flex;
  gap: 0.5em;
  align-items: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .footer__top .page-top {
    font-size: 1.2rem;
  }
}
.footer__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.footer__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(62, 76, 105, 0.9);
  backdrop-filter: blur(1rem);
}
.footer__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer__menu01 {
  margin-bottom: 16rem;
  display: flex;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .footer__menu01 {
    margin-bottom: 4rem;
    flex-direction: column;
  }
}
.footer__menu01 > * {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__menu01 > * {
    width: 100%;
  }
}
.footer__menu01 > * a {
  padding: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 0.8rem;
  background-color: rgba(255, 255, 255, 0.2);
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .footer__menu01 > * a {
    padding: 2.4rem;
  }
}
.footer__menu01 > * a:hover {
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.footer__menu01 > * .heading__01 {
  margin-bottom: 0;
  gap: 1.6rem 0;
}
.footer__menu01 > * .heading__01--label {
  font-size: 4.8rem;
}
.footer__menu01 > * .arrow-01 {
  width: 4rem;
  height: 2rem;
  margin-top: 2rem;
  margin-left: auto;
  --arrow-bg: #fff;
}
@media screen and (max-width: 768px) {
  .footer__menu01 > * .arrow-01 {
    margin-top: 0;
  }
}
.footer__menu01 > * .arrow-01 * {
  color: #3265cd;
}
.footer__menu02 {
  display: flex;
  gap: 1.8em 2.8em;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .footer__menu02 {
    width: 100%;
    gap: 1em 2em;
  }
}
.footer__menu02 [target=_blank] {
  display: inline-flex;
  gap: 0.5em;
  align-items: center;
}
.footer__menu02 [target=_blank]::after {
  content: "";
  width: 1.4285em;
  background: url(../images/common/icon_external.svg) no-repeat center center/contain;
  aspect-ratio: 1;
}
.footer__bottom {
  margin-top: 10rem;
  padding-top: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(225, 225, 225, 0.9);
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    margin-top: 5rem;
    gap: 1em;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .footer__bottom .footer__menu02 {
    gap: 1.5em;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__bottom .footer__menu02 img {
    width: 4rem;
  }
}
.footer__copyRight {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .footer__copyRight {
    font-size: 1rem;
  }
}

.main {
  padding-top: 11.2rem;
  position: relative;
}
.main__block {
  margin-bottom: 20rem;
}
.main__block[class*=bg-] {
  padding-top: 20rem;
  padding-bottom: 20rem;
}
.main__container {
  max-width: 130rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5rem;
  padding-left: 5rem;
}
.main__container + .main__container {
  margin-top: 6.4rem;
}

.common__headline {
  background-color: #3265cd;
}
.common__headline--inner {
  min-height: 26.4rem;
  display: flex;
  align-items: center;
}
.common__headline--title > span {
  display: block;
}
.common__headline--label {
  font-size: 2rem;
}
.common__headline--title {
  font-size: 4rem;
}
.common__lead {
  margin-bottom: 7.2rem;
}

@media screen and (max-width: 768px) {
  .main {
    padding-top: 6rem;
  }
  .main__block {
    margin-bottom: 10rem;
  }
  .main__block[class*=bg-] {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .main__container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .common__lead {
    margin-bottom: 5.6rem;
  }
}
.heading__01 {
  margin-bottom: 7.2rem;
  display: flex;
  gap: 2.8rem 0;
  flex-direction: column;
}
.heading__01 > span {
  line-height: 1;
}
.heading__01--label {
  display: block;
  background: linear-gradient(-90deg, var(--text-color, #0039ad), var(--text-color, #3265cd));
  background-clip: text;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 6.4rem;
  line-height: 1.6;
  -webkit-text-fill-color: transparent;
}
.heading__01--title {
  font-weight: 700;
  font-size: 1.6rem;
}
.heading__01.text-center {
  align-items: center;
}
.heading__01.md .heading__01--label {
  font-size: 4.8rem;
}

@media screen and (max-width: 768px) {
  .heading__01 {
    margin-bottom: 5.6rem;
    gap: 1.4rem 0;
  }
  .heading__01--label {
    font-size: 3.2rem !important;
  }
  .heading__01--title {
    font-size: 1.2rem !important;
  }
  .heading__01.text-sp-center {
    align-items: center;
  }
}
.btn__01 {
  width: 26.4rem;
  min-width: fit-content;
  height: 4.8rem;
  padding: 0 1em;
  display: flex;
  align-items: center;
  border-radius: 0.4rem;
  background-color: var(--btn-bg, #3265cd);
  color: var(--btn-text, #fff);
  font-weight: 600;
}
.btn__01 * {
  color: var(--btn-text, #fff);
}
.btn__01 .arrow {
  margin-left: auto;
  line-height: 0;
}
.btn__01.bd-gray {
  border: 1px solid #cdcdcd;
}
.btn__01.bg-wh {
  border: 1px solid #cdcdcd;
  background-color: var(--btn-bg, white);
  --btn-text: #3265cd;
}
.btn__02 {
  display: inline-flex;
  gap: 1em;
  align-items: center;
  color: var(--text-color, #3265cd);
  font-weight: 600;
}
.btn__02 * {
  color: var(--text-color, #3265cd);
}
.btn__02 .arrow {
  width: 3.2rem;
  height: 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #3265cd;
}
.btn__02 .arrow.is-reverse {
  transform: scaleX(-1);
}

.icon-plus {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.icon-plus::before, .icon-plus::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: black;
  transform: translate(-50%, -50%);
}
.icon-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.icon-cross {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.icon-cross::before, .icon-cross::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #000;
  transform: translate(-50%, -50%) rotate(45deg);
}
.icon-cross::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.arrow-01 {
  width: 3.2rem;
  height: 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--arrow-bg, #3265cd);
}
.arrow-01 * {
  color: var(--arrow-color, #fff);
}

@media screen and (min-width: 769px) {
  .btn__01 {
    transition: opacity 0.3s;
  }
  .btn__01:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .btn__01 {
    width: 100% !important;
  }
}
.column {
  display: flex;
  gap: var(--gap-size, 2rem);
  flex-wrap: wrap;
  justify-content: center;
}
.column.col2 > * {
  width: calc((100% - var(--gap-size, 2rem)) / 2);
}
.column.col3 {
  gap: var(--gap-size, 4rem);
}
.column.col3 > * {
  width: calc((100% - var(--gap-size, 4rem) * 2) / 3);
}
.column.col4 > * {
  width: calc((100% - var(--gap-size, 2rem) * 3) / 4);
}

.grid {
  display: grid;
  gap: var(--gap-size, 2rem);
}
.grid.col2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid.col3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid.col4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid.col5 {
  grid-template-columns: repeat(5, 1fr);
}

.breadcrumbs {
  display: flex;
  gap: 1em;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    font-size: 1rem;
  }
}
.breadcrumbs > span {
  display: inline-flex;
  gap: 1em;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .breadcrumbs > span {
    gap: 0.8rem;
  }
}
.breadcrumbs > span:not(:first-child)::before {
  content: "";
  width: 2em;
  height: 1px;
  flex: none;
  background-color: currentColor;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .breadcrumbs > span:not(:first-child)::before {
    width: 0.8rem;
  }
}
.breadcrumbs > span:last-child {
  flex: 1;
}
.breadcrumbs > span .current-item {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.breadcrumbs a {
  text-decoration: none;
  opacity: 0.5;
}

.pager {
  margin-top: 12rem;
}
.pager__archive--inner {
  display: flex;
  gap: 0 2.3rem;
  align-items: center;
  justify-content: center;
}
.pager__archive .page-numbers {
  width: 2rem;
  padding-bottom: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.pager__archive .page-numbers.dots {
  margin: 0 -0.5rem;
}
.pager__archive .page-numbers.current {
  position: relative;
  border-bottom: 4px solid #3265cd;
  color: #3265cd;
}
.pager__archive .page-numbers.prev, .pager__archive .page-numbers.next {
  background: url("data: image/svg+xml,<svg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 1.31625L1.34583 0L8 6.5L1.34583 13L0 11.6838L5.30417 6.5L0 1.31625Z' fill='%23261F88'/></svg>") no-repeat center/contain;
  background-size: 1rem auto;
}
.pager__archive .page-numbers.prev {
  transform: scaleX(-1);
}

.slider__01 {
  position: relative;
}
.slider__01 .swiper-slide {
  width: 30rem;
}
.slider__01--image {
  display: block;
  aspect-ratio: 1;
}
.slider__01--image * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination.type01 {
  margin-top: 2rem;
  position: relative;
  bottom: auto !important;
  line-height: 0;
  --swiper-pagination-bullet-height: 1.0rem;
  --swiper-pagination-bullet-inactive-color: #ccc;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-width: 1.0rem;
  --swiper-pagination-color: #29318a;
}

.table__01 {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}
.table__01 th,
.table__01 td {
  padding: 1em 1.25em;
  border: 1px solid #dde1e6;
}
.table__01 thead th {
  background-color: #3265cd;
  --text-color: #fff;
}
.table__01 tbody th {
  background-color: #f5f6f9;
  font-weight: 500;
}
.table__dl01--inner {
  padding: 4.2rem 0;
  display: grid;
  grid-template-columns: 16rem 1fr;
  border-bottom: 1px solid white;
}
.table__dl01--inner:first-child {
  border-top: 1px solid white;
}
.table__dl01--head, .table__dl01--detail {
  line-height: 1.6;
}
.table__dl01--head {
  font-weight: 700;
}
.table__dl01--link {
  border-radius: 0.4rem;
  padding: 0.5em 2em;
  background-color: white;
  color: #3265cd;
  font-weight: bold;
  margin-left: 7em;
}

@media screen and (max-width: 768px) {
  .table__scroll {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    overflow-x: scroll;
  }
  .table__scroll table {
    width: 100rem;
  }
  .table__dl01--inner {
    padding: 2.4rem 0;
    display: block;
  }
  .table__dl01--detail {
    margin-top: 1em;
    padding-left: 1em;
  }
  .table__dl01--link {
    border-radius: 0.4rem;
    padding: 0.3em 1em;
    background-color: white;
    color: #3265cd;
    font-weight: bold;
    margin-left: 3em;
  }
}
*:focus {
  outline: none;
}

input {
  width: 100%;
}
input::-webkit-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
input:-ms-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
input::-moz-placeholder {
  color: var(--placeholder-color, #ccc);
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

textarea {
  vertical-align: bottom;
}
textarea::-webkit-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea:-ms-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea::-moz-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.p-country-name {
  display: none;
}

.form {
  --form-border: #ccc;
}
.form__lead {
  margin-bottom: 6.4rem;
  font-weight: 500;
}
.form__container {
  padding: 8rem 5.6rem;
  background-color: #eff2f7;
}
.form__message {
  margin-bottom: 4rem;
  font-weight: 500;
}
.form__message .list-note li {
  line-height: 1.4;
}
.form__box + .form__box {
  margin-top: 4rem;
}
.form__box--label {
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
}
.form__box--required {
  padding: 0.65em 1em;
  border-radius: 1.5em;
  background-color: #ee606c;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
}
.form__control {
  width: 100%;
  padding: 1.125em 1.25em;
  border-radius: 0.4rem;
  background-color: #fff;
  font-weight: 500;
  font-size: max(1.6rem, 16px);
  line-height: 1.5;
}
.form__control--textarea {
  height: 14.2rem;
}
.form .error {
  margin-top: 0.5em;
}
.form__select {
  background-image: url("data: image/svg+xml,<svg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8 1.09131L6.87779 0L4.00008 2.79808L1.12225 0L4.1008e-05 1.09131L4.00008 4.98061L8 1.09131Z' fill='%2329318A'/></svg>");
  background-position: right 1.5rem center;
  background-size: 0.8rem auto;
  background-repeat: no-repeat;
}
.form__footer {
  margin-top: 5.2rem;
}
.form__button {
  margin-top: 5.5rem;
}
.form__button.btn__grid {
  gap: 5rem;
}
.form__submit {
  width: 38.6rem;
  max-width: 100%;
  height: 6.4rem;
  padding: 1em;
  display: flex;
  align-items: center;
  border-radius: 0.4rem;
  background-color: #3265cd;
  background-image: url("data: image/svg+xml,<svg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M12 3L7 5.88672V3.5H0V2.5H7V0.113281L12 3Z' fill='white'/></svg>");
  background-position: right 1em center;
  background-size: 1.2rem auto;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
}
.form__complete--title {
  margin-bottom: 1.5em;
  font-size: 2.4rem;
}
.form__complete .form__submit {
  margin-top: 5.6rem;
}

.mw_wp_form .error {
  margin-top: 0.75em;
  color: #ee606c;
  font-weight: 500;
  font-size: 0.875em;
}

.mwform-checkbox-field input {
  display: none;
}
.mwform-checkbox-field input:checked + .mwform-checkbox-field-text::before {
  background-color: #3265cd;
}
.mwform-checkbox-field input:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}
.mwform-checkbox-field-text {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.mwform-checkbox-field-text::before {
  content: "";
  width: 2em;
  height: 2em;
  margin-right: 1em;
  border-radius: 0.4rem;
  background-color: #fff;
  transition: background-color 0.3s;
}
.mwform-checkbox-field-text::after {
  content: "";
  width: 1em;
  height: 0.625em;
  position: absolute;
  top: calc(50% - 0.4em);
  left: 0.5em;
  z-index: 2;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  opacity: 0;
  transition: opacity 0.3s;
  transform: rotate(-45deg);
}
.mwform-checkbox-field-text a {
  text-decoration: underline;
  font-weight: 700;
}

.mw_wp_form_confirm .form__box {
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(205, 205, 205, 0.93);
}
@media screen and (min-width: 769px) {
  .mw_wp_form_confirm .form__box {
    display: grid;
    gap: 0 3.2rem;
    grid-template-columns: 15.2rem 1fr;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .mw_wp_form_confirm .form__box--label {
    margin-bottom: 0;
  }
}
.mw_wp_form_confirm .form__box--required {
  display: none;
}
.mw_wp_form_confirm .form__doui {
  display: none;
}

@media screen and (max-width: 768px) {
  .form__container {
    margin: 0 -2rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .form__box + .form__box {
    margin-top: 3.2rem;
  }
  .form__box--required {
    font-size: 1rem;
  }
  .form__control {
    padding: 0.95em 1.25em;
  }
}
.modal__content {
  width: 100rem;
  max-width: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  display: none;
  background-color: #fff;
  transform: translateX(-50%) translateY(-50%);
}
.modal__contentImage {
  width: fit-content;
  background: none;
}
.modal__contentText {
  width: 120rem;
  border-radius: 1.6rem;
}
.modal__content--inner {
  max-height: calc(100vh - 10rem);
  padding: 6rem 5rem 4rem;
  overflow-y: auto;
}
.modal__content--title {
  margin-bottom: 1em;
  font-size: 2.8rem;
}
.modal__content--image.is-sp-scroll {
  margin-right: -3rem;
  margin-left: -3rem;
  padding: 0 3rem;
  overflow-x: scroll;
}
.modal__content--image.is-sp-scroll img {
  width: 99.2rem;
  max-width: none;
}
.modal__close {
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  z-index: 1;
}
.modal__close::before, .modal__close::after {
  content: "";
  width: 2px;
  height: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #3265cd;
}
.modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__inner {
  position: relative;
}
.modal__image img {
  width: 100%;
  max-height: 90svh;
  display: block;
  object-fit: contain;
}

.js-modal__trigger:hover {
  cursor: pointer;
}
.js-bg__layer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.js-bg__layer.is-show {
  opacity: 1;
  visibility: visible;
}

.module__01--visual.js-modal__trigger {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.module__01--visual.js-modal__trigger:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .modal__contentImage {
    width: 100%;
  }
  .modal__content--inner {
    padding: 5rem 3rem 4rem;
  }
}
.module__01 li {
  counter-increment: mycounter;
}
.module__01.no-counter + .module__01.no-counter {
  margin-top: 10rem;
}
.module__01.no-counter .module__01--num {
  margin-top: 0.2em;
  flex: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.module__01.no-counter .module__01--visual {
  margin-bottom: 2rem;
  overflow: hidden;
  border-radius: 0.8rem;
}
.module__01.no-counter .text__title {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.6;
}
.module__01.no-counter .text {
  display: flex;
  gap: 0.5rem;
}
.module__01--titles {
  margin-bottom: 7.2rem;
  display: flex;
  gap: 1.25em;
  flex-direction: column;
}
.module__01--title {
  font-size: 2.8rem;
}
.module__01--list {
  display: grid;
  gap: 4.8rem 4.8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.module__01--list.col4 {
  gap: 6.4rem 4.8rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.module__01--visual {
  width: 100%;
  height: 37rem;
  margin-bottom: 4.8rem;
}
.module__01--visual.sm {
  margin-bottom: 2.8rem;
}
.module__01--sentence.is-num {
  display: flex;
  gap: 2.3rem;
  font-family: "Montserrat", sans-serif;
}
.module__01--sentence.is-num::before {
  content: "(" counter(mycounter, decimal-leading-zero) ")";
  font-weight: 600;
}
.module__01--comment p {
  line-height: 2;
}
.module__01--comment p:not(:last-child) {
  margin-bottom: 1em;
}
.module__01--comment a {
  color: #3265cd;
  text-decoration: underline;
  font-weight: 600;
}
.module__01 .text {
  letter-spacing: 0;
}
.module__01 .text__title {
  margin-bottom: 0.75em;
  display: block;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1;
}
.module__01 .text__tags {
  margin-top: 2em;
  display: flex;
  gap: 1.2rem;
  font-weight: 500;
  font-size: 1.2rem;
  opacity: 0.5;
}
.module__01 .text__date {
  margin-top: 1em;
  display: flex;
  gap: 0.4rem;
  align-items: center;
  color: #3265cd;
  font-weight: 600;
  font-size: 1.2rem;
}
.module__01 .text__date::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  border-radius: 50%;
  background-color: #3265cd;
}

@media screen and (max-width: 768px) {
  .module__01--list {
    grid-template-columns: 1fr;
  }
  .module__01--list.col4 {
    gap: 3.2rem 0;
    grid-template-columns: 1fr;
  }
  .module__01.no-counter .module__01--visual {
    margin-bottom: 1.6rem;
    border-radius: 0.4rem;
  }
  .module__01.no-counter .module__01--list {
    gap: 3.2rem 0;
  }
  .module__01.no-counter .text {
    flex-direction: column;
  }
  .module__01.no-counter .text__title {
    font-size: 1.6rem;
  }
  .module__01--num {
    font-size: 1rem;
  }
  .module__01--titles {
    margin-bottom: 3.6rem;
  }
  .module__01--title {
    font-size: 2rem;
  }
  .module__01--visual {
    height: 22rem;
    margin-bottom: 3.2rem;
  }
  .module__01--sentence.is-num {
    display: block;
  }
  .module__01--sentence.is-num::before {
    margin-bottom: 2em;
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
  }
  .module__01 .text__title {
    margin-bottom: 1.25em;
    font-size: 2rem;
  }
  .module__01.v2 .module__01--link {
    padding-left: 14.7rem;
    position: relative;
    display: block;
  }
  .module__01.v2 .module__01--visual {
    width: 12.7rem;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    aspect-ratio: 127/110;
  }
  .module__01.v2 .module__01--sentence {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-height: 1.6;
    -webkit-line-clamp: 3;
  }
  .module__01.v2 .text__tags {
    margin-top: 0.75em;
  }
  .module__01.v2 .text__date {
    margin-top: 0.75em;
  }
}
.common__hero {
  margin-bottom: 24rem;
  padding-top: 10rem;
}
.common__hero--title {
  padding-bottom: 5.5rem;
  display: flex;
  gap: 0 3.2rem;
  align-items: end;
  justify-content: space-between;
}
.common__hero--title.is-border {
  margin-bottom: 12rem;
  position: relative;
}
.common__hero--title.is-border::before {
  content: "";
  width: 120rem;
  position: absolute;
  bottom: 0;
  left: 5rem;
  border-top: 1px solid rgba(205, 205, 205, 0.93);
}
.common__hero--visual {
  width: calc(100% - 3.2rem);
  height: 48rem;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 1rem;
}
.common__hero.is-circle {
  position: relative;
}
.common__hero.is-circle::before, .common__hero.is-circle::after {
  content: "";
  width: 95rem;
  height: 95rem;
  position: absolute;
  z-index: -1;
  display: block;
  background-image: url("../images/common/circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.common__hero.is-circle::before {
  top: -30%;
  right: -30%;
}
.common__hero.is-circle::after {
  width: 65rem;
  height: 65rem;
  top: 40%;
  left: -20%;
}
.common__btn {
  margin-top: 20rem;
}
.common__btn--contents {
  display: flex;
  gap: 4rem;
  align-items: center;
}
.common__btn--contents.is-border {
  padding-top: 20rem;
  position: relative;
}
.common__btn--contents.is-border::before {
  content: "";
  width: 120rem;
  position: absolute;
  top: 0;
  left: 5rem;
  border-top: 1px solid rgba(205, 205, 205, 0.93);
}
.common__btn--contents .is-border {
  flex: 1;
  border-top: 1px solid #3265cd;
}
.common__btn--more {
  padding-right: 4.8rem;
  position: relative;
  color: #3265cd;
  font-weight: 600;
}
.common__btn--more::before {
  content: "";
  width: 3.2rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='16'%20viewBox='0%200%2032%2016'%20fill='none'%3E%3Crect%20width='32'%20height='16'%20fill='%233265CD'/%3E%3Cpath%20d='M22%208L17%205.11325V10.8868L22%208ZM10%208V8.5H17.5V8V7.5H10V8Z'%20fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-49%);
}

@media screen and (min-width: 769px) {
  .common__btn--more {
    transition: opacity 0.3s;
  }
  .common__btn--more:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .common__hero {
    margin-bottom: 6rem;
    padding-top: 6rem;
  }
  .common__hero--title {
    padding-bottom: 2rem;
    display: block;
  }
  .common__hero--title .breadcrumbs {
    width: fit-content;
    margin-top: 6.4rem;
    margin-left: auto;
  }
  .common__hero--title.is-border {
    margin-bottom: 6.4rem;
  }
  .common__hero--title.is-border::before {
    width: calc(100% - 4rem);
    left: 2rem;
  }
  .common__hero--visual {
    height: auto;
    aspect-ratio: 1;
  }
  .common__hero.is-circle::before {
    width: 35rem;
    height: 35rem;
    top: -13rem;
    left: 10rem;
  }
  .common__hero.is-circle::after {
    width: 30rem;
    height: 30rem;
    top: 8rem;
    left: -5rem;
  }
  .common__btn {
    margin-top: 10rem;
  }
  .common__btn--contents {
    gap: 4rem 1.6rem;
    flex-wrap: wrap;
  }
  .common__btn--contents.is-border {
    padding-top: 10rem;
  }
  .common__btn--contents.is-border::before {
    width: calc(100% - 4rem);
    left: 2rem;
  }
  .common__btn .heading__01 {
    width: 100%;
  }
}
.home .main {
  padding-top: 0;
}
.home__hero {
  height: 100svh;
  position: relative;
}
.home__hero--slider {
  width: 100%;
  height: 100%;
  padding: 11.2rem 1.6rem 1.6rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: padding 0.3s;
}
@media screen and (max-width: 768px) {
  .home__hero--slider {
    padding: 6.6rem 2rem 2rem;
  }
}
.home__hero--slider .is-filter {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  backdrop-filter: blur(20px);
}
.home__hero--inner {
  overflow: hidden;
  border-radius: 0.8rem;
}
.home__hero--visual {
  width: 100%;
  height: 100%;
  position: relative;
}
.home__hero .swiper, .home__hero .swiper-wrapper, .home__hero .swiper-slide, .home__hero .slide-image {
  height: 100%;
}
.home__hero .slide-image {
  display: block;
}
.home__hero .slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home__hero--catch {
  position: absolute;
  bottom: 8rem;
  left: 10rem;
  z-index: 2;
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  .home__hero--catch {
    bottom: 7.2rem;
    left: 3.6rem;
    font-size: 2.4rem;
  }
}
.home__hero--catch p {
  letter-spacing: 0.2em;
  line-height: 1.6;
}
.home__hero--scroll {
  position: absolute;
  right: 10rem;
  bottom: 8rem;
  z-index: 2;
  display: inline-flex;
  gap: 1em;
  align-items: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .home__hero--scroll {
    right: auto;
    bottom: 4rem;
    left: 3.6rem;
    font-size: 1.2rem;
  }
}
.home__about {
  padding-top: 20rem;
  padding-bottom: 32rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home__about {
    padding-top: 10rem;
    padding-bottom: 20rem;
  }
}
.home__about .main__container {
  display: flex;
  justify-content: space-between;
}
.home__about--tags {
  display: grid;
  gap: 1em;
  grid-template-columns: 1fr;
  font-size: 2.6rem;
}
.home__about--tags span {
  display: flex;
  gap: 0.1em;
}
.home__about--tags span::before {
  content: "●";
  display: block;
  flex: none;
}
.home__about--imgs {
  max-width: 57.6rem;
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 20rem;
}
.home__about--img {
  overflow: hidden;
  border-radius: 0.8rem;
}
.home__about--title {
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  font-size: 4.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .home__about--title {
    letter-spacing: 0.1em;
    font-size: 2.4rem;
  }
}
.home__about--sentence {
  max-width: 70rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .home__about--sentence {
    font-size: 1.8rem;
  }
}
.home__about--sentence p + p {
  margin-top: 1.5em;
}
.home__about--bg {
  width: 100%;
  height: calc(100% + 16rem);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.home__about--bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(1rem);
}
.home__about--bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home__navi {
  margin-top: -12rem;
}
@media screen and (max-width: 768px) {
  .home__navi {
    margin-top: -8rem;
  }
}
.home__navi--list {
  display: flex;
  gap: 0;
  overflow: hidden;
  border-radius: 0.8rem;
  background: url(../images/home/navi_bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .home__navi--list {
    flex-direction: column;
  }
}
.home__navi--item {
  width: 33.3333333333%;
}
@media screen and (min-width: 769px) {
  .home__navi--item {
    aspect-ratio: 40/48;
  }
}
@media screen and (max-width: 768px) {
  .home__navi--item {
    width: 100%;
    aspect-ratio: 2.4/1;
  }
}
@media screen and (min-width: 769px) {
  .home__navi--item + .home__navi--item {
    border-left: 1px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .home__navi--item + .home__navi--item {
    border-top: 1px solid white;
  }
}
.home__navi--item .heading__01 {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .home__navi--item .heading__01 {
    margin-bottom: 0;
    gap: 1.6rem;
  }
}
.home__navi--item .heading__01--label {
  font-size: 4.8rem;
}
.home__navi--item .heading__01 .arrow {
  width: 3.2rem;
  height: 1.6rem;
  position: absolute;
  top: 3.2rem;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.home__navi--link {
  width: 100%;
  height: 100%;
  padding: 3.2rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .home__navi--link {
    padding: 2.2rem;
  }
}
.home__navi--link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(50, 101, 205, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.home__navi--link:hover::before {
  opacity: 1;
  visibility: visible;
}
.home__navi--link::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #555;
  opacity: 40%;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
}
.home__navi--link:hover::after {
  opacity: 0;
  visibility: hidden;
}
.home__navi--arrow {
  width: 3.2rem;
  height: 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.home__products--lead {
  padding-top: 20rem;
  padding-bottom: 20rem;
}
@media screen and (max-width: 768px) {
  .home__products--lead {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }
}
.home__products--lead .btn__01 {
  width: 36.8rem;
}
.home__products .products__item--visuals {
  margin-top: 8rem;
}
.home__products--contents {
  padding-top: 20rem;
  padding-bottom: 20rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home__products--contents {
    padding-top: 8rem;
    padding-bottom: 10rem;
  }
}
.home__products--contents::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/home/product.png");
  background-position: right bottom;
  background-size: contain;
}
.home__products--info {
  max-width: 47rem;
}
.home__products--title {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 768px) {
  .home__products--title {
    margin-bottom: 3.2rem;
  }
}
.home__products--title .label {
  margin-bottom: 0.25em;
  display: block;
  color: #3265cd;
  font-size: 1.4rem;
}
.home__products--title .title {
  letter-spacing: 0;
  font-size: 1.6rem;
  line-height: 2;
}
.home__products--title .title span {
  letter-spacing: 0;
  font-size: 3.3rem;
}
@media screen and (max-width: 768px) {
  .home__products--title .title span {
    font-size: 2.4rem;
  }
}
.home__products--sentence * {
  letter-spacing: 0;
}
.home__facilities {
  padding-top: 20rem;
  padding-bottom: 20rem;
}
@media screen and (max-width: 768px) {
  .home__facilities {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.home__facilities--catch {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .home__facilities--catch {
    margin-bottom: 6.4rem;
  }
}
.home__facilities--list {
  display: grid;
  gap: 4.8rem;
  grid-template-columns: repeat(3, 1fr);
}
.home__facilities--texts {
  display: flex;
  gap: 5rem;
  align-items: start;
  justify-content: space-between;
}
.home__facilities--texts .common__btn--more {
  padding-right: 0;
}
.home__facilities--texts .common__btn--more::before {
  position: unset;
  transform: none;
}
.home__facilities--content {
  display: flex;
  gap: 5rem;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .home__facilities--content {
    gap: 3rem;
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .home__facilities--sentence {
    max-width: 58.2rem;
  }
}
.home__facilities--title {
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .home__facilities--title {
    margin-bottom: 1em;
    font-size: 2.2rem;
  }
}
.home__facilities--text p {
  letter-spacing: 0;
}
.home__facilities--img {
  max-height: 24rem;
  margin-bottom: 1em;
  overflow: hidden;
  border-radius: 0.8rem;
}
@media screen and (min-width: 769px) {
  .home__news--column {
    min-height: 23.8rem;
    position: relative;
    display: grid;
    gap: 4.8rem;
    grid-template-columns: 1fr 78.4rem;
    align-items: flex-start;
  }
}
@media screen and (min-width: 769px) {
  .home__news .btn__01 {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  .home__blog--header {
    margin-bottom: 8rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .home__blog--header .heading__01 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .home__about .main__container {
    gap: 5.6rem;
    flex-direction: column;
  }
  .home__about--title {
    margin-bottom: 4.7rem;
  }
  .home__about--imgs {
    grid-auto-rows: 11rem;
  }
  .home__about--tags {
    display: grid;
    gap: 1.5rem;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
    font-size: 1.8rem;
  }
  .home__about--tags span {
    text-align: center;
  }
  .home__navi--list {
    overflow: hidden;
    border-radius: 0.8rem;
  }
  .home__products--lead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .home__products .products__item--visuals {
    margin-top: 4.8rem;
  }
  .home__facilities--list {
    gap: 6.6rem;
    grid-template-columns: 1fr;
  }
  .home__facilities--title {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}
.news__narrow-down a {
  width: 13rem;
  padding: 0.4em 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  border-radius: 2rem;
  font-weight: 500;
}
.news__narrow-down a.is-active {
  border-color: #3265cd;
  background-color: #3265cd;
  color: white;
}
.news__narrow-down a + a {
  margin-top: 1.2rem;
}
.news__list {
  border-top: 1px solid rgba(205, 205, 205, 0.9333333333);
  border-bottom: 1px solid rgba(205, 205, 205, 0.9333333333);
}
.news__list--column .news__item {
  flex-wrap: wrap;
}
.news__list--column .news__item--title {
  width: 100%;
}
.news__item {
  padding: 4.8rem 0;
  display: flex;
  gap: 1em;
  align-items: center;
  font-weight: 500;
}
.news__item + .news__item {
  border-top: 1px solid rgba(205, 205, 205, 0.9333333333);
}
.news__item--meta {
  display: flex;
  gap: 1em;
  align-items: center;
}
.news__item--date {
  color: #3265cd;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
}
.news__item--date.is-circle {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.news__item--date.is-circle::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  border-radius: 50%;
  background-color: #3265cd;
}
.news__item--tag {
  padding: 0.5em 1em;
  border-radius: 2.4rem;
  background-color: rgba(85, 85, 85, 0.1);
  font-size: 75%;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .news__item--tag {
    transition: opacity 0.3s;
  }
  .news__item--tag:hover {
    opacity: 0.8;
  }
}
.news__item--title {
  display: flex;
  gap: 1em;
  align-items: center;
  flex: 1;
}
@media screen and (min-width: 769px) {
  .news__item--title {
    transition: opacity 0.3s;
  }
  .news__item--title:hover {
    opacity: 0.8;
  }
}
.news__item--title .text {
  display: -webkit-box;
  overflow: hidden;
  flex: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 1;
}
.news__item--title .arrow-01 {
  margin-left: auto;
}

.categoryNavi__select {
  margin-bottom: 6.4rem;
}
.categoryNavi__select select {
  width: 100%;
  padding: 0.5em 1em;
  border: 1px solid #cdcdcd;
  border-radius: 1.5em;
  background-image: url("data:image/svg+xml,<svg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M4.5 6L9 1.38609L7.64813 3.34311e-07L4.5 3.22782L1.35187 5.9092e-08L0 1.38609L4.5 6Z' fill='%23333'/></svg>");
  background-position: right 2rem center;
  background-size: 0.8rem auto;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 1.6rem;
}

@media screen and (min-width: 769px) {
  .post__column {
    display: grid;
    gap: 4.8rem;
    grid-template-columns: 1fr 78.4rem;
  }
}
.post__column--side .btn__02 {
  margin-top: 8rem;
}
.post__thumbnail {
  width: 100%;
  margin-bottom: 12rem;
  background-color: #f1f1f1;
  aspect-ratio: 370/236;
}
@media screen and (max-width: 768px) {
  .post__thumbnail {
    margin-top: -4rem;
    margin-bottom: 2.4rem;
  }
}
.post__toc {
  max-width: 26.2rem;
  font-weight: 700;
  font-size: 1.4rem;
}
.post__toc--item + .post__toc--item {
  margin-top: 2em;
}
.post__toc .is-current {
  --text-color: #3265cd;
}
.post__pageNavi {
  font-weight: 700;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .post__pageNavi {
    margin-bottom: 6.4rem;
    display: flex;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .post__pageNavi li {
    flex: 1;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .post__pageNavi li + li {
    margin-top: 1.5em;
  }
}
.post__pageNavi .is-current {
  --text-color: #3265cd;
}
.post__header {
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .post__header {
    margin-bottom: 6.4rem;
  }
}
.post__header--category {
  margin-bottom: 1.6rem;
}
.post__header--category a {
  padding: 0 1em;
  display: inline-block;
  border-radius: 1.5em;
  background-color: rgba(85, 85, 85, 0.1);
  font-size: 1.2rem;
}
.post__header--title {
  margin-bottom: 1.6rem;
  font-weight: 500;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .post__header--title {
    font-size: 2rem;
  }
}
.post__header--tags {
  margin-top: 5.6rem;
  margin-bottom: 0.75em;
  display: flex;
  gap: 1em;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .post__header--tags {
    margin-top: 2.4rem;
    margin-bottom: 0.5em;
  }
}
.post__header--tag a::before {
  content: "#";
}
.post__header--date {
  display: inline-flex;
  gap: 0 0.4rem;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  --text-color: #3265cd;
}
.post__header--date::before {
  content: "";
  width: 0.8rem;
  border-radius: 50%;
  background-color: currentColor;
  aspect-ratio: 1;
}
.post__body {
  font-weight: 500;
}
.post__body *:last-child {
  margin-bottom: 0 !important;
}
.post__body h2 {
  margin-bottom: 2em;
  padding-top: 3.6rem;
  position: relative;
  border-top: 1px solid rgba(205, 205, 205, 0.93);
  font-size: 2.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .post__body h2 {
    font-size: 1.8rem;
  }
}
.post__body h2::before {
  content: "";
  width: 5.6rem;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3265cd;
}
.post__body h2:not(:first-child) {
  margin-top: 4em;
}
.post__body h3 {
  margin-bottom: 1.75em;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .post__body h3 {
    font-size: 1.6rem;
  }
}
.post__body h3:not(:first-child) {
  margin-top: 3em;
}
.post__body p {
  margin-bottom: 1.5em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .post__body p {
    margin-bottom: 1em;
  }
}
.post__body p a {
  display: inline-block;
  text-decoration: underline;
  --text-color: #3265cd;
}
.post__body p a[target=_blank]::after {
  content: "";
  width: 1.25em;
  margin-left: 0.25em;
  display: inline-block;
  background: url(../images/common/icon_external_bl.svg) no-repeat center center/contain;
  vertical-align: middle;
  aspect-ratio: 1;
}
.post__body ul {
  margin-bottom: 2em;
}
.post__body ul:not(:first-child) {
  margin-top: 2em;
}
.post__body ul li {
  padding-left: 1em;
  position: relative;
  line-height: 2;
}
.post__body ul li:before {
  content: "";
  width: 0.3em;
  position: absolute;
  top: 0.9em;
  left: 0.25em;
  border-radius: 50%;
  background-color: currentColor;
  aspect-ratio: 1;
}
.post__body ul li + li {
  margin-top: 0.75em;
}
.post__body .wp-block-image {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 768px) {
  .post__body .wp-block-image {
    margin-bottom: 2.4rem;
  }
}
.post__body .wp-block-image:not(:first-child) {
  margin-top: 6.4rem;
}
.post__body .wp-block-columns {
  margin-bottom: 6.4rem;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  .post__body .wp-block-columns {
    margin-bottom: 2.4rem;
    gap: 2.4rem 0;
  }
}
.post__body .wp-block-columns:not(:first-child) {
  margin-top: 6.4rem;
}
@media screen and (max-width: 768px) {
  .post__body .wp-block-columns:not(:first-child) {
    margin-top: 2.4rem;
  }
}
.post__body .wp-block-columns .wp-block-image {
  margin-bottom: 0;
}
.post__footer {
  margin-top: 20rem;
}
@media screen and (max-width: 768px) {
  .post__footer {
    margin-top: 8rem;
  }
}
.post__footer .btn__01 {
  height: 6.4rem;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.blog__navi ul {
  display: flex;
  gap: 1em 1.75em;
}
.blog__navi ul a {
  text-decoration: underline;
}
.blog__navi ul .is-active {
  text-decoration: none;
  font-weight: 700;
  --text-color: #3265cd;
}
.blog__list {
  display: grid;
  gap: 6.4rem 4.8rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.blog__list.js-loading {
  min-height: 200px;
  position: relative;
}
.blog__list.js-loading:after {
  content: "";
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.blog__item--image {
  margin-bottom: 2rem;
  overflow: hidden;
  aspect-ratio: 264/168;
}
.blog__item--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog__item--title {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
}
.blog__item--tags {
  margin-top: 2.5em;
  display: flex;
  gap: 0.5em 1em;
  flex-wrap: wrap;
  font-size: 1.2rem;
}
.blog__item--tag {
  color: rgba(85, 85, 85, 0.5);
}
.blog__item--tag::before {
  content: "#";
}
.blog__item--date {
  margin-top: 1em;
  display: flex;
  gap: 0.25em;
  align-items: center;
  color: #3265cd;
  font-weight: 600;
  font-size: 1.2rem;
}
.blog__item--date::before {
  content: "";
  width: 0.67em;
  display: inline-block;
  border-radius: 50%;
  background-color: currentColor;
  aspect-ratio: 1;
}

@media screen and (max-width: 768px) {
  .news__item {
    padding: 3.2rem 0;
    gap: 0.5em;
    flex-wrap: wrap;
  }
  .news__item--meta {
    gap: 2.4em;
  }
  .news__item--tag {
    font-size: 1rem;
  }
  .news__item--title {
    width: 100%;
    flex: none;
  }
  .news__item--title .text {
    font-size: 1.4rem;
  }
  .blog__list {
    margin-top: 3rem;
    grid-template-columns: 1fr;
  }
}
.about__outline--contents {
  display: flex;
  gap: 15rem;
  align-items: center;
}
.about__outline--title {
  margin-bottom: 8rem;
  letter-spacing: 0.2em;
  font-size: 4rem;
  line-height: 1.6;
}
.about__outline--visual {
  width: 60rem;
  flex: none;
}
.about__outline--visual.nmr-none {
  margin-right: -14rem;
}
.about__outline--sentence p {
  line-height: 2;
}
.about__outline--sentence p + p {
  margin-top: 4rem;
}
.about__message--contents {
  display: flex;
  gap: 15rem;
}
.about__message--sentence > *:not(:first-child) {
  margin-top: 4rem;
}
.about__message--sentence dt {
  margin-bottom: 0.5em;
}
.about__message--sentence dd + dt {
  margin-top: 1.5em;
}
.about__message--sentence .from-name {
  margin-top: 4.8rem;
  text-align: end;
}
.about__message--sentence .from-name span {
  display: block;
}
.about__message--sentence .from-name__01 {
  font-weight: 500;
  font-size: 1.4rem;
}
.about__message--sentence .from-name__02 {
  margin-top: 0.5em;
  font-weight: bold;
  font-size: 2rem;
}
.about__company--contents {
  display: flex;
  justify-content: space-between;
}
.about__company--info {
  width: 78rem;
  flex: none;
}
.about__company--map {
  height: 36rem;
  margin-top: 6.4rem;
}

@media screen and (max-width: 768px) {
  .about__outline--title {
    margin-bottom: 4rem;
    font-size: 2rem;
  }
  .about__outline--visual {
    width: auto;
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .about__outline--contents {
    gap: 8rem;
    flex-direction: column;
  }
  .about__outline--contents p + p {
    margin-top: 2rem;
  }
  .about__outline--sentence p {
    line-height: 160%;
  }
  .about__message--contents {
    gap: 0;
    flex-direction: column;
  }
  .about__message--sentence p + p {
    margin-top: 2rem;
  }
  .about__message--sentence .from-name {
    margin-top: 2rem;
  }
  .about__company--contents {
    display: block;
  }
  .about__company--info {
    width: 100%;
  }
}
.blog__item--link {
  margin-bottom: 2.5em;
}
.blog__block--contents {
  margin-bottom: 12rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .blog__block--contents {
    margin-bottom: 6.4rem;
  }
}
.blog__block--btn {
  position: relative;
  color: #3265cd;
  font-weight: 600;
  font-size: 1.2rem;
}
.blog__block--btn span {
  position: relative;
  right: -0.5em;
}
.blog__block--btn span::before, .blog__block--btn span::after {
  content: "";
  width: 0.8rem;
  height: 0.1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: #3265cd;
  transform-origin: center;
}
.blog__block--btn span::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.blog__block--btn span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.blog__block--narrow-down {
  display: flex;
  gap: 2.8rem;
  flex-wrap: wrap;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .blog__block--narrow-down {
    gap: 1em;
  }
}
.blog__block--narrow-down li {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.blog__block--narrow-down li::before {
  content: "#";
}
.blog__block--narrow-down .current {
  text-decoration: none;
  font-weight: 700;
  --text-color: #3265cd;
}
.blog__block--narrow-down .current::before {
  content: none;
}

@media screen and (max-width: 768px) {
  .blog__list {
    gap: 3.2rem 0;
  }
  .blog__item {
    min-height: 11rem;
    padding-left: 14.5rem;
    position: relative;
  }
  .blog__item--title {
    font-size: 1.4rem;
  }
  .blog__item--link {
    max-height: 6.5rem;
    margin-bottom: 1em;
  }
  .blog__item--tags {
    font-size: 1rem;
  }
  .blog__item--date {
    font-size: 1.2rem;
  }
  .blog__item--image {
    width: 12.5rem;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    aspect-ratio: 127/110;
  }
}
.products__item--contents + .products__item--contents {
  margin-top: 13.6rem;
}
.products__item--visuals {
  height: 50rem;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  flex-direction: row-reverse;
  border-radius: 0.8rem;
  background-color: rgba(204, 212, 231, 0.8);
}
.products__item--img {
  width: 100%;
  max-width: 68rem;
  height: 100%;
}
.products__item--sentence {
  padding: 11rem 0 11rem 8rem;
}
.products__item--sentence .common__btn--more {
  margin-top: 4.8rem;
  display: inline-block;
}
.products__item--title {
  margin-bottom: 4.8rem;
}
.products__item--title span {
  display: block;
}
.products__item--title .title__item01 {
  margin-bottom: 1em;
  color: #3265cd;
  font-size: 1.4rem;
}
.products__item--title .title__item02 {
  margin-bottom: 0.25em;
  font-size: 3.6rem;
}
.products__item--title .title__item03 {
  font-size: 1.6rem;
}
.products__item--catch {
  font-weight: 500;
  font-size: 2rem;
}
.products__item--caption {
  margin-top: 6rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .products__item--caption {
    margin-top: 3.6rem;
    flex-direction: column;
  }
}
.products__item--innerCaption {
  margin-right: 6.4rem;
  padding-right: 6.4rem;
  position: relative;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .products__item--innerCaption {
    margin-right: 0;
    padding-right: 0;
  }
}
.products__item--innerCaption::after {
  content: "";
  height: calc(100% - 2.5rem);
  position: absolute;
  top: 50%;
  right: 0;
  border-right: 1px solid #cdcdcd;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .products__item--innerCaption::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .products__item--btn {
    width: 100%;
    margin-top: 2.4rem;
  }
}
.products__item--btn a + a {
  margin-top: 2.8rem;
}

@media screen and (max-width: 768px) {
  .products__item--sentence {
    width: 100%;
    padding: 2.8rem 2rem;
  }
  .products__item--sentence .common__btn--more {
    margin-top: 2.4rem;
  }
  .products__item--img {
    height: 24rem;
  }
  .products__item--visuals {
    height: 100%;
    flex-direction: column;
  }
  .products__item--title {
    margin-bottom: 3.2rem;
  }
  .products__item--title .title__item01 {
    font-size: 1rem;
  }
  .products__item--title .title__item02 {
    font-size: 2.4rem;
  }
  .products__item--title .title__item03 {
    font-size: 1.2rem;
  }
  .products__item--lead * p {
    font-size: 1.2rem;
  }
  .products__item--catch {
    font-size: 1.4rem;
  }
}
.facilities__block--inner + .facilities__block--inner {
  margin-top: 8rem;
  padding-top: 8rem;
  border-top: 1px solid rgba(205, 205, 205, 0.94);
}

.privacy__block--catch {
  margin-bottom: 8rem;
  font-weight: 500;
}
.privacy__block--contents {
  display: grid;
  grid-template-columns: 1fr 78.4rem;
}
.privacy__block--lsit {
  font-weight: 500;
}
.privacy__block--lsit > li > * + * {
  margin-top: 4rem;
}
.privacy__block--lsit > li span {
  margin-bottom: 4rem;
  display: block;
  font-weight: bold;
  font-size: 2.4rem;
}
.privacy__block--lsit > li + li {
  margin-top: 8rem;
}
.privacy__block--lsit address {
  line-height: 2;
}
.privacy__narrow-down {
  display: flex;
  gap: 3.2rem;
  flex-direction: column;
  counter-reset: number 0;
}
.privacy__narrow-down a {
  font-weight: bold;
  font-size: 1.4rem;
}
.privacy__narrow-down a.is-active {
  color: #3265cd;
}
.privacy__narrow-down a::before {
  content: counter(number) ". ";
  counter-increment: number 1;
}

@media screen and (max-width: 768px) {
  .privacy__narrow-down {
    margin-bottom: 8rem;
    gap: 1em 0;
    font-size: 1.2rem;
  }
  .privacy__block--contents {
    grid-template-columns: 1fr;
  }
  .privacy__block--catch {
    margin-bottom: 6.4rem;
  }
  .privacy__block--lsit > li > * + * {
    margin-top: 1em;
  }
  .privacy__block--lsit > li span {
    margin-bottom: 1em;
    font-size: 1.8rem;
  }
  .privacy__block--lsit > li + li {
    margin-top: 6.4rem;
  }
}
.page404__group {
  margin-top: 5.5rem;
}
/*# sourceMappingURL=style.css.map */
