@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

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

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

button {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

option {
  color: black;
}

body {
  background: #ffffff;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
body.is-fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}

.u-hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-hidden-sp {
    display: initial;
  }
}

@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none;
  }
}

.a-fadeIn {
  opacity: 0;
  transform: translateY(-20px);
  transition:
    opacity 1s ease-out 0.5s,
    transform 1s ease-out 0.5s;
}
.a-fadeIn.is-show {
  opacity: 1;
  transform: translateY(0);
}

.linkAnimation {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(0%);
  pointer-events: none;
  display: flex;
}

.linkAnimation-bar {
  flex: 1;
  height: 100%;
  background: #ffffff;
}

.l-inner {
  padding-inline: 20px;
  max-width: 1240px;
  margin-inline: auto;
}

.l-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 46px;
  padding-bottom: 33px;
  background: #ffffff;
}
@media screen and (max-width: 1099.98px) {
  .l-header {
    padding-top: 23px;
    padding-bottom: 17px;
  }
}
.l-header.scroll {
  background: linear-gradient(180deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 100%);
}

.p-header__inner {
  padding-left: 57px;
  padding-right: 41px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1099.98px) {
  .p-header__inner {
    padding-inline: 20px;
  }
}

.p-header__logo a {
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .p-header__logo a:hover {
    opacity: 0.7;
  }
}
.p-header__logo img {
  width: 268px;
  height: 86px;
}
@media screen and (min-width: 1100px) and (max-width: 1920px) {
  .p-header__logo img {
    width: clamp(8.375rem, -2.86rem + 16.34vw, 16.75rem);
    height: clamp(2.688rem, -0.918rem + 5.24vw, 5.375rem);
  }
}
@media screen and (max-width: 1099.98px) {
  .p-header__logo img {
    width: 134px;
    height: 43px;
  }
}

