@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --horizontal-space:clamp(2.6vw,4.00833vw,5.5vw);
  --rounde: 1.46em;
  --flex-three: calc(100% - 15px / 3);
  --col-hurf-space:5vh;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  :root {
    --font-size-nav: 14px;
    --rounde: 16px;
    --horizontal-space:2.6vw;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --rounde: 12px;
    --col-hurf-space:3vh;
    --horizontal-space:2.6vw;
  }
  .sp-none {
    display: none;
  }
}
html {
  scroll-behavior: smooth;
}

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

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.grecaptcha-badge {
  left: 6px !important;
  width: 70px !important;
}
@media screen and (max-width: 1240px) {
  .grecaptcha-badge {
    bottom: 85px !important;
  }
}

.grecaptcha-badge:hover {
  left: 6px !important;
  width: 256px !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

span.blue {
  color: #0066cc !important;
}

.attention {
  font-size: 0.6rem;
  text-align: center;
  margin: 1em auto 0;
  padding: 0.5em 1em;
  background: #fafafa;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.attention a {
  color: #222;
}

@media screen and (min-width: 768px) {
  :root {
    --flex-three: 100%;
  }
  .pc-none {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .sp-menu, .overlay {
    display: none !important;
  }
}
img {
  max-width: 100%;
  vertical-align: bottom;
}

html, body {
  padding: 0 !important;
  margin: 0 !important;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1.8;
}

.red {
  color: #d81212 !important;
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}
/***********モーダルポップアップ************/
.c-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99999999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.c-modal-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.c-modal-banner {
  position: relative;
  max-width: 350px;
  width: 350px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.is-active .c-modal-banner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-modal-banner__link {
  display: block;
}
.c-modal-banner__link img {
  width: 100%;
  height: auto;
  display: block;
}
.c-modal-banner__close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
}
.c-modal-banner__close::before, .c-modal-banner__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #fff;
}
.c-modal-banner__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal-banner__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.home-main {
  position: relative;
}
.home-main:before {
  content: "";
  background: url(../images/curcle.svg) no-repeat center center/contain;
  width: 44.7916666667vw;
  height: 44.7916666667vw;
  position: absolute;
  left: -22.3958333333vw;
  top: -22.3958333333vw;
  z-index: -1;
}

.page-main {
  position: relative;
}
.page-main:before {
  content: "";
  background: url(../images/curcle.svg) no-repeat center center/contain;
  width: 44.7916666667vw;
  height: 44.7916666667vw;
  position: absolute;
  left: -22.3958333333vw;
  top: -22.3958333333vw;
  z-index: -1;
  opacity: 0.15;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  padding: 0px 0 0 1em;
}
.header .c-btn-header.-line i {
  font-size: 36px;
}
.header .c-btn-header {
  padding: 10px;
}
.header .l-header__nav {
  padding-top: 0;
  border-top: none;
}
.header .l-header__logo {
  max-width: 180px;
}
.header .p-gnav {
  gap: 0;
}
.header {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (max-width: 767px) {
  .header.sec {
    padding: 0.2em 1em 0.35em;
  }
}
@media screen and (min-width: 768px) {
  .header.sec .l-header__action.tel {
    display: none;
  }
}
.header.is-fixed {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header.is-fixed .l-header__inner {
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .header.is-fixed .l-header__action.tel .p-contact-info {
    padding-right: 40px;
    margin-top: 0;
  }
}

.l-header {
  width: 100%;
  background: transparent;
}
.l-header .l-header__logo {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .l-header .l-header__logo {
    max-width: 170px;
  }
}
@media screen and (min-width: 768px) {
  .l-header .l-header__logo {
    margin-top: 0px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1680px) {
  .l-header {
    padding-left: 1.6vw !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-header {
    padding: 0px 55px 10px 1.6vw !important;
  }
}
.l-header {
  padding: 0px 0 10px 1.6vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 0.2em var(--horizontal-space) 0.35em;
  }
}
.l-header__inner {
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 1921px) {
  .l-header__inner {
    max-width: 100%;
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-header .l-header__logo {
    max-width: 210px;
  }
}
@media screen and (min-width: 1921px) {
  .l-header {
    max-width: 100%;
    margin: 0 auto;
  }
}
.l-header__logo img {
  height: auto;
  display: block;
  max-width: 340px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .l-header__logo img {
    height: auto;
    max-width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo img {
    max-width: 150px;
  }
}

.p-gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-gnav li {
  margin: 0 12px;
}
@media screen and (min-width: 1241px) and (max-width: 1640px) {
  .p-gnav li {
    margin: 0 7px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1240px) {
  .p-gnav li {
    margin: 0 4px;
  }
}
.p-gnav li.no-arrow a::after {
  display: none;
}
.p-gnav li a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.086em;
  padding: 0.5em;
}
.p-gnav li a.no-pointer {
  pointer-events: none;
}
.p-gnav li a:hover {
  color: #0066cc;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  .p-gnav li a {
    font-size: 13px;
  }
}
.p-gnav li a {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-gnav li a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #0066cc;
  border-bottom: 2px solid #0066cc;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 5px;
  margin-top: -4px;
}

.l-header__nav {
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #eee;
  padding-top: 10px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-header__action {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-gnav li {
  position: relative;
}
.p-gnav li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-gnav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 240px;
  background: #fff;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
}
.p-gnav .sub-menu li {
  border-bottom: 1px solid #eee;
  margin: 0 5px;
}
.p-gnav .sub-menu li:last-child {
  border-bottom: none;
}
.p-gnav .sub-menu li a {
  display: block;
  padding: 15px 10px;
  color: #121212;
  text-decoration: none;
  font-size: 0.9rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.p-gnav .sub-menu li a:after {
  display: none;
}
.p-gnav .sub-menu li a:hover {
  background-color: #f9f9f9;
  color: #001d76;
}

@media screen and (max-width: 767px) {
  .l-header__nav, header .l-header__action .p-header-btns {
    display: none;
  }
}
.p-contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #40a0ab;
}
.p-contact-info .information {
  padding: 5px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  background: #40a0ab;
  display: block;
  margin: 5px auto 0.5em;
  width: 100%;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-contact-info .information {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-contact-info__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Inter", sans-serif;
}
.p-contact-info__tel .number {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-contact-info__tel .number {
    font-size: 20px;
  }
}
.p-contact-info__tel .number {
  font-weight: 800;
  letter-spacing: 0.02em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.25em;
     -moz-column-gap: 0.25em;
          column-gap: 0.25em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact-info__tel .number::before {
  content: "";
  background: url(../images/freedial.svg) no-repeat center/contain;
  width: 32px;
  height: 32px;
  display: block;
}
.p-contact-info__tel .number a {
  text-decoration: none;
  color: #40a0ab;
}
.p-contact-info__time {
  font-size: 10px;
  line-height: 1.2;
  border: 1px solid #40a0ab;
  padding: 2px 5px;
  margin-left: 0;
  border-radius: 3px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-contact-info__time br {
    display: none;
  }
  .p-contact-info__time {
    margin-top: 1px;
    font-size: 9px;
  }
}

@media screen and (max-width: 767px) {
  header .p-contact-info {
    padding-right: 40px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  header .p-contact-info .p-contact-info__tel .number {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 767px) {
  header .p-contact-info .p-contact-info__tel .number:before {
    width: 22px;
    height: 22px;
  }
}
.p-header-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-btn-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  padding: 20px 10px;
  min-width: 105px;
  row-gap: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .c-btn-header {
    font-size: 10px;
    padding: 10px 10px;
    min-width: 80px;
  }
}
.c-btn-header {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-btn-header.chat-btn span {
  width: 40px;
  height: 30px;
}
.c-btn-header span {
  width: 30px;
  height: 30px;
  margin-right: 0 !important;
  line-height: 0;
}
.c-btn-header span img {
  width: 100%;
}
.c-btn-header:hover {
  opacity: 0.8;
}
.c-btn-header.-app {
  background-color: #0895c2;
}
.c-btn-header.-mail {
  background-color: #0066cc;
}
.c-btn-header.-speed {
  background-color: #f0831e;
}
.c-btn-header.-line {
  background-color: #00b900;
}
.c-btn-header.-line i {
  font-weight: 300;
  font-size: 32px;
  line-height: 1;
  display: inline-block;
}
.c-btn-header span {
  margin-right: 0;
  font-size: 28px;
}

/****************** MV *****************/
.slick-slider {
  margin-bottom: 0;
}

.slider {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

section#mainVisual {
  padding: 0;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section#mainVisual {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  section#mainVisual {
    max-width: 100%;
    margin: 0 auto;
  }
}

.mv-wrap {
  position: relative;
  max-width: 100%;
  margin: auto;
  /*border-radius: var(--rounde);*/
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
.mv-wrap .Inner-wrap {
  position: absolute;
  color: #fff;
  font-weight: bold;
  z-index: 2;
  width: 100%;
  max-width: 1000px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 767px) {
  .mv-wrap .Inner-wrap {
    padding: 0 0.5em;
    top: 70%;
    left: 50%;
    -webkit-transform: translateY(-70%) translateX(-50%);
            transform: translateY(-70%) translateX(-50%);
  }
}
.mv-wrap .Inner-wrap h1 {
  font-weight: bold;
  font-size: 55px;
  max-width: 1000px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 900;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6), 0px 0px 8px rgba(0, 0, 0, 0.65);
}
@media screen and (min-width: 1121px) {
  .mv-wrap .Inner-wrap h1 span br {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .mv-wrap .Inner-wrap h1 span br {
    display: inline;
  }
}
.mv-wrap .Inner-wrap h1 {
  text-align: center;
  line-height: 1.4;
  margin: 0 auto 0.15em;
}
@media screen and (max-width: 767px) {
  .mv-wrap .Inner-wrap h1 {
    font-size: 32px;
    margin-bottom: 0.5em;
  }
}
.mv-wrap .Inner-wrap .sub-title {
  font-weight: bold;
  text-align: center;
  font-size: 29px;
  padding: 0.5em 1em;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  font-weight: bold;
  position: relative;
}
.mv-wrap .Inner-wrap .sub-title span {
  font-weight: 900;
  font-size: 120%;
}
@media screen and (max-width: 767px) {
  .mv-wrap .Inner-wrap .sub-title span {
    font-size: 110%;
  }
}
.mv-wrap .Inner-wrap .sub-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 102, 204, 0.65);
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
  z-index: -1;
}
.mv-wrap .Inner-wrap .sub-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 102, 204, 0.25);
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .mv-wrap .Inner-wrap .sub-title {
    font-size: 18px;
  }
}
.mv-wrap .Inner-wrap .sub-title {
  margin: 0 auto 0.5em;
  line-height: 1.4;
}
.mv-wrap .Inner-wrap .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  max-width: 600px;
  margin: 1em auto 0;
}
@media screen and (max-width: 767px) {
  .mv-wrap .Inner-wrap .flex {
    -webkit-column-gap: 7px;
       -moz-column-gap: 7px;
            column-gap: 7px;
  }
}
.mv-wrap .Inner-wrap .flex picture {
  width: var(--flex-three);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv-wrap .slide-item:first-of-type img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.mv-wrap .slide-item img {
  /*border-radius: var(--rounde);*/
  overflow: hidden;
  min-height: 600px;
  max-height: 650px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv-wrap .slide-item img {
    min-height: 650px;
    max-height: 700px;
  }
}
@media screen and (min-width: 1921px) {
  .mv-wrap .slide-item img {
    min-height: 800px;
    max-height: 850px;
    -o-object-position: top center;
       object-position: top center;
  }
}
@media screen and (min-width: 2561px) {
  .mv-wrap .slide-item img {
    min-height: 1000px;
    max-height: 1050px;
    -o-object-position: top center;
       object-position: top center;
  }
}
@media screen and (max-width: 767px) {
  .mv-wrap .slide-item img {
    min-height: 600px;
    -o-object-position: center;
       object-position: center;
  }
}
.mv-wrap .slide-item img {
  -o-object-fit: cover;
     object-fit: cover;
}

/*************** cta ***************/
.c-cta {
  text-align: center;
  margin-top: 1.5em;
}

.c-btn-speed {
  display: inline-block;
  position: relative;
  background-color: #f0831e;
  color: #ffffff;
  text-decoration: none;
  padding: 25px 60px 20px;
  border-radius: 60px;
  -webkit-box-shadow: 0 6px 0 #d96d0d;
          box-shadow: 0 6px 0 #d96d0d;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .c-btn-speed {
    padding: 25px 30px 20px;
    font-size: 20px;
  }
}
.c-btn-speed:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: 0 4px 0 #d96d0d;
          box-shadow: 0 4px 0 #d96d0d;
  background-color: rgb(241.59375, 144.175, 53.90625);
}
.c-btn-speed:active {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-btn-speed__badge {
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ffffff;
  color: #f0831e;
  font-size: 18px;
  font-weight: bold;
  padding: 2px 30px;
  border-radius: 20px;
  white-space: nowrap;
  border: 1px solid #f0831e;
}
.c-btn-speed__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.c-btn-speed__icon {
  width: 45px;
  height: auto;
}
.c-btn-speed__text {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-btn-speed__text {
    font-size: 24px;
  }
}
.c-btn-speed__text span {
  font-size: 80%;
}

@media (max-width: 480px) {
  .c-btn-speed {
    padding: 20px 30px 15px;
  }
  .c-btn-speed__badge {
    font-size: 14px;
    top: -12px;
  }
  .c-btn-speed__text {
    font-size: 22px;
  }
  .c-btn-speed__icon {
    width: 30px;
  }
}
/**************** レイアウト共通 ******************/
section.sec {
  padding: 10vh var(--horizontal-space);
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.sec {
    padding: 5vh var(--horizontal-space);
  }
}
@media (max-width: 767px) {
  section.sec {
    padding: 5vh var(--horizontal-space);
  }
}
section.sec .Inner__wrap {
  max-width: 1100px;
  margin: 0 auto;
}

/************* News **************/
section.light-blue {
  position: relative;
  background: #EEF7FD;
}
section.light-blue.bg--none::before {
  display: none !important;
}

section#news.top {
  padding-top: 0;
}

#news .news-Inner-wrap {
  overflow-y: auto;
  max-height: 450px;
  padding: 0.5em;
}

dl.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  width: 100%;
  padding: 0.75em 0.25em 0.75em;
  border-bottom: 1px solid #D9D9D9;
}
dl.news dt {
  width: 100%;
  color: #202020;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #999;
}
@media (max-width: 767px) {
  dl.news dt {
    font-size: 14px;
  }
}
dl.news dt span.cat {
  line-height: 1;
  padding: 8px;
  color: #fff;
  font-size: 13px;
  background: #234165;
}
dl.news dd {
  width: 100%;
  margin: 0.25em auto 0;
  padding: 0;
  font-size: 20px;
}
dl.news dd a {
  color: #202020;
  text-decoration: none;
  line-height: 1.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
dl.news dd a:hover {
  color: #0066cc;
}

/******************見出し********************/
.p-heading-three-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .p-heading-three-line {
    margin-bottom: 1em;
  }
}
.p-heading-three-line {
  padding: 0;
}
.p-heading-three-line__eng {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #0066cc;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .p-heading-three-line__eng {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.p-heading-three-line__jp {
  display: block;
  font-size: 40px;
  font-weight: 800;
  color: #202020;
  line-height: 1.3;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-heading-three-line__jp {
    font-size: 27px;
  }
}
.p-heading-three-line__jp span {
  font-size: 50px;
  margin: 0 2px;
  vertical-align: baseline;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-heading-three-line__jp span {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .p-heading-three-line__jp span {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .p-heading-three-line__jp {
    font-size: 21px;
  }
}
.p-heading-three-line__sub {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #666;
  margin-top: 15px;
  line-height: 1.6;
  max-width: 100%;
}
@media (max-width: 767px) {
  .p-heading-three-line__sub {
    font-size: 14px;
    margin-top: 10px;
    padding: 0 10px;
  }
}

section#news .p-heading-three-line {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/******************青いボタン******************/
.p-btn-container {
  padding: 20px;
  text-align: center;
}

.c-btn-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #00289e;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 10px 10px 25px;
  border-radius: 50px;
  max-width: 260px;
  margin: 0 auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-btn-news:hover {
  background-color: #0066cc;
}
.c-btn-news__text {
  font-size: 18px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.c-btn-news__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px;
  height: 38px;
  background-color: #000;
  border-radius: 50%;
  position: relative;
}
.c-btn-news__icon::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: -2px;
}

@media (max-width: 767px) {
  .c-btn-news {
    max-width: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 260px;
    padding: 8px 8px 8px 20px;
  }
  .c-btn-news__text {
    font-size: 16px;
  }
  .c-btn-news__icon {
    width: 32px;
    height: 32px;
  }
}
/*************選ばれる理由 *************/
section.blue-right-triangle {
  position: relative;
  /*&::before{
     content: '';
  position: absolute;
     top:-10vh;
     left:-10%;
  width: 110%;
  height: 35vh;
  background-color: $light-blue;
  clip-path: polygon(100% 100%, 100% 0%, 0% 0%);
     z-index: -2;
     }*/
}
section.blue-right-triangle::after {
  content: "";
  background: #001d76;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
}

section#reason {
  /*padding-top: 20vh;*/
}
section#reason h2 * {
  color: #fff;
}

.p-reason-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .p-reason-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.p-reason-card {
  position: relative;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 40px 15px 30px;
}
@media (max-width: 767px) {
  .p-reason-card {
    padding: 25px 10px 15px;
  }
}
.p-reason-card {
  text-align: center;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-reason-card p {
  margin-top: 0;
}
.p-reason-card__num {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 52px;
  font-weight: bold;
  color: #d9ebf7;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .p-reason-card__num {
    top: 10px;
    left: 8px;
    font-size: 32px;
  }
}
.p-reason-card__img {
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .p-reason-card__img {
    max-width: 240px;
    margin-bottom: 0;
  }
}
.p-reason-card__img img {
  width: 100%;
  height: auto;
}
.p-reason-card__lead {
  font-size: 20px;
  font-weight: bold;
  color: #001d76;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-reason-card__lead {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .p-reason-card__lead {
    font-size: 14px;
  }
}
.p-reason-card__desc {
  font-size: 16px;
  color: #555;
  margin-bottom: 5px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-reason-card__desc {
    font-size: 12px;
  }
}
.p-reason-card__result {
  font-size: 18px;
  font-weight: bold;
  color: #001d76;
  margin-bottom: 0;
}
.p-reason-card__result span {
  font-size: 58px;
  color: #f0831e;
  margin: 0 4px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-reason-card__result span {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .p-reason-card__result span {
    font-size: 32px;
  }
}
.p-reason-card__result.-small {
  font-size: 20px;
  color: #f0831e;
  line-height: 1.4;
  margin-top: 5px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .p-reason-card__result.-small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-reason-card__result {
    font-size: 14px;
  }
}

/****************** 最安値の手数料をご用意 *****************/
section#price {
  position: relative;
}
section#price h2 span.blue {
  color: #0066cc;
}
section#price P {
  margin: 0;
}

