@charset "UTF-8";
/* Scss Document */
body:has(.panelactive_search) {
  overflow: hidden;
}

/* =10px */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 180px;
}

body {
  font-size: 1rem;
  position: relative;
}

body {
  margin: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 10px;
  font-weight: 300;
  /*62.5%*/
  line-height: 1.6;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  /* スマホを横向きにすると文字が余計に拡大されるのを防ぐ */
  color: #2C3E53;
  counter-reset: number 0;
}

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

body:has(.active) {
  overflow: hidden;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  box-sizing: border-box;
  letter-spacing: 0.02em;
}

a {
  display: block;
}

a:focus,
*:focus {
  outline: none;
}

.border {
  border: solid 1px #e9e9e9;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

img.alignleft {
  display: block;
  float: none;
  margin: 0px auto 20px auto;
}
@media (min-width: 768px) {
  img.alignleft {
    display: block;
    float: left;
    margin: 0 20px 20px 0;
  }
}

img.alignright {
  display: block;
  float: none;
  margin: 0px auto 20px auto;
}
@media (min-width: 768px) {
  img.alignright {
    display: block;
    float: right;
    margin: 0 0 20px 20px;
  }
}

img.aligncenter {
  display: block;
  float: none;
  margin: 0px auto 20px auto;
}

img.alignnone {
  clear: both;
  display: block;
  float: none;
  margin: 0px 0px 20px;
}

hr {
  border: none;
  padding: 0;
  border-top: solid 1px #C4C4C4;
  margin-bottom: 5em;
}

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

.pc-only {
  display: none;
}
@media (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

main {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  main {
    margin-bottom: 80px;
  }
}

section {
  margin-bottom: 60px !important;
}

article {
  padding-bottom: 60px;
}

.container {
  width: 100%;
  padding-right: 4%;
  padding-left: 4%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
    padding-right: 2%;
    padding-left: 2%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

.container-fluid {
  padding-right: 2%;
  padding-left: 2%;
}

.pankuzublock {
  background: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .pankuzublock {
    padding-top: 32px;
    padding-bottom: 32px;
    border-bottom: solid 1px #007AE6;
  }
}
.pankuzublock ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-start;
  font-size: 1.4rem;
  font-weight: 400;
  gap: 8px 24px;
}
.pankuzublock ul li {
  position: relative;
  padding-left: 28px;
}
.pankuzublock ul li a:after {
  content: "/";
  margin-left: 24px;
}
.pankuzublock ul li:last-child a:after,
.pankuzublock ul li:last-child:after {
  content: none;
}
.pankuzublock ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: cover !important;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.pankuzublock ul li:not([href]) {
  color: #2C3E53;
  padding-left: 28px;
}
.pankuzublock ul li:not([class]) {
  padding-left: 0;
}
.pankuzublock a {
  display: block;
  color: #2C3E53;
  text-decoration: none;
  position: relative;
}

.pager--single {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: clamp(1.6rem, 1.512rem + 0.36vw, 1.8rem);
  font-weight: 500;
}
.pager--single a {
  color: #2C3E53;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}
.pager--single a:hover {
  color: #007AE6;
}
.pager--single li.prev a:before {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "\f104";
}
.pager--single li.next a:after {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "\f105";
}

#pagenation {
  text-align: center;
  margin-top: 64px;
}
@media (min-width: 768px) {
  #pagenation {
    margin-top: 80px;
  }
}
#pagenation #pagenation-list {
  display: inline-block;
}
#pagenation:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#pagenation #pagenation-list li {
  float: left;
  background: none;
  list-style: none;
  padding: 0;
  margin: 0 5px 5px 0;
}
#pagenation #pagenation-list li:last-child {
  margin-left: 0;
}
#pagenation #pagenation-list a,
#pagenation #pagenation-list span {
  background: none;
  display: block;
  margin: 0;
  padding: 6px 11px;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  border-radius: 20px;
}
#pagenation #pagenation-list .current {
  background: #00427D;
  color: #FFFFFF;
  border: 3px solid #00427D;
}
#pagenation #pagenation-list .omit {
  padding: 6px 2px;
  color: #777777;
}
#pagenation #pagenation-list li a {
  background: #D9D9D9;
  color: #808080;
  border: 3px solid #D9D9D9;
  text-decoration: none;
}
#pagenation #pagenation-list a:hover {
  background: #00427D;
  color: #FFFFFF;
  border: 3px solid #00427D;
  text-decoration: none;
}

/*infoエリアをはじめは非表示*/
#pp {
  display: none;
}

/*モーダルの横幅を変更したい場合*/
.modaal-container {
  max-width: auto !important;
  border-radius: 16px !important;
}

.modaal-content-container {
  padding: 30px 48px !important;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close {
  background: #666 !important;
  transition: all 0.5s ease 0s;
}

.modaal-close:hover {
  background: #fff !important;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #fff;
}

.modaal-wrapper {
  z-index: 10000 !important;
}

.modaal-overlay {
  z-index: 9999 !important;
}

.modaal-outer-wrapper {
  z-index: 12000 !important;
}

.modal-open {
  display: inline;
}

.modaal-content-container article {
  padding-bottom: 40px;
}
.modaal-content-container p {
  font-size: 1.5rem;
  font-weight: 400;
}
.modaal-content-container h3 {
  font-size: clamp(2rem, 1.673rem + 0.91vw, 2.4rem);
  margin-bottom: 1em;
}
.modaal-content-container ul {
  font-size: 1.5rem;
  margin-left: 1.5em;
  font-weight: 400;
}
.modaal-content-container dl {
  font-size: 1.5rem;
  font-weight: 400;
}
.modaal-content-container dl dt {
  font-weight: 500;
}
.modaal-content-container .p-pp-link {
  font-size: 1.5rem;
  margin-bottom: 1em;
  border-left: solid 4px #808080;
}
.modaal-content-container .p-pp-link a {
  color: #007AE6;
  padding: 4px;
}

.c-message-area {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
}
.c-message-area__image {
  flex: 0 0 40%;
}
.c-message-area__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.c-message-area__text {
  flex: 0 0 50%;
}
.c-message-area__text p {
  line-height: 1.8;
  margin-bottom: 1.5em;
}
.c-message-area__text .u-signature {
  text-align: right;
  font-weight: 600;
  margin-top: 2em;
}
.c-message-area__text .u-signature__class {
  margin-right: 1.2rem;
  font-size: 0.85em;
  /* 好きなサイズに調整可能 */
}
.c-message-area__text .u-signature__name {
  font-size: 1.8em;
  /* 好きなサイズに調整可能 */
}
@media screen and (max-width: 768px) {
  .c-message-area {
    flex-direction: column;
  }
  .c-message-area__image, .c-message-area__text {
    flex: 0 0 100%;
  }
}

/*========= ナビゲーションドロップダウンのためのCSS ===============*/
/*==ナビゲーション全体の設定*/
nav {
  color: #2C3E53;
  text-align: center;
}

/*ナビゲーションを横並びに*/
nav ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 1.5em;
  font-size: 1.5rem;
  font-weight: 400;
}

/*2階層目以降は横並びにしない*/
nav ul ul {
  display: block;
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
nav ul li {
  position: relative;
}

/*ナビゲーションのリンク設定*/
nav ul li a {
  display: block;
  text-decoration: none;
  color: #2C3E53;
  padding: 16px 0;
  transition: all 0.3s;
}

nav ul li li a {
  padding: 10px 35px;
}

nav ul li a:hover {
  color: #2C3E53;
}

.l-header-top nav ul li a {
  color: #fff;
}

nav ul li.has-child {
  margin-right: 1em;
}

nav ul li.l-contact {
  display: grid;
  align-items: center;
}
@media screen and (max-width: 905px) {
  nav ul li.l-contact {
    display: none;
  }
}

/*==矢印の設定*/
nav ul li.has-child > a {
  position: relative;
}

/*2階層目を持つliの矢印の設定*/
nav ul li.has-child::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -1em;
  width: 10px;
  height: 2px;
  background-color: #2C3E53;
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}

nav ul li.has-child::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -1em;
  width: 10px;
  height: 2px;
  background-color: #2C3E53;
  transition: all 0.3s ease-in-out;
}

nav ul li.has-child:hover::before {
  transform: rotate(180deg);
}

nav ul li.has-child:hover::after {
  opacity: 0;
}

.l-header-top nav ul li.has-child::before,
.l-header-top nav ul li.has-child::after {
  background-color: #fff;
}

/*== 2層目の設定 */
/*下の階層を持っているulの指定*/
nav li.has-child ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  left: 0;
  top: 56px;
  z-index: 4;
  /*形状を指定*/
  background: #28BFE7;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all 0.3s;
}

/*hoverしたら表示*/
nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

/*ナビゲーションaタグの形状*/
nav li.has-child ul li a {
  color: #fff !important;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  white-space: nowrap;
}

nav li.has-child ul li:last-child > a {
  border-bottom: none;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active {
  background: #3577CA;
}

#g-nav-list h1,
#g-nav-list .c-btn--primary {
  display: none;
}

