@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/* reset
--------------------------- */
/*
 * destyle.css v1.0.14
 * https://github.com/nicolas-cusan/destyle.css
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* system
--------------------------- */
.tab-sp,
.sp {
  display: none;
}

@media screen and (max-width: 1140px) {
  .pc {
    display: none;
  }
  .tab-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
  .sp {
    display: block;
  }
}
.mincho--jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* base
--------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  width: 100%;
  background-color: #F5F7FB;
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

a:hover img {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a,
label,
input,
button {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/*--------------------------------------*
 * layout
 *--------------------------------------*/
/* l-header
--------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 90px;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 74px;
  }
}
.l-header__wrap {
  width: 95%;
  height: 100%;
  margin-inline: auto;
  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;
  gap: 50px;
}
.l-header__logo {
  max-width: 322px;
  width: 24%;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 1140px) {
  .l-header__logo {
    width: 34%;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 54%;
  }
}
.l-header__nav {
  padding: 9px 15px;
  border-radius: 60px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1140px) {
  .l-header__nav {
    max-width: 300px;
    width: 100%;
    height: 100%;
    border-radius: 0;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -99;
    -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;
    padding: 90px 4.2%;
    background-color: #ECF5F5;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    max-width: 100%;
  }
}
.l-header__nav.open {
  opacity: 1;
  visibility: visible;
  z-index: 990;
}
.l-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1140px) {
  .l-header__menu {
    width: 100%;
    -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;
    gap: 10px;
  }
}
.l-header__menu li {
  padding: 8px 13px;
}
@media screen and (max-width: 1140px) {
  .l-header__menu li {
    width: 100%;
    text-align: center;
    padding: 16px;
  }
}
.l-header__menu li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 3 * (100vw - 767px) / 673, 14px);
  color: #364153;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 1140px) {
  .l-header__menu li a {
    display: block;
    font-size: 16px;
  }
}
.l-header__menu li a:hover {
  color: #66A3B7;
}
.l-header__menu li.current a {
  color: #66A3B7;
}
.l-header__contact {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3px 0;
}
@media screen and (max-width: 1140px) {
  .l-header__contact {
    height: auto;
  }
}
.l-header__contact a {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  background-color: #66A3B7;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 3 * (100vw - 767px) / 673, 14px);
  color: #fff;
}
@media screen and (max-width: 1140px) {
  .l-header__contact a {
    font-size: 16px;
  }
}
.l-header__contact a:hover {
  opacity: 0.75;
}
.l-header__trigger {
  display: none;
  width: 44px;
  height: 44px;
  position: relative;
  z-index: 999;
  margin-right: 2%;
}
@media screen and (max-width: 1140px) {
  .l-header__trigger {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-header__trigger {
    margin-right: 4.2%;
  }
}
.l-header__trigger-btn {
  width: 100%;
  height: 100%;
  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;
  position: relative;
  border-radius: 100%;
  background-color: #fff;
}
.l-header__trigger-btn span {
  width: 40%;
  height: 1px;
  background-color: #1E2939;
  border-radius: 20px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .l-header__trigger-btn span {
    width: 44%;
  }
}
.l-header__trigger-btn span::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #1E2939;
  position: absolute;
  top: -6px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 20px;
}
.l-header__trigger-btn span::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #1E2939;
  position: absolute;
  bottom: -6px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 20px;
}
.l-header__trigger-btn:hover {
  cursor: pointer;
}
.l-header__trigger-btn.active span {
  margin-bottom: 0;
  background-color: transparent;
}
.l-header__trigger-btn.active span::before {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  top: 0;
}
.l-header__trigger-btn.active span::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  bottom: 0;
}
.l-header__trigger-btn.active::after {
  color: transparent;
}

/* l-footer
--------------------------- */
.l-footer {
  padding: 64px 0;
  background-color: #1E2939;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 30px 0 15px;
  }
}
.l-footer__inner {
  max-width: 1100px;
  width: 92%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  padding-bottom: 48px;
  margin-bottom: 33px;
  border-bottom: solid 1px #364153;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding-bottom: 27px;
    margin-bottom: 0;
    border-bottom: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}
.l-footer__main {
  max-width: 322px;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .l-footer__main {
    width: 100%;
  }
}
.l-footer__logo {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 62%;
  }
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}
.l-footer__txt {
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 5 * (100vw - 767px) / 673, 16px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer__txt {
    font-size: 14px;
    margin-bottom: 30px;
    color: #D1D5DC;
  }
}
.l-footer__head {
  font-size: 18px;
  font-weight: 700;
  line-height: calc(28 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 673, 18px);
  color: #fff;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .l-footer__head {
    margin-bottom: 15px;
  }
}
.l-footer__menu li:not(:last-child) {
  margin-bottom: 12px;
}
.l-footer__menu li a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  white-space: nowrap;
  color: #D1D5DC;
}
@media screen and (max-width: 767px) {
  .l-footer__menu li a {
    font-size: 14px;
  }
}
.l-footer__menu li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .l-footer__link {
    width: 125px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    width: calc(100% - 125px);
  }
}
.l-footer__list li {
  padding: 17px 30px 17px 17px;
  border-radius: 16px;
  background: #364153;
  background: linear-gradient(120deg, rgba(54, 65, 83, 0.5) 0%, rgba(30, 41, 57, 0.5) 100%);
  border: solid 1px #364153;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
}
@media screen and (max-width: 767px) {
  .l-footer__list li {
    font-size: 14px;
    padding: 12px;
  }
}
.l-footer__list li:not(:last-child) {
  margin-bottom: 12px;
}
.l-footer__list li span {
  font-size: 12px;
  font-weight: 400;
  line-height: calc(16 / 12 * 1em);
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 673, 12px);
  color: #99A1AF;
}
@media screen and (max-width: 767px) {
  .l-footer__list li span {
    font-size: 12px;
  }
}
.l-footer__copyright {
  text-align: center;
  color: #6A7282;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(20 / 14 * 1em);
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 4 * (100vw - 767px) / 673, 14px);
}

/* l-container
--------------------------- */
.l-container {
  width: 88%;
  max-width: 1040px;
  margin: 0 auto;
}
.l-container-wide {
  width: 88%;
  max-width: 1240px;
  margin: 0 auto;
}

/* 初期状態です。透明＆少し下に移動させます */
.js-fadein {
  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;
}

/* 表示されたときの状態です */
.js-fadein.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* 初期状態です */
.js-fv-fade {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -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;
}

/* 表示状態です */
.js-fv-fade.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-cta {
  padding: 110px 0 80px;
  background: url(../img/home/bg-contact.jpg) no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .c-cta {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-cta {
    background-image: url(../img/home/bg-contact-sp.jpg);
  }
}
.c-cta__head {
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  line-height: calc(62 / 48 * 1em);
  letter-spacing: normal;
  font-size: clamp(24px, 24px + 24 * (100vw - 767px) / 673, 48px);
  color: #fff;
  margin-bottom: 24px;
}
.c-cta__txt {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(32 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 6 * (100vw - 767px) / 673, 20px);
  color: #fff;
  margin-bottom: 35px;
}
.c-cta__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .c-cta__btn {
    -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;
  }
}
.c-cta__btn a {
  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;
  gap: 30px;
  padding: 18px 0;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 673, 18px);
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  border: solid 1px #66A3B7;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-cta__btn a {
    padding: 16px 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.c-cta__btn a::after {
  content: "";
  width: 32px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  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;
}
@media screen and (max-width: 767px) {
  .c-cta__btn a::after {
    width: 22px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.c-cta__btn a:hover {
  opacity: 0.75;
}
.c-cta__btn a.btn-ct {
  width: 378px;
  color: #fff;
  background-color: #66A3B7;
}
@media screen and (max-width: 960px) {
  .c-cta__btn a.btn-ct {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .c-cta__btn a.btn-ct {
    width: 300px;
    width: 84%;
  }
}
.c-cta__btn a.btn-ct::after {
  background: url(../img/common/ico-arw-blue.svg) no-repeat center/15%, #fff;
}
.c-cta__btn a.btn-lk {
  width: 300px;
  color: #66A3B7;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .c-cta__btn a.btn-lk {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .c-cta__btn a.btn-lk {
    width: 220px;
    width: 84%;
  }
}
.c-cta__btn a.btn-lk::after {
  background: url(../img/common/ico-arw-wh.svg) no-repeat center/15%, #66A3B7;
}

/*--------------------------------------*
 * object
 *--------------------------------------*/
/*-------------------
 * component
 -------------------*/
/* c-head
--------------------------- */
.c-section {
  padding: 80px 0;
}
@media screen and (max-width: 960px) {
  .c-section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-section {
    padding: 50px 0;
  }
}
.c-section__title {
  text-align: center;
  margin-bottom: 34px;
  padding-top: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-section__title {
    padding-top: 40px;
    margin-bottom: 18px;
  }
}
.c-section__title::before {
  content: "";
  width: 66px;
  aspect-ratio: 66/33;
  background: url(../img/common/logo-head.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-section__title::before {
    width: 38px;
  }
}
.c-section__title .en {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 64px;
  font-weight: 400;
  line-height: calc(72 / 64 * 1em);
  letter-spacing: calc(-20 / 1000 * 1em);
  font-size: clamp(32px, 32px + 32 * (100vw - 767px) / 673, 64px);
  color: #949698;
}
@media screen and (max-width: 767px) {
  .c-section__title .en {
    font-size: 37px;
  }
}
.c-section__title .en span {
  color: #66A3B7;
}
.c-section__title .jp {
  margin-top: 20px;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  line-height: calc(32 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 10 * (100vw - 767px) / 673, 24px);
}
@media screen and (max-width: 767px) {
  .c-section__title .jp {
    font-size: 12px;
    margin-top: 8px;
  }
}
.c-section__title--white .en,
.c-section__title--white .jp {
  color: #fff;
}
.c-section__head {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: calc(42 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 8 * (100vw - 767px) / 673, 24px);
  margin-bottom: 30px;
}
.c-section__intro {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: calc(42 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 10 * (100vw - 767px) / 673, 24px);
  margin-bottom: 42px;
  color: #1E2939;
}
@media screen and (max-width: 767px) {
  .c-section__intro {
    font-size: 12px;
    margin-bottom: 18px;
  }
}
.c-section__intro--white {
  color: #fff;
}
.c-section__text {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
}

.c-intro__head {
  text-align: center;
  font-size: 64px;
  font-weight: 500;
  line-height: calc(78 / 64 * 1em);
  letter-spacing: normal;
  font-size: clamp(28px, 28px + 36 * (100vw - 767px) / 673, 64px);
  color: #66A3B7;
  margin-bottom: 54px;
}
@media screen and (max-width: 960px) {
  .c-intro__head {
    margin-bottom: 32px;
  }
}
.c-intro__subhead {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .c-intro__subhead {
    margin-bottom: 20px;
  }
}
.c-intro__subhead span {
  padding: 0 20px;
  display: inline-block;
  position: relative;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 30px;
  font-weight: 500;
  line-height: calc(36 / 30 * 1em);
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 12 * (100vw - 767px) / 673, 30px);
  color: #99A1AF;
}
@media screen and (max-width: 767px) {
  .c-intro__subhead span {
    padding: 0 14px;
    font-size: 15px;
  }
}
.c-intro__subhead span::before {
  content: "";
  width: 2px;
  height: 36px;
  background-color: #99A1AF;
  position: absolute;
  top: 55%;
  left: 100%;
  -webkit-transform: rotate(22deg) translateY(-50%);
          transform: rotate(22deg) translateY(-50%);
}
@media screen and (max-width: 960px) {
  .c-intro__subhead span::before {
    height: 22px;
    top: 50%;
  }
}
.c-intro__subhead span::after {
  content: "";
  width: 2px;
  height: 36px;
  background-color: #99A1AF;
  position: absolute;
  top: 55%;
  right: 100%;
  -webkit-transform: rotate(-22deg) translateY(-50%);
          transform: rotate(-22deg) translateY(-50%);
}
@media screen and (max-width: 960px) {
  .c-intro__subhead span::after {
    height: 22px;
    top: 50%;
  }
}
.c-intro__text {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: calc(32 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 7 * (100vw - 767px) / 673, 20px);
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .c-intro__text {
    line-height: 2em;
  }
}

/* c-mainv
--------------------------- */
.c-mainv {
  width: 100%;
  height: 454px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .c-mainv {
    height: 250px;
  }
}
.c-mainv::before {
  content: "";
  width: 60%;
  height: 100%;
  background: url(../img/common/lower-head.svg) no-repeat top left/contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-mainv::before {
    width: 92%;
    background: url(../img/common/lower-head.svg) no-repeat top right/cover;
  }
}
.c-mainv__inner {
  width: 90%;
  margin-inline: auto;
  height: 100%;
  position: relative;
  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;
}
.c-mainv__title {
  width: 50%;
  color: #fff;
}
.c-mainv__title span {
  display: block;
}
.c-mainv__title--en {
  font-size: 72px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(36px, 36px + 36 * (100vw - 767px) / 673, 72px);
  text-shadow: 0 4px 44px rgba(0, 0, 0, 0.4);
  margin-bottom: 15px;
}
.c-mainv__title--jp {
  font-size: 24px;
  font-weight: 600;
  line-height: calc(32 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 8 * (100vw - 767px) / 673, 24px);
}

/* c-breadcrumb
--------------------------- */
.c-breadcrumb {
  padding: 14px 0;
  border-bottom: solid 1px #d9d9d9;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 10px 0;
  }
}
.c-breadcrumb__list li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 673, 14px);
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list li {
    font-size: 14px;
  }
}
.c-breadcrumb__list li a {
  color: #000;
}
.c-breadcrumb__list li a span {
  color: #000;
}
.c-breadcrumb__list li a:hover {
  text-decoration: underline;
}
.c-breadcrumb__list li span {
  color: #000;
}
.c-breadcrumb__list li::after {
  content: ">";
  position: absolute;
  color: #007B99;
  top: 50%;
  right: -16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-breadcrumb__list li:last-child::after {
  content: none;
}
.c-breadcrumb__list li:not(:last-child) {
  margin-right: 21px;
}

/* c-button
--------------------------- */
.c-button a {
  max-width: 240px;
  margin-inline: auto;
  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;
  gap: 30px;
  padding: 18px 0;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 673, 18px);
  color: #fff;
  background-color: #E1AFAD;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 960px) {
  .c-button a {
    padding: 12px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-button a {
    max-width: 170px;
    padding: 10px 0;
  }
}
.c-button a::after {
  content: "";
  width: 32px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico-arw-pk.svg) no-repeat center/15%, #fff;
  border-radius: 100%;
  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;
}
@media screen and (max-width: 767px) {
  .c-button a::after {
    width: 16px;
    background-size: 22%;
  }
}
.c-button a:hover {
  opacity: 0.75;
}