.u-bg-light-blue {
  background-color: #f2f8fc;
  padding: 60px 0;
}

.p-data-item {
  text-align: center;
  background: #EEF7FD;
}
.p-data-item__label {
  font-size: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-data-item__label {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .p-data-item__label {
    font-size: 17px;
  }
}
.p-data-item__label {
  font-weight: bold;
  margin-bottom: 5px;
  color: #202020;
}
.p-data-item__value {
  display: inline-block;
  font-size: 22px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-data-item__value {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .p-data-item__value {
    font-size: 17px;
  }
}
.p-data-item__value {
  font-weight: bold;
  color: #001d76;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff9c4));
  background: linear-gradient(transparent 60%, #fff9c4 60%);
  padding: 0 5px;
  font-weight: 900;
  color: #202020;
}
.p-data-item__value span {
  font-size: 60px;
}
@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .p-data-item__value span {
    font-size: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-data-item__value span {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .p-data-item__value span {
    font-size: 42px;
  }
}
.p-data-item__value span {
  letter-spacing: 0.056em;
  line-height: 1;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  color: #0066cc;
}

.p-data-status {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(130px, auto);
  gap: 15px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.p-data-status .p-data-item {
  background-color: #EEF7FD;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-data-status .p-data-item {
    padding: 10px;
  }
}
.p-data-status .p-data-item picture {
  max-width: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-data-status .p-data-item picture {
    max-width: 100px;
  }
}
.p-data-status .p-data-item picture.small {
  max-width: 80px;
}
.p-data-status .p-data-item:nth-child(5) {
  grid-row: span 2;
}
.p-data-status .p-data-item .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-data-status .p-data-item .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .p-data-status .p-data-item .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .p-data-status {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .p-data-status .p-data-item {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
    padding: 10px;
  }
  .p-data-status .p-data-item:nth-child(5) {
    grid-column: span 2 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .p-data-status .p-data-item picture {
    max-width: 80px;
  }
}
.p-data-summary {
  background: #EEF7FD;
  margin-top: var(--col-hurf-space);
}
.p-data-summary__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media (max-width: 767px) {
  .p-data-summary__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.p-data-summary__visual {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 500px;
}
.p-data-summary__visual img {
  width: 100%;
  height: auto;
}
.p-data-summary__text-box {
  text-align: left;
}
@media (max-width: 767px) {
  .p-data-summary__text-box {
    text-align: center;
  }
  .p-data-summary__text-box .u-mt-20 {
    margin: 1em auto 30px;
  }
}
.p-data-summary__label {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
.p-data-summary__count {
  font-size: 28px;
  font-weight: bold;
  color: #333;
}
.p-data-summary__count span {
  font-size: 72px;
}
@media (max-width: 767px) {
  .p-data-summary__count span {
    font-size: 52px;
  }
}
.p-data-summary__count span {
  color: #f0831e;
  font-family: "Anton", sans-serif;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff9c4));
  background: linear-gradient(transparent 70%, #fff9c4 70%);
  line-height: 1;
  letter-spacing: 0.056em;
}

.u-mt-20 {
  margin-top: 2.5em;
}

/***********************メリットとデメリット***************************/
section.deep-blue {
  background: #001d76;
}
section.deep-blue h2 * {
  color: #fff;
}

.p-merit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 767px) {
  .p-merit-grid {
    grid-template-columns: 1fr;
  }
}

.p-merit-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .p-merit-card .c-btn-news {
    width: 80%;
  }
}
.p-merit-card .c-btn-news__text {
  font-size: 16px;
  margin-right: 5px;
}
.p-merit-card .c-btn-news__icon {
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .p-merit-card .c-btn-news__icon {
    width: 18px;
    height: 18px;
  }
}
.p-merit-card__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-merit-card__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
.p-merit-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-merit-card__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
.p-merit-card__content {
  padding: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-merit-card__content {
    padding: 15px;
  }
  .p-merit-card__content .c-btn-news {
    min-width: 140px;
  }
  .p-merit-card__content .c-btn-news span {
    font-size: 14px;
  }
}
.p-merit-card__title {
  font-size: 24px;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-merit-card__title br {
    display: none;
  }
  .p-merit-card__title {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .p-merit-card__title {
    font-size: 20px;
    margin-bottom: 0.5em;
  }
}
.p-merit-card__title {
  color: #001d76;
  margin-bottom: 15px;
  line-height: 1.4;
}
.p-merit-card__text {
  font-size: 15px;
  color: #121212;
  margin-bottom: 20px;
  line-height: 1.85;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-merit-card__text {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-merit-card__text {
    margin: 0;
    display: none;
  }
}

section#flow.top {
  padding-bottom: 0;
}
section#flow::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  right: -10%;
  width: 120%;
  height: 40%;
}
@media screen and (max-width: 767px) {
  section#flow::before {
    height: 15%;
  }
}
section#flow::before {
  background-color: #fff;
}
section#flow h2 {
  position: relative;
}
section#flow h2 .p-heading-three-line__jp {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  section#flow h2 .p-heading-three-line__jp {
    font-size: 21px;
  }
}
section#flow h2 .p-heading-three-line__jp span {
  color: #0066cc;
}
section#flow .p-heading-three-line__jp + .p-heading-three-line__jp {
  margin-top: 0.25em;
  display: block;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  section#flow .p-heading-three-line__jp + .p-heading-three-line__jp {
    margin-bottom: 1em;
  }
}