/*==905px以下の形状*/
@media screen and (max-width: 905px) {
  nav ul {
    display: block;
    margin-bottom: 40px;
  }
  nav li.has-child ul,
  nav li.has-child ul ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    /*JSで制御するため一旦表示*/
    opacity: 1;
    /*JSで制御するため一旦表示*/
    display: none;
    /*JSのslidetoggleで表示させるため非表示に*/
    transition: none;
    /*JSで制御するためCSSのアニメーションを切る*/
  }
  nav ul li.has-child {
    margin-right: 0;
  }
  nav ul > li:first-child {
    border-top: 1px solid #fff;
  }
  nav ul li a {
    border-bottom: 1px solid #fff;
    color: #fff;
  }
  nav ul li a:hover {
    color: #fff;
  }
  /*矢印の位置と向き*/
  nav ul li.has-child::before,
  nav ul li.has-child::after {
    background: #fff;
  }
  nav ul li.has-child:hover::before {
    transform: rotate(90deg);
  }
  nav ul li.has-child:hover::after {
    opacity: 1;
  }
  nav ul li.has-child::before {
    right: 20px;
    top: 29px;
  }
  nav ul li.has-child::after {
    right: 20px;
    top: 29px !important;
  }
  nav ul li.has-child.active::before {
    transform: rotate(180deg);
  }
  nav ul li.has-child:active::before {
    transform: rotate(180deg);
  }
  nav ul li.has-child:hover::after {
    opacity: 1;
    top: 29px;
  }
  nav ul li.has-child:active::after {
    opacity: 0;
    top: 29px;
  }
  .openbtn {
    position: fixed;
    top: 8px;
    right: 4%;
    background: #00427D;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 999999 !important;
  }
  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    width: 45%;
  }
  .openbtn span:nth-of-type(1) {
    top: 15px;
  }
  .openbtn span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn span:nth-of-type(3) {
    top: 31px;
  }
  /*activeクラスが付与されると線が回転して×に*/
  .openbtn.active {
    background: #fff;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
    background: #00427D;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0; /*真ん中の線は透過*/
  }
  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
    background: #00427D;
  }
  #g-nav {
    position: fixed;
    z-index: 100000 !important;
    /*ナビのスタート位置と形状*/
    top: 0;
    left: 0;
    transform: translateY(-100%); /* 上に完全に隠す */
    width: 100%;
    height: 100vh; /*ナビの高さ*/
    background: #00427D;
    /*動き*/
    transition: all 0.6s !important;
  }
  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive {
    transform: translateY(0);
  }
  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 99999 !important;
    width: 100%;
    height: 100vh; /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 6%;
  }
  #g-nav.panelactive #g-nav-list h1 {
    display: block;
    margin-bottom: 24px;
    text-align: left;
  }
  #g-nav.panelactive #g-nav-list h1 img {
    margin-left: 4%;
  }
  #g-nav.panelactive #g-nav-list .c-btn--primary {
    display: inline-block;
  }
}
.l-footer-nav {
  display: none;
}

@media (min-width: 992px) {
  .l-footer-nav {
    display: block;
    font-size: 2.4rem;
    font-weight: 600;
    list-style-type: none;
    padding: 0;
  }
  .l-footer-nav ul.sub-menu {
    font-size: 1.8rem;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 16px;
    margin-top: 24px;
    margin-bottom: 40px;
  }
  .l-footer-nav li:not(:has(.sub-menu)) {
    display: inline-block;
    margin-right: 16px;
  }
}
.l-sp-fnav {
  background: #00427D;
}
.l-sp-fnav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-sp-fnav ul li {
  flex: 1;
  text-align: center;
  font-size: 1.3rem;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: solid 1px #fff;
}
.l-sp-fnav ul li i {
  font-size: 1.8rem;
}
.l-sp-fnav ul li + li {
  border-left: solid 1px #fff;
}
.l-sp-fnav ul span {
  display: block;
}
.l-sp-fnav ul a {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .l-sp-fnav {
    display: none;
  }
}

#mobile {
  width: 100%;
  height: 56px;
  background: #00427D;
  text-align: center;
  position: fixed; /* 常にfixedにしてアニメーションで出す */
  bottom: -56px; /* 初期は画面下に隠す */
  left: 0;
  transition: bottom 0.6s ease; /* 下に消えるアニメーション */
  z-index: 9999;
}

#mobile.b_fixed {
  bottom: 0; /* 表示 */
}

#mobile.b_hide {
  bottom: -56px; /* 下に隠す */
}

/* h2がメニューの下に隠れるようにする */
.menu-open h2 {
  z-index: 1 !important;
}

/* SP表示 */
#menu {
  display: none;
}

#dropdown-container {
  display: block;
}

/* スマホ表示 */
@media (min-width: 768px) {
  /* PC表示: リスト見せる */
  #menu {
    display: block;
  }
  #dropdown-container {
    display: none;
  }
  ul#menu {
    font-size: 1.5rem;
    list-style-type: none;
    padding: 0;
  }
  ul#menu a {
    color: #2C3E53;
    text-decoration: none;
    transition: all 0.5s ease 0s;
  }
  ul#menu a:hover {
    color: #007AE6;
  }
  ul#menu .current a {
    color: #007AE6;
  }
  ul#menu > li.current ul.children a {
    color: #2C3E53;
  }
  ul#menu li + li {
    margin-top: 0.5em;
  }
  ul#menu > li {
    font-weight: 500;
  }
  ul#menu ul {
    margin: 0.5em 0 1.5em 2.5em;
    padding: 0;
    list-style-type: disc;
  }
  ul#menu ul li {
    font-weight: 300;
  }
}
.dropdown {
  position: relative;
  width: 100%;
  z-index: auto;
}

.dropdown-btn {
  width: 100%;
  padding: 12px;
  font-size: 1.6rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  text-align: left;
}

.dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  max-height: 320px; /* 最大高さ */
  overflow-y: auto; /* 縦スクロール可能 */
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  z-index: 9;
}

.dropdown.open .dropdown-list {
  opacity: 1;
  pointer-events: auto;
  overflow-y: auto;
}

.dropdown-list li {
  padding: 12px;
  cursor: pointer;
  font-size: 1.5rem;
}

.dropdown-list li:hover {
  background: #f0f0f0;
}

.fa-solid.fa-minus {
  margin-left: 1.5em;
}

.dropdown-btn::before {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "\f0c9";
  margin-right: 0.5em;
}

.dropdown-list li.current {
  background: #f0f0f0;
}

#header {
  position: fixed;
  z-index: calc(infinity);
  width: 100%;
  padding-top: 2%;
  padding-left: 2%;
  padding-right: 2%;
}

@media screen and (max-width: 834px) {
  #header {
    transition: background-color 0.3s ease;
  }
  #header.bg-white {
    background: #fff;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 835px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(0);
    transition: transform 0.3s ease, background 0.3s ease;
    background: transparent;
    /* 初期状態は透明 */
    z-index: 1000;
  }
  /* 下に隠す */
  #header.hide {
    transform: translateY(-100%);
  }
  /* 表示 */
  #header.show {
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }
  #header.show .l-header-top nav ul li a {
    color: #2C3E53;
  }
  #header.show .l-header-top nav ul li.has-child::before,
  #header.show .l-header-top nav ul li.has-child::after {
    background-color: #2C3E53;
  }
}
header h1 {
  display: block;
}
header h1 img {
  width: 100%;
  max-width: 260px;
  height: auto;
}
header h1 a {
  display: block;
}
header h5 {
  display: none;
}
header:not(.l-header-top) {
  padding-top: 16px;
  padding-bottom: 16px;
}
header:not(.l-header-top) .l-header__logo h5 {
  display: none;
}
@media screen and (min-width: 835px) {
  header {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
  }
  header .l-header__logo {
    grid-column: 1/2;
  }
  header .l-header__logo h5 {
    display: block;
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 8px;
  }
  header .l-header__nav {
    ggrid-column: 2/3;
    text-align: right;
  }
}

/* --- header の初期スタイル --- */
#header-content {
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.95);
  margin-bottom: 64px;
  box-shadow: none; /* ← ここを追加 */
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}
@media (min-width: 992px) {
  #header-content {
    margin-bottom: 80px;
  }
}

#header-content.shadow {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

/* プレースホルダー */
#header-placeholder {
  display: none;
  width: 100%;
  height: 0;
}

/* 下スクロールで上に隠す */
#header-content.hide_content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  pointer-events: none; /* 隠れている間の誤タップ対策 */
}

/* 上スクロールでゆっくり表示 */
#header-content.show_content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(0);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  pointer-events: auto;
}

/* モバイルメニュー非表示状態 */
#header-content #g-nav.hide-menu {
  display: none !important;
  opacity: 0;
  transition: none; /* 縮小時のチラつき防止 */
}

/* 開いた状態 */
#header-content #g-nav.panelactive {
  display: block !important;
  opacity: 1;
  transition: opacity 0.3s;
}

/* ヘッダー上下スクロール制御用 */
#header-content.show_content {
  transform: translateY(0);
  transition: transform 0.3s;
}

#header-content.hide_content {
  transform: translateY(-100%);
  transition: transform 0.3s;
}

#fooer-area {
  position: relative;
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  #fooer-area {
    margin-bottom: 0;
  }
}

.l-footer__banner {
  padding: 8% 4%;
}
.l-footer__banner ul {
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .l-footer__banner ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
.l-footer__banner ul img {
  aspect-ratio: 55/16;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.l-footer__banner ul a {
  display: block;
  border: solid 1px #a8adad;
}

.l-footer-area__top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding: 8% 4%;
  background-image: url(../../images/dummy/footer_bg.jpg);
  background-position: center;
  background-size: cover;
}
@media (min-width: 992px) {
  .l-footer-area__top {
    grid-template-columns: 1.5fr auto 1.5fr;
    gap: 88px;
    padding: 8%;
    align-items: center;
  }
}
.l-footer-area__top * {
  color: #fff;
}
.l-footer-area__top .item1 {
  text-align: center;
}
@includelg {
  .l-footer-area__top .item1 {
    text-align: right;
  }
}
.l-footer-area__top .item2 {
  text-align: center;
}
.l-footer-area__top .item2 p {
  display: inline-block;
}
.l-footer-area__top .item3 {
  text-align: center;
}
.l-footer-area__top h2 {
  font-size: clamp(4rem, 2.364rem + 4.55vw, 6rem);
  font-weight: 500;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
}
.l-footer-area__top h2 span {
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
  position: relative;
  padding-left: 1.25em;
  text-align: left;
}
.l-footer-area__top h2 span::before {
  content: "●";
  color: #fff;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.l-footer-area__top p {
  margin-bottom: 0;
}

.l-footer-area__bottom {
  padding: 4%;
  background: #00427D;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .l-footer-area__bottom {
    grid-template-columns: auto auto;
    justify-content: center;
    gap: 88px;
  }
}
.l-footer-area__bottom a {
  color: #fff;
  text-decoration: none;
}
.l-footer-area__bottom h3 {
  color: #fff;
  font-size: 3.4rem;
}
.l-footer-area__bottom h3 span {
  display: block;
  font-size: 1.6rem;
}
.l-footer-area__bottom .item1 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto;
  gap: 12px;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .l-footer-area__bottom .item1 {
    grid-template-rows: 1fr auto 1fr auto;
  }
}
.l-footer-area__bottom .item1 .back-top-area {
  border-top: solid 1px #fff;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: right;
}
@media (min-width: 992px) {
  .l-footer-area__bottom .item1 .back-top-area {
    display: none;
  }
}
.l-footer-area__bottom .item2 {
  display: none;
}
@media (min-width: 992px) {
  .l-footer-area__bottom .item2 {
    display: block;
  }
}