.c-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 16px;
}
.c-anchor li a {
  display: inline-block;
  padding: 15px 24px;
  border: solid 1px #364153;
  background-color: #fff;
  overflow: hidden;
  border-radius: 70px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 3 * (100vw - 767px) / 673, 16px);
  color: #364153;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: none;
  transition: none;
}
.c-anchor li a:hover {
  background: #B7D5DD;
  background: -webkit-gradient(linear, left top, right top, from(rgb(183, 213, 221)), to(rgb(102, 163, 183)));
  background: linear-gradient(90deg, rgb(183, 213, 221) 0%, rgb(102, 163, 183) 100%);
  border-color: transparent;
  color: #fff;
}

/* c-pagination
--------------------------- */
.c-pagination {
  margin: 80px 0 140px;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    margin: 50px 0 80px;
  }
}
.c-pagination__list {
  text-align: center;
  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: 20px;
}
.c-pagination .page-numbers {
  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;
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  font-family: "Libre Baskerville", serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 673, 20px);
  color: #66A3B7;
  background-color: #F5F7FB;
}
@media screen and (max-width: 767px) {
  .c-pagination .page-numbers {
    width: 40px;
  }
}
.c-pagination .page-numbers.current {
  background: #66A3B7;
  pointer-events: none;
  color: #fff;
}
.c-pagination .page-numbers:hover {
  background-color: #66A3B7;
  color: #fff;
}
.c-pagination .page-numbers.prev {
  background-color: transparent;
  color: #0A0A0A;
}
.c-pagination .page-numbers.prev:hover {
  background-color: transparent;
  opacity: 0.7;
}
.c-pagination .page-numbers.next {
  background-color: transparent;
  color: #0A0A0A;
}
.c-pagination .page-numbers.next:hover {
  background-color: transparent;
  opacity: 0.7;
}

.c-pager {
  margin: 80px 0;
  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;
  gap: 54px;
}
@media screen and (max-width: 960px) {
  .c-pager {
    gap: 30px;
  }
}
.c-pager__arrow a {
  display: block;
  width: 284px;
  padding: 15px;
  border-radius: 4px;
  border: solid 1px #0A0A0A;
  position: relative;
}
@media screen and (max-width: 960px) {
  .c-pager__arrow a {
    width: 210px;
  }
}
@media screen and (max-width: 767px) {
  .c-pager__arrow a {
    width: 100px;
    padding: 6px 10px 10px 10px;
  }
}
.c-pager__arrow a span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 673, 14px);
  color: #007B99;
}
.c-pager__arrow a::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .c-pager__arrow a::after {
    width: 9px;
    height: 9px;
  }
}
.c-pager__arrow.prev a {
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .c-pager__arrow.prev a {
    padding-left: 20px;
  }
}
.c-pager__arrow.prev a::after {
  border-top: solid 1px #0A0A0A;
  border-left: solid 1px #0A0A0A;
  left: 15px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-pager__arrow.prev a::after {
    left: 12px;
  }
}
.c-pager__arrow.next a {
  padding-right: 35px;
}
@media screen and (max-width: 767px) {
  .c-pager__arrow.next a {
    padding-right: 20px;
  }
}
.c-pager__arrow.next a::after {
  border-top: solid 1px #0A0A0A;
  border-right: solid 1px #0A0A0A;
  right: 15px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-pager__arrow.next a::after {
    right: 12px;
  }
}
.c-pager__arrow-ttl {
  font-size: 14px;
  font-weight: 400;
  line-height: calc(23 / 14 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 673, 14px);
}
@media screen and (max-width: 767px) {
  .c-pager__arrow-ttl {
    display: none;
  }
}
.c-pager__arrow-no {
  display: block;
  width: 284px;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 960px) {
  .c-pager__arrow-no {
    width: 210px;
  }
}
@media screen and (max-width: 767px) {
  .c-pager__arrow-no {
    width: 100px;
  }
}
.c-pager__all {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 673, 18px);
  text-decoration: underline;
}
.c-pager__all:hover {
  text-decoration: none;
}

/* c-form
--------------------------- */
.c-form__wrap:not(:last-of-type) {
  margin-bottom: 32px;
}
.c-form__head {
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-form__head {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.c-form__head span {
  display: inline-block;
  margin-left: 18px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 1 * (100vw - 767px) / 673, 12px);
  color: #FF2F0A;
}
@media screen and (max-width: 767px) {
  .c-form__head span {
    font-size: 12px;
  }
}
.c-form__head span::before {
  content: "※";
  display: inline-block;
}
.c-form__content input[type=text],
.c-form__content input[type=tel],
.c-form__content input[type=email],
.c-form__content select,
.c-form__content textarea {
  width: 100%;
  background-color: #F5FDFF;
  padding: 15px 20px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 673, 18px);
}
@media screen and (max-width: 767px) {
  .c-form__content input[type=text],
  .c-form__content input[type=tel],
  .c-form__content input[type=email],
  .c-form__content select,
  .c-form__content textarea {
    padding: 14px;
  }
}
.c-form__content input[type=text]:placeholder,
.c-form__content input[type=tel]:placeholder,
.c-form__content input[type=email]:placeholder,
.c-form__content select:placeholder,
.c-form__content textarea:placeholder {
  color: #A9B9CB;
}
.c-form__content select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.c-form .form-label {
  font-size: 16px;
  font-weight: 700;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-form .form-label {
    margin-bottom: 8px;
  }
}
.c-form .form-head {
  font-size: 16px;
  font-weight: 700;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
}
.c-form .form-input {
  display: block;
  margin-bottom: 20px;
}
.c-form__btn {
  margin-top: 40px;
  text-align: center;
}
.c-form__btn > span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(15px, 15px + 3 * (100vw - 767px) / 673, 18px);
  margin-inline: auto;
  max-width: 320px;
  width: 80%;
  padding: 16px 12px 20px;
  border-radius: 6px;
  background-color: #66A3B7;
  color: #fff;
  border: solid 1px #66A3B7;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-form__btn > span {
    padding: 20px;
  }
}
.c-form__btn > span:hover {
  background-color: #fff;
  color: #66A3B7;
}
.c-form__btn .wpcf7-spinner {
  display: none;
}
.c-form__policy {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  margin: 32px 0;
}
.c-form__policy a {
  display: inline-block;
  text-decoration: underline;
}
.c-form__policy a:hover {
  text-decoration: none;
}
.c-form .checkbox span.wpcf7-list-item {
  min-width: calc((100% - 65px) / 4);
}
@media screen and (max-width: 960px) {
  .c-form .checkbox span.wpcf7-list-item {
    min-width: calc((100% - 75px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .c-form .checkbox span.wpcf7-list-item {
    min-width: calc((100% - 45px) / 2);
    margin-bottom: 5px;
    margin-left: 0;
  }
}
.c-form .checkbox span.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-form .checkbox span.wpcf7-list-item-label {
  font-size: 16px;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  letter-spacing: normal;
}
.c-form .wpcf7-not-valid-tip {
  font-size: 0.8em;
  font-weight: 400;
  color: #FF2F0A;
}
.c-form .radio span.wpcf7-list-item-label {
  font-size: 16px;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
}
@media screen and (max-width: 767px) {
  .c-form .wpcf7-list-item.first {
    margin-left: 0;
  }
}
.c-form__prev {
  text-align: center;
  margin-top: 30px;
}
.c-form__prev input[type=button] {
  display: inline-block;
  text-decoration: underline;
}
.c-form__prev input[type=button]:hover {
  text-decoration: none;
}

/* c-post
--------------------------- */
.c-post {
  margin-right: calc(50% - 50vw);
}
.c-post__list-item a {
  display: block;
  padding: 30px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .c-post__list-item a {
    padding: 20px 14px;
  }
}
.c-post__list-item a:hover .c-post__list-arw span {
  background-color: #fff;
  color: #0A0A0A;
}
.c-post__list-thumb {
  margin-bottom: 10px;
  padding-top: 70%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-post__list-thumb {
    width: 100%;
  }
}
.c-post__list-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.c-post__list-ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: calc(30 / 20 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 673, 20px);
  margin-bottom: 8px;
}
.c-post__list-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(28 / 16 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: solid 1px rgba(10, 10, 10, 0.3);
}
.c-post__list-tag span {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(11px, 11px + 1 * (100vw - 767px) / 673, 12px);
  color: #0A0A0A;
  padding: 5px 10px;
  background-color: rgba(10, 10, 10, 0.3);
}
.c-post__list-arw {
  position: absolute;
  right: 30px;
  bottom: 23px;
  z-index: 3;
}
@media screen and (max-width: 960px) {
  .c-post__list-arw {
    right: 14px;
    bottom: 13px;
  }
}
.c-post__list-arw span {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 673, 14px);
  color: #fff;
  border: solid 1px #0A0A0A;
  background-color: #0A0A0A;
  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;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 960px) {
  .c-post__list-arw span {
    width: 30px;
    height: 30px;
  }
}

/*-------------------
 * project
 -------------------*/
/* p-home
--------------------------- */
.p-home {
  overflow: hidden;
}

.p-home-mainv {
  width: 100%;
  min-height: 900px;
  height: 95vh;
  background: url(../img/home/mainv.jpg) no-repeat center right/cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 1140px) {
  .p-home-mainv {
    min-height: 720px;
  }
}
@media screen and (max-width: 960px) {
  .p-home-mainv {
    height: 62vh;
    min-height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-mainv {
    height: 92vh;
    min-height: auto;
    background-image: url(../img/home/mainv-sp.jpg);
  }
}
.p-home-mainv::before {
  content: "";
  max-width: 908px;
  aspect-ratio: 908/168;
  width: 60%;
  background: url(../img/common/parts-top.svg) no-repeat top left/contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-home-mainv::before {
    width: 128%;
  }
}
.p-home-mainv::after {
  content: "";
  max-width: 732px;
  aspect-ratio: 732/136;
  width: 50%;
  background: url(../img/common/parts-btm.svg) no-repeat right bottom/contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-home-mainv::after {
    content: none;
  }
}
.p-home-mainv__inner {
  width: 90%;
  height: 100%;
  margin-inline: auto;
  position: relative;
  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-home-mainv__inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 40px;
  }
}
.p-home-mainv__year {
  margin-bottom: 30px;
}
@media screen and (max-width: 1140px) {
  .p-home-mainv__year {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-mainv__year {
    margin-bottom: 8px;
    margin-top: 0;
  }
}
.p-home-mainv__year span {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 36px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(26px, 26px + 10 * (100vw - 767px) / 673, 36px);
  color: #fff;
  position: relative;
  padding: 0 72px;
}
@media screen and (max-width: 1140px) {
  .p-home-mainv__year span {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-mainv__year span {
    font-size: 18px;
    padding: 0 32px;
  }
}
.p-home-mainv__year span::before {
  content: "";
  width: 3px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: rotate(-15deg) translateY(-50%);
          transform: rotate(-15deg) translateY(-50%);
}
@media screen and (max-width: 1140px) {
  .p-home-mainv__year span::before {
    height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-mainv__year span::before {
    width: 2px;
    height: 25px;
  }
}
.p-home-mainv__year span::after {
  content: "";
  width: 3px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: rotate(15deg) translateY(-50%);
          transform: rotate(15deg) translateY(-50%);
}
@media screen and (max-width: 1140px) {
  .p-home-mainv__year span::after {
    height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-mainv__year span::after {
    width: 2px;
    height: 25px;
  }
}
.p-home-mainv__catch {
  font-size: 72px;
  font-weight: 600;
  line-height: calc(90 / 72 * 1em);
  letter-spacing: normal;
  font-size: clamp(34px, 34px + 38 * (100vw - 767px) / 673, 72px);
  color: #fff;
  text-shadow: 0 4px 44px rgba(0, 0, 0, 0.4);
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-home-mainv__catch {
    margin-bottom: 10px;
  }
}
.p-home-mainv__catch span {
  font-size: 28px;
  font-weight: 600;
  line-height: calc(60 / 28 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 12 * (100vw - 767px) / 673, 28px);
}
.p-home-mainv__sub {
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .p-home-mainv__sub {
    margin-bottom: 10px;
  }
}
.p-home-mainv__sub span {
  display: inline-block;
  padding: 8px 29px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 8 * (100vw - 767px) / 673, 24px);
  color: #fff;
  background-color: #1e2939;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .p-home-mainv__sub span {
    display: inline;
    padding: 3px 12px;
    line-height: 2.2em;
  }
}
.p-home-mainv__spsub {
  margin-bottom: 10px;
}
.p-home-mainv__spsub span {
  display: inline-block;
  padding: 5px 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: normal;
  color: #fff;
  background-color: #1e2939;
  border-radius: 3px;
  margin-bottom: 6px;
}
.p-home-mainv__txt {
  font-size: 18px;
  font-weight: 500;
  line-height: calc(30 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 6 * (100vw - 767px) / 673, 18px);
  color: #fff;
  text-shadow: 0 4px 44px rgba(0, 0, 0, 0.4);
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-home-mainv__txt {
    margin-bottom: 15px;
    line-height: 2em;
  }
}
.p-home-mainv__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
}
@media screen and (max-width: 767px) {
  .p-home-mainv__btn {
    gap: 13px;
  }
}
.p-home-mainv__btn-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
  padding: 18px 33px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  line-height: calc(28 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 6 * (100vw - 767px) / 673, 18px);
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1140px) {
  .p-home-mainv__btn-item a {
    padding: 12px 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-mainv__btn-item a {
    padding: 10px 15px;
    white-space: nowrap;
    gap: 15px;
  }
}
.p-home-mainv__btn-item a::after {
  content: "";
  width: 32px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  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;
}
@media screen and (max-width: 767px) {
  .p-home-mainv__btn-item a::after {
    width: 16px;
  }
}
.p-home-mainv__btn-item a:hover {
  opacity: 0.75;
}
.p-home-mainv__btn-item.contact a {
  max-width: 306px;
  color: #fff;
  background-color: #66A3B7;
}
.p-home-mainv__btn-item.contact a::after {
  background: url(../img/common/ico-arw-blue.svg) no-repeat center/15%, #fff;
}
@media screen and (max-width: 767px) {
  .p-home-mainv__btn-item.contact a::after {
    background-size: 22%;
  }
}
.p-home-mainv__btn-item.link a {
  max-width: 321px;
  color: #66A3B7;
  background-color: #fff;
}
.p-home-mainv__btn-item.link a::after {
  background: url(../img/common/ico-arw-wh.svg) no-repeat center/15%, #66A3B7;
}
@media screen and (max-width: 767px) {
  .p-home-mainv__btn-item.link a::after {
    background-size: 22%;
  }
}

.p-home-business {
  padding: 95px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-home-business {
    padding: 50px 0;
  }
}
.p-home-business::before {
  content: "";
  width: 100%;
  aspect-ratio: 1442/1083;
  background: url(../img/home/bg-business.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-home-business::before {
    aspect-ratio: 754/1650;
    background: url(../img/home/bg-business-sp.svg) no-repeat center bottom/contain;
  }
}
.p-home-business__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
  margin-bottom: 65px;
}
@media screen and (max-width: 960px) {
  .p-home-business__list {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-business__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 21px;
    margin-bottom: 30px;
  }
}
.p-home-business__list-box {
  width: 50%;
  border: solid 1px #6A7282;
  border-radius: 42px;
  background-color: #fff;
  -webkit-box-shadow: 25px 35px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 25px 35px 30px rgba(0, 0, 0, 0.1);
  padding: 34px 40px 55px;
}
@media screen and (max-width: 767px) {
  .p-home-business__list-box {
    max-width: 300px;
    width: 88%;
    margin-inline: auto;
    padding: 27px 25px;
    border-radius: 21px;
    -webkit-box-shadow: 12px 18px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 12px 18px 15px rgba(0, 0, 0, 0.1);
  }
}
.p-home-business__list-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(21px, 21px + 11 * (100vw - 767px) / 673, 32px);
  color: #66A3B7;
  margin-bottom: 18px;
}
.p-home-business__list-head span {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 48px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(32px, 32px + 16 * (100vw - 767px) / 673, 48px);
}
.p-home-business__list-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  color: #1E2939;
  margin-bottom: 20px;
}
.p-home-business__list-item li {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  color: #393951;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-home-business__list-item li {
    padding-left: 12px;
  }
}
.p-home-business__list-item li:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-home-business__list-item li:not(:last-child) {
    margin-bottom: 3px;
  }
}
.p-home-business__list-item li::before {
  content: "";
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #1E2939;
  position: absolute;
  top: 54%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-home-business__list-item li::before {
    width: 4px;
  }
}