.p-flow-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-bottom: 50px;
}
@media screen and (min-width: 601px) and (max-width: 800px) {
  .p-flow-steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 600px) {
  .p-flow-steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2.5vh;
  }
}

.p-flow-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border: 1px solid #D9D9D9;
  position: relative;
}
.p-flow-item__head {
  background-color: #6fbcc6;
  color: #fff;
  text-align: center;
  padding: 8px;
  font-weight: bold;
  max-width: 50%;
  border-radius: 0;
  margin: -15px auto 0;
  line-height: 1.1;
  font-size: 22px;
}
.p-flow-item__body {
  padding: 20px;
}
.p-flow-item__img {
  margin-bottom: 15px;
}
.p-flow-item__img img {
  width: 100%;
  border-radius: 5px;
}
.p-flow-item__title {
  font-size: 20px;
  color: #202020;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
}
.p-flow-item__text {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
.p-flow-item:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 44px;
  color: #007bff;
}
@media (max-width: 767px) {
  .p-flow-item:not(:last-child)::after {
    display: none;
  }
}

.p-doc-box {
  background: #fff;
  border: 2px solid #eee;
  padding: 30px;
  border-radius: 10px;
}
.p-doc-box__title {
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .p-doc-box__title {
    font-size: 19px;
  }
}
.p-doc-box__title {
  font-weight: bold;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff));
  background: linear-gradient(transparent 70%, #fff 70%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-doc-box__icon {
  color: #fff;
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-doc-box__icon {
    width: 35px;
    height: 35px;
  }
}
.p-doc-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2.5%;
     -moz-column-gap: 2.5%;
          column-gap: 2.5%;
}
@media (max-width: 767px) {
  .p-doc-box__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.p-doc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-doc-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-doc-item .p-flow__card-img {
  margin-bottom: 0;
  border: 4px solid #fff;
}
@media (max-width: 767px) {
  .p-doc-item .p-flow__card-img {
    max-width: 40%;
  }
}
.p-doc-item span {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-doc-item span {
    font-size: 16px;
  }
}
.p-doc-item img {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .p-doc-item img {
    width: 60px;
  }
}

.p-flow {
  position: relative;
}
.p-flow h2.oc-h2-border {
  max-width: 1100px;
  margin: 0 auto;
}
.p-flow .p-doc-box {
  max-width: 1100px;
  margin: 5vh auto 0;
}
.p-flow picture.Center {
  text-align: center;
  margin-top: 2.5vh;
  display: block;
}
.p-flow .banner {
  max-width: 680px;
  display: block;
  margin: auto;
}
.p-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  padding: 2.5vh clamp(1em, 2.6vw, 2.7vw);
}
.p-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .p-flow__item {
    gap: 10px;
  }
}
.p-flow__side {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  text-align: center;
  padding-left: 10px;
  color: #0066cc;
  position: relative;
}
.p-flow__side .has-arrow {
  position: absolute;
  left: -10px;
  top: 0;
  background-color: #0066cc;
  margin-bottom: 30px;
  width: 28px;
  height: 100%;
}
@media (max-width: 767px) {
  .p-flow__side .has-arrow {
    width: 22px;
  }
}
.p-flow__side .has-arrow::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  width: 20px;
  height: 20px;
  background-color: #0066cc;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-flow__side .has-arrow::after {
    width: 15px;
    height: 15px;
    bottom: -8px;
  }
}
@media (max-width: 767px) {
  .p-flow__side {
    width: 70px;
    padding-left: 22px;
  }
}
.p-flow__step-label {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  font-family: "Arial", sans-serif;
}
.p-flow__step-num {
  display: block;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  font-family: "Arial", sans-serif;
}
@media (max-width: 767px) {
  .p-flow__step-num {
    font-size: 2rem;
  }
}
.p-flow__main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .p-flow__main {
    padding-left: 15px;
  }
}
.p-flow__title {
  font-size: 2rem;
  font-weight: bold;
  color: #0066cc;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #0066cc;
  margin-bottom: 20px;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .p-flow__title {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.p-flow__title-sub {
  font-size: 1.25rem;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .p-flow__title-sub {
    font-size: 1rem;
    margin-left: 5px;
  }
}
.p-flow__text {
  font-size: 1rem;
  line-height: 2;
  color: #121212;
  margin: 0;
}
.p-flow__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 20px;
  margin-top: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .p-flow__cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-flow__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
}
@media (max-width: 1024px) {
  .p-flow__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
  }
}
@media (max-width: 599px) {
  .p-flow__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.p-flow__card-img {
  margin: 0 0 15px;
}
.p-flow__card-img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.p-flow__card-title {
  font-size: 1.15rem;
  font-weight: bold;
  color: #121212;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 15px;
}
.p-flow__card-title span {
  display: block;
  font-size: 0.9rem;
}
.p-flow__card-text {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #121212;
  margin: 0;
}
.p-flow__action-placeholder {
  margin-top: 20px;
}
.p-flow__action-placeholder:empty {
  display: none;
}

#works {
  background-color: #fff;
  padding-bottom: 0;
}
#works h2 {
  margin: 0 auto 0.5em;
}

.p-works-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.p-works-list__item {
  width: calc(32.87% - 15px);
}
@media (max-width: 1024px) {
  .p-works-list__item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-works-list__item {
    width: 100%;
  }
}
.p-works-list__item {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-works-list__item a {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  text-decoration: none;
  z-index: 2;
}
.p-works-list__item:hover {
  opacity: 0.75;
}

.p-works-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e1f0f4;
  border-radius: 15px;
  overflow: hidden;
  min-height: 42vh;
  padding: 20px;
  gap: 25px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
@media (max-width: 580px) {
  .p-works-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
  }
}
.p-works-card__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  position: relative;
  z-index: 1;
  margin-top: 1em;
}
.p-works-card__date span.cat {
  background-color: #001d76;
  border-radius: 3.6em;
  padding: 10px 20px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  color: #fff;
  text-align: center;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.p-works-card__visual {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.p-works-card__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.p-works-card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 580px) {
  .p-works-card__content {
    width: 100%;
    margin-top: auto;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.p-works-card__title {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0.5em;
  position: relative;
  line-height: 1.55;
  z-index: 1;
  padding: 10px;
  background-color: rgba(0, 29, 118, 0.65);
}

.p-works-data-list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 2px 0;
  font-size: 16px;
  font-weight: bold;
  color: #444;
}
.p-works-data-list__row dt {
  font-weight: 500;
  color: #666;
}
.p-works-data-list__row dd {
  font-family: "Arial", sans-serif;
}
.p-works-data-list__row.-total {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 2px solid #a3ccd6;
  color: #1a365d;
  font-size: 18px;
}
.p-works-data-list__row.-total dd {
  color: #f0831e;
  font-size: 24px;
  font-weight: 900;
}
@media (max-width: 580px) {
  .p-works-data-list__row {
    font-size: 14px;
  }
  .p-works-data-list__row.-total dd {
    font-size: 20px;
  }
}

.u-mt-40 {
  margin-top: 40px;
}

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

.wh-box {
  padding: 0.5em;
  text-align: center;
  background: #fff;
  font-size: 18px;
}
.wh-box.gray {
  background: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .wh-box {
    font-size: 15px;
    line-height: 1.5;
  }
}
.wh-box {
  margin: 0 auto var(--col-hurf-space);
}

/************************ソリューション******************************/
.p-solution {
  position: relative;
  background: #fff;
  position: relative;
  padding: 100px 0;
  padding-bottom: 0 !important;
  overflow: hidden;
}
.p-solution h2 {
  margin-bottom: 1em;
}
.p-solution__inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
}
.p-solution__deco-rocket {
  position: absolute;
  top: 50px;
  left: 0;
  width: 350px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .p-solution__deco-rocket {
    display: none;
  }
}
.p-solution__deco-person {
  position: absolute;
  bottom: 50px;
  right: 2.6vw;
  width: 200px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .p-solution__deco-person {
    display: none;
  }
}
.p-solution__head {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-solution__head {
    margin-bottom: 1em;
  }
}
.p-solution__icon {
  font-size: 40px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-solution__icon {
    width: 40px;
    margin: 0 auto 0.25em;
  }
}
.p-solution__lead {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.p-solution__title {
  font-size: 48px;
  font-weight: 900;
  color: #0066cc;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .p-solution__title {
    font-size: 32px;
  }
}
.p-solution__sub-lead {
  font-size: 36px;
  font-weight: bold;
  color: #f0831e;
}
@media (max-width: 767px) {
  .p-solution__sub-lead {
    font-size: 17px;
  }
}

.p-solution-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.p-solution-card {
  background: transparent;
  border-radius: 4px;
  position: relative;
}
.p-solution-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 0;
}
.p-solution-card::after {
  content: "";
  background: #E8F4F8;
  width: 90%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  padding-left: 5%;
}
@media (max-width: 767px) {
  .p-solution-card::after {
    clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%);
    padding-left: 0;
  }
}
.p-solution-card__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .p-solution-card__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 20px 20px 0;
  }
}
.p-solution-card__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
}
.p-solution-card__img img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .p-solution-card__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.p-solution-card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-solution-card__title {
  display: inline-block;
  background-color: #001d76;
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-solution-card__title {
    margin-top: 0;
    font-size: 21px;
  }
}
.p-solution-card__title {
  padding: 8px 20px;
  border-bottom-left-radius: 12px;
  border-top-right-radius: 12px;
  margin-bottom: -15px;
  font-weight: bold;
}
.p-solution-card__text {
  font-size: 16px;
  line-height: 1.8;
  color: #202020;
  background: #fff;
  padding: 1.5em 1em 1em;
  margin-top: 0;
}
.p-solution-card__quote {
  position: absolute;
  top: -20px;
  left: 40px;
  font-size: 95px;
  color: #e8f4f8;
  font-family: serif;
  line-height: 1;
  opacity: 0.8;
}

.p-solution {
  position: relative;
  background-color: #fff;
  border-top-left-radius: 50% 60px;
  border-top-right-radius: 50% 60px;
  margin-top: -100px;
  padding-top: 150px;
  padding-bottom: 100px;
  overflow: hidden;
}
.p-solution__inner {
  position: relative;
  z-index: 2;
}
.p-solution__head {
  text-align: center;
}
.p-solution__head .p-solution__title {
  font-size: 48px;
  font-weight: 900;
  color: #0076c0;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .p-solution__head .p-solution__title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .p-solution {
    border-top-left-radius: 50% 50px;
    border-top-right-radius: 50% 50px;
    margin-top: 0;
    padding-top: 100px;
  }
}
/************************お客様の声******************************/
section#customers-voice {
  background: #F4F8F9;
}
section#customers-voice h2 .p-heading-three-line__jp.small {
  font-size: 30px;
}
@media (max-width: 767px) {
  section#customers-voice h2 .p-heading-three-line__jp.small {
    font-size: 16px;
  }
}
section#customers-voice h2 .p-heading-three-line__jp.small {
  display: block;
  margin-top: 0.5em;
}

.p-voice-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 20px;
}
.p-voice-list__item {
  width: calc(25% - 15px);
}
@media (max-width: 1024px) {
  .p-voice-list__item {
    width: calc(50% - 10px);
  }
}

.p-voice-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  height: 100%;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.p-voice-card__category {
  display: inline-block;
  background-color: #2b4b70;
  color: #fff;
  font-size: 15px;
  padding: 4px 20px;
  margin-bottom: 15px;
}
.p-voice-card__subtitle {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  margin-top: 0;
}
.p-voice-card__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.p-voice-card__avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.p-voice-card__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-voice-card__name {
  font-size: 17px;
  color: #0076c0;
  font-weight: bold;
  margin-top: 0;
  line-height: 1.4;
}
.p-voice-card__name span {
  font-size: 13px;
}
.p-voice-card__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.p-voice-card__text-box {
  background-color: #f7f7f7;
  padding: 15px;
  border-radius: 8px;
}
.p-voice-card__text {
  font-size: 14px;
  line-height: 1.6;
  color: #202020;
  margin: 0;
}

