/*
Reset Stylesheet
v0.0.1
Last Updated: 2021-07-06
*/
* {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  -webkit-appearance: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  background-color: #fff;
  overflow-x: hidden;
}

p, a, h1, h2, h3 {
  letter-spacing: 0.05em;
}

a {
  color: #333333;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

input, textarea {
  font-size: 1.6rem;
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
}

/* l-header */
.l-header__inner {
  padding: 5px 10px 0 15px;
}
@media screen and (min-width: 1025px) {
  .l-header__inner {
    padding: 30px 30px 0 40px;
  }
}

/* l-inner */
.l-inner {
  padding: 0 20px;
}
@media screen and (min-width: 1025px) {
  .l-inner {
    padding: 0 40px;
    max-width: 1220px;
    margin: 0 auto;
  }
}

.l-subinner {
  max-width: 1030px;
  margin: 0 auto;
}

/* l-contact */
.l-contact {
  background: linear-gradient(180deg, #0091AB 0%, #40ADC0 100%);
  margin-top: 70px;
  padding: 70px 20px 50px 20px;
}
@media screen and (min-width: 1025px) {
  .l-contact {
    margin-top: 150px;
    padding: 120px 0 70px 0;
  }
}

.l-contact--page {
  background: linear-gradient(180deg, #0091AB 0%, #40ADC0 100%);
  padding: 120px 0 70px 0;
  margin-top: 100px;
}
@media screen and (min-width: 1025px) {
  .l-contact--page {
    margin-top: 120px;
  }
}

/* l-footer */
.l-footer__container {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1025px) {
  .l-footer__container {
    flex-direction: row;
  }
}

/* l-top */
.l-top {
  position: relative;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .l-top {
    max-height: 800px;
    display: flex;
    align-items: center;
  }
}

_::-webkit-full-page-media, _:future, :root .l-top {
  height: -webkit-fill-available;
}

.l-tppickup {
  margin-top: 70px;
}
@media screen and (min-width: 1025px) {
  .l-tppickup {
    margin-top: 100px;
  }
}

.l-tpblog {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .l-tpblog {
    margin-top: 130px;
  }
}
@media screen and (min-width: 1025px) {
  .l-tpblog {
    margin-top: 200px;
  }
}

.l-tpnews {
  margin-top: 70px;
}
@media screen and (min-width: 1025px) {
  .l-tpnews {
    margin-top: 100px;
  }
}

/* l-tpabout */
.l-tpabout {
  position: relative;
  z-index: -2;
  background-color: #0091AB;
  padding: 75px 0 50px 0;
}
@media screen and (min-width: 768px) {
  .l-tpabout {
    padding: 120px 0;
  }
}
@media screen and (min-width: 1025px) {
  .l-tpabout {
    padding: 150px 0;
  }
}

@media screen and (min-width: 1025px) {
  .l-tpabout-inner {
    position: relative;
    max-width: 1343px;
    box-sizing: content-box;
  }
}
.l-tpabout-inner::before {
  position: absolute;
  top: 30px;
  right: -25px;
  z-index: -1;
  background-image: url(/wp-content/uploads/page/about-decotop.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  width: 56px;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .l-tpabout-inner::before {
    width: 10.2777777778vw;
    max-width: 148px;
    height: 9.0972222222vw;
    max-height: 131px;
  }
}
@media screen and (min-width: 1025px) {
  .l-tpabout-inner::before {
    top: -114px;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-tpabout-inner::after {
    position: absolute;
    bottom: 11px;
    left: -30px;
    z-index: -1;
    background-image: url(/wp-content/uploads/page/about-decobottom.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    width: 8.9583333333vw;
    max-width: 129px;
    height: 11.25vw;
    max-height: 162px;
  }
}
@media screen and (min-width: 1025px) {
  .l-tpabout-inner::after {
    left: -50px;
    bottom: -120px;
  }
}

/* l-tpservice */
.l-tpservice {
  margin-top: 70px;
}
@media screen and (min-width: 1025px) {
  .l-tpservice {
    margin-top: 150px;
  }
}

/* l-loading */
.l-loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0091AB;
  opacity: 0;
  visibility: hidden;
}
.l-loading img {
  width: 170px;
  height: 180px;
  object-fit: contain;
  object-position: center;
}

/* l-service */
.l-service_intro {
  margin-top: 70px;
}
@media screen and (min-width: 1025px) {
  .l-service_intro {
    margin-top: 150px;
  }
}

.l-service {
  margin-top: 100px;
}
@media screen and (min-width: 1025px) {
  .l-service {
    margin-top: 120px;
  }
}

/* l-seritm */
.l-seritm {
  margin-top: 50px;
}

.l-sercon {
  position: relative;
  background: linear-gradient(to left, #fff 20px, #F5F7F7 20px 100%);
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .l-sercon {
    margin-top: 170px;
  }
}
@media screen and (min-width: 1025px) {
  .l-sercon {
    background: linear-gradient(to left, #fff calc(40px + var(--marginleft)), #F5F7F7 calc(40px + var(--marginleft)) 100%);
  }
}

.l-serqa {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .l-serqa {
    margin-top: 150px;
  }
}

/* l-about */
.l-about-intro {
  margin-top: 50px;
}
@media screen and (min-width: 1025px) {
  .l-about-intro {
    margin-top: 67px;
  }
}

.l-about-introinner {
  position: relative;
}
.l-about-introinner::after {
  position: absolute;
  top: -50px;
  right: -10px;
  z-index: -1;
  content: "";
  display: block;
  background-image: url(/wp-content/uploads/page/vision-top.svg?v2);
  background-repeat: no-repeat;
  background-size: cover;
  width: 263px;
  height: 249px;
}
@media screen and (min-width: 1025px) {
  .l-about-introinner::after {
    top: -100px;
    right: -8.4vw;
    width: 49.2361111111vw;
    max-width: 709px;
    height: 40.2083333333vw;
    max-height: 579px;
  }
}

.l-about__missionintro {
  margin-top: 90px;
}
@media screen and (min-width: 1025px) {
  .l-about__missionintro {
    margin-top: 120px;
  }
}

.l-about__mission {
  background: linear-gradient(to right, #fff 20px, #F5F7F7 20px 100%);
  padding-top: 26px;
  padding-bottom: 50px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .l-about__mission {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .l-about__mission {
    padding: 100px 0;
    background: linear-gradient(to right, #fff calc(40px + var(--marginleft)), #F5F7F7 calc(40px + var(--marginleft)) 100%);
  }
}

.l-abvalue {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .l-abvalue {
    margin-top: -65px;
  }
}

.l-abvalue-inner {
  position: relative;
}
.l-abvalue-inner::after {
  position: absolute;
  z-index: -1;
  left: -45px;
  bottom: -125px;
  background-image: url(/wp-content/uploads/page/vision-value.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  width: 193px;
  height: 175px;
}
@media screen and (min-width: 768px) {
  .l-abvalue-inner::after {
    width: 45.9027777778vw;
    max-width: 661px;
    height: 41.6666666667vw;
    max-height: 600px;
  }
}
@media screen and (min-width: 1025px) {
  .l-abvalue-inner::after {
    left: -166px;
    bottom: -120px;
  }
}

.l-abhistory {
  background-color: #F5F7F7;
  padding: 70px 0;
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .l-abhistory {
    margin-top: 120px;
    padding: 100px 0;
  }
}

.l-abcompany {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .l-abcompany {
    padding-bottom: 96px;
    margin-top: 100px;
  }
}

.l-abcompany-inner {
  position: relative;
}
.l-abcompany-inner::after {
  position: absolute;
  top: -45px;
  right: -75px;
  z-index: -1;
  content: "";
  display: block;
  width: 317px;
  height: 383px;
  background-image: url(/wp-content/uploads/page/vision-company-sp.png?v2);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .l-abcompany-inner::after {
    background-image: url(/wp-content/uploads/page/vision-company-pc.png?v2);
    top: unset;
    left: -77px;
    bottom: -70px;
    width: tabvw(308);
    height: tabvw(404);
  }
}
@media screen and (min-width: 1025px) {
  .l-abcompany-inner::after {
    left: -225px;
    bottom: -77px;
    width: 658px;
    height: 794px;
  }
}

/* l-partner */
.l-partner {
  margin-top: 70px;
}
@media screen and (min-width: 1025px) {
  .l-partner {
    margin-top: 100px;
  }
}

/* l-board */
.l-board {
  background-color: #F5F7F7;
  padding-top: 50px;
  padding-bottom: 70px;
  margin-top: 70px;
}
@media screen and (min-width: 1025px) {
  .l-board {
    padding: 100px 0;
    margin-top: 220px;
  }
}

/* l-blog */
.l-blog {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .l-blog {
    margin-top: 70px;
  }
}

.l-blogcat {
  margin-top: calc(var(--pickup) + 100px);
}
@media screen and (min-width: 768px) {
  .l-blogcat {
    margin-top: calc(var(--pickup) + 169px);
  }
}

.l-blogpick {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .l-blogpick {
    margin-top: -14px;
  }
}

/* l-single */
/* l-pickup */
.l-pickup {
  margin-top: 70px;
}

/* l-news */
.l-news {
  margin-top: 50px;
}
@media screen and (min-width: 1025px) {
  .l-news {
    margin-top: 70px;
  }
}

/* l-pcontact */
.l-pcontact {
  margin-top: 70px;
  margin-bottom: 100px;
}
@media screen and (min-width: 1025px) {
  .l-pcontact {
    max-width: 880px;
    margin: 100px auto 150px auto;
  }
}
.l-pcontact p {
  font-size: 1.4rem;
  line-height: 24px;
}
@media screen and (min-width: 1025px) {
  .l-pcontact p {
    text-align: center;
  }
}

/* l-privacy */
.l-privacy {
  margin-top: 70px;
}
@media screen and (min-width: 1025px) {
  .l-privacy {
    margin-top: 150px;
  }
}

/* l-submit */
.l-submit {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media screen and (min-width: 1025px) {
  .l-submit {
    margin-top: 90px;
    margin-bottom: 150px;
  }
}

/* l-profile */
.l-profile {
  padding: 50px 0 70px 0;
  background-color: #F5F7F7;
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .l-profile {
    padding: 50px 0 100px 0;
  }
}
@media screen and (min-width: 1025px) {
  .l-profile {
    margin-top: 220px;
  }
}

/* l-message */
.l-message {
  padding: 80px 0;
  background-color: #F5F7F7;
  margin-top: 80px;
  margin-bottom: -100px;
}
@media screen and (min-width: 1025px) {
  .l-message {
    padding: 100px 0;
    margin-top: 100px;
    margin-bottom: -120px;
  }
}

/* hover */
@media (hover: hover) {
  .c-hover {
    transition: ease-out 0.3s;
  }
}
@media (hover: hover) {
  .c-hover:hover, .c-hover:focus {
    opacity: 0.7;
  }
}

/* HeaderNav */
.c-mask {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media screen and (min-width: 1025px) {
  .c-mask {
    display: none;
  }
}

.c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 50px;
}
@media screen and (min-width: 1025px) {
  .c-header {
    height: auto;
  }
}

.c-header__fix {
  display: flex;
  height: 100%;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .c-header__fix {
    justify-content: space-between;
  }
}

.c-logo {
  position: relative;
  width: 208px;
  height: 30px;
  display: block;
}
@media screen and (min-width: 1025px) {
  .c-logo {
    width: 277px;
    height: 40px;
  }
}

.c-logoimg {
  width: 100%;
  height: 100%;
}

.c-spheader {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .c-spheader {
    display: none;
  }
}

.c-spheader__menu {
  position: fixed;
  top: 5px;
  right: 10px;
  z-index: 9;
  width: 49px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/wp-content/uploads/menu.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transition: linear 0.3s;
}
@media screen and (min-width: 1025px) {
  .c-spheader__menu {
    display: none;
  }
}

.c-spheader__txt {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-spheader__txt::after {
  content: "menu";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-family: "Manrope", sans-serif;
  font-size: 1.2rem;
  font-weight: 200;
  color: #0091AB;
  line-height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-header__nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: -5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: -webkit-fill-available;
  background-color: #0091AB;
  border-radius: 0 0 20px 20px;
  opacity: 0;
  visibility: hidden;
  padding: 60px 20px;
  transition: opacity ease-out 0.3s;
}
@media screen and (min-width: 768px) {
  .c-header__nav {
    height: max-content;
  }
}
@media screen and (min-width: 1025px) {
  .c-header__nav {
    position: relative;
    z-index: 10;
    opacity: 1;
    visibility: visible;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    height: 60px;
    padding: 0;
    background-color: transparent;
  }
}

.c-header__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 27px;
  width: 100%;
  height: 164.8vw;
  max-height: 618px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.c-header__list::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1025px) {
  .c-header__list {
    flex-direction: row;
    align-items: center;
    gap: 0 30px;
    width: auto;
    height: auto;
    margin-left: auto;
    overflow-y: initial;
  }
}

.c-header__item {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .c-header__item {
    width: auto;
    text-align: left;
    border: none;
  }
}

.c-header__link {
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  align-items: baseline;
  gap: 15px;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .c-header__link {
    color: #333333;
  }
}
.c-header__link[data-title]::before {
  content: attr(data-title);
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 4rem;
  line-height: 40px;
  letter-spacing: 0;
  color: #fff;
  display: block;
  margin-bottom: 3px;
}
@media screen and (min-width: 1025px) {
  .c-header__link[data-title]::before {
    display: none;
  }
}

/* c-title */
.c-title {
  font-family: "Manrope", sans-serif;
  font-size: 6rem;
  font-weight: 200;
  color: #0091AB;
  line-height: 72px;
  letter-spacing: 0;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 8rem;
    line-height: 96px;
    margin-top: 50px;
  }
}
.c-title[data-title]::after {
  content: attr(data-title);
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 27px;
  display: block;
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .c-title[data-title]::after {
    margin-top: 15px;
  }
}

.c-subtitle {
  font-family: "Manrope", sans-serif;
  font-size: 3.6rem;
  line-height: 43px;
  font-weight: 200;
  color: #0091AB;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
@media screen and (min-width: 768px) {
  .c-subtitle {
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .c-subtitle {
    font-size: 5.6rem;
    line-height: 67px;
  }
}
.c-subtitle[data-title]::after {
  content: attr(data-title);
  font-size: 1.4rem;
  line-height: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: block;
  color: #0091AB;
}
@media screen and (min-width: 768px) {
  .c-subtitle[data-title]::after {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .c-subtitle[data-title]::after {
    font-size: 1.6rem;
    line-height: 26px;
    margin-top: 12px;
  }
}

/* c-btn */
.c-btn--white, .c-btn {
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 20px;
  width: max-content;
}

.c-btn {
  color: #0091AB;
}
@media (hover: hover) {
  .c-btn:hover .c-btn__img, .c-btn:focus .c-btn__img {
    display: none;
  }
  .c-btn:hover .c-btn__inner::before, .c-btn:focus .c-btn__inner::before {
    display: block;
    left: 0;
    transition: ease-out 0.3s;
  }
}

.c-btn--white {
  color: #fff;
}
@media (hover: hover) {
  .c-btn--white:hover .c-btn__img, .c-btn--white:focus .c-btn__img {
    display: none;
  }
  .c-btn--white:hover .c-btn__inner--white::before, .c-btn--white:focus .c-btn__inner--white::before {
    display: block;
    left: 0;
    transition: ease-out 0.3s;
  }
}

.c-btn__icon--white, .c-btn__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.c-btn__icon {
  background-color: #fff;
  border: 1px solid #0091AB;
}

.c-btn__icon--white {
  background-color: #0091AB;
  border: 1px solid #fff;
}

.c-btn__inner--white, .c-btn__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  position: relative;
  overflow: hidden;
}
.c-btn__inner--white::before, .c-btn__inner::before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 16px;
  transition: 0.3s linear;
}

.c-btn__inner::before {
  background-image: url(/wp-content/uploads/arrow.svg);
}

.c-btn__inner--white::before {
  background-image: url(/wp-content/uploads/arrow-white.svg);
}

.c-btn__img {
  width: 16px;
  height: 16px;
}

/* c-cat */
.c-catbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .c-catbox {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.c-catlist {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.c-catall {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-catall {
    width: auto;
  }
}

.c-catitem--active, .c-catitem {
  display: inline-block;
  width: max-content;
  border: 1px solid #0091AB;
  border-radius: 18.5px;
  padding: 10px 15px;
}

.c-catitem {
  background-color: #fff;
  transition: ease-out 0.5s;
}
.c-catitem .c-catlink {
  color: #0091AB;
}
@media (hover: hover) {
  .c-catitem:hover, .c-catitem:focus {
    background-color: #0091AB;
  }
  .c-catitem:hover .c-catlink, .c-catitem:focus .c-catlink {
    color: #fff;
  }
}

.c-catitem--active {
  background-color: #0091AB;
}
.c-catitem--active .c-catlink {
  color: #fff;
}

.c-catlink {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  width: 100%;
  height: 100%;
}

/* pager */
.pagination {
  width: max-content;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (min-width: 1025px) {
  .pagination {
    margin-top: 70px;
  }
}

.nav-links {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.page-numbers {
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #0091AB;
  background-color: #fff;
  color: #0091AB;
  transition: ease-out 0.3s;
}
@media (hover: hover) {
  .page-numbers:hover, .page-numbers:focus {
    background-color: #0091AB;
    color: #fff;
  }
}

.current {
  background-color: #0091AB;
  color: #fff;
}

.next, .dots, .prev {
  border: none;
}
@media (hover: hover) {
  .next:hover, .next:focus, .dots:hover, .dots:focus, .prev:hover, .prev:focus {
    background-color: transparent;
    color: #0091AB;
  }
}

.dots {
  width: 8px;
  height: 2px;
  margin-top: -8px;
}

.next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50px;
}

.prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50px;
  transform: scale(-1, 1);
}

.pagerarrow {
  width: 6px;
  height: 10px;
}

.wpcf7 {
  margin-top: 50px;
}
@media screen and (min-width: 1025px) {
  .wpcf7 {
    margin-top: 70px;
  }
}
.wpcf7 p {
  width: 100%;
}

.wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}

.c-mw__item input {
  font-size: 1.4rem;
  border: 1px solid #DDDDDD;
  width: 100%;
  height: 46px;
  display: block;
  border-radius: 4px;
  padding: 16px;
}

::placeholder {
  color: #999999;
}

.c-mw__item textarea {
  font-size: 1.4rem;
  border: 1px solid #DDDDDD;
  width: 100%;
  height: 209px;
  border-radius: 4px;
  display: block;
  padding: 16px;
  overflow-y: scroll;
  resize: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.c-mw__item textarea::-webkit-scrollbar {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 1.2rem !important;
  text-align: left;
}

.wpcf7-response-output {
  display: none;
}

.c-mw__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .c-mw__item {
    gap: 15px;
  }
}

.c-mwttl {
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
}

.c-imp {
  font-size: 1.2rem;
  color: #FF0000;
  margin-top: -3px;
}
@media screen and (min-width: 1025px) {
  .c-imp {
    font-size: 1.6rem;
    margin-left: 5px;
  }
}

.c-mwbtn {
  font-size: 1.6rem;
  color: #0091AB;
  font-weight: bold;
  letter-spacing: 0.05em;
  width: 100%;
  max-width: 290px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 29px;
  background-color: #fff;
  border: 1px solid #0091AB;
  transition: ease-out 0.3s;
  margin: 20px auto 0 auto;
}
@media screen and (min-width: 1025px) {
  .c-mwbtn {
    font-size: 1.8rem;
    height: 58px;
    margin-top: 0;
  }
}
@media (hover: hover) {
  .c-mwbtn:hover, .c-mwbtn:focus {
    color: #fff;
    background-color: #0091AB;
  }
}

input[type=radio],
input[type=checkbox] {
  opacity: 0;
}

.c-radio label {
  display: inline-block;
}

.wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}

input[type=radio],
input[type=checkbox] {
  opacity: 0;
  position: absolute;
  height: auto;
  padding: 0;
}

.wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 15px;
  margin-bottom: auto;
  margin-top: auto;
  transition: background-color ease-out 0.3s;
}

input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #0091AB;
  box-shadow: inset 0 0 0 3px #fff;
}

@media screen and (min-width: 1025px) {
  .wpcf7-form-control-wrap {
    margin: 0 auto;
    margin-top: 20px;
  }
}

.wpcf7-acceptance .wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #DDDDDD;
  position: relative;
  margin-right: 15px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
.wpcf7-acceptance a {
  text-decoration: underline;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 2px;
  width: 15px;
  height: 15px;
  background-image: url(/wp-content/uploads/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #0091AB;
}

.wpcf7-spinner {
  display: none !important;
}

/* c-shadow */
.c-shadow {
  filter: drop-shadow(0px 2px 5px rgba(0, 30, 34, 0.2));
}

/* c-card */
.c-card__wrapper {
  display: flex;
  flex-direction: column;
  gap: 70px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c-card__wrapper {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 70px 30px;
  }
  .c-card__wrapper::after {
    content: "";
    display: block;
    width: calc( (100% - ( 30px * 2 )) / 3);
    height: 0;
  }
}
@media screen and (min-width: 1025px) {
  .c-card__wrapper {
    gap: 70px 90px;
  }
  .c-card__wrapper::after {
    width: calc( (100% - (90px * 2 )) / 3);
  }
}

.c-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .c-card {
    width: calc( (100% - ( 30px * 2 )) / 3);
  }
}
@media screen and (min-width: 1025px) {
  .c-card {
    width: calc( (100% - (90px * 2 )) / 3);
    gap: 30px;
  }
}
.c-card img {
  aspect-ratio: 1 / 1;
  width: 100%;
  max-width: 397px;
  height: 100%;
  max-height: 397px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .c-card img {
    max-width: 320px;
    max-height: 320px;
  }
}

.c-card__content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.c-card__position {
  font-size: 1.2rem;
  line-height: 17px;
}

.c-card__title {
  font-size: 2.4rem;
  line-height: 33px;
  font-weight: bold;
  margin-top: 10px;
}

.c-card__text {
  font-size: 1.4rem;
  line-height: 24px;
  margin-top: 15px;
}

/* p-header */
@media screen and (min-width: 1025px) {
  .p-header__contact {
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    background-color: #0091AB;
    border-radius: 27px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 40px;
  }
}
@media screen and (min-width: 1025px) and (hover: hover) {
  .p-header__contact {
    transition: ease-out 0.3s;
  }
  .p-header__contact:hover, .p-header__contact:focus {
    color: #0091AB;
    border: 1px solid #0091AB;
    background-color: #fff;
  }
}

@media screen and (min-width: 1025px) {
  .p-header__service {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    height: 47px;
  }
}
@media screen and (min-width: 1025px) and (hover: hover) {
  .p-header__service:hover::after, .p-header__service:focus::after {
    transform: rotate(90deg);
  }
  .p-header__service:hover .p-header__sublist, .p-header__service:focus .p-header__sublist {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 1025px) {
  .p-header__service::after {
    content: "+";
    display: block;
    font-size: 1.7rem;
    font-weight: normal;
    transition: ease-out 0.3s;
  }
}

.p-header__sublist {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
  margin-left: 15px;
}
@media screen and (min-width: 1025px) {
  .p-header__sublist {
    visibility: hidden;
    opacity: 0;
    gap: 15px;
    width: max-content;
    position: absolute;
    top: 47px;
    left: 0;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.5) 100%);
    border-radius: 4px;
    padding: 20px;
    margin-top: 0;
    margin-left: 0;
    transition: ease-in-out 0.3s;
  }
}

.p-header__sublink {
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .p-header__sublink {
    font-weight: bold;
    color: #333333;
  }
}

.p-header__privacy {
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .p-header__privacy {
    display: none;
  }
}
.p-header__privacy a {
  font-size: 1.2rem;
  color: #fff;
}

/* p-contact */
.p-contact__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 1025px) {
  .p-contact__wrapper {
    gap: 50px;
  }
}

.p-contact__title {
  position: relative;
  z-index: 2;
  font-size: 2.8rem;
  line-height: 170%;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .p-contact__title {
    font-size: 4rem;
  }
}
.p-contact__title[data-title]::after {
  content: attr(data-title);
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  z-index: 1;
  font-family: "Manrope", sans-serif;
  font-size: 7.2rem;
  font-weight: 200;
  line-height: 1;
  text-align: center;
  display: block;
  opacity: 0.08;
}
@media screen and (min-width: 1025px) {
  .p-contact__title[data-title]::after {
    font-size: 13rem;
    top: -51px;
  }
}

/* p-footer */
.p-footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #fff;
  padding: 50px 0;
}
@media screen and (min-width: 1025px) {
  .p-footer__logo {
    width: 40%;
    padding: 0;
  }
}

.p-footer__logoimg {
  width: 24vw;
  max-width: 180px;
  height: 26.7vw;
  max-height: 200px;
}
@media screen and (min-width: 1025px) {
  .p-footer__logoimg {
    width: 180px;
    height: 200px;
  }
}

.p-footer__wrapper {
  position: relative;
  background-color: #F5F7F7;
}
@media screen and (min-width: 1025px) {
  .p-footer__wrapper {
    width: 60%;
    padding: 100px 0;
  }
}

.p-footer__box {
  display: flex;
  flex-direction: column;
  gap: 70px;
  padding: 50px 20px;
}
@media screen and (min-width: 1025px) {
  .p-footer__box {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 561px;
    margin: 0 auto;
    gap: 0;
    padding: 0;
  }
}

@media screen and (min-width: 1025px) {
  .p-footer__left {
    flex: none;
  }
}

@media screen and (min-width: 1025px) {
  .p-footer__right {
    flex: none;
    margin-left: -23px;
  }
}

.p-footer__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 57.6vw;
  max-width: 437px;
  height: 33.6vw;
  max-height: 255px;
}
@media screen and (min-width: 1025px) {
  .p-footer__img {
    width: 30vw;
    height: 17.7vw;
  }
}

.p-footer__title {
  font-family: "Manrope", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  color: #0091AB;
}

.p-footer__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}

.p-footer__link {
  font-size: 1.4rem;
  font-weight: bold;
}

.p-footer__sublist {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}

.p-footer__sublink {
  font-size: 1.2rem;
  font-weight: 400;
}

.p-footer__link--privacy {
  font-size: 1.2rem;
}

.p-footer__address {
  font-size: 1.2rem;
  line-height: 20px;
}

.p-footer__copyright {
  font-family: "Manrope", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .p-footer__copyright {
    margin-top: 50px;
  }
}

/* p-page */
.p-page__img {
  position: absolute;
  top: 22px;
  right: -70px;
  z-index: -1;
  width: 238px;
  height: 152px;
  transform: rotate(-104deg);
}
@media screen and (min-width: 768px) {
  .p-page__img {
    top: 10px;
    right: -142px;
    width: 438px;
    height: 338px;
  }
}
@media screen and (min-width: 1025px) {
  .p-page__img {
    top: 0;
    right: -5px;
    width: 46vw;
    max-width: 661px;
    height: 27vw;
    max-height: 392px;
    transform: rotate(0);
  }
}

.p-page__panlist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 10px;
  padding: 70px 15px 0 15px;
}
@media screen and (min-width: 1025px) {
  .p-page__panlist {
    padding-top: 0;
    margin-top: 114px;
    padding-left: 40px;
  }
}
.p-page__panlist br {
  display: none;
}

.p-page__panlink {
  font-size: 1.2rem;
  color: #0091AB;
  font-weight: 400;
}

.p-page__panlink--white {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #fff;
}

/* p-top */
.p-top__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  padding: 0 20px;
  margin-top: 120px;
}
@media screen and (min-width: 1025px) {
  .p-top__copy {
    gap: 50px 0;
    margin-left: 6.9444444444vw;
    margin-top: 20px;
    padding: 0;
  }
}

.p-top__title {
  font-family: "Manrope", sans-serif;
  font-size: 7.2rem;
  font-weight: 200;
  line-height: 1;
  color: #0091AB;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-top__title {
    font-size: 11rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-top__title {
    font-size: 16rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-top__title {
    font-size: 18rem;
  }
}

.p-top__text {
  font-size: 1.4rem;
  line-height: 24px;
  font-weight: bold;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-top__text {
    font-size: 1.6rem;
    line-height: 26px;
  }
}
@media screen and (min-width: 1025px) {
  .p-top__text {
    font-size: 1.8rem;
    line-height: 31px;
  }
}

.p-top__img1 {
  position: absolute;
  left: -26.6666666667vw;
  bottom: 0;
  width: 49.6vw;
  height: 68.8vw;
  margin-bottom: 48px;
}
@media screen and (min-width: 1025px) {
  .p-top__img1 {
    left: unset;
    right: 9.0277777778vw;
    bottom: -13.2638888889vw;
    width: 37.4305555556vw;
    height: 27.2222222222vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-top__img1 {
    right: 130px;
    bottom: -191px;
    max-width: 539px;
    max-height: 392px;
  }
}

.p-top__img2 {
  position: absolute;
  left: -6.9333333333vw;
  bottom: 0;
  margin-bottom: -19.4666666667vw;
  width: 38.6666666667vw;
  height: 24.8vw;
}
@media screen and (min-width: 1025px) {
  .p-top__img2 {
    left: unset;
    right: -6.9444444444vw;
    margin-bottom: -1.0416666667vw;
    width: 13.5416666667vw;
    height: 21.1805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-top__img2 {
    right: -100px;
    margin-bottom: -15px;
    max-width: 195px;
    max-height: 305px;
  }
}

.p-top__img3 {
  position: absolute;
  right: 0;
  bottom: 48.8vw;
  width: 18.1333333333vw;
  height: 21.0666666667vw;
  margin-right: 44.8vw;
}
@media screen and (min-width: 1025px) {
  .p-top__img3 {
    bottom: 24.3055555556vw;
    width: 10.625vw;
    height: 12.2916666667vw;
    margin-right: -7.2916666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-top__img3 {
    bottom: 350px;
    margin-right: -105px;
    max-width: 153px;
    max-height: 177px;
  }
}

.p-top__img4 {
  position: absolute;
  left: 23.4666666667vw;
  bottom: 0;
  width: 34.6666666667vw;
  height: 41.0666666667vw;
  margin-bottom: 4.8vw;
}
@media screen and (min-width: 1025px) {
  .p-top__img4 {
    left: unset;
    right: 0;
    bottom: 13.6111111111vw;
    width: 18.9583333333vw;
    height: 22.4305555556vw;
    margin-right: 8.9583333333vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-top__img4 {
    bottom: 196px;
    margin-right: 129px;
    max-width: 273px;
    max-height: 323px;
  }
}

.p-top__img5 {
  position: absolute;
  right: -18.6666666667vw;
  bottom: 0;
  width: 41.6vw;
  height: 53.3333333333vw;
  margin-bottom: 29.0666666667vw;
}
@media screen and (min-width: 1025px) {
  .p-top__img5 {
    top: 0;
    bottom: unset;
    right: 26.9444444444vw;
    width: 22.7777777778vw;
    height: 29.1666666667vw;
    margin-bottom: 0;
    margin-top: -4.5138888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-top__img5 {
    right: 388px;
    margin-top: -65px;
    max-width: 328px;
    max-height: 420px;
  }
}

.p-top__img6 {
  position: absolute;
  bottom: 0;
  right: -13.8666666667vw;
  width: 47.4666666667vw;
  height: 69.3333333333vw;
  margin-bottom: -28.5333333333vw;
}
@media screen and (min-width: 1025px) {
  .p-top__img6 {
    top: -8.2638888889vw;
    right: -11.9444444444vw;
    bottom: unset;
    width: 38.0555555556vw;
    height: 25.9027777778vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-top__img6 {
    top: -119px;
    right: -172px;
    max-width: 548px;
    max-height: 373px;
  }
}

.p-top__img7 {
  position: absolute;
  left: 42.9333333333vw;
  bottom: 0;
  width: 19.4666666667vw;
  height: 22.4vw;
  margin-bottom: -20.8vw;
}
@media screen and (min-width: 1025px) {
  .p-top__img7 {
    display: none;
  }
}

/* p-tpabout */
@media screen and (min-width: 768px) {
  .p-tpabout__wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
}
@media screen and (min-width: 1025px) {
  .p-tpabout__wrapper {
    position: relative;
  }
}

.p-tpabout__maintitle {
  position: relative;
  font-size: 1.4rem;
  line-height: 24px;
  color: #EBF5F7;
}
@media screen and (min-width: 1025px) {
  .p-tpabout__maintitle {
    font-size: 2rem;
    line-height: 34px;
  }
}
.p-tpabout__maintitle[data-title]::after {
  position: absolute;
  z-index: -1;
  top: -36px;
  left: -15px;
  content: attr(data-title);
  font-size: 7.2rem;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  line-height: 86px;
  color: #199CB3;
  display: block;
}
@media screen and (min-width: 1025px) {
  .p-tpabout__maintitle[data-title]::after {
    top: -71px;
    left: -40px;
    font-size: 13rem;
    line-height: 156px;
  }
}

@media screen and (min-width: 768px) {
  .p-tpabout__box {
    width: 57.2916666667vw;
    max-width: 702px;
  }
}
@media screen and (min-width: 1025px) {
  .p-tpabout__box {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
  }
}

.p-tpabout__title {
  font-size: 3.2rem;
  line-height: 51px;
  font-weight: bold;
  color: #fff;
  margin-top: 50px;
}
@media screen and (min-width: 1025px) {
  .p-tpabout__title {
    font-size: 4.8rem;
    line-height: 77px;
    margin-top: 80px;
  }
}

.p-tpabout__subtitle {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 38px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
}
@media screen and (min-width: 1025px) {
  .p-tpabout__subtitle {
    font-size: 2.8rem;
    line-height: 45px;
  }
}

.p-tpabout__text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 40px;
  color: #EBF5F7;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-tpabout__text {
    max-width: 470px;
  }
}
@media screen and (min-width: 1025px) {
  .p-tpabout__text {
    margin-top: 50px;
  }
}

.p-tpabout__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 500px;
  margin: 30px auto 0 auto;
}
@media screen and (min-width: 768px) {
  .p-tpabout__img {
    width: 38.0625vw;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-tpabout__img {
    position: absolute;
    top: -54px;
    right: 0;
    z-index: -1;
    max-width: 718px;
    max-height: 728px;
    min-height: 712px;
    object-fit: contain;
  }
}

/* p-tppickup */
.p-tppickup__title {
  margin-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .p-tppickup__title {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 768px) {
  .p-tppickup__wrapper .p-blog__list {
    row-gap: 0;
  }
}

/* p-tservice */
.p-tpservice__wrapper {
  background: linear-gradient(to right, #fff 20px, #F5F7F7 20px 100%);
  padding-top: 20px;
  padding-bottom: 50px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-tpservice__wrapper {
    position: relative;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-tpservice__wrapper {
    padding: 120px 0;
    background: linear-gradient(to right, #fff calc(40px + var(--marginleft)), #F5F7F7 calc(40px + var(--marginleft)) 100%);
  }
}

.p-tpesrvice__title {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 7.2rem;
  line-height: 1;
  color: #EBF5F7;
  letter-spacing: 0;
  margin-left: -15px;
}
@media screen and (min-width: 768px) {
  .p-tpesrvice__title {
    font-size: 10rem;
    margin-left: -20px;
  }
}
@media screen and (min-width: 1025px) {
  .p-tpesrvice__title {
    font-size: 13rem;
    line-height: 156px;
    gap: 0;
    margin-left: -40px;
  }
}
@media screen and (min-width: 1440px) {
  .p-tpesrvice__title {
    margin-left: -65px;
  }
}
.p-tpesrvice__title[data-title]::after {
  content: attr(data-title);
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  color: #0091AB;
  letter-spacing: 0.05em;
  display: block;
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .p-tpesrvice__title[data-title]::after {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-tpesrvice__title[data-title]::after {
    font-size: 2rem;
    line-height: 32px;
  }
}

.p-tpservice__imgbox {
  width: 100%;
  height: 110.6666666667vw;
  max-height: 500px;
  margin-left: -20px;
  margin-top: -40px;
}
@media screen and (min-width: 768px) {
  .p-tpservice__imgbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 44.9305555556vw;
    max-width: 647px;
    height: 49.7222222222vw;
    max-height: 716px;
    margin-top: 50px;
    margin-left: -47px;
  }
}
@media screen and (min-width: 1025px) {
  .p-tpservice__imgbox {
    left: calc(var(--marginleft) / 2);
  }
}

.p-tpservice__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-tpservice__titlebox {
  padding: 0 20px;
  margin-top: 50px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .p-tpservice__titlebox {
    max-width: 1220px;
    padding: 0 40px;
    margin: 0 auto;
  }
}

.p-tpservice__subtitle {
  font-size: 2.4rem;
  line-height: 38px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-tpservice__subtitle {
    width: 58.5%;
    max-width: 640px;
    margin-left: auto;
  }
}
@media screen and (min-width: 1025px) {
  .p-tpservice__subtitle {
    font-size: 3.2rem;
    line-height: 54px;
  }
}

.p-abmission__text {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 28px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-abmission__text {
    width: 58.5%;
    max-width: 640px;
    margin-left: auto;
  }
}
@media screen and (min-width: 1025px) {
  .p-abmission__text {
    font-size: 1.6rem;
    line-height: 32px;
    margin-top: 50px;
  }
}

.p-tpservice__list {
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 40px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-tpservice__list {
    width: 58.5%;
    max-width: 640px;
    margin-left: auto;
  }
}

.p-tpservice__listin {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  max-width: max-content;
  margin: 0 auto;
}

.p-tpservice__item {
  font-size: 1.4rem;
  line-height: 1.3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
@media screen and (min-width: 1025px) {
  .p-tpservice__item {
    font-size: 1.6rem;
    gap: 30px;
  }
}

.p-tpservice__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  width: 29vw;
  max-width: 154px;
}
@media screen and (min-width: 1025px) {
  .p-tpservice__content {
    max-width: 182px;
  }
}
.p-tpservice__content::after {
  content: "";
  display: block;
  width: 13px;
  height: 11px;
  background-image: url(/wp-content/uploads/plygon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-tpservice__answer {
  font-weight: bold;
}

.p-tpservice__btn {
  margin-left: auto;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-tpservice__btn {
    width: 58.5%;
    max-width: 640px;
    margin-left: auto;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1025px) {
  .p-tpservice__btn {
    margin-top: 70px;
  }
}

/* p-tpblog */
.p-tpblog__more {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px 0;
  width: 100%;
  background-color: #F5F7F7;
  padding: 40px 0;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-tpblog__more {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1025px) {
  .p-tpblog__more {
    margin-top: 100px;
  }
}
.p-tpblog__more::before {
  content: "";
  display: block;
  background-image: url(/wp-content/uploads/plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.p-tpblog__more:hover::before, .p-tpblog__more:focus::before {
  transition: transform ease-out 0.3s;
}
.p-tpblog__more:hover:hover::before, .p-tpblog__more:hover:focus::before, .p-tpblog__more:focus:hover::before, .p-tpblog__more:focus:focus::before {
  transform: rotate(90deg);
}

.p-tpblog__moretext {
  display: flex;
  align-items: center;
  gap: 0 5px;
  font-size: 1.6rem;
  line-height: 26px;
  color: #0091AB;
}
.p-tpblog__moretext span {
  font-size: 2rem;
  line-height: 24px;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  color: #0091AB;
}

/* p-tpnews */
@media screen and (min-width: 768px) {
  .p-tpnews__wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.p-tpnews__wrapper .p-news__list {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-tpnews__wrapper .p-news__list {
    width: 70%;
    max-width: 805px;
    margin-top: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .p-tpnews__wrapper .p-news__list {
    width: 70.6vw;
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-tpnews__box {
    display: flex;
    flex-direction: column;
    gap: 50px 0;
  }
}

@media screen and (min-width: 768px) {
  .p-tpnews__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px 0;
  }
  .p-tpnews__title[data-title]::after {
    margin-top: 0;
  }
}

.p-tpnews__btn {
  margin-top: 30px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-tpnews__btn {
    display: none;
  }
}

.p-tpnews__btntop {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-tpnews__btntop {
    display: flex;
  }
}

/* p-service */
.p-service__fstbox {
  margin-top: 66px;
}
@media screen and (min-width: 768px) {
  .p-service__fstbox {
    gap: 0 40px;
  }
}
@media screen and (min-width: 1025px) {
  .p-service__fstbox {
    gap: 0 75px;
    margin-top: 70px;
  }
}

.p-service__fstitem {
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .p-service__fstitem {
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (min-width: 1025px) {
  .p-service__fstitem {
    width: calc((100% - 150px) / 3);
  }
}
.p-service__fstitem img {
  position: relative;
  width: 89.3333333333vw;
  max-width: 500px;
  height: 80vw;
  max-height: 465px;
  border-radius: 20px;
  aspect-ratio: initial;
}
@media screen and (min-width: 768px) {
  .p-service__fstitem img {
    width: 100%;
    height: 27.2vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-service__fstitem img {
    height: 23.2vw;
    max-height: 300px;
  }
}

.p-service__fsttitle {
  font-size: 2rem;
  line-height: 34px;
  margin-top: 0;
}

.p-service__fsttext {
  margin-top: 20px;
}

.p-service__subtitle, .p-service__subtitle--2 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #0091AB;
  line-height: 26px;
}

.p-service__subtitle--2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 1025px) {
  .p-service__subtitle--2 {
    gap: 10px;
  }
}
.p-service__subtitle--2[data-title]::before {
  content: attr(data-title);
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 7.2rem;
  line-height: 1;
  color: #EBF5F7;
  display: block;
  margin-left: -15px;
}
@media screen and (min-width: 1025px) {
  .p-service__subtitle--2[data-title]::before {
    font-size: 13rem;
    line-height: 156px;
    margin-left: 0;
  }
}

.p-service__fstimg--3::before, .p-service__fstimg--2::before, .p-service__fstimg--1::before {
  position: absolute;
  top: -36px;
  left: 10px;
  z-index: 2;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 6rem;
  color: #0091AB;
  line-height: 72px;
}

.p-service__fstimg--1 {
  position: relative;
  width: max-content;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-service__fstimg--1 {
    width: auto;
  }
}
.p-service__fstimg--1::before {
  content: "01";
}

.p-service__fstimg--2 {
  position: relative;
  width: max-content;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-service__fstimg--2 {
    width: auto;
  }
}
.p-service__fstimg--2::before {
  content: "02";
}

.p-service__fstimg--3 {
  position: relative;
  width: max-content;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-service__fstimg--3 {
    width: auto;
  }
}
.p-service__fstimg--3::before {
  content: "03";
}

.p-service__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 50px;
}
@media screen and (min-width: 1025px) {
  .p-service__list {
    margin-top: 70px;
  }
}

@media screen and (min-width: 768px) {
  .p-service__item {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    gap: 0 50px;
  }
}

.p-service__img {
  width: 100%;
  height: 69.3333333333vw;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 768px) {
  .p-service__img {
    width: 31.25vw;
    max-width: 450px;
    height: 24.3055555556vw;
    max-height: 350px;
  }
}
@media screen and (min-width: 1025px) {
  .p-service__img {
    width: 37.25vw;
    height: 26.305556vw;
  }
}

.p-sercive__box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-sercive__box {
    max-width: 590px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-sercive__box {
    gap: 30px;
  }
}

.p-service__title {
  font-size: 2.4rem;
  line-height: 41px;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .p-service__title {
    font-size: 3.2rem;
    line-height: 54px;
  }
}

.p-service__text {
  font-size: 1.4rem;
  line-height: 24px;
}

.p-service__btn {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-service__btn {
    margin-right: auto;
    margin-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-service__btn {
    margin-top: 20px;
  }
}

/* p-seritm */
.p-seritm__inner {
  position: relative;
}

.p-seritm__first-subtitle {
  font-size: 1.8rem;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  letter-spacing: 0;
  line-height: 22px;
  color: #0091AB;
}
@media screen and (min-width: 1025px) {
  .p-seritm__first-subtitle {
    font-size: 1.8rem;
    line-height: 22px;
  }
}

.p-seritm__first-title {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 48px;
  color: #0091AB;
  margin-top: 15px;
}
@media screen and (min-width: 1025px) {
  .p-seritm__first-title {
    font-size: 3.6rem;
    line-height: 61px;
    margin-top: 20px;
  }
}

.p-seritm__first-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1/1;
  border-radius: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-seritm__first-wrapper img {
    position: absolute;
    top: -132px;
    right: 20px;
    width: 44%;
    max-width: 500px;
    height: 67vw;
    max-height: 525px;
    border-radius: 0 0 20px 20px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-seritm__first-wrapper img {
    top: -176px;
    right: 40px;
    max-height: 596px;
  }
}

.p-seritm__first-text {
  font-size: 1.4rem;
  line-height: 24px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-seritm__first-text {
    width: calc(56% - 70px);
  }
}
@media screen and (min-width: 1025px) {
  .p-seritm__first-text {
    font-size: 1.6rem;
    line-height: 27px;
    margin-top: 50px;
  }
}

/* p-sercon */
.p-sercon__wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 70px 0;
  padding: 50px 20px 50px 0;
}
@media screen and (min-width: 1025px) {
  .p-sercon__wrapper {
    padding: 100px 100px 100px 0;
  }
}
.p-sercon__wrapper::before {
  position: absolute;
  top: -58px;
  right: -20px;
  content: "";
  display: block;
  background-image: url(/wp-content/uploads/service-decotop.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 24.8vw;
  max-width: 130px;
  height: 28vw;
  max-height: 140px;
}
@media screen and (min-width: 1025px) {
  .p-sercon__wrapper::before {
    right: -40px;
    width: 22.2222222222vw;
    max-width: 320px;
    height: 25.0694444444vw;
    max-height: 361px;
  }
}
@media screen and (min-width: 1300px) {
  .p-sercon__wrapper::before {
    right: -92px;
  }
}
.p-sercon__wrapper::after {
  position: absolute;
  left: -20px;
  bottom: -20px;
  content: "";
  display: block;
  background-image: url(/wp-content/uploads/service-decobottom.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 21.8666666667vw;
  max-width: 100px;
  height: 16.2666666667vw;
  max-height: 70px;
}
@media screen and (min-width: 1025px) {
  .p-sercon__wrapper::after {
    bottom: -48px;
    left: calc(-40px - var(--marginleft) + 27px);
    width: 13.9583333333vw;
    max-width: 201px;
    height: 10.5555555556vw;
    max-height: 152px;
  }
}

.p-sercon__title-box {
  display: flex;
  gap: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-sercon__title-box {
    align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  .p-sercon__title-box {
    gap: 0 30px;
  }
}

.p-sercon__num {
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 3.2rem;
  line-height: 38px;
  letter-spacing: 0;
  width: 38px;
  color: #0091AB;
  flex: none;
}
@media screen and (min-width: 1025px) {
  .p-sercon__num {
    font-size: 6rem;
    line-height: 72px;
    width: 76px;
  }
}

.p-sercon__title {
  font-size: 1.8rem;
  line-height: 31px;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .p-sercon__title {
    font-size: 2rem;
    line-height: 34px;
  }
}

.p-sercon__text--4, .p-sercon__text--3, .p-sercon__text--2, .p-sercon__text {
  position: relative;
  font-size: 1.4rem;
  line-height: 24px;
  margin-top: 15px;
  padding-left: 58px;
}
@media screen and (min-width: 768px) {
  .p-sercon__text--4, .p-sercon__text--3, .p-sercon__text--2, .p-sercon__text {
    padding-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-sercon__text--4, .p-sercon__text--3, .p-sercon__text--2, .p-sercon__text {
    font-size: 1.6rem;
    line-height: 27px;
    margin-top: 30px;
  }
}

.p-sercon__text--3::before, .p-sercon__text--2::before, .p-sercon__text::before {
  position: absolute;
  top: -7px;
  left: 0;
  content: "";
  display: block;
  width: 26px;
  height: calc(100% + 40px);
  background-repeat: no-repeat;
}

.p-sercon__text::before {
  background-image: url(/wp-content/uploads/page/service1-deco.svg);
}
@media screen and (min-width: 768px) {
  .p-sercon__text::before {
    display: none;
  }
}

.p-sercon__text--2::before {
  background-image: url(/wp-content/uploads/page/service2-deco.svg);
}
@media screen and (min-width: 768px) {
  .p-sercon__text--2::before {
    display: none;
  }
}

.p-sercon__text--3::before {
  background-image: url(/wp-content/uploads/page/service3-deco.svg);
}
@media screen and (min-width: 768px) {
  .p-sercon__text--3::before {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .p-sercon__item--4, .p-sercon__item--3, .p-sercon__item--2, .p-sercon__item {
    position: relative;
    width: 69.2%;
    max-width: 720px;
  }
}

@media screen and (min-width: 768px) {
  .p-sercon__item--2 {
    box-sizing: content-box;
    padding-left: 30.8%;
  }
  .p-sercon__item--2::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 30px;
    display: block;
    background-image: url(/wp-content/uploads/page/service1pc-deco.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22.361111vw;
    min-width: 170px;
    height: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .p-sercon__item--2::before {
    content: "";
    display: block;
    width: 250px;
    height: 59px;
  }
}

@media screen and (min-width: 768px) {
  .p-sercon__item--3 {
    box-sizing: content-box;
    padding-right: 30.8%;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-sercon__item--3::after {
    content: "";
    position: absolute;
    top: -20px;
    right: 96px;
    display: block;
    background-image: url(/wp-content/uploads/page/service2pc-deco.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 13.694444vw;
    height: 14.069444vw;
    min-width: 100px;
    min-height: 120px;
  }
}
@media screen and (min-width: 1025px) {
  .p-sercon__item--3::after {
    width: 154px;
    height: 181px;
  }
}

@media screen and (min-width: 768px) {
  .p-sercon__item--4 {
    box-sizing: content-box;
    padding-left: 30.8%;
  }
  .p-sercon__item--4::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 23px;
    display: block;
    background-image: url(/wp-content/uploads/page/service3pc-deco.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15.9722222222vw;
    min-width: 170px;
    height: 19.166667vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-sercon__item--4::before {
    content: "";
    display: block;
    width: 230px;
    height: 132px;
  }
}

/* p-serqa */
.p-serqa__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .p-serqa__list {
    margin-top: 70px;
  }
}

.p-serqa__question {
  font-size: 1.6rem;
  line-height: 27px;
  font-weight: bold;
  display: flex;
  gap: 15px;
}
@media screen and (min-width: 1025px) {
  .p-serqa__question {
    gap: 30px;
  }
}
.p-serqa__question::before {
  content: "Q";
  display: block;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 2.4rem;
  line-height: 1;
  color: #999999;
}
@media screen and (min-width: 1025px) {
  .p-serqa__question::before {
    font-size: 3.6rem;
  }
}

.p-serqa__answer {
  font-size: 1.4rem;
  line-height: 24px;
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .p-serqa__answer {
    margin-top: 30px;
  }
}
.p-serqa__answer::before {
  content: "A";
  display: block;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 2.4rem;
  line-height: 1;
  color: #0091AB;
}
@media screen and (min-width: 1025px) {
  .p-serqa__answer::before {
    font-size: 3.6rem;
  }
}

/* p-about__intro */
.p-about__subtitle {
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 1.8rem;
  line-height: 22px;
  color: #0091AB;
  letter-spacing: 0;
}

.p-about__intro-title {
  font-size: 3.2rem;
  line-height: 51px;
  font-weight: bold;
  line-height: 48px;
  margin-top: 10px;
}
@media screen and (min-width: 1025px) {
  .p-about__intro-title {
    font-size: 6.8rem;
    line-height: 116px;
    margin-top: 20px;
  }
}

.p-about__intro-subtitle {
  font-size: 2rem;
  line-height: 38px;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (min-width: 1025px) {
  .p-about__intro-subtitle {
    font-size: 3.2rem;
    line-height: 54px;
  }
}

.p-about__intro-text {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 30px;
  max-width: 880px;
  margin-top: 30px;
}
@media screen and (min-width: 1025px) {
  .p-about__intro-text {
    font-size: 1.8rem;
    line-height: 45px;
    margin-top: 70px;
  }
}

.p-about__intro-namebox {
  font-size: 1.5rem;
  margin-top: 70px;
}
@media screen and (min-width: 1025px) {
  .p-about__intro-namebox {
    font-size: 1.8rem;
  }
}

.p-about__intro-name {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (min-width: 1025px) {
  .p-about__intro-name {
    font-size: 2.8rem;
  }
}

/* p-ab__mission */
@media screen and (min-width: 768px) {
  .p-abmission__wrapper {
    position: relative;
  }
}

.p-abmission__intro {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  color: #0091AB;
  line-height: 152px;
}
@media screen and (min-width: 768px) {
  .p-abmission__intro {
    padding-left: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .p-abmission__intro {
    font-size: 2rem;
    line-height: 156px;
    padding-left: 100px;
  }
}
.p-abmission__intro[data-title]::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: attr(data-title);
  font-family: "Manrope", sans-serif;
  font-size: 9rem;
  font-weight: 200;
  display: block;
  color: #EBF5F7;
  margin: auto 0;
}
@media screen and (min-width: 1025px) {
  .p-abmission__intro[data-title]::before {
    font-size: 13rem;
  }
}

.p-abmission__imgbox {
  width: 96vw;
  height: 112vw;
  max-height: 517px;
  margin-left: -20px;
  margin-top: -52px;
}
@media screen and (min-width: 768px) {
  .p-abmission__imgbox {
    position: absolute;
    top: -68px;
    left: 0;
    width: 30.7638888889vw;
    height: 35.9027777778vw;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-abmission__imgbox {
    top: -118px;
    left: 0;
    width: 30.7638888889vw;
    max-width: 443px;
    min-width: 400px;
    height: 35.9027777778vw;
    max-height: 517px;
    min-height: 474px;
    margin-left: -40px;
  }
}

.p-abmission__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-abmission__titlebox {
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .p-abmission__titlebox {
    width: 60.5%;
    padding-left: 0;
    margin-left: auto;
  }
}
@media screen and (min-width: 1025px) {
  .p-abmission__titlebox {
    width: 50.5555555556vw;
    max-width: 728px;
  }
}

.p-abmission__title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 38px;
}
@media screen and (min-width: 1025px) {
  .p-abmission__title {
    font-size: 3.2rem;
    line-height: 54px;
  }
}

.p-abmission__subtitle {
  font-size: 1.4rem;
  color: #0091AB;
  letter-spacing: 0;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-abmission__subtitle {
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-abmission__subtitle {
    font-size: 1.6rem;
  }
}

.p-abmission__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-abmission__list {
    margin-top: 50px;
  }
}

.p-abmission__text2 {
  font-size: 1.4rem;
  line-height: 24px;
  margin-top: 20px;
}

/* p-abvalue */
.p-abvalue__wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .p-abvalue__wrapper {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-abvalue__wrapper .p-about__subtitle {
    margin-top: 27px;
  }
}

@media screen and (min-width: 768px) {
  .p-abmission__outbox {
    margin-top: 145px;
  }
}

.p-abvalue__deco {
  width: 80%;
  height: auto;
  aspect-ratio: 552/192;
}
@media screen and (min-width: 768px) {
  .p-abvalue__deco {
    width: 40%;
  }
}

.p-abvalue__list {
  display: flex;
  flex-direction: column;
  gap: 26px 0;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-abvalue__list {
    max-width: 569px;
    gap: 30px 0;
  }
}

.p-abvalue__item {
  display: flex;
  align-items: flex-start;
  gap: 0 18px;
}
@media screen and (min-width: 768px) {
  .p-abvalue__item {
    align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  .p-abvalue__item {
    gap: 0 27px;
  }
}

.p-abvalue__num {
  font-family: "Manrope", sans-serif;
  font-size: 3.2rem;
  font-weight: 200;
  line-height: 38px;
  color: #0091AB;
  width: 40px;
  flex: none;
}
@media screen and (min-width: 1025px) {
  .p-abvalue__num {
    font-size: 6rem;
    line-height: 72px;
    width: 72px;
  }
}

.p-abvalue__text {
  font-size: 1.6rem;
  line-height: 27px;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .p-abvalue__text {
    font-size: 2rem;
    line-height: 34px;
  }
}

/* p-abhistory */
.p-abhistory__title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media screen and (min-width: 768px) {
  .p-abhistory__title-wrapper {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}

.p-abhistory__btn {
  font-size: 1.4rem;
  line-height: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 9px;
  width: 335px;
  height: 52px;
  border-radius: 26px;
  background-color: #fff;
  padding-left: 57px;
  padding-right: 53px;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-abhistory__btn {
    margin-right: 0;
  }
}
.p-abhistory__btn::after {
  content: "+";
  display: block;
  font-size: 1.7rem;
  color: #0091AB;
}
@media (hover: hover) {
  .p-abhistory__btn::after {
    transition: transform ease-out 0.3s;
  }
  .p-abhistory__btn:hover::after, .p-abhistory__btn:focus::after {
    transform: rotate(90deg);
  }
}

.p-abhistory__list {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

.p-abhistory__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-bottom: 1px solid #fff;
  padding: 15px 0;
}
.p-abhistory__item:first-of-type {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .p-abhistory__item {
    flex-direction: row;
    align-items: baseline;
    gap: 0 50px;
  }
}

.p-abhistory__date {
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 22px;
  letter-spacing: 0.06em;
}

.p-abhistory__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 24px;
}

.p-abhistory__modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #444444;
  transition: ease-out 0.3s;
  opacity: 0;
  visibility: hidden;
}

.p-abhistory__modalbox {
  position: relative;
  width: 88.6%;
  max-width: 1240px;
  height: 48.5%;
  max-height: 698px;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p-abhistory__modalbox {
    padding: 50px;
  }
}

.p-abhistory__modal-close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #F5F7F7;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .p-abhistory__modal-close {
    top: -25px;
    right: -25px;
  }
}
@media (hover: hover) {
  .p-abhistory__modal-close::after {
    transition: transform ease-out 0.3s;
  }
  .p-abhistory__modal-close:hover::after, .p-abhistory__modal-close:focus::after {
    transform: rotate(135deg);
    margin: 2px 0 0 2px;
  }
}
.p-abhistory__modal-close::after {
  content: "+";
  display: block;
  font-size: 2.8rem;
  line-height: 15px;
  color: #0091AB;
  transform: rotate(45deg);
  margin-left: 3px;
  margin-bottom: 2px;
}

.p-abhistory__content {
  width: 100%;
  height: 100%;
  background-color: #C4C4C4;
}

/* p-abcompany */
.p-abcompany__maintitle {
  font-family: "Manrope", sans-serif;
  font-size: 3.6rem;
  line-height: 43px;
  font-weight: 200;
  color: #0091AB;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
@media screen and (min-width: 1025px) {
  .p-abcompany__maintitle {
    font-size: 5.6rem;
    line-height: 67px;
    gap: 20px 0;
  }
}
.p-abcompany__maintitle[data-title]::after {
  content: attr(data-title);
  font-size: 1.4rem;
  line-height: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: block;
  color: #0091AB;
}
@media screen and (min-width: 1025px) {
  .p-abcompany__maintitle[data-title]::after {
    font-size: 1.6rem;
    line-height: 26px;
  }
}

@media screen and (min-width: 768px) {
  .p-abcompany__wrapper {
    display: flex;
    justify-content: space-between;
  }
}

.p-abcompany__list {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-abcompany__list {
    width: 70.3%;
    max-width: 665px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .p-abcompany__list {
    width: 58.3%;
    margin-top: 20px;
  }
}

.p-abcompany__item {
  display: flex;
  flex-direction: column;
}

.p-abcompany__title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 10px;
}

.p-abcompany__textbox:not(:first-of-type) {
  margin-top: 24px;
}

.p-abcompany__text {
  font-size: 1.4rem;
  line-height: 24px;
}

/* p-abpolicy */
.p-abpolicy__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .p-abpolicy__wrapper {
    flex-direction: row;
    gap: 0 48px;
  }
}

.p-abpolicy__text {
  font-size: 1.6rem;
  line-height: 27px;
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (min-width: 1025px) {
  .p-abpolicy__text {
    font-size: 2rem;
    line-height: 34px;
  }
}

.p-abpolicy__img {
  display: block;
  flex: none;
  width: 100%;
  max-width: 420px;
  height: auto;
  aspect-ratio: 420/384;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-abpolicy__img {
    width: 40%;
    margin: 0;
  }
}

/* p-board */
.p-board__title {
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 3.6rem;
  line-height: 43px;
  color: #0091AB;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-board__title {
    font-size: 5.6rem;
    line-height: 67px;
    flex-direction: row;
    align-items: flex-end;
    gap: 30px;
  }
}
.p-board__title[data-title]::after {
  content: attr(data-title);
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 22px;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-board__title[data-title]::after {
    font-size: 1.6rem;
    line-height: 26px;
    margin-bottom: 14px;
  }
}

.p-board__list {
  display: flex;
  flex-direction: column;
  gap: 70px;
  margin-top: 70px;
}
@media screen and (min-width: 1025px) {
  .p-board__list {
    gap: 100px;
  }
}

.p-board__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .p-board__item {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .p-board__wrapper {
    width: 56%;
    max-width: 643px;
  }
}

.p-board__main {
  font-size: 2rem;
  line-height: 34px;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .p-board__main {
    font-size: 2.8rem;
    line-height: 48px;
  }
}

.p-board__text {
  font-size: 1.4rem;
  line-height: 28px;
  margin-top: 15px;
}
@media screen and (min-width: 1025px) {
  .p-board__text {
    font-size: 1.6rem;
    line-height: 32px;
    margin-top: 30px;
  }
}

.p-board__name {
  font-size: 2rem;
  line-height: 34px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-board__name {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1025px) {
  .p-board__name {
    font-size: 2.4rem;
    line-height: 41px;
    margin-top: 30px;
  }
}
.p-board__name span {
  font-size: 1.2rem;
  line-height: 20px;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .p-board__name span {
    font-size: 1.4rem;
    line-height: 24px;
  }
}

.p-board__img--4, .p-board__img--3, .p-board__img--2, .p-board__img--1 {
  width: 100%;
  max-width: 397px;
  height: 112.5333333333vw;
  max-height: 500px;
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-board__img--4, .p-board__img--3, .p-board__img--2, .p-board__img--1 {
    width: 39.6vw;
    height: 48.7vw;
  }
}

.p-board__img--1 {
  -webkit-mask-image: url("/wp-content/uploads/page/mem1.svg");
  -webkit-mask-position: left;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  display: block;
}

.p-board__img--2 {
  -webkit-mask-image: url("/wp-content/uploads/page/mem2.svg");
  -webkit-mask-position: top;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  display: block;
}

.p-board__img--3 {
  -webkit-mask-image: url("/wp-content/uploads/page/mem3.svg");
  -webkit-mask-position: left;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  display: block;
}

.p-board__img--4 {
  -webkit-mask-image: url("/wp-content/uploads/page/mem4.svg");
  -webkit-mask-position: left;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  display: block;
}

.p-bord__btn {
  width: max-content;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-bord__btn {
    margin-left: auto;
    margin-top: 20px;
  }
}

/* p-blog */
.p-blog__cat {
  margin-top: 50px;
}

.p-blog__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .p-blog__list {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px 50px;
  }
  .p-blog__list::after {
    content: "";
    display: block;
    width: calc( (100% - (50px * 2 )) / 3);
    height: 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-blog__list {
    gap: 70px 45px;
  }
  .p-blog__list::after {
    width: calc( (100% - (45px * 2 )) / 3);
  }
}

.p-blog__item {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
@media screen and (min-width: 768px) {
  .p-blog__item {
    width: calc( (100% - (50px * 2 )) / 3);
  }
}
@media screen and (min-width: 1025px) {
  .p-blog__item {
    width: calc( (100% - (45px * 2 )) / 3);
  }
}

.p-blog__thumb {
  width: 100%;
  height: 46.9333333333vw;
}
@media screen and (min-width: 768px) {
  .p-blog__thumb {
    height: 17.5vw;
    max-height: 184px;
  }
}
.p-blog__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.p-blog__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-blog__box .p-newscat {
  font-size: 1.2rem;
}

.p-blog__title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 27px;
  margin-top: 20px;
  text-align: justify;
}

/* p-blogcat */
.p-blogcat__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .p-blogcat__wrapper {
    margin-top: 100px;
  }
}

.p-blogcat__title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 27px;
  color: #0091AB;
}

/* p-pickup */
.p-pickup__top {
  font-family: "Manrope", sans-serif;
  font-size: 3.6rem;
  line-height: 43px;
  color: #0091AB;
  font-weight: 200;
  margin-left: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-pickup__top {
    font-size: 4rem;
    line-height: 48px;
    max-width: 1180px;
    padding: 0 20px;
    margin: 100px auto 10px auto;
  }
}
@media screen and (min-width: 1025px) {
  .p-pickup__top {
    max-width: 1220px;
    padding: 0 40px;
  }
}

.p-pickup__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  margin-top: 30%;
}
@media screen and (min-width: 768px) {
  .p-pickup__slide {
    left: 0;
    right: 0;
    justify-content: center;
    flex-direction: row;
    gap: 20px;
    margin-top: calc(var(--pickup) + 50px);
  }
}

.p-pickup__num {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 14px;
  color: #0091AB;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-pickup__num {
    font-size: 1.6rem;
    line-height: 19px;
  }
}

.p-pickup__borderbox {
  background-color: #EEEEEE;
  width: 2px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-pickup__borderbox {
    width: 100px;
    height: 2px;
    flex-direction: row;
  }
}
.p-pickup__borderbox span {
  width: 100%;
  height: 20%;
  transition: background-color ease-out 0.3s;
}
@media screen and (min-width: 768px) {
  .p-pickup__borderbox span {
    width: 20%;
    height: 100%;
  }
}

.p-pickup__slider {
  position: relative;
  width: 100%;
}

.p-pickup__list {
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-pickup__list {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .p-pickup__inner {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse;
  }
}

.p-pickup__item {
  flex: none;
  width: calc(100% - 40px);
  margin: 0 20px;
}
@media screen and (min-width: 1025px) {
  .p-pickup__item {
    width: calc(100% - 80px);
    margin: 0 40px;
  }
}

.p-pickup__content {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-pickup__content {
    width: 60%;
    max-width: 500px;
  }
}
@media screen and (min-width: 1025px) {
  .p-pickup__content {
    max-width: 600px;
  }
}

.p-pickup__thumb {
  position: relative;
  z-index: 1;
}
.p-pickup__thumb img {
  width: calc(100% - 60px);
  height: 84.8vw;
  -webkit-mask-image: url("/wp-content/uploads/page/pickup-mask.svg");
  -webkit-mask-position: left;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  display: block;
  margin: 0 30px;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 768px) {
  .p-pickup__thumb img {
    width: 47.126vw;
    min-width: 280px;
    max-width: 431px;
    height: 500px;
    margin: 0 auto 0 -13px;
  }
}

.p-pickup__shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 0;
}

.p-pickup_link {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-pickup_link {
    gap: 30px;
    margin-top: 0;
  }
  .p-pickup_link .p-blog__box {
    width: max-content;
    gap: 30px;
  }
}

.p-pickup__title {
  font-size: 2rem;
  line-height: 34px;
  text-align: justify;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-pickup__title {
    font-size: 2.8rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1025px) {
  .p-pickup__title {
    font-size: 3.6rem;
    line-height: 61px;
  }
}

.p-pickup__btn {
  margin-top: 20px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-pickup__btn {
    margin: 30px auto 0 0;
  }
}

/* p-news */
.p-news__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 50px;
}

.p-news__link {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 1025px) {
  .p-news__link {
    flex-direction: row;
    align-items: baseline;
    gap: 20px;
  }
}

.p-news__box {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 1025px) {
  .p-news__box {
    align-items: baseline;
  }
}

.p-news__date {
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 19px;
}

.p-newscat {
  display: inline-block;
  width: max-content;
  border: 1px solid #0091AB;
  border-radius: 18.5px;
  padding: 10px 15px;
}

.p-newscat {
  font-size: 1.2rem;
  line-height: 14px;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #0091AB;
}

.p-news__title {
  font-size: 1.4rem;
  line-height: 24px;
}
@media screen and (min-width: 1025px) {
  .p-news__title {
    font-size: 1.6rem;
    line-height: 27px;
  }
}

/* p-single */
.p-single__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: calc(214px + var(--singlettl) + var(--singlepan));
}
@media screen and (min-width: 1025px) {
  .p-single__bg {
    height: calc(575px + var(--singlettl) + var(--singlepan));
  }
}

.p-single__box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 1025px) {
  .p-single__box {
    align-items: baseline;
    margin-top: 67px;
  }
}

.p-single__date {
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 19px;
  color: #fff;
}

.p-single__cat {
  display: inline-block;
  width: max-content;
  border: 1px solid #0091AB;
  border-radius: 18.5px;
  padding: 10px 15px;
}

.p-single__cat {
  font-size: 1.2rem;
  line-height: 17px;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #0091AB;
  background-color: #fff;
}

.p-single__title {
  font-size: 2.8rem;
  line-height: 48px;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .p-single__title {
    font-size: 4rem;
    line-height: 68px;
    margin-top: 30px;
  }
}

.p-single__news {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 20px 0 20px;
  margin-top: 30px;
}
@media screen and (min-width: 1025px) {
  .p-single__news {
    padding: 50px 50px 0 50px;
  }
}
.p-single__news h2 {
  font-size: 2.4rem;
  line-height: 41px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .p-single__news h2 {
    font-size: 2.8rem;
    line-height: 48px;
  }
}
.p-single__news h3 {
  font-size: 2rem;
  line-height: 34px;
  margin-bottom: 30px;
}
.p-single__news p {
  font-size: 1.4rem;
  line-height: 28px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .p-single__news p {
    font-size: 1.6rem;
    line-height: 32px;
    margin-bottom: 50px;
  }
}
.p-single__news ul {
  font-size: 1.4rem;
  line-height: 28px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .p-single__news ul {
    font-size: 1.6rem;
    line-height: 32px;
    margin-bottom: 50px;
  }
}
.p-single__news ul li {
  display: flex;
  align-items: center;
}
.p-single__news ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 0 10px 0 2px;
  background-color: #333333;
}
.p-single__news ol {
  list-style-position: inside;
  list-style-type: decimal;
  font-size: 1.4rem;
  line-height: 28px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .p-single__news ol {
    font-size: 1.6rem;
    line-height: 32px;
    margin-bottom: 50px;
  }
}
.p-single__news .wp-block-quote {
  border-left: 3px solid #F5F7F7;
  padding: 9px 0 9px 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .p-single__news .wp-block-quote {
    margin-bottom: 50px;
  }
}
.p-single__news .wp-block-quote p {
  font-size: 1.6rem;
  line-height: 32px;
  margin-bottom: 10px;
}
.p-single__news .wp-block-quote cite {
  font-size: 1.4rem;
  line-height: 1.4;
}
.p-single__news .wp-block-image {
  margin-bottom: 0;
}
.p-single__news img {
  width: 100%;
  height: 40.2666666667vw !important;
  object-fit: cover;
  object-position: center;
  border-radius: 20px !important;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .p-single__news img {
    height: 37.8472222222vw !important;
    max-height: 545px;
    border-radius: 40px !important;
    margin-bottom: 50px;
  }
}

.p-single__thumb {
  margin-top: 30px;
}
.p-single__thumb img {
  width: 100%;
  height: 45.8666666667vw;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}
@media screen and (min-width: 1025px) {
  .p-single__thumb img {
    max-height: 598px;
    border-radius: 40px;
  }
}

.p-single__blog {
  margin-top: 30px;
}
@media screen and (min-width: 1025px) {
  .p-single__blog {
    margin-top: 50px;
  }
}

.p-single__blogbox {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media screen and (min-width: 768px) {
  .p-single__blogbox {
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 30px;
  }
}

@media screen and (min-width: 768px) {
  .p-single__blogmain {
    width: 73.6%;
    max-width: 840px;
  }
}

.p-single__blogcontent h2 {
  font-size: 2.4rem;
  line-height: 41px;
  font-weight: bold;
  border-left: 4px solid #0091AB;
  padding-left: 15px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .p-single__blogcontent h2 {
    font-size: 2.8rem;
    line-height: 48px;
  }
}
.p-single__blogcontent h3 {
  font-size: 2rem;
  line-height: 34px;
  border-left: 4px solid #0091AB;
  padding-left: 15px;
  margin-bottom: 30px;
}
.p-single__blogcontent p {
  font-size: 1.4rem;
  line-height: 28px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .p-single__blogcontent p {
    font-size: 1.6rem;
    line-height: 32px;
    margin-bottom: 50px;
  }
}
.p-single__blogcontent ul {
  font-size: 1.4rem;
  line-height: 28px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .p-single__blogcontent ul {
    font-size: 1.6rem;
    line-height: 32px;
    margin-bottom: 50px;
  }
}
.p-single__blogcontent ul li {
  display: flex;
  align-items: center;
}
.p-single__blogcontent ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 0 10px 0 2px;
  background-color: #333333;
}
.p-single__blogcontent ol {
  list-style-position: inside;
  list-style-type: decimal;
  font-size: 1.4rem;
  line-height: 28px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .p-single__blogcontent ol {
    font-size: 1.6rem;
    line-height: 32px;
    margin-bottom: 50px;
  }
}
.p-single__blogcontent .wp-block-quote {
  border-left: 3px solid #F5F7F7;
  padding: 9px 0 9px 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .p-single__blogcontent .wp-block-quote {
    margin-bottom: 50px;
  }
}
.p-single__blogcontent .wp-block-quote p {
  font-size: 1.6rem;
  line-height: 32px;
  margin-bottom: 10px;
}
.p-single__blogcontent .wp-block-quote cite {
  font-size: 1.4rem;
  line-height: 1.4;
}
.p-single__blogcontent .wp-block-image {
  margin-bottom: 0;
}
.p-single__blogcontent img {
  width: 100%;
  height: 40.2666666667vw !important;
  object-fit: cover;
  object-position: center;
  border-radius: 20px !important;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .p-single__blogcontent img {
    height: 37.8472222222vw !important;
    max-height: 545px;
    border-radius: 40px !important;
    margin-bottom: 50px;
  }
}

.p-single__author {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #f5f7f7;
  border-radius: 20px;
  padding: 30px 20px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-single__author {
    flex-direction: row;
    justify-content: space-between;
    gap: 50px;
    padding: 30px;
    margin-top: 50px;
  }
}
.p-single__author img {
  aspect-ratio: 1/1;
  width: 40vw;
  max-width: 300px;
  height: 40vw;
  max-height: 300px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 768px) {
  .p-single__author img {
    width: 150px;
    height: 150px;
  }
}

.p-single__authername {
  font-size: 2.4rem !important;
  font-weight: bold !important;
  line-height: 41px !important;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .p-single__authername {
    margin-top: 0 !important;
  }
}

.p-single__autherdis {
  font-size: 1.4rem !important;
  line-height: 24px !important;
  margin-top: 30px !important;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .p-single__autherdis {
    margin-top: 20px !important;
  }
}

/* sidebar */
@media screen and (min-width: 768px) {
  .p-single__side {
    flex: none;
    width: 200px;
  }
}

@media screen and (min-width: 768px) {
  .p-single__sideinner {
    position: sticky;
    top: 50px;
  }
}

.p-single__share {
  display: flex;
  gap: 50px;
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .p-single__share {
    flex-direction: column;
    gap: 20px;
  }
}

.p-single__sharetitle {
  font-size: 1.4rem;
  line-height: 24px;
  font-weight: bold;
  color: #0091AB;
}
@media screen and (min-width: 768px) {
  .p-single__sharetitle {
    padding-top: 50px;
  }
}

.p-single__sharelink {
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 1.6rem;
  line-height: 19px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.p-single__sharelink img {
  width: 30px;
  height: 30px;
}

.p-single__cattitle {
  font-size: 1.4rem;
  line-height: 24px;
  font-weight: bold;
  color: #0091AB;
  margin-top: 50px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .p-single__pickup .p-blog__box {
    display: none;
  }
  .p-single__pickup .p-blog__list {
    gap: 30px;
    flex-direction: column;
  }
  .p-single__pickup .p-blog__item {
    width: 100%;
    gap: 10px;
  }
  .p-single__pickup .p-blog__title {
    margin-top: 0;
  }
  .p-single__pickup .p-blog__thumb {
    height: 105px;
  }
}

.p-single__pickuptitle {
  font-family: "Manrope", sans-serif;
  font-size: 3.6rem;
  font-weight: 200;
  color: #0091AB;
  line-height: 43px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 100px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-single__pickuptitle {
    font-size: 1.8rem;
    line-height: 22px;
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
.p-single__pickuptitle[data-title]::after {
  content: attr(data-title);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 22px;
  font-weight: bold;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-single__pickuptitle[data-title]::after {
    display: none;
  }
}

.p-single__bottom {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-single__bottom {
    display: block;
  }
}
.p-single__bottom .p-single__share {
  flex-direction: row;
  gap: 30px;
}
.p-single__bottom .p-single__pickuptitle {
  font-size: 5.6rem;
  line-height: 67px;
  align-items: flex-end;
  flex-direction: row;
  margin-top: 152px;
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .p-single__bottom .p-single__pickuptitle[data-title]::after {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-bottom: 14px;
  }
}

/* p-toc */
.p-toc {
  background-color: #F5F7F7;
  border-radius: 20px;
  padding: 20px 20px 15px 20px;
  margin-bottom: 70px;
}
@media screen and (min-width: 1025px) {
  .p-toc {
    padding: 30px 30px 15px 30px;
  }
}

.p-toc__title {
  font-size: 1.6rem;
  line-height: 27px;
  color: #0091AB;
  font-weight: bold;
}

.p-toc__list {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}
.p-toc__list::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f7f7f7;
  margin-top: -1px;
}

.p-toc__item ul .p-toc__item {
  border-bottom: none;
}
.p-toc__item ul .p-toc__link {
  font-size: 1.2rem;
  line-height: 20px;
  margin-left: 15px;
}
@media screen and (min-width: 1025px) {
  .p-toc__item ul .p-toc__link {
    font-size: 1.4rem;
    line-height: 24px;
    margin-left: 30px;
  }
}

.p-toc__link {
  font-size: 1.4rem;
  line-height: 24px;
  color: #777777;
  display: block;
  border-bottom: 1px solid #fff;
  padding: 15px 0;
}
@media screen and (min-width: 1025px) {
  .p-toc__link {
    font-size: 1.6rem;
    line-height: 27px;
  }
}

/* p-privacy */
.p-privacy__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.p-privacy__title {
  font-size: 2rem;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.p-privacy__text {
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: 0.06em;
  margin-top: 20px;
}

.p-privacy__sublist {
  margin-top: 24px;
}

.p-privacy__subitem {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 24px;
}

/* p-submit */
.p-submit__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.p-submit__sub {
  font-family: "Manrope", sans-serif;
  font-size: 2rem;
  line-height: 24px;
  font-weight: 200;
  color: #0091AB;
}

.p-submit__title {
  font-size: 2.8rem;
  line-height: 48px;
  font-weight: bold;
  text-align: center;
  color: #0091AB;
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .p-submit__title {
    font-size: 4rem;
    line-height: 68px;
  }
}

.p-submit__text {
  font-size: 1.4rem;
  line-height: 28px;
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 1025px) {
  .p-submit__text {
    font-size: 1.6rem;
    line-height: 32px;
    margin-top: 50px;
  }
}

.p-submit__btn {
  margin-top: 50px;
}
@media screen and (min-width: 1025px) {
  .p-submit__btn {
    margin-top: 70px;
  }
}

/* p-profile */
.p-profile__intro {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 30px 0;
}
@media screen and (min-width: 768px) {
  .p-profile__intro {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0 70px;
  }
}
@media screen and (min-width: 1025px) {
  .p-profile__intro {
    gap: 0 150px;
  }
}
@media screen and (min-width: 768px) {
  .p-profile__intro .p-board__img--1 {
    width: 34.7222222222vw;
    min-width: 300px;
    max-width: 500px;
    height: 46.25vw;
    min-height: auto;
    max-height: 629px;
    margin: 0;
  }
}
.p-profile__intro .p-board__img--2 {
  height: 103.2vw;
}
@media screen and (min-width: 768px) {
  .p-profile__intro .p-board__img--2 {
    width: 34.7222222222vw;
    min-width: 300px;
    max-width: 500px;
    height: 40.1388888889vw;
    max-height: 578px;
    min-height: auto;
    margin: 0;
  }
}

.p-profile__namebox {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-weight: bold;
}

.p-profile__position {
  font-size: 2rem;
  line-height: 34px;
}
@media screen and (min-width: 1025px) {
  .p-profile__position {
    font-size: 2.8rem;
    line-height: 39px;
  }
}

.p-profile__name {
  font-size: 4.8rem;
  line-height: 82px;
}
@media screen and (min-width: 1025px) {
  .p-profile__name {
    font-size: 6.8rem;
    line-height: 95px;
  }
}

.p-profile__career {
  margin-top: 70px;
}

.p-profile__messageintro {
  margin-top: 50px;
}
@media screen and (min-width: 1025px) {
  .p-profile__messageintro {
    margin-top: 70px;
  }
}

.p-profile__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}
@media screen and (min-width: 1025px) {
  .p-profile__list {
    margin-top: 50px;
  }
}

.p-profile__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-profile__item {
    flex-direction: row;
    gap: 30px;
  }
}

.p-profile__year {
  font-family: "Manrope", sans-serif;
  font-size: 1.5rem;
  line-height: 18px;
  letter-spacing: 0;
  font-weight: 600;
  color: #0091AB;
  flex: none;
}
@media screen and (min-width: 768px) {
  .p-profile__year {
    font-size: 1.8rem;
    line-height: 24px;
  }
}
.p-profile__year span {
  font-size: 1.6rem;
  line-height: 19px;
}
@media screen and (min-width: 768px) {
  .p-profile__year span {
    font-size: 2rem;
  }
}

.p-profile__content {
  font-size: 1.4rem;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .p-profile__content {
    font-size: 1.6rem;
    line-height: 27px;
  }
}

.p-profile__last {
  font-size: 1.4rem;
  line-height: 22px;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-profile__last {
    font-size: 1.6rem;
    margin-top: 30px;
  }
}

.p-profile__wrapper {
  display: flex;
  flex-direction: column;
  gap: 70px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-profile__wrapper {
    gap: 100px;
    margin-top: 100px;
    margin-bottom: 150px;
  }
}

.p-profile__title {
  font-size: 2rem;
  line-height: 34px;
  font-weight: bold;
  border-left: 4px solid #0091AB;
  padding-left: 15px;
}
@media screen and (min-width: 1025px) {
  .p-profile__title {
    font-size: 2.8rem;
    line-height: 48px;
  }
}

.p-profile__title--2 {
  font-size: 2rem;
  line-height: 34px;
  font-weight: bold;
  border-left: 4px solid #0091AB;
  padding-left: 15px;
}
@media screen and (min-width: 1025px) {
  .p-profile__title--2 {
    font-size: 3.2rem;
    line-height: 54px;
  }
}

.p-profile__textbox {
  display: flex;
  flex-direction: column;
  gap: 28px;
  font-size: 1.4rem;
  line-height: 28px;
  margin-top: 30px;
}
@media screen and (min-width: 1025px) {
  .p-profile__textbox {
    font-size: 1.6rem;
    line-height: 32px;
    gap: 32px;
  }
}

.p-profile__message {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .p-profile__message {
    margin-top: 100px;
  }
}

.p-profile__photobox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
@media screen and (min-width: 768px) {
  .p-profile__photobox {
    gap: 130px;
  }
}
.p-profile__photobox .p-board__img--1 {
  width: calc(50% - 7px);
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-profile__photobox .p-board__img--1 {
    width: calc(50% - 65px);
    max-width: 463px;
    max-height: 582px;
    margin: 0;
  }
}
.p-profile__photobox .p-board__img--2 {
  width: calc(50% - 7px);
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-profile__photobox .p-board__img--2 {
    width: calc(50% - 65px);
    max-width: 463px;
    max-height: 535px;
    margin: 0;
  }
}

/* u-only */
.u-sponly {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-sponly {
    display: none;
  }
}

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

.u-stonly {
  display: block;
}
@media screen and (min-width: 1025px) {
  .u-stonly {
    display: none;
  }
}

.u-pcbronly {
  display: none;
}
@media screen and (min-width: 1025px) {
  .u-pcbronly {
    display: block;
  }
}

.u-dnone {
  display: none;
}

/* u-fd */
.u-fd {
  justify-content: flex-end;
  flex-direction: row-reverse;
}

/* u-space */
.u-space {
  display: inline-block;
  width: 30px;
}
@media screen and (min-width: 1025px) {
  .u-space {
    width: 40px;
  }
}

/* a-trans */
.a-trans10 {
  transition: transform ease-out 0.3s;
}
@media (hover: hover) {
  .a-trans10:hover, .a-trans10:focus {
    will-change: transform;
    transform: translateY(10px);
  }
}

.a-trans5 {
  transition: transform ease-out 0.3s;
}
@media (hover: hover) {
  .a-trans5:hover, .a-trans5:focus {
    will-change: transform;
    transform: translateY(5px);
  }
}

.a-opacity {
  opacity: 0;
  animation-name: Opacity;
  animation-duration: 0.6s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
}

@keyframes Opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.a-trans100 {
  animation-name: Trans100;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes Trans100 {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
/* a-top */
.a-load {
  animation-name: Load;
  animation-duration: 1.2s;
  animation-delay: 1.5s;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-fill-mode: forwards;
  opacity: 1;
  visibility: visible;
}

@keyframes Load {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.a-top07, .a-top06, .a-top05, .a-top04, .a-top03, .a-top02, .a-top01 {
  animation-name: Ts;
  animation-duration: 1.6s;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-fill-mode: forwards;
  transform: translateY(100px);
  opacity: 0;
}

@media screen and (min-width: 1025px) {
  .a-top01 {
    animation-delay: 1s;
  }
}

.a-top02 {
  animation-delay: 0.2s;
}
@media screen and (min-width: 1025px) {
  .a-top02 {
    animation-delay: 0.8s;
  }
}

.a-top03 {
  animation-delay: 0.4s;
}
@media screen and (min-width: 1025px) {
  .a-top03 {
    animation-delay: 0.6s;
  }
}

.a-top04 {
  animation-delay: 0.6s;
}
@media screen and (min-width: 1025px) {
  .a-top04 {
    animation-delay: 0.4s;
  }
}

.a-top05 {
  animation-delay: 0.8s;
}
@media screen and (min-width: 1025px) {
  .a-top05 {
    animation-delay: 0.2s;
  }
}

.a-top06 {
  animation-delay: 1s;
}
@media screen and (min-width: 1025px) {
  .a-top06 {
    animation-delay: unset;
  }
}

.a-top07 {
  animation-delay: 1.2s;
}

@keyframes Ts {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
/* a-fadebt */
.a-fadebt {
  animation-name: fadeBt;
  animation-duration: 1.6s;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeBt {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Javascript*/
.js-top01, .js-top02, .js-top03,
.js-top04, .js-top05, .js-top06, .js-top07 {
  opacity: 0;
}

.js-menu--close {
  background-image: url(/wp-content/uploads/close.svg);
}
.js-menu--close .c-spheader__txt::after {
  content: "close";
  color: #fff;
}

.js-nav--open {
  z-index: 8;
  opacity: 1;
  visibility: visible;
}

.js-body--fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

.js-mask--open {
  opacity: 0.5;
  visibility: visible;
}

.js-logo {
  transition: opacity ease-out 0.3s;
}

.js-logo2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity ease-out 0.3s;
}

.js-pickcol {
  background-color: #0091AB;
  transition: background-color ease-out 0.3s;
}

.js-tpleft[data-title]::after {
  left: -100px;
}

.js-tppd {
  padding-top: 96px;
  padding-bottom: 20px;
}

.js-fadebt {
  opacity: 0;
}

/*
Template Name: Design Leadership
*/
/* common */
/* top */
/* page */
/* common */
/* page */