.p-home-strength {
  padding: 100px 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-home-strength {
    padding: 50px 0 0;
  }
}
.p-home-strength::after {
  content: "";
  width: 100%;
  height: 42%;
  background-color: #66A3B7;
  border-radius: 100px 100px 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-home-strength::after {
    border-radius: 50px 50px 0 0;
    height: 66%;
  }
}
.p-home-strength__list {
  margin-top: 82px;
  width: 95%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
  padding-bottom: 130px;
}
@media screen and (max-width: 1140px) {
  .p-home-strength__list {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-strength__list {
    margin-top: 40px;
    width: 90%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 38px 36px;
    padding-bottom: 30px;
  }
}
.p-home-strength__list li {
  width: calc((100% - 114px) / 4);
}
@media screen and (max-width: 767px) {
  .p-home-strength__list li {
    width: calc((100% - 36px) / 2);
  }
}
.p-home-strength__list-img {
  width: 92%;
  margin-inline: auto;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-home-strength__list-img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.p-home-strength__list-ttl {
  font-size: 32px;
  font-weight: 500;
  line-height: calc(42 / 32 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 16 * (100vw - 767px) / 673, 32px);
  color: #fff;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .p-home-strength__list-ttl {
    font-size: 21px;
    margin-bottom: 10px;
  }
}
.p-home-strength__list-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  color: #fff;
}

.p-home-tech {
  padding: 80px 0;
  background: #66A3B7;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(102, 163, 183)), to(rgb(236, 245, 245)));
  background: linear-gradient(180deg, rgb(102, 163, 183) 0%, rgb(236, 245, 245) 100%);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-home-tech {
    padding: 50px 0;
  }
}
.p-home-tech::before {
  content: "";
  width: 42%;
  aspect-ratio: 719/1010;
  background: url(../img/home/bubble01.png) no-repeat center/contain;
  position: absolute;
  top: 2%;
  right: -4%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-home-tech::before {
    width: 74%;
    right: -10%;
    top: 6%;
  }
}
.p-home-tech::after {
  content: "";
  width: 38%;
  aspect-ratio: 673/945;
  background: url(../img/home/bubble02.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  left: -4%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-home-tech::after {
    width: 72%;
    left: -10%;
  }
}
.p-home-tech__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-home-tech__box {
    -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-home-tech__box:not(:last-of-type) {
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .p-home-tech__box:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.p-home-tech__box.first {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-home-tech__box.first {
    margin-top: 30px;
  }
}
.p-home-tech__box-head {
  width: 49%;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-home-tech__box-head {
    width: 88%;
    margin-inline: auto;
    margin-top: 0;
  }
}
.p-home-tech__box-sam {
  width: 51%;
  padding: 80px 50px;
  background-color: #fff;
  border: solid 1px #1E2939;
  border-radius: 42px;
  margin-left: -1px;
  -webkit-box-shadow: 25px 35px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 25px 35px 30px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1140px) {
  .p-home-tech__box-sam {
    padding: 50px 4.2%;
  }
}
@media screen and (max-width: 767px) {
  .p-home-tech__box-sam {
    margin-left: 0;
    margin-top: -1px;
    width: 100%;
    -webkit-box-shadow: 12px 18px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 12px 18px 15px rgba(0, 0, 0, 0.1);
    border-radius: 21px;
    padding: 35px 15px;
  }
}
.p-home-tech__box-dtl {
  padding: 80px 50px;
  background-color: #fff;
  border: solid 1px #1E2939;
  border-radius: 42px 0 0 42px;
  -webkit-box-shadow: 25px 35px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 25px 35px 30px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1140px) {
  .p-home-tech__box-dtl {
    padding: 50px 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-tech__box-dtl {
    padding: 40px 24px;
    border-radius: 21px 21px 0 0;
    -webkit-box-shadow: 12px 18px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 12px 18px 15px rgba(0, 0, 0, 0.1);
  }
}
.p-home-tech__box-spbtn {
  width: 100%;
}
.p-home-tech__head {
  font-size: 38px;
  font-weight: 500;
  line-height: calc(54 / 38 * 1em);
  letter-spacing: normal;
  font-size: clamp(21px, 21px + 17 * (100vw - 767px) / 673, 38px);
  color: #66A3B7;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .p-home-tech__head {
    margin-bottom: 18px;
  }
}
.p-home-tech__subhead {
  font-size: 24px;
  font-weight: 500;
  line-height: calc(42 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 8 * (100vw - 767px) / 673, 24px);
  color: #1E2939;
  margin-bottom: 32px;
}
@media screen and (max-width: 960px) {
  .p-home-tech__subhead {
    margin-bottom: 18px;
  }
}
.p-home-tech__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  color: #1E2939;
}
.p-home-tech__btn {
  text-align: right;
  margin-top: 56px;
}
@media screen and (max-width: 960px) {
  .p-home-tech__btn {
    margin-top: 30px;
  }
}
.p-home-tech__btn a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 673, 18px);
  color: #1E2939;
  position: relative;
  padding-right: 52px;
}
@media screen and (max-width: 767px) {
  .p-home-tech__btn a {
    font-size: 12px;
    padding-right: 42px;
  }
}
.p-home-tech__btn a::after {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico-arw-bk.svg) no-repeat center/contain;
  position: absolute;
  top: 56%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-home-tech__btn a::after {
    width: 16px;
  }
}
.p-home-tech__btn a:hover::after {
  right: 10px;
}
.p-home-tech__list li {
  padding: 21px 25px;
  border-radius: 80px;
  background-color: #F5F7FB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
}
@media screen and (max-width: 960px) {
  .p-home-tech__list li {
    padding: 14px;
    gap: 20px;
  }
}
.p-home-tech__list li:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-home-tech__list li:not(:last-child) {
    margin-bottom: 12px;
  }
}
.p-home-tech__list-num {
  width: 83px;
  height: 83px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #66A3B7;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 32px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 14 * (100vw - 767px) / 673, 32px);
  color: #fff;
  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;
}
@media screen and (max-width: 1140px) {
  .p-home-tech__list-num {
    width: 62px;
    height: 62px;
  }
}
@media screen and (max-width: 960px) {
  .p-home-tech__list-num {
    width: 54px;
    height: 54px;
  }
}
.p-home-tech__list-ttl {
  font-size: 24px;
  font-weight: 500;
  line-height: calc(42 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 10 * (100vw - 767px) / 673, 24px);
  color: #1E2939;
  margin-bottom: 6px;
}
@media screen and (max-width: 960px) {
  .p-home-tech__list-ttl {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-tech__list-ttl {
    font-size: 16px;
  }
}
.p-home-tech__list-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(20 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 5 * (100vw - 767px) / 673, 16px);
  color: #1E2939;
}
@media screen and (max-width: 767px) {
  .p-home-tech__list-txt {
    font-size: 12px;
  }
}