.p-voice-data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.p-voice-data__label {
  background-color: #005bac;
  color: #fff;
  font-size: 10px;
  padding: 4px 6px;
  white-space: nowrap;
}
.p-voice-data__value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  color: #005bac;
  padding: 0 15px;
}
.p-voice-data__value span {
  font-size: 10px;
  margin-left: 2px;
}

/****************** ご利用ガイドバナー ******************/
.guide picture:not(.icon) {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5vh;
  text-align: center;
}
.guide picture:not(.icon) img {
  border: 6px solid #fff;
  -webkit-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}

.c-guide {
  padding: 0;
  color: #fff;
}
.c-guide__header {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 0;
}
.c-guide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-guide__list {
    max-width: 97%;
    margin: 0 auto;
  }
}
.c-guide__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 25%;
  height: 600px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-guide__item {
    min-width: 50%;
    height: 300px;
  }
}
.c-guide__item {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-image: url("../images/guide-sec/img-01.jpg");
}
.c-guide__item:nth-of-type(2) {
  background-image: url("../images/guide-sec/img-02.jpg");
}
.c-guide__item:nth-of-type(3) {
  background-image: url("../images/guide-sec/img-03.jpg");
}
.c-guide__item:nth-of-type(4) {
  background-image: url("../images/guide-sec/img-04.jpg");
}
@media screen and (max-width: 767px) {
  .c-guide__item {
    min-width: 50%;
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .c-guide__item {
    min-width: 100%;
    height: 300px;
  }
}
.c-guide__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(15, 84, 163);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  mix-blend-mode: multiply;
}
.c-guide__item:hover::before {
  background: rgba(15, 84, 163, 0.5);
}
.c-guide__link {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  text-decoration: none;
  color: inherit;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-guide__link:hover .c-guide__arrow {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-guide__en {
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  color: #B9D1E4;
  font-family: "Poppins", sans-serif;
}
.c-guide__jp {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.c-guide__arrow {
  width: 48px;
  height: 48px;
  background-color: #5db0af;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-guide__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.c-guide__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30%;
  width: 18px;
  height: 2px;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/******************* よくある質問 **********************/
.p-faq-section {
  margin-bottom: var(--col-hurf-space);
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-faq-section h2 {
  margin-top: 0;
}

.p-faq {
  padding: 0;
}

#faq .p-heading-three-line__jp.small {
  margin-top: 1em;
  font-size: 95%;
}

.p-faq {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0;
}
.p-faq__list {
  margin-top: 40px;
}
.p-faq__item {
  border-bottom: 1px solid #e0e0e0;
}
.p-faq__item:last-of-type {
  margin-bottom: 0;
}
.p-faq__item[open] .p-faq__question::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.p-faq__item[open] .p-faq__question::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.p-faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 60px 24px 0;
  position: relative;
  cursor: pointer;
  list-style: none;
  font-weight: bold;
  font-size: 1.225rem;
}
.p-faq__question::-webkit-details-marker {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-faq__question {
    font-size: 1.1rem;
    padding: 0.5em 40px 0.5em 0;
  }
}
.p-faq__question .p-faq__icon {
  background-color: #1a365d;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 20px;
  line-height: 1.2;
  padding-bottom: 4px;
}
.p-faq__question::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 16px;
  height: 2px;
  background-color: #1a365d;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-faq__question::before {
    right: 0px;
  }
}
.p-faq__question::after {
  content: "";
  position: absolute;
  right: 34px;
  top: 50%;
  width: 2px;
  height: 16px;
  background-color: #1a365d;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-faq__question::after {
    right: 14px;
  }
}
.p-faq__answer {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-faq__answer {
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__answer p {
    font-size: 15px;
    margin-top: 0;
  }
}
.p-faq__text {
  line-height: 1.8;
  color: #333;
}

.p-faq__item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
}
.p-faq__item summary::-webkit-details-marker {
  display: none;
}
.p-faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px 20px 20px;
  background-color: #fff;
  cursor: pointer;
  font-weight: bold;
  list-style: none;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.p-faq__question:hover {
  background-color: #f9f9f9;
}
.p-faq__icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #0066cc;
  color: #fff;
  border-radius: 50%;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-faq__answer {
  background-color: #fcfcfc;
  border-top: 1px solid #eee;
}
.p-faq__answer-inner {
  padding: 20px;
}
.p-faq__text {
  margin: 0;
  line-height: 1.8;
}
.p-faq__text a {
  color: #007bff;
  text-decoration: underline;
}
.p-faq__text a:hover {
  text-decoration: none;
}

section.banner, #banner {
  text-align: center;
  padding-top: 5vh;
  padding-bottom: 5vh;
  background: #fff;
}
section.banner .Inner__wrap, #banner .Inner__wrap {
  max-width: 1100px;
  text-align: center;
}
section.banner .Inner__wrap img, #banner .Inner__wrap img {
  position: relative;
  display: block;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
section.banner .Inner__wrap img:hover, #banner .Inner__wrap img:hover {
  top: -10px;
  opacity: 0.78;
}
section.banner .Inner__wrap:last-of-type, #banner .Inner__wrap:last-of-type {
  margin-top: 1em;
}

section.banner.top {
  padding-bottom: 0;
}

#banner {
  background: transparent;
  padding-top: 0;
}

.chat-btn {
  cursor: pointer;
}

/******************* お申し込み *********************/
#contact .Inner__wrap.form {
  margin-top: 5vh;
}
@media screen and (max-width: 767px) {
  #contact .Inner__wrap.form {
    margin-top: 0;
  }
}
#contact .p-contact-info {
  padding: 1em;
  background: #fff;
  border: 4px solid #40a0ab;
  max-width: 800px;
  margin: 0 auto 5vh;
}
#contact .p-contact-info .number {
  font-size: clamp(36px, 4vw, 6.2vw);
}
@media screen and (max-width: 767px) {
  #contact .p-contact-info .number {
    font-size: 30px;
  }
}
#contact .p-contact-info .p-contact-info__time {
  font-size: 17px;
  margin-top: 0.25em;
}
@media screen and (max-width: 767px) {
  #contact .p-contact-info .p-contact-info__time {
    font-size: 14px;
  }
}
#contact .p-contact-info .p-contact-info__tel .number::before {
  width: 65px;
  height: 65px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #contact .p-contact-info .p-contact-info__tel .number::before {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  #contact .p-contact-info .p-contact-info__tel .number::before {
    width: 40px;
    height: 40px;
  }
}

/******************フッター上部CTA*******************/
.oc-btn {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.oc-btn:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: 0 !important;
          box-shadow: 0 !important;
}
.oc-btn:active {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.oc-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
  -webkit-animation: slideShine 3s infinite;
          animation: slideShine 3s infinite;
}
.oc-btn.delay-1::before {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.oc-btn.delay-2::before {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.oc-btn.delay-3::before {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.oc-btn.delay-4::before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes slideShine {
  0% {
    left: -100%;
  }
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}

@keyframes slideShine {
  0% {
    left: -100%;
  }
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
.p-cta .p-cta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 2%;
  border-radius: 8px;
  color: #fff !important;
  text-decoration: none !important;
}
.p-cta .p-cta-item .cta--tel {
  color: #40a0ab !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 4px 0 #234165;
          box-shadow: 0 4px 0 #234165;
  width: 49%;
  background: #fff;
}
.p-cta .p-cta-item .cta--tel:hover {
  background: #eef3f0 !important;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.015);
          box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.015);
}
@media screen and (max-width: 767px) {
  .p-cta .p-cta-item .cta--tel {
    width: 100%;
  }
}
.p-cta .p-cta-item .cta--tel .cta--tel__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0;
  line-height: 1.2;
}
.p-cta .p-cta-item .cta--tel .cta--tel__text span {
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .p-cta .p-cta-item .cta--tel .cta--tel__text span {
    font-size: 10px;
    margin-bottom: 5px;
  }
}
.p-cta .p-cta-item .cta--tel .cta--tel__text strong {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .p-cta .p-cta-item .cta--tel .cta--tel__text strong {
    font-size: 24px;
  }
}
.p-cta .p-cta-item .cta--tel .cta--tel__text strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -10px;
  font-family: "Inter", sans-serif;
  color: #40a0ab !important;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .p-cta .p-cta-item .cta--tel .cta--tel__text strong {
    font-size: 20px;
  }
}
.p-cta .p-cta-item .cta--tel .cta--tel__text strong::before {
  content: "";
  background: url(../images/freedial.svg) no-repeat center/contain;
  display: block;
  width: 30px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .p-cta .p-cta-item .cta--tel .cta--tel__text strong::before {
    width: 30px;
    height: 25px;
  }
}
.p-cta .p-cta-item .cta--tel--line {
  background: -webkit-gradient(linear, left top, right top, from(#06C755), to(#05B34C)) !important;
  background: linear-gradient(90deg, #06C755 0%, #05B34C 100%) !important;
  -webkit-box-shadow: 0 4px 0 #047104;
          box-shadow: 0 4px 0 #047104;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  color: #fff;
  text-decoration: none;
  -webkit-column-gap: 0.25em;
     -moz-column-gap: 0.25em;
          column-gap: 0.25em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 1.45rem;
}
.p-cta .p-cta-item .cta--tel--line:hover {
  background: #00dd5c !important;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.015);
          box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.015);
}
@media screen and (max-width: 767px) {
  .p-cta .p-cta-item .cta--tel--line {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 24px;
    width: 100%;
  }
}
.p-cta .p-cta-item .cta--tel--line i {
  font-weight: 300;
  font-size: 38px;
  line-height: 0.8;
}
@media screen and (max-width: 767px) {
  .p-cta .p-cta-item .cta--tel--line i {
    margin-top: 2px;
  }
}
.p-cta .p-cta-item .cta--tel--line picture.icon {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.p-cta .p-cta-item .cta--tel--line picture.icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-cta .p-cta-item .c-button--wide {
    font-size: 22px;
  }
}
.p-cta .p-cta-item--contact {
  background: #0066cc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 4px 0 #1a365d;
          box-shadow: 0 4px 0 #1a365d;
  width: 33.3333333333%;
  -webkit-column-gap: 0.25em;
     -moz-column-gap: 0.25em;
          column-gap: 0.25em;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-cta .p-cta-item--contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1rem;
    width: 25%;
  }
}
.p-cta .p-cta-item--contact picture.icon {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-top: 5px;
}
.p-cta .p-cta-item--contact picture.icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  vertical-align: top;
}

.p-cta {
  position: relative;
  overflow: hidden;
}
.p-cta:before {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #fff;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-cta:before {
    height: 100%;
  }
}
.p-cta:before {
  bottom: 0;
  left: 0;
  z-index: -1;
}
.p-cta__inner {
  max-width: 1100px;
}
@media screen and (min-width: 1921px) {
  .p-cta__inner {
    max-width: 1240px;
  }
}
.p-cta__inner {
  margin: 10px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 20px 45px;
  position: relative;
}
@media (max-width: 767px) {
  .p-cta__inner {
    padding: 5vh var(--horizontal-space);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-top: 0;
  }
}
.p-cta__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 2;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-cta__content {
    padding-top: 0;
    width: 100%;
  }
}
.p-cta__heading {
  color: #0066cc;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
  border-bottom: 2px solid #0066cc;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .p-cta__heading {
    font-size: 1.25rem;
    width: 100%;
    margin-top: 0;
    margin-bottom: 1em;
  }
}
.p-cta__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .p-cta__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-cta__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 20px;
  margin-bottom: -125px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cta__image {
    margin-bottom: -195px;
  }
}
@media (max-width: 767px) {
  .p-cta__image {
    display: none;
  }
}
.p-cta__image img {
  display: block;
  width: auto;
  height: 260px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cta__image img {
    height: 190px;
  }
}