.l-footer-area__bottom-copy {
  font-size: x-small;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  display: grid;
  align-items: end;
}

.c-btn--primary {
  display: inline-block;
  font-size: clamp(1.5rem, 1.418rem + 0.23vw, 1.6rem);
  text-box-trim: trim-start;
  line-height: 1;
}
.c-btn--primary a {
  display: block;
  padding: 1em 2em;
  background: #007AE6;
  border-radius: calc(infinity * 1px);
  -moz-border-radius: calc(infinity * 1px);
  -webkit-border-radius: calc(infinity * 1px);
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  border: solid 1px #007AE6;
}
.c-btn--primary a span::after {
  content: url(../../images/common/arrow_blue.svg);
  display: inline-block;
  margin-left: 24px;
  vertical-align: middle;
  line-height: 1;
  transition: all 0.5s ease 0s;
}
.c-btn--primary a:hover {
  background: #fff;
  color: #007AE6;
  border: solid 1px #fff;
}
.c-btn--primary a:hover span::after {
  content: url(../../images/common/arrow_white.svg);
}

.c-btn--secondary {
  display: inline-block;
  font-size: clamp(1.5rem, 1.418rem + 0.23vw, 1.6rem);
  text-box-trim: trim-start;
  line-height: 1;
}
.c-btn--secondary a {
  display: block;
  padding: 1em 2em;
  background: #fff;
  border-radius: calc(infinity * 1px);
  -moz-border-radius: calc(infinity * 1px);
  -webkit-border-radius: calc(infinity * 1px);
  color: #007AE6;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}
.c-btn--secondary a span::after {
  content: url(../../images/common/arrow_white.svg);
  display: inline-block;
  margin-left: 24px;
  vertical-align: middle;
  line-height: 1;
  transition: all 0.5s ease 0s;
}
.c-btn--secondary a:hover {
  background: #007AE6;
  color: #fff;
}
.c-btn--secondary a:hover span::after {
  content: url(../../images/common/arrow_blue.svg);
}

.c-btn--contact-sp {
  display: none;
}

@media screen and (max-width: 905px) {
  .c-btn--contact-sp {
    display: block;
    position: fixed;
    top: 8px;
    right: calc(50px + 4% + 8px);
    cursor: pointer;
    z-index: 99;
  }
  .c-btn--contact-sp a {
    display: block;
    background: #F36C15;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: relative;
  }
  .c-btn--contact-sp a i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 2.4em;
  }
  .l-header-top .l-header__nav .c-btn--contact-sp a {
    background: #fff;
  }
  .l-header-top .l-header__nav .c-btn--contact-sp a i {
    color: #00427D;
  }
  .show .l-header-top .l-header__nav .c-btn--contact-sp a,
  .hide .l-header-top .l-header__nav .c-btn--contact-sp a {
    background: #F36C15;
  }
  .show .l-header-top .l-header__nav .c-btn--contact-sp a i,
  .hide .l-header-top .l-header__nav .c-btn--contact-sp a i {
    color: #fff;
  }
}
.c-btn--contact-pconly {
  display: none;
  text-align: center;
}
@media screen and (min-width: 906px) {
  .c-btn--contact-pconly {
    display: inline-block;
    font-size: 1.4rem;
    text-box-trim: trim-start;
    line-height: 1;
  }
  .c-btn--contact-pconly a {
    display: block;
    padding: 0.75em 1.25em;
    background: #007AE6;
    border-radius: calc(infinity * 1px);
    -moz-border-radius: calc(infinity * 1px);
    -webkit-border-radius: calc(infinity * 1px);
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    border: solid 1px #007AE6;
  }
  .c-btn--contact-pconly a::before {
    /* using style CSS custom property */
    font: var(--fa-font-regular);
    content: "\f0e0";
    margin-right: 8px;
    font-size: 1.8rem;
    vertical-align: middle;
  }
  .c-btn--contact-pconly a:hover {
    background: #fff;
    color: #007AE6;
  }
}

.c-btn--contact {
  text-align: center;
  display: block;
  font-size: 1.4rem;
  text-box-trim: trim-start;
  line-height: 1;
}
.c-btn--contact a {
  display: block;
  padding: 1em 1.25em;
  background: #007AE6;
  border-radius: calc(infinity * 1px);
  -moz-border-radius: calc(infinity * 1px);
  -webkit-border-radius: calc(infinity * 1px);
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  border: solid 1px #007AE6;
}
.c-btn--contact a::before {
  /* using style CSS custom property */
  font: var(--fa-font-regular);
  content: "\f0e0";
  margin-right: 8px;
  font-size: 1.8rem;
  vertical-align: middle;
}
.c-btn--contact a:hover {
  background: #fff;
  color: #007AE6;
}

.c-btn-circle {
  display: inline-block;
}

.c-btn-circle a {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  background: transparent;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  margin: 10px 0;
  border: solid 1px #fff;
}

.back-to-top {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
}

/* テキスト部分 */
.back-to-top__text {
  white-space: nowrap;
}

/* アイコン（丸の中に矢印） */
.back-to-top__icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f7f9fc; /* 円の背景 */
}

/* 矢印本体 */
.back-to-top__icon::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #004080; /* 青色 */
  border-right: 2px solid #004080;
  transform: rotate(-45deg); /* 右上矢印を上向きに */
  position: absolute;
}

/* 矢印の棒 */
.back-to-top__icon::after {
  content: "";
  width: 2px;
  height: 12px;
  background: #004080;
  position: absolute;
  top: 14px; /* 中心より下に配置 */
}

.c-btn-leftarrow a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #2C3E53;
  font-size: clamp(1.8rem, 1.636rem + 0.45vw, 2rem);
  font-weight: 500;
}

.c-btn-leftarrow .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  background-color: #007AE6;
  border-radius: 50%;
  position: relative; /* 疑似要素の位置の基準に */
  margin-right: 18px;
  border: solid 1px #007AE6;
}

/* 矢印の棒の部分 */
.c-btn-leftarrow .icon::after {
  content: "";
  position: absolute;
  width: 20px; /* 棒の長さ */
  height: 2px; /* 棒の太さ */
  background-color: #fff;
  top: 50%; /* 垂直方向の中央 */
  left: 50%; /* 水平方向の中央 */
  transform: translate(-50%, -50%); /* 正確な中央揃え */
}

/* 矢印の先端（矢じりの部分） */
.c-btn-leftarrow .icon::before {
  content: "";
  position: absolute;
  width: 10px; /* 矢じりの幅 */
  height: 10px; /* 矢じりの高さ */
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg); /* 45度回転させて矢じりの形に */
  right: 16px; /* アイコンの右端からの位置 */
  top: 50%;
  margin-top: -5px; /* 垂直方向の中央に微調整 */
}

.c-btn-leftarrow .text {
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
}

.c-btn-leftarrow .text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #007AE6;
  transform: scaleX(0); /* 最初は幅0で隠す */
  transform-origin: left; /* 左からアニメーション */
  transition: transform 0.3s ease-in-out;
}

.c-btn-leftarrow:hover .text::after {
  transform: scaleX(1); /* ホバーで下線を左から右へ表示 */
}

.c-btn-leftarrow:hover .icon {
  border: solid 1px #007AE6;
  background: #fff;
}

.c-btn-leftarrow:hover .icon::after {
  background: #007AE6;
}

.c-btn-leftarrow:hover .icon::before {
  border-top: 2px solid #007AE6;
  border-right: 2px solid #007AE6;
}

.c-btn--back {
  display: block;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .c-btn--back {
    display: inline-block;
  }
}
.c-btn--back a {
  display: block;
  text-decoration: none;
  color: #2C3E53;
  border: solid 1px #2C3E53;
  text-align: center;
  padding: 8px 4em;
  border-radius: calc(infinity * 1px);
  -moz-border-radius: calc(infinity * 1px);
  -webkit-border-radius: calc(infinity * 1px);
  transition: all 0.5s ease 0s;
  position: relative;
}
.c-btn--back a::before {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "\f060";
  position: absolute;
  top: 50%;
  left: 2em;
  transform: translateY(-50%);
}
.c-btn--back a:hover {
  background: #007AE6;
  color: #fff;
  border-color: #007AE6;
}

.c-btn--sitelink a {
  display: block;
  font-size: clamp(1.5rem, 1.418rem + 0.23vw, 1.6rem);
  text-align: center;
  background: #F36C15;
  color: #fff;
  text-decoration: none;
  padding: 1em 1.5em;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.c-btn--sitelink a::before {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "\f08e";
  margin-right: 8px;
  font-size: 2rem;
}

.c-btn--sitelink-blue a {
  display: block;
  font-size: clamp(1.5rem, 1.418rem + 0.23vw, 1.6rem);
  text-align: center;
  background: #007AE6;
  color: #fff;
  text-decoration: none;
  padding: 1em 1.5em;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.c-btn--sitelink-blue a::before {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "\f044";
  margin-right: 8px;
  font-size: 2rem;
}

.c-btn--arrow {
  display: inline-block;
}
.c-btn--arrow a {
  display: block;
  background: #EAEAEA;
  padding: 4px 1.5em;
  border-radius: calc(infinity * 1px);
  -moz-border-radius: calc(infinity * 1px);
  -webkit-border-radius: calc(infinity * 1px);
  transition: all 0.5s ease 0s;
}
.c-btn--arrow a i {
  color: #007AE6;
}
.c-btn--arrow a:hover {
  background: #007AE6;
}
.c-btn--arrow a:hover i {
  color: #EAEAEA;
}

div.c-btn--not {
  font-size: clamp(1.5rem, 1.418rem + 0.23vw, 1.6rem);
  text-align: center;
  background: #007AE6;
  color: #fff;
  padding: 1em 1.5em;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.gap {
  display: inline-block;
  background-color: inherit;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}

.c-flex--contentCenter {
  display: flex;
  justify-content: center;
}

.mw_wp_form_preview div.align__center > span {
  display: none;
}
.mw_wp_form_preview span.doui {
  display: none;
}
.mw_wp_form_preview p.not_confirm {
  display: none;
}
.mw_wp_form_preview p.c-form-kakunin {
  display: none;
}

.mwform-checkbox-field-text {
  font-size: 1.6rem;
}

#your-zip {
  width: 10em !important;
}

.mw_wp_form_preview p.doui {
  display: none;
}
@media (min-width: 768px) {
  .mw_wp_form_preview .table-style-simple th {
    max-width: 13em;
  }
}

textarea::-moz-placeholder {
  font-size: 13px;
  color: rgb(212, 212, 212);
}

textarea::placeholder {
  font-size: 13px;
  color: rgb(212, 212, 212);
}

::-moz-placeholder {
  font-size: small;
}

::placeholder {
  font-size: small;
}

/****************************************

		  Form

*****************************************/
form {
  margin: 0;
  padding: 0;
}

input[type=text],
input[type=password],
input[type=email],
textarea {
  width: 100%;
  max-width: 100%;
  margin: 0;
  margin-bottom: 20px;
  padding: 0.75em;
  outline: none;
  border: 1px solid #ccc;
  background: #F7F9FC;
  color: #2C3E53;
  font-size: 1.6rem;
  box-sizing: border-box;
}
input[type=text]:last-of-type,
input[type=password]:last-of-type,
input[type=email]:last-of-type,
textarea:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  input[type=text],
  input[type=password],
  input[type=email],
  textarea {
    width: 100%;
    max-width: 100%;
  }
}

input[type=text].name {
  width: 90%;
  max-width: 100%;
  margin-right: 1em;
}

input[type=text].number {
  width: 4em;
}

input[type=text].zip {
  width: 8em;
}

textarea {
  width: 100%;
}
@media (min-width: 768px) {
  textarea {
    width: 100%;
    max-width: 100%;
  }
}

.mwform-tel-field input[type=text] {
  margin-bottom: 0;
}

textarea {
  overflow: auto;
}

@media (min-width: 768px) {
  label {
    display: inline;
  }
}

.form-box input[type=text] {
  background: #fff;
}

input[type=checkbox] {
  accent-color: #007AE6;
}

input[type=radio] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: -2px;
}