.p-header__nav {
  display: flex;
  align-items: center;
  gap: 51px;
  padding-bottom: 21px;
}
@media screen and (min-width: 1440px) and (max-width: 1699.98px) {
  .p-header__nav {
    gap: clamp(1.313rem, -17.377rem + 19.35vw, 3.188rem);
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439.98px) {
  .p-header__nav {
    flex-direction: column;
    gap: 19px;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__menu {
  display: flex;
  gap: 57px;
  background: #004167;
  padding: 13px 47px 15px 33px;
  border-radius: 19px;
}
@media screen and (min-width: 1440px) and (max-width: 1699.98px) {
  .p-header__menu {
    gap: clamp(1.5rem, -19.058rem + 21.29vw, 3.563rem);
  }
}
.p-header__menu li a {
  padding-left: 19px;
  position: relative;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  transition: opacity 0.2s ease;
}
.p-header__menu li a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 11px;
  height: 11px;
  background: url(../img/icon-yellowPlus.svg) no-repeat center center/contain;
}
@media (any-hover: hover) {
  .p-header__menu li a:hover {
    opacity: 0.7;
  }
}

.p-header-nav__links {
  display: flex;
  align-items: center;
  gap: 34px;
  padding-bottom: 7px;
}
@media screen and (min-width: 1440px) and (max-width: 1699.98px) {
  .p-header-nav__links {
    gap: clamp(1.25rem, -7.472rem + 9.03vw, 2.125rem);
  }
}

.p-header-nav__link a {
  font-size: 15px;
  font-weight: 500;
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .p-header-nav__link a:hover {
    opacity: 0.7;
  }
}
.p-header-nav__link--company {
  position: relative;
  padding-left: 18px;
}
.p-header-nav__link--company::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2px;
  height: 41px;
  background: #000000;
}

.p-header__menuBtn {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .p-header__menuBtn {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
  }
  .p-header__menuBtn span {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 2px;
    background: #004167;
  }
  .p-header__menuBtn span:nth-child(1) {
    top: calc(50% - 10px);
  }
  .p-header__menuBtn span:nth-child(2) {
    top: 50%;
  }
  .p-header__menuBtn span:nth-child(3) {
    top: calc(50% + 10px);
  }
  .p-header__menuBtn.is-checked span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .p-header__menuBtn.is-checked span:nth-child(2) {
    display: none;
  }
  .p-header__menuBtn.is-checked span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

.p-header-menu__project {
  position: relative;
}
.p-header-menu__project:hover .p-header-menu__projectList {
  transform: scaleY(1);
}
.p-header-menu__project > a {
  position: relative;
  z-index: 20;
}

.p-header-menu__projectList {
  position: absolute;
  z-index: 15;
  top: 30px;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #004167;
  padding: 10px;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s linear;
}
.p-header-menu__projectList a {
  white-space: nowrap;
}
.p-header-menu__projectList a::before {
  display: none;
}
.p-header-menu__projectList a::after {
  content: "・";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.l-drawer {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .l-drawer {
    display: block;
    position: fixed;
    z-index: 90;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    transform: translateY(-100%);
    transition: transform 1s ease;
    overflow-y: scroll;
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .l-drawer.is-checked {
    transform: translateY(0);
  }
}

.p-drawer__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.p-drawer__menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background: #004167;
  padding: 20px 40px;
  border-radius: 19px;
}
.p-drawer__menu li a {
  padding-left: 19px;
  position: relative;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  transition: opacity 0.2s ease;
}
.p-drawer__menu li a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 11px;
  height: 11px;
  background: url(../img/icon-yellowPlus.svg) no-repeat center center/contain;
}
@media (any-hover: hover) {
  .p-drawer__menu li a:hover {
    opacity: 0.7;
  }
}

.p-drawer-nav__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.p-drawer-nav__link a {
  font-size: 18px;
  font-weight: 500;
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .p-drawer-nav__link a:hover {
    opacity: 0.7;
  }
}
.p-drawer-nav__link--company {
  padding-top: 40px;
  position: relative;
}
.p-drawer-nav__link--company::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  height: 2px;
  background: #000000;
}

.p-drawer-menu__project > a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-drawer-menu__projectList {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 0;
}
.p-drawer-menu__projectList a {
  white-space: nowrap;
}
.p-drawer-menu__projectList a::before {
  display: none;
}
.p-drawer-menu__projectList a::after {
  content: "・";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.l-main {
  margin-top: 165px;
}
@media screen and (min-width: 1100px) and (max-width: 1439.98px) {
  .l-main {
    margin-top: 218.6px;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-main {
    margin-top: 83px;
  }
}

.l-footer {
  padding-top: 67px;
  padding-bottom: 34px;
  background: url(../img/footer-bg.webp) no-repeat center top/cover;
}

.p-footer__inner {
  padding-left: 19px;
  padding-right: 15px;
  max-width: 1690px;
  margin-inline: auto;
}

.p-footer__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 102px;
}
@media screen and (max-width: 1439.98px) {
  .p-footer__main {
    flex-direction: column;
    gap: 60px;
  }
}

.p-footer__logo {
  width: 268px;
  height: 89px;
}

.p-footer-nav__menu {
  display: flex;
  align-items: center;
  gap: 56px;
  padding-bottom: 30px;
  padding-right: 44px;
}
@media screen and (max-width: 1439.98px) {
  .p-footer-nav__menu {
    padding: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .p-footer-nav__menu {
    flex-direction: column;
    gap: 34px;
  }
}
.p-footer-nav__menu li a {
  padding-left: 19px;
  position: relative;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  transition: opacity 0.2s ease;
}
.p-footer-nav__menu li a::before {
  content: "";
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  left: 0;
  width: 11px;
  height: 11px;
  background: url(../img/icon-yellowPlus.svg) no-repeat center center/contain;
}
@media (any-hover: hover) {
  .p-footer-nav__menu li a:hover {
    opacity: 0.7;
  }
}

.p-footer__links {
  display: flex;
  align-items: center;
  gap: 34px;
  padding-bottom: 23px;
  padding-right: 25px;
}
@media screen and (max-width: 1439.98px) {
  .p-footer__links {
    padding: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .p-footer__links {
    flex-direction: column;
  }
}

.p-footer__link a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .p-footer__link a:hover {
    opacity: 0.7;
  }
}

.p-footer__sub {
  border-top: 0.5px solid #ffffff;
  border-bottom: 0.5px solid #ffffff;
  display: flex;
  align-items: center;
  padding: 8px 0 17px 62px;
}
@media screen and (min-width: 1100px) and (max-width: 1439.98px) {
  .p-footer__sub {
    padding-right: 62px;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-footer__sub {
    flex-direction: column;
    gap: 50px;
    padding: 68px 10px 67px 10px;
  }
}

.p-footer-sub__name,
.p-footer-sub__address {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1439.98px) {
  .p-footer-sub__name,
  .p-footer-sub__address {
    flex-direction: column;
  }
  .p-footer-sub__name p,
  .p-footer-sub__name img,
  .p-footer-sub__address p,
  .p-footer-sub__address img {
    margin-left: 0;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439.98px) {
  .p-footer-sub__name,
  .p-footer-sub__address {
    width: 50%;
    gap: 20px;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-footer-sub__name,
  .p-footer-sub__address {
    gap: 50px;
  }
}

@media screen and (max-width: 1439.98px) {
  .p-footer-sub__address {
    align-items: start;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

.p-footer-sub__head {
  padding-top: 8px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.p-footer-sub__logoImg {
  margin-left: 107px;
  width: 406px;
  height: 50px;
}
@media screen and (min-width: 1440px) and (max-width: 1699.98px) {
  .p-footer-sub__logoImg {
    margin-left: clamp(3.313rem, -42.973rem + 51.43vw, 6.688rem);
  }
}

.p-footer-sub__mainOffice {
  margin-left: 110px;
  padding-top: 10px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.56;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 1440px) and (max-width: 1699.98px) {
  .p-footer-sub__mainOffice {
    margin-left: clamp(3.438rem, -43.705rem + 52.38vw, 6.875rem);
  }
}

.p-footer-sub__headOffice {
  margin-left: 87px;
  padding-top: 10px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.56;
  letter-spacing: -0.1px;
}
@media screen and (min-width: 1440px) and (max-width: 1699.98px) {
  .p-footer-sub__headOffice {
    margin-left: clamp(3.125rem, -28.589rem + 35.24vw, 5.438rem);
  }
}

.c-sectionTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-sectionTitle__main {
  font-size: 40px;
  font-weight: 700;
  color: #004167;
}
@media screen and (max-width: 767.98px) {
  .c-sectionTitle__main {
    font-size: 32px;
  }
}
.c-sectionTitle__main--white {
  color: #ffffff;
}

.c-sectionTitle__sub {
  font-size: 20px;
  font-weight: 700;
  color: #5e80d9;
}
@media screen and (max-width: 767.98px) {
  .c-sectionTitle__sub {
    font-size: 18px;
  }
}

.c-logCard {
  width: 387px;
  border-radius: 20px;
  border: 1px solid #adadad;
  background: #ffffff;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .c-logCard {
    width: 280px;
  }
}

.c-logCard__image img {
  width: 100%;
  aspect-ratio: 387/209;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-logCard__body {
  padding: 17px 14px 18px 19px;
}

.c-logCard__heading {
  font-size: 20px;
  font-weight: 700;
}

.c-logCard__excerpt {
  margin-top: 4px;
  color: #969696;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.c-logCard__categories {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
}

.c-categoryTag {
  color: #ffffff;
  font-size: 14px;
  padding: 2px 10px 3px;
  border-radius: 6px;
  background-color: #7d7d7d;
}
.c-categoryTag.cat-all {
  background: #07253d;
}
.c-categoryTag.cat-dx-highschool {
  background: #6a6ac6;
}
.c-categoryTag.cat-work-experience {
  background: #4eb2dd;
}
.c-categoryTag.cat-building-management {
  background: #65b77c;
}
.c-categoryTag.cat-pointcloud-3dcg {
  background: #67bab2;
}

.c-pageTitle {
  position: relative;
}
.c-pageTitle--lines {
  height: 243px;
  padding-top: 63px;
}
.c-pageTitle--lines .c-pageTitle__bgImg {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 510px;
  background: linear-gradient(180deg, #004167, #004167 16.6%, #7194d6 100%);
  overflow: hidden;
}
.c-pageTitle--lines .c-pageTitle__bgImg img {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 2156px;
  width: 100%;
  aspect-ratio: 2156/1087;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-pageTitle--city {
  min-height: 358px;
  padding-top: 61px;
  padding-bottom: 20px;
  background: #004167;
  overflow: hidden;
}
.c-pageTitle--city .c-pageTitle__bgImg {
  position: absolute;
  z-index: 5;
  top: -26px;
  left: 51.5%;
  transform: translateX(-50%);
  width: 88.8541666667%;
  min-width: 1706px;
  height: 195.8100558659%;
}
.c-pageTitle--city .c-pageTitle__bgImg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

.c-pageTitle__main {
  text-align: center;
  color: #ffffff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 47px;
  font-weight: 700;
  position: relative;
  z-index: 15;
}

.c-pageTitle__sub {
  background: #ffffff;
  max-width: 319px;
  width: 87.5%;
  margin: 7px auto 0;
  padding-bottom: 2px;
  text-align: center;
  color: #004167;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  z-index: 15;
}

.c-breadcrumb {
  color: #939393;
}

.c-proSec__title {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #004167;
  font-size: 35px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .c-proSec__title {
    font-size: 28px;
  }
}
.c-proSec__title span {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 10px;
}
@media screen and (max-width: 767.98px) {
  .c-proSec__title span {
    letter-spacing: normal;
  }
}
@media screen and (max-width: 424.98px) {
  .c-proSec__title span {
    display: block;
  }
}
.c-proSec__title::before {
  content: "";
  position: absolute;
  top: 29px;
  left: -37px;
  width: 12.5px;
  height: 12.5px;
  background: #4d80de;
}
@media screen and (max-width: 767.98px) {
  .c-proSec__title::before {
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.c-proSec__title--small {
  font-size: 27px;
  padding-right: 78px;
}
@media screen and (max-width: 1439.98px) {
  .c-proSec__title--small {
    padding-right: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .c-proSec__title--small {
    font-size: 22px;
  }
}
.c-proSec__title--small span {
  letter-spacing: normal;
}

.p-project__bgDiamond {
  position: absolute;
  z-index: -1;
  overflow: hidden;
}
.p-project__bgDiamond::after {
  content: "";
  position: absolute;
  top: 0;
  aspect-ratio: 1/1;
}
.p-project__bgDiamond--right {
  top: 48.8%;
  transform: translateY(-50%);
  right: 0;
  width: 24.6354166667%;
  aspect-ratio: 473/801;
}
.p-project__bgDiamond--right::after {
  left: 0;
  width: 169.3446088795%;
  background: url(../img/bg-diamond.svg) no-repeat center center/contain;
}
.p-project__bgDiamond--left {
  bottom: 0;
  left: 0;
  width: 34.8958333333%;
  aspect-ratio: 670/845;
}
.p-project__bgDiamond--left::after {
  right: 0;
  width: 154.9253731343%;
  background: url(../img/bg-diamond3.svg) no-repeat center center/contain;
}

.p-fv {
  position: relative;
  height: 686px;
  padding-top: 84px;
}
@media screen and (max-width: 1099.98px) {
  .p-fv {
    height: auto;
    padding-bottom: clamp(4.375rem, 1.554rem + 14.1vw, 11.25rem);
  }
}

.p-fv__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 78.6458333333%;
  height: 568px;
}
@media screen and (max-width: 1099.98px) {
  .p-fv__bg {
    width: 100%;
    height: 400px;
  }
  .p-fv__bg::after {
    content: "";
    position: absolute;
    z-index: 20;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  }
}

.p-fv__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  overflow: hidden;
}

.p-fv__catchphrase {
  max-width: 1677px;
  padding-inline: 45px;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .p-fv__catchphrase {
    padding-inline: 0;
  }
}

.p-fv-catchphrase__text {
  color: #004167;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 59px;
  font-weight: 700;
  line-height: 1.4;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 25;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1099.98px) {
  .p-fv-catchphrase__text {
    font-size: clamp(1.5rem, 0.346rem + 5.77vw, 4.313rem);
  }
}
.p-fv-catchphrase__text--firstLine .lsM {
  letter-spacing: -28px;
}
@media screen and (max-width: 1099.98px) {
  .p-fv-catchphrase__text--firstLine .lsM {
    letter-spacing: normal;
  }
}
.p-fv-catchphrase__text--secondLine {
  margin-top: 8px;
  letter-spacing: 4px;
  padding-right: 27px;
}

.p-fv__scrollArea {
  margin: 73px auto 0;
  max-width: 1647px;
  padding-right: 15px;
  padding-left: 83px;
  position: relative;
  z-index: 23;
}
@media screen and (max-width: 1099.98px) {
  .p-fv__scrollArea {
    margin-top: 26px;
    padding-left: clamp(0.938rem, -0.806rem + 8.72vw, 5.188rem);
  }
}

.p-fv__scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.p-fv__scrollText {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #5e80d9;
  font-size: 21px;
  font-weight: 700;
  writing-mode: vertical-rl;
  padding-left: 5px;
}
@media screen and (max-width: 767.98px) {
  .p-fv__scrollText {
    font-size: 20px;
  }
}

.p-fv__scrollCircle {
  width: 56.6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #5e80d9;
  display: grid;
  place-items: center;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .p-fv__scrollCircle {
    width: 36.6px;
  }
}

.p-fv__scrollArrow {
  font-size: 20px;
  color: #5e80d9;
  animation: scrollArrow 2s linear infinite;
}
@media screen and (max-width: 767.98px) {
  .p-fv__scrollArrow {
    font-size: 16px;
  }
}

@keyframes scrollArrow {
  0% {
    transform: translateY(-120%);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(120%);
  }
}
.p-fv__slideTextArea {
  position: absolute;
  z-index: 22;
  bottom: 12px;
  left: 0;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1099.98px) {
  .p-fv__slideTextArea {
    bottom: -19px;
  }
}

.p-fv__slideText {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: slideText 10s linear infinite;
}
.p-fv__slideText p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #999890;
  font-size: 130px;
  font-weight: 300;
}
@media screen and (max-width: 1099.98px) {
  .p-fv__slideText p {
    font-size: clamp(4.063rem, 2.396rem + 8.33vw, 8.125rem);
  }
}

@keyframes slideText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.3333%);
  }
}
.p-topNews {
  padding-top: 22px;
  padding-bottom: 63px;
  position: relative;
}

.p-topNews__bgDiamond {
  position: absolute;
  z-index: -1;
  top: 47%;
  transform: translateY(-50%);
  right: 0;
  width: 25.78125%;
  aspect-ratio: 495/800;
  overflow: hidden;
}
.p-topNews__bgDiamond::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 161.6161616162%;
  aspect-ratio: 1/1;
  background: url(../img/bg-diamond.svg) no-repeat center center/contain;
}

.p-topNews__contents {
  margin-top: 45px;
}

.p-news__buttons {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-bottom: 1px solid #004167;
}
@media screen and (max-width: 767.98px) {
  .p-news__buttons {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}

.p-news__button {
  height: 86px;
  border-radius: 10px 10px 0 0;
  font-size: 20px;
  color: #004167;
  font-weight: 700;
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}
@media screen and (max-width: 767.98px) {
  .p-news__button {
    height: 65px;
    font-size: 16px;
  }
}
.p-news__button.is-active {
  background: #004167;
  color: #fff;
  position: relative;
}
.p-news__button.is-active::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 18px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: #004167;
}
@media (any-hover: hover) {
  .p-news__button:hover {
    background: #004167;
    color: #fff;
  }
}

.p-news__cards {
  display: none;
}
.p-news__cards.is-active {
  display: block;
  margin-top: 36px;
}
.p-news__cards a {
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .p-news__cards a:hover {
    opacity: 0.7;
  }
}

.p-newsCard {
  display: flex;
  height: 93.5px;
  border-bottom: 1px dotted #8c8c8c;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-newsCard {
    height: auto;
  }
}
.p-newsCard::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 23px;
  height: 23px;
  background: url(../img/link-circleArrow.svg) no-repeat center center/contain;
}
.p-newsCard--no-link::after {
  display: none;
}

.p-newsCard__head {
  width: 154px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #dce7f9;
}
@media screen and (max-width: 767.98px) {
  .p-newsCard__head {
    width: 60px;
  }
}
.p-newsCard__head .year,
.p-newsCard__head .day {
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  .p-newsCard__head .year,
  .p-newsCard__head .day {
    font-size: 14px;
  }
}
.p-newsCard__head .day {
  font-size: 24px;
}
@media screen and (max-width: 767.98px) {
  .p-newsCard__head .day {
    font-size: 16px;
  }
}

.p-newsCard__main {
  display: flex;
  align-items: center;
  gap: 44px;
  padding-inline: 28px;
}
@media screen and (max-width: 767.98px) {
  .p-newsCard__main {
    padding: 10px 25px 10px 15px;
    flex-direction: column;
    align-items: start;
    gap: 0;
  }
}

.p-newsCard__category {
  width: 156px;
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  background: #dce7f9;
  border-radius: 8px;
}

.p-topNews__link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 21px;
  margin-left: auto;
  padding-right: 22px;
  border-bottom: 1px solid #000000;
  font-weight: 500;
  position: relative;
  transition: opacity 0.2s ease;
}
.p-topNews__link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 20px;
  height: 16px;
  background: url(../img/link-simpleArrow.svg) no-repeat center center/contain;
}
@media (any-hover: hover) {
  .p-topNews__link:hover {
    opacity: 0.7;
  }
}

.p-topAbout {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f5f6fa;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1099.98px) {
  .p-topAbout {
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 50px;
  }
}
.p-topAbout#top-about {
  scroll-margin-top: 166px;
}
@media screen and (min-width: 1100px) and (max-width: 1439.98px) {
  .p-topAbout#top-about {
    scroll-margin-top: 218.6px;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-topAbout#top-about {
    scroll-margin-top: 83px;
  }
}

.p-topContents .annotation {
  text-align: right;
  font-size: 12px;
  margin-top: 12px;
}

.p-topAbout__bgImage {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background-image: url(../img/top-about01.png);
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 60vw;
  pointer-events: none;
}
@media screen and (max-width: 1099.98px) {
  .p-topAbout__bgImage {
    background-image: url(../img/top-about01-sp.png);
    background-position: center top;
    background-size: cover;
  }
}

.p-topAbout__body {
  position: relative;
  z-index: 1;
  max-width: 750px;
}
@media screen and (max-width: 1099.98px) {
  .p-topAbout__body {
    max-width: none;
  }
}

.p-topAbout__label {
  color: #004167;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1099.98px) {
  .p-topAbout__label {
    font-size: clamp(0.75rem, 0.5rem + 1.2vw, 1rem);
  }
}

.p-topAbout__catch {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.p-topAbout__catchItem {
  color: #3b6b9f;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 80px;
  letter-spacing: 0.6em;
  font-weight: 700;
  line-height: 1.35;
}
@media screen and (max-width: 1099.98px) {
  .p-topAbout__catchItem {
    font-size: clamp(2.25rem, 0.5rem + 10vw, 3.5rem);
    letter-spacing: 0.4em;
  }
}

.p-topAbout__lead,
.p-topAbout__lead span {
  margin-top: 34px;
  color: #5e80d9;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
}
.p-topAbout__leadSp {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .p-topAbout__lead,
  .p-topAbout__lead span {
    font-size: clamp(1.25rem, 0.75rem + 3vw, 1.75rem);
    line-height: 1.7;
    margin-top: 24px;
  }
  .p-topAbout__leadPc {
    display: none;
  }
  .p-topAbout__leadSp {
    display: inline;
  }
}

.p-topAbout__text {
  margin-top: 34px;
  color: #004167;
  font-size: 16px;
  line-height: 2;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 1099.98px) {
  .p-topAbout__text {
    margin-top: clamp(1rem, 0.5rem + 3vw, 1.5rem);
    font-size: clamp(0.75rem, 0.5rem + 1.1vw, 1rem);
    line-height: 1.9;
  }
}

.p-topAbout__textLine {
  display: inline;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-weight: 700;
}
.p-topAbout__textLine::after {
  content: "\a";
  white-space: pre;
}
.p-topAbout__textLine span {
  font-weight: 700;
}

@media screen and (max-width: 1099.98px) {
  .p-topAbout__textLine,
  .p-topAbout__textLine span {
    font-weight: 700;
  }
}

.p-topAbout__phrase {
  display: inline-block;
}

.p-topContents {
  padding-top: 67px;
  padding-bottom: 155px;
  position: relative;
}

.p-topContents__inner {
  position: relative;
  z-index: 10;
}

.p-topContents__cards {
  margin-top: 41px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 18px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  .p-topContents__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767.98px) {
  .p-topContents__cards {
    grid-template-columns: repeat(1, 1fr);
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.p-topContents__cards > li {
  border-radius: 27px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767.98px) {
  .p-topContents__cards > li {
    max-width: 390px;
  }
}
.p-topContents__cards > li a {
  height: 100%;
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .p-topContents__cards > li a:hover {
    opacity: 0.7;
  }
}

.p-contents__card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.p-contents-card__image {
  display: block;
  width: 100%;
  height: 209px;
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .p-contents-card__image {
    height: 170px;
  }
}
.p-contents-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-contents-card__body {
  flex-grow: 1;
  height: 100%;
  padding: 15px 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.p-contents-card__heading {
  color: #004167;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  padding-left: 24px;
}
.p-contents-card__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 12.5px;
  aspect-ratio: 1/1;
  background: #4d80de;
}

.p-contents-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.p-contents-card__tags li {
  padding: 2px 8px;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  border: none;
  box-shadow: none;
  white-space: nowrap;
}
.p-contents-card__tag--education {
  background-color: #a85020;
}
.p-contents-card__tag--use-bim {
  background-color: #6894d6;
}
.p-contents-card__tag--make-bim {
  background-color: #6894d6;
}
.p-contents-card__tag--scan3d {
  background-color: #1f5d75;
}
.p-contents-card__tag--arch-dx {
  background-color: #3d5f97;
}
.p-contents-card__tag--inquiry {
  background-color: #d8a739;
}
.p-contents-card__tag--training {
  background-color: #b27d28;
}
.p-contents-card__tag--maintenance {
  background-color: #7fa354;
}
.p-contents-card__tag--asset {
  background-color: #3a5422;
}

.p-contents-card__text {
  line-height: 1.5;
}

.p-topContents__bgDiamond {
  position: absolute;
  z-index: 5;
  overflow: hidden;
}
.p-topContents__bgDiamond::after {
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
}
.p-topContents__bgDiamond--left {
  bottom: 0;
  left: 0;
  width: 32.1875%;
  aspect-ratio: 618/938;
}
.p-topContents__bgDiamond--left::after {
  top: 0;
  right: 0;
  width: 168.0420711974%;
  background: url(../img/bg-diamond2.svg) no-repeat center center/contain;
}
.p-topContents__bgDiamond--right {
  bottom: 0;
  right: 0;
  width: 9.1145833333%;
  aspect-ratio: 175/807;
}
.p-topContents__bgDiamond--right::after {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 593.4285714286%;
  background: url(../img/bg-diamond2.svg) no-repeat center center/contain;
}

.p-topTour {
  position: relative;
  z-index: 10;
  margin-top: 120px;
}

@media screen and (max-width: 767.98px) {
  .p-topTour {
    margin-top: 48px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.p-topTour__inner {
  padding: 56px 48px 40px;
  border-radius: 40px;
  background: #eef2f7;
  text-align: center;
  border: 1px solid #c1d2d6;
}
@media screen and (max-width: 767.98px) {
  .p-topTour__inner {
    padding: 40px 20px 32px;
    border-radius: 24px;
  }
}

.p-topTour__title {
  color: #004167;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .p-topTour__title {
    font-size: 24px;
  }
}

.p-topTour__logo {
  margin-top: 16px;
}
.p-topTour__logo img {
  width: auto;
  height: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .p-topTour__logo img {
    height: 32px;
  }
}

.p-topTour__lead {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
  .p-topTour__lead {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.7;
  }
}

.p-topTour__text {
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
  .p-topTour__text {
    font-size: 14px;
    line-height: 1.7;
  }
}

.p-topTour__tabs {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767.98px) {
  .p-topTour__tabs {
    margin-top: 24px;
    gap: 12px;
    flex-wrap: nowrap;
  }
}

.p-topTour__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 280px;
  padding: 16px 40px;
  border: 2px solid #004167;
  border-radius: 12px;
  background: #ffffff;
  color: #004167;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}
.p-topTour__tab img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  transition: filter 0.2s ease;
}
@media screen and (max-width: 767.98px) {
  .p-topTour__tab img {
    width: 24px;
    height: 24px;
  }
  .p-topTour__tab {
    min-width: 0;
    width: 100%;
    max-width: 320px;
    padding: 14px 24px;
    font-size: 13px;
    width: 100%;
  }
}
@media (any-hover: hover) {
  .p-topTour__tab:hover {
    background: #004167;
    color: #ffffff;
  }
  .p-topTour__tab:hover img {
    filter: brightness(0) invert(1);
  }
}

.p-topTour__guide {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  .p-topTour__guide {
    margin-top: 16px;
    font-size: 12px;
  }
}
.p-topTour__guide img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.p-topTour__guideLabel {
  color: #5e80d9;
  font-weight: 700;
}

.p-topTour__guideText {
  color: #000000;
}

.p-topTour__viewer {
  margin-top: 24px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.p-topTour__viewer iframe {
  display: block;
  width: 100%;
  height: 560px;
  border: 0;
}
@media screen and (max-width: 767.98px) {
  .p-topTour__viewer iframe {
    height: 360px;
  }
}

.p-topTour__credit {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.6;
  color: #40494e;
}
.p-topTour__credit a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #00aaff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.p-topTour__creditIcon {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}
@media (any-hover: hover) {
  .p-topTour__credit a:hover {
    opacity: 0.7;
  }
}

.p-topLog {
  padding-top: 75px;
  padding-bottom: 132px;
  background: linear-gradient(180deg, #004167, #004167 35.66%, #7194d6 100%);
}

.p-topLog__head {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

@media screen and (max-width: 767.98px) {
  .p-topLog__head {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-topLog-head__text {
  background: #ffffff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 3px 14px 0;
}
@media screen and (max-width: 767.98px) {
  .p-topLog-head__text {
    font-size: 14px;
  }
}
.p-topLog-head__text span {
  font-weight: 700;
  letter-spacing: 2px;
}

.p-topLog__cardArea {
  margin-top: 51px;
}

.p-topLog__cards li {
  width: -moz-fit-content;
  width: fit-content;
}
.p-topLog__cards li a {
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .p-topLog__cards li a:hover {
    opacity: 0.7;
  }
}

.p-topLog__link {
  margin: 41px auto 0;
  display: block;
  width: 307px;
  height: 54px;
  padding-top: 10px;
  background: #ffffff;
  border: 2px solid #004167;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #004167;
  position: relative;
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .p-topLog__link:hover {
    opacity: 0.7;
  }
}
.p-topLog__link::after {
  content: "→";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 23px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #004167;
  display: grid;
  place-items: center;
  color: #004167;
  font-size: 12px;
  line-height: 1;
}

.p-topLog__categoriesBoxArea {
  margin: 62px auto 0;
  max-width: 745px;
  padding-inline: 20px;
}

.p-topLog__categoriesBox {
  background: #ffffff;
  padding: 12px 8px 22px;
}

.p-topLog-cBox__heading {
  text-align: center;
  color: #5e80d9;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}

.p-topLog-cBox__links {
  margin-top: 13px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.p-topLog-cBox__links .c-categoryTag {
  display: block;
  font-size: 17px;
  padding: 3px 11px 7px;
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .p-topLog-cBox__links .c-categoryTag:hover {
    opacity: 0.7;
  }
}

.p-projectContents {
  padding-top: 6px;
  padding-bottom: 138px;
  background: #ffffff;
  border-radius: 100px;
  position: relative;
  z-index: 15;
}
@media screen and (max-width: 1440px) {
  .p-projectContents {
    padding-top: 48px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-projectContents {
    border-radius: 48px;
  }
}
.p-projectContents.p-weContents {
  padding-bottom: 27px;
}

.p-projectContents__cards {
  margin-top: 90px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 18px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  .p-projectContents__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767.98px) {
  .p-projectContents__cards {
    margin-top: 45px;
    grid-template-columns: repeat(1, 1fr);
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.p-projectContents__cards > li {
  border-radius: 27px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 767.98px) {
  .p-projectContents__cards > li {
    max-width: 390px;
  }
}
.p-projectContents__cards > li a {
  height: 100%;
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .p-projectContents__cards > li a:hover {
    opacity: 0.7;
  }
}

.p-newsArchive {
  padding-bottom: 220px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-newsArchive {
    padding-bottom: 100px;
  }
}

.p-newsArchive__bgDiamond {
  position: absolute;
  z-index: -1;
  overflow: hidden;
}
.p-newsArchive__bgDiamond::after {
  content: "";
  position: absolute;
  top: 0;
  aspect-ratio: 1/1;
}
.p-newsArchive__bgDiamond--right {
  top: 48.8%;
  transform: translateY(-50%);
  right: 0;
  width: 24.6354166667%;
  aspect-ratio: 473/801;
}
.p-newsArchive__bgDiamond--right::after {
  left: 0;
  width: 169.3446088795%;
  background: url(../img/bg-diamond.svg) no-repeat center center/contain;
}
.p-newsArchive__bgDiamond--left {
  bottom: 0;
  left: 0;
  width: 34.8958333333%;
  aspect-ratio: 670/845;
}
.p-newsArchive__bgDiamond--left::after {
  right: 0;
  width: 154.9253731343%;
  background: url(../img/bg-diamond3.svg) no-repeat center center/contain;
}

.p-newsArchive__title {
  margin-top: 10px;
}

.p-newsArchive__contents {
  margin-top: 42px;
}

.p-newsArchive__pagination {
  margin-top: 113px;
  display: flex;
  justify-content: center;
  gap: 1px;
}
@media screen and (max-width: 767.98px) {
  .p-newsArchive__pagination {
    margin-top: 42px;
  }
}
.p-newsArchive__pagination .page-numbers {
  width: 35px;
  height: 35px;
  background: #ededed;
  color: #000000;
  font-weight: 700;
  display: grid;
  place-items: center;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}
.p-newsArchive__pagination .page-numbers.current {
  background: #000000;
  color: #ffffff;
}
@media (any-hover: hover) {
  .p-newsArchive__pagination a.page-numbers:hover {
    background: #000000;
    color: #ffffff;
  }
}

.p-newsPost {
  padding-top: 34px;
  padding-bottom: 105px;
  position: relative;
}

.p-newsPost__bgDiamond {
  position: absolute;
  z-index: -1;
  overflow: hidden;
}
.p-newsPost__bgDiamond::after {
  content: "";
  position: absolute;
  top: 0;
  aspect-ratio: 1/1;
}
.p-newsPost__bgDiamond--right {
  top: 48.8%;
  transform: translateY(-50%);
  right: 0;
  width: 24.6354166667%;
  aspect-ratio: 473/801;
}
.p-newsPost__bgDiamond--right::after {
  left: 0;
  width: 169.3446088795%;
  background: url(../img/bg-diamond.svg) no-repeat center center/contain;
}
.p-newsPost__bgDiamond--left {
  bottom: 0;
  left: 0;
  width: 34.8958333333%;
  aspect-ratio: 670/845;
}
.p-newsPost__bgDiamond--left::after {
  right: 0;
  width: 154.9253731343%;
  background: url(../img/bg-diamond3.svg) no-repeat center center/contain;
}

.p-newsPost__contents {
  margin-top: 135px;
}

.p-newsPost__head {
  display: flex;
  align-items: center;
  gap: 47px;
  padding-block: 10px;
  border-bottom: 1px dotted #8c8c8c;
}
@media screen and (max-width: 767.98px) {
  .p-newsPost__head {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
}

.p-newsPost-head__sub {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 29px;
}
@media screen and (max-width: 767.98px) {
  .p-newsPost-head__sub {
    gap: 20px;
  }
}

.p-newsPost__category {
  width: 156px;
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  background: #dce7f9;
  border-radius: 8px;
}

.p-newsPost__date {
  display: flex;
  align-items: center;
  gap: 15px;
}
.p-newsPost__date .year,
.p-newsPost__date .day {
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  .p-newsPost__date .year,
  .p-newsPost__date .day {
    font-size: 14px;
  }
}
.p-newsPost__date .day {
  font-size: 24px;
}
@media screen and (max-width: 767.98px) {
  .p-newsPost__date .day {
    font-size: 16px;
  }
}

.p-newsPost__title {
  font-size: 22px;
  font-weight: 700;
}

.p-newsPost__thumbnail {
  margin: 58px auto 0;
  width: 100%;
  max-width: 963px;
  aspect-ratio: 963/576;
  border: 1px solid #004167;
  overflow: hidden;
  border-radius: 30px;
}
.p-newsPost__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-newsPost__content {
  margin-top: 62px;
}
.p-newsPost__content section {
  margin-bottom: 96px;
}
@media screen and (max-width: 767.98px) {
  .p-newsPost__content section {
    margin-bottom: 48px;
  }
}
.p-newsPost__content h2,
.p-newsPost__content h3,
.p-newsPost__content h4,
.p-newsPost__content h5,
.p-newsPost__content h6 {
  margin-bottom: 16px;
}
.p-newsPost__content p,
.p-newsPost__content ul,
.p-newsPost__content ol {
  margin-bottom: 30px;
}
@media screen and (max-width: 767.98px) {
  .p-newsPost__content p,
  .p-newsPost__content ul,
  .p-newsPost__content ol {
    margin-bottom: 16px;
  }
}
.p-newsPost__content h2 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #004167;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 18px;
  border-bottom: 1px solid #5e80d9;
  padding-left: 29px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-newsPost__content h2 {
    font-size: 22px;
  }
}
.p-newsPost__content h2::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 8px;
  height: 70%;
  background: #004167;
}
.p-newsPost__content p {
  padding-inline: 27px;
}
@media screen and (max-width: 767.98px) {
  .p-newsPost__content p {
    padding-inline: 13px;
  }
}
.p-newsPost__content ul,
.p-newsPost__content ol {
  list-style: inside;
  margin-inline: auto;
  max-width: 1152px;
  border: 1px solid #5e80d9;
  padding: 22px 45px 28px;
  border-radius: 20px;
}
@media screen and (max-width: 767.98px) {
  .p-newsPost__content ul,
  .p-newsPost__content ol {
    padding: 20px 16px;
  }
}
.p-newsPost__content ul li,
.p-newsPost__content ol li {
  line-height: 2.07;
}

.p-logArchive {
  padding-top: 6px;
  padding-bottom: 91px;
}

.p-log__categoriesBox {
  margin: 37px auto 0;
  width: 93.75%;
  max-width: 700px;
  background: #ffffff;
  padding: 12px 8px 22px;
  position: relative;
  z-index: 10;
}

.p-log-cBox__heading {
  text-align: center;
  color: #5e80d9;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}

.p-log-cBox__links {
  margin-top: 13px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.p-log-cBox__links .c-categoryTag {
  display: block;
  font-size: 17px;
  padding: 3px 11px 7px;
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .p-log-cBox__links .c-categoryTag:hover {
    opacity: 0.7;
  }
}

.p-logSection {
  margin-top: 61px;
  padding-bottom: 11px;
}

.p-logSec__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #004167;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 18px;
  border-bottom: 1px solid #5e80d9;
  padding-left: 29px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-logSec__title {
    font-size: 22px;
  }
}
.p-logSec__title::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 8px;
  height: 70%;
  background: #004167;
}

.p-logSec__cards {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1239.98px) {
  .p-logSec__cards {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
@media screen and (min-width: 900px) and (max-width: 1239.98px) {
  .p-logSec__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 899.98px) {
  .p-logSec__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-logSec__cards li {
  width: -moz-fit-content;
  width: fit-content;
}
.p-logSec__cards a {
  width: -moz-fit-content;
  width: fit-content;
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .p-logSec__cards a:hover {
    opacity: 0.7;
  }
}

.p-logSec__link {
  margin: 26px auto 0;
  display: block;
  max-width: 307px;
  padding-top: 11px;
  padding-bottom: 10px;
  border-radius: 30px;
  border: 1px solid #004167;
  text-align: center;
  color: #004167;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  transition: opacity 0.2s ease;
}
.p-logSec__link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 23px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #ffffff url(../img/arrow-for-button.svg) no-repeat center center/11px 9.5px;
  border: 1px solid #004167;
}
@media (any-hover: hover) {
  .p-logSec__link:hover {
    opacity: 0.7;
  }
}

.p-singlePost {
  position: relative;
  overflow: hidden;
}

.p-singlePost__head {
  min-height: 511px;
  padding-top: 12px;
  padding-bottom: 20px;
  background: #004167;
  position: relative;
}
.p-singlePost__head .c-breadcrumb {
  color: #ffffff;
  padding-left: 7px;
}

.p-singlePost-head__bgImg {
  position: absolute;
  z-index: 5;
  top: 29px;
  left: 51.5%;
  transform: translateX(-50%);
  width: 88.8541666667%;
  min-width: 1706px;
  height: 100%;
  overflow: hidden;
}
.p-singlePost-head__bgImg img {
  width: 100%;
  height: 137.1819960861%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

.p-singlePost-head__inner {
  position: relative;
  z-index: 10;
}

.p-singlePost-head__body {
  margin: 97px auto 0;
  max-width: 1086px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-singlePost-head__body {
    margin-top: 48px;
  }
}

.p-singlePost-head__main {
  width: 45.1197053407%;
}
@media screen and (max-width: 1099.98px) {
  .p-singlePost-head__main {
    width: 100%;
  }
}

.p-singlePost-head__category {
  display: flex;
}
.p-singlePost-head__category .c-categoryTag {
  font-size: 18px;
  padding: 3px 13px 6px 10px;
}

.p-singlePost-head__title {
  color: #ffffff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 47px;
  font-weight: 700;
  line-height: 1.47;
}
@media screen and (max-width: 1099.98px) {
  .p-singlePost-head__title {
    font-size: clamp(2rem, 1.485rem + 2.11vw, 2.938rem);
  }
}

.p-singlePost-head__dates {
  margin-top: 48px;
  padding-left: 10px;
  display: flex;
  gap: 41px;
}
@media screen and (max-width: 1099.98px) {
  .p-singlePost-head__dates {
    flex-direction: column;
    gap: 12px;
  }
}
.p-singlePost-head__dates time {
  color: #ffffff;
  font-size: 16px;
}

.p-singlePost__thumbnail {
  position: absolute;
  bottom: -114px;
  right: -6.3535911602%;
  width: 57.4585635359%;
  aspect-ratio: 624/421;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1099.98px) {
  .p-singlePost__thumbnail {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    margin-top: 48px;
  }
}
.p-singlePost__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-singlePost__contents {
  margin-top: 106px;
  padding-bottom: 70px;
}
.p-singlePost__contents #toc_container {
  max-width: 907px;
  margin-inline: auto;
  background: #f2f2f2;
  padding: 22px;
  margin-bottom: 51px;
}
@media screen and (max-width: 767.98px) {
  .p-singlePost__contents #toc_container {
    padding: 10px;
  }
}
.p-singlePost__contents .toc_list {
  background: #ffffff;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media screen and (max-width: 767.98px) {
  .p-singlePost__contents .toc_list {
    padding: 10px;
  }
}
.p-singlePost__contents .toc_list > li > a {
  display: inline-block;
  color: #004167;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
}
.p-singlePost__contents .toc_list > li > ul {
  padding-left: 12px;
}
.p-singlePost__contents .toc_list > li > ul li a {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 3px;
}
@media screen and (max-width: 767.98px) {
  .p-singlePost__contents .toc_list > li > ul li a {
    font-size: 14px;
  }
}
.p-singlePost__contents .toc_list > li > ul li a::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #004167;
}
.p-singlePost__contents .toc_list > li:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.p-singlePost__contents .toc_list .toc_number.toc_depth_1 {
  width: 35px;
  height: 35px;
  background: #5e80d9;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.p-singlePost__contents .toc_list .toc_number.toc_depth_1::before {
  content: "0";
}
.p-singlePost__contents .toc_list .toc_number.toc_depth_2 {
  opacity: 0;
}
.p-singlePost__contents h2 {
  background: #004167;
  padding: 0 28px 4px;
  border-radius: 10px;
  margin-bottom: 47px;
}
.p-singlePost__contents h2 span {
  color: #ffffff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 35px;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-singlePost__contents h2 span {
    font-size: 24px;
  }
}
.p-singlePost__contents h3 {
  padding-bottom: 18px;
  border-bottom: 1px solid #5e80d9;
  padding-left: 29px;
  margin-bottom: 17px;
  position: relative;
}
.p-singlePost__contents h3 span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #004167;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .p-singlePost__contents h3 span {
    font-size: 22px;
  }
}
.p-singlePost__contents h3::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 8px;
  height: 70%;
  background: #004167;
}
.p-singlePost__contents p {
  padding-inline: 27px;
  margin-bottom: 29px;
}
@media screen and (max-width: 767.98px) {
  .p-singlePost__contents p {
    padding-inline: 13px;
  }
}
.p-singlePost__contents .wp-block-image {
  margin-bottom: 63px;
}
.p-singlePost__contents ul.wp-block-list,
.p-singlePost__contents ol.wp-block-list {
  list-style: inside;
  margin-inline: auto;
  max-width: 1152px;
  border: 1px solid #5e80d9;
  padding: 22px 45px 28px;
  border-radius: 20px;
}
@media screen and (max-width: 767.98px) {
  .p-singlePost__contents ul.wp-block-list,
  .p-singlePost__contents ol.wp-block-list {
    padding: 20px 16px;
  }
}
.p-singlePost__contents ul.wp-block-list li,
.p-singlePost__contents ol.wp-block-list li {
  line-height: 2.07;
}

.p-singlePost__bgDiamond {
  position: absolute;
  z-index: -1;
  overflow: hidden;
}
.p-singlePost__bgDiamond::after {
  content: "";
  position: absolute;
  top: 0;
  aspect-ratio: 1/1;
}
.p-singlePost__bgDiamond--right {
  top: 48.8%;
  transform: translateY(-50%);
  right: 0;
  width: 24.6354166667%;
  aspect-ratio: 473/801;
}
.p-singlePost__bgDiamond--right::after {
  left: 0;
  width: 169.3446088795%;
  background: url(../img/bg-diamond.svg) no-repeat center center/contain;
}
.p-singlePost__bgDiamond--left {
  bottom: 0;
  left: 0;
  width: 34.8958333333%;
  aspect-ratio: 670/845;
}
.p-singlePost__bgDiamond--left::after {
  right: 0;
  width: 154.9253731343%;
  background: url(../img/bg-diamond3.svg) no-repeat center center/contain;
}

.p-singleRelated {
  padding-top: 48px;
  padding-bottom: 114px;
  background: linear-gradient(180deg, #004167, #004167 35.66%, #7194d6 100%);
}

.p-singleRelated__category {
  display: flex;
  gap: 20px;
}

.p-singleRelated__cardArea {
  margin-top: 51px;
}

.p-singleRelated__cards li {
  width: -moz-fit-content;
  width: fit-content;
}
.p-singleRelated__cards li a {
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .p-singleRelated__cards li a:hover {
    opacity: 0.7;
  }
}

.p-elSec1 {
  margin-top: 72px;
}
.p-elSec1 > div {
  display: flex;
  align-items: center;
  gap: 47px;
}
@media screen and (max-width: 1099.98px) {
  .p-elSec1 > div {
    flex-direction: column;
  }
}
@media screen and (max-width: 767.98px) {
  .p-elSec1 > div {
    margin-top: 48px;
  }
}

.p-elSec1__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-left: 30px;
}
@media screen and (max-width: 1099.98px) {
  .p-elSec1__body {
    padding-left: 0;
  }
}

.p-elSec1__title {
  color: #004167;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 7px;
}
@media screen and (max-width: 767.98px) {
  .p-elSec1__title {
    font-size: 28px;
    letter-spacing: 5px;
  }
}

.p-elSec1__image {
  width: 49.1666666667%;
  flex-shrink: 0;
  aspect-ratio: 590/310;
}
@media screen and (max-width: 1099.98px) {
  .p-elSec1__image {
    width: 100%;
  }
}
.p-elSec1__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-elSec2 {
  margin-top: 119px;
}
@media screen and (max-width: 767.98px) {
  .p-elSec2 {
    margin-top: 60px;
  }
}

.p-elSec2__list {
  margin-top: 66px;
  padding-left: 33px;
  padding-right: 21px;
  display: flex;
  flex-direction: column;
  gap: 65px;
}
@media screen and (max-width: 767.98px) {
  .p-elSec2__list {
    padding-inline: 0;
  }
}

.p-elSec-item__heading {
  border-top: 3px solid #004167;
  border-bottom: 1px solid #5e80d9;
  padding: 27px 40px 29px 0;
  display: flex;
  justify-content: center;
  gap: 7px;
}
@media screen and (max-width: 767.98px) {
  .p-elSec-item__heading {
    padding-right: 0;
  }
}
.p-elSec-item__heading .title {
  color: #004167;
  font-size: 20px;
  font-weight: 700;
}
.p-elSec-item__heading .number {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #5e80d9;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.p-elSec-item__body {
  margin: 46px auto 0;
  max-width: 1050px;
  display: flex;
  justify-content: flex-end;
  gap: 60px;
}
@media screen and (max-width: 1099.98px) {
  .p-elSec-item__body {
    flex-direction: column;
    align-items: center;
  }
}
.p-elSec-item__body.secondItem-body {
  margin-top: -6px;
  justify-content: start;
  align-items: center;
  max-width: 1138px;
  gap: 12px;
}
.p-elSec-item__body.thirdItem-body {
  padding-left: 34px;
  gap: 20px;
}
@media screen and (max-width: 1099.98px) {
  .p-elSec-item__body.thirdItem-body {
    padding-left: 0;
  }
}

.p-elSec-item__figureArea {
  flex-shrink: 0;
  padding-top: 5px;
}

.p-elSec-item__figureHead {
  text-align: center;
  color: #ffffff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 26px;
  font-weight: 700;
  background: #004167;
  padding: 5px 88px 5px 83px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 44px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-elSec-item__figureHead {
    margin-left: 5%;
    padding-inline: 5px;
    width: 71.6666666667%;
    font-size: clamp(1rem, -0.905rem + 9.52vw, 1.625rem);
  }
}
.p-elSec-item__figureHead::after {
  content: "";
  position: absolute;
  bottom: -65px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 68px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: #004167;
}
.p-elSec-item__figureHead.thirdItem-figureHead {
  margin-left: 41px;
  padding: 6px 72px 5px 68px;
}
@media screen and (max-width: 767.98px) {
  .p-elSec-item__figureHead.thirdItem-figureHead {
    margin-left: 5%;
    padding-inline: 5px;
    width: 82.302771855%;
  }
}

.p-elSec-item__figureImgs {
  margin-top: 34px;
  display: flex;
  gap: 41px;
}
@media screen and (max-width: 767.98px) {
  .p-elSec-item__figureImgs {
    justify-content: center;
    gap: clamp(0.625rem, -1.374rem + 8.2vw, 2.563rem);
  }
}
.p-elSec-item__figureImgs.thirdItem-imgs {
  gap: 13px;
}
.p-elSec-item__figureImgs.thirdItem-imgs .imgBIM {
  width: 32.4093816631%;
}
.p-elSec-item__figureImgs.thirdItem-imgs .imgArrow {
  width: 20.4690831557%;
}

.p-elSec-item__figureImg {
  flex-shrink: 0;
  display: block;
}
.p-elSec-item__figureImg img {
  width: 100%;
  height: auto;
}
.p-elSec-item__figureImg.imgBIM {
  margin-top: 9px;
  max-width: 152px;
  width: 28.1481481481%;
  aspect-ratio: 152/115;
}
.p-elSec-item__figureImg.imgArrow {
  margin-top: 41px;
  max-width: 96px;
  width: 17.7777777778%;
  aspect-ratio: 96/51;
}
.p-elSec-item__figureImg.imgLogo {
  max-width: 210px;
  width: 38.8888888889%;
  aspect-ratio: 210/170;
}
.p-elSec-item__figureImg.imgSecond {
  max-width: 555px;
  width: 100%;
  aspect-ratio: 544/331;
  position: relative;
}
.p-elSec-item__figureImg.imgSecond picture {
  display: block;
  position: absolute;
}
.p-elSec-item__figureImg.imgSecond img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-elSec-item__figureImg.imgBene {
  max-width: 195px;
  width: 41.5778251599%;
  aspect-ratio: 195/136;
}

.p-elSec-item__figureText {
  z-index: 20;
  top: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 1111/350;
}

.p-elSec-item__figureImage1 {
  z-index: 15;
  bottom: 2.3689665383%;
  left: 2.8828828829%;
  width: 49.3693693694%;
  aspect-ratio: 274/183;
}

.p-elSec-item__figureImage2 {
  z-index: 15;
  bottom: 0%;
  right: 1.8018018018%;
  width: 43.6036036036%;
  aspect-ratio: 242/181.5;
}

.p-elSec-item__listArea {
  border: 3px solid #5e80d9;
  padding: 20px 34px 33px 40px;
}
@media screen and (max-width: 767.98px) {
  .p-elSec-item__listArea {
    padding-inline: 10px;
  }
}
.p-elSec-item__listArea.secondItem-listArea {
  padding-right: 47px;
  margin-top: 41px;
}
@media screen and (max-width: 767.98px) {
  .p-elSec-item__listArea.secondItem-listArea {
    padding-inline: 10px;
  }
}
.p-elSec-item__listArea.thirdItem-listArea {
  padding-bottom: 44px;
}

.p-elSec-item__listHead {
  text-align: center;
  color: #e79b51;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.p-elSec-item__points {
  margin-top: 21px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.p-elSec-item__point {
  padding-left: 22px;
  position: relative;
  font-weight: 700;
}
.p-elSec-item__point::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 12.6px;
  aspect-ratio: 1/1;
  background: #4d80de;
}

.p-elSec-item__bottom {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 4px;
}
@media screen and (max-width: 767.98px) {
  .p-elSec-item__bottom {
    flex-direction: column;
    align-items: start;
    gap: 40px;
  }
}
.p-elSec-item__bottom.reverse {
  padding-right: 0;
  padding-left: 4px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767.98px) {
  .p-elSec-item__bottom.reverse {
    flex-direction: column;
  }
}
.p-elSec-item__bottom.thirdItem-bottom {
  margin-top: 30px;
}

.p-elSec-item__bottomIcon {
  flex-shrink: 0;
  width: 153px;
  aspect-ratio: 153/130;
}
.p-elSec-item__bottomIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-elSec-item__bottomIcon.secondIcon {
  aspect-ratio: 153/137;
}

.p-elSec-item__bottomComment {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  background: #5780d8;
  padding: 14px 26px 19px 54px;
  border-radius: 32px;
  margin-bottom: 14px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-elSec-item__bottomComment {
    padding-inline: 10px;
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
}
.p-elSec-item__bottomComment::before {
  content: "";
  position: absolute;
  top: 22px;
  left: -25px;
  width: 31px;
  height: 27px;
  background: url(../img/comment-treat.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767.98px) {
  .p-elSec-item__bottomComment::before {
    top: -21px;
    left: 20px;
    transform: rotate(90deg);
  }
}
.p-elSec-item__bottomComment.secondItem-comment {
  padding: 9px 80px 14px;
  margin-bottom: 9px;
  letter-spacing: 0.2px;
  border-radius: 60px;
}
@media screen and (max-width: 767.98px) {
  .p-elSec-item__bottomComment.secondItem-comment {
    padding-inline: 10px;
    border-radius: 32px;
  }
}
.p-elSec-item__bottomComment.secondItem-comment::before {
  left: auto;
  right: -15px;
  transform: scaleX(-1);
}
@media screen and (max-width: 767.98px) {
  .p-elSec-item__bottomComment.secondItem-comment::before {
    top: -15px;
    left: 20px;
    transform: rotate(90deg);
  }
}
.p-elSec-item__bottomComment.thirdItem-comment {
  margin-top: 16px;
  border-radius: 60px;
}
@media screen and (max-width: 767.98px) {
  .p-elSec-item__bottomComment.thirdItem-comment {
    margin-top: 0;
    border-radius: 32px;
  }
}
.p-elSec-item__bottomComment.thirdItem-comment::before {
  left: -15px;
}
@media screen and (max-width: 767.98px) {
  .p-elSec-item__bottomComment.thirdItem-comment::before {
    top: -15px;
    left: 20px;
  }
}

.p-elSec3 {
  padding-top: 53px;
  padding-bottom: 114px;
}
@media screen and (max-width: 767.98px) {
  .p-elSec3 {
    padding-bottom: 35px;
  }
}

.p-elSec3__arrow {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.p-elSec3__arrow img {
  display: block;
  width: 140px;
  height: 99px;
}

.p-elSec3__title {
  width: 100%;
  max-width: 1035px;
  margin: 45px auto 0;
  background: #fff700;
  padding: 16px;
  text-align: center;
  color: #004167;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 34px;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-elSec3__title {
    padding: 10px;
    font-size: clamp(1.375rem, 0.839rem + 2.68vw, 2.125rem);
  }
}

.p-elSec3__imgHeadText {
  margin-top: 81px;
}
@media screen and (max-width: 767.98px) {
  .p-elSec3__imgHeadText {
    margin-top: 60px;
  }
}

.p-elSec3__cycleImage {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 21px auto 0;
  max-width: 994px;
  aspect-ratio: 1119/358;
}
.p-elSec3__cycleImage img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-isSec1 {
  margin-top: 47px;
}
.p-isSec1 > div {
  display: flex;
  align-items: center;
  gap: 37px;
}
@media screen and (max-width: 1099.98px) {
  .p-isSec1 > div {
    flex-direction: column;
  }
}

.p-isSec1__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-left: 17px;
  padding-top: 25px;
}
@media screen and (max-width: 1099.98px) {
  .p-isSec1__body {
    padding: 0;
  }
}

.p-isSec1__title {
  color: #004167;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 35px;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-isSec1__title {
    font-size: 28px;
  }
}

.p-isSec1__image {
  width: 49.8333333333%;
  flex-shrink: 0;
  aspect-ratio: 598/339;
}
@media screen and (max-width: 1099.98px) {
  .p-isSec1__image {
    width: 100%;
  }
}
.p-isSec1__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-isSec2 {
  margin-top: 114px;
}
@media screen and (max-width: 767.98px) {
  .p-isSec2 {
    margin-top: 60px;
  }
}

.p-isSec2__title span {
  letter-spacing: normal;
}

.p-isSec2__head {
  margin: 49px auto 0;
  max-width: 1166px;
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .p-isSec2__head {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}

.p-isSec2__headLeft {
  margin-top: 14px;
  padding-left: 21px;
  flex-shrink: 0;
  width: 37.9073756432%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1099.98px) {
  .p-isSec2__headLeft {
    padding-left: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .p-isSec2__headLeft {
    margin-top: 0;
    width: 100%;
    max-width: 442px;
  }
}

.p-isSec2-head__logo {
  display: block;
  width: 50%;
  max-width: 210px;
  aspect-ratio: 210/170;
}
.p-isSec2-head__logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-isSec2-head__note a {
  color: #00a8e2;
  transition: -webkit-text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition:
    text-decoration 0.2s ease,
    -webkit-text-decoration 0.2s ease;
}
@media (any-hover: hover) {
  .p-isSec2-head__note a:hover {
    text-decoration: underline;
  }
}

.p-isSec2__middle {
  margin-top: 70px;
  padding-left: 26px;
  padding-right: 10px;
}
@media screen and (max-width: 1099.98px) {
  .p-isSec2__middle {
    padding-inline: 0;
  }
}

.p-isSec2-mid__title {
  color: #004167;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 10px;
  padding-left: 5px;
  border-bottom: 1px solid #5e80d9;
}
@media screen and (max-width: 767.98px) {
  .p-isSec2-mid__title {
    font-size: 28px;
  }
}

.p-isSec2-mid__contents {
  margin-top: 20px;
  display: flex;
  gap: 55px;
}
@media screen and (max-width: 1099.98px) {
  .p-isSec2-mid__contents {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

.p-isSec2-mid__text {
  flex-grow: 1;
  padding-left: 3px;
}
@media screen and (max-width: 1099.98px) {
  .p-isSec2-mid__text {
    padding-left: 0;
  }
}

.p-isSec2-mid__listArea {
  margin-top: 7px;
  width: 47.2508591065%;
  flex-shrink: 0;
  padding: 15px 34px 33px 37px;
  background: linear-gradient(270deg, #004167, #004167 16.6%, #7194d6 100%);
}
@media screen and (max-width: 1099.98px) {
  .p-isSec2-mid__listArea {
    width: 100%;
    max-width: 550px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-isSec2-mid__listArea {
    padding-inline: 10px;
  }
}

.p-isSec2-mid__listHeading {
  text-align: center;
  color: #fff700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.p-isSec2-mid__list {
  margin-top: 21px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.p-isSec2-mid__listItem {
  padding-left: 22px;
  position: relative;
  color: #ffffff;
  font-weight: 700;
}
.p-isSec2-mid__listItem::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 12.6px;
  aspect-ratio: 1/1;
  background: #ffffff;
}

.p-isSec2__bottom {
  margin-top: 120px;
  padding-left: 25px;
  padding-right: 13px;
}
@media screen and (max-width: 1099.98px) {
  .p-isSec2__bottom {
    padding-inline: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .p-isSec2__bottom {
    margin-top: 90px;
  }
}

.p-isSec2__bottomBox {
  border: 1px solid #5e80d9;
  padding: 37px 21px 40px 25px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-isSec2__bottomBox {
    padding-inline: 10px;
  }
}

.p-isSec2-bot__heading {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #5e80d9;
  font-size: 30px;
  font-weight: 700;
  white-space: nowrap;
  background: #ffffff;
  padding-inline: 50px;
}
@media screen and (max-width: 767.98px) {
  .p-isSec2-bot__heading {
    font-size: 22px;
    padding-inline: 10px;
  }
}

.p-isSec2-bot__contents {
  display: flex;
  align-items: center;
  gap: 19px;
}
@media screen and (max-width: 1099.98px) {
  .p-isSec2-bot__contents {
    flex-direction: column;
  }
}

.p-isSec2-bot__image {
  max-width: 443px;
  flex-shrink: 0;
  aspect-ratio: 443/295;
}
.p-isSec2-bot__image img {
  width: 100%;
  height: 100%;
}

.p-isSec2__step {
  margin: 45px auto 0;
  max-width: 1140px;
}

.p-isSec2-step__heading {
  color: #004167;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 35px;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-isSec2-step__heading {
    font-size: 24px;
  }
}

.p-isSec2-step__list {
  margin: -16px auto 0;
  max-width: 1085px;
  display: flex;
  gap: 38px;
}
@media screen and (max-width: 1099.98px) {
  .p-isSec2-step__list {
    flex-direction: column;
    max-width: 600px;
    margin-top: 60px;
  }
}

.p-isSec2-step__listItem:nth-child(1) {
  margin-top: 131px;
  position: relative;
}
@media screen and (max-width: 1099.98px) {
  .p-isSec2-step__listItem:nth-child(1) {
    margin-top: 0;
  }
}
.p-isSec2-step__listItem:nth-child(1)::after {
  content: "";
  position: absolute;
  bottom: -62px;
  right: -10px;
  width: 120px;
  height: 120px;
  background: url(../img/stepIcon1.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767.98px) {
  .p-isSec2-step__listItem:nth-child(1)::after {
    bottom: -36px;
    width: 60px;
    height: 60px;
  }
}
.p-isSec2-step__listItem:nth-child(2) {
  margin-top: 62px;
  position: relative;
}
@media screen and (max-width: 1099.98px) {
  .p-isSec2-step__listItem:nth-child(2) {
    margin-top: 0;
  }
}
.p-isSec2-step__listItem:nth-child(2)::after {
  content: "";
  position: absolute;
  bottom: 16px;
  right: -5px;
  width: 100px;
  height: 100px;
  background: url(../img/stepIcon2.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767.98px) {
  .p-isSec2-step__listItem:nth-child(2)::after {
    bottom: -16px;
    width: 50px;
    height: 50px;
    z-index: 1;
  }
}
.p-isSec2-step__listItem:nth-child(3) {
  position: relative;
}
.p-isSec2-step__listItem:nth-child(3) .p-isSec2-step__listIcon {
  position: absolute;
  top: 196px;
  right: 3px;
  width: 93px;
  height: 93px;
  background: url(../img/stepIcon3.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767.98px) {
  .p-isSec2-step__listItem:nth-child(3) .p-isSec2-step__listIcon {
    width: 47px;
    height: 47px;
    z-index: 1;
  }
}

.p-isSec2-step__stepHead {
  background: #3a6080;
  width: 317px;
  height: 70px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 21px;
  position: relative;
}
@media screen and (max-width: 1099.98px) {
  .p-isSec2-step__stepHead {
    width: 100%;
  }
}
.p-isSec2-step__stepHead::after {
  content: "";
  position: absolute;
  top: 0;
  right: -38px;
  width: 40px;
  height: 100%;
  clip-path: polygon(0 0, 2% 0, 100% 50%, 2% 100%, 0 100%);
  background: #3a6080;
}
@media screen and (max-width: 1099.98px) {
  .p-isSec2-step__stepHead::after {
    display: none;
  }
}

.p-isSec2-step__stepBox {
  width: 317px;
  padding: 19px 10px 28px 16px;
}
@media screen and (max-width: 1099.98px) {
  .p-isSec2-step__stepBox {
    width: 100%;
  }
}
.p-isSec2-step__stepBox--blue {
  background: #dee8f5;
}
.p-isSec2-step__stepBox--gray {
  background: #f1f1f1;
}
.p-isSec2-step__stepBox dd span {
  display: block;
}
.p-isSec2-step__stepBox dd span::before {
  content: "■";
}

.p-isSec2-step__stepResult {
  margin-top: 95.7px;
  margin-left: -7px;
  max-width: 389.5px;
  padding: 21px 15px 22px 31px;
  background: linear-gradient(270deg, #004167, #004167 16.6%, #7194d6 100%);
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1099.98px) {
  .p-isSec2-step__stepResult {
    max-width: 600px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .p-isSec2-step__stepResult {
    padding-inline: 10px;
  }
}
.p-isSec2-step__stepResult::before {
  content: "";
  position: absolute;
  top: -89px;
  left: 42%;
  transform: translateX(-50%);
  width: 67px;
  height: 71px;
  background: url(../img/arrow-toBottom_skyblue.svg) no-repeat center center/contain;
}
@media screen and (max-width: 1099.98px) {
  .p-isSec2-step__stepResult::before {
    left: 50%;
  }
}

.p-isSec2-step__stepResultList li::before {
  content: "■";
}

.p-isSec3 {
  margin-top: 217px;
  padding-bottom: 8px;
}

.p-isSec3__title span {
  letter-spacing: normal;
}

.p-isSec3__head {
  margin: 28px auto 0;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  max-width: 1145px;
}
@media screen and (max-width: 1099.98px) {
  .p-isSec3__head {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}

.p-isSec3-head__text {
  margin-top: 24px;
}
@media screen and (max-width: 1099.98px) {
  .p-isSec3-head__text {
    margin-top: 0;
  }
}

.p-isSec3-head__image {
  width: 44.2794759825%;
  aspect-ratio: 507/286;
}
@media screen and (max-width: 1099.98px) {
  .p-isSec3-head__image {
    width: 100%;
  }
}
.p-isSec3-head__image img {
  width: 100%;
  height: 100%;
}

.p-isSec3__imgHeadText {
  margin-top: 113px;
}
@media screen and (max-width: 767.98px) {
  .p-isSec3__imgHeadText {
    margin-top: 55px;
  }
}

.p-isSec3__cycleImage {
  margin-top: 28px;
  display: block;
  width: 100%;
  aspect-ratio: 1119/358;
}
.p-isSec3__cycleImage img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-isSec3__bottomText {
  margin-top: 104px;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #004167;
  font-size: 20px;
  font-weight: 700;
  line-height: 2.37;
}
@media screen and (max-width: 767.98px) {
  .p-isSec3__bottomText {
    margin-top: 70px;
    font-size: 16px;
    line-height: 2;
  }
}

.p-isSec3__bottomComment {
  margin-top: 87px;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #004167;
  font-size: 51.448px;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-isSec3__bottomComment {
    font-size: 32px;
  }
}

.p-isSec3__bottomSubComment {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-isSec3__bottomSubComment {
    font-size: 16px;
  }
}

.p-weSec1 {
  margin-top: 76px;
}
.p-weSec1 > div {
  display: flex;
  gap: 37px;
  margin-inline: auto;
  max-width: 1183px;
}
@media screen and (max-width: 1099.98px) {
  .p-weSec1 > div {
    flex-direction: column;
  }
}

.p-weSec1__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 41px;
  padding-top: 9px;
  padding-left: 9px;
}
@media screen and (max-width: 1099.98px) {
  .p-weSec1__body {
    padding: 0;
  }
}

.p-weSec1__title {
  color: #004167;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  .p-weSec1__title {
    font-size: 28px;
  }
}

.p-weSec1__image {
  width: 50.2113271344%;
  flex-shrink: 0;
  aspect-ratio: 594/308;
}
@media screen and (max-width: 1099.98px) {
  .p-weSec1__image {
    width: 100%;
  }
}
.p-weSec1__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-weSec2 {
  margin-top: 116px;
}
@media screen and (max-width: 767.98px) {
  .p-weSec2 {
    margin-top: 60px;
  }
}

.p-weSec2__title span {
  letter-spacing: normal;
}

.p-weSec2__headText {
  margin: 48px auto 0;
  max-width: 1153px;
}
.p-weSec2__headText .colorRed {
  color: #ff0000;
  text-decoration: underline;
}

.p-weSec2__kjcBox {
  margin: 88px auto 0;
  width: 100%;
  max-width: 1155.6px;
  padding: 23px 30px 29px;
  background: linear-gradient(270deg, #004167, #004167 16.6%, #7194d6 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21px;
}
@media screen and (max-width: 767.98px) {
  .p-weSec2__kjcBox {
    padding-inline: 10px;
    gap: 42px;
  }
}

.p-weSec2-kjcBox__heading {
  width: 100%;
  max-width: 509px;
  aspect-ratio: 509/74;
}
.p-weSec2-kjcBox__heading img {
  width: 100%;
  height: 100%;
}

.p-weSec2-kjcBox__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.p-weSec2-kjcBox__item {
  display: inline-flex;
  padding-left: 22px;
  position: relative;
}
.p-weSec2-kjcBox__item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 12.6px;
  aspect-ratio: 1/1;
  background: #ffffff;
}
.p-weSec2-kjcBox__item dt,
.p-weSec2-kjcBox__item dd {
  color: #ffffff;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-weSec2-kjcBox__item dt,
  .p-weSec2-kjcBox__item dd {
    font-size: 14px;
  }
}
.p-weSec2-kjcBox__item dt {
  white-space: nowrap;
}
.p-weSec2-kjcBox__item dt::after {
  content: "：";
}

.p-weSec2__photosArea {
  padding-top: 31px;
}

.p-weSec2-photos__title {
  color: #5e80d9;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 35px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-weSec2-photos__title {
    font-size: 28px;
  }
}
.p-weSec2-photos__title::before,
.p-weSec2-photos__title::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 10px;
  height: 40px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: #5e80d9;
}
.p-weSec2-photos__title::before {
  left: -43px;
  transform: rotate(-21deg);
}
.p-weSec2-photos__title::after {
  right: -43px;
  transform: rotate(21deg);
}

.p-weSec2-photos__slideArea {
  margin-top: 26px;
}

.p-weSwiper {
  position: relative;
}

.p-weSwiper__slide {
  padding: 0 10px 10px;
}

.p-weSwiperCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 910px;
  margin-inline: auto;
  padding: 19px 20px 43px;
  min-height: 663px;
  background: #e8e8e8;
  box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.27);
}
@media screen and (max-width: 1240px) {
  .p-weSwiperCard {
    padding-top: 38px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-weSwiperCard {
    min-height: 530px;
  }
}

.p-weSwiperCard__number {
  display: block;
  width: 49px;
  height: 33px;
}

.p-weSwiperCard__image {
  margin-top: 14px;
  display: block;
  max-width: 576px;
  aspect-ratio: 576/432;
}
@media screen and (max-width: 1240px) {
  .p-weSwiperCard__image {
    margin-top: 24px;
  }
}
.p-weSwiperCard__image img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-weSwiperCard__heading {
  margin-top: 29px;
  color: #5e80d9;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
}

.p-weSwiperCard__text {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 767.98px) {
  .p-weSwiperCard__text {
    font-size: 16px;
  }
}

.p-weSwiper__slide-prev,
.p-weSwiper__slide-next {
  display: block !important;
  top: 57.5% !important;
  transform: translateY(-50%);
  width: 50px !important;
  height: 58px !important;
  background: #ffffff;
}
@media screen and (max-width: 1240px) {
  .p-weSwiper__slide-prev,
  .p-weSwiper__slide-next {
    top: 44px !important;
    transform: translateY(0);
  }
}
@media screen and (max-width: 767.98px) {
  .p-weSwiper__slide-prev,
  .p-weSwiper__slide-next {
    top: 58px !important;
    width: 30px !important;
    height: 33px !important;
  }
}
.p-weSwiper__slide-prev::after,
.p-weSwiper__slide-next::after {
  display: none;
}

.p-weSwiper__slide-prev {
  left: 162px !important;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
}
@media screen and (min-width: 768px) and (max-width: 1239.98px) {
  .p-weSwiper__slide-prev {
    left: calc(50% - 120px) !important;
  }
}
@media screen and (max-width: 767.98px) {
  .p-weSwiper__slide-prev {
    left: calc(50% - 100px) !important;
  }
}

.p-weSwiper__slide-next {
  right: 162px !important;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media screen and (min-width: 768px) and (max-width: 1239.98px) {
  .p-weSwiper__slide-next {
    right: calc(50% - 120px) !important;
  }
}
@media screen and (max-width: 767.98px) {
  .p-weSwiper__slide-next {
    right: calc(50% - 100px) !important;
  }
}

.p-weSec2__bottomText {
  margin-top: 50px;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #004167;
  font-size: 20px;
  font-weight: 700;
  line-height: 2.37;
}
@media screen and (max-width: 767.98px) {
  .p-weSec2__bottomText {
    margin-top: 20px;
    font-size: 16px;
    line-height: 2;
  }
}
.p-weSec2__bottomText .colorRed {
  color: #ff0000;
  font-weight: inherit;
}

.p-weSec2__bottomIframe {
  margin: 30px auto 0;
  width: 100%;
  max-width: 560px;
}
.p-weSec2__bottomIframe iframe {
  width: 100%;
  aspect-ratio: 560/315;
}

.p-weSec3 {
  margin-top: 62px;
}

.p-weSec3__title span {
  letter-spacing: normal;
}

.p-weSec3__cycleImage {
  margin: 81px auto 0;
  display: block;
  width: 100%;
  max-width: 1059px;
  aspect-ratio: 1059/431;
}
.p-weSec3__cycleImage img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-weSec3__bottomText {
  margin: 94px auto 0;
  max-width: 1065px;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #004167;
  font-size: 20px;
  font-weight: 700;
  line-height: 2.37;
}
@media screen and (max-width: 767.98px) {
  .p-weSec3__bottomText {
    margin-top: 20px;
    font-size: 16px;
    line-height: 2;
  }
}

.p-weSec3__bottomComment {
  margin-top: 69px;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #004167;
  font-size: 51.448px;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-weSec3__bottomComment {
    font-size: 32px;
  }
}

.p-weSec3__bottomSubComment {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-weSec3__bottomSubComment {
    font-size: 16px;
  }
}

.p-dxSec1 {
  margin-top: 63px;
}
.p-dxSec1 > div {
  display: flex;
  gap: 50px;
  margin-inline: auto;
  max-width: 1156px;
  padding-right: 29px;
}
@media screen and (max-width: 1099.98px) {
  .p-dxSec1 > div {
    flex-direction: column;
    padding-right: 0;
  }
}

.p-dxSec1__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 41px;
  padding-top: 23px;
}
@media screen and (max-width: 1099.98px) {
  .p-dxSec1__body {
    padding-top: 0;
  }
}

.p-dxSec1__title {
  color: #004167;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  .p-dxSec1__title {
    font-size: 28px;
  }
}

.p-dxSec1__image {
  width: 48.0035492458%;
  flex-shrink: 0;
  aspect-ratio: 541/360;
}
@media screen and (max-width: 1099.98px) {
  .p-dxSec1__image {
    width: 100%;
  }
}
.p-dxSec1__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-dxSec2 {
  margin-top: 78px;
}
@media screen and (max-width: 767.98px) {
  .p-dxSec2 {
    margin-top: 60px;
  }
}

.p-dxSec2__title span {
  letter-spacing: normal;
}

.p-dxSec2__contents {
  margin-top: 52px;
  padding-left: 33px;
  padding-right: 21px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .p-dxSec2__contents {
    padding-inline: 0;
  }
}

.p-dxSec2__heading {
  border-top: 3px solid #004167;
  border-bottom: 1px solid #5e80d9;
  padding: 33px 40px 21px 0;
  text-align: center;
  color: #004167;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-dxSec2__heading {
    padding-right: 0;
  }
}

.p-dxSec2__body {
  margin: -6px auto 0;
  max-width: 1142px;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 44px;
  padding-right: 15px;
}
@media screen and (max-width: 1099.98px) {
  .p-dxSec2__body {
    flex-direction: column;
    padding-right: 0;
  }
}

.p-dxSec2__figureImgArea {
  flex-shrink: 0;
  max-width: 555px;
  width: 100%;
  aspect-ratio: 544/331;
  position: relative;
}
.p-dxSec2__figureImgArea picture {
  display: block;
  position: absolute;
}
.p-dxSec2__figureImgArea img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-dxSec2__figureText {
  z-index: 20;
  top: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 1111/350;
}

.p-dxSec2__figureImage1 {
  z-index: 15;
  bottom: 2.3689665383%;
  left: 2.8828828829%;
  width: 49.3693693694%;
  aspect-ratio: 274/183;
}

.p-dxSec2__figureImage2 {
  z-index: 15;
  bottom: 0%;
  right: 1.8018018018%;
  width: 43.6036036036%;
  aspect-ratio: 242/181.5;
}

.p-dxSec2__listArea {
  margin-top: 47px;
  border: 3px solid #5e80d9;
  padding: 20px 47px 33px 40px;
}
@media screen and (max-width: 767.98px) {
  .p-dxSec2__listArea {
    padding-inline: 10px;
  }
}

.p-dxSec2__listHead {
  text-align: center;
  color: #e79b51;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding-right: 19px;
}
@media screen and (max-width: 767.98px) {
  .p-dxSec2__listHead {
    padding-right: 0;
  }
}

.p-dxSec2__points {
  margin-top: 21px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.p-dxSec2__point {
  padding-left: 22px;
  position: relative;
  font-weight: 700;
}
.p-dxSec2__point::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 12.6px;
  aspect-ratio: 1/1;
  background: #4d80de;
}

.p-dxSec2__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding-right: 7px;
}
@media screen and (max-width: 767.98px) {
  .p-dxSec2__bottom {
    padding-right: 0;
  }
}

.p-dxSec2-bot__main {
  margin-top: 18px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  padding-left: 4px;
}
@media screen and (max-width: 767.98px) {
  .p-dxSec2-bot__main {
    flex-direction: column;
    align-items: start;
    gap: 40px;
  }
}

.p-dxSec2__bottomIcon {
  flex-shrink: 0;
  width: 153px;
  aspect-ratio: 153/137;
}
.p-dxSec2__bottomIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-dxSec2__bottomComment {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.2px;
  background: #5780d8;
  padding: 9px 80px 14px;
  max-width: 682.09px;
  border-radius: 60px;
  margin-bottom: 9px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-dxSec2__bottomComment {
    padding-inline: 10px;
    border-radius: 32px;
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
}
.p-dxSec2__bottomComment::before {
  content: "";
  position: absolute;
  top: 22px;
  right: -15px;
  transform: scaleX(-1);
  width: 31px;
  height: 27px;
  background: url(../img/comment-treat.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767.98px) {
  .p-dxSec2__bottomComment::before {
    top: -15px;
    right: auto;
    left: 20px;
    transform: rotate(90deg);
  }
}

.p-dxSec2-bot__blueBox {
  margin-top: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(270deg, #004167, #004167 16.6%, #7194d6 100%);
  width: 271.667px;
  height: 103.1px;
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .p-dxSec2-bot__blueBox:hover {
    opacity: 0.7;
  }
}
.p-dxSec2-bot__blueBox picture {
  display: block;
  width: 230px;
  height: 82px;
}
.p-dxSec2-bot__blueBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-dxSec2__conclusion {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 41px;
}

.p-dxSec2-conc__toBottom-arrow {
  width: 140px;
  aspect-ratio: 140/99;
}
.p-dxSec2-conc__toBottom-arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-dxSec2-conc__yellowBox {
  text-align: center;
  color: #004167;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 34px;
  font-weight: 700;
  width: 100%;
  max-width: 1035px;
  margin-inline: auto;
  background: #fff700;
  padding: 19px 10px;
}
@media screen and (max-width: 767.98px) {
  .p-dxSec2-conc__yellowBox {
    font-size: 28px;
  }
}

.p-dxSec3 {
  margin-top: 103px;
}

.p-dxSec3__title span {
  letter-spacing: normal;
}

.p-dxSec3__contents {
  margin: 27px auto 0;
  max-width: 1090px;
  padding-left: 36px;
  display: flex;
  align-items: center;
  gap: 13px;
}
@media screen and (max-width: 1099.98px) {
  .p-dxSec3__contents {
    padding-left: 0;
    flex-direction: column;
  }
}

.p-dxSec3__listArea {
  flex-shrink: 0;
  border: 3px solid #5e80d9;
  padding: 29px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-dxSec3__listArea {
    padding: 29px 10px;
  }
}

.p-dxSec3__listHead {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 11px;
  background: #fff;
  color: #004167;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
}

.p-dxSec3__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.p-dxSec3__listItem {
  display: flex;
  align-items: center;
  gap: 19px;
}
@media screen and (max-width: 767.98px) {
  .p-dxSec3__listItem {
    align-items: start;
  }
}

.p-dxSec3-listItem__num {
  width: 53px;
  height: 36px;
}
@media screen and (max-width: 767.98px) {
  .p-dxSec3-listItem__num {
    margin-top: 7px;
    width: 27px;
    height: 18px;
  }
}

.p-dxSec3-listItem__text {
  font-weight: 500;
}

.p-dxSec3__figureArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.p-dxSec3__figure {
  margin-left: 20px;
  max-width: 304px;
  aspect-ratio: 304/249;
}
.p-dxSec3__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-dxSec3__figureNote {
  max-width: 600px;
  margin-inline: auto;
}

.p-dxSec4 {
  margin-top: 90px;
}

.p-dxSec4__title span {
  letter-spacing: normal;
}

.p-dxSec4__contents {
  margin: 44px auto 0;
  max-width: 1048px;
  display: flex;
  flex-direction: column;
  gap: 76px;
}
@media screen and (max-width: 1099.98px) {
  .p-dxSec4__contents {
    gap: 90px;
  }
}

.p-dxSec4__contents-head {
  display: flex;
  gap: 27px;
}
@media screen and (max-width: 1099.98px) {
  .p-dxSec4__contents-head {
    flex-direction: column;
    gap: 90px;
  }
}

.p-dxSec4__assignment {
  background: #d3d3d3;
  width: calc((100% - 27px) / 2);
  padding: 22px 33px 34px 40px;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
@media screen and (max-width: 1099.98px) {
  .p-dxSec4__assignment {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-dxSec4__assignment {
    padding: 50px 10px 34px;
  }
}
.p-dxSec4__assignment::after {
  content: "";
  position: absolute;
  top: 51px;
  right: -75px;
  width: 64px;
  height: 52px;
  background: url(../img/arrowBlue-small.svg) no-repeat center center/contain;
}
@media screen and (max-width: 1099.98px) {
  .p-dxSec4__assignment::after {
    top: auto;
    bottom: -65px;
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(55deg);
  }
}

.p-dxSec4-asn__heading {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #004167;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.p-dxSec4-asn__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -54px;
  width: 42px;
  height: 42px;
  background: url(../img/icon-face1.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767.98px) {
  .p-dxSec4-asn__heading::before {
    top: -40px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.p-dxSec4-asn__list {
  margin-top: 9px;
}
@media screen and (max-width: 1099.98px) {
  .p-dxSec4-asn__list {
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-dxSec4-asn__list li {
  font-weight: 500;
}
@media screen and (max-width: 1099.98px) {
  .p-dxSec4-asn__list li {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-dxSec4-asn__list li::before {
  content: "・";
}

.p-dxSec4__request {
  margin-top: 115px;
  background: #f2eed7;
  width: calc((100% - 27px) / 2);
  padding: 23px 15px 30px 29px;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  transition-delay: 1s;
}
@media screen and (max-width: 1099.98px) {
  .p-dxSec4__request {
    margin-top: 0;
    width: 100%;
    transition-delay: 0.5s;
  }
}
@media screen and (max-width: 767.98px) {
  .p-dxSec4__request {
    padding: 50px 10px 30px;
  }
}
.p-dxSec4__request::after {
  content: "";
  position: absolute;
  bottom: -65px;
  left: 23px;
  width: 64px;
  height: 52px;
  transform: rotate(90deg);
  background: url(../img/arrowBlue-small.svg) no-repeat center center/contain;
}
@media screen and (max-width: 1099.98px) {
  .p-dxSec4__request::after {
    left: 50%;
    transform: translateX(-50%) rotate(55deg);
  }
}

.p-dxSec4-rqt__heading {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #cc5200;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-dxSec4-rqt__heading {
    padding-left: 0;
  }
}
.p-dxSec4-rqt__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -24px;
  width: 43px;
  height: 43px;
  background: url(../img/icon-face2.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767.98px) {
  .p-dxSec4-rqt__heading::before {
    top: -40px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.p-dxSec4-rqt__list {
  margin-top: 15px;
}
@media screen and (max-width: 1099.98px) {
  .p-dxSec4-rqt__list {
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-dxSec4-rqt__list li {
  font-weight: 500;
}
@media screen and (max-width: 1099.98px) {
  .p-dxSec4-rqt__list li {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-dxSec4-rqt__list li::before {
  content: "・";
}

.p-dxSec4__support {
  background: #d7e0f4;
  width: 100%;
  padding-top: 21px;
  padding-bottom: 42px;
  transition-delay: 1.5s;
}
@media screen and (max-width: 1099.98px) {
  .p-dxSec4__support {
    transition-delay: 0.5s;
  }
}
@media screen and (max-width: 767.98px) {
  .p-dxSec4__support {
    padding-inline: 10px;
  }
}

.p-dxSec4-spt__heading {
  color: #004167;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 20px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 18px;
  border-bottom: 0.75px solid #004167;
}

.p-dxSec4-spt__list {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-left: 6px;
  gap: 28px 34px;
}
@media screen and (max-width: 1099.98px) {
  .p-dxSec4-spt__list {
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-dxSec4-spt__list li {
  padding-left: 24px;
}
@media screen and (max-width: 1099.98px) {
  .p-dxSec4-spt__list li {
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 0;
  }
}
.p-dxSec4-spt__list li::before {
  content: "■ ";
}

.p-dxSec5 {
  margin-top: 112px;
}

.p-dxSec5__title span {
  letter-spacing: normal;
}

.p-dxSec5__headText {
  margin-top: 20px;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-dxSec5__headText {
    font-size: 16px;
  }
}

.p-dxSec5__figureArea {
  margin-top: 85px;
}
@media screen and (max-width: 767.98px) {
  .p-dxSec5__figureArea {
    overflow-x: scroll;
  }
}

.p-dxSec5__figure {
  display: block;
  width: 100%;
  max-width: 1191px;
  aspect-ratio: 1191/548;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .p-dxSec5__figure {
    max-width: none;
    width: 1191px;
  }
}
.p-dxSec5__figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-dxSec5__class {
  margin-top: 71px;
}

.p-dxSec5-class__heading {
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.p-dxSec5-class__point {
  margin: 15px auto 0;
  max-width: 1117px;
  border: 1px solid #d67500;
  border-radius: 18px;
  padding: 22px 20px 16px 28px;
  display: flex;
  align-items: center;
  gap: 34px;
}
@media screen and (max-width: 1099.98px) {
  .p-dxSec5-class__point {
    align-items: start;
  }
}
@media screen and (max-width: 767.98px) {
  .p-dxSec5-class__point {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px 10px;
  }
}

.p-dxSec5-class__pointIcon {
  flex-shrink: 0;
  display: block;
  width: 180px;
  height: 71px;
}

.p-dxSec5-class__pointText {
  flex-grow: 1;
  font-weight: 500;
}

.p-dxSec5-class__theme {
  margin: 51px auto 0;
  padding-bottom: 3px;
  border-bottom: 1px solid #000000;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.p-dxSec5-class__theme dt,
.p-dxSec5-class__theme dd {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.p-dxSec5-class__theme dt::after {
  content: "：";
}

.p-dxSec5-class__contents {
  margin-top: 42px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1099.98px) {
  .p-dxSec5-class__contents {
    gap: 30px;
  }
}

.p-dxSec5-class__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}
.p-dxSec5-class__content:nth-child(1) {
  margin-right: 38px;
}
@media screen and (max-width: 1099.98px) {
  .p-dxSec5-class__content:nth-child(1) {
    margin-right: 0;
  }
}
.p-dxSec5-class__content:nth-child(1) .p-dxSec5-class__contentHead {
  color: #004167;
}
.p-dxSec5-class__content:nth-child(1) .p-dxSec5-class__contentCircle {
  background: #004167;
}
.p-dxSec5-class__content:nth-child(2) {
  margin-right: 38px;
}
@media screen and (max-width: 1099.98px) {
  .p-dxSec5-class__content:nth-child(2) {
    margin-right: 0;
  }
}
.p-dxSec5-class__content:nth-child(2) .p-dxSec5-class__contentHead {
  color: #007eaf;
}
.p-dxSec5-class__content:nth-child(2) .p-dxSec5-class__contentCircle {
  background: #007eaf;
}
.p-dxSec5-class__content:nth-child(3) {
  margin-right: 58px;
}
@media screen and (max-width: 1099.98px) {
  .p-dxSec5-class__content:nth-child(3) {
    margin-right: 0;
  }
}
.p-dxSec5-class__content:nth-child(3) .p-dxSec5-class__contentHead {
  color: #0bacdd;
}
.p-dxSec5-class__content:nth-child(3) .p-dxSec5-class__contentCircle {
  background: #0bacdd;
}
.p-dxSec5-class__content:nth-child(4) {
  margin-right: 18px;
}
@media screen and (max-width: 1099.98px) {
  .p-dxSec5-class__content:nth-child(4) {
    margin-right: 0;
  }
}
.p-dxSec5-class__content:nth-child(4) .p-dxSec5-class__contentHead {
  color: #0e7edb;
}
.p-dxSec5-class__content:nth-child(4) .p-dxSec5-class__contentCircle {
  background: #0e7edb;
}
.p-dxSec5-class__content:nth-child(5) .p-dxSec5-class__contentHead {
  color: #3f5cd8;
}
.p-dxSec5-class__content:nth-child(5) .p-dxSec5-class__contentCircle {
  background: #3f5cd8;
}

.p-dxSec5-class__contentHead {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 20px;
}

.p-dxSec5-class__contentCircle {
  width: 171.67px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.p-dxSec5-cl-content__heading,
.p-dxSec5-cl-content__main {
  text-align: center;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.p-dxSec5-cl-content__heading {
  position: relative;
  padding-top: 13px;
  padding-bottom: 15px;
}
.p-dxSec5-cl-content__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 146px;
  height: 2px;
  background: #fff;
}

.p-dxSec5-cl-content__main {
  padding-top: 7px;
}

.p-dxSec5-class__contentText {
  text-align: center;
  max-width: 251px;
}
@media screen and (max-width: 767.98px) {
  .p-dxSec5-class__contentText {
    max-width: none;
  }
}

.p-dxSec6 {
  margin-top: 40px;
}

.p-dxSec6__title {
  border-top: 3px solid #004167;
  border-bottom: 1px solid #5e80d9;
  padding: 27px 40px 28px 0;
  text-align: center;
  color: #004167;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-dxSec6__title {
    padding-right: 0;
    font-size: 16px;
  }
}

.p-dxSec6__contents {
  width: -moz-fit-content;
  width: fit-content;
  margin: 42px auto 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-right: 80px;
}
@media screen and (max-width: 1099.98px) {
  .p-dxSec6__contents {
    padding-right: 0;
  }
}

.p-dxSec6__content {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
}
.p-dxSec6__content dt,
.p-dxSec6__content dd {
  color: #004167;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-dxSec6__content dt,
  .p-dxSec6__content dd {
    font-size: 16px;
  }
}
.p-dxSec6__content dt {
  white-space: nowrap;
}
.p-dxSec6__content dt::before {
  content: "・";
}
.p-dxSec6__content dt::after {
  content: "：";
}

.p-dxSec6__note {
  margin-top: 41px;
  text-align: center;
  color: #004167;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding-right: 80px;
}
@media screen and (max-width: 1099.98px) {
  .p-dxSec6__note {
    padding-right: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .p-dxSec6__note {
    font-size: 16px;
  }
}

.p-dxSec6__cycleImage {
  margin: 95px auto 0;
  display: block;
  width: 100%;
  max-width: 1010px;
  aspect-ratio: 1059/431;
}
.p-dxSec6__cycleImage img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-dxSec6__bottomText {
  margin: 129px auto 0;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #004167;
  font-size: 20px;
  font-weight: 700;
  line-height: 2.37;
}
@media screen and (max-width: 767.98px) {
  .p-dxSec6__bottomText {
    margin-top: 20px;
    font-size: 16px;
    line-height: 2;
  }
}

.p-dxSec6__bottomComment {
  margin-top: 15px;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #004167;
  font-size: 51.448px;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-dxSec6__bottomComment {
    font-size: 32px;
  }
}

.p-dxSec6__bottomSubComment {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-dxSec6__bottomSubComment {
    font-size: 16px;
  }
}

.p-company {
  padding-bottom: 220px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-company {
    padding-bottom: 100px;
  }
}

.p-company__bgDiamond {
  position: absolute;
  z-index: -1;
  overflow: hidden;
}
.p-company__bgDiamond::after {
  content: "";
  position: absolute;
  top: 0;
  aspect-ratio: 1/1;
}
.p-company__bgDiamond--right {
  top: 48.8%;
  transform: translateY(-50%);
  right: 0;
  width: 24.6354166667%;
  aspect-ratio: 473/801;
}
.p-company__bgDiamond--right::after {
  left: 0;
  width: 169.3446088795%;
  background: url(../img/bg-diamond.svg) no-repeat center center/contain;
}
.p-company__bgDiamond--left {
  bottom: 0;
  left: 0;
  width: 34.8958333333%;
  aspect-ratio: 670/845;
}
.p-company__bgDiamond--left::after {
  right: 0;
  width: 154.9253731343%;
  background: url(../img/bg-diamond3.svg) no-repeat center center/contain;
}

.p-company__title {
  margin-top: 10px;
}

.p-company__contents {
  margin-top: 42px;
}

.p-company__table {
  border-collapse: collapse;
  width: 100%;
}
.p-company__table th,
.p-company__table td {
  padding: 25px;
  font-weight: 500;
  border: 1px solid #cdd8de;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  .p-company__table th,
  .p-company__table td {
    padding: 3px;
    font-size: 14px;
  }
}
.p-company__table th {
  background-color: #f1f3f9;
  text-align: center;
  vertical-align: middle;
  width: 192px;
  white-space: nowrap;
}
@media screen and (max-width: 576px) {
  .p-company__table th {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-company__table td {
  width: calc(100% - 192px);
}
@media screen and (max-width: 576px) {
  .p-company__table td {
    width: 100%;
  }
}
.p-company__table .officerMember {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 576px) {
  .p-company__table .officerMember {
    gap: 14px;
  }
}
.p-company__table .officerMember div {
  display: inline-flex;
}
@media screen and (max-width: 576px) {
  .p-company__table .officerMember div {
    flex-direction: column;
  }
}
.p-company__table .officerMember div dt {
  flex-shrink: 0;
  width: 128px;
}
@media screen and (max-width: 576px) {
  .p-company__table .officerMember div dt {
    width: 100%;
  }
}
.p-company__table .officerMember div dd {
  flex-grow: 1;
}

.comingsoon {
  position: relative;
}
.comingsoon::after {
  content: "COMING SOON";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(150, 150, 150, 0.9);
  color: #fff;
  font-size: 2em;
  font-weight: 700;
  display: grid;
  place-items: center;
}
