@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");

html {
  font-size: 100%;
}
@media (max-width: 990px) {
  html {
    font-size: 1.6161616162vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 430px) {
  html {
    font-size: 3.7209302326vw;
  }
}

body {
  font-family: "IBM Plex Sans JP", sans-serif;
  color: #000;
  background-color: #F7ED2D;
  position: relative;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  a,
  button {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol,
summary {
  list-style: none;
  padding: 0;
  outline: none;
}

address {
  font-style: normal;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-box-right {
  background-color: #fff;
  border-radius: 50px 0 0 50px;
  padding-block: 4.375rem;
  padding-right: 14.4230769231%;
  padding-left: 4.8076923077%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-box-right {
    border-radius: 20px;
    padding-block: 1.875rem;
    padding-inline: 1.25rem;
  }
}

.l-box-left {
  background-color: #fff;
  border-radius: 0 50px 50px 0;
  padding-block: 4.375rem;
  padding-left: 14.4230769231%;
  padding-right: 4.3859649123%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-box-left {
    border-radius: 20px;
    padding-block: 1.875rem;
    padding-inline: 1.25rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.l-inner {
  width: 100%;
  max-width: 61.875rem;
  padding-inline: 0;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding-inline: 1.25rem;
  }
}
.l-inner--sm {
  max-width: 58.75rem;
  padding-inline: 4.8076923077%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-inner--sm {
    padding-inline: 0;
  }
}
.l-inner--subLeft {
  padding-left: 8.7719298246%;
}
@media screen and (max-width: 768px) {
  .l-inner--subLeft {
    padding-inline: 1.25rem;
  }
}
.l-inner--subRight {
  padding-right: 8.7719298246%;
}
@media screen and (max-width: 768px) {
  .l-inner--subRight {
    padding-inline: 1.25rem;
  }
}

.l-sec-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .l-sec-wrap {
    grid-template-columns: 1fr;
    padding-inline: 1.25rem;
  }
}
.l-sec-wrap.--reverse {
  grid-template-columns: 1fr auto;
}
@media screen and (max-width: 768px) {
  .l-sec-wrap.--reverse {
    grid-template-columns: 1fr;
    padding-inline: 1.25rem;
  }
}

.l-sec {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .l-sec {
    margin-top: 4.375rem;
  }
}
.l-sec--lg {
  margin-top: 18.75rem;
}
@media screen and (max-width: 768px) {
  .l-sec--lg {
    margin-top: 9.375rem;
  }
}

.l-wrap {
  display: grid;
  grid-template-columns: minmax(auto, 20.8333333333vw) 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 768px) {
  .l-wrap {
    display: block;
  }
}

.l-wrap__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 4.8076923077%;
}
@media screen and (max-width: 768px) {
  .l-wrap__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.125rem;
    max-width: 100%;
    width: 100%;
  }
}

.c-btn1 {
  display: inline-block;
  min-width: 6.3125rem;
  height: 1.875rem;
  padding-bottom: 0.3125rem;
  border-bottom: 0.3125rem solid #193E4F;
  position: relative;
  overflow: hidden;
}

.c-btn1__text {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: translate 0.3s ease-in-out;
  transition: translate 0.3s ease-in-out;
}
.c-btn1__text.--swich {
  translate: 0 -100%;
}

.c-btn1:hover .c-btn1__text.--normal {
  translate: 0 150%;
}
.c-btn1:hover .c-btn1__text.--swich {
  translate: 0 0;
}

.c-card1 {
  padding: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #999999;
  -webkit-box-shadow: 0.625rem 0.625rem 0.625rem rgba(0, 0, 0, .3);
          box-shadow: 0.625rem 0.625rem 0.625rem rgba(0, 0, 0, .3);
}

.c-card1__img {
  width: 100%;
  height: auto;
}
.c-card1__img.--pc-sm {
  aspect-ratio: 300/180;
}
@media screen and (max-width: 768px) {
  .c-card1__img.--pc-sm {
    aspect-ratio: 1/1;
  }
}

.c-card1__title {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-top: 0.625rem;
  margin-bottom: 1.875rem;
}
.c-card1__title:has(+ .c-card1__list) {
  margin-bottom: 0.625rem;
}

.c-card1__link {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 0.5rem 1.25rem;
  border-radius: 3.125rem;
  background-color: #537788;
  margin-top: auto;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.c-card1__link:hover {
  background-color: #F7ED2D;
  color: #000;
}

.c-card1__list span {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.c-card1__list ul {
  margin-top: 0.625rem;
  margin-bottom: 1.875rem;
}
.c-card1__list li {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0.1875rem;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.c-card1__list li:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: auto;
  aspect-ratio: 1;
  background-color: #537788;
  border-radius: 0.125rem;
}
.c-card1__list li:nth-child(n+2) {
  margin-top: 0.625rem;
}

.c-head {
  display: block;
  width: 5.25rem;
}
@media screen and (max-width: 768px) {
  .c-head {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.c-head img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-head-ja {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-head-ja {
    font-size: 1.5rem;
  }
}

.c-iconWrap {
  position: absolute;
}
.c-iconWrap:before {
  content: "";
  display: block;
  width: 22.5694444444vw;
  height: 10.7638888889vw;
  max-width: 15.625rem;
  background: url(../images/contact/bubble9.svg) no-repeat center center/contain;
  position: absolute;
  top: 0;
  right: 0;
  translate: 30% -60%;
  rotate: 10deg;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .c-iconWrap:before {
    width: 8.125rem;
    height: 5.3125rem;
  }
}
.c-iconWrap:hover:before {
  opacity: 1;
}

.c-pad-download a {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #193E4F;
  text-align: center;
  padding: 0.625rem 1.25rem;
  background-color: #93B4C3;
  border-radius: 3.125rem;
}
.c-table1__item {
  display: grid;
  grid-template-columns: minmax(15rem, auto) 1fr;
  border-bottom: 1px solid #999999;
}
@media screen and (max-width: 768px) {
  .c-table1__item {
    grid-template-columns: 1fr;
  }
}

.c-table1__title {
  padding-block: 1rem;
  padding-left: 1.5rem;
  background-color: #F9FAFB;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}

.c-table1__text {
  padding-block: 1rem;
  padding-left: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}
.c-table1__text ul {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 1em;
}

.c-totop {
  width: 7.625rem;
  height: auto;
  position: fixed;
  bottom: 0;
  right: 5.7638888889%;
  z-index: 96;
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, transform 0.3s ease;
  transition: top 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-totop {
    width: 5.625rem;
    right: 0;
  }
}

.p-archive-catalog__inner {
  position: relative;
}

.p-archive-catalog__iconWrap {
  translate: 0 50%;
  z-index: 1;
}
.p-archive-catalog__iconWrap.c-iconWrap {
  bottom: 0;
  right: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-archive-catalog__iconWrap.c-iconWrap {
    right: 1.375rem;
  }
}
.p-archive-catalog__iconWrap.c-iconWrap:before {
  background: url(../images/catalog/bubble4-yl.svg) no-repeat center center/contain;
  translate: 30% 0;
}
@media screen and (max-width: 768px) {
  .p-archive-catalog__iconWrap.c-iconWrap:before {
    translate: 30% -50%;
  }
}

.p-archive-catalog__icon1 {
  width: 11.6875rem;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-archive-catalog__icon1 {
    width: 7.125rem;
  }
}

.p-archive-catalog__iconWrap2 {
  top: 0;
  right: 6.25rem;
  translate: 0 -90%;
  z-index: 1;
}
.p-archive-catalog__iconWrap2.c-iconWrap:before {
  background: url(../images/catalog/bubble5.png) no-repeat center center/contain;
}

.p-archive-catalog__icon2 {
  width: 11.125rem;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-archive-catalog__icon2 {
    width: 5.5625rem;
  }
}

.p-archive-catalog__listLg {
  margin-top: 1.875rem;
}
.p-archive-catalog__listLg .p-archive-catalog__list {
  margin-top: 1.25rem;
}

.p-archive-catalog__itemLg:nth-child(n+2) {
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-archive-catalog__itemLg:nth-child(n+2) {
    margin-top: 1.875rem;
  }
}

.p-archive-catalog__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.875rem 3.1914893617%;
  margin-top: 1.875rem;
  position: relative;
}
@media screen and (max-width: 1290px) {
  .p-archive-catalog__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .p-archive-catalog__list {
    grid-template-columns: 1fr;
  }
}

.p-archive-catalog__item {
  min-width: 0;
  -webkit-box-shadow: 0.25rem 0.25rem 0.375rem -0.0625rem rgba(0, 0, 0, .1);
          box-shadow: 0.25rem 0.25rem 0.375rem -0.0625rem rgba(0, 0, 0, .1);
  border: 1px solid #999999;
}
.p-archive-catalog__item.--empty {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-archive-catalog__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 18.75rem;
  padding: 0.9375rem;
  text-align: left;
  -ms-flex-item-align: start;
      align-self: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  cursor: pointer;
  color: #000;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .p-archive-catalog__link {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 0;
    min-height: initial;
    padding: 0.625rem;
  }
}
.p-archive-catalog__link:hover {
  background-color: #FFCD4D;
}

.p-archive-catalog__img {
  width: 100%;
  height: auto;
  aspect-ratio: 285/200;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-archive-catalog__img {
    width: 9.375rem;
    min-height: 0;
    min-height: initial;
    aspect-ratio: 150/100;
    grid-area: 2/1/3/2;
  }
}

.p-archive-catalog__title {
  font-size: 1.3888888889vw;
  line-height: 1.4;
  letter-spacing: 0.07em;
  font-weight: 700;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .p-archive-catalog__title {
    font-size: 1.25rem;
    grid-area: 1/1/2/3;
  }
}
.p-archive-catalog__title.--sm {
  font-size: 1.1111111111vw;
  line-height: 1.75;
  letter-spacing: 0.07em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-archive-catalog__title.--sm {
    font-size: 1rem;
  }
}

.p-archive-catalog__code {
  display: block;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.07em;
  font-weight: 700;
  color: #93B4C3;
}

.p-archive-catalog__text {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-archive-catalog__text {
    grid-area: 2/2/3/3;
    margin-top: 0;
  }
}

.p-archive-catalog__caution {
  border: 0.1875rem solid #93B4C3;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.p-archive-catalog__cautionTitle {
  display: block;
  background-color: #93B4C3;
  padding: 0.625rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
}

.p-archive-catalog__cautionBody {
  padding: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-archive-catalog__cautionBody {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.5rem;
  }
}

.p-archive-catalog__cautionImg {
  width: 5rem;
  height: auto;
  aspect-ratio: 80/62;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-archive-catalog__cautionText {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-archive-catalog__cautionText {
    margin-top: 0;
  }
}

.p-archive-catalog__item.--sm .p-archive-catalog__link {
  min-height: 21.875rem;
}
.p-archive-catalog__item.--sm .p-archive-catalog__item {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .p-archive-catalog__item.--sm .p-archive-catalog__link {
    min-height: 0;
    min-height: initial;
  }
}
@media screen and (max-width: 768px) {
  .p-archive-catalog__item.--sm .p-archive-catalog__img {
    grid-area: 2/1/4/2;
  }
}
@media screen and (max-width: 768px) {
  .p-archive-catalog__item.--sm .p-archive-catalog__code {
    grid-area: 1/1/2/3;
  }
}
@media screen and (max-width: 768px) {
  .p-archive-catalog__item.--sm .p-archive-catalog__title {
    grid-area: 2/2/3/3;
  }
}
@media screen and (max-width: 768px) {
  .p-archive-catalog__item.--sm .p-archive-catalog__text {
    grid-area: 3/2/4/3;
  }
}

.p-archive-support_Wrap {
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-archive-support_Wrap {
    margin-top: 1.875rem;
  }
}

.p-archive-support__title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  color: #193E4F;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-archive-support__title {
    font-size: 1.25rem;
  }
}
.p-archive-support__title:before {
  content: "";
  display: block;
  width: 1.25rem;
  height: auto;
  aspect-ratio: 1;
  background-color: #EAB308;
  border-radius: 50%;
}

.p-archive-support__text {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  margin-top: 1.25rem;
}

.p-archive-support__table {
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-archive-support__table {
    margin-top: 1.875rem;
  }
}

.p-archive-support__caution {
  margin-top: 1.875rem;
}

.p-archive-support__cautionItem {
  padding: 1.25rem;
  background-color: #FFF9E6;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0.25rem 0.25rem 0.375rem 0 rgba(0, 0, 0, .1);
          box-shadow: 0.25rem 0.25rem 0.375rem 0 rgba(0, 0, 0, .1);
}
.p-archive-support__cautionItem:nth-child(n+2) {
  margin-top: 1.25rem;
}

.p-archive-support__cautionTitle {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-archive-support__cautionTitle.--1:before {
  content: "";
  display: block;
  width: 2.8125rem;
  height: 2.5rem;
  -webkit-mask: url(../images/catalog/caution_icon1.svg) no-repeat center center/contain;
          mask: url(../images/catalog/caution_icon1.svg) no-repeat center center/contain;
  background-color: #EAB308;
}
.p-archive-support__cautionTitle.--2:before {
  content: "";
  display: block;
  width: 3.125rem;
  height: 2.5rem;
  -webkit-mask: url(../images/catalog/caution_icon2.svg) no-repeat center center/contain;
          mask: url(../images/catalog/caution_icon2.svg) no-repeat center center/contain;
  background-color: #EAB308;
}

.p-archive-support__cautionList {
  list-style: decimal;
  padding-left: 1.5625rem;
  margin-top: 1.25rem;
}

.p-archive-support__cautionListItem,
.p-archive-support__cautionText {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
}

.p-archive-support__cautionText {
  margin-top: 1.25rem;
}

.p-archive {
  padding: 3.125rem;
  background-color: #fff;
  border-radius: 3.125rem;
  -webkit-box-shadow: 0 0.25rem 0.375rem 0 rgba(0, 0, 0, .1);
          box-shadow: 0 0.25rem 0.375rem 0 rgba(0, 0, 0, .1);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-archive {
    padding: 1.875rem 1.25rem;
    border-radius: 1.25rem;
  }
}

.p-archive__iconWrap {
  top: 0;
  right: 0.75rem;
  translate: 0 -60%;
}
@media screen and (max-width: 768px) {
  .p-archive__iconWrap {
    right: 1.25rem;
  }
}
.p-archive__iconWrap.c-iconWrap:before {
  background: url(../images/blog/bubble7.png) no-repeat center center/contain;
  translate: 30% -70%;
}

.p-archive__icon {
  width: 9.6875rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-archive__icon {
    right: 1.25rem;
    width: 6.0625rem;
  }
}

.p-archive__list {
  margin-top: 1.875rem;
}

.p-archive__item {
  border: 1px solid #000;
  -webkit-box-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(0, 0, 0, .1);
          box-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(0, 0, 0, .1);
}
.p-archive__item:nth-child(n+2) {
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-archive__item:nth-child(n+2) {
    margin-top: 1.25rem;
  }
}

.p-archive__img {
  width: 100%;
  height: auto;
  aspect-ratio: 550/256;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-archive__img {
    aspect-ratio: 350/162;
  }
}

.p-archive__body {
  padding: 1.5rem;
}

.p-archive__date {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: #4B5563;
}

.p-archive__title {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 700;
  margin-top: 0.625rem;
}

.p-archive__text {
  font-size: 1rem;
  line-height: 1.5;
}

.p-archive__btn {
  margin-top: 1.875rem;
  text-align: right;
}

.p-case__slideWrap {
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .p-case__slideWrap {
    margin-right: 0;
  }
}
.p-case__slideWrap .splide__track {
  padding-bottom: 1.25rem;
}

.p-case__btn {
  margin-top: 1.875rem;
  text-align: right;
}

.p-company-access .l-inner--sm {
  padding-inline: 1.25rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-company-access .l-inner--sm {
    padding-inline: 0;
  }
}

.p-company-access__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5.3191489362%;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-company-access__list {
    grid-template-columns: 1fr;
    gap: 3.125rem;
    margin-top: 0.625rem;
  }
}

.p-company-access__item {
  -webkit-box-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(0, 0, 0, .1);
          box-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(0, 0, 0, .1);
  border-radius: 0.5rem;
}

.p-company-access__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 395/384;
}
@media screen and (max-width: 768px) {
  .p-company-access__map iframe {
    aspect-ratio: 350/150;
  }
}

.p-company-access__body {
  padding: 1.5rem;
}

.p-company-access__name {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}

.p-company-access__address {
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
}

.p-company-member .l-inner--sm {
  max-width: 58.75rem;
  position: relative;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .p-company-member .l-inner--sm {
    padding-inline: 0;
  }
}

.p-company-member__list {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem 3.1914893617%;
}
@media screen and (max-width: 1040px) {
  .p-company-member__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-company-member__list {
    grid-template-columns: 1fr;
  }
}

.p-company-member__item {
  padding: 1.25rem;
  border: 1px solid #999999;
  -webkit-box-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(0, 0, 0, .1);
          box-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(0, 0, 0, .1);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-company-member__item {
    padding: 0.9375rem;
  }
}
.p-company-member__item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0.125rem 0.25rem -0.125rem rgba(0, 0, 0, .1);
          box-shadow: 0 0.125rem 0.25rem -0.125rem rgba(0, 0, 0, .1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.p-comapny-member__itemInner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-comapny-member__itemInner {
    grid-template-columns: auto 1fr;
    grid-template-rows: initial;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.625rem;
  }
}

.p-company-member__img {
  max-width: 8rem;
  height: auto;
  margin-inline: auto;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .p-company-member__img {
    grid-area: 1/1/4/2;
  }
}

.p-company-member__nameWrap {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-company-member__nameWrap {
    text-align: left;
    grid-area: 1/2/2/3;
  }
}
.p-company-member__nameWrap .name {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
}
.p-company-member__nameWrap .position {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  color: #193E4F;
  margin-top: 0.5rem;
}

.p-company-member__text {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  text-align: center;
  color: #193E4F;
}
@media screen and (max-width: 768px) {
  .p-company-member__text {
    text-align: left;
    grid-area: 2/2/3/3;
  }
}
@media screen and (max-width: 768px) {
  .p-company-member__text + .p-company-member__text {
    grid-area: 3/2/4/3;
  }
}

.p-company-message .l-box-left {
  overflow: visible;
}
.p-company-message .l-inner--sm {
  padding-inline: 1.25rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-company-message .l-inner--sm {
    padding-inline: 0;
  }
}

.p-company-message__wrap {
  display: grid;
  grid-template-columns: minmax(18.75rem, auto) 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 1040px) {
  .p-company-message__wrap {
    grid-template-columns: 1fr;
  }
}

.p-company-message__img {
  max-width: 18.75rem;
  margin-inline: auto;
}
@media screen and (max-width: 1040px) {
  .p-company-message__img {
    max-width: 15.625rem;
  }
}
@media screen and (max-width: 768px) {
  .p-company-message__img {
    max-width: 12.5rem;
  }
}

.p-company-messafe__nameWrap {
  text-align: center;
}
.p-company-messafe__nameWrap .position {
  display: block;
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 600;
}
.p-company-messafe__nameWrap .name {
  display: block;
  font-size: 2rem;
  line-height: 1.125;
  font-weight: 600;
}

.p-company__message__text p {
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.05em;
}
.p-company__message__text h3 {
  font-weight: 600;
}
.p-company__message__text .pc {
  display: inline;
}
@media screen and (max-width: 768px) {
  .p-company__message__text .pc {
    display: none;
  }
}

.p-company-message__box {
  display: contents;
}
@media screen and (max-width: 768px) {
  .p-company-message__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-company-message__textWrap {
  display: contents;
}
@media screen and (max-width: 768px) {
  .p-company-message__textWrap {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .p-company-message__iconWrap.c-iconWrap {
    position: relative;
    width: 9.8125rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-company-message__iconWrap.c-iconWrap:before {
  background: url(../images/company/bubble2-yl.svg) no-repeat center center/contain;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-company-message__iconWrap.c-iconWrap:before {
    width: 37.2093023256vw;
    height: 27.9069767442vw;
    translate: 30% -60%;
  }
}
.p-company-message__iconWrap.u-desktop {
  bottom: -8.875rem;
  left: 5%;
}

.p-company-message__icon {
  width: 12.25rem;
  height: auto;
  scale: -1 1;
}
@media screen and (max-width: 1040px) {
  .p-company-message__icon {
    width: 7.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-company-message__icon {
    width: 9.8125rem;
  }
}

.p-company-outline__list {
  margin-top: 3.125rem;
}

.p-company-story__list {
  margin-top: 3.125rem;
  padding: 2rem 2rem 3.875rem 2rem;
  -webkit-box-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(0, 0, 0, .1);
          box-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(0, 0, 0, .1);
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-company-story__list {
    padding: 1.25rem 1.25rem 3.75rem 1.25rem;
  }
}

.p-company-story__item {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5625rem;
}
.p-company-story__item:before {
  content: "";
  display: block;
  width: 1.25rem;
  height: auto;
  aspect-ratio: 1;
  background-color: #EAB308;
  border-radius: 50%;
}
.p-company-story__item:after {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% + 0.375rem);
  background-color: #F7ED2D;
  position: absolute;
  top: 1.5rem;
  left: 0.5625rem;
}
.p-company-story__item:nth-child(n+2) {
  margin-top: 2.125rem;
}

.p-company-story__year {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}

.p-company-story__title {
  font-size: 1rem;
  line-height: 1.5;
  color: #193E4F;
}

.p-contact-box {
  padding: 1.3888888889vw 3.4722222222vw;
  background-color: #FFFDDA;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.6944444444vw;
  -webkit-box-shadow: 0.25rem 0.25rem 0.375rem 0 rgba(0, 0, 0, .1);
          box-shadow: 0.25rem 0.25rem 0.375rem 0 rgba(0, 0, 0, .1);
}
@media screen and (max-width: 768px) {
  .p-contact-box {
    padding: 0.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}

.p-contact-box__num {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.6944444444vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.7777777778vw;
  line-height: 1;
  font-weight: 700;
  color: #193E4F;
}
@media screen and (max-width: 768px) {
  .p-contact-box__num {
    font-size: 2.5rem;
    gap: 0.625rem;
  }
}
.p-contact-box__num:before {
  content: "";
  display: block;
  width: 2.2916666667vw;
  height: 2.4305555556vw;
  -webkit-mask: url(../images/common/icon_tel.svg) no-repeat center center/contain;
          mask: url(../images/common/icon_tel.svg) no-repeat center center/contain;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .p-contact-box__num:before {
    width: 2.0625rem;
    height: 2.1875rem;
  }
}

.p-contact-box__time .title {
  display: block;
  font-size: 1.25vw;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-contact-box__time .title {
    font-size: 1.125rem;
  }
}

.p-contact-box__timeText {
  padding: 0.3125rem 0.625rem;
  background-color: #F7ED2D;
  font-size: 1.25vw;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-contact-box__timeText {
    font-size: 1rem;
  }
}

.p-contact-form__content {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-contact-form__content {
    margin-top: 1rem;
  }
}

.p-contact-form__inner {
  position: relative;
}

.p-contact-form__iconWrap {
  position: absolute;
  bottom: 0;
  right: 9.375%;
  translate: 0 60%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-contact-form__iconWrap {
    right: 11.6279069767%;
  }
}
.p-contact-form__iconWrap.c-iconWrap:before {
  background: url(../images/contact/bubble9-yl.svg) no-repeat center center/contain;
}

.p-contact-form__icon {
  width: 10.875rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-contact-form__icon {
    width: 6.25rem;
  }
}

.p-contact-info__head {
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 700;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-contact-info__head {
    font-size: 1.125rem;
    line-height: 2;
  }
}
.p-contact-info__head.--tel:before {
  content: "";
  display: block;
  width: 2.0625rem;
  height: 2.1875rem;
  -webkit-mask: url(../images/common/icon_tel.svg) no-repeat center center/contain;
          mask: url(../images/common/icon_tel.svg) no-repeat center center/contain;
  background-color: #000;
}
.p-contact-info__head.--fax:before {
  content: "";
  display: block;
  width: 2.0625rem;
  height: 2.1875rem;
  -webkit-mask: url(../images/common/icon_fax.svg) no-repeat center center/contain;
          mask: url(../images/common/icon_fax.svg) no-repeat center center/contain;
  background-color: #000;
}
.p-contact-info__head:nth-of-type(2) {
  margin-top: 3.125rem;
}

.p-contact-info__content {
  padding: 1.25rem;
  background-color: #FFFDDA;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0.25rem 0.25rem 0.375rem 0 rgba(0, 0, 0, .1);
          box-shadow: 0.25rem 0.25rem 0.375rem 0 rgba(0, 0, 0, .1);
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1.25rem;
}
.p-contact-info__content .num {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
  color: #193e4f;
}
.p-contact-info__content.--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-contact-info__content.--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.p-contact-info__time {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 600;
}
.p-contact-info__time span {
  display: inline-block;
  padding: 0.3125rem 0.625rem;
  background-color: #F7ED2D;
}

.p-contact-info__note {
  font-size: 1.125rem;
  line-height: 1.5;
}

.p-container-about__list {
  margin-top: 3.125rem;
}

.p-container-about__item:nth-child(n+2) {
  margin-top: 3.125rem;
}

.p-container-about__title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #193E4F;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-container-about__title {
    font-size: 1.25rem;
  }
}
.p-container-about__title:before {
  content: "";
  display: block;
  width: 0.9375rem;
  height: auto;
  aspect-ratio: 1;
  background-color: #EAB308;
  border-radius: 50%;
  translate: 0 0.625rem;
}
.p-container-about__title .note {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  color: #000;
}

.p-container-about__table {
  overflow-x: auto;
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
}
@media screen and (max-width: 768px) {
  .p-container-about__table {
    margin-top: 1.875rem;
  }
}

.p-container-about__tags {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
}

.p-container-about__tag {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  padding: 0.3125rem 0.625rem;
  background-color: #FFF9E6;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0.25rem 0.25rem 0.375rem rgba(0, 0, 0, .1);
          box-shadow: 0.25rem 0.25rem 0.375rem rgba(0, 0, 0, .1);
}
@media screen and (max-width: 768px) {
  .p-container-about__tag {
    font-size: 1rem;
  }
}
.p-container-about__tag.--red {
  color: #D42E41;
}

.p-container-about__listSm {
  margin-top: 0.625rem;
}

.p-container-access__address {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 0.625rem;
}

.p-container-access__addressText {
  display: block;
  font-size: 1rem;
  margin-top: 0.625rem;
  font-weight: 500;
}

.p-container-access__map {
  margin-top: 0.625rem;
}
.p-container-access__map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 840/300;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-container-access__map iframe {
    aspect-ratio: 350/250;
  }
}

.p-container-address__contact {
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-container-address__contact {
    margin-top: 0.625rem;
  }
}

.p-container-faq__list {
  margin-top: 2rem;
}

.p-container-lead {
  position: relative;
}

.p-container-lead__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-container-lead__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-container-lead__wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-container-lead__wrap {
    display: contents;
  }
}

.p-container-lead__head {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-container-lead__head {
    margin-inline: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-container-lead__head:after {
  content: "";
  display: block;
  width: 100%;
  height: 1.875rem;
  background-color: #F7ED2D;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-container-lead__head span {
  display: inline-block;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #193E4F;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-container-lead__head span {
    font-size: 1.5rem;
  }
}
.p-container-lead__head span .lg {
  font-size: 4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-container-lead__head span .lg {
    font-size: 3rem;
  }
}

.p-container-lead__body {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-container-lead__body {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.p-container-lead__text {
  position: relative;
  padding-bottom: 0.375rem;
}
@media screen and (max-width: 768px) {
  .p-container-lead__text {
    text-align: center;
  }
}
.p-container-lead__text span {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-container-lead__text span {
    font-size: 1.25rem;
  }
}
.p-container-lead__text span:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.8125rem;
  background: url(../images/container/title_line_bottom.svg) no-repeat center center/100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.p-container-lead__list {
  margin-top: 1.25rem;
}

.p-container-lead__item {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0.625rem;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
}
.p-container-lead__item:before {
  content: "";
  display: block;
  width: 0.9375rem;
  height: auto;
  aspect-ratio: 1;
  background-color: #537788;
  border-radius: 50%;
}
.p-container-lead__item:nth-child(n+2) {
  margin-top: 1.25rem;
}

.p-container-lead__imgWrap {
  width: 30.2777777778vw;
  min-width: 15.625rem;
  margin-left: -6.9444444444vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-container-lead__imgWrap {
    margin-top: 1.875rem;
    margin-left: 0;
    width: 82.5714285714%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-container-lead__imgWrap:before {
  content: "";
  display: block;
  width: 3.5416666667vw;
  height: 11.1111111111vw;
  background: url(../images/container/icon_conatiner.gif) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  translate: -100% -50%;
}
@media screen and (max-width: 768px) {
  .p-container-lead__imgWrap:before {
    width: 6.976744186vw;
    height: 22.0930232558vw;
  }
}
.p-container-lead__imgWrap:after {
  content: "";
  display: block;
  width: 10.4166666667vw;
  height: 11.1111111111vw;
  background: url(../images/container/bubble6.svg) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 0;
  translate: -50% -25%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .p-container-lead__imgWrap:after {
    width: 27.9069767442vw;
    height: 27.9069767442vw;
  }
}
.p-container-lead__imgWrap:hover:after {
  opacity: 1;
}

.p-container-lead__img {
  max-width: none;
  max-width: initial;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-container-lead__img {
    max-width: 100%;
    min-width: 0;
    min-width: initial;
  }
}

.p-container .l-inner--sm {
  position: relative;
}

.p-container__box {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-inline: 6.3829787234%;
}
@media screen and (max-width: 1040px) {
  .p-container__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .p-container__box {
    padding-inline: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-container__headWrap {
    text-align: center;
  }
}

.p-container__headJa {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-container__headJa {
    margin-inline: auto;
  }
}
.p-container__headJa:after {
  content: "";
  display: block;
  width: 100%;
  height: 1.875rem;
  background-color: #F7ED2D;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-container__headJa:after {
    height: 1.25rem;
  }
}

.p-container__headText {
  display: inline-block;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #537788;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-container__headText {
    font-size: 1.5rem;
  }
}
.p-container__headText .u-lg {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .p-container__headText .u-lg {
    font-size: 3rem;
  }
}

.p-container__icons {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-container__icons {
    display: block;
  }
}

.p-container__icon.pc {
  width: 8.125rem;
  height: auto;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.9375rem;
  background-color: #193E4F;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-container__icon.pc {
    display: none;
  }
}
.p-container__icon.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-container__icon.sp {
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.9375rem;
    padding: 1.25rem 1.875rem;
    background-color: #193E4F;
    border-radius: 6.25rem;
  }
}
.p-container__icon .title {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  translate: 0 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-container__icon .title {
    letter-spacing: 0;
    translate: 0 0;
    line-height: 1.5;
  }
}
.p-container__icon .num {
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-container__icon .num {
    text-align: center;
  }
}
.p-container__icon .num .u-lg {
  font-size: 4rem;
  color: #F7ED2D;
}

.p-container__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-container__tags {
    gap: 0.8125rem;
  }
}

.p-container__tag {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  padding: 0.3125rem 1.25rem;
  background-color: #ECECEC;
  border-radius: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-container__tag {
    background-color: transparent;
    border-radius: 0;
    padding: 0 0.625rem;
    border-bottom: 1px solid #F7ED2D;
  }
}

.p-container__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  margin-left: auto;
}
@media screen and (max-width: 1040px) {
  .p-container__links {
    margin-left: 0;
    -ms-flex-item-align: start;
        align-self: start;
  }
}
@media screen and (max-width: 768px) {
  .p-container__links {
    margin-top: 1.875rem;
  }
}

.p-container__link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  padding: 0.625rem 1.25rem 0.625rem 0.625rem;
  background-color: #ECECEC;
  border-radius: 6.25rem;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.p-container__link a:before {
  content: "";
  display: block;
  width: 1.25rem;
  height: auto;
  aspect-ratio: 1;
  background-color: #537788;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.p-container__link a:hover {
  background-color: #F7ED2D;
}
.p-container__link a:hover:before {
  background-color: #193E4F;
}

.p-container__img {
  width: 100%;
  max-width: 44.875rem;
  height: auto;
  aspect-ratio: 718/203;
  margin-top: 1.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-container__img {
    margin-top: 0;
    max-width: 89.7435897436%;
    aspect-ratio: 350/99;
    position: absolute;
    bottom: 5rem;
    left: 50%;
    translate: -50% 0;
  }
}

.p-container__btn {
  padding-inline: 6.3829787234%;
}
@media screen and (max-width: 768px) {
  .p-container__btn {
    padding-inline: 0;
    margin-top: 3.125rem;
  }
}

.p-faq__item:nth-child(n+2) {
  margin-top: 1rem;
}

.p-faq__details {
  padding: 1.5rem 1.375rem;
  -webkit-box-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(0, 0, 0, .1);
          box-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(0, 0, 0, .1);
  border-radius: 0.5rem;
}
.p-faq__details > *:not(summary) {
  display: block;
}
.p-faq__details.is-open .p-faq__title .btn:after {
  rotate: 90deg;
}

.p-faq__title {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 700;
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  list-style: none;
}
.p-faq__title::-webkit-details-marker {
  display: none;
}
.p-faq__title::marker {
  display: none;
}
.p-faq__title .btn {
  display: block;
  width: 0.75rem;
  height: auto;
  aspect-ratio: 1;
  display: block;
  position: relative;
}
.p-faq__title .btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.p-faq__title .btn:after {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  -webkit-transition: rotate 0.3s ease-in-out;
  transition: rotate 0.3s ease-in-out;
}

.p-faq__body {
  margin-top: 0.625rem;
  padding: 0.625rem;
  background-color: rgba(247, 237, 45, .6);
  border-radius: 0.3125rem;
  overflow: hidden;
}

.p-faq__text {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 500;
}
.p-faq__text a {
  font-size: 1.25rem;
  font-weight: 700;
  color: #193E4F;
}

.p-feature {
  padding-top: 10.1388888889dvw;
}
@media screen and (max-width: 768px) {
  .p-feature {
    padding-top: 6.25rem;
  }
}

.p-feature__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-feature__list {
    grid-template-columns: 1fr;
  }
}

.p-feature__item {
  padding: 3.125rem 1.25rem;
  background-color: #fff;
  border-radius: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-feature__item {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 1.25rem;
  }
}

.p-feature__icon {
  width: 6.25rem;
  margin-inline: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .p-feature__icon {
    grid-area: 2/1/3/2;
  }
}

.p-feature__title {
  display: block;
  text-align: center;
  font-size: 1.6875rem;
  line-height: 1.2962962963;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-feature__title {
    grid-area: 1/1/2/5;
  }
}

.p-feature__desc {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-feature__desc {
    grid-area: 2/2/3/5;
    -ms-flex-item-align: center;
        align-self: center;
    margin-top: 0;
  }
}

.p-feature__btn {
  margin-top: 3.75rem;
}

.p-footer {
  margin-top: 9.375rem;
}
@media screen and (max-width: 768px) {
  .p-footer {
    margin-top: 3.125rem;
  }
}

.p-footer__inner {
  padding-top: 5rem;
  padding-bottom: 3.75rem;
  margin-top: 4.0625rem;
  border-block: 1px solid #000;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-footer__inner {
    margin-top: 11.875rem;
    padding-top: 4.375rem;
    padding-bottom: 3.75rem;
  }
}

.p-footer__icon {
  position: absolute;
  top: 0;
  left: 6.9444444444%;
  width: 9.375rem;
  height: auto;
  translate: 0 -90%;
}

.p-footer__content {
  max-width: 60.625rem;
  padding-inline: 1.5625rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-footer__content {
    padding-inline: 1.25rem;
  }
}

.p-footer-contact {
  text-align: center;
}

.p-footer-contact__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  padding: 0.875rem 1.25rem 0.6875rem;
  background-color: #193E4F;
  border-radius: 3.75rem;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  min-width: 20.5625rem;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.p-footer-contact__btn:before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1rem;
  -webkit-mask: url(../images/common/icon_mail.svg) no-repeat center center/contain;
          mask: url(../images/common/icon_mail.svg) no-repeat center center/contain;
  background-color: #fff;
}
.p-footer-contact__btn:hover {
  opacity: 0.7;
}

.p-footer-contact__text {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #193E4F;
  margin-top: 1.25rem;
}

.p-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
  }
}