.p-home-flow {
  padding: 95px 0;
  -webkit-box-shadow: 25px 35px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 25px 35px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-home-flow {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home-flow {
    -webkit-box-shadow: 12px 18px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 12px 18px 15px rgba(0, 0, 0, 0.1);
  }
}
.p-home-flow__inner {
  width: 95%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-home-flow__inner {
    max-width: 290px;
    width: 100%;
  }
}
.p-home-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding: 0 20px 32px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-home-flow__list {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-flow__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
    padding: 0 20px 60px;
  }
}
.p-home-flow__list::before {
  content: "";
  width: 100%;
  max-height: 246px;
  aspect-ratio: 1367/246;
  background: url(../img/home/flow-arw.svg) no-repeat right center/100%;
  position: absolute;
  right: 0;
  top: 48px;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-home-flow__list::before {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home-flow__list::before {
    aspect-ratio: 592/1638;
    max-height: 100%;
    background: url(../img/home/flow-arw-sp.svg) no-repeat center bottom/cover;
    top: 20px;
  }
}
.p-home-flow__list li {
  width: calc((100% - 96px) / 5);
}
@media screen and (max-width: 960px) {
  .p-home-flow__list li {
    width: calc((100% - 40px) / 5);
  }
}
@media screen and (max-width: 767px) {
  .p-home-flow__list li {
    width: 100%;
  }
}
.p-home-flow__list-num {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 84px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(25px, 25px + 59 * (100vw - 767px) / 673, 84px);
  color: #66A3B7;
  margin-bottom: 22px;
}
@media screen and (max-width: 960px) {
  .p-home-flow__list-num {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-flow__list-num {
    font-size: 42px;
  }
}
.p-home-flow__list-ttl {
  font-size: 24px;
  font-weight: 500;
  line-height: calc(32 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 12 * (100vw - 767px) / 953, 24px);
  margin-bottom: 15px;
  color: #66A3B7;
}
@media screen and (max-width: 960px) {
  .p-home-flow__list-ttl {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-flow__list-ttl {
    font-size: 21px;
  }
}
.p-home-flow__list-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 6 * (100vw - 767px) / 673, 16px);
  color: #1E2939;
}
@media screen and (max-width: 767px) {
  .p-home-flow__list-txt {
    font-size: 12px;
  }
}

.p-home-column {
  background: #ECF5F5;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(236, 245, 245)), to(rgb(232, 242, 242)));
  background: linear-gradient(180deg, rgb(236, 245, 245) 0%, rgb(232, 242, 242) 100%);
}
.p-home-column__list {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .p-home-column__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 40px;
  }
}
.p-home-column__list li {
  width: calc((100% - 36px) / 3);
  border-radius: 24px;
  overflow: hidden;
  -webkit-box-shadow: 25px 35px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 25px 35px 30px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-home-column__list li {
    -webkit-box-shadow: 12px 18px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 12px 18px 15px rgba(0, 0, 0, 0.1);
    width: 90%;
    margin-inline: auto;
  }
}
.p-home-column__list li a {
  display: block;
  height: 100%;
  position: relative;
}
.p-home-column__list li a::after {
  content: "";
  width: 32px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: url(../img/common/ico-arw-wh.svg) no-repeat center/14%, #7D8392;
  position: absolute;
  right: 32px;
  bottom: 25px;
}
@media screen and (max-width: 960px) {
  .p-home-column__list li a::after {
    right: 4.2%;
    bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-column__list li a::after {
    width: 25px;
    background-size: 16%;
  }
}
.p-home-column__list-thumb {
  width: 100%;
  aspect-ratio: 396/231;
  position: relative;
  overflow: hidden;
}
.p-home-column__list-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-column__list-wrap {
  height: 100%;
  padding: 22px 26px 66px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .p-home-column__list-wrap {
    padding: 22px 4.2% 52px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-column__list-wrap {
    height: auto;
    padding: 18px 5.2% 42px;
  }
}
.p-home-column__list-ttl {
  font-size: 24px;
  font-weight: 500;
  line-height: calc(32 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 8 * (100vw - 767px) / 673, 24px);
  color: #1E2939;
  margin-bottom: 10px;
}
.p-home-column__list-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 5 * (100vw - 767px) / 673, 16px);
  color: #1E2939;
}
@media screen and (max-width: 767px) {
  .p-home-column__list-txt {
    font-size: 12px;
  }
}
.p-home-column__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .p-home-column__info {
    margin-bottom: 14px;
  }
}
.p-home-column__info .cat {
  display: inline-block;
  padding: 6px 8px 8px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(9px, 9px + 7 * (100vw - 767px) / 673, 16px);
  background-color: #66A3B7;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-home-column__info .cat {
    font-size: 12px;
  }
}
.p-home-column__info .date {
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(9px, 9px + 7 * (100vw - 767px) / 673, 16px);
  color: #6A7282;
}
@media screen and (max-width: 767px) {
  .p-home-column__info .date {
    font-size: 12px;
  }
}
.p-home-column__info .tag {
  margin-left: auto;
  margin-right: 0;
  display: inline-block;
  padding: 4px 9px 5px;
  border: solid 1px #6A7282;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(9px, 9px + 3 * (100vw - 767px) / 673, 12px);
  color: #6A7282;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-home-column__info .tag {
    font-size: 12px;
  }
}

.p-home-news {
  background: #ECF5F5;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(236, 245, 245)), to(rgb(232, 242, 242)));
  background: linear-gradient(180deg, rgb(236, 245, 245) 0%, rgb(232, 242, 242) 100%);
}
.p-home-news__list {
  margin-top: 65px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .p-home-news__list {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.p-home-news__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #6A7282;
  border-radius: 24px;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 25px 35px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 25px 35px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-right: 80px;
}
@media screen and (max-width: 960px) {
  .p-home-news__list li a {
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-news__list li a {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    padding-right: 0;
    border-radius: 12px;
    -webkit-box-shadow: 12px 18px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 12px 18px 15px rgba(0, 0, 0, 0.1);
  }
}
.p-home-news__list li a::after {
  content: "";
  width: 32px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: url(../img/common/ico-arw-wh.svg) no-repeat center/14%, #7D8392;
  position: absolute;
  right: 44px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .p-home-news__list li a::after {
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-news__list li a::after {
    content: none;
  }
}
.p-home-news__list li:not(:last-child) {
  margin-bottom: 24px;
}
.p-home-news__list-wrap {
  padding-left: 45px;
}
@media screen and (max-width: 960px) {
  .p-home-news__list-wrap {
    padding-left: 26px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-news__list-wrap {
    padding: 18px 20px;
    width: 70%;
  }
}
.p-home-news__list-thumb {
  max-width: 312px;
  aspect-ratio: 312/148;
  width: 30%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-home-news__list-thumb {
    aspect-ratio: 1/1;
  }
}
.p-home-news__list-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-news__list-ttl {
  font-size: 24px;
  font-weight: 500;
  line-height: calc(32 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 10 * (100vw - 767px) / 673, 24px);
  color: #1E2939;
}
.p-home-news__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-home-news__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 10px;
    margin-bottom: 8px;
  }
}
.p-home-news__info .date {
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 5 * (100vw - 767px) / 673, 16px);
  color: #6A7282;
}
.p-home-news__info .cat {
  display: inline-block;
  padding: 6px 8px 8px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 5 * (100vw - 767px) / 673, 16px);
  background-color: #66A3B7;
  color: #fff;
}
.p-home-cta {
  padding: 110px 0 80px;
  background: url(../img/home/bg-contact.jpg) no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .p-home-cta {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home-cta {
    background-image: url(../img/home/bg-contact-sp.jpg);
  }
}
.p-home-cta__head {
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  line-height: calc(62 / 48 * 1em);
  letter-spacing: normal;
  font-size: clamp(24px, 24px + 24 * (100vw - 767px) / 673, 48px);
  color: #fff;
  margin-bottom: 24px;
}
.p-home-cta__txt {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(32 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 6 * (100vw - 767px) / 673, 20px);
  color: #fff;
  margin-bottom: 35px;
}
.p-home-cta__btn a {
  max-width: 378px;
  margin-inline: auto;
  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;
  gap: 30px;
  padding: 18px 0;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 673, 18px);
  color: #fff;
  background-color: #66A3B7;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-home-cta__btn a {
    padding: 12px 0;
    max-width: 300px;
  }
}
.p-home-cta__btn a::after {
  content: "";
  width: 32px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico-arw-blue.svg) no-repeat center/15%, #fff;
  border-radius: 100%;
  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;
}
@media screen and (max-width: 767px) {
  .p-home-cta__btn a::after {
    width: 22px;
  }
}
.p-home-cta__btn a:hover {
  opacity: 0.75;
}