input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #007AE6;
  content: "";
}

input[type=text],
input[type=password],
input[type=email],
textarea {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
  border: 1px solid #0091EA;
  background: #fff;
  box-shadow: 0 0 3px #0091EA;
  color: #2C3E53;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

input[type=submit].f-btn,
input[type=reset].f-btn,
input[type=button].f-btn {
  font-size: 1.5rem;
  padding: 16px 8px;
  margin-top: 24px;
  margin-bottom: 8px;
  background-color: #007AE6;
  color: #fff;
  border: solid 2px #007AE6;
  transition: none;
  width: 88%;
  border-radius: calc(infinity * 1px);
  -moz-border-radius: calc(infinity * 1px);
  -webkit-border-radius: calc(infinity * 1px);
  text-align: center;
  transition: all 0.5s ease 0s;
}
@media (min-width: 768px) {
  input[type=submit].f-btn,
  input[type=reset].f-btn,
  input[type=button].f-btn {
    width: 40%;
    margin-left: 4px;
    margin-right: 4px;
  }
}

input[type=submit].f-btn-gray,
input[type=reset].f-btn-gray,
input[type=button].f-btn-gray {
  font-size: 1.5rem;
  color: #fff;
  padding: 16px 8px;
  margin-top: 24px;
  margin-bottom: 8px;
  background: #808080;
  border: solid 2px #808080;
  transition: none;
  width: 88%;
  border-radius: calc(infinity * 1px);
  -moz-border-radius: calc(infinity * 1px);
  -webkit-border-radius: calc(infinity * 1px);
  text-align: center;
  transition: all 0.5s ease 0s;
}
@media (min-width: 768px) {
  input[type=submit].f-btn-gray,
  input[type=reset].f-btn-gray,
  input[type=button].f-btn-gray {
    width: 40%;
    margin-left: 4px;
    margin-right: 4px;
  }
}

input[type=submit].f-btn-gray:hover,
input[type=reset].f-btn-gray:hover,
input[type=button].f-btn-gray:hover {
  background: #fff;
  border: solid 2px #808080 !important;
  color: #808080 !important;
}

.c-contact-confirm input[type=submit].f-btn,
.c-contact-confirm input[type=reset].f-btn,
.c-contact-confirm input[type=button].f-btn {
  font-size: 1.5rem;
  padding: 16px 8px;
  margin-top: 24px;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
  background-color: #007AE6;
  color: #fff;
  border: solid 2px #007AE6;
  transition: none;
  width: 100%;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  text-align: center;
  transition: all 0.5s ease 0s;
}
@media (min-width: 768px) {
  .c-contact-confirm input[type=submit].f-btn,
  .c-contact-confirm input[type=reset].f-btn,
  .c-contact-confirm input[type=button].f-btn {
    width: 46%;
  }
}

input[type=submit].f-btn:hover,
input[type=reset].f-btn:hover,
input[type=button].f-btn:hover {
  border: solid 2px #007AE6;
  background: #fff;
  color: #007AE6;
  transition: all 0.5s ease 0s;
}

input[type=submit]:disabled.f-btn,
input[type=reset]:disabled.f-btn,
input[type=button]:disabled.f-btn {
  color: #fff;
  background-color: #d7d7d7;
  border: solid 2px #d7d7d7;
  transition: all 0.5s ease 0s;
}

select {
  height: 40px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #ccc;
}

select::-ms-expand {
  display: none;
}

.c-form__ipselect {
  overflow: hidden;
  margin-bottom: 16px;
}

.c-form__ipselect select {
  padding-right: 1em;
  cursor: pointer;
  text-overflow: ellipsis;
}

.c-form__ipselect select::-ms-expand {
  display: none;
}

.c-form__ipselect.c-form__sl {
  position: relative;
  display: inline-block;
}

.c-form__ipselect.c-form__sl::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

.c-form__ipselect.c-form__sl select {
  padding: 8px 38px 8px 8px;
  color: #666666;
}

.mw_wp_form_preview .c-form__ipselect.c-form__sl::before {
  display: contents;
}

.kakunin {
  margin-top: 16px;
}
.kakunin input[type=text] {
  margin-top: 16px;
}

.mw_wp_form_preview .kakunin {
  display: none;
}

fieldset {
  border: none;
  font-size: clamp(1.5rem, 1.464rem + 0.18vw, 1.6rem);
  font-weight: 300;
  line-height: 1.8;
  padding-bottom: 1.5em;
}

legend {
  font-weight: 500;
  margin-bottom: 0.5em;
}

.c-grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
}

ul.c-grid-container {
  list-style-type: none;
  padding: 0;
}

@media (min-width: 768px) {
  .c-gap48 {
    gap: 48px !important;
  }
}

@media (min-width: 768px) {
  .c-alignitems--center {
    align-items: center;
  }
}

.c-grid--sticky {
  align-items: flex-start;
}

.c-grid--sp1col {
  grid-column: span 12 !important;
}

@media (min-width: 576px) {
  .c-grid--sp2col {
    grid-column: span 6 !important;
  }
}

@media (min-width: 768px) {
  .c-grid--12col {
    grid-column: span 12 !important;
  }
}

@media (min-width: 768px) {
  .c-grid--2col {
    grid-column: span 2 !important;
  }
}

@media (min-width: 768px) {
  .c-grid--3col {
    grid-column: span 3 !important;
  }
}

@media (min-width: 768px) {
  .c-grid--4col {
    grid-column: span 4 !important;
  }
}

@media (min-width: 768px) {
  .c-grid--5col {
    grid-column: span 5 !important;
  }
}

@media (min-width: 768px) {
  .c-grid--6col {
    grid-column: span 6 !important;
  }
}

@media (min-width: 768px) {
  .c-grid--7col {
    grid-column: span 7 !important;
  }
}

@media (min-width: 768px) {
  .c-grid--8col {
    grid-column: span 8 !important;
  }
}

@media (min-width: 768px) {
  .c-grid--9col {
    grid-column: span 9 !important;
  }
}

.c-grid--company-cate {
  list-style-type: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 768px) {
  .c-grid--company-cate {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
.c-grid--company-cate img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  transition: all 0.5s ease 0s;
}
.c-grid--company-cate a:hover img {
  opacity: 0.7;
}
.c-grid--company-cate li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 16px;
}