.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48%;
}
@media (max-width: 767px) {
  .c-button {
    width: 100%;
  }
}
.c-button {
  padding: 18px 0;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.45rem;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .c-button {
    font-size: 1.1rem;
  }
}
.c-button img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50%;
     object-position: 50%;
}
@media screen and (min-width: 768px) {
  .c-button--wide {
    width: 70%;
  }
}
.c-button--blue {
  background-color: #0066cc;
  -webkit-box-shadow: 0 4px 0 rgb(0, 76.5, 153);
          box-shadow: 0 4px 0 rgb(0, 76.5, 153);
}
.c-button--blue:hover {
  background: #007bff;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.015);
          box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.015);
}
.c-button--orange {
  background-color: #f38012;
  -webkit-box-shadow: 0 4px 0 rgb(199.8795180723, 102.8915662651, 10.1204819277);
          box-shadow: 0 4px 0 rgb(199.8795180723, 102.8915662651, 10.1204819277);
}
.c-button--orange:hover {
  background: #ffc400;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.015);
          box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.015);
}
.c-button__icon {
  margin-right: 10px;
  width: 30px;
  height: 35px;
}

/************* パンくず **************/
.breadcrumbs-wrap {
  padding: 0.5em 1em;
  background: #052042;
}
.breadcrumbs-wrap .breadcrumbs {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 0.8rem;
  color: #666;
}
@media screen and (max-width: 767px) {
  .breadcrumbs-wrap .breadcrumbs {
    font-size: 0.7rem;
  }
}
.breadcrumbs-wrap .breadcrumbs {
  overflow-x: auto;
}
.breadcrumbs-wrap .breadcrumbs a {
  color: #999;
  text-decoration: none;
}
.breadcrumbs-wrap .breadcrumbs a:hover {
  text-decoration: underline;
}

/************* footer **************/
.p-footer {
  background-color: #001d76;
  color: #fff;
  padding: 80px 20px 40px;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding: 5vh 1em;
  }
}
.p-footer__main {
  max-width: 1200px;
}
@media screen and (min-width: 1921px) {
  .p-footer__main {
    max-width: 1720px;
  }
}
.p-footer__main {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-footer__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .p-footer__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.p-footer__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
}
@media screen and (min-width: 1025px) and (max-width: 1140px) {
  .p-footer__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-footer__info {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    width: 20%;
  }
}
@media (max-width: 767px) {
  .p-footer__info {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}
.p-footer__logo {
  font-weight: bold;
  max-width: 300px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    text-align: center;
    margin: 0 auto 1em;
  }
}
.p-footer__address {
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-footer__address {
    text-align: center;
  }
}
.p-footer__address {
  margin-bottom: 20px;
}
.p-footer__tel {
  font-size: 1.1rem;
  font-style: italic;
  font-family: Arial, Helvetica, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-footer__tel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-footer__tel {
  gap: 0 0.5em;
}
.p-footer__tel i {
  display: inline-block;
  margin-right: 5px;
}
.p-footer__tel span {
  font-size: 0.6rem;
  background: #fff;
  padding: 7px 4px;
  font-style: normal;
  display: inline-block;
  text-align: center;
  line-height: 0;
  margin-right: 5px;
  border-radius: 2px;
  color: #001d76;
  vertical-align: middle;
}
.p-footer__tel div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media (max-width: 767px) {
  .p-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.p-footer__nav-title {
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 10px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .p-footer__nav-title {
    margin-top: 0;
    color: #adadad;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 10px;
  }
}
.p-footer__nav-title.-sub {
  margin-top: 30px;
}
.p-footer__nav ul {
  list-style: none;
  padding: 0;
}
@media (max-width: 767px) {
  .p-footer__nav ul {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-footer__nav ul li {
  margin-bottom: 8px;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .p-footer__nav ul li {
    width: 49%;
  }
}
.p-footer__nav ul li a {
  color: inherit;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-footer__nav ul li a::before {
  content: "─";
  font-size: 0.5rem;
  margin-right: 5px;
}
.p-footer__nav ul li a::after {
  background: #fff;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 0;
}
.p-footer__nav ul li a:hover {
  color: #fff;
  opacity: 0.7;
}
.p-footer__nav ul li a:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.p-footer__middle {
  max-width: 1200px;
  margin: 1em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .p-footer__middle {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
    margin-bottom: 0;
  }
  .p-footer__middle .p-footer__column {
    width: 100%;
  }
}
.p-footer__category-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .p-footer__category-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-footer__category-list {
  gap: 10px 20px;
  list-style: none;
  padding: 0;
  font-size: 0.875rem;
}
.p-footer__category-list a {
  color: inherit;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-footer__category-list a::before {
  content: "─";
  font-size: 0.5rem;
  margin-right: 5px;
}
.p-footer__category-list a::after {
  background: #fff;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 0;
}
.p-footer__category-list a:hover {
  color: #fff;
  opacity: 0.7;
}
.p-footer__category-list a:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.p-footer__btns {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-footer__btns {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .p-footer__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-footer__btns .c-button {
  width: 260px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-footer__btns .c-button {
    width: 32.6666666667%;
  }
}
.p-footer__btns .c-button span.icon {
  width: 25px;
  height: 25px;
  margin-bottom: -2px;
}
.p-footer__btns .c-button span.icon img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50%;
     object-position: 50%;
}
.p-footer__btns .c-button span.icon {
  display: inline-block;
  margin-right: 8px;
}
.p-footer__btns .c-button--green {
  background-color: #4db6ac;
  -webkit-box-shadow: 0 4px 0 rgb(36, 117, 109);
          box-shadow: 0 4px 0 rgb(36, 117, 109);
}
.p-footer .p-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1em;
  margin-top: 1em;
}
.p-footer .p-footer__links a {
  color: #fff;
  text-decoration: none;
  font-size: 0.75rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-footer .p-footer__links a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .p-footer .p-footer__links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-footer__copyright {
  background-color: #fff;
  color: #333;
  text-align: center;
  padding: 15px 1em;
  font-size: 0.6rem;
}
@media (max-width: 767px) {
  .p-footer__copyright {
    font-size: 0.6rem;
  }
}

/****************ハンバーガーメニュー******************/
html.active, body.active {
  overflow-y: hidden;
}

.btn-trigger {
  position: fixed;
  top: 0;
  right: 2px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 9999999;
  background: #f39800;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media screen and (min-width: 1025px) {
  .btn-trigger {
    display: none;
  }
}
.btn-trigger span {
  position: absolute;
  left: 10px;
  width: 25px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-trigger span:nth-of-type(1) {
  top: 11px;
}
.btn-trigger span:nth-of-type(2) {
  top: 20px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 14px;
}
.btn-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
  top: 11px;
}
.btn-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.btn-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
  bottom: 14px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.99);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  backdrop-filter: blur(10px);
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}

.sp-menu {
  position: fixed;
  left: 0;
  top: -100%;
  width: 100%;
  background: #fff;
  z-index: -5;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  opacity: 0;
}
.sp-menu .p-contact-info {
  margin: 0.5em auto;
}
@media screen and (max-width: 767px) {
  .sp-menu .p-contact-info {
    padding: 0.5em;
    border: 2px solid #40a0ab;
  }
}
.sp-menu.active {
  z-index: 99999;
}
.sp-menu .nav-item {
  position: relative;
}
.sp-menu .nav-item a {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  color: #121212;
}
.sp-menu .nav-item.has-child .submenu-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 60px;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-menu .nav-item.has-child .submenu-toggle {
    top: 10px;
  }
}
.sp-menu .nav-item.has-child .submenu-toggle::before, .sp-menu .nav-item.has-child .submenu-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: #001d76;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.sp-menu .nav-item.has-child .submenu-toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.sp-menu .nav-item.has-child.is-active .submenu-toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.sp-menu .nav-item.has-child.is-active .sub-menu {
  display: block;
}
.sp-menu .nav-item .sub-menu {
  display: none;
  background: #f9f9f9;
  padding: 0;
  margin-top: 10px;
}
.sp-menu .nav-item .sub-menu li {
  border-bottom: 1px solid #fff;
}
.sp-menu .nav-item .sub-menu li a {
  padding: 12px 40px;
  font-size: 0.9rem;
  border: 1px solid #ddd;
  color: #121212;
}
.sp-menu .nav-item .sub-menu:last-of-type a {
  border-bottom: 1px solid #fff;
}
.sp-menu .l-header__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0.5em;
  margin-bottom: 0.75em;
}
.sp-menu .p-header-btns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 331px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-menu .p-header-btns {
    max-width: 531px;
    margin: 0.5em auto;
  }
}
@media screen and (max-width: 767px) {
  .sp-menu .p-header-btns {
    margin-top: 1em;
  }
}
.sp-menu .p-header-btns a {
  width: 100%;
  font-size: 22px;
  padding: 12px;
  border-radius: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 0.5em;
}
.sp-menu .p-header-btns a.-mail {
  -webkit-box-shadow: 0 6px 0 #1a365d;
          box-shadow: 0 6px 0 #1a365d;
  margin-bottom: 0;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .sp-menu .p-header-btns a.-mail {
    margin-top: 0.25em;
  }
}
.sp-menu .p-header-btns a.-mail {
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.sp-menu .p-header-btns a.-mail span {
  width: 25px;
  height: 25px;
  margin-bottom: -5px;
}
.sp-menu .p-header-btns a.-line {
  -webkit-box-shadow: 0 6px 0 #047104;
          box-shadow: 0 6px 0 #047104;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-menu .p-contact-info__time {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-menu .p-contact-info__tel .number::before {
    width: 52px;
    height: 52px;
  }
}
.sp-menu .c-btn-speed .c-btn-speed__content {
  gap: 5px;
}
.sp-menu .c-btn-speed .c-btn-speed__icon {
  width: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-menu .c-btn-speed {
    padding: 20px 10px 10px;
    width: 100%;
    max-width: 531px;
  }
  .sp-menu .c-btn-speed .c-btn-speed__text {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-menu .p-contact-info__tel .number {
    font-size: 42px;
  }
}
.sp-menu nav.sp ul {
  list-style: none;
  padding: 0;
  max-width: 97%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-menu nav.sp ul .sub-menu a {
    font-size: 18px !important;
  }
}
.sp-menu nav.sp ul li {
  margin-bottom: 0.25em;
}
.sp-menu nav.sp ul li a {
  display: block;
  padding: 1em;
  text-align: center;
  color: #202020;
  text-decoration: none;
  border: 1px solid #0066cc;
  border-bottom-width: 4px;
  font-weight: 400;
  -webkit-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-menu nav.sp ul li a {
    font-size: 20px;
  }
}
.sp-menu nav.sp ul li a:hover {
  background: #0066cc;
  color: #fff;
}
.sp-menu nav.sp ul li:last-of-type a {
  border-bottom: 2px solid #0066cc;
}
.sp-menu.active {
  top: 48px;
  opacity: 1;
  overflow-y: auto;
  max-height: calc(100vh - 45px);
  padding-bottom: 5vh;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.mv-slide > .slide-item:not(:first-child) {
  display: none;
}

.slick-prev,
.slick-next {
  width: 25px;
  height: 35px;
  background-color: #007bff;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-prev::before,
.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-prev:hover,
.slick-next:hover {
  background-color: rgb(0, 98.4, 204);
}
.slick-prev:hover.slick-prev::before,
.slick-next:hover.slick-prev::before {
  left: 45%;
}
.slick-prev:hover.slick-next::before,
.slick-next:hover.slick-next::before {
  left: 55%;
}

.slick-prev {
  left: -10px;
}
.slick-prev::before {
  left: 55%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.slick-next {
  right: -10px;
}
.slick-next::before {
  left: 45%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

/***************お問い合わせ******************/
.form-wrap {
  background: #fff;
  padding: var(--horizontal-space);
  border-radius: var(--rounde);
}
.form-wrap p.Center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form-wrap p.Center {
    text-align: left;
  }
}
.form-wrap p.Center strong.big {
  font-size: 1.25rem;
}

.c-form {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  font-family: sans-serif;
}
.c-form__item {
  margin-bottom: 24px;
}
.c-form__label-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}
.c-form__label {
  font-weight: bold;
  font-size: 1.1rem;
  color: #333333;
}
.c-form__desc {
  font-size: 0.85rem;
  color: #666666;
}
.c-form__input-wrap--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.c-form__input-wrap--flex input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-form__input, .c-form__select, .c-form__textarea {
  width: 100%;
  padding: 1em;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #f9f9f9;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}
.c-form__input::-webkit-input-placeholder, .c-form__select::-webkit-input-placeholder, .c-form__textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.c-form__input::-moz-placeholder, .c-form__select::-moz-placeholder, .c-form__textarea::-moz-placeholder {
  color: #cccccc;
}
.c-form__input:-ms-input-placeholder, .c-form__select:-ms-input-placeholder, .c-form__textarea:-ms-input-placeholder {
  color: #cccccc;
}
.c-form__input::-ms-input-placeholder, .c-form__select::-ms-input-placeholder, .c-form__textarea::-ms-input-placeholder {
  color: #cccccc;
}
.c-form__input::placeholder, .c-form__select::placeholder, .c-form__textarea::placeholder {
  color: #cccccc;
}
.c-form__input:focus, .c-form__select:focus, .c-form__textarea:focus {
  border-color: #1d8ade;
}
.c-form__textarea {
  height: 150px;
  resize: vertical;
}
.c-form__submit-wrap {
  text-align: center;
  margin-top: 40px;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-top: -1px;
}

.c-tag {
  display: inline-block;
  padding: 2px 6px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
}
.c-tag--required {
  background-color: #d32f2f;
}
.c-tag--optional {
  background-color: #f39c12;
}

.c-btn-submit {
  display: inline-block;
  background-color: #1d8ade;
  color: #fff;
  padding: 16px 60px;
  font-size: 1.25rem;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 0 rgb(23.1075697211, 109.9601593625, 176.8924302789);
          box-shadow: 0 4px 0 rgb(23.1075697211, 109.9601593625, 176.8924302789);
  -webkit-transition: -webkit-transform 0.1s, -webkit-box-shadow 0.1s;
  transition: -webkit-transform 0.1s, -webkit-box-shadow 0.1s;
  transition: transform 0.1s, box-shadow 0.1s;
  transition: transform 0.1s, box-shadow 0.1s, -webkit-transform 0.1s, -webkit-box-shadow 0.1s;
}
.c-btn-submit:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: 0 2px 0 rgb(23.1075697211, 109.9601593625, 176.8924302789);
          box-shadow: 0 2px 0 rgb(23.1075697211, 109.9601593625, 176.8924302789);
}

.c-form .wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-form .wpcf7-not-valid-tip {
  font-size: 0.8rem;
  color: #f00;
  margin-top: 5px;
}
.c-form .c-btn-submit {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

/****************** 追従フッター *****************/
.c-floating-footer .c-floating-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  border-radius: 8px;
  color: #fff !important;
  text-decoration: none !important;
}
.c-floating-footer .c-floating-item--tel {
  color: #40a0ab !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #234165;
  -webkit-box-shadow: 0 3px 0 #234165;
          box-shadow: 0 3px 0 #234165;
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .c-floating-footer .c-floating-item--tel {
    width: 50%;
  }
}
.c-floating-footer .c-floating-item--tel .c-floating-item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0;
  line-height: 1.2;
}
.c-floating-footer .c-floating-item--tel .c-floating-item__text span {
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .c-floating-footer .c-floating-item--tel .c-floating-item__text span {
    font-size: 10px;
    margin-bottom: 5px;
  }
}
.c-floating-footer .c-floating-item--tel .c-floating-item__text strong {
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -10px;
  font-family: "Inter", sans-serif;
  color: #40a0ab !important;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .c-floating-footer .c-floating-item--tel .c-floating-item__text strong {
    font-size: 17px;
    margin-left: -5px;
  }
}
@media screen and (max-width: 767px) {
  .c-floating-footer .c-floating-item--tel .c-floating-item__text strong {
    font-size: 13px;
    margin-left: 0;
  }
}
.c-floating-footer .c-floating-item--tel .c-floating-item__text strong::before {
  content: "";
  background: url(../images/freedial.svg) no-repeat center/contain;
  display: block;
  width: 30px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .c-floating-footer .c-floating-item--tel .c-floating-item__text strong::before {
    width: 20px;
    height: 15px;
  }
}
.c-floating-footer .c-floating-item--line {
  background: -webkit-gradient(linear, left top, right top, from(#06C755), to(#05B34C)) !important;
  background: linear-gradient(90deg, #06C755 0%, #05B34C 100%) !important;
  -webkit-box-shadow: 0 4px 0 #047104;
          box-shadow: 0 4px 0 #047104;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333333333%;
  -webkit-column-gap: 0.25em;
     -moz-column-gap: 0.25em;
          column-gap: 0.25em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  column-gap: 0.25em;
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-floating-footer .c-floating-item--line {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-floating-footer .c-floating-item--line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 0.8rem;
    width: 25%;
  }
}
.c-floating-footer .c-floating-item--line i {
  font-weight: 300;
  font-size: 34px;
  margin-top: 5px;
  line-height: 0.8;
}
@media screen and (max-width: 767px) {
  .c-floating-footer .c-floating-item--line i {
    margin-top: 5px;
    font-size: 30px;
  }
}
.c-floating-footer .c-floating-item--line picture.icon {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.c-floating-footer .c-floating-item--line picture.icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  vertical-align: top;
}
.c-floating-footer .c-floating-item--contact {
  background: #1d8ade;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 4px 0 #1a365d;
          box-shadow: 0 4px 0 #1a365d;
  width: 33.3333333333%;
  -webkit-column-gap: 0.25em;
     -moz-column-gap: 0.25em;
          column-gap: 0.25em;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-floating-footer .c-floating-item--contact {
    font-size: 1.2rem;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-floating-footer .c-floating-item--contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 0.7rem;
    width: 25%;
  }
}
.c-floating-footer .c-floating-item--contact picture.icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-floating-footer .c-floating-item--contact picture.icon {
    width: 26px;
    height: 26px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .c-floating-footer .c-floating-item--contact picture.icon {
    width: 25px;
    height: 25px;
  }
}
.c-floating-footer .c-floating-item--contact picture.icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  vertical-align: top;
}
.c-floating-footer .c-floating-item--speed {
  background: #f0831e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 4px 0 #d96d0d;
          box-shadow: 0 4px 0 #d96d0d;
  width: 33.3333333333%;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-floating-footer .c-floating-item--speed {
    font-size: 1.2rem;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-floating-footer .c-floating-item--speed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 0.65rem;
    width: 25%;
  }
}
.c-floating-footer .c-floating-item--speed picture.icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-top: 3px;
  margin-bottom: 0;
  margin-left: 0;
}
@media (max-width: 767px) {
  .c-floating-footer .c-floating-item--speed picture.icon {
    width: 28px;
    height: 28px;
  }
}
.c-floating-footer .c-floating-item--speed picture.icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  vertical-align: top;
}

.c-floating-footer {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 100%;
  max-width: 1240px;
  z-index: 999;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.4s, -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s, -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
}
@media (max-width: 767px) {
  .c-floating-footer {
    bottom: 0 !important;
  }
}
.c-floating-footer {
  background: #fff;
  border-radius: 15px 15px 0 0;
  -webkit-box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.15);
  padding: 12px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .c-floating-footer {
    padding: 8px;
  }
}
.c-floating-footer.is-active {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 1;
  bottom: 0;
}
.c-floating-footer.is-hidden {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .c-floating-footer {
    width: 98%;
    bottom: 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
}
.c-floating-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  .c-floating-footer__inner {
    gap: 5px;
  }
}
.c-floating-footer__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-floating-item {
  height: 60px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .c-floating-item {
    height: 54px;
  }
}

/****************** page MV *****************/
.page-mainvisual {
  position: relative;
  width: 100%;
  margin: 0 auto 0;
  min-height: 40vh;
}
.page-mainvisual::after {
  content: "";
  background: url(../images/page_fv_right.webp) no-repeat center/cover;
  width: 70%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0.35;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page-mainvisual {
    max-height: 200px;
    min-height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .page-mainvisual {
    max-height: 160px;
    min-height: 160px;
  }
}
.page-mainvisual::before {
  content: "";
  background: rgba(194, 218, 230, 0.25);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.page-mainvisual-contact {
  background: url(../images/page-contact/contact__fv.webp) no-repeat center/cover;
}
.page-mainvisual .Text-wrap {
  position: absolute;
  bottom: 0;
  left: var(--horizontal-space);
  z-index: 1;
}
.page-mainvisual .Text-wrap:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4vw;
  height: 40%;
  width: 115%;
  background-color: #234165;
  opacity: 0.85;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}
.page-mainvisual h1 {
  color: #0066cc;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .page-mainvisual h1 {
    font-size: 17px;
  }
}
.page-mainvisual h1 {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  row-gap: 0.5em;
  margin: 0;
  line-height: 1.4;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.page-mainvisual h1 span {
  font-family: "Inter", sans-serif;
  font-size: 150px;
  color: #fff;
  text-shadow: 2px 3px 3px rgba(155, 155, 155, 0.125);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page-mainvisual h1 span {
    font-size: 67px;
  }
}
@media screen and (max-width: 767px) {
  .page-mainvisual h1 span {
    font-size: 47px;
  }
}
.page-mainvisual h1 span {
  line-height: 1;
  margin-top: -0.1em;
  text-transform: uppercase;
}

/******************会社概要******************/
.m-profile-list {
  width: 100%;
  margin-top: 40px;
  border-top: 1px solid #e0e0e0;
}
.m-profile-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #e0e0e0;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.m-profile-list__item:hover {
  background-color: rgba(0, 102, 204, 0.02);
}
.m-profile-list__term {
  width: 100%;
  padding: 20px;
  font-weight: 700;
  background-color: #f9f9f9;
  position: relative;
}
.m-profile-list__term::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #0066cc;
}
@media (min-width: 768px) {
  .m-profile-list__term {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 40px;
  }
}
.m-profile-list__description {
  width: 100%;
  padding: 20px;
  margin-left: 0;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .m-profile-list__description {
    width: 70%;
    padding: 30px 40px;
  }
}