@media screen and (max-width: 768px) {
  .p-footer__info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-footer__logo {
  width: 20.0625rem;
}

.p-footer__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
.p-footer__tel .num {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  text-decoration: underline;
}
.p-footer__tel .time {
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
}

.p-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.p-footer__link-icon {
  width: 1.5rem;
  height: auto;
  aspect-ratio: 1;
}

.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 3.125rem;
}

.p-footer__nav-item:nth-child(n+2) {
  margin-top: 1.875rem;
}
.p-footer__nav-item a {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

.p-footer__nav-sub {
  margin-top: 1.25rem;
  padding-left: 1.25rem;
}

.p-footer__nav-sub-item:nth-child(n+2) {
  margin-top: 0.625rem;
}
.p-footer__nav-sub-item a {
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
}

.p-footer__copy {
  padding-block: 0.625rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
}

.p-form-privacy {
  margin-top: 3.125rem;
}
.p-form-privacy p, .p-form-privacy h2 {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
}
.p-form-privacy ol {
  list-style: decimal;
  padding-left: 2.5rem;
}
.p-form-privacy ul {
  list-style: disc;
  padding-left: 2.5rem;
}
.p-form-privacy li > ol {
  list-style: lower-alpha;
  padding-left: 2.5rem;
}
.p-form-privacy li > ol > li > ol {
  list-style: lower-roman;
  padding-left: 2.5rem;
}

.title {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.p-form-privacy__body {
  max-height: 5.625rem;
  background-color: #fff;
  padding: 0.625rem 1.75rem 0.625rem 1rem;
  border-radius: 0.625rem;
  overflow-y: auto;
  margin-top: 0.625rem;
}
.p-form-privacy__body::-webkit-scrollbar {
  width: 0.5rem;
}
.p-form-privacy__body::-webkit-scrollbar-track {
  background-color: #f0f0f0;
  border-radius: 0.25rem;
}
.p-form-privacy__body::-webkit-scrollbar-thumb {
  background-color: #D9D9D9;
  border-radius: 0.25rem;
}
.p-form-privacy__body::-webkit-scrollbar-thumb:hover {
  background-color: transparent;
}
.p-form-privacy__body::-webkit-scrollbar-corner {
  background-color: transparent;
}
.p-form-privacy__body {
  scrollbar-width: thin;
  scrollbar-color: #D9D9D9 transparent;
}

.p-form1 {
  padding: 3.125rem 10.6382978723%;
  background-color: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .p-form1 {
    padding: 0.625rem;
  }
}

.p-form1__field:nth-child(n+2) {
  margin-top: 1.4375rem;
}
.p-form1__field input,
.p-form1__field textarea {
  padding: 0.3125rem 0.625rem;
  border-radius: 0.625rem;
  outline: none;
  border: none;
  font-size: 1rem;
  letter-spacing: 0.05em;
  max-width: 100%;
  width: 100%;
}

.p-form1__label {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.625rem;
}

.p-form1__required {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  padding: 0.1875rem 0.3125rem;
  text-align: center;
  background-color: #858585;
}

.p-form1__name-group p {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-form1__name-group p {
    grid-template-columns: 1fr;
  }
}

.p-form1__address-group p {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem;
}

.p-form1__accept {
  text-align: center;
  margin-top: 3.125rem;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-form1__accept {
    font-size: 1rem;
  }
}
.p-form1__accept label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}
.p-form1__accept input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  outline: none;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  min-height: 1.25rem;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #333333;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-form1__accept input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 0.3125rem;
  height: 0.625rem;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-form1__accept input[type=checkbox]:checked {
  border-color: #333333;
}
.p-form1__accept input[type=checkbox]:checked::after {
  opacity: 1;
  border-color: #333;
}

.p-form1__submit {
  margin-top: 0.625rem;
  text-align: center;
}
.p-form1__submit input {
  border: none;
  outline: none;
  padding: 0.625rem 3.125rem;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
  background-color: #858585;
  border-radius: 0.625rem;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-form1__submit input:hover {
  opacity: 0.7;
}

.wpcf7-spinner {
  display: none;
}

.p-form2 {
  padding: 3.125rem 10.6382978723%;
  background-color: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .p-form2 {
    padding: 0.625rem;
  }
}

.p-form2__field:nth-child(n+2) {
  margin-top: 1.4375rem;
}
.p-form2__field input,
.p-form2__field textarea {
  padding: 0.3125rem 0.625rem;
  outline: none;
  border: none;
  font-size: 1rem;
  letter-spacing: 0.05em;
  max-width: 100%;
  width: 100%;
}

.p-form2__label {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.625rem;
}

.p-form2__required {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  padding: 0.1875rem 0.3125rem;
  text-align: center;
  background-color: #858585;
}

.p-form2__name-group p {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-form2__name-group p {
    grid-template-columns: 1fr;
  }
}

.p-form2__address-group p {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem;
}

.p-form2__accept {
  text-align: center;
  margin-top: 3.125rem;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-form2__accept {
    font-size: 1rem;
  }
}
.p-form2__accept label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}
.p-form2__accept input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  outline: none;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  min-height: 1.25rem;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #333333;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-form2__accept input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 0.3125rem;
  height: 0.625rem;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-form2__accept input[type=checkbox]:checked {
  border-color: #333333;
}
.p-form2__accept input[type=checkbox]:checked::after {
  opacity: 1;
  border-color: #333;
}

.p-form2__submit {
  margin-top: 0.625rem;
  text-align: center;
}
.p-form2__submit input {
  border: none;
  outline: none;
  padding: 0.625rem 3.125rem;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
  background-color: #858585;
  border-radius: 0.625rem;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-form2__submit input:hover {
  opacity: 0.7;
}

.wpcf7-spinner {
  display: none;
}

.p-fv {
  position: relative;
  z-index: 98;
  height: 100vh;
  max-height: 57.7777777778vw;
}
@media screen and (max-width: 768px) {
  .p-fv {
    max-height: none;
    max-height: initial;
  }
}
.p-fv:before {
  content: "";
  display: block;
  width: calc(100% + 20.83333vw);
  height: auto;
  aspect-ratio: 1440/130;
  background: url(../images/top/fv_logo.svg) no-repeat center center/100% 100%;
  position: absolute;
  bottom: 0;
  left: -20.8333333333vw;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-fv:before {
    background: url(../images/top/fv_logoSp.svg) no-repeat center center/100% 100%;
    width: 4.125rem;
    height: calc(100vh - 8.75rem);
    aspect-ratio: 66/732;
    bottom: auto;
    bottom: initial;
    left: 0;
    top: 6.25rem;
  }
}

.p-fv__wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.p-fv__inner {
  position: relative;
  height: 100%;
}

.p-fv__imgWrap {
  position: relative;
  height: 100dvh;
}
@media screen and (max-width: 768px) {
  .p-fv__imgWrap {
    height: 100%;
    height: calc(100% - 2.5rem);
  }
}
.p-fv__imgWrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-fv__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1140/832;
}
@media screen and (max-width: 768px) {
  .p-fv__img {
    aspect-ratio: 430/832;
  }
}

.p-fv__charactor {
  width: 17.5vw;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 2.5rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-fv__charactor {
    width: 10rem;
    right: 0;
  }
}
.p-fv__charactor.c-iconWrap:before {
  background: url(../images/top/bubble1.svg) no-repeat center center/contain;
  z-index: 1;
  translate: 20% -100%;
}
.p-fv__charactor svg {
  width: 100%;
  max-width: 100%;
}

.p-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
  height: 100vh;
  overflow-y: auto;
  padding-block: 3.4722222222vw;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-header {
    overflow: visible;
    overflow: initial;
    position: fixed;
    right: 0;
    height: 6.25rem;
    padding-block: 0;
  }
}
.p-header:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100vh - var(--fv-logo-before-h));
  max-height: 44.4444444444vw;
  background-color: rgba(247, 237, 45, .9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: height 0.8s ease;
  transition: height 0.8s ease;
}
@media screen and (max-width: 768px) {
  .p-header:before {
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .p-header.is-open:before {
    height: var(--header-content-height);
    max-height: none;
    max-height: initial;
  }
}

.p-header__inner {
  max-width: 17.3611111111vw;
  margin-inline: auto;
  padding-inline: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .p-header__inner {
    height: 100%;
    width: 100%;
    max-width: none;
    max-width: initial;
    padding-inline: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-header__head {
    height: 100%;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding-inline: 1.25rem;
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .p-header__logo {
    width: 13.125rem;
  }
}

.p-header__open {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-header__open {
    width: 2.5rem;
    height: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
  }
}
.p-header__open span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 0.1875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-header__open.is-active span:first-child {
  -webkit-transform: translateY(0.5rem) rotate(45deg);
          transform: translateY(0.5rem) rotate(45deg);
}
.p-header__open.is-active span:last-child {
  -webkit-transform: translateY(-0.5rem) rotate(-45deg);
          transform: translateY(-0.5rem) rotate(-45deg);
}

.p-header__drawer {
  display: contents;
}
@media screen and (max-width: 768px) {
  .p-header__drawer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    overflow: auto;
    padding-top: 6.25rem;
    padding-bottom: 3.125rem;
    background-color: #F7ED2D;
  }
}

.p-header__nav {
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .p-header__nav {
    margin-top: 0;
    width: 48.8372093023%;
    margin-inline: auto;
  }
}

.p-header__nav-item:nth-child(n+2) {
  margin-top: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .p-header__nav-item:nth-child(n+2) {
    margin-top: 1.25rem;
  }
}

.p-header__nav-link {
  display: inline-block;
  font-size: 1.3888888889vw;
  line-height: 1.25;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 1441px) {
  .p-header__nav-link {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-header__nav-link {
    font-size: 1.25rem;
  }
}
.p-header__nav-link.--lg {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6944444444vw;
}
@media screen and (min-width: 1441px) {
  .p-header__nav-link.--lg {
    gap: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-header__nav-link.--lg {
    gap: 0.625rem;
  }
}
.p-header__nav-link .open {
  display: block;
  position: relative;
  width: 0.9722222222vw;
  height: auto;
  aspect-ratio: 1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-header__nav-link .open {
    width: 0.875rem;
  }
}
.p-header__nav-link .open:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #537788;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.p-header__nav-link .open:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #537788;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-header__nav-link .open.is-active:after {
  rotate: 90deg;
}

.p-header__nav-sub {
  margin-top: 0.6944444444vw;
  display: none;
}
@media screen and (min-width: 1441px) {
  .p-header__nav-sub {
    margin-top: 1.25rem;
  }
}

.p-header__nav-sub-item:nth-child(n+2) {
  margin-top: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  .p-header__nav-sub-item:nth-child(n+2) {
    margin-top: 0.625rem;
  }
}

.p-header__nav-sub-link {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6944444444vw;
  font-size: max(0.9722222222vw, 8px);
  line-height: 1.4285714286;
  font-weight: 500;
}
@media screen and (min-width: 1441px) {
  .p-header__nav-sub-link {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-header__nav-sub-link {
    font-size: 0.875rem;
  }
}
.p-header__nav-sub-link:before {
  content: "";
  display: block;
  width: 0.5555555556vw;
  height: auto;
  aspect-ratio: 1;
  background-color: #537788;
  border-radius: 0.1388888889vw;
}
@media screen and (max-width: 768px) {
  .p-header__nav-sub-link:before {
    width: 0.5rem;
  }
}

.p-header__links {
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .p-header__links {
    margin-top: 1.875rem;
  }
}

.p-header__download {
  display: inline-grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6944444444vw;
  text-align: center;
  padding: 0.3472222222vw 1.0416666667vw;
  background-color: #193E4F;
  border-radius: 1.3888888889vw;
  -webkit-box-shadow: 0 0.25rem 0.625rem 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0.25rem 0.625rem 0 rgba(0, 0, 0, .25);
  font-size: 1.3888888889vw;
  line-height: 1.45;
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #F7ED2D;
}
@media screen and (min-width: 1441px) {
  .p-header__download {
    font-size: 1.25rem;
    padding: 0.3125rem 0.9375rem;
    border-radius: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-header__download {
    font-size: 1.25rem;
    gap: 0.625rem;
    padding: 0.3125rem 0.625rem;
    border-radius: 1.25rem;
  }
}
.p-header__download:after {
  content: "";
  display: block;
  width: 1.3888888889vw;
  height: 1.0416666667vw;
  height: auto;
  aspect-ratio: 20/15;
  -webkit-mask: url(../images/common/icon_dl.svg) no-repeat center center/contain;
          mask: url(../images/common/icon_dl.svg) no-repeat center center/contain;
  background-color: #F7ED2D;
}
@media screen and (min-width: 1441px) {
  .p-header__download:after {
    width: 1.25rem;
    height: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .p-header__download:after {
    width: 1.25rem;
    height: 0.9375rem;
  }
}

.p-header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3472222222vw;
  padding: 0.6944444444vw;
  min-width: 14.5833333333vw;
  font-size: 1.1111111111vw;
  line-height: 1.5;
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #193E4F;
  background-color: #ECECEC;
  border-radius: 0.6944444444vw;
  margin-top: 2.0833333333vw;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (min-width: 1441px) {
  .p-header__contact {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-header__contact {
    font-size: 1rem;
    min-width: 13.125rem;
    gap: 0.3125rem;
    padding: 0.625rem;
    margin-top: 1.875rem;
    border-radius: 0.625rem;
  }
}
.p-header__contact:before {
  content: "";
  display: block;
  width: 1.3888888889vw;
  height: auto;
  aspect-ratio: 20/16;
  -webkit-mask: url(../images/common/icon_mail.svg) no-repeat center center/contain;
          mask: url(../images/common/icon_mail.svg) no-repeat center center/contain;
  background-color: #193E4F;
}
@media screen and (min-width: 1441px) {
  .p-header__contact:before {
    width: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-header__contact:before {
    width: 1.25rem;
    height: 1rem;
  }
}
.p-header__contact:hover {
  background-color: #537788;
}

.p-list {
  padding: 1.25rem;
  background-color: #FFF9E6;
  border-radius: 0.625rem;
}

.p-list__wrap {
  list-style: decimal;
  padding-left: 1.25rem;
}

.p-list__item {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
}

.p-main {
  position: relative;
}
.p-main--lower {
  overflow: hidden;
}

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

.p-modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  padding-block: 6.25rem;
  height: 100vh;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-modal.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.p-modal__bg {
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.p-modal__inner.l-inner {
  max-width: 62.5rem;
}

.p-modal__content {
  background-color: #fff;
  border: 1px solid #999999;
  -webkit-box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0, 0, 0, .25);
          box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0, 0, 0, .25);
  padding: 3.125rem;
  position: relative;
  z-index: 1;
  max-height: 31.25rem;
  overflow-y: auto;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-modal__content {
    padding: 1.875rem;
  }
}
.p-modal__content:-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.p-modal__content .simplebar-track.simplebar-vertical {
  position: absolute !important;
  right: 1.25rem;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  height: 15.625rem !important;
  width: 0.625rem !important;
  background: #D9D9D9;
  border-radius: 1.25rem;
}
.p-modal__content .simplebar-scrollbar::before {
  background: #F7ED2D !important;
  border-radius: 1.25rem;
  opacity: 1;
}
.p-modal__content .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.p-modal.--lg .p-modal__content {
  max-height: none;
  max-height: initial;
  overflow: visible;
  overflow: initial;
}

.p-modal__close {
  display: inline-block;
  background: none;
  border: none;
  width: 2.1875rem;
  height: auto;
  aspect-ratio: 1;
  position: sticky;
  top: 1.25rem;
  left: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-modal__close {
    cursor: pointer;
  }
}

.p-modal__list {
  overflow-y: scroll;
}

.p-modal__item {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-modal__item {
    grid-template-columns: 1fr;
  }
}
.p-modal__item:nth-child(n+2) {
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-modal__item:nth-child(n+2) {
    margin-top: 1.875rem;
  }
}

.p-modal__img {
  width: 15rem;
}
@media screen and (max-width: 768px) {
  .p-modal__img {
    width: 100%;
  }
}

.p-modal__code {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.07em;
  font-weight: 700;
  color: #537788;
}

.p-modal__itemTitle {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  letter-spacing: 0.07em;
}

.p-modal__desc {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.p-modal__specList {
  margin-top: 0.5rem;
  display: grid;
  gap: 0.3125rem 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-modal__specList {
    grid-template-columns: 1fr;
  }
}

.p-modal__specRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1rem;
}

.p-movie-modal {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  padding-block: 6.25rem;
  height: 100vh;
  overflow-y: auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.p-movie-modal.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.p-movie-modal__bg {
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.p-movie-modal__inner.l-inner {
  max-width: 62.5rem;
  position: relative;
  z-index: 1;
}

.p-movie-modal__content {
  background-color: #fff;
  -webkit-box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0, 0, 0, .25);
          box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0, 0, 0, .25);
  padding: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-movie-modal__content {
    padding: 1.875rem;
  }
}

.p-movie-modal__close button {
  display: inline-block;
  background: none;
  border: none;
  width: 2.1875rem;
  height: auto;
  aspect-ratio: 1;
  position: sticky;
  top: 1.25rem;
  left: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-movie-modal__close button {
    cursor: pointer;
  }
}

.movie {
  width: 100%;
  height: auto;
  position: relative;
  cursor: pointer;
}

.movie video {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 音声ボタンのデザイン例 */
.movie__soundToggle {
  position: absolute;
  right: 16px;
  bottom: 55px;
  padding: 0.5rem 0.75rem;
  border: none;
  border-radius: 999px;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .movie__soundToggle {
    font-size: 0.625rem;
    padding: 0.1875rem 0.3125rem;
    bottom: 0;
  }
}

/* 自動再生トライ後に表示 */
.movie__soundToggle.is-visible {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

/* ラベルの切り替え */
.movie__soundLabel--on {
  display: none;
}

.movie__soundToggle.is-sound-on .movie__soundLabel--on {
  display: inline;
}

.movie__soundToggle.is-sound-on .movie__soundLabel--off {
  display: none;
}

.movie__cta {
  text-align: center;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .movie__cta {
    font-size: 14px;
  }
}
.movie__video,
.movie__poster img {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.movie__poster {
  position: absolute;
  inset: 0;
  z-index: 1;
  cursor: pointer;
}

.p-news__inner .l-inner.l-inner--sm {
  padding-left: 0;
}

.p-news__item:nth-child(n+2) {
  margin-top: 0.9375rem;
}
.p-news__item a {
  display: grid;
  grid-template-columns: auto 4fr 5fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.25rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-news__item a {
    grid-template-columns: 1fr;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0.3125rem;
  }
}
.p-news__item a:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1875rem;
  background-color: #F7ED2D;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.p-news__item a:hover:after {
  opacity: 1;
}

.p-news__list {
  margin-top: 3.125rem;
}

.p-news__date {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.5;
}

.p-news__title {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.p-news__text {
  font-size: 1rem;
  line-height: 1.5;
}

.p-news__tag {
  font-size: 0.75rem;
  line-height: 1.5;
  padding-inline: 0.5rem;
  background-color: #F7ED2D;
  text-align: center;
  border-radius: 6.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-news__btn {
  margin-top: 1.875rem;
  text-align: right;
}

.p-product-cat__btn {
  margin-top: 1.875rem;
  text-align: right;
}

.p-recruit-form {
  position: relative;
}
.p-recruit-form:before {
  content: "";
  display: block;
  width: 34.7222222222%;
  height: auto;
  aspect-ratio: 750/395;
  background: url(../images/recruit/recruit_bgImg4.jpg) no-repeat center center/cover;
  position: absolute;
  right: 0;
  top: 0;
  translate: 0 -70%;
  z-index: -1;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .p-recruit-form:before {
    width: 15rem;
  }
}

.p-recruit-form__content {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-form__content {
    margin-top: 1rem;
  }
}

.p-recruit-guidance {
  position: relative;
}
.p-recruit-guidance:before {
  content: "";
  display: block;
  width: 21.875%;
  height: 26.25rem;
  background: url(../images/recruit/recruit_bgImg3.jpg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 -75%;
  z-index: -1;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .p-recruit-guidance:before {
    width: 12.5rem;
    height: 16.6875rem;
  }
}

.p-recruit-guidance__list {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-guidance__list {
    margin-top: 1rem;
  }
}

.p-recruit-guidance__inner {
  position: relative;
}

.p-recruit-guidance__iconWrap {
  bottom: 0;
  right: 6.9444444444%;
  translate: 0 80%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-recruit-guidance__iconWrap {
    right: 5.8139534884%;
    translate: 0 70%;
  }
}
.p-recruit-guidance__iconWrap.c-iconWrap:before {
  background: url(../images/recruit/bubble8-yl.svg) no-repeat center center/contain;
}

.p-recruit-guidance__icon {
  width: 12.5rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-recruit-guidance__icon {
    width: 6.25rem;
  }
}

.p-recruit-interview__item {
  border: 1px solid #000;
  padding: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__item {
    padding: 1.25rem;
  }
}

.p-recruit-interview__title {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__title {
    font-size: 1rem;
    text-align: center;
  }
}

.p-recruit-interview__body {
  margin-top: 1rem;
}
.p-recruit-interview__body p {
  font-size: 1rem;
  line-height: 1.5;
}

.p-recruit-interview__slide {
  position: relative;
  margin-top: 2rem;
  max-width: 58.75rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__slide {
    margin-top: 1rem;
  }
}
.p-recruit-interview__slide .splide__arrows {
  width: 105.9523809524%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 30;
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__slide .splide__arrows {
    width: 100%;
    top: auto;
    top: initial;
    bottom: 0;
    translate: -50% 30%;
  }
}
.p-recruit-interview__slide .splide__arrow {
  width: 3.125rem;
  height: auto;
  aspect-ratio: 1;
  border: 0.125rem solid #193E4F;
  background-color: #93B4C3;
  position: static;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-recruit-interview__slide .splide__arrow:after {
  content: "";
  display: block;
  width: 0.625rem;
  height: 1.125rem;
  -webkit-mask: url(../images/common/arrow1.svg) no-repeat center center/100% 100%;
          mask: url(../images/common/arrow1.svg) no-repeat center center/100% 100%;
  background-color: #193E4F;
}
.p-recruit-interview__slide .splide__arrow--prev:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-recruit-interview__slide .splide__arrow--next:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.p-recruit-interview__slide .splide__arrow svg {
  display: none;
}
.p-recruit-interview__slide .splide__arrow:hover {
  opacity: 1;
}
.p-recruit-interview__slide .splide__pagination {
  position: static;
  margin-top: 2.1875rem;
  padding-inline: 0;
}
.p-recruit-interview__slide .splide__pagination__page {
  width: 0.9375rem;
  height: auto;
  aspect-ratio: 1;
  border: 0.0625rem solid #193E4F;
  background-color: #93B4C3;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  margin-inline: 0.9375rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  margin-block: 0;
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__slide .splide__pagination__page {
    margin-inline: 0.5rem;
    width: 0.75rem;
  }
}
.p-recruit-interview__slide .splide__pagination__page:hover {
  background-color: #193E4F;
}
.p-recruit-interview__slide .splide__pagination__page.is-active {
  background-color: #193E4F;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.p-recruit-lead__head {
  text-align: center;
  position: relative;
  z-index: 1;
}
.p-recruit-lead__head span {
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  position: relative;
  padding-bottom: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-lead__head span {
    font-size: 1.5rem;
  }
}
.p-recruit-lead__head span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1.875rem;
  background: url(../images/recruit/title_line_bottom.svg) no-repeat center center/100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.p-recruit-lead__text {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  text-align: center;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-lead__text {
    font-size: 1rem;
  }
}

.p-recruit-message {
  position: relative;
}
.p-recruit-message:before {
  content: "";
  display: block;
  width: 34.7222222222%;
  height: auto;
  aspect-ratio: 750/312;
  background: url(../images/recruit/recruit_bgImg1.jpg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 -70%;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .p-recruit-message:before {
    width: 17.375rem;
  }
}
.p-recruit-message:after {
  content: "";
  display: block;
  width: 34.7222222222%;
  height: 23.4375rem;
  background: url(../images/recruit/recruit_bgImg2.jpg) no-repeat center center/cover;
  position: absolute;
  bottom: 0;
  right: 0;
  translate: 0 80%;
  z-index: -1;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .p-recruit-message:after {
    width: 15.625rem;
    height: 11.25rem;
    translate: 0 100%;
  }
}
.p-recruit-message .l-inner--subLeft {
  padding-left: 0;
}

.p-recruit-message__body {
  margin-top: 1.875rem;
}

.p-recruit-message__text {
  font-size: 1rem;
  line-height: 1.625;
}

.p-recruit-message__name {
  display: block;
  margin-top: 2rem;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: right;
}
.p-recruit-message__name .position {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
}

.p-search-results {
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-search-results {
    margin-top: 1.875rem;
  }
}

.p-search-results__inner {
  max-width: 50rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.p-search-results__title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-search-results__title {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.p-search-results__count {
  font-size: 1rem;
  font-weight: 400;
  color: #666;
}

.p-search-results__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-search-results__item:nth-child(n+2) {
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  border-top: 1px solid #E5E5E5;
}
@media screen and (max-width: 768px) {
  .p-search-results__item:nth-child(n+2) {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
  }
}

.p-search-results__link {
  display: block;
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-search-results__link:hover {
  opacity: 0.7;
}

.p-search-results__date {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #666;
  margin-bottom: 0.5rem;
}

.p-search-results__heading {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-search-results__heading {
    font-size: 1.125rem;
  }
}

.p-search-results__excerpt {
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  margin-bottom: 0.625rem;
}

.p-search-results__tag {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 0.25rem 0.75rem;
  background-color: #F7ED2D;
  text-align: center;
  border-radius: 6.25rem;
  margin-top: 0.5rem;
}

.p-search-results__no-results {
  text-align: center;
  padding: 3.75rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-search-results__no-results {
    padding: 2.5rem 1.25rem;
  }
}

.p-search-results__message {
  font-size: 1rem;
  line-height: 1.5;
  color: #666;
  margin-top: 1.25rem;
}

.p-search-results .wp-pagination,
.p-search-results .nav-links {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-search-results .wp-pagination,
  .p-search-results .nav-links {
    margin-top: 1.875rem;
  }
}

.p-search-results .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1;
  color: #000;
  text-decoration: none;
  border: 1px solid #D9D9D9;
  border-radius: 0.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-search-results .page-numbers:hover {
  background-color: #F5F5F5;
  border-color: #193E4F;
}
.p-search-results .page-numbers.current {
  background-color: #193E4F;
  color: #fff;
  border-color: #193E4F;
}
.p-search-results .page-numbers.prev, .p-search-results .page-numbers.next {
  font-weight: 500;
}

.p-service-feature {
  position: relative;
}

.p-service-feature__list {
  padding: 2rem;
  -webkit-box-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(0, 0, 0, .1);
          box-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(0, 0, 0, .1);
  border-radius: 0.5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-service-feature__list {
    margin-top: 0.625rem;
    padding: 0.625rem;
  }
}

.p-service-feature__item:nth-child(n+2) {
  margin-top: 1.5rem;
}

.p-service-feature__title {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.p-service-feature__title span {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
  color: #537788;
  position: relative;
  z-index: 1;
}
.p-service-feature__title span:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.9375rem;
  background-color: #F7ED2D;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.p-service-feature__text {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0.625rem;
}

.p-service-feature__img {
  width: 13.125rem;
  height: auto;
  position: absolute;
  bottom: 0;
  right: calc(50% - 12.8125rem);
  translate: 0 55%;
}

.p-service-flow__inner {
  position: relative;
}

.p-service-flow__iconWrap {
  top: 0;
  right: 2.9861111111%;
  translate: 0 -50%;
  z-index: 1;
  width: 29.1666666667%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-service-flow__iconWrap {
    width: 59.5348837209%;
    max-width: 18.75rem;
    right: 4.6511627907%;
    translate: 0 -60%;
  }
}
.p-service-flow__iconWrap.c-iconWrap:before {
  background: url(../images/service/bubble3.png) no-repeat center center/contain;
  translate: 10% -60%;
}

.p-service-flow__icon {
  width: 100%;
  height: auto;
}

.p-service-flow__content {
  padding: 3.125rem 6rem 3.125rem 5.375rem;
  -webkit-box-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(0, 0, 0, .1);
          box-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(0, 0, 0, .1);
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-service-flow__content {
    padding: 1.25rem 1.25rem 1.25rem 3.375rem;
  }
}

.p-service-flow__item {
  padding: 1.25rem 3.125rem;
  border: 3px solid #EAB308;
  border-radius: 3.125rem;
  display: grid;
  grid-template-columns: minmax(auto, 18.75rem) auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  counter-increment: flow-item;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-service-flow__item {
    grid-template-columns: 1fr;
    padding: 0.9375rem 1.25rem 0.625rem 2.5rem;
    border-radius: 1.25rem;
  }
}
.p-service-flow__item:nth-child(n+2) {
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-service-flow__item:nth-child(n+2) {
    margin-top: 0.625rem;
  }
}
.p-service-flow__item .num {
  position: absolute;
  top: 50%;
  left: 0;
  translate: -50% -50%;
  width: 4rem;
  height: auto;
  aspect-ratio: 1;
  background-color: #EAB308;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-service-flow__item .num:after {
  content: counter(flow-item);
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-service-flow__body {
    margin-top: 0.625rem;
  }
}

.p-service-flow__title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}

.p-service-flow__text {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-service-flow__text {
    margin-top: 0;
  }
}

.p-service-flow__img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-service-flow__img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.p-service-flow__img.--1 {
  width: 9.25rem;
}
@media screen and (max-width: 768px) {
  .p-service-flow__img.--1 {
    width: 5.5625rem;
  }
}
.p-service-flow__img.--2 {
  width: 4.9375rem;
}
@media screen and (max-width: 768px) {
  .p-service-flow__img.--2 {
    width: 4.0625rem;
  }
}
.p-service-flow__img.--3 {
  width: 7.4375rem;
}
@media screen and (max-width: 768px) {
  .p-service-flow__img.--3 {
    width: 5.625rem;
  }
}
.p-service-flow__img.--4 {
  width: 5rem;
}
@media screen and (max-width: 768px) {
  .p-service-flow__img.--4 {
    width: 4.25rem;
  }
}
.p-service-flow__img.--5 {
  width: 10.5625rem;
}
@media screen and (max-width: 768px) {
  .p-service-flow__img.--5 {
    width: 5.3125rem;
  }
}
.p-service-flow__img.--6 {
  width: 6.4375rem;
}
@media screen and (max-width: 768px) {
  .p-service-flow__img.--6 {
    width: 4.6875rem;
  }
}

.p-service-flow__note {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-service-flow__note {
    width: 100%;
  }
}

.p-service-flow__noteList {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-service-flow__noteList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-service-flow__noteItem {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-service-flow__noteItem .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.25rem;
  height: auto;
  aspect-ratio: 1;
  background-color: #eab308;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.9375rem;
  line-height: 1.4;
}

.p-service-intro .l-inner--sm {
  padding-right: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-service-intro .l-inner--sm {
    padding-inline: 0;
  }
}

.p-service-intro__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto auto;
  gap: 3.4042553191%;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-service-intro__list {
    grid-template-columns: 1fr;
    grid-template-rows: initial;
    margin-top: 1.875rem;
  }
}

.p-service-intro__item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
}
.p-service-intro__item a {
  padding: 1.6666666667vw 2.0833333333vw;
  background-color: #D2E6F0;
  border-radius: 0.5rem;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-service-intro__item a {
    padding: 1.25rem 1.125rem;
    grid-template-rows: initial;
    grid-row: initial;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media screen and (max-width: 768px) {
  .p-service-intro__img {
    grid-area: 2/1/3/2;
  }
}

.p-service-intro__title {
  font-size: 1.6666666667vw;
  line-height: 1.3333333333;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-service-intro__title {
    font-size: 1.25rem;
    text-align: left;
    grid-area: 1/1/2/3;
  }
}

.p-service-intro__text {
  font-size: 1.1111111111vw;
  line-height: 1.5;
  text-align: center;
  grid-row: 2;
  -ms-flex-item-align: start;
      align-self: start;
}
@media screen and (max-width: 768px) {
  .p-service-intro__text {
    font-size: 1rem;
    text-align: left;
    grid-area: 2/2/3/3;
  }
}

.p-sidebar {
  max-width: 20.3125rem;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-sidebar {
    position: static;
    max-width: 100%;
    width: 100%;
  }
}

.p-sidebar__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-sidebar__item {
  padding: 1.5rem;
  border-radius: 0.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(0, 0, 0, .1);
          box-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(0, 0, 0, .1);
}
.p-sidebar__item:nth-child(n+2) {
  margin-top: 2rem;
}

.p-sidebar__title {
  display: block;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 700;
  color: #000;
}

.p-sidebar__serch {
  margin-top: 1rem;
}

.p-sidebar__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.p-sidebar__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.75rem 0.625rem;
  border: 1px solid #D9D9D9;
  border-radius: 0.5rem 0 0 0.5rem;
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  outline: none;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  min-width: 0;
}
.p-sidebar__input::-webkit-input-placeholder {
  color: #999;
}
.p-sidebar__input::-moz-placeholder {
  color: #999;
}
.p-sidebar__input::-ms-input-placeholder {
  color: #999;
}
.p-sidebar__input::placeholder {
  color: #999;
}
.p-sidebar__input:focus {
  border-color: #4A90E2;
}

.p-sidebar__button {
  padding: 0.625rem 1.25rem;
  background-color: #193E4F;
  color: #fff;
  border: none;
  border-radius: 0 0.5rem 0.5rem 0;
  font-size: 1rem;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  white-space: nowrap;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-sidebar__button:hover {
  background-color: #1F5F60;
}
.p-sidebar__button:active {
  opacity: 0.8;
}

.p-sidebar__popular-list {
  list-style: decimal;
  padding-left: 1.5rem;
  margin-top: 1rem;
}

.p-sidebar__popular-item {
  font-size: 1rem;
  line-height: 1.5;
}
.p-sidebar__popular-item:nth-child(n+2) {
  margin-top: 0.75rem;
}

.p-sidebar__new-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-sidebar__new-item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  padding: 0.25rem 0.75rem;
  background-color: #E5E7EB;
  border-radius: 1.875rem;
}
.p-sidebar__new-item a:before {
  content: "#";
}

.p-single {
  padding: 3.125rem;
  background-color: #fff;
  border-radius: 3.125rem;
  -webkit-box-shadow: 0 0.25rem 0.375rem 0 rgba(0, 0, 0, .1);
          box-shadow: 0 0.25rem 0.375rem 0 rgba(0, 0, 0, .1);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-single {
    padding: 1.875rem 1.25rem;
    border-radius: 1.25rem;
  }
}

.p-single__iconWrap {
  top: 0;
  right: 0.75rem;
  translate: 0 -60%;
}
.p-single__iconWrap.c-iconWrap:before {
  background: url(../images/blog/bubble7.png) no-repeat center center/contain;
  translate: 30% -70%;
}

.p-single__icon {
  width: 9.6875rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-single__icon {
    right: 1.25rem;
    width: 6.0625rem;
  }
}

.p-single__title {
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 700;
}

.p-single__meta {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: #4B5563;
  margin-top: 0.625rem;
}

.p-single__date {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: #4B5563;
}

.p-single__img {
  width: 100%;
  height: auto;
  aspect-ratio: 550/257;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-single__img {
    aspect-ratio: 350/162;
  }
}

.p-single__body {
  margin-top: 1.875rem;
}

.p-single__content {
  margin-top: 1.875rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #4B5563;
}
@media screen and (max-width: 768px) {
  .p-single__content {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.p-slide {
  margin-right: calc(50% - 50vw);
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-slide {
    margin-right: 0;
  }
}
.p-slide .splide__track {
  padding-bottom: 1.25rem;
}

.p-slide__wrap {
  position: relative;
  z-index: 12;
}

.p-slide .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
  position: static;
  padding-right: calc(60.69444vw - 50%);
}
@media screen and (max-width: 768px) {
  .p-slide .splide__arrows {
    padding-right: calc(50vw - 50% - 2.5rem);
  }
}
.p-slide .splide__arrow {
  width: 3rem;
  height: auto;
  aspect-ratio: 1;
  border: 1px solid #000;
  position: relative;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-slide .splide__arrow:after {
  content: "";
  display: block;
  width: 1.5rem;
  height: auto;
  aspect-ratio: 1;
  -webkit-mask: url(../images/common/right-arrow-alt.svg) no-repeat center center/100% 100%;
          mask: url(../images/common/right-arrow-alt.svg) no-repeat center center/100% 100%;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.p-slide .splide__arrow:disabled {
  opacity: 1;
  background-color: #ECECEC;
  border-color: #999999;
}
.p-slide .splide__arrow:disabled:after {
  background-color: #999999;
}
.p-slide .splide__arrow:hover:not(:disabled) {
  opacity: 1;
}
.p-slide .splide__arrow:hover:not(:disabled):after {
  background-color: #fff;
}
.p-slide .splide__arrow--prev {
  left: 0;
}
.p-slide .splide__arrow--prev:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-slide .splide__arrow--next {
  right: 0;
}
.p-slide .splide__arrow svg {
  display: none;
}

.my-carousel-progress {
  background-color: #ccc;
  width: 8.75rem;
  height: 0.5rem;
  border-radius: 0.625rem;
}

.my-carousel-progress-bar {
  background-color: #F7ED2D;
  height: 100%;
  -webkit-transition: width 1000ms ease;
  transition: width 1000ms ease;
  width: 0;
  border-radius: 0.625rem;
}

@media (prefers-reduced-motion: reduce) {
  .p-slide .splide__track,
  .p-slide .splide__slide {
    -webkit-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }
}

.p-subFv {
  padding-block: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-subFv {
    padding-top: 6.25rem;
    padding-bottom: 5rem;
  }
}

.p-subFv__inner {
  max-width: 100%;
  padding-inline: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-subFv__inner {
    padding-inline: 1.25rem;
  }
}

.p-subFv__titleEn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-subFv__titleEn {
    margin-left: 0;
  }
}

.p-subFv__titleJa {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  .p-subFv__titleJa {
    font-size: 2.25rem;
    margin-top: 0;
  }
}

.p-table1 {
  border-collapse: collapse; /* 枠を1本線にまとめる */
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-table1 {
    font-size: 0.875rem;
    overflow-x: auto;
    min-width: 39.375rem;
  }
}
.p-table1 caption {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-table1 caption {
    font-size: 0.875rem;
    text-align: left;
  }
}
.p-table1 thead th {
  background-color: #D9D9D9;
}
.p-table1 tbody tr.--bg-green {
  background-color: #EFFFF5;
}
.p-table1 tbody tr.--bg-yellow {
  background-color: #FFF5D4;
}

.p-table1 th,
.p-table1 td {
  border: 1px solid #ccc; /* 画像のような表の枠線 */
  padding: 0.25rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-table1 th,
  .p-table1 td {
    padding: 0.25rem 0.9375rem;
  }
}

.p-table1 th {
  text-align: center;
  font-weight: bold;
}

.p-table1 td {
  text-align: center;
}
.p-table1 td img {
  width: 1.5625rem;
  height: auto;
  margin-inline: auto;
}

.p-archive-support__table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-archive-support__table {
    margin-right: calc(50% - 50vw);
  }
}

.p-table2 {
  max-height: 26.875rem;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .p-table2 {
    overflow-x: auto;
  }
}
.p-table2 table {
  border-collapse: collapse;
  border: 1px solid #D9D9D9;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-table2 table {
    min-width: 39.375rem;
  }
}
.p-table2 table th, .p-table2 table td {
  font-family: "Roboto", sans-serif;
  padding: 0.25rem 0.3125rem;
  border: 1px solid #D9D9D9;
  text-align: center;
}
.p-table2 thead th {
  background-color: #F0F0F0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  position: sticky;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-table2 thead th {
    font-size: 0.75rem;
    width: 4.6875rem;
  }
}
.p-table2 thead th:nth-child(2) {
  width: 6.25rem;
}
.p-table2 tbody tr.--bg-green {
  background-color: #EFFFF5;
}
.p-table2 tbody tr.--bg-green th {
  background-color: #EFFFF5;
}
.p-table2 tbody tr.--bg-yellow {
  background-color: #FFF5D4;
}
.p-table2 tbody tr.--bg-yellow th {
  background-color: #FFF5D4;
}
.p-table2 tbody tr + td {
  width: 25rem;
}
.p-table2 tbody th {
  width: 9.375rem;
}
@media screen and (max-width: 768px) {
  .p-table2 tbody th {
    position: sticky;
    left: 0;
  }
}
.p-table2 tbody td.--lg {
  padding: 0.9375rem 1.5625rem;
}
.p-table2 tbody th, .p-table2 tbody td {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-table2 tbody th, .p-table2 tbody td {
    font-size: 0.875rem;
  }
}
.p-table2 .u-align--left {
  text-align: left;
}

.p-table2__note {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  text-align: right;
  margin-top: 0.625rem;
}

.p-test {
  color: red;
  font-size: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-test {
    font-size: 3.125rem;
  }
}

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

.u-desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