.c-grid--kanren {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
.c-grid--kanren h4 {
  margin-bottom: 0;
}
.c-grid--kanren img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
@media (min-width: 768px) {
  .c-grid--kanren {
    grid-template-columns: 1fr 1fr;
    gap: 16px 24px;
  }
  .c-grid--kanren h4 {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .c-grid--kanren img {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .c-grid--kanren .item {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .c-grid--kanren .item p {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.c-grid-service-cate > ul {
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 768px) {
  .c-grid-service-cate > ul {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
}
.c-grid-service-cate > ul img {
  aspect-ratio: 620/350;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  transition: all 0.5s ease 0s;
}
.c-grid-service-cate > ul a:hover img {
  opacity: 0.7;
}
.c-grid-service-cate > ul > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 16px;
}
.c-grid-service-cate__subcate {
  list-style-type: disc;
  font-size: 1.5rem;
  color: #007AE6;
  padding: 0;
  margin-left: 1.5em;
  margin-bottom: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1em 3em;
}
.c-grid-service-cate__subcate a {
  color: #007AE6;
  text-decoration: none;
}

.c-grid-service-cate--subcat > ul {
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 768px) {
  .c-grid-service-cate--subcat > ul {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
}
.c-grid-service-cate--subcat > ul img {
  aspect-ratio: 620/350;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  transition: all 0.5s ease 0s;
}
.c-grid-service-cate--subcat > ul a:hover img {
  opacity: 0.7;
}
.c-grid-service-cate--subcat > ul > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 16px;
}

ul.c-grid-case {
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 768px) {
  ul.c-grid-case {
    grid-template-columns: 1fr 1fr;
  }
}
ul.c-grid-case > li {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}
ul.c-grid-case img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  -webkit-border-radius: 16px 16px 0 0;
}
ul.c-grid-case a {
  display: block;
  color: #2C3E53;
  text-decoration: none;
}
ul.c-grid-case a .date {
  color: #D9D9D9;
  font-size: 1.4rem;
  font-weight: 500;
}
ul.c-grid-case h4 {
  font-size: clamp(2rem, 1.673rem + 0.91vw, 2.4rem);
  margin-bottom: 0;
}
ul.c-grid-case > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 16px;
  padding-bottom: 16px;
}
ul.c-grid-case > li .item {
  padding: 0 24px 8px;
}

ul.c-grid-case--pu {
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 768px) {
  ul.c-grid-case--pu {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
ul.c-grid-case--pu > li {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}
ul.c-grid-case--pu img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  -webkit-border-radius: 16px 16px 0 0;
}
ul.c-grid-case--pu a {
  display: block;
  color: #2C3E53;
  text-decoration: none;
}
ul.c-grid-case--pu a .date {
  color: #D9D9D9;
  font-size: 1.4rem;
  font-weight: 500;
}
ul.c-grid-case--pu h4 {
  font-size: clamp(2rem, 1.673rem + 0.91vw, 2.4rem);
  margin-bottom: 0;
}
ul.c-grid-case--pu > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 16px;
  padding-bottom: 16px;
}
ul.c-grid-case--pu > li .item {
  padding: 0 24px 8px;
}

.c-grid--5-7 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 992px) {
  .c-grid--5-7 {
    grid-template-columns: 1fr 1.25fr;
    grid-template-rows: auto auto;
    gap: 48px;
  }
}
@media (min-width: 992px) {
  .c-grid--5-7 .item1 {
    grid-column: 1/2;
    grdi-row: 1/2;
  }
}
@media (min-width: 992px) {
  .c-grid--5-7 .item2 {
    grid-column: 2/3;
    grdi-row: 1/2;
  }
}
.c-grid--5-7 .item3 {
  /* Swiperが置かれている要素に幅の制約を追加 */
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .c-grid--5-7 .item3 {
    grid-column: 1/3;
    grdi-row: 2/3;
  }
}
.c-grid--5-7 img {
  aspect-ratio: 500/375;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-grid--5-7 h3 {
  font-size: clamp(2rem, 1.509rem + 1.36vw, 2.6rem);
  margin-bottom: 1em;
}
.c-grid--5-7 .bg--gray {
  background: #F0F1F4;
  padding: 6%;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.c-grid--5-7 dl {
  font-size: 1.4rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 1em;
}
.c-grid--5-7 dl dt {
  position: relative;
}
.c-grid--5-7 dl dt::after {
  content: "：";
  position: absolute;
  right: -1em;
}

.c-grid-interview {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, auto);
  gap: 16px 24px;
  margin-bottom: 48px;
}
.c-grid-interview:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .c-grid-interview {
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto 1fr;
    gap: 16px 32px;
    margin-bottom: 80px;
  }
}
.c-grid-interview .item1 {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media (min-width: 768px) {
  .c-grid-interview .item1 {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
.c-grid-interview .item2 {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media (min-width: 768px) {
  .c-grid-interview .item2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.c-grid-interview .item3 {
  grid-column: 1/2;
  grid-row: 3/4;
}
@media (min-width: 768px) {
  .c-grid-interview .item3 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.c-grid-interview img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .c-grid-interview img {
    aspect-ratio: 4/5;
  }
}
.c-grid-interview p.name {
  background: #00427D;
  color: #fff;
  margin-bottom: 0;
  padding: 4px;
  text-align: center;
}
.c-grid-interview h4 {
  font-size: clamp(1.8rem, 1.309rem + 1.36vw, 2.4rem);
  color: #00427D;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
}
.c-grid-interview h4::before {
  content: "「";
  margin-left: -0.5em;
}
.c-grid-interview h4::after {
  content: "」";
}
.c-grid-interview ol {
  list-style-position: inside;
  font-size: 1.8rem;
  font-weight: 500;
}
.c-grid-interview ol span {
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
}
.c-grid-interview ol li + li {
  margin-top: 0.75em;
}

.c-dummy-border {
  border: solid 1px #EFEFEF;
}

.c-heroarea {
  margin-bottom: 64px;
}
@media (min-width: 992px) {
  .c-heroarea {
    margin-bottom: 80px;
  }
}
.c-heroarea img {
  width: 100%;
}

.c-heroarea--content {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .c-heroarea--content {
    margin-bottom: 64px;
  }
}
.c-heroarea--content img {
  aspect-ratio: 1280/350;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}

.c-aspect--45 {
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

table {
  font-size: clamp(1.5rem, 1.433rem + 0.19vw, 1.6rem);
  width: 100%;
  border-collapse: collapse;
}
table tr,
table th,
table td {
  display: block;
  width: 100%;
}
table th {
  padding: 8px;
}
table td {
  padding: 8px 8px 24px;
}
table th {
  text-align: left;
  font-weight: normal;
}
@media (min-width: 768px) {
  table {
    display: table;
  }
  table tr {
    display: table-row;
  }
  table th,
  table td {
    display: table-cell;
  }
  table th {
    width: auto;
    white-space: nowrap;
  }
  table td {
    border-bottom: solid 1px #D9D9D9;
  }
}
table.c-table--orange th {
  border-bottom: solid 1px #F36C15;
}
table.c-table--orange tr:last-of-type td {
  border-bottom: solid 1px #D9D9D9;
}
@media (min-width: 768px) {
  table.c-table--orange th {
    border-bottom: solid 1px #F36C15;
    padding: 24px 3em 24px 8px;
  }
  table.c-table--orange td {
    padding: 24px 8px 24px 3em;
  }
}
table.c-table--blue th {
  border-bottom: solid 1px #007AE6;
}
table.c-table--blue tr:last-of-type td {
  border-bottom: solid 1px #D9D9D9;
}
@media (min-width: 768px) {
  table.c-table--blue th {
    font-size: clamp(1.8rem, 1.636rem + 0.45vw, 2rem);
    color: #007AE6;
    font-weight: 400;
    border-bottom: solid 1px #007AE6;
    padding: 24px 3em 24px 8px;
  }
  table.c-table--blue td {
    padding: 24px 8px 24px 3em;
  }
}
table.c-table--simple th {
  text-align: center;
  font-weight: 400;
  padding: 0 8px;
}
table.c-table--simple td {
  border-bottom: solid 1px #D9D9D9;
  padding: 16px 8px 32px 8px;
  margin-bottom: 32px;
}
table.c-table--simple ul {
  font-size: clamp(1.5rem, 1.418rem + 0.23vw, 1.6rem);
  list-style-type: none;
  padding: 0;
}
table.c-table--simple ul li {
  padding: 1em 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
table.c-table--simple ul li:nth-child(odd) {
  background: #EFEFEF;
}
@media (min-width: 768px) {
  table.c-table--simple th {
    border-bottom: solid 1px #D9D9D9;
    vertical-align: top;
    padding: 48px 8px;
    width: 30%;
  }
  table.c-table--simple td {
    padding: 48px 8px;
    margin-bottom: 0;
  }
}

.p-bg--wave1 div.container.p-bg--wave1 {
  background-image: url(../../images/top/wave-1.svg);
  background-size: 100% auto;
  background-position: center bottom;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-bg--wave1 div.container.p-bg--wave1 {
    background-image: none;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .p-bg--wave1 {
    background-image: url(../../images/top/wave-1.svg);
    background-size: 100% auto;
    background-position: center bottom;
    padding-bottom: 64px;
  }
}

.p-bg--wave2 {
  background-image: url(../../images/top/wave-2.svg);
  background-size: cover;
  background-position: left top;
  margin-bottom: 40px;
  padding-top: 40px;
}
.p-bg--wave2 .container {
  padding-bottom: 40px;
}
.p-bg--wave2 h2.u-v2-primary {
  color: #fff;
  z-index: auto;
}

.p-service__grid {
  display: grid;
  grid-template-columns: 1fr;
  background: #fff;
}
@media (min-width: 768px) {
  .p-service__grid {
    grid-template-columns: 1fr 1fr;
    border: solid 1px #EAEAEA;
  }
}
@media (min-width: 992px) {
  .p-service__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-service__grid .p-service__grid--item {
  padding: 32px 16px;
}
@inclde lg {
  .p-service__grid .p-service__grid--item {
    padding: 16px;
  }
}
.p-service__grid .p-service__grid--item + .p-service__grid--item {
  border-top: solid 1px #EAEAEA;
}
@media (min-width: 768px) {
  .p-service__grid .p-service__grid--item + .p-service__grid--item {
    border-left: solid 1px #EAEAEA;
  }
}
@media (min-width: 768px) {
  .p-service__grid .p-service__grid--item:nth-of-type(odd) {
    border-left: none;
  }
  .p-service__grid .p-service__grid--item:nth-of-type(2) {
    border-top: none;
  }
}
@media (min-width: 992px) {
  .p-service__grid .p-service__grid--item {
    border-top: none;
  }
  .p-service__grid .p-service__grid--item:nth-of-type(3) {
    border-left: solid 1px #EAEAEA;
  }
  .p-service__grid .p-service__grid--item:nth-last-of-type(-n + 2) {
    border-top: none;
  }
}
.p-service__grid a {
  display: block;
  text-decoration: none;
  color: #2C3E53;
  transition: all 0.5s ease 0s;
}
.p-service__grid a .btn--arrow {
  display: inline-block;
  padding: 4px 2em;
  border-radius: calc(infinity * 1px);
  -moz-border-radius: calc(infinity * 1px);
  -webkit-border-radius: calc(infinity * 1px);
  background: #EAEAEA;
  transition: all 0.5s ease 0s;
}
.p-service__grid a .btn--arrow i {
  color: #007AE6;
  transition: all 0.5s ease 0s;
}
.p-service__grid a:hover .btn--arrow {
  background: #007AE6;
}
.p-service__grid a:hover .btn--arrow i {
  color: #EAEAEA;
}
.p-service__grid a:hover img {
  opacity: 0.8;
  transition: all 0.5s ease 0s;
}
.p-service__grid img.thumb {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .p-service__grid img.thumb {
    aspect-ratio: 4/5;
  }
}

/* Swiperスライド内のコンテンツをFlexboxで整列 */
.caseSwiper .swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}

/* h3を上揃えにする */
.caseSwiper .swiper-slide h3 {
  margin-top: 0; /* h3のデフォルトの余白をリセット（任意）*/
}

.p-bg--forest {
  position: relative;
  margin-bottom: 40px;
}
.p-bg--forest img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: all 0.5s ease 0s;
}
@media (min-width: 768px) {
  .p-bg--forest img {
    aspect-ratio: 1920/720;
  }
}
.p-bg--forest a {
  display: block;
  text-decoration: none;
}
.p-bg--forest a:hover img {
  opacity: 0.7;
}
.p-bg--forest .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 99;
}
@media (min-width: 768px) {
  .p-bg--forest .container {
    top: inherit;
    bottom: 10%;
    transform: translateY(0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
  }
}
.p-bg--forest * {
  color: #fff;
}
.p-bg--forest h3 {
  font-size: clamp(3.2rem, 2.873rem + 0.91vw, 3.6rem);
  margin-bottom: 16px;
}

.p-bg--gray {
  background: #F5F5F5;
  padding: 8% 4%;
}
@media (min-width: 768px) {
  .p-bg--gray {
    padding: 8% 8% 4%;
  }
}

.p-link--2col {
  list-style-type: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-link--2col {
    grid-template-columns: 1fr 1fr;
  }
}
.p-link--2col img.p-link--2col-img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin-bottom: 24px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.p-link--2col .p-link--2col__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  padding-bottom: 48px;
  border-bottom: solid 1px #B2A295;
}
.p-link--2col .p-link--2col__wrap h4 {
  font-size: clamp(2.6rem, 2.436rem + 0.45vw, 2.8rem);
  font-weight: 500;
}
.p-link--2col .p-link--2col__wrap h4 span {
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
  position: relative;
  padding-left: 1.25em;
}
.p-link--2col .p-link--2col__wrap h4 span::before {
  content: "●";
  color: #F36C15;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-link--2col .p-link--2col__wrap .btn--arrow {
  display: inline-block;
  padding: 4px 2em;
  background: #fff;
  border-radius: calc(infinity * 1px);
  -moz-border-radius: calc(infinity * 1px);
  -webkit-border-radius: calc(infinity * 1px);
  transition: all 0.5s ease 0s;
}
.p-link--2col .p-link--2col__wrap .btn--arrow i {
  color: #007AE6;
  transition: all 0.5s ease 0s;
}
.p-link--2col a {
  text-decoration: none;
  color: #2C3E53;
  transition: all 0.5s ease 0s;
}
.p-link--2col a:hover .btn--arrow {
  background: #007AE6;
}
.p-link--2col a:hover .btn--arrow i {
  color: #fff;
}

.p-scroll-text {
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}

.p-scroll-text span {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 40s linear infinite;
  font-size: clamp(6.4rem, 1.164rem + 14.55vw, 12.8rem);
  font-weight: 600;
  color: #D9D9D9;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.l-side-nav {
  display: none;
}
@media (min-width: 768px) {
  .l-side-nav {
    display: block;
    position: sticky;
    left: 0;
    top: 160px;
  }
}

.l-side-nav ul {
  list-style-type: none;
  font-size: 1.7rem;
  counter-reset: number 0;
}
.l-side-nav ul a {
  text-decoration: none;
  color: #2C3E53;
  font-weight: 400;
}
.l-side-nav ul a.is-current {
  color: #007AE6;
}
.l-side-nav ul a:hover {
  color: #007AE6;
}
.l-side-nav ul li {
  margin-left: 1.5em;
}
.l-side-nav ul li span {
  font-size: 1.5rem;
  margin-right: 0.5em;
}
.l-side-nav ul li span::before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  margin-left: -1.75em;
}
.l-side-nav ul li + li {
  margin-top: 1em;
}
.l-side-nav ul li.l-side-nav__no-num {
  margin-left: 0;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .js-location-content article {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 992px) {
  .js-location-content article {
    padding-bottom: 96px !important;
  }
}

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

.p-service--icon li {
  background: #F36C15;
  padding: 16px;
  color: #fff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
.p-service--icon * {
  text-align: center;
}
.p-service--icon img {
  width: 40%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.p-service--icon h5 {
  font-size: clamp(1.8rem, 1.145rem + 1.82vw, 2.6rem);
  font-weight: 500;
  letter-spacing: normal;
  margin-bottom: 0;
}
.p-service--icon p {
  font-size: small;
  letter-spacing: normal;
  line-height: 1.5;
  margin-bottom: 0;
}

.p-flow--numbering {
  counter-reset: number2 0;
  list-style-type: none;
}
.p-flow--numbering li h3 {
  font-weight: 600;
  color: #007AE6;
}
.p-flow--numbering li h3::before {
  counter-increment: number2 1;
  content: counter(number2) "";
  background: #007AE6;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  padding: 2px 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-right: 8px;
}
.p-flow--numbering li + li {
  margin-top: 40px;
}
.p-flow--numbering-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .p-flow--numbering-wrap {
    grid-template-columns: auto 1fr;
    gap: 24px;
  }
}
.p-flow--numbering-wrap img {
  max-width: 75px;
}

.p-grid-hojyo {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 992px) {
  .p-grid-hojyo {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}
.p-grid-hojyo p {
  margin-bottom: 0;
}

/* アコーディオン */
/* アコーディオン全体 */
@media (min-width: 992px) {
  .p-accordion {
    max-width: 96%;
  }
}

/* アコーディオン */
.p-accordion__item {
  margin-top: 24px;
  cursor: pointer;
}

/* アコーディオンのタイトル */
.p-accordion__title {
  position: relative;
  padding: 24px 60px 24px 20px;
  font-size: clamp(1.5rem, 1.29rem + 0.58vw, 1.8rem);
  color: #00427D;
  font-weight: 400;
  cursor: pointer;
  background: #FFEDE2;
  border-left: solid 10px #F36C15;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.p-accordion__text {
  display: block;
  position: relative;
  padding-left: 56px;
}

.p-accordion__text::before {
  content: url(../../images/content/q.svg);
  width: 100%;
  max-width: 40px;
  height: auto;
  line-height: 1;
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
}

/* (+)アイコン */
.p-accordion__title::before,
.p-accordion__title::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #2C3E53;
  width: 20px;
  height: 4px;
  transition: all 0.3s;
}

.p-accordion__title::after {
  transform: rotate(90deg);
}

/* アコーディオンのコンテンツ */
.p-accordion__content {
  padding: 24px 20px 24px 3em;
  display: none;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.125em;
  border-bottom: solid 1px #2C3E53;
}

.p-accordion__content.is-open {
  display: block;
}

/* アコーディオン展開時の(-)アイコン */
.p-accordion__item.is-active .p-accordion__title::before {
  transform: rotate(180deg);
}

.p-accordion__item.is-active .p-accordion__title::after {
  transform: rotate(180deg);
  opacity: 0;
}

.p-pp ul {
  font-size: clamp(1.5rem, 1.464rem + 0.18vw, 1.6rem);
  font-weight: 300;
  line-height: 1.8;
  margin-left: 1.5em;
}
.p-pp .p-pp-link {
  font-size: clamp(1.5rem, 1.464rem + 0.18vw, 1.6rem);
  border-left: solid 5px #808080;
  padding-left: 16px;
  margin-bottom: 1em;
}
.p-pp .p-pp-link a {
  display: block;
  color: #007AE6;
  text-decoration: none;
  padding-top: 8px;
  padding-bottom: 8px;
}
.p-pp dl {
  font-size: clamp(1.5rem, 1.464rem + 0.18vw, 1.6rem);
}
.p-pp dl dt {
  font-weight: 400;
}

.p-contact {
  margin-bottom: 32px !important;
}
.p-contact h5 {
  font-size: 1.8rem;
  font-weight: 600;
}
.p-contact h5.tel {
  color: #00427D;
  margin-bottom: 0;
}

.p-contact-bg {
  background: #F5F5F5;
  padding: 64px 18px;
}
@media (min-width: 768px) {
  .p-contact-bg {
    padding: 64px 40px;
  }
}

.p-icon-tel {
  font-size: clamp(2.4rem, 1.909rem + 1.36vw, 3rem);
  font-weight: 600;
  margin-bottom: 32px;
}
.p-icon-tel::before {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "\f095";
  color: #007AE6;
  font-size: 2rem;
  margin-right: 8px;
}

.p-icon-fax {
  font-size: clamp(2.4rem, 1.909rem + 1.36vw, 3rem);
  font-weight: 600;
}
.p-icon-fax::before {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "\f1ac";
  color: #007AE6;
  font-size: 2rem;
  margin-right: 8px;
}

.p-number-count li {
  background: #3EC3FF;
  padding: 24px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 16px;
}
.p-number-count * {
  text-align: center;
}
.p-number-count img {
  width: 40%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.p-number-count h5 {
  font-size: clamp(1.5rem, 1.336rem + 0.45vw, 1.7rem);
  font-weight: 500;
  letter-spacing: normal;
  margin-bottom: 0;
}
.p-number-count p {
  line-height: 1.5;
  margin-bottom: 0;
}
.p-number-count p span {
  font-size: clamp(2.4rem, 1.091rem + 3.64vw, 4rem);
  font-weight: 600;
  padding-left: 4px;
  padding-right: 4px;
}

.p-swot {
  counter-reset: number 0;
}
.p-swot li {
  background: #3EC3FF;
  padding: 24px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.p-swot h5 {
  position: relative;
  padding-left: 2em;
}
.p-swot h5:before {
  counter-increment: number 1;
  content: counter(number) "";
  color: #fff;
  font-size: clamp(3rem, 0.545rem + 6.82vw, 6rem);
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

ul.p-sdgslist--orange {
  list-style-type: none;
  margin-bottom: 40px;
}
ul.p-sdgslist--orange li {
  background: #FFEDE2;
  border-left: solid 10px #F36C15;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 32px 24px;
}
ul.p-sdgslist--orange li + li {
  margin-top: 24px;
}
@media (min-width: 768px) {
  ul.p-sdgslist--orange li + li {
    margin-top: 32px;
  }
}
ul.p-sdgslist--orange h4 {
  font-size: clamp(1.8rem, 1.309rem + 1.36vw, 2.4rem);
  color: #00427D;
  font-weight: 500;
  margin-bottom: 0.5em;
}
ul.p-sdgslist--orange img {
  width: 100%;
  max-width: 100%;
}

ul.p-sdgslist--blue {
  list-style-type: none;
  margin-bottom: 40px;
}
ul.p-sdgslist--blue li {
  background: #EAF8FF;
  border-left: solid 10px #00427D;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 32px 24px;
  color: #00427D;
  font-size: clamp(1.5rem, 1.464rem + 0.18vw, 1.6rem);
  font-weight: 300;
  line-height: 1.8;
}
ul.p-sdgslist--blue li + li {
  margin-top: 24px;
}
@media (min-width: 768px) {
  ul.p-sdgslist--blue li + li {
    margin-top: 32px;
  }
}

@media (min-width: 768px) {
  .p-contact--confirmWrap {
    width: 66.6666666667%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-contact--confirmWrap h4 {
  font-size: clamp(2rem, 0.836rem + 0.45vw, 2.2rem);
}
.p-contact--confirmWrap dl.p-contact--notice {
  font-size: clamp(1.5rem, 1.464rem + 0.18vw, 1.6rem);
}
.p-contact--confirmWrap dl.p-contact--notice dt {
  font-weight: 500;
  color: red;
}
.p-contact--confirmWrap dl.p-contact--notice dd {
  font-size: 1.5rem;
}

.u-align__left {
  text-align: left !important;
}

.u-align__right {
  text-align: right !important;
}

.u-align__center {
  text-align: center !important;
}

@media (min-width: 768px) {
  .u-align__center--pc {
    text-align: center !important;
  }
}

.u-center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-align-sponly {
  text-align: left;
}
@media (min-width: 768px) {
  .u-align-sponly {
    text-align: center;
  }
}

.u-order__1 {
  order: 1 !important;
}

.u-order__2 {
  order: 2 !important;
}

.u-order__3 {
  order: 3 !important;
}

.u-order__4 {
  order: 4 !important;
}

.u-order__5 {
  order: 5 !important;
}

@media (min-width: 768px) {
  .u-order__md_1 {
    order: 1 !important;
  }
  .u-order__md_2 {
    order: 2 !important;
  }
  .u-order__md_3 {
    order: 3 !important;
  }
  .u-order__md_4 {
    order: 4 !important;
  }
  .u-order__md_5 {
    order: 5 !important;
  }
}
@media (min-width: 992px) {
  .u-order__lg_1 {
    order: 1 !important;
  }
  .u-order__lg_2 {
    order: 2 !important;
  }
  .u-order__lg_3 {
    order: 3 !important;
  }
  .u-order__lg_4 {
    order: 4 !important;
  }
  .u-order__lg_5 {
    order: 5 !important;
  }
}
@media screen and (max-width: 834px) {
  .u-only--pc {
    display: none;
  }
}
.u-d-block {
  display: block !important;
}

.u-round--8 {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.u-round--16 {
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}
.u-round--24 {
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
}

.u-m--0 {
  margin: 0em !important;
}

.u-my--0 {
  margin-top: 0em !important;
  margin-bottom: 0em !important;
}

.u-mx--0 {
  margin-left: 0em !important;
  margin-right: 0em !important;
}

.u-mt--0 {
  margin-top: 0em !important;
}

.u-mb--0 {
  margin-bottom: 0em !important;
}

.u-ml--0 {
  margin-left: 0em !important;
}

.u-mr--0 {
  margin-right: 0em !important;
}

.u-m--0-5 {
  margin: 0.5em !important;
}

.u-my--0-5 {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}

.u-mx--0-5 {
  margin-left: 0.5em !important;
  margin-right: 0.5em !important;
}

.u-mt--0-5 {
  margin-top: 0.5em !important;
}

.u-mb--0-5 {
  margin-bottom: 0.5em !important;
}

.u-ml--0-5 {
  margin-left: 0.5em !important;
}

.u-mr--0-5 {
  margin-right: 0.5em !important;
}

.u-m--1 {
  margin: 1em !important;
}

.u-my--1 {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.u-mx--1 {
  margin-left: 1em !important;
  margin-right: 1em !important;
}

.u-mt--1 {
  margin-top: 1em !important;
}

.u-mb--1 {
  margin-bottom: 1em !important;
}

.u-ml--1 {
  margin-left: 1em !important;
}

.u-mr--1 {
  margin-right: 1em !important;
}

.u-m--1-5 {
  margin: 1.5em !important;
}

.u-my--1-5 {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}

.u-mx--1-5 {
  margin-left: 1.5em !important;
  margin-right: 1.5em !important;
}

.u-mt--1-5 {
  margin-top: 1.5em !important;
}

.u-mb--1-5 {
  margin-bottom: 1.5em !important;
}

.u-ml--1-5 {
  margin-left: 1.5em !important;
}

.u-mr--1-5 {
  margin-right: 1.5em !important;
}

.u-m--2 {
  margin: 2em !important;
}

.u-my--2 {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}

.u-mx--2 {
  margin-left: 2em !important;
  margin-right: 2em !important;
}

.u-mt--2 {
  margin-top: 2em !important;
}

.u-mb--2 {
  margin-bottom: 2em !important;
}

.u-ml--2 {
  margin-left: 2em !important;
}

.u-mr--2 {
  margin-right: 2em !important;
}

.u-m--2-5 {
  margin: 2.5em !important;
}

.u-my--2-5 {
  margin-top: 2.5em !important;
  margin-bottom: 2.5em !important;
}

.u-mx--2-5 {
  margin-left: 2.5em !important;
  margin-right: 2.5em !important;
}

.u-mt--2-5 {
  margin-top: 2.5em !important;
}

.u-mb--2-5 {
  margin-bottom: 2.5em !important;
}

.u-ml--2-5 {
  margin-left: 2.5em !important;
}

.u-mr--2-5 {
  margin-right: 2.5em !important;
}

.u-m--3 {
  margin: 3em !important;
}

.u-my--3 {
  margin-top: 3em !important;
  margin-bottom: 3em !important;
}

.u-mx--3 {
  margin-left: 3em !important;
  margin-right: 3em !important;
}

.u-mt--3 {
  margin-top: 3em !important;
}

.u-mb--3 {
  margin-bottom: 3em !important;
}

.u-ml--3 {
  margin-left: 3em !important;
}

.u-mr--3 {
  margin-right: 3em !important;
}

.u-m--3-5 {
  margin: 3.5em !important;
}

.u-my--3-5 {
  margin-top: 3.5em !important;
  margin-bottom: 3.5em !important;
}

.u-mx--3-5 {
  margin-left: 3.5em !important;
  margin-right: 3.5em !important;
}

.u-mt--3-5 {
  margin-top: 3.5em !important;
}

.u-mb--3-5 {
  margin-bottom: 3.5em !important;
}

.u-ml--3-5 {
  margin-left: 3.5em !important;
}

.u-mr--3-5 {
  margin-right: 3.5em !important;
}

.u-m--4 {
  margin: 4em !important;
}

.u-my--4 {
  margin-top: 4em !important;
  margin-bottom: 4em !important;
}

.u-mx--4 {
  margin-left: 4em !important;
  margin-right: 4em !important;
}

.u-mt--4 {
  margin-top: 4em !important;
}

.u-mb--4 {
  margin-bottom: 4em !important;
}

.u-ml--4 {
  margin-left: 4em !important;
}

.u-mr--4 {
  margin-right: 4em !important;
}

.u-m--4-5 {
  margin: 4.5em !important;
}

.u-my--4-5 {
  margin-top: 4.5em !important;
  margin-bottom: 4.5em !important;
}

.u-mx--4-5 {
  margin-left: 4.5em !important;
  margin-right: 4.5em !important;
}

.u-mt--4-5 {
  margin-top: 4.5em !important;
}

.u-mb--4-5 {
  margin-bottom: 4.5em !important;
}

.u-ml--4-5 {
  margin-left: 4.5em !important;
}

.u-mr--4-5 {
  margin-right: 4.5em !important;
}

.u-m--5 {
  margin: 5em !important;
}

.u-my--5 {
  margin-top: 5em !important;
  margin-bottom: 5em !important;
}

.u-mx--5 {
  margin-left: 5em !important;
  margin-right: 5em !important;
}

.u-mt--5 {
  margin-top: 5em !important;
}

.u-mb--5 {
  margin-bottom: 5em !important;
}

.u-ml--5 {
  margin-left: 5em !important;
}

.u-mr--5 {
  margin-right: 5em !important;
}

@media screen and (max-width: 767px) {
  .u-mt--0-sp {
    margin-top: 0 !important;
  }
}
.u-mx--auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-p--0 {
  padding: 0em;
}

.u-py--0 {
  padding-top: 0em;
  padding-bottom: 0em;
}

.u-px--0 {
  padding-left: 0em;
  padding-right: 0em;
}

.u-pt--0 {
  padding-top: 0em;
}

.u-pb--0 {
  padding-bottom: 0em;
}

.u-pl--0 {
  padding-left: 0em;
}

.u-pr--0 {
  padding-right: 0em;
}

.u-p--0-5 {
  padding: 0.5em;
}

.u-py--0-5 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.u-px--0-5 {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.u-pt--0-5 {
  padding-top: 0.5em;
}

.u-pb--0-5 {
  padding-bottom: 0.5em;
}

.u-pl--0-5 {
  padding-left: 0.5em;
}

.u-pr--0-5 {
  padding-right: 0.5em;
}

.u-p--1 {
  padding: 1em;
}

.u-py--1 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.u-px--1 {
  padding-left: 1em;
  padding-right: 1em;
}

.u-pt--1 {
  padding-top: 1em;
}

.u-pb--1 {
  padding-bottom: 1em;
}

.u-pl--1 {
  padding-left: 1em;
}

.u-pr--1 {
  padding-right: 1em;
}

.u-p--1-5 {
  padding: 1.5em;
}

.u-py--1-5 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.u-px--1-5 {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.u-pt--1-5 {
  padding-top: 1.5em;
}

.u-pb--1-5 {
  padding-bottom: 1.5em;
}

.u-pl--1-5 {
  padding-left: 1.5em;
}

.u-pr--1-5 {
  padding-right: 1.5em;
}

.u-p--2 {
  padding: 2em;
}

.u-py--2 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.u-px--2 {
  padding-left: 2em;
  padding-right: 2em;
}

.u-pt--2 {
  padding-top: 2em;
}

.u-pb--2 {
  padding-bottom: 2em;
}

.u-pl--2 {
  padding-left: 2em;
}

.u-pr--2 {
  padding-right: 2em;
}

.u-p--2-5 {
  padding: 2.5em;
}

.u-py--2-5 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.u-px--2-5 {
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.u-pt--2-5 {
  padding-top: 2.5em;
}

.u-pb--2-5 {
  padding-bottom: 2.5em;
}

.u-pl--2-5 {
  padding-left: 2.5em;
}

.u-pr--2-5 {
  padding-right: 2.5em;
}

.u-p--3 {
  padding: 3em;
}

.u-py--3 {
  padding-top: 3em;
  padding-bottom: 3em;
}

.u-px--3 {
  padding-left: 3em;
  padding-right: 3em;
}

.u-pt--3 {
  padding-top: 3em;
}

.u-pb--3 {
  padding-bottom: 3em;
}

.u-pl--3 {
  padding-left: 3em;
}

.u-pr--3 {
  padding-right: 3em;
}

.u-p--3-5 {
  padding: 3.5em;
}

.u-py--3-5 {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.u-px--3-5 {
  padding-left: 3.5em;
  padding-right: 3.5em;
}

.u-pt--3-5 {
  padding-top: 3.5em;
}

.u-pb--3-5 {
  padding-bottom: 3.5em;
}

.u-pl--3-5 {
  padding-left: 3.5em;
}

.u-pr--3-5 {
  padding-right: 3.5em;
}

.u-p--4 {
  padding: 4em;
}

.u-py--4 {
  padding-top: 4em;
  padding-bottom: 4em;
}

.u-px--4 {
  padding-left: 4em;
  padding-right: 4em;
}

.u-pt--4 {
  padding-top: 4em;
}

.u-pb--4 {
  padding-bottom: 4em;
}

.u-pl--4 {
  padding-left: 4em;
}

.u-pr--4 {
  padding-right: 4em;
}

.u-p--4-5 {
  padding: 4.5em;
}

.u-py--4-5 {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}

.u-px--4-5 {
  padding-left: 4.5em;
  padding-right: 4.5em;
}

.u-pt--4-5 {
  padding-top: 4.5em;
}

.u-pb--4-5 {
  padding-bottom: 4.5em;
}

.u-pl--4-5 {
  padding-left: 4.5em;
}

.u-pr--4-5 {
  padding-right: 4.5em;
}

.u-p--5 {
  padding: 5em;
}

.u-py--5 {
  padding-top: 5em;
  padding-bottom: 5em;
}

.u-px--5 {
  padding-left: 5em;
  padding-right: 5em;
}

.u-pt--5 {
  padding-top: 5em;
}

.u-pb--5 {
  padding-bottom: 5em;
}

.u-pl--5 {
  padding-left: 5em;
}

.u-pr--5 {
  padding-right: 5em;
}

.u-position--relative {
  position: relative !important;
}

.slide-wrapper {
  margin-right: calc(-50vw + 50%); /* 左側は container に揃えるため追加マージンなし */
  padding-bottom: 80px;
}
.slide-wrapper .swiper-slide {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: solid 1px #B2A295;
}
.slide-wrapper .swiper-slide a {
  color: #2C3E53;
}
.slide-wrapper .swiper-slide ul.p-catelist {
  list-style-type: none;
  padding: 0;
  font-size: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  margin-bottom: 2em;
}
.slide-wrapper .swiper-slide ul.p-catelist li:not(:has(a)) {
  margin-right: 1em;
}
.slide-wrapper .swiper-slide h3 {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 2em;
}
.slide-wrapper .swiper-slide h3 a {
  text-decoration: none;
}
.slide-wrapper .caseSwiper {
  width: 100%;
}
.slide-wrapper .swiper-slide img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin-bottom: 8px;
}
.slide-wrapper .swiper {
  padding: 0 0 80px !important;
}
.slide-wrapper .swiper-horizontal > .swiper-pagination-bullets, .slide-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal, .slide-wrapper .swiper-pagination-custom, .slide-wrapper .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 0) !important;
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.slide-wrapper .swiper-pagination {
  position: absolute;
  text-align: left !important;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-evenly !important;
  padding-right: 4% !important;
}
.slide-wrapper .swiper-pagination-bullet {
  height: 2px !important;
  flex-grow: 1;
  border-radius: 0 !important;
  background: rgba(0, 66, 125, 0.9) !important;
}
@media (min-width: 768px) {
  .slide-wrapper .swiper-pagination-bullet {
    height: 2px !important;
  }
}
.slide-wrapper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .slide-wrapper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 !important;
}
.slide-wrapper .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #F36C15 !important;
}

.singleswiper {
  width: 100%;
}

.singleswiper .swiper-slide img {
  aspect-ratio: 500/375;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.singleswiper .swiper-wrapper {
  margin-bottom: 40px !important;
}

.single-pagination {
  text-align: center !important;
}

figcaption {
  text-align: center;
  font-size: 1.5rem;
  margin-top: 1em;
}

/* 中央スライドは透明度100% */
.singleswiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1); /* optional: 少し拡大して強調 */
  transition: opacity 0.3s, transform 0.3s;
}

/* 前後のスライドは透明度を下げる */
.singleswiper .swiper-slide-prev,
.singleswiper .swiper-slide-next {
  opacity: 0.5;
  transform: scale(0.8); /* optional: 少し縮小して奥行き感 */
  transition: opacity 0.3s, transform 0.3s;
}

/* それ以外のスライドはさらに透明度を下げる */
.singleswiper .swiper-slide {
  transition: opacity 0.3s, transform 0.3s;
}

.red {
  color: red;
}

.blue {
  color: #007AE6;
}

.fw500 {
  font-weight: 500 !important;
}

p {
  font-size: clamp(1.5rem, 1.464rem + 0.18vw, 1.6rem);
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 1em;
  text-align: justify;
  text-justify: distribute;
  word-break: break-all;
  word-break: normal;
}
p.lead {
  font-size: clamp(1.6rem, 1.273rem + 0.91vw, 2rem);
  margin-bottom: 64px;
}
p.u-signature {
  font-weight: 400;
  text-align: right;
  margin-top: 2em;
}

.editor {
  padding-top: 32px;
}
.editor h1 {
  font-size: clamp(2.8rem, 2.4rem + 1.11vw, 3.4rem);
  margin-bottom: 1em;
}
.editor h2 {
  font-size: clamp(2rem, 1.733rem + 0.74vw, 2.4rem);
  margin-bottom: 1em;
}
.editor h3 {
  font-size: clamp(1.8rem, 1.533rem + 0.74vw, 2.2rem);
  margin-bottom: 1em;
}
.editor ol, .editor ul {
  font-size: clamp(1.5rem, 1.464rem + 0.18vw, 1.6rem);
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 1em;
  margin-left: 1.5em;
}
.editor ol li, .editor ul li {
  margin-bottom: 0.75em;
}

h2 {
  font-size: clamp(4.8rem, 3.491rem + 3.64vw, 6.4rem);
  font-weight: 500;
  position: relative;
  margin-bottom: 0.5em;
}
h2 span:not([class]) {
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
  position: relative;
  padding-left: 1.25em;
}
h2 span:not([class])::before {
  content: "●";
  color: #F36C15;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
h2 span.cat_name {
  font-size: clamp(2rem, 1.018rem + 2.73vw, 3.2rem);
  margin-left: 1em;
  position: absolute;
  bottom: 0.9em;
}
@media (min-width: 768px) {
  h2 span.cat_name {
    bottom: 0.75em;
  }
}
h2 span.cat_name::before {
  content: "ー";
  margin-right: 0.5em;
}
h2 span.cat_name::after {
  content: "ー";
  margin-left: 0.5em;
}
h2.u-v2--catch {
  font-size: clamp(2.4rem, 1.745rem + 1.82vw, 3.2rem);
  color: #007AE6;
  margin-bottom: 1em;
}
h2.u-v2--catch::before {
  content: "「";
  margin-left: -0.5em;
}
h2.u-v2--catch::after {
  content: "」";
}

h3 {
  font-size: clamp(2rem, 1.345rem + 1.82vw, 2.8rem);
  font-weight: 400;
  margin-bottom: 1.5em;
}
h3.u-v3--num {
  line-height: 0;
}
h3.u-v3--num div {
  font-size: 1.8rem;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  line-height: 1.5;
  margin-bottom: 8px;
}
h3.u-v3--num div::before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
}
h3.u-v3--num div::after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background: #2C3E53;
  position: absolute;
  top: 50%;
  right: -40px;
}
h3.u-v3--num span {
  display: block;
  line-height: 1.5;
}

h4 {
  font-size: clamp(2.4rem, 1.745rem + 1.82vw, 3.2rem);
  margin-bottom: 0.75em;
  font-weight: 400;
}
h4.u-v4--access::before {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "\f3c5";
  margin-right: 16px;
  color: #007AE6;
}

h5 {
  font-size: clamp(2rem, 1.673rem + 0.91vw, 2.4rem);
  margin-bottom: 0.5em;
  font-weight: 400;
}
h5.u-v5--blueback {
  background: #007AE6;
  color: #fff;
  padding: 8px 16px;
  margin-bottom: 0.75em;
}

.u-side-title {
  font-size: clamp(1.8rem, 1.636rem + 0.45vw, 2rem);
  border-bottom: solid 2px #2C3E53;
  margin-bottom: 1.5em;
}

ul.u-catlist-left {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px 8px;
}
ul.u-catlist-left li {
  background: #2C3E53;
  color: #fff;
  font-size: x-small;
  padding: 4px 1em;
  border-radius: calc(infinity * 1px);
  -moz-border-radius: calc(infinity * 1px);
  -webkit-border-radius: calc(infinity * 1px);
}

ul.u-catlist-right {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 8px;
}
ul.u-catlist-right li {
  background: #2C3E53;
  color: #fff;
  font-size: x-small;
  padding: 4px 1em;
  border-radius: calc(infinity * 1px);
  -moz-border-radius: calc(infinity * 1px);
  -webkit-border-radius: calc(infinity * 1px);
}

dl.u-dl-hojyokin {
  margin-bottom: 40px;
}
dl.u-dl-hojyokin dt {
  font-size: clamp(2rem, 1.345rem + 1.82vw, 2.8rem);
  color: #007AE6;
  font-weight: 400;
  margin-bottom: 16px;
}
dl.u-dl-hojyokin dd {
  font-size: clamp(1.8rem, 1.636rem + 0.45vw, 2rem);
  font-weight: 400;
  color: #00427D;
  background: #EAF8FF;
  border-left: solid 10px #00427D;
  padding: 1em;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
dl.u-dl-hojyokin dd + dd {
  margin-top: 16px;
}/*# sourceMappingURL=styles.css.map */