@media (max-width: 767px) {
  .u-m-block {
    display: block;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .u-m-block {
    margin-right: 20px;
  }
}

/***************  下層ページ用  ********************/
@media screen and (max-width: 767px) {
  div#ez-toc-container .ez-toc-title {
    font-size: 17px !important;
  }
}
h1.single {
  font-size: 27px;
}
@media screen and (max-width: 767px) {
  h1.single {
    font-size: 20px;
    line-height: 1.55 !important;
  }
}
h1.single {
  color: #121212;
  line-height: 1.855;
  font-weight: bold;
  margin: 0 auto 1em;
  border: 1px solid #00469b;
  padding: 1em 1.5em 1em 1em;
  border-radius: 0.026em;
  position: relative;
}
h1.single::after {
  content: "";
  position: absolute;
  background: #007bff;
  height: calc(100% - 1em);
  width: 6px;
  border-radius: 0.086em;
  right: 0.5em;
  top: 0.5em;
}

.single-wrap {
  background: #fafafa;
  padding: var(--col-hurf-space) var(--horizontal-space);
  position: relative;
}
.single-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30vh;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.45);
  z-index: 1;
}
.single-wrap::after {
  position: absolute;
  width: 100%;
  height: 30vh;
  top: 0;
  left: 0;
  content: "";
  background: url(../images/mv-slider/slide-03.webp) center center/cover;
  z-index: 0;
  -webkit-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.105);
          box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.105);
}