/* p-news
--------------------------- */
.p-news-mainv {
  background: url(../img/column/mainv.jpg) no-repeat center/cover;
}
.p-news__contents {
  padding: 100px 0 70px;
}
@media screen and (max-width: 767px) {
  .p-news__contents {
    padding: 60px 0 10px;
  }
}
.p-news__list li:not(:last-child) {
  border-bottom: solid 1px #000;
}
.p-news__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 35px;
  padding: 25px 35px 25px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-news__list li a {
    gap: 15px 20px;
  }
}
.p-news__list li a::after {
  content: "";
  width: 28px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico-arw-bk.svg) no-repeat center/72%;
  position: absolute;
  top: 25px;
  right: 0;
}
.p-news__list li a:hover .p-news__list-ttl {
  color: #FF2F0A;
}
.p-news__list-date {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
}
.p-news__list-tag {
  text-align: center;
  display: inline-block;
  width: 120px;
  padding: 8px;
  background-color: #66A3B7;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  color: #fff;
}
.p-news__list-ttl {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
}
@media screen and (max-width: 767px) {
  .p-news__list-ttl {
    font-size: 16px;
  }
}
.p-news-single {
  padding-top: 80px;
}
@media screen and (max-width: 960px) {
  .p-news-single {
    padding-top: 54px;
  }
}
@media screen and (max-width: 767px) {
  .p-news-single {
    padding-top: 32px;
  }
}
.p-news-single__btn {
  margin: 65px 0 90px;
}
@media screen and (max-width: 767px) {
  .p-news-single__btn {
    margin: 32px 0 50px;
  }
}
.p-news__main {
  max-width: 900px;
  margin-inline: auto;
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .p-news__main {
    padding-bottom: 60px;
  }
}
.p-news__article-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 52px;
}
@media screen and (max-width: 960px) {
  .p-news__article-head {
    gap: 20px;
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 767px) {
  .p-news__article-head {
    gap: 14px;
    margin-bottom: 24px;
  }
}
.p-news__article-head .tag {
  display: inline-block;
  padding: 8px 26px;
  color: #fff;
  background-color: #66A3B7;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 6 * (100vw - 767px) / 673, 18px);
  border-radius: 50px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-news__article-head .tag {
    padding: 5px 20px;
  }
}
.p-news__article-head .date {
  font-size: 18px;
  font-weight: 500;
  line-height: calc(24 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 6 * (100vw - 767px) / 673, 18px);
  color: #79716B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.p-news__article-ttl {
  font-size: 42px;
  font-weight: 600;
  line-height: calc(60 / 42 * 1em);
  letter-spacing: normal;
  font-size: clamp(26px, 26px + 16 * (100vw - 767px) / 673, 42px);
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-news__article-ttl {
    margin-bottom: 28px;
  }
}
.p-news__article-read {
  padding: 60px 50px;
  background-color: #FFF9EE;
  font-size: 24px;
  font-weight: 500;
  line-height: calc(42 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(15px, 15px + 9 * (100vw - 767px) / 673, 24px);
  margin-bottom: 62px;
}
@media screen and (max-width: 960px) {
  .p-news__article-read {
    padding: 40px 26px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-news__article-read {
    padding: 30px 4.2%;
  }
}
.p-news__article-thumb {
  text-align: center;
  margin-bottom: 35px;
}
.p-news__article-thumb img {
  max-width: 100%;
  display: inline-block;
}
.p-news__article-main {
  padding-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .p-news__article-main {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-news__article-main {
    padding-bottom: 40px;
  }
}
.p-news__article-main h2 {
  padding: 15px 30px 15px 17px;
  background-color: #66A3B7;
  border-radius: 4px 42px 4px 4px;
  font-size: 24px;
  font-weight: 600;
  line-height: calc(32 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 6 * (100vw - 767px) / 673, 24px);
  color: #fff;
  margin-bottom: 24px;
}
.p-news__article-main h3 {
  margin: 16px 0;
  font-size: 24px;
  font-weight: 500;
  line-height: calc(32 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 6 * (100vw - 767px) / 673, 24px);
  color: #66A3B7;
}
.p-news__article-main h4 {
  margin: 16px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: calc(32 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 673, 20px);
  padding-bottom: 17px;
  position: relative;
}
.p-news__article-main h4::before {
  content: "";
  width: 32px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-news__article-main p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(32 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
}
.p-news__article-main p + p {
  margin-top: 24px;
}
.p-news-detail__nav {
  margin: 90px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-news-detail__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.p-news-detail__nav-item {
  width: 50%;
  padding: 18px 20px 30px;
  background-color: transparent;
  border: solid 1px #66A3B7;
}
@media screen and (max-width: 767px) {
  .p-news-detail__nav-item {
    width: 100%;
    padding: 20px 4.2%;
  }
}
.p-news-detail__nav-item.next .nav-label {
  text-align: right;
}
.p-news-detail__nav-item.next .nav-text {
  padding-left: 0;
  padding-right: 34px;
}
@media screen and (max-width: 767px) {
  .p-news-detail__nav-item.next .nav-text {
    padding-right: 15px;
  }
}
.p-news-detail__nav-item .nav-label {
  display: block;
  margin-bottom: 15px;
}
.p-news-detail__nav-item .nav-label span {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 30px;
  border: solid 1px #000;
  font-size: 12px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 1 * (100vw - 767px) / 673, 12px);
}
.p-news-detail__nav-item .nav-content {
  width: 92%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-news-detail__nav-item .nav-text {
  width: 60%;
  padding-left: 34px;
}
@media screen and (max-width: 767px) {
  .p-news-detail__nav-item .nav-text {
    width: 68%;
    padding-left: 15px;
  }
}
.p-news-detail__nav-item .nav-text .tag {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: calc(16 / 12 * 1em);
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 1 * (100vw - 767px) / 673, 12px);
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-news-detail__nav-item .nav-text .tag {
    margin-bottom: 6px;
  }
}
.p-news-detail__nav-item .nav-text .title {
  font-size: 18px;
  font-weight: 500;
  line-height: calc(24 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 673, 18px);
}
.p-news-detail__nav-item .nav-thumb {
  max-width: 198px;
  width: 40%;
  aspect-ratio: 198/124;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-news-detail__nav-item .nav-thumb {
    width: 32%;
    border-radius: 5px;
  }
}
.p-news-detail__nav-item .nav-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

/* p-about
--------------------------- */
.p-about-mainv {
  background: url(../img/about/mainv.jpg) no-repeat center/cover;
}
.p-about-intro {
  padding: 100px 0 110px;
  background-color: #ECF5F5;
}
@media screen and (max-width: 960px) {
  .p-about-intro {
    padding: 60px 0;
  }
}
.p-about-intro__dtl {
  max-width: 1220px;
  margin-inline: auto;
}
.p-about-intro__dtl-wrap {
  display: block;
  padding: 90px 80px 60px;
  border-radius: 42px;
  border: solid 1px #6A7282;
  background-color: #fff;
  -webkit-box-shadow: 25px 35px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 25px 35px 30px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 960px) {
  .p-about-intro__dtl-wrap {
    padding: 60px 4.2% 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-intro__dtl-wrap {
    padding: 40px 4.2%;
    border-radius: 20px;
  }
}
.p-about-intro__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
  margin-bottom: 45px;
}
@media screen and (max-width: 960px) {
  .p-about-intro__info {
    gap: 24px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-intro__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 25px;
  }
}
.p-about-intro__info-dtl {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-about-intro__info-dtl {
    width: 100%;
  }
}
.p-about-intro__info-dtl dt {
  width: 100px;
  font-size: 18px;
  font-weight: 500;
  line-height: calc(28 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 5 * (100vw - 767px) / 673, 18px);
  color: #66A3B7;
}
@media screen and (max-width: 960px) {
  .p-about-intro__info-dtl dt {
    width: 80px;
  }
}
.p-about-intro__info-dtl dd {
  width: calc(100% - 100px);
  font-size: 18px;
  font-weight: 500;
  line-height: calc(28 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 5 * (100vw - 767px) / 673, 18px);
  color: #101828;
}
@media screen and (max-width: 960px) {
  .p-about-intro__info-dtl dd {
    width: calc(100% - 80px);
  }
}
.p-about-intro__info-dtl dd .en {
  font-family: "Lato", sans-serif;
  font-style: normal;
  display: block;
  color: #B4B8C0;
}
.p-about-intro__info-dtl dd .tel, .p-about-intro__info-dtl dd .fax {
  margin-top: 12px;
  display: inline-block;
  padding: 6px 16px 8px;
  border-radius: 10px;
  background-color: #F3F4F6;
  color: #101828;
}
@media screen and (max-width: 767px) {
  .p-about-intro__info-dtl dd .tel, .p-about-intro__info-dtl dd .fax {
    border-radius: 6px;
  }
}
.p-about-intro__info-dtl dd .tel {
  margin-right: 14px;
}
.p-about-intro__info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-about-intro__info-wrap:not(:last-of-type) {
  padding-bottom: 42px;
  margin-bottom: 42px;
  border-bottom: solid 1px #E5E7EB;
}
@media screen and (max-width: 960px) {
  .p-about-intro__info-wrap:not(:last-of-type) {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
.p-about-intro__info-img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-about-intro__info-img {
    width: 100%;
  }
}
.p-about-intro__end {
  padding-top: 48px;
  border-top: solid 1px #E5E7EB;
}
@media screen and (max-width: 960px) {
  .p-about-intro__end {
    padding-top: 25px;
  }
}
.p-about-intro__end-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-about-intro__end dt {
  width: 100px;
  font-size: 18px;
  font-weight: 500;
  line-height: calc(28 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 5 * (100vw - 767px) / 673, 18px);
  color: #66A3B7;
}
@media screen and (max-width: 960px) {
  .p-about-intro__end dt {
    width: 80px;
  }
}
.p-about-intro__end dd {
  width: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 960px) {
  .p-about-intro__end dd {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .p-about-intro__end dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.p-about-intro__end dd span {
  display: block;
  width: calc((100% - 12px) / 2);
  padding: 20px 32px;
  border-radius: 10px;
  background-color: #F3F4F6;
  font-size: 18px;
  font-weight: 500;
  line-height: calc(28 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 5 * (100vw - 767px) / 673, 18px);
  color: #101828;
}
@media screen and (max-width: 960px) {
  .p-about-intro__end dd span {
    padding: 14px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-intro__end dd span {
    width: 100%;
    border-radius: 6px;
  }
}
.p-about-intro__end dd span::before {
  content: "";
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #101828;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-about-intro__end dd span::before {
    width: 5px;
  }
}
.p-about-history {
  padding: 0;
  background-color: #fff;
}
.p-about-history__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-about-history__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-about-history__image {
  width: 38%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-about-history__image {
    width: 100%;
    aspect-ratio: 3/2;
  }
}
.p-about-history__image-item {
  width: 100%;
  height: 100%;
  position: relative;
}
.p-about-history__image-item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about-history__info {
  width: 62%;
  padding: 68px 4.2% 94px;
}
@media screen and (max-width: 767px) {
  .p-about-history__info {
    width: 92%;
    margin-inline: auto;
    padding: 32px 4.2% 40px;
  }
}
.p-about-history__dtl {
  margin-top: 60px;
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  .p-about-history__dtl {
    margin-top: 35px;
  }
}
.p-about-history__dtl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-about-history__dtl dt {
  width: 90px;
  font-size: 18px;
  font-weight: 500;
  line-height: calc(24 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 673, 18px);
  color: #364153;
  padding: 26px 26px 26px 0;
  border-right: solid 1px #99A1AF;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-about-history__dtl dt {
    width: 74px;
    padding: 20px 0;
  }
}
.p-about-history__dtl dt::after {
  content: "";
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  position: absolute;
  top: 35px;
  right: -6px;
}
@media screen and (max-width: 960px) {
  .p-about-history__dtl dt::after {
    top: 24px;
  }
}
.p-about-history__dtl dt.blue::after {
  background-color: #66A3B7;
}
.p-about-history__dtl dt.red::after {
  background-color: #E1AFAD;
}
.p-about-history__dtl dt.green::after {
  background-color: #75BCA2;
}
.p-about-history__dtl dd {
  width: calc(100% - 90px);
  font-size: 16px;
  font-weight: 400;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  color: #364153;
  padding: 26px 0 26px 30px;
}
@media screen and (max-width: 960px) {
  .p-about-history__dtl dd {
    width: calc(100% - 74px);
    padding: 20px 0 20px 25px;
  }
}
.p-about-phy {
  padding: 96px 0 148px;
  background: #66A3B7;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(102, 163, 183)), to(rgb(236, 245, 245)));
  background: linear-gradient(180deg, rgb(102, 163, 183) 0%, rgb(236, 245, 245) 100%);
}
@media screen and (max-width: 960px) {
  .p-about-phy {
    padding: 60px 0 100px;
  }
}
.p-about-phy__list {
  margin-top: 72px;
  padding: 74px 4.2%;
  background-color: #fff;
  border-radius: 42px;
  border: solid 1px #6A7282;
  -webkit-box-shadow: 25px 35px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 25px 35px 30px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-about-phy__list {
    margin-top: 42px;
    padding: 40px 4.2%;
    border-radius: 21px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-about-phy__list-item {
  width: 50%;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .p-about-phy__list-item {
    width: 100%;
    padding: 0;
  }
}
.p-about-phy__list-item:not(:last-of-type) {
  border-right: solid 1px #99A1AF;
}
@media screen and (max-width: 767px) {
  .p-about-phy__list-item:not(:last-of-type) {
    border-right: none;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: solid 1px #99A1AF;
  }
}
.p-about-phy__list-head {
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 8 * (100vw - 767px) / 673, 24px);
  color: #364153;
  margin-bottom: 25px;
}
.p-about-phy__list-head span {
  display: block;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 110px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(45px, 45px + 65 * (100vw - 767px) / 673, 110px);
  white-space: nowrap;
  color: #D1D5DC;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-about-phy__list-head span {
    font-size: 54px;
  }
}
.p-about-phy__list-head span::first-letter {
  color: #66A3B7;
}
.p-about-phy__list-txt {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 6 * (100vw - 767px) / 673, 16px);
  color: #364153;
}
@media screen and (max-width: 767px) {
  .p-about-phy__list-txt {
    font-size: 12px;
  }
}

/* p-faq
--------------------------- */
.p-faq {
  padding-bottom: 100px;
}
.p-faq-mainv {
  background: url(../img/faq/mainv.jpg) no-repeat center/cover;
}
.p-faq__inner {
  max-width: 835px;
  width: 84%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-faq__inner {
    width: 92%;
  }
}
@media screen and (max-width: 767px) {
  .p-faq-intro {
    padding-bottom: 30px;
  }
}
.p-faq-intro__head {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: calc(34 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 6 * (100vw - 767px) / 673, 20px);
  color: #4A5565;
  margin-bottom: 40px;
}
.p-faq__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 16px;
}
.p-faq__anchor li a {
  display: inline-block;
  padding: 15px 24px;
  border: solid 1px #364153;
  background-color: #fff;
  overflow: hidden;
  border-radius: 70px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 3 * (100vw - 767px) / 673, 16px);
  color: #364153;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: none;
  transition: none;
}
.p-faq__anchor li a:hover {
  background: #B7D5DD;
  background: -webkit-gradient(linear, left top, right top, from(rgb(183, 213, 221)), to(rgb(102, 163, 183)));
  background: linear-gradient(90deg, rgb(183, 213, 221) 0%, rgb(102, 163, 183) 100%);
  border-color: transparent;
  color: #fff;
}
.p-faq__head {
  padding: 15px 30px 15px 17px;
  background-color: #66A3B7;
  border-radius: 4px 42px 4px 4px;
  font-size: 24px;
  font-weight: 600;
  line-height: calc(32 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 6 * (100vw - 767px) / 673, 24px);
  color: #fff;
  margin-bottom: 24px;
}
.p-faq__box:not(:last-of-type) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-faq__box:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.p-faq__dtl-wrap {
  border: solid 1px #E5E7EB;
  border-radius: 10px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .p-faq__dtl-wrap {
    padding: 20px 20px 20px 12px;
  }
}
.p-faq__dtl-wrap:not(:last-of-type) {
  margin-bottom: 16px;
}
.p-faq__dtl dt {
  font-size: 18px;
  font-weight: 500;
  line-height: calc(26 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 673, 18px);
  color: #66A3B7;
  padding-left: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__dtl dt {
    font-size: 15px;
    padding-left: 30px;
  }
}
.p-faq__dtl dt::before {
  content: "Q.";
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 28px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 10 * (100vw - 767px) / 673, 28px);
  color: #66A3B7;
  position: absolute;
  top: -2px;
  left: 5px;
}
@media screen and (max-width: 767px) {
  .p-faq__dtl dt::before {
    top: 0;
  }
}
.p-faq__dtl dt::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 1px #364153;
  border-bottom: solid 1px #364153;
  position: absolute;
  right: 0;
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-faq__dtl dt.active::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.p-faq__dtl dt:hover {
  cursor: pointer;
}
.p-faq__dtl dd {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  padding-left: 50px;
  position: relative;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-faq__dtl dd {
    padding-left: 30px;
    font-size: 14px;
  }
}
.p-faq__dtl dd::before {
  content: "A.";
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 28px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 10 * (100vw - 767px) / 673, 28px);
  color: #66A3B7;
  position: absolute;
  top: 0px;
  left: 7px;
}
.p-faq__dtl dd.open {
  max-height: 1000px;
  margin-top: 20px;
}

/* p-contact
--------------------------- */
.p-contact {
  background-color: #fff;
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-bottom: 80px;
  }
}
.p-contact-mainv {
  background: url(../img/contact/mainv.jpg) no-repeat center/cover;
}
.p-contact-intro__head {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: calc(34 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 6 * (100vw - 767px) / 673, 20px);
  color: #4A5565;
  margin-bottom: 54px;
}
.p-contact__anchor {
  max-width: 910px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-contact__anchor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.p-contact__anchor li {
  width: calc((100% - 32px) / 3);
}
@media screen and (max-width: 767px) {
  .p-contact__anchor li {
    width: 100%;
  }
}
.p-contact__anchor li a {
  text-align: center;
  height: 100%;
  display: block;
  border: solid 1px #6A7282;
  background-color: #fff;
  border-radius: 42px;
  padding: 45px 24px 30px;
  -webkit-box-shadow: 25px 35px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 25px 35px 30px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-contact__anchor li a {
    padding: 18px;
    border-radius: 21px;
  }
}
.p-contact__anchor li .tel {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-contact__anchor li .tel {
    pointer-events: all;
  }
}
.p-contact__anchor-head {
  font-size: 32px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(22px, 22px + 10 * (100vw - 767px) / 673, 32px);
  color: #66A3B7;
  margin-bottom: 18px;
  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;
  gap: 10px;
}
.p-contact__anchor-head::before {
  content: "";
  width: 36px;
  aspect-ratio: 1/1;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .p-contact__anchor-head::before {
    width: 30px;
  }
}
.p-contact__anchor-head.map::before {
  background: url(../img/contact/ico-map.svg) no-repeat center/contain;
}
.p-contact__anchor-head.call::before {
  background: url(../img/contact/ico-tel.svg) no-repeat center/contain;
}
.p-contact__anchor-head.fax::before {
  background: url(../img/contact/ico-fax.svg) no-repeat center/contain;
}
.p-contact__anchor-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  color: #1E2939;
}
@media screen and (max-width: 767px) {
  .p-contact__anchor-txt {
    font-size: 14px;
  }
}
.p-contact-form {
  padding: 100px 0 30px;
}
@media screen and (max-width: 960px) {
  .p-contact-form {
    padding: 60px 0 20px;
  }
}
.p-contact-form__inner {
  width: 92%;
  margin-inline: auto;
}
.p-contact__head {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: calc(36 / 30 * 1em);
  letter-spacing: normal;
  font-size: clamp(20px, 20px + 10 * (100vw - 767px) / 673, 30px);
  margin-bottom: 18px;
}
.p-contact__text {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(24 / 14 * 1em);
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 1 * (100vw - 767px) / 673, 14px);
  margin-bottom: 32px;
}
.p-contact__form {
  max-width: 750px;
  margin-inline: auto;
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    width: 100%;
    margin-bottom: 32px;
  }
}
.p-contact__form-end {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(20 / 14 * 1em);
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 1 * (100vw - 767px) / 673, 14px);
}
.p-contact__form-btn {
  margin-top: 42px;
}
.p-contact__form-btn span {
  max-width: 240px;
  margin-inline: auto;
  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;
  gap: 30px;
  padding: 18px 0;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 673, 18px);
  color: #fff;
  background-color: #E1AFAD;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 960px) {
  .p-contact__form-btn span {
    padding: 12px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form-btn span {
    max-width: 170px;
    padding: 10px 0;
  }
}
.p-contact__form-btn span::after {
  content: "";
  width: 32px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico-arw-pk.svg) no-repeat center/15%, #fff;
  border-radius: 100%;
  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;
}
@media screen and (max-width: 767px) {
  .p-contact__form-btn span::after {
    width: 16px;
    background-size: 22%;
  }
}
.p-contact__form-btn span:hover {
  opacity: 0.75;
  cursor: pointer;
}
.p-contact__form-btn .wpcf7-spinner {
  display: none;
}
.p-contact__form .wpcf7 form.invalid .wpcf7-response-output, .p-contact__form .wpcf7 form.unaccepted .wpcf7-response-output, .p-contact__form .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #FF0000;
}
.p-contact__form .hsfc-Button {
  background-color: #66A3B7 !important;
}
.p-contact__format dt {
  font-size: 14px;
  font-weight: 500;
  line-height: calc(20 / 14 * 1em);
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 1 * (100vw - 767px) / 673, 14px);
  margin-bottom: 10px;
}
.p-contact__format dt span {
  display: inline-block;
  margin-left: 2px;
}
.p-contact__format dt span::after {
  content: "*";
  color: #FF0000;
  vertical-align: top;
}
.p-contact__format dd {
  margin-bottom: 24px;
}
.p-contact__format dd input, .p-contact__format dd textarea, .p-contact__format dd select {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 11px 16px;
  border: solid 1px #D1D5DC;
}
@media screen and (max-width: 767px) {
  .p-contact__format dd input, .p-contact__format dd textarea, .p-contact__format dd select {
    border-radius: 5px;
  }
}
.p-contact__att {
  max-width: 710px;
  margin-inline: auto;
}
.p-contact__att-wrap {
  padding: 44px 28px;
  background-color: #ecf5f5;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-contact__att-wrap {
    padding: 26px 4.2% 34px;
    border-radius: 8px;
  }
}
.p-contact__att-head {
  font-size: 18px;
  font-weight: 600;
  line-height: calc(27 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(15px, 15px + 3 * (100vw - 767px) / 673, 18px);
  color: #101828;
  margin-bottom: 12px;
}
.p-contact__att-list li {
  font-size: 14px;
  font-weight: 400;
  line-height: calc(20 / 14 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 673, 14px);
  color: #364153;
  padding-left: 18px;
  position: relative;
}
.p-contact__att-list li::before {
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #1E2939;
  position: absolute;
  top: 7px;
  left: 3px;
}
.p-contact__att-list li:not(:last-child) {
  margin-bottom: 8px;
}

.p-contact__thanks-head {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: calc(32 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 8 * (100vw - 767px) / 673, 24px);
  margin-bottom: 30px;
}
.p-contact__thanks-txt {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(28 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  margin-bottom: 40px;
}
.p-contact__thanks-btn {
  text-align: center;
}
.p-contact__thanks-btn a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  padding: 8px 48px;
  border: solid 1px #000;
  border-radius: 3px;
  text-align: center;
  color: #000;
}
.p-contact__thanks-btn a:hover {
  background-color: #000;
  color: #fff;
}

.p-thanks-mainv {
  background: url(../img/contact/mainv.jpg) no-repeat center/cover;
}

/* 404
--------------------------- */
.p-error__intro {
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  .p-error__intro {
    padding: 120px 0;
  }
}

/* p-facilities
--------------------------- */
.p-facilities-mainv {
  background: url(../img/facilities/mainv.jpg) no-repeat center/cover;
}
.p-facilities-intro__contents {
  margin-top: 55px;
  padding: 90px 50px 120px;
  background: url(../img/facilities/bg01.jpg) no-repeat center/cover;
  border-radius: 42px;
}
@media screen and (max-width: 960px) {
  .p-facilities-intro__contents {
    padding: 60px 4.2% 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-facilities-intro__contents {
    padding: 32px 4.2% 40px;
    border-radius: 21px;
  }
}
.p-facilities-intro__box {
  max-width: 992px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-facilities-intro__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-facilities-intro__box:not(:last-of-type) {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .p-facilities-intro__box:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-facilities-intro__box:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.p-facilities-intro__box-head {
  width: 334px;
}
@media screen and (max-width: 1140px) {
  .p-facilities-intro__box-head {
    width: 300px;
  }
}
@media screen and (max-width: 960px) {
  .p-facilities-intro__box-head {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .p-facilities-intro__box-head {
    width: 100%;
  }
}
.p-facilities-intro__box-dtl {
  width: calc(100% - 400px);
}
@media screen and (max-width: 1140px) {
  .p-facilities-intro__box-dtl {
    width: calc(100% - 340px);
  }
}
@media screen and (max-width: 960px) {
  .p-facilities-intro__box-dtl {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 767px) {
  .p-facilities-intro__box-dtl {
    width: 100%;
  }
}
.p-facilities-intro__box-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(24px, 24px + 18 * (100vw - 767px) / 673, 42px);
  color: #fff;
  margin-bottom: 45px;
}
@media screen and (max-width: 960px) {
  .p-facilities-intro__box-ttl {
    gap: 18px;
    margin-bottom: 30px;
  }
}
.p-facilities-intro__box-ttl span {
  display: inline-block;
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
}
.p-facilities-intro__box-txt {
  font-size: 16px;
  font-weight: 300;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-facilities-intro__box-txt {
    font-size: 14px;
    font-weight: 400;
  }
}
.p-facilities-intro__box-img img {
  overflow: hidden;
  border-radius: 8px;
}
.p-facilities-intro__card {
  padding: 55px 50px 45px;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 1140px) {
  .p-facilities-intro__card {
    padding: 42px 4.2% 40px;
  }
}
@media screen and (max-width: 960px) {
  .p-facilities-intro__card {
    padding: 32px 4.2% 28px;
  }
}
.p-facilities-intro__card:not(:last-of-type) {
  margin-bottom: 20px;
}
.p-facilities-intro__card-head {
  font-size: 32px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 14 * (100vw - 767px) / 673, 32px);
  color: #66A3B7;
  margin-bottom: 32px;
}
@media screen and (max-width: 1140px) {
  .p-facilities-intro__card-head {
    margin-bottom: 26px;
  }
}
.p-facilities-intro__card-dtl dt {
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 5 * (100vw - 767px) / 673, 16px);
  color: #4a5565;
}
@media screen and (max-width: 767px) {
  .p-facilities-intro__card-dtl dt {
    font-size: 14px;
  }
}
.p-facilities-intro__card-dtl dd {
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 5 * (100vw - 767px) / 673, 16px);
  color: #4a5565;
}
@media screen and (max-width: 767px) {
  .p-facilities-intro__card-dtl dd {
    font-size: 14px;
  }
}
.p-facilities-intro__card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
}
.p-facilities-intro__card-wrap:not(:last-of-type) {
  border-bottom: solid 1px #F3F4F6;
}
.p-facilities-intro__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 30px;
}
.p-facilities-intro__list li {
  width: calc((100% - 30px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding: 6px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  color: #364153;
}
@media screen and (max-width: 960px) {
  .p-facilities-intro__list li {
    gap: 6px;
  }
}
@media screen and (max-width: 767px) {
  .p-facilities-intro__list li {
    width: 100%;
    font-size: 14px;
  }
}
.p-facilities-intro__list li::before {
  content: "";
  margin-top: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  background: url(../img/facilities/ico-checkmark.svg) no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-facilities-intro__list li::before {
    width: 16px;
    height: 16px;
    margin-top: 2px;
  }
}
.p-facilities-intro__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .p-facilities-intro__point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-facilities-intro__point-item {
  width: calc((100% - 24px) / 3);
  padding: 28px 6px 22px;
  background-color: #F3F4F6;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(20 / 14 * 1em);
  letter-spacing: normal;
  font-size: clamp(9px, 9px + 5 * (100vw - 767px) / 673, 14px);
  color: #364153;
}
@media screen and (max-width: 767px) {
  .p-facilities-intro__point-item {
    width: 100%;
    font-size: 14px;
  }
}
.p-facilities-intro__point-item span {
  display: block;
  font-size: 36px;
  font-weight: 500;
  line-height: calc(40 / 36 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 22 * (100vw - 767px) / 673, 36px);
  color: #66A3B7;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-facilities-intro__point-item span {
    font-size: 25px;
  }
}
.p-facilities__intro {
  margin: 34px 0 80px;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: calc(42 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 10 * (100vw - 767px) / 673, 24px);
  color: #1E2939;
}
@media screen and (max-width: 767px) {
  .p-facilities__intro {
    margin: 34px 0 50px;
  }
}
.p-facilities-base__box {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 42px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 25px 35px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 25px 35px 30px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 960px) {
  .p-facilities-base__box {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-facilities-base__box {
    border-radius: 21px;
  }
}
.p-facilities-base__box-img {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 960px) {
  .p-facilities-base__box-img {
    width: 100%;
    height: 320px;
  }
}
.p-facilities-base__box-dtl {
  width: 50%;
  padding: 62px 4.2% 70px;
}
@media screen and (max-width: 960px) {
  .p-facilities-base__box-dtl {
    width: 100%;
    padding: 40px 4.2% 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-facilities-base__box-dtl {
    padding: 30px 4.2% 0;
  }
}
.p-facilities-base__box-wrap {
  max-width: 476px;
  margin-inline: auto;
}
.p-facilities-base__image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.p-facilities-base__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.p-facilities-base__dtl-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  color: #364153;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-facilities-base__dtl-map {
    font-size: 14px;
  }
}
.p-facilities-base__dtl-map::before {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../img/facilities/ico-map.svg) no-repeat center/contain;
  display: inline-block;
}
.p-facilities-base__dtl-head {
  font-size: 32px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(20px, 20px + 12 * (100vw - 767px) / 673, 32px);
  color: #66A3B7;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .p-facilities-base__dtl-head {
    font-size: 22px;
  }
}
.p-facilities-base__dtl-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.p-facilities-base__dtl-tag span {
  display: inline-block;
  padding: 8px;
  border-radius: 8px;
  background-color: #F3F4F6;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 4 * (100vw - 767px) / 673, 14px);
  color: #1E2939;
}
@media screen and (max-width: 767px) {
  .p-facilities-base__dtl-tag span {
    font-size: 12px;
  }
}
.p-facilities-base__dtl-txt {
  font-size: 16px;
  font-weight: 300;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  color: #364153;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-facilities-base__dtl-txt {
    font-size: 14px;
  }
}
.p-facilities-base__dtl-subhead {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 60px;
  background-color: #66A3B7;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-facilities-base__dtl-subhead {
    font-size: 14px;
    padding: 10px 24px;
  }
}
.p-facilities-base__dtl-list {
  margin-bottom: 40px;
}
.p-facilities-base__dtl-list li {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  color: #364153;
  padding-left: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-facilities-base__dtl-list li {
    font-size: 14px;
  }
}
.p-facilities-base__dtl-list li:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-facilities-base__dtl-list li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.p-facilities-base__dtl-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #364153;
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-facilities-base__dtl-list li::before {
    top: 6px;
  }
}
.p-facilities-system {
  background: url(../img/facilities/bg02.jpg) no-repeat center/cover;
}
.p-facilities-system__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .p-facilities-system__list {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-facilities-system__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-facilities-system__list li {
  width: 33.3333333333%;
  padding: 0 45px;
}
@media screen and (max-width: 767px) {
  .p-facilities-system__list li {
    padding: 0 0 0 72px;
    width: 100%;
    position: relative;
  }
}
.p-facilities-system__list li:first-child {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .p-facilities-system__list li:first-child {
    padding-left: 72px;
  }
}
.p-facilities-system__list li:last-child {
  padding-right: 0;
}
.p-facilities-system__list li:not(:last-child) {
  border-right: solid 1px #4A5565;
}
@media screen and (max-width: 767px) {
  .p-facilities-system__list li:not(:last-child) {
    border-right: none;
    margin-bottom: 22px;
  }
}
.p-facilities-system__list-icon {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-facilities-system__list-icon {
    width: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-facilities-system__list-head {
  font-size: 24px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 8 * (100vw - 767px) / 673, 24px);
  color: #1E2939;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-facilities-system__list-head {
    margin-bottom: 7px;
    font-size: 18px;
  }
}
.p-facilities-system__list-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  color: #4A5565;
}
.p-facilities-system__subhead {
  margin-top: 32px;
  text-align: center;
  position: relative;
  padding-top: 40px;
  font-size: 24px;
  font-weight: 400;
  line-height: calc(42 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 8 * (100vw - 767px) / 673, 24px);
  color: #364153;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .p-facilities-system__subhead {
    font-size: 18px;
    font-weight: 500;
  }
}
.p-facilities-system__subhead::before {
  content: "";
  width: 90%;
  height: 1px;
  background-color: #364153;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-facilities-system__text {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: calc(28 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 6 * (100vw - 767px) / 673, 18px);
  color: #364153;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-facilities-system__text {
    font-size: 14px;
  }
}
.p-facilities-system__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-bottom: 135px;
}
@media screen and (max-width: 1140px) {
  .p-facilities-system__tag {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 960px) {
  .p-facilities-system__tag {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-facilities-system__tag {
    margin-bottom: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 14px;
  }
}
.p-facilities-system__tag li {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 60px;
  background-color: #66A3B7;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 3 * (100vw - 767px) / 673, 14px);
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-facilities-system__tag li {
    width: calc((100% - 14px) / 2);
    font-size: 14px;
    text-align: center;
    padding: 12px;
    margin-bottom: 0;
  }
}
.p-facilities-service {
  max-width: 1225px;
  margin-inline: auto;
  background-color: #FAFFFF;
  border-radius: 42px;
  overflow: hidden;
  border: solid 1px #6A7282;
  -webkit-box-shadow: 25px 35px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 25px 35px 30px rgba(0, 0, 0, 0.1);
  padding: 76px 40px 100px;
}
@media screen and (max-width: 767px) {
  .p-facilities-service {
    padding: 35px 4.2% 50px;
  }
}
.p-facilities-service__wrap {
  max-width: 810px;
  margin-inline: auto;
}
.p-facilities-service__dtl {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-bottom: 46px;
}
@media screen and (max-width: 960px) {
  .p-facilities-service__dtl {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-facilities-service__dtl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-facilities-service__dtl-wrap {
  width: 50%;
  padding: 0 24px;
}
@media screen and (max-width: 960px) {
  .p-facilities-service__dtl-wrap {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-facilities-service__dtl-wrap {
    width: 100%;
  }
}
.p-facilities-service__dtl dt {
  font-size: 18px;
  font-weight: 500;
  line-height: calc(24 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 673, 18px);
  color: #66A3B7;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .p-facilities-service__dtl dt {
    font-size: 16px;
  }
}
.p-facilities-service__dtl dd {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  padding-left: 28px;
  color: #364153;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-facilities-service__dtl dd {
    font-size: 14px;
  }
}
.p-facilities-service__dtl dd:not(:last-of-type) {
  margin-bottom: 10px;
}
.p-facilities-service__dtl dd::before {
  content: "";
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  background: url(../img/facilities/ico-checkmark.svg) no-repeat center/contain;
  position: absolute;
  top: 2px;
  left: 0;
}
.p-facilities-service__end {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  color: #4A5565;
}
.p-facilities-service__btn {
  margin-top: 22px;
}
.p-facilities-service__btn a {
  max-width: 320px;
}

/* p-column
--------------------------- */
.p-column-mainv {
  background: url(../img/column/mainv.jpg) no-repeat center/cover;
}
.p-column__intro {
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: calc(32 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 673, 20px);
  color: #4A5565;
}
.p-column__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 16px;
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  .p-column__search {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-column__search {
    margin-bottom: 40px;
  }
}
.p-column__search li a {
  display: inline-block;
  padding: 15px 24px;
  border: solid 1px #364153;
  background-color: #fff;
  overflow: hidden;
  border-radius: 70px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 3 * (100vw - 767px) / 673, 16px);
  color: #364153;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: none;
  transition: none;
}
.p-column__search li a:hover {
  background: #B7D5DD;
  background: -webkit-gradient(linear, left top, right top, from(rgb(183, 213, 221)), to(rgb(102, 163, 183)));
  background: linear-gradient(90deg, rgb(183, 213, 221) 0%, rgb(102, 163, 183) 100%);
  border-color: transparent;
  color: #fff;
}
.p-column__search li a.current {
  background: #B7D5DD;
  background: -webkit-gradient(linear, left top, right top, from(rgb(183, 213, 221)), to(rgb(102, 163, 183)));
  background: linear-gradient(90deg, rgb(183, 213, 221) 0%, rgb(102, 163, 183) 100%);
  border-color: transparent;
  color: white;
}
.p-column__list {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px 18px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .p-column__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 40px;
  }
}
.p-column__list li {
  width: calc((100% - 36px) / 3);
  border-radius: 24px;
  overflow: hidden;
  -webkit-box-shadow: 25px 35px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 25px 35px 30px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-column__list li {
    -webkit-box-shadow: 12px 18px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 12px 18px 15px rgba(0, 0, 0, 0.1);
    width: 90%;
    margin-inline: auto;
  }
}
.p-column__list li a {
  display: block;
  height: 100%;
  position: relative;
}
.p-column__list li a::after {
  content: "";
  width: 32px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: url(../img/common/ico-arw-wh.svg) no-repeat center/14%, #7D8392;
  position: absolute;
  right: 32px;
  bottom: 25px;
}
@media screen and (max-width: 960px) {
  .p-column__list li a::after {
    right: 4.2%;
    bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-column__list li a::after {
    width: 25px;
    background-size: 16%;
  }
}
.p-column__list-thumb {
  width: 100%;
  aspect-ratio: 396/231;
  position: relative;
  overflow: hidden;
}
.p-column__list-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.p-column__list-wrap {
  padding: 22px 26px 66px;
}
@media screen and (max-width: 960px) {
  .p-column__list-wrap {
    padding: 22px 4.2% 52px;
  }
}
@media screen and (max-width: 767px) {
  .p-column__list-wrap {
    padding: 18px 5.2% 42px;
  }
}
.p-column__list-ttl {
  font-size: 24px;
  font-weight: 500;
  line-height: calc(32 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 8 * (100vw - 767px) / 673, 24px);
  color: #1E2939;
  margin-bottom: 10px;
}
.p-column__list-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 5 * (100vw - 767px) / 673, 16px);
  color: #1E2939;
}
@media screen and (max-width: 767px) {
  .p-column__list-txt {
    font-size: 12px;
  }
}
.p-column__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .p-column__info {
    margin-bottom: 14px;
  }
}
.p-column__info .cat {
  display: inline-block;
  padding: 6px 10px 8px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(9px, 9px + 7 * (100vw - 767px) / 673, 16px);
  background-color: #66A3B7;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-column__info .cat {
    font-size: 12px;
  }
}
.p-column__info .date {
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(9px, 9px + 7 * (100vw - 767px) / 673, 16px);
  color: #6A7282;
}
@media screen and (max-width: 767px) {
  .p-column__info .date {
    font-size: 12px;
  }
}
.p-column__info .tag {
  margin-left: auto;
  margin-right: 0;
  display: inline-block;
  padding: 4px 9px 5px;
  border: solid 1px #6A7282;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(9px, 9px + 3 * (100vw - 767px) / 673, 12px);
  color: #6A7282;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-column__info .tag {
    font-size: 10px;
  }
}
.p-column__readtxt {
  font-size: 24px;
  font-weight: 400;
  line-height: calc(32 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 6 * (100vw - 767px) / 673, 24px);
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-column__readtxt {
    margin-bottom: 25px;
  }
}

/* p-business
--------------------------- */
.p-business-mainv {
  background: url(../img/business/mainv.jpg) no-repeat center/cover;
}
.p-business-intro {
  position: relative;
  z-index: 1;
}
.p-business-intro::before {
  content: "";
  width: 100%;
  height: calc(100% + 200px);
  background: url(../img/home/bg-business.svg) no-repeat bottom center/cover;
  position: absolute;
  bottom: -200px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1140px) {
  .p-business-intro::before {
    height: calc(100% + 140px);
    bottom: -140px;
  }
}
@media screen and (max-width: 960px) {
  .p-business-intro::before {
    height: calc(100% + 100px);
    bottom: -100px;
  }
}
@media screen and (max-width: 767px) {
  .p-business-intro::before {
    height: calc(100% + 60px);
    bottom: -60px;
  }
}
.p-business__intro {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: calc(42 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 8 * (100vw - 767px) / 673, 24px);
  margin-bottom: 80px;
  color: #1E2939;
}
.p-business-tech {
  position: relative;
  z-index: 1;
}
.p-business-tech::before {
  content: "";
  width: 100%;
  height: 44%;
  background: #66A3B7;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f7fb), color-stop(10%, rgb(236, 245, 245)), to(rgb(102, 163, 183)));
  background: linear-gradient(180deg, #f5f7fb 0%, rgb(236, 245, 245) 10%, rgb(102, 163, 183) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.p-business__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 16px;
  margin-bottom: 62px;
}
@media screen and (max-width: 767px) {
  .p-business__tab {
    margin-bottom: 30px;
  }
}
.p-business__tab li button {
  display: inline-block;
  padding: 15px 24px;
  border: solid 1px #364153;
  background-color: #fff;
  overflow: hidden;
  border-radius: 70px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 3 * (100vw - 767px) / 673, 16px);
  color: #364153;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: none;
  transition: none;
}
.p-business__tab li button:hover {
  background: #B7D5DD;
  background: -webkit-gradient(linear, left top, right top, from(rgb(183, 213, 221)), to(rgb(102, 163, 183)));
  background: linear-gradient(90deg, rgb(183, 213, 221) 0%, rgb(102, 163, 183) 100%);
  border-color: transparent;
  color: #fff;
}
.p-business__tab li button.current {
  pointer-events: none;
  background: #B7D5DD;
  background: -webkit-gradient(linear, left top, right top, from(rgb(183, 213, 221)), to(rgb(102, 163, 183)));
  background: linear-gradient(90deg, rgb(183, 213, 221) 0%, rgb(102, 163, 183) 100%);
  border-color: transparent;
  color: #fff;
}
.p-business__contents {
  display: none;
}
.p-business__contents.active {
  display: block;
}
.p-business__box {
  background-color: #FAFFFF;
  padding: 95px 4.2% 100px;
}
@media screen and (max-width: 960px) {
  .p-business__box {
    padding: 60px 4.2% 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__box {
    padding: 32px 4.2% 40px;
  }
}
.p-business__box-wrap {
  max-width: 1090px;
  margin-inline: auto;
}
.p-business__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-business__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.p-business__main-dtl {
  width: 54%;
}
@media screen and (max-width: 767px) {
  .p-business__main-dtl {
    width: 100%;
  }
}
.p-business__main-img {
  max-width: 780px;
  width: 46%;
}
@media screen and (max-width: 767px) {
  .p-business__main-img {
    width: 100%;
  }
}
.p-business__head {
  font-size: 30px;
  font-weight: 700;
  line-height: calc(36 / 30 * 1em);
  letter-spacing: normal;
  font-size: clamp(20px, 20px + 10 * (100vw - 767px) / 673, 30px);
  color: #1E2939;
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .p-business__head {
    margin-bottom: 32px;
  }
}
.p-business__subhead {
  font-size: 20px;
  font-weight: 700;
  line-height: calc(28 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 673, 20px);
  color: #66A3B7;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-business__subhead {
    margin-bottom: 16px;
  }
}
.p-business__text {
  margin: 32px 0 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  color: #1E2939;
}
@media screen and (max-width: 767px) {
  .p-business__text {
    margin: 20px 0 30px;
  }
}
.p-business__point {
  margin-bottom: 55px;
}
.p-business__point li {
  padding-left: 56px;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(20 / 14 * 1em);
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 3 * (100vw - 767px) / 673, 14px);
  color: #4A5565;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-business__point li {
    padding-left: 48px;
  }
}
.p-business__point li span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 3 * (100vw - 767px) / 673, 16px);
  color: #1E2939;
}
.p-business__point li::before {
  width: 44px;
  height: 44px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  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;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 3 * (100vw - 767px) / 673, 16px);
  color: #fff;
  background-color: #66A3B7;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .p-business__point li::before {
    width: 34px;
    height: 34px;
  }
}
.p-business__point li:nth-child(1)::before {
  content: "01";
}
.p-business__point li:nth-child(2)::before {
  content: "02";
}
.p-business__point li:nth-child(3)::before {
  content: "03";
}
.p-business__point li:nth-child(4)::before {
  content: "04";
}
.p-business__point li:nth-child(5)::before {
  content: "05";
}
.p-business__point li:not(:last-child) {
  margin-bottom: 12px;
}
.p-business__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px;
}
@media screen and (max-width: 960px) {
  .p-business__item {
    gap: 10px 12px;
  }
}
.p-business__item li {
  padding: 28px 17px;
  border: solid 3px #66A3B7;
  background-color: #fff;
  border-radius: 24px;
  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;
  gap: 12px;
}
@media screen and (max-width: 960px) {
  .p-business__item li {
    padding: 18px 12px;
    border-radius: 16px;
  }
}
.p-business__item-ico {
  width: 48px;
}
.p-business__item-dtl {
  width: calc(100% - 48px);
  font-size: 14px;
  font-weight: 400;
  line-height: calc(20 / 14 * 1em);
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 3 * (100vw - 767px) / 673, 14px);
  color: #4A5565;
  white-space: nowrap;
}
.p-business__item-dtl span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: calc(32 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 673, 18px);
  margin-bottom: 2px;
  color: #1E2939;
  white-space: nowrap;
}
.p-business__sub-head {
  font-size: 24px;
  font-weight: 700;
  line-height: calc(32 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 6 * (100vw - 767px) / 673, 24px);
  color: #1E2939;
  margin-bottom: 42px;
}
@media screen and (max-width: 960px) {
  .p-business__sub-head {
    margin-bottom: 28px;
  }
}
.p-business__sample {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 25px;
}
@media screen and (max-width: 960px) {
  .p-business__sample {
    gap: 16px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__sample {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-business__sample-item {
  width: calc((100% - 25px) / 2);
  background-color: #fff;
  border: solid 1px #6A7282;
  border-radius: 42px;
  -webkit-box-shadow: 25px 35px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 25px 35px 30px rgba(0, 0, 0, 0.1);
  padding: 42px 35px;
}
@media screen and (max-width: 960px) {
  .p-business__sample-item {
    width: calc((100% - 20px) / 2);
    border-radius: 28px;
    padding: 30px 26px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__sample-item {
    width: 100%;
  }
}
.p-business__sample-head {
  font-size: 32px;
  font-weight: 500;
  line-height: calc(38 / 32 * 1em);
  letter-spacing: normal;
  font-size: clamp(20px, 20px + 12 * (100vw - 767px) / 673, 32px);
  color: #66A3B7;
  margin-bottom: 36px;
}
@media screen and (max-width: 960px) {
  .p-business__sample-head {
    margin-bottom: 22px;
  }
}
.p-business__list li {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  color: #1E2939;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 960px) {
  .p-business__list li {
    padding-left: 12px;
  }
}
.p-business__list li:not(:last-child) {
  margin-bottom: 12px;
}
.p-business__list li::before {
  content: "";
  width: 8px;
  height: 8px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #1E2939;
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 960px) {
  .p-business__list li::before {
    width: 6px;
    height: 6px;
    top: 6px;
  }
}
.p-business__case.blue {
  border-top: solid 1px #7C8392;
  margin-top: 150px;
}
@media screen and (max-width: 960px) {
  .p-business__case.blue {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__case.blue {
    margin-top: 70px;
  }
}
.p-business__case.pink .p-business__case-head {
  color: #E1AFAD;
}
.p-business__case.pink .p-business__case-head span {
  background-color: #E1AFAD;
}
.p-business__case.pink .p-business__why-head span {
  color: #E1AFAD;
  border-bottom-color: #E1AFAD;
}
.p-business__case.pink .p-business__show {
  background-color: #E1AFAD;
}
.p-business__case.green .p-business__case-head {
  color: #75BCA2;
}
.p-business__case.green .p-business__case-head span {
  background-color: #75BCA2;
}
.p-business__case.green .p-business__why-head span {
  color: #75BCA2;
  border-bottom-color: #75BCA2;
}
.p-business__case.green .p-business__show {
  background-color: #75BCA2;
}
.p-business__case-wrap {
  padding: 36px 0 24px;
  border-bottom: solid 1px #7C8392;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .p-business__case-wrap {
    padding: 30px 0 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__case-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-business__case-dtl {
  width: 50%;
  padding-right: 70px;
}
@media screen and (max-width: 960px) {
  .p-business__case-dtl {
    padding-right: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__case-dtl {
    width: 100%;
    padding-right: 0;
  }
}
.p-business__case-img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-business__case-img {
    width: 100%;
  }
}
.p-business__case-head {
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(20px, 20px + 12 * (100vw - 767px) / 673, 32px);
  color: #66A3B7;
}
.p-business__case-head span {
  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;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 6 * (100vw - 767px) / 673, 24px);
  color: #fff;
  border-radius: 100%;
  width: 62px;
  height: 62px;
  aspect-ratio: 1/1;
  background-color: #66A3B7;
}
@media screen and (max-width: 960px) {
  .p-business__case-head span {
    width: 45px;
    height: 45px;
  }
}
.p-business__case-subhead {
  font-size: 24px;
  font-weight: 500;
  line-height: calc(32 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 6 * (100vw - 767px) / 673, 24px);
  color: #1E2939;
  margin-bottom: 24px;
}
.p-business__case-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 3 * (100vw - 767px) / 673, 16px);
  color: #364153;
  margin-bottom: 16px;
}
.p-business__why {
  padding: 24px 38px 25px 30px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .p-business__why {
    padding: 22px 4.2%;
  }
}
.p-business__why-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 3 * (100vw - 767px) / 673, 16px);
  color: #1E2939;
  margin-bottom: 22px;
}
.p-business__why-head span {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 6 * (100vw - 767px) / 673, 24px);
  color: #66A3B7;
  padding-bottom: 4px;
  border-bottom: solid 1px #66A3B7;
}
.p-business__why dt {
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 3 * (100vw - 767px) / 673, 16px);
  color: #1E2939;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .p-business__why dt {
    font-size: 14px;
  }
}
.p-business__why dd {
  font-size: 14px;
  font-weight: 400;
  line-height: calc(26 / 14 * 1em);
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 3 * (100vw - 767px) / 673, 14px);
  color: #4A5565;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-business__why dd {
    font-size: 12px;
  }
}
.p-business__show {
  padding: 50px 40px;
  border-radius: 8px;
  background-color: #6AA6B9;
}
@media screen and (max-width: 960px) {
  .p-business__show {
    padding: 26px 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__show {
    padding: 26px 4.2%;
  }
}
.p-business__show-head {
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 6 * (100vw - 767px) / 673, 24px);
  color: #fff;
  margin-bottom: 25px;
}
.p-business__works-head {
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  color: #1E2939;
  margin-bottom: 14px;
}
.p-business__works-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
  padding-left: 5px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-business__works-list {
    margin-bottom: 22px;
    padding-left: 0;
  }
}
.p-business__works-list li {
  display: inline-block;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: calc(20 / 14 * 1em);
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 3 * (100vw - 767px) / 673, 14px);
  color: #1E2939;
  white-space: nowrap;
}
.p-business__works-txt {
  padding: 24px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  color: #1E2939;
}
.p-business__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .p-business__card {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-business__card-dtl {
  width: calc((100% - 25px) / 2);
  background-color: #fff;
  border: solid 1px #6A7282;
  border-radius: 42px;
  -webkit-box-shadow: 25px 35px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 25px 35px 30px rgba(0, 0, 0, 0.1);
  padding: 42px 35px;
}
@media screen and (max-width: 960px) {
  .p-business__card-dtl {
    width: calc((100% - 16px) / 2);
    border-radius: 28px;
    padding: 30px 4.2%;
  }
}
@media screen and (max-width: 767px) {
  .p-business__card-dtl {
    width: 100%;
  }
}
.p-business__card-head {
  font-size: 32px;
  font-weight: 400;
  line-height: calc(38 / 32 * 1em);
  letter-spacing: normal;
  font-size: clamp(20px, 20px + 12 * (100vw - 767px) / 673, 32px);
  color: #66A3B7;
  margin-bottom: 30px;
}
.p-business__card-pt {
  margin-bottom: 32px;
}
.p-business__card-pt li {
  padding-left: 56px;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(20 / 14 * 1em);
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 3 * (100vw - 767px) / 673, 14px);
  color: #4A5565;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-business__card-pt li {
    padding-left: 48px;
  }
}
.p-business__card-pt li span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 3 * (100vw - 767px) / 673, 16px);
  color: #1E2939;
}
.p-business__card-pt li::before {
  width: 44px;
  height: 44px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  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;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 3 * (100vw - 767px) / 673, 16px);
  color: #fff;
  background-color: #66A3B7;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .p-business__card-pt li::before {
    width: 34px;
    height: 34px;
  }
}
.p-business__card-pt li:nth-child(1)::before {
  content: "01";
}
.p-business__card-pt li:nth-child(2)::before {
  content: "02";
}
.p-business__card-pt li:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 960px) {
  .p-business__card-pt li:not(:last-child) {
    margin-bottom: 26px;
  }
}
.p-business__att {
  padding: 12px;
  background-color: #F3F4F6;
}
.p-business__att-head {
  font-size: 14px;
  font-weight: 700;
  line-height: calc(20 / 14 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 673, 14px);
  color: #1E2939;
  margin-bottom: 4px;
}
.p-business__att-txt {
  font-size: 14px;
  font-weight: 300;
  line-height: calc(20 / 14 * 1em);
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 4 * (100vw - 767px) / 673, 14px);
  color: #4A5565;
}
.p-business__subttl {
  font-size: 20px;
  font-weight: 700;
  line-height: calc(20 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(15px, 15px + 5 * (100vw - 767px) / 673, 20px);
  color: #1E2939;
  margin-bottom: 26px;
}

/*-------------------
 * object
 -------------------*/
/*-------------------
 * javascript
 -------------------*/