.single-content {
  max-width: 1100px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.2);
}
.single-content h4 {
  color: #007bff;
  font-size: 1.3rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.75em;
     -moz-column-gap: 0.75em;
          column-gap: 0.75em;
  margin-bottom: 1em;
}
.single-content h4:before {
  content: "";
  width: 20px;
  height: 5px;
  background: #007bff;
}
.single-content .date {
  font-size: 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
}
.single-content .date span.cat {
  font-size: 0.9rem;
  color: #fff;
  padding: 10px;
  line-height: 1;
  background-color: #234165;
}
@media (min-width: 1921px) {
  .single-content {
    max-width: 1640px;
  }
  .single-content picture img {
    max-width: 1100px;
    margin: 0 auto;
    display: block;
  }
}
.single-content {
  margin: 0 auto;
  padding: 2.6vw;
  color: #121212;
  line-height: 1.8;
  background: #fff;
  border-radius: 1.46em;
}
@media screen and (max-width: 767px) {
  .single-content {
    border-radius: 8px;
  }
}
.single-content section {
  padding: 2.5vh 0;
}
.single-content section:first-of-type {
  padding-top: 0;
}
.single-content .oc-h2 {
  position: relative;
  font-size: 1.75rem;
  font-weight: bold;
  color: #00469b;
  padding: 1rem 1.5rem;
  background: #f0f5fa;
  border-left: 8px solid #00469b;
  margin: 60px 0 30px;
}
@media screen and (max-width: 767px) {
  .single-content .oc-h2 {
    font-size: 1.45rem;
    line-height: 1.5;
  }
}
.single-content .oc-h2:first-child {
  margin-top: 0;
}
.single-content .oc-h3 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #00469b;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #00469b;
}
.single-content .oc-h5 {
  font-size: 1.1rem;
  font-weight: bold;
  color: #555;
  margin-bottom: 12px;
}
.single-content b, .single-content strong {
  font-weight: bold;
  color: rgb(0, 46.9677419355, 104);
}
.single-content .red {
  color: #d7000f;
  font-weight: bold;
}
.single-content .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fff100));
  background: linear-gradient(transparent 60%, #fff100 0%);
  font-weight: bold;
  padding: 0 2px;
}
.single-content .oc-card {
  background: #fff;
  border: 1px solid #e1e8ef;
  border-radius: 4px;
  padding: 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.single-content .oc-card:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.single-content .oc-table-wrapper {
  overflow-x: auto;
  margin-top: 20px;
}
.single-content .oc-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}
.single-content .oc-table th, .single-content .oc-table td {
  border: 1px solid #e1e8ef;
  padding: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .single-content .oc-table th, .single-content .oc-table td {
    font-size: 14px;
  }
}
.single-content .oc-table thead th {
  background: #00469b;
  color: #fff;
  font-weight: bold;
}
.single-content .oc-table tbody th {
  background: #f0f5fa;
  width: 20%;
}
.single-content .oc-table tbody td {
  width: 40%;
}

.oc-table-sole-comparison {
  table-layout: fixed;
  width: 100%;
}
.oc-table-sole-comparison th, .oc-table-sole-comparison td {
  width: 25%;
  word-break: break-all;
  font-size: 0.95rem;
  padding: 12px 8px;
}
@media (max-width: 767px) {
  .oc-table-sole-comparison .oc-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .oc-table-sole-comparison .oc-table-sole-comparison {
    table-layout: auto;
    min-width: 700px;
  }
}

@media (max-width: 767px) {
  .one-cloud-content .oc-h2 {
    font-size: 1.4rem;
    padding: 0.8rem 1rem;
    line-height: 1.55;
  }
  .one-cloud-content .oc-h3 {
    font-size: 1.2rem;
  }
  .one-cloud-content .oc-card {
    padding: 1em;
  }
}
.ez-toc-title-container {
  text-align: center;
}

div#ez-toc-container ul li, div#ez-toc-container ul li a {
  line-height: 1.75;
  margin: 0.15em 0;
}

div#ez-toc-container ul li a:hover {
  color: #007bff;
}

#ez-toc-container {
  padding: 1em 1.5em 1em 1em !important;
  margin: 0 auto 5vh !important;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(109, 140, 161, 0.35) !important;
          box-shadow: 0px 5px 15px 0px rgba(109, 140, 161, 0.35) !important;
  border-radius: 16px !important;
}

.ez-toc-title-container {
  margin-bottom: 0.5em !important;
}

#ez-toc-container a.ez-toc-link {
  color: #0066cc;
}

.ez-toc-list-level-3 a {
  color: #333 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.oc-section.documents, .page-section {
  padding: 5vh var(--horizontal-space);
}
.oc-section.documents .Inner__wrap, .page-section .Inner__wrap {
  margin: 0 auto;
  max-width: 1100px;
}
@media (min-width: 1921px) {
  .oc-section.documents .Inner__wrap, .page-section .Inner__wrap {
    max-width: 1640px;
  }
}
.oc-section.documents .oc-intro-box, .page-section .oc-intro-box {
  text-align: center;
  margin-bottom: 40px;
}
.oc-section.documents .oc-intro-box p, .page-section .oc-intro-box p {
  font-weight: bold;
  line-height: 1.6;
}
.oc-section.documents .oc-h2-border, .page-section .oc-h2-border {
  text-align: center;
  color: #00469b;
  font-size: 1.8rem;
  padding: 15px 0;
  border-top: 2px solid #00469b;
  border-bottom: 2px solid #00469b;
  margin-bottom: 50px;
}
.oc-section.documents .oc-document-grid, .page-section .oc-document-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 60px;
}
.oc-section.documents .oc-document-card, .page-section .oc-document-card {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  padding: 40px 20px;
  text-align: center;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.oc-section.documents .oc-document-card .oc-doc-icon, .page-section .oc-document-card .oc-doc-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}
.oc-section.documents .oc-document-card .oc-doc-icon img, .page-section .oc-document-card .oc-doc-icon img {
  width: 100%;
  height: auto;
}
.oc-section.documents .oc-document-card .oc-h3, .page-section .oc-document-card .oc-h3 {
  font-size: 1.25rem;
  margin-bottom: 5px;
  border-bottom: none;
  padding-bottom: 0;
}
.oc-section.documents .oc-document-card .oc-h5, .page-section .oc-document-card .oc-h5 {
  font-size: 0.95rem;
  margin-top: 0;
  color: #333;
  font-weight: normal;
}
.oc-section.documents .oc-document-card .oc-doc-number, .page-section .oc-document-card .oc-doc-number {
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 5rem;
  font-weight: bold;
  color: #f8f8f8;
  z-index: 0;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
}
.oc-section.documents .oc-document-card h3, .oc-section.documents .oc-document-card h5, .oc-section.documents .oc-document-card .oc-doc-icon, .page-section .oc-document-card h3, .page-section .oc-document-card h5, .page-section .oc-document-card .oc-doc-icon {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .oc-section.documents .oc-document-grid, .page-section .oc-document-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .oc-section.documents .oc-document-card, .page-section .oc-document-card {
    margin-bottom: 20px;
  }
  .oc-section.documents .oc-h2-border, .page-section .oc-h2-border {
    font-size: 1.4rem;
  }
}

.p-faq-section:last-of-type {
  margin-bottom: 0;
}

.page-section.faq {
  padding: 0;
}
.page-section.faq .Inner__wrap {
  max-width: 100% !important;
}
.page-section.faq .Inner__wrap p.Center {
  font-weight: bold;
  text-align: center;
  font-size: 1.1rem;
}
.page-section.faq .Inner__wrap p.Center a {
  color: #007bff;
}
.page-section.faq .Inner__wrap .p-faq {
  padding: 0;
}

.p-entry__table-wrapper {
  overflow-x: auto;
  margin: 30px 0;
}

.c-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}
.c-table th, .c-table td {
  border: 1px solid #e0e0e0;
  padding: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-table th, .c-table td {
    font-size: 14px;
  }
}
.c-table th {
  background-color: #004a99;
  color: #fff;
  font-weight: 700;
}
.c-table tr:nth-child(even) {
  background-color: rgba(0, 74, 153, 0.05);
}

.p-entry__figure {
  margin: 40px 0;
  text-align: center;
}
.p-entry__figure img {
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 0.5em;
}
.p-entry__figure figcaption {
  margin-top: 12px;
  font-size: 0.9rem;
  color: #666;
}

.p-entry__content {
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-bottom: 0;
}
.p-entry__content p {
  margin-bottom: 1.5em;
}
.p-entry__content strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(0, 74, 153, 0.1)));
  background: linear-gradient(transparent 70%, rgba(0, 74, 153, 0.1) 70%);
  font-weight: bold;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-entry__content strong {
    font-size: 1.15rem;
  }
}

.c-heading-primary {
  border-top: 2px solid #007bff;
  border-bottom: 2px solid #007bff;
  padding: 1em;
  background: #f4f4ff;
  margin: 60px 0 30px;
}

.c-heading-secondary {
  border-left: 8px solid #007bff;
  padding-left: 15px;
  font-size: 1.45rem;
}
@media screen and (max-width: 767px) {
  .c-heading-secondary {
    font-size: 1.3rem;
  }
}

.c-box-info {
  border: 2px solid #004a99;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  margin: 30px 0;
}
.c-box-info ul {
  margin-bottom: 0;
}
.c-box-info li {
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 0.5em;
}
.c-box-info::before {
  content: "CHECK";
  position: absolute;
  top: -12px;
  left: 20px;
  background: #004a99;
  color: #fff;
  padding: 2px 10px;
  font-size: 0.8rem;
  font-weight: bold;
}

h2.bottom-border {
  color: #001d76;
  padding-bottom: 0.5em;
  border-bottom: 4px solid #001d76;
  margin-bottom: 2.5vh;
}

.single-wrap .Inner__wrap {
  max-width: 97% !important;
}
.single-wrap .c-btn-news {
  max-width: 280px;
}
.single-wrap .c-btn-news .c-btn-news__icon {
  width: 27px;
  height: 27px;
}

picture.mb {
  margin-bottom: 5vh;
  display: block;
}

/************** 取引実績詳細 ******************/
.p-case-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .p-case-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
  }
}
.p-case-detail__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.p-case-detail__image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.p-case-detail__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-case-detail__info {
    width: 100%;
  }
}

.c-case-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
}
.c-case-table th, .c-case-table td {
  padding: 0.75em;
  border-bottom: 1px solid #eee;
  text-align: left;
}
.c-case-table tr:nth-of-type(even) td {
  background-color: #fafaf2;
}
.c-case-table th {
  background: #007bff;
  color: #fff;
  text-align: center;
}
.c-case-table th {
  width: 30%;
  color: #fff;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .c-case-table th {
    width: 40%;
  }
}
.c-case-table .is-total th, .c-case-table .is-total td {
  padding: 0.75em;
}
.c-case-table .is-total td {
  font-size: 1.4rem;
  font-weight: bold;
  color: #d32f2f;
}
@media screen and (max-width: 767px) {
  .c-case-table .is-total td {
    width: 60%;
  }
}

/* 注目セクション（べた塗り） */
.c-box-highlight {
  margin: var(--col-hurf-space) auto;
  background-color: #001d76;
  color: #fff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 1100px;
}
.c-box-highlight__title {
  background-color: #004d99;
  color: #fff;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .c-box-highlight__title {
    font-size: 1.45rem;
  }
}
.c-box-highlight__title {
  font-weight: bold;
  text-align: center;
  padding: 25px 20px;
  margin: 0;
  line-height: 1.4;
  position: relative;
}
.c-box-highlight__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #ffcc00;
}
.c-box-highlight__inner {
  padding: 40px;
}
@media (max-width: 768px) {
  .c-box-highlight__inner {
    padding: 25px;
  }
}
.c-box-highlight__inner p, .c-box-highlight__inner li {
  color: #fff;
}

.c-list-check {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  background: rgba(255, 255, 255, 0.05);
  border: 1px border dashed rgba(255, 255, 255, 0.3);
  padding: 20px;
  border-radius: 8px;
}
.c-list-check li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.c-list-check li:last-child {
  margin-bottom: 0;
}
.c-list-check li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #ffcc00;
  font-weight: bold;
}
.c-list-check li strong {
  color: #ffcc00;
  display: block;
  margin-bottom: 5px;
}

.bk-btn {
  display: block;
  padding: 0.5em 1em;
  color: #fff;
  font-size: 0.9rem;
  background: #001d76;
  border-radius: 3px;
  text-decoration: none;
}
.bk-btn:hover {
  background: #202020;
}

.page__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  margin-top: var(--col-hurf-space);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  padding: 1.6vw 1em;
  border-top: 1px solid #004a99;
  border-bottom: 1px solid #004a99;
}

/****************コラム*******************/
.column-wrap {
  padding: var(--col-hurf-space) var(--horizontal-space);
  background: #e2ebf3;
}

.l-inner {
  max-width: 1100px;
}
@media screen and (min-width: 1921px) {
  .l-inner {
    max-width: 1540px;
  }
}
.l-inner {
  margin: 0 auto;
}

.l-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .l-content-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-main-column {
  width: 77%;
  background: #fff;
  border-radius: 16px;
  padding: clamp(1em, 2.6vw, 2.8vw);
}
@media screen and (max-width: 1100px) {
  .l-main-column {
    width: calc(100% - 20% - 40px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-main-column {
    width: calc(70% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .l-main-column {
    width: 100%;
  }
}
.l-main-column .oc-h2 {
  position: relative;
  font-size: 1.75rem;
  font-weight: bold;
  color: #00469b;
  padding: 1rem 1.5rem;
  background: #f0f5fa;
  border-left: 8px solid #00469b;
  margin: 60px 0 30px;
}
@media screen and (max-width: 767px) {
  .l-main-column .oc-h2 {
    font-size: 1.45rem;
    line-height: 1.5;
  }
}
.l-main-column .oc-h2:first-child {
  margin-top: 0;
}

.l-side-column {
  width: 20%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-side-column {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .l-side-column {
    width: 100%;
    margin-top: 5vh;
  }
}

.p-pagination {
  margin-top: 5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-pagination .wp-pagenavi a, .p-pagination .wp-pagenavi span {
  padding: 5px 12px;
  margin: 0 5px;
  border: 1px solid #ccc;
}
.p-pagination .wp-pagenavi .current {
  background: #333;
  color: #fff;
  border-color: #333;
}

.p-entry-card {
  border: 1px solid #e0e0e0;
  margin-bottom: 1.5em;
  padding: 1em;
  border-radius: 12px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-entry-card:last-child {
  border-bottom: none;
}
.p-entry-card:hover {
  opacity: 0.8;
}
.p-entry-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: inherit;
  gap: 24px;
}
@media screen and (max-width: 560px) {
  .p-entry-card__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.p-entry-card__figure {
  position: relative;
  width: 32.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 560px) {
  .p-entry-card__figure {
    width: 100%;
  }
}
.p-entry-card__figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.p-entry-card__category {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(5, 21, 165, 0.7);
  color: #fff;
  font-size: 0.75rem;
  padding: 4px 10px;
  z-index: 1;
}
.p-entry-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-entry-card__date {
  display: block;
  font-size: 0.8rem;
  color: #888;
  margin-bottom: 8px;
}
.p-entry-card__date i {
  color: #007bff;
  font-size: 1rem;
}
.p-entry-card__title {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 12px;
  font-weight: bold;
  margin-top: 0;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #004a99;
}
@media screen and (max-width: 767px) {
  .p-entry-card__title {
    font-size: 1.1rem;
  }
}
.p-entry-card__excerpt {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #444;
}

.p-side-widget {
  margin-bottom: 40px;
}
.p-side-widget__title {
  font-size: 1.1rem;
  font-weight: bold;
  border-left: 4px solid #333;
  padding-left: 12px;
  margin-bottom: 20px;
}

.p-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-search-form__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 4px 0 0 4px;
  max-width: 160px;
}
.p-search-form__submit {
  background: #333;
  color: #fff;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
  font-size: 0.9rem;
}
.p-search-form__submit:hover {
  background: #555;
}

.p-side-widget {
  margin-bottom: 40px;
}
.p-side-widget__title {
  font-size: 1.1rem;
  font-weight: bold;
  border-left: 4px solid #333;
  padding-left: 12px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

.p-side-post-list {
  list-style: none;
  padding: 0;
}

.p-side-post-item {
  margin-bottom: 12px;
}
.p-side-post-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 10px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-side-post-item__link:hover {
  border-color: #333;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.p-side-post-item__img {
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  border-radius: 4px;
}
.p-side-post-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-side-post-item__title {
  font-size: 0.85rem;
  line-height: 1.5;
  margin: 0;
  font-weight: 500;
}

.p-side-cat-list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.p-side-cat-list li {
  width: 100%;
}
.p-side-cat-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 12px;
  text-decoration: none;
  color: #333;
  font-size: 0.85rem;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-side-cat-list li a i {
  color: #007bff;
  font-size: 1.1rem;
}
.p-side-cat-list li a:hover {
  background: #f8f8f8;
  border-color: #333;
  color: #000;
}

.p-side-cat-list__count {
  font-size: 0.75rem;
  background: #eee;
  padding: 2px 6px;
  border-radius: 10px;
  color: #666;
}

.page__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 12px;
  margin: 64px 0;
  border-top: 1px solid #eee;
  padding-top: 32px;
  border-bottom: none;
}
@media (max-width: 767px) {
  .page__navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    padding-top: 0.5em;
    margin-bottom: 0;
  }
}

.page__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-decoration: none;
  color: #333;
  border: 1px solid #eee;
  overflow: hidden;
  -webkit-transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  min-height: 80px;
}
.page__nav-item:hover {
  background: #f9f9f9;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.page__nav-item.is-empty {
  background: #fafafa;
  pointer-events: none;
  border-color: transparent;
}
.page__nav-item--prev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.page__nav-item--next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.page__nav-item--next .page__nav-body {
  text-align: right;
}
@media (max-width: 767px) {
  .page__nav-item--next .page__nav-body {
    text-align: left;
  }
}
.page__nav-item--home {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
}
.page__nav-item--home:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}
@media (max-width: 767px) {
  .page__nav-item--home {
    padding: 0 16px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    min-height: 40px;
  }
}

.page__nav-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.page__nav-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .page__nav-thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    width: 60px;
    height: 60px;
  }
}

.page__nav-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  min-width: 0;
}

.page__nav-label {
  font-size: 0.7rem;
  color: #999;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page__nav-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page__nav-title {
    font-size: 0.78rem;
    -webkit-line-clamp: 1;
  }
}

.page__nav-home-label {
  font-size: 0.8rem;
  color: #999;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

/************ 簡単査定 **********/
#yesno_wrap {
  overflow: hidden;
}
#yesno_wrap #question_wrap {
  margin-left: 0 !important;
  -webkit-animation: 0 !important;
          animation: 0 !important;
}
#yesno_wrap .c-form {
  padding: 20px 0 !important;
}
#yesno_wrap .c-form__desc {
  font-weight: 400;
}
#yesno_wrap .yesno_q dd {
  margin-left: 0;
}
#yesno_wrap .yesno_q dt {
  margin-bottom: 0 !important;
}
#yesno_wrap .c-form__submit-wrap {
  margin-top: 20px;
}
#yesno_wrap .c-tag--required {
  margin-left: 10px;
}
#yesno_wrap #choices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 2%;
}
#yesno_wrap #choices li {
  width: 49%;
}
@media screen and (max-width: 767px) {
  #yesno_wrap #choices li {
    width: 100%;
  }
}
#yesno_wrap #choices li#back {
  max-width: 250px;
  margin: 0 auto;
}
#yesno_wrap #choices li#back button {
  background: #444;
}
#yesno_wrap #choices li button {
  cursor: pointer;
  font-weight: bold;
  background-color: #0066cc;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  white-space: pre-wrap;
  height: 100%;
}
#yesno_wrap #choices li button:hover {
  background: #0066cc;
}
#yesno_wrap input[type=text], #yesno_wrap input[type=email], #yesno_wrap input[type=tel] {
  width: 100%;
  padding: 1em;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #f9f9f9;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}
#yesno_wrap .c-form__submit-wrap button {
  display: inline-block;
  background-color: #0066cc;
  color: #fff;
  padding: 16px 60px;
  font-size: 1.25rem;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 0 rgb(23.1075697211, 109.9601593625, 176.8924302789);
          box-shadow: 0 4px 0 rgb(23.1075697211, 109.9601593625, 176.8924302789);
  -webkit-transition: -webkit-transform 0.1s, -webkit-box-shadow 0.1s;
  transition: -webkit-transform 0.1s, -webkit-box-shadow 0.1s;
  transition: transform 0.1s, box-shadow 0.1s;
  transition: transform 0.1s, box-shadow 0.1s, -webkit-transform 0.1s, -webkit-box-shadow 0.1s;
}
#yesno_wrap .yesno_q dt span {
  background: #0066cc !important;
}
@media screen and (max-width: 767px) {
  #yesno_wrap .yesno_q dt span {
    font-size: 1.4rem;
  }
}
#yesno_wrap ::-webkit-input-placeholder {
  color: #ccc;
}
#yesno_wrap ::-moz-placeholder {
  color: #ccc;
}
#yesno_wrap :-ms-input-placeholder {
  color: #ccc;
}
#yesno_wrap ::-ms-input-placeholder {
  color: #ccc;
}
#yesno_wrap ::placeholder {
  color: #ccc;
}
@media screen and (max-width: 767px) {
  #yesno_wrap .yesno_q dd {
    padding: 0 !important;
  }
}

.wpcf7-spinner {
  display: block;
  margin: 1em auto 0;
}

/* ==========================================================================
   LINE Section (One Cloud Pattern)
   ========================================================================== */
.p-merit-list {
  margin-top: 0px;
}

.p-merit-item {
  padding: 40px 20px;
  text-align: left;
}
.p-merit-item.is-gray {
  background-color: #fafaf2;
}
.p-merit-item__point {
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  line-height: 1.2;
}
.p-merit-item__point::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background-color: #fff33f;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-merit-item__point {
    font-size: 24px;
  }
}
.p-merit-item__text {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .p-merit-item__text {
    font-size: 16px;
    padding-left: 0;
  }
  .p-merit-item__text br {
    display: none;
  }
}

.p-step-container {
  margin-top: 40px;
  border: 4px solid #004a99;
  position: relative;
  padding: 60px 40px 40px;
}
.p-step-container .p-step-item {
  background: #fafafa;
  padding: 1em;
}
@media (max-width: 768px) {
  .p-step-container {
    padding: 40px 15px 20px;
  }
}
.p-step-container__head {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #004a99;
  color: #fff;
  padding: 10px 40px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
}
.p-step-container__head .u-small {
  font-size: 16px;
  margin-left: 5px;
}
@media (max-width: 768px) {
  .p-step-container__head {
    font-size: 15px;
    padding: 8px 20px;
    width: 90%;
  }
  .p-step-container__head .u-small {
    display: block;
    margin-left: 0;
    font-size: 13px;
  }
}

.p-step-item__badge {
  background: #ED7812;
  padding: 10px 25px;
  border-radius: 2.46em;
  color: #fff;
  line-height: 1.15;
  font-weight: bold;
}

.p-step-item__name {
  font-weight: bold;
  font-size: 1.25rem;
  border-bottom: 1px solid #007bff;
  padding-bottom: 0.5em;
}

.p-line-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .p-line-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.p-line-flex__img {
  max-width: 280px;
  width: 100%;
}
.p-line-flex__img img {
  width: 100%;
  height: auto;
}
.p-line-flex__content {
  text-align: center;
}
@media (max-width: 767px) {
  .p-line-flex__content {
    width: 100%;
  }
}
.p-line-flex__lead {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-line-flex__lead {
    font-size: 18px;
  }
}
.p-line-flex__btn-wrapper {
  margin-bottom: 20px;
}
.p-line-flex__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #06c755;
  color: #fff;
  text-decoration: none;
  padding: 15px 40px;
  border-radius: 12px;
  font-size: 32px;
  font-weight: bold;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-line-flex__btn:hover {
  opacity: 0.8;
}
.p-line-flex__btn img {
  width: 40px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .p-line-flex__btn {
    font-size: 24px;
    padding: 12px 30px;
    width: 100%;
  }
  .p-line-flex__btn img {
    width: 30px;
  }
}
.p-line-flex__id {
  font-size: 28px;
  font-weight: bold;
}
.p-line-flex__id span {
  color: #e65757;
}
@media (max-width: 767px) {
  .p-line-flex__id {
    font-size: 22px;
  }
}

.p-step-arrow {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-step-arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #004a99 transparent transparent transparent;
}

.c-heading {
  text-align: left;
  margin-bottom: 0px;
}
.c-heading__title {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.c-heading__sub {
  font-size: 16px;
  color: #0081cc;
  font-weight: bold;
  margin-top: 5px;
}

/************* アニメーション ***************/
.u-fade-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.u-fade-up.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.u-fade-up.--delay-1 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.u-fade-up.--delay-2 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}