@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1760px) {
  html {
    font-size: 0.9090909091vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  color: #3C3C3C;
  background: #F8FAFF;
  line-height: 1.5;
  font-size: 16px;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}

.p-main {
  padding-top: 16.25rem;
}
@media screen and (max-width: 767px) {
  .p-main {
    padding-top: 11.25rem;
  }
}

.p-contents.p-main {
  contain: none;
}

/*****************************
* 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 {
  list-style: none;
  padding: 0;
}

ol {
  border: solid 1px #b1b4d9;
  padding: 1rem 1rem 1rem 2rem;
}

/* 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 */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1060px;
  padding-right: 5rem;
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.l-header {
  width: 100%;
  margin: 0 auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.l-index {
  display: grid;
  grid-template-columns: 23% 1fr;
}
@media screen and (max-width: 767px) {
  .l-index {
    display: block;
  }
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1760px;
  padding-right: 5rem;
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.c-btn {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 25px 10px 25px 18px;
  border: 1px solid rgba(60, 60, 60, .2);
  border-radius: 5px;
}
.c-label {
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  background: #d0d5db;
  padding: 1px 7px;
  border-radius: 5px;
  margin-right: 5px;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .c-label {
    margin-top: 8px;
  }
}
.c-label.is-now {
  background: #4180ff;
  color: #fff;
}

.p-top-content__cat.is-open .c-label.is-now {
  background: #d0d5db;
  color: #4180ff;
}

.c-news-item {
  padding-top: 1.5625rem;
  border-bottom: 1px solid rgba(60, 60, 60, .2);
  position: relative;
}
.c-news-item::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 7px;
  height: 9px;
  background: url(../images/common/news-arrow.png) no-repeat center center/contain;
}

.c-news-item .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-news-item .date {
  font-size: 12px;
  font-weight: 500;
}

.c-news-item .cat {
  margin-left: 1.5625rem;
}

.c-news-item .cat a {
  font-size: 12px;
  display: inline-block;
  border-radius: 6px;
  background: #4180FF;
  color: #fff;
  font-weight: 500;
  padding: 1px 7px;
  margin-right: 5px;
}

.c-news-item .ttl {
  font-size: 16px;
  font-weight: 500;
  padding-top: 0.9375rem;
  padding-bottom: 1.5625rem;
  padding-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-news-item .ttl {
    font-size: 15px;
  }
}

.c-page-block {
  border-top: 1px solid #c8cdd3;
  position: relative;
}

.c-page-block::before {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  height: 0.375rem;
  width: 2.5rem;
  border-radius: 50px;
  background: #4180FF;
}

.c-page-ttl {
  padding-right: 3.125rem;
}
@media screen and (max-width: 767px) {
  .c-page-ttl {
    padding-right: 0;
  }
}

.c-page-ttl .cat {
  color: #4180FF;
  font-size: 16px;
  font-weight: 700;
}

.c-page-ttl .ttl {
  font-size: 28px;
  font-weight: 700;
  margin-top: 0.9375rem;
  margin-bottom: 1.4375rem;
}
@media screen and (max-width: 1000px) {
  .c-page-ttl .ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-ttl .ttl {
    font-size: 26px;
  }
}

.c-page-mv {
  position: relative;
  aspect-ratio: 840/300;
  width: 100%;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .c-page-mv {
    width: 100%;
    aspect-ratio: 356/220;
    margin-top: 2.5rem;
    margin-bottom: 3.75rem;
    min-height: 220px;
  }
}

.c-page-mvWrapper {
  position: absolute;
  width: calc(100vw - 23%);
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
}
.c-page-mvWrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-page-mvWrapper {
    width: calc(100% + 1.25rem);
  }
}

.c-secttl__en {
  color: #4180FF;
  font-size: 16px;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-secttl__en {
    font-size: 14px;
  }
}

.c-secttl__en::before {
  content: "";
  height: 2px;
  background: #4180FF;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 0.625rem;
  width: 1.875rem;
}

.c-secttl__ja {
  font-weight: 700;
  font-size: 28px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-secttl__ja {
    font-size: 27px;
  }
}

.p-2min-it {
  padding-bottom: 13.125rem;
}
@media screen and (max-width: 767px) {
  .p-2min-it {
    padding-bottom: 8.125rem;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .p-2min-it .p-toc {
    display: none;
  }
}

.p-2min-it-head {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-2min-it__inner {
    overflow: hidden;
  }
}

.p-2min-it__body__contents {
  padding-bottom: 6.25rem;
}

.p-2min-it-block.--01 {
  margin-top: 8.875rem;
  padding-top: 4.125rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-2min-it-block.--01 {
    margin-top: 6.25rem;
    padding-top: 3.3125rem;
    padding-bottom: 8.875rem;
  }
}

.p-2min-it-block__ttl {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.8461538462;
}
@media screen and (max-width: 767px) {
  .p-2min-it-block__ttl {
    font-size: 24px;
    line-height: 1.5833333333;
  }
}

.p-2min-it-block__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 2.1111111111;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-2min-it-block__text {
    line-height: 1.8888888889;
  }
}

.p-2min-it-block.--01 .p-2min-it-block__img {
  max-width: 37.1875rem;
  margin-inline: auto;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-2min-it-block.--01 .p-2min-it-block__img {
    max-width: none;
    margin-top: 3.125rem;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}

.p-2min-it-block.--02 {
  padding-top: 4.6875rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-2min-it-block.--02 {
    padding-top: 3.4375rem;
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-2min-it-block.--02 .p-2min-it-block__wrapper {
    overflow-x: auto;
    width: 100%;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-2min-it-block .simplebar-track.simplebar-horizontal {
    height: 4px;
    background: #ccc;
    border-radius: 5px;
    margin: 0 auto;
  }
  .p-2min-it-block .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    height: 4px;
    background: #666;
    border-radius: 5px;
    top: 0px;
  }
  .p-2min-it-block .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
    content: none;
  }
}
.p-2min-it-block.--02 .p-2min-it-block__img {
  margin-top: 3.375rem;
}
.p-2min-it-block.--02 .p-2min-it-block__img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-2min-it-block.--02 .p-2min-it-block__img {
    margin-top: 4.5625rem;
    width: 266%;
  }
}

.p-2min-it-block.--03 {
  padding-top: 4.125rem;
}
@media screen and (max-width: 767px) {
  .p-2min-it-block.--03 {
    padding-top: 3.4375rem;
  }
}

.p-2min-it-block.--03 .p-triangle {
  display: block;
  margin-top: 1.875rem;
  margin-bottom: 1.5625rem;
  position: relative;
  height: 1.375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-2min-it-block.--03 .p-triangle {
    margin-bottom: 1.25rem;
  }
}

.p-2min-it-block.--03 .p-triangle:before {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(100% 0, 0 0, 46% 99%);
          clip-path: polygon(100% 0, 0 0, 46% 99%);
  width: 2rem;
  height: 1.4375rem;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #3d7cff;
}

.p-2min-it-block.--03 .p-2min-it__box {
  background: rgba(197, 215, 255, .6);
  border-radius: 6px;
}

.p-2min-it-block.--03 .p-2min-it__box.--01 {
  padding: 1.875rem;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4545454545;
}
@media screen and (max-width: 1000px) {
  .p-2min-it-block.--03 .p-2min-it__box.--01 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-2min-it-block.--03 .p-2min-it__box.--01 {
    font-size: 18px;
    line-height: 1.7777777778;
  }
}

.p-2min-it-block.--03 .p-2min-it__box.--02 {
  padding: 4.125rem 6.25rem 3rem;
  margin-top: 1.0625rem;
}
.p-2min-it-block.--03 .p-2min-it__box.--02 .text01 {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4545454545;
}
.p-2min-it-block.--03 .p-2min-it__box.--02 .text02 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8888888889;
  margin-top: 1.5625rem;
}
.p-2min-it-block.--03 .p-2min-it__box.--02 .img {
  width: 34.375rem;
  margin-inline: auto;
  margin-top: 1.4375rem;
}
@media screen and (max-width: 1000px) {
  .p-2min-it-block.--03 .p-2min-it__box.--02 .text01 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-2min-it-block.--03 .p-2min-it__box.--02 {
    padding: 2.1875rem 1.375rem 3rem;
  }
  .p-2min-it-block.--03 .p-2min-it__box.--02 .text01 {
    font-size: 18px;
    line-height: 1.7777777778;
  }
  .p-2min-it-block.--03 .p-2min-it__box.--02 .text02 {
    font-size: 14px;
    line-height: 1.8571428571;
  }
  .p-2min-it-block.--03 .p-2min-it__box.--02 .img {
    width: 100%;
    margin-top: 0.8125rem;
  }
  .p-2min-it-block.--03 .p-2min-it__box.--02 .img img {
    margin-inline: auto;
  }
}

.p-2min-it-block.--03 .p-2min-it__box.--03 {
  padding: 35px 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}
.p-2min-it-block.--03 .p-2min-it__box.--03 .point {
  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;
  background: #4180ff;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  width: 110px;
  height: 110px;
  aspect-ratio: 1/1;
}
.p-2min-it-block.--03 .p-2min-it__box.--03 .text {
  color: #3d7cff;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4545454545;
}
@media screen and (max-width: 1000px) {
  .p-2min-it-block.--03 .p-2min-it__box.--03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-2min-it-block.--03 .p-2min-it__box.--03 .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-2min-it-block.--03 .p-2min-it__box.--03 {
    padding: 1.875rem 1.875rem 2.4375rem;
  }
  .p-2min-it-block.--03 .p-2min-it__box.--03 .point {
    font-size: 14px;
    width: 5.625rem;
    height: 5.625rem;
  }
  .p-2min-it-block.--03 .p-2min-it__box.--03 .text {
    font-size: 18px;
    line-height: 1.5555555556;
  }
}

.p-2min-it__btn {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-2min-it__btn {
    margin-top: 2.5rem;
  }
}

.p-2min-it__btn .c-btn {
  max-width: 431px;
  margin-inline: auto;
  border-radius: 50px;
  padding: 25px 30px 25px 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-2min-it__btn .c-btn {
    max-width: 16.625rem;
    margin-inline: inherit;
    margin-right: auto;
    font-size: 16px;
  }
}

.p-2min-it__btn .c-btn::after {
  content: "＞";
  color: rgba(60, 60, 60, .2);
}

.p-2min-s {
  padding-bottom: 13.125rem;
}
@media screen and (max-width: 767px) {
  .p-2min-s {
    padding-bottom: 8.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-2min-s .p-toc {
    display: none;
  }
}

.p-2min-s-head {
  overflow: hidden;
}

.p-2min-s__body__contents {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-2min-s__body__contents {
    padding-bottom: 0;
  }
}

.p-2min-s__lead .text01 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .p-2min-s__lead .text01 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-2min-s__lead .text01 {
    font-size: 1.875rem;
    line-height: 1.333;
  }
}

.p-2min-s__lead .text02 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 2.8125rem;
  line-height: 2.111;
}
@media screen and (max-width: 767px) {
  .p-2min-s__lead .text02 {
    margin-top: 2.5rem;
    line-height: 1.888;
  }
}

.p-2min-s-block.--01 {
  margin-top: 8.625rem;
  padding-top: 3.875rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-2min-s-block.--01 {
    margin-top: 6.25rem;
    padding-top: 2.25rem;
  }
}

.p-2min-s-block__ttl {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.8461538462;
}
@media screen and (max-width: 767px) {
  .p-2min-s-block__ttl {
    font-size: 24px;
    line-height: 1.5833333333;
  }
}

.p-2min-s-block__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 2.1111111111;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-2min-s-block__text {
    line-height: 1.8888888889;
  }
}

.p-2min-s-block.--01 .p-2min-s-block__contents {
  margin-top: 2.9375rem;
}
.p-2min-s-block.--01 .p-2min-s-block__contents .item {
  display: grid;
  grid-template-columns: 16.625rem 1fr;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-2min-s-block.--01 .p-2min-s-block__contents .item + .item {
  margin-top: 2.5rem;
}
.p-2min-s-block.--01 .p-2min-s-block__contents .img {
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 1520/1014;
}
.p-2min-s-block.--01 .p-2min-s-block__contents .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2min-s-block.--01 .p-2min-s-block__contents .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 2.125;
}
@media screen and (max-width: 767px) {
  .p-2min-s-block.--01 .p-2min-s-block__contents {
    margin-top: 3.625rem;
  }
  .p-2min-s-block.--01 .p-2min-s-block__contents .item {
    grid-template-columns: 1fr;
    row-gap: 1.1875rem;
    margin-inline: auto;
  }
  .p-2min-s-block.--01 .p-2min-s-block__contents .img {
    border-radius: 4px;
  }
  .p-2min-s-block.--01 .p-2min-s-block__contents .text {
    line-height: 1.875;
  }
}

.p-2min-s-block.--02 {
  padding-top: 4.125rem;
  padding-bottom: 4.9375rem;
}
@media screen and (max-width: 767px) {
  .p-2min-s-block.--02 {
    padding-top: 3.5rem;
    padding-bottom: 4.875rem;
  }
}

.p-2min-s-block__subttl {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.8461538462;
  position: relative;
  padding-left: 1.5rem;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-2min-s-block__subttl {
    font-size: 22px;
    line-height: 1.4545454545;
    margin-top: 3.75rem;
  }
}

.p-2min-s-block__subttl::before {
  content: "";
  position: absolute;
  top: 53%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0.25rem;
  height: 80%;
  background: #3d7cff;
  border-radius: 6px;
}

.p-2min-s-block.--02 .p-2min-s-block__contents {
  display: grid;
  grid-template-columns: 359fr 517fr;
  gap: 1.125rem;
  margin-top: 1.875rem;
}
.p-2min-s-block.--02 .p-2min-s-block__contents .area1,
.p-2min-s-block.--02 .p-2min-s-block__contents .area2,
.p-2min-s-block.--02 .p-2min-s-block__contents .area3,
.p-2min-s-block.--02 .p-2min-s-block__contents .area4,
.p-2min-s-block.--02 .p-2min-s-block__contents .area5 {
  padding: 20px 1.875rem 30px;
  background: #fff;
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  .p-2min-s-block.--02 .p-2min-s-block__contents {
    grid-template-rows: 137fr 260fr 179fr 169fr;
  }
  .p-2min-s-block.--02 .p-2min-s-block__contents .area1 {
    grid-area: 1/1/3/2;
  }
  .p-2min-s-block.--02 .p-2min-s-block__contents .area2 {
    grid-area: 1/2/2/3;
  }
  .p-2min-s-block.--02 .p-2min-s-block__contents .area3 {
    grid-area: 2/2/3/3;
  }
  .p-2min-s-block.--02 .p-2min-s-block__contents .area4 {
    grid-area: 3/1/4/3;
  }
  .p-2min-s-block.--02 .p-2min-s-block__contents .area5 {
    grid-area: 4/1/5/3;
  }
}
.p-2min-s-block.--02 .p-2min-s-block__contents .ttl {
  text-align: center;
}
.p-2min-s-block.--02 .p-2min-s-block__contents .area4 .ttl {
  margin-top: 14px;
}
.p-2min-s-block.--02 .p-2min-s-block__contents .area5 .ttl {
  margin-top: 14px;
}
.p-2min-s-block.--02 .p-2min-s-block__contents .ttl span {
  display: inline-block;
  color: #fff;
  background: #3d7cff;
  border-radius: 24px;
  font-weight: 500;
  font-size: 18px;
  line-height: 2.1111111111;
  padding: 3px 1.1875rem;
}
.p-2min-s-block.--02 .p-2min-s-block__contents .area1 .list {
  margin-top: 4.0625rem;
  padding-left: 2.375rem;
}
.p-2min-s-block.--02 .p-2min-s-block__contents .area2 .list {
  margin-top: 1.375rem;
  padding-left: 2.375rem;
}
.p-2min-s-block.--02 .p-2min-s-block__contents .area3 .list {
  margin-top: 0.9375rem;
  padding-left: 2.375rem;
}
.p-2min-s-block.--02 .p-2min-s-block__contents .area4 .list {
  margin-top: 1.5625rem;
  padding-left: 2.375rem;
}
.p-2min-s-block.--02 .p-2min-s-block__contents .area5 .list {
  margin-top: 1.5625rem;
  padding-left: 2.375rem;
}
.p-2min-s-block.--02 .p-2min-s-block__contents .list.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.875rem;
}
.p-2min-s-block.--02 .p-2min-s-block__contents .list-item {
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
}
.p-2min-s-block.--02 .p-2min-s-block__contents .area3 .logo {
  width: 131px;
  margin-inline: auto;
}
.p-2min-s-block.--02 .p-2min-s-block__contents .area4 .logo {
  width: 141px;
  margin-inline: auto;
}
.p-2min-s-block.--02 .p-2min-s-block__contents .area5 .logo {
  width: 125px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-2min-s-block.--02 .p-2min-s-block__contents {
    grid-template-columns: 1fr;
    gap: 0.625rem;
    margin-top: 1.5rem;
  }
  .p-2min-s-block.--02 .p-2min-s-block__contents .area1,
  .p-2min-s-block.--02 .p-2min-s-block__contents .area2,
  .p-2min-s-block.--02 .p-2min-s-block__contents .area3,
  .p-2min-s-block.--02 .p-2min-s-block__contents .area4,
  .p-2min-s-block.--02 .p-2min-s-block__contents .area5 {
    padding: 1.25rem 0.9375rem;
  }
  .p-2min-s-block.--02 .p-2min-s-block__contents .ttl span {
    padding: 0.1875rem 1.25rem;
    font-size: 16px;
  }
  .p-2min-s-block.--02 .p-2min-s-block__contents .area1 .list {
    margin-top: 1.6875rem;
    padding-left: 0;
  }
  .p-2min-s-block.--02 .p-2min-s-block__contents .area2 .list {
    margin-top: 1.6875rem;
    padding-left: 0;
  }
  .p-2min-s-block.--02 .p-2min-s-block__contents .area3 .list {
    margin-top: 1.5625rem;
    padding-left: 0;
  }
  .p-2min-s-block.--02 .p-2min-s-block__contents .area4 .list {
    margin-top: 1.5625rem;
    padding-left: 0;
  }
  .p-2min-s-block.--02 .p-2min-s-block__contents .area5 .list {
    margin-top: 0.875rem;
    padding-left: 0;
  }
  .p-2min-s-block.--02 .p-2min-s-block__contents .list.flex {
    display: block;
  }
  .p-2min-s-block.--02 .p-2min-s-block__contents .list-item {
    font-size: 15px;
    line-height: 1.625;
  }
}

.p-2min-s-block.--03 {
  padding-top: 4.0625rem;
  padding-bottom: 7.4375rem;
}
@media screen and (max-width: 767px) {
  .p-2min-s-block.--03 {
    padding-top: 3.4375rem;
    padding-bottom: 5rem;
  }
}

.p-2min-s-block.--03 .p-2min-s-block__subttl {
  font-size: 22px;
  line-height: 1.4545454545;
  margin-top: 3.75rem;
}
.p-2min-s-block.--03 .table {
  margin-top: 1.875rem;
}
.p-2min-s-block.--03 .seraku,
.p-2min-s-block.--03 .group {
  gap: 0.625rem;
}
.p-2min-s-block.--03 .group {
  margin-top: 2%;
}
.p-2min-s-block.--03 .ttl {
  padding: 20px 5px;
  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;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  border-radius: 6px;
  color: #fff;
}
.p-2min-s-block.--03 .seraku .ttl {
  background: #3d7cff;
}
.p-2min-s-block.--03 .group .ttl {
  background: #95b6d5;
}
.p-2min-s-block.--03 .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  margin-top: 1%;
}
.p-2min-s-block.--03 .main {
  text-align: center;
}
.p-2min-s-block.--03 .main .branch {
  margin-top: 10px;
}
.p-2min-s-block.--03 .main .child .job {
  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: 10px;
  margin-top: 15px;
}
.p-2min-s-block.--03 .main .child .job li {
  border-radius: 12px;
  font-size: 12px;
  background: #fff;
  padding: 5px 10px;
}
.p-2min-s-block.--03 .item.--01 {
  width: 60%;
}
.p-2min-s-block.--03 .item.--03 {
  width: 38%;
}
.p-2min-s-block.--03 .item.--04 {
  width: 49%;
}
.p-2min-s-block.--03 .item.--05 {
  width: 49%;
}
.p-2min-s-block.--03 .name {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  border-radius: 6px;
  padding: 20px 22px;
  text-align: center;
  height: 100%;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-2min-s-block.--03 .item.--01 .name,
.p-2min-s-block.--03 .item.--02 .name {
  background: rgba(195, 213, 255, .6);
}
.p-2min-s-block.--03 .item.--03 .name {
  background: #ddf0df;
}
.p-2min-s-block.--03 .item.--04 .name {
  background: #e3f4f9;
}
.p-2min-s-block.--03 .item.--05 .name {
  background: #ddeaf0;
}
.p-2min-s-block.--03 .main .child {
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  border-top: 1px solid rgba(60, 60, 60, .1);
}
@media screen and (max-width: 767px) {
  .p-2min-s-block.--03 .ttl {
    font-size: 14px;
  }
  .p-2min-s-block.--03 .contents {
    gap: 0.625rem;
  }
  .p-2min-s-block.--03 .name {
    font-size: 14px;
    padding: 20px 15px;
  }
  .p-2min-s-block.--03 .main .child .job {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
  }
  .p-2min-s-block.--03 .item.--01 {
    width: 49%;
  }
  .p-2min-s-block.--03 .item.--03 {
    width: 49%;
  }
  .p-2min-s-block.--03 .item.--04 {
    width: 49%;
  }
  .p-2min-s-block.--03 .item.--05 {
    width: 49%;
  }
}

.p-2min-s-block.--03-2 {
  padding-top: 4.0625rem;
  padding-bottom: 7.6875rem;
}
@media screen and (max-width: 767px) {
  .p-2min-s-block.--03-2 {
    padding-top: 3.4375rem;
    padding-bottom: 7.25rem;
  }
}

.p-2min-s-block.--03-2 .contents {
  margin-top: 30px;
}
.p-2min-s-block.--03-2 .row {
  display: grid;
  grid-template-columns: 75px 1fr;
  font-size: 16px;
}
.p-2min-s-block.--03-2 .row-start {
  margin-bottom: 20px;
}
.p-2min-s-block.--03-2 .year {
  border-right: 2px solid #4180FF;
  font-size: 20px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  margin-top: -8px;
}
.p-2min-s-block.--03-2 .year.--nonline {
  position: relative;
}
.p-2min-s-block.--03-2 .year.--nonline::after {
  position: absolute;
  content: "";
  top: 0;
  right: -2px;
  width: 2px;
  height: 21px;
  background: #F8FAFF;
}
.p-2min-s-block.--03-2 .detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  position: relative;
  padding-left: 20px;
  line-height: 1.6;
}
.p-2min-s-block.--03-2 .detail::before {
  position: absolute;
  content: "";
  top: calc(0.8em + 5px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4180FF;
}
.p-2min-s-block.--03-2 .row-start .detail::before {
  content: none;
}
.p-2min-s-block.--03-2 .company,
.p-2min-s-block.--03-2 .market {
  border-top: 1px solid rgba(60, 60, 60, .1);
}
.p-2min-s-block.--03-2 .--nonline .company,
.p-2min-s-block.--03-2 .--nonline .market {
  border-top: none;
}
.p-2min-s-block.--03-2 .company {
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-2min-s-block.--03-2 .market {
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-2min-s-block.--03-2 .row-start .company,
.p-2min-s-block.--03-2 .row-start .market {
  font-size: 20px;
  padding: 5px 10px;
  background: #4180FF;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-2min-s-block.--03-2 .row {
    grid-template-columns: 50px 1fr;
  }
  .p-2min-s-block.--03-2 .row-start {
    display: none;
  }
  .p-2min-s-block.--03-2 .year {
    font-size: 18px;
  }
  .p-2min-s-block.--03-2 .detail {
    font-size: 14px;
    grid-template-columns: 1fr;
  }
  .p-2min-s-block.--03-2 .row-start .detail::before {
    content: none;
  }
  .p-2min-s-block.--03-2 .company {
    color: #4180FF;
    font-weight: 500;
  }
  .p-2min-s-block.--03-2 .market {
    border-top: none;
    padding-top: 0;
    padding-left: 10px;
    font-size: 13px;
  }
}

.p-2min-s-block.--04 {
  padding-top: 4.0625rem;
  padding-bottom: 7.6875rem;
}
@media screen and (max-width: 767px) {
  .p-2min-s-block.--04 {
    padding-top: 3.4375rem;
    padding-bottom: 7.25rem;
  }
}

.p-2min-s-block.--04 .p-2min-s-block__contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  margin-top: 2.5rem;
}
.p-2min-s-block.--04 .p-2min-s-block__contents .img {
  aspect-ratio: 266/200;
  border-radius: 6px;
  overflow: hidden;
}
.p-2min-s-block.--04 .p-2min-s-block__contents .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2min-s-block.--04 .p-2min-s-block__contents .note {
  font-weight: 500;
  font-size: 14px;
  margin-top: 0.9375rem;
}
.p-2min-s-block.--04 .p-2min-s-block__contents .ttl {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3333333333;
  margin-top: 0.3125rem;
}
.p-2min-s-block.--04 .p-2min-s-block__contents .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7142857143;
  margin-top: 0.625rem;
  color: rgba(60, 60, 60, .7);
}
@media screen and (max-width: 767px) {
  .p-2min-s-block.--04 .p-2min-s-block__contents {
    grid-template-columns: 1fr;
    row-gap: 1.875rem;
    margin-top: 3.125rem;
  }
  .p-2min-s-block.--04 .p-2min-s-block__contents .item {
    display: grid;
    grid-template-columns: 9.6875rem 1fr;
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }
  .p-2min-s-block.--04 .p-2min-s-block__contents .note {
    font-size: 13px;
    margin-top: 0;
  }
  .p-2min-s-block.--04 .p-2min-s-block__contents .ttl {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 0.3125rem;
  }
  .p-2min-s-block.--04 .p-2min-s-block__contents .text {
    font-size: 13px;
    line-height: 1.6153846154;
    margin-top: 0.5rem;
  }
}

.p-archive {
  padding-bottom: 14.25rem;
}
@media screen and (max-width: 767px) {
  .p-archive {
    padding-bottom: 10rem;
  }
}

.p-archive-catlist {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  margin-top: 1.875rem;
}

.p-archive-catlist .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-archive-catlist .item {
  margin-top: 0.625rem;
  margin-right: 0.625rem;
}

.p-archive-catlist .item a {
  font-size: 12px;
  display: inline-block;
  border-radius: 6px;
  background: #fff;
  color: #4180FF;
  font-weight: 500;
  padding: 5px 7px;
}

.p-archive-catlist .item.current-cat a {
  background: #4180FF;
  color: #fff;
}

.p-archive__list {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-archive__list {
    margin-top: 1.25rem;
  }
}

.view-more-button {
  width: 100%;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .view-more-button {
    max-width: 16.625rem;
    margin-inline: auto;
  }
}

.infinite-scroll-request,
.infinite-scroll-last,
.infinite-scroll-error {
  text-align: center;
  margin-top: 1.25rem;
  font-size: 16px;
}

.p-career {
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-career {
    padding-bottom: 8.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-career .p-toc {
    display: none;
  }
}

.p-career-head {
  overflow: hidden;
}

.p-career__lead .text01 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .p-career__lead .text01 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-career__lead .text01 {
    font-size: 1.875rem;
    line-height: 1.333;
  }
}

.p-career__lead .text02 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 2.8125rem;
  line-height: 2.111;
}
@media screen and (max-width: 767px) {
  .p-career__lead .text02 {
    margin-top: 2.5rem;
    line-height: 1.888;
  }
}

.p-career-block {
  border-top: 1px solid #c8cdd3;
  position: relative;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-career-block {
    margin-top: 4.5625rem;
  }
}

.p-career-block::before {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  height: 0.375rem;
  width: 2.5rem;
  border-radius: 50px;
  background: #4180FF;
}

.p-career-block__ttl {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-career-block__ttl {
    font-size: 22px;
    line-height: 1.6363636364;
  }
}

.p-career-block__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 2.1111111111;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-career-block__text {
    margin-top: 2.25rem;
    font-size: 16px;
    line-height: 2.25;
  }
}

.p-career-block.--01 {
  padding-top: 3.75rem;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-career-block.--01 {
    padding-top: 2.8125rem;
    padding-bottom: 0;
  }
}

.p-career-block.--01 .p-career-block__img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-career-block.--01 .p-career-block__img img {
    max-width: 500px;
    margin-inline: auto;
  }
}

.p-career-block.--01 .box {
  border-radius: 20px;
  background: rgba(65, 128, 255, .1);
  padding: 60px 6.25rem 90px;
  margin-top: 20px;
}
.p-career-block.--01 .desc {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.p-career-block.--01 .block.--01 {
  padding-right: 40px;
}
.p-career-block.--01 .block + .block {
  padding-left: 40px;
  border-left: 1px solid #bec3c9;
}
.p-career-block.--01 .title {
  color: #4180ff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3333333333;
}
.p-career-block.--01 .sum {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  margin-top: 5px;
}
.p-career-block.--01 .sum + .title {
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .p-career-block.--01 .box {
    padding: 60px 3.125rem 80px;
  }
  .p-career-block.--01 .block.--01 {
    padding-right: 20px;
  }
  .p-career-block.--01 .block + .block {
    padding-left: 20px;
  }
  .p-career-block.--01 .title {
    font-size: 17px;
  }
  .p-career-block.--01 .sum {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-career-block.--01 .box {
    padding: 25px 10px 50px;
  }
  .p-career-block.--01 .desc {
    grid-template-columns: 1fr;
    width: 260px;
    margin-inline: auto;
  }
  .p-career-block.--01 .block.--01 {
    padding-right: 0;
  }
  .p-career-block.--01 .block + .block {
    padding-left: 0;
    border-left: none;
    margin-top: 15px;
  }
  .p-career-block.--01 .title {
    font-size: 15px;
    line-height: 1.3333333333;
  }
  .p-career-block.--01 .sum {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.4285714286;
  }
  .p-career-block.--01 .sum + .title {
    margin-top: 15px;
  }
}

.p-career-block.--02 {
  padding-top: 4.0625rem;
  padding-bottom: 9.6875rem;
}
@media screen and (max-width: 767px) {
  .p-career-block.--02 {
    padding-top: 2.8125rem;
    padding-bottom: 5.625rem;
  }
}

.p-career-block.--02 .p-career-block__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px;
  row-gap: 45px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1000px) {
  .p-career-block.--02 .p-career-block__list {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-career-block.--02 .p-career-block__list {
    grid-template-columns: 1fr;
    row-gap: 0.9375rem;
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-career-block.--02 .p-career-block__list .item {
    display: grid;
    grid-template-columns: 8.75rem 1fr;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    padding-bottom: 1.0625rem;
    border-bottom: 1px solid rgba(60, 60, 60, .1);
  }
}
@media screen and (max-width: 767px) {
  .p-career-block.--02 .p-career-block__list .item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.p-career-block.--02 .p-career-block__list .img {
  aspect-ratio: 266/177;
  border-radius: 6px;
}
.p-career-block.--02 .p-career-block__list .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-career-block.--02 .p-career-block__list .img {
    aspect-ratio: 140/106;
  }
}
.p-career-block.--02 .p-career-block__list .ttl {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-career-block.--02 .p-career-block__list .ttl {
    font-size: 14px;
    line-height: 1.7142857143;
    margin-top: 0;
  }
}
.p-career-block.--02 .p-career-block__list .text {
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 500;
  margin-top: 0.625rem;
  color: rgba(60, 60, 60, .5);
}
@media screen and (max-width: 767px) {
  .p-career-block.--02 .p-career-block__list .text {
    font-size: 13px;
    line-height: 1.6153846154;
  }
}

.p-contents {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .p-contents {
    padding-top: 110px;
  }
}

.p-contents__ttl {
  font-size: 36px;
}
@media screen and (max-width: 1000px) {
  .p-contents__ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-contents__ttl {
    font-size: 30px;
  }
}

.p-contents__main {
  padding-top: 6.25rem;
  padding-bottom: 14.0625rem;
}

.p-contents__body {
  display: grid;
  grid-template-columns: 20% 1fr;
  -webkit-column-gap: 2.8125rem;
     -moz-column-gap: 2.8125rem;
          column-gap: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-contents__body {
    grid-template-columns: 1fr;
  }
}

.p-contents__catbtn {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-contents__catbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    right: 0;
    bottom: 4.375rem;
    color: #fff;
    background: #4180FF;
    font-size: 16px;
    font-weight: 700;
    z-index: 15;
    padding: 1.25rem 0.8125rem;
    border-radius: 10px 0 0 10px;
  }
  .p-contents__catbtn span {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    white-space: pre;
  }
  .p-contents__catbtn::before {
    content: "";
    width: 1rem;
    height: 1rem;
    background: url(../images/common/cat-plus.png) no-repeat center center/contain;
    margin-bottom: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-content__catbtn.is-open::before {
    background: url(../images/common/cat-minus.png) no-repeat center center/contain;
  }
}

@media screen and (max-width: 767px) {
  .p-contents__cat {
    position: fixed;
    bottom: 20px;
    background: #4180FF;
    border-radius: 20px 0 0 20px;
    color: #fff;
    z-index: 10;
    width: 94%;
    right: 0;
    padding: 3.4375rem 3.75rem 3.4375rem 1.5625rem;
    max-height: 85%;
    overflow-y: scroll;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-clip-path: circle(0% at 100% 80%);
            clip-path: circle(0% at 100% 80%);
  }
  .p-contents__cat .c-label {
    color: #3c3c3c;
  }
  .p-contents__cat .p-top-content__blockttl span::after {
    background: #fff;
  }
  .p-contents__cat .p-top-content__list .list1,
  .p-contents__cat .p-top-content__list .list1:first-child {
    border-color: rgba(255, 255, 255, .2);
  }
  .p-contents__cat.is-open {
    -webkit-clip-path: circle(150% at 100% 80%);
            clip-path: circle(150% at 100% 80%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

.p-contents__blockttl {
  font-size: 18px;
  font-weight: 700;
}

.p-contents__blockttl span {
  display: inline-block;
  position: relative;
  padding-bottom: 0.75rem;
}
.p-contents__blockttl span::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 0.375rem;
  left: 0;
  background: #3c3c3c;
  opacity: 0.2;
  border-radius: 20px;
}

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

.p-contents__list .list1 {
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(60, 60, 60, .2);
}
@media screen and (max-width: 1000px) {
  .p-contents__list .list1 {
    font-size: 14px;
  }
}

.p-contents__list .list1:first-child {
  border-top: 1px solid rgba(60, 60, 60, .2);
}

.p-contents__list .list1.all {
  position: relative;
  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;
}

.p-contents__list .labels {
  margin-top: 2.5rem;
}

.p-contents__tabbody {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-contents__tabbody {
    width: 79%;
  }
}

.p-contents__tabbody .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-contents__tabbody .grid {
    grid-template-columns: 1fr;
    row-gap: 3.125rem;
  }
}

.p-contents__tabbody .list-item .img {
  aspect-ratio: 1280/720;
  border-radius: 10px;
  overflow: hidden;
}
.p-contents__tabbody .list-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-contents__tabbody .list-item .cat {
  font-size: 13px;
  font-weight: 700;
  margin-top: 15px;
  color: #4180FF;
  display: inline-block;
}

.p-contents__tabbody .list-item .ttl {
  font-size: 16px;
  font-weight: 700;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-contents__tabbody .list-item .ttl {
    margin-bottom: 15px;
  }
  .p-contents__tabbody .list-item:has(.nameinfo) .ttl {
    margin-bottom: 0px;
  }
}
.p-contents__tabbody .list-item .nameinfo {
  font-size: 12px;
  margin-top: 5px;
  color: rgba(60, 60, 60, .5);
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .p-contents__tabbody .list-item .nameinfo {
    margin-bottom: 15px;
  }
}
.p-contents__tabbody .list-item .nameinfo span {
  margin-right: 0.625rem;
}

.p-contents__tabbody .list-item .c-label {
  margin-top: 7px;
}

.p-contents__btn .c-btn {
  margin-top: 75px;
  background: #fff;
  border-radius: 50px;
  color: #3c3c3c;
}

input[type=checkbox].input-c-tag {
  display: none;
}

input[type=checkbox].input-c-tag:checked + label {
  background: #4180FF;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-contents input[type=checkbox].input-c-tag:checked + label {
    background: #D0D5DB;
    color: #4180FF;
  }
}

.p-education {
  padding-bottom: 13.125rem;
}
@media screen and (max-width: 767px) {
  .p-education {
    padding-bottom: 8.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-education .p-toc {
    display: none;
  }
}

.p-education-head {
  overflow: hidden;
}

.p-education__lead .text01 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .p-education__lead .text01 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-education__lead .text01 {
    font-size: 1.875rem;
    line-height: 1.333;
  }
}

.p-education__lead .text02 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 2.8125rem;
  line-height: 2.111;
}
@media screen and (max-width: 767px) {
  .p-education__lead .text02 {
    margin-top: 2.5rem;
    line-height: 1.888;
  }
}

.p-education__secttl {
  color: #4180FF;
  font-size: 32px;
  font-weight: 700;
  margin-top: 6.25rem;
  margin-bottom: 2.5rem;
}

.p-education-block {
  border-top: 1px solid #c8cdd3;
  position: relative;
}

.p-education-block::before {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  height: 0.375rem;
  width: 2.5rem;
  border-radius: 50px;
  background: #4180FF;
}

.p-education-block.--01 {
  padding-top: 3.9375rem;
  padding-bottom: 6.125rem;
}
@media screen and (max-width: 767px) {
  .p-education-block.--01 {
    padding-top: 3.4375rem;
    padding-bottom: 5.0625rem;
  }
}

.p-education-block__num {
  color: #4180FF;
  font-size: 16px;
  font-weight: 700;
}

.p-education-block__ttl {
  font-size: 26px;
  font-weight: 700;
  margin-top: 2.3125rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-education-block__ttl {
    font-size: 24px;
    line-height: 1.58;
  }
}

.p-education-block__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 2.111;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 1000px) {
  .p-education-block__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-education-block__text {
    font-size: 18px;
    line-height: 1.888;
  }
}

.p-education-block__img {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-education-block__img {
    margin-top: 3.75rem;
  }
}

.p-education-block.--02 {
  padding-top: 3.75rem;
  padding-bottom: 10.25rem;
}
@media screen and (max-width: 767px) {
  .p-education-block.--02 {
    padding-top: 3.4375rem;
    padding-bottom: 4.875rem;
  }
}

.p-education-block.--02 .p-education-block__content {
  display: grid;
  padding-right: 3.875rem;
  grid-template-columns: 25.125rem 1fr;
  -webkit-column-gap: 3.5625rem;
     -moz-column-gap: 3.5625rem;
          column-gap: 3.5625rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-education-block.--02 .p-education-block__content {
    margin-top: 3.125rem;
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
    padding-right: 0;
  }
}

.p-education-block.--02 .p-education-block__list .item + .item {
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-education-block.--02 .p-education-block__list .item + .item {
    margin-top: 1.875rem;
  }
}
.p-education-block.--02 .p-education-block__list .item-num {
  color: #4180FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 18px;
}
.p-education-block.--02 .p-education-block__list .item-num::after {
  content: "";
  height: 1px;
  background: #c7ccd2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 0.5rem;
}
.p-education-block.--02 .p-education-block__list .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.57;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-education-block.--02 .p-education-block__list {
    max-width: 18.5rem;
    margin-inline: auto;
  }
}

.p-education__bgw {
  position: relative;
  padding-top: 6.25rem;
  margin-bottom: 6.25rem;
}
.p-education__bgw::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-education__bgw {
    padding-top: 3.75rem;
    margin-bottom: 5rem;
  }
}

.tab-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tab-2 > label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  min-width: 70px;
  padding: 1.0625rem 1em;
  background-color: #c7ccd2;
  color: rgba(60, 60, 60, .6);
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .tab-2 > label {
    font-size: 16px;
  }
}

.tab-2 > .label1 {
  border-radius: 50px 0 0 50px;
}

.tab-2 > .label2 {
  border-radius: 0 50px 50px 0;
}

.tab-2 label:has(:checked) {
  color: #fff;
  position: relative;
  z-index: 1;
}
.tab-2 label:has(:checked)::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4180FF;
  border-radius: 50px;
  z-index: -1;
}

.tab-2 > label:hover {
  opacity: 0.8;
}

.tab-2 input {
  display: none;
}

.tab-2 > .p-education__tab {
  display: none;
  width: 100%;
  padding: 5.9375rem 0 0;
}
@media screen and (max-width: 767px) {
  .tab-2 > .p-education__tab {
    padding: 4.5rem 0 0;
  }
}

.tab-2 label:has(:checked) + .p-education__tab {
  display: block;
}

.p-toc__list2.--index04 {
  display: none;
}

.p-education-block.--03 {
  padding-top: 3.9375rem;
  padding-bottom: 4.875rem;
}
@media screen and (max-width: 767px) {
  .p-education-block.--03 {
    padding-top: 3.5rem;
    padding-bottom: 2.8125rem;
  }
}

.p-education-block.--03 .p-education-block__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  margin-top: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-education-block.--03 .p-education-block__grid {
    grid-template-columns: 1fr;
    row-gap: 2.0625rem;
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-education-block.--03 .p-education-block__grid li {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
    row-gap: 0.75rem;
    border-bottom: 1px solid rgba(60, 60, 60, .1);
    padding-bottom: 1.25rem;
  }
}
.p-education-block.--03 .p-education-block__grid .img {
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-education-block.--03 .p-education-block__grid .img {
    border-radius: 3.6px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-education-block.--03 .p-education-block__grid .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-education-block.--03 .p-education-block__grid .ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-education-block.--03 .p-education-block__grid .ttl {
    font-size: 15px;
    line-height: 1.4;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    grid-column: 2/3;
    margin-top: 0;
  }
}
.p-education-block.--03 .p-education-block__grid .text {
  margin-top: 0.9375rem;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.714;
  color: rgba(60, 60, 60, .7);
}
@media screen and (max-width: 767px) {
  .p-education-block.--03 .p-education-block__grid .text {
    margin-top: 0;
    font-size: 13px;
    line-height: 1.615;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.p-education-block.--04 {
  padding-top: 4.125rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-education-block.--04 {
    padding-top: 3.5rem;
    padding-bottom: 4.875rem;
  }
}

.p-education-block.--04 .p-education-block__grid {
  display: grid;
  row-gap: 2.375rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-education-block.--04 .p-education-block__grid {
    margin-top: 3.4375rem;
  }
}
.p-education-block.--04 .p-education-block__grid li {
  display: grid;
  grid-template-columns: 16.625rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.8125rem;
     -moz-column-gap: 2.8125rem;
          column-gap: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-education-block.--04 .p-education-block__grid li {
    grid-template-columns: 8.75rem 1fr;
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
    row-gap: 1.25rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-bottom: 1.8125rem;
    border-bottom: rgba(60, 60, 60, .1) 1px solid;
  }
}
@media screen and (max-width: 767px) {
  .p-education-block.--04 .p-education-block__grid .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-education-block.--04 .p-education-block__grid .texts {
  margin-top: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-education-block.--04 .p-education-block__grid .texts {
    display: contents;
  }
}
.p-education-block.--04 .p-education-block__grid .ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-education-block.--04 .p-education-block__grid .ttl {
    font-size: 16px;
    line-height: 1.5;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    grid-column: 1/3;
  }
}
.p-education-block.--04 .p-education-block__grid .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  color: rgba(60, 60, 60, .7);
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-education-block.--04 .p-education-block__grid .text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0;
  }
}
.p-education-block.--04 .p-education-block__grid .text.box {
  color: #3c3c3c;
  font-size: 16px;
  line-height: 1.75;
  padding: 1.1875rem;
  background: #e8eff7;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .p-education-block.--04 .p-education-block__grid .text.box {
    font-size: 14px;
    line-height: 1.714;
  }
}

.p-education-block.--04 .p-education-block__training {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .p-education-block.--04 .p-education-block__training {
    margin-top: 1.625rem;
  }
}
.p-education-block.--04 .p-education-block__training .ttl {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.333;
}
@media screen and (max-width: 767px) {
  .p-education-block.--04 .p-education-block__training .ttl {
    font-size: 16px;
    line-height: 1.5;
  }
}
.p-education-block.--04 .p-education-block__training .contents {
  margin-top: 1.25rem;
}
.p-education-block.--04 .p-education-block__training .contents li {
  background: #e8eff7;
  padding: 19px;
  border-radius: 6px;
  display: grid;
  grid-template-columns: 34% 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-education-block.--04 .p-education-block__training .contents li {
    grid-template-columns: 1fr;
    row-gap: 0.9375rem;
  }
}
.p-education-block.--04 .p-education-block__training .contents li + li {
  margin-top: 5px;
}
.p-education-block.--04 .p-education-block__training .contents-ttl {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.4px;
}
.p-education-block.--04 .p-education-block__training .contents-ttl .num {
  color: rgba(60, 60, 60, .7);
}
.p-education-block.--04 .p-education-block__training .contents-text {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7692307692;
  color: rgba(60, 60, 60, .7);
  padding-left: 1.5625rem;
  margin-left: 1.5625rem;
  border-left: 1px solid rgba(60, 60, 60, .3);
}
@media screen and (max-width: 767px) {
  .p-education-block.--04 .p-education-block__training .contents-text {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    font-size: 15px;
    line-height: 1.6;
  }
}

.p-education-block.--05 {
  padding-top: 4.125rem;
  padding-bottom: 4.875rem;
}
@media screen and (max-width: 767px) {
  .p-education-block.--05 {
    padding-top: 3.375rem;
    padding-bottom: 4.75rem;
  }
}

.p-education-block.--06 {
  padding-top: 4.125rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-education-block.--06 {
    padding-top: 3.125rem;
    padding-bottom: 4.875rem;
  }
}

.p-education-block.--06 .p-education-block__contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 1.875rem;
  -webkit-column-gap: 19px;
     -moz-column-gap: 19px;
          column-gap: 19px;
  margin-top: 4.6875rem;
}
@media screen and (max-width: 1000px) {
  .p-education-block.--06 .p-education-block__contents {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-education-block.--06 .p-education-block__contents {
    margin-top: 3.4375rem;
    grid-template-columns: 1fr;
    row-gap: 0.8125rem;
  }
}
.p-education-block.--06 .p-education-block__contents li {
  display: grid;
  grid-template-columns: 7.375rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  background: rgba(247, 249, 255, .6);
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .p-education-block.--06 .p-education-block__contents li {
    grid-template-columns: 6.25rem 1fr;
  }
}
.p-education-block.--06 .p-education-block__contents .img {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
}
.p-education-block.--06 .p-education-block__contents .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-education-block.--06 .p-education-block__contents .text {
  color: #4180FF;
  padding-right: 1.875rem;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5384615385;
}
@media screen and (max-width: 767px) {
  .p-education-block.--06 .p-education-block__contents .text {
    line-height: 1.6153846154;
  }
}

.p-education-block.--07 {
  padding-top: 4.125rem;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-education-block.--07 {
    padding-top: 3.5rem;
    padding-bottom: 4.75rem;
  }
}

.p-education-block.--08 {
  padding-top: 4rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-education-block.--08 {
    padding-top: 3.375rem;
    padding-bottom: 5.1875rem;
  }
}

.p-education-block.--08 .p-education-block__contents01 {
  display: grid;
  grid-template-columns: 27.9375rem 1fr;
  -webkit-column-gap: 2.1875rem;
     -moz-column-gap: 2.1875rem;
          column-gap: 2.1875rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-education-block.--08 .p-education-block__contents01 {
    grid-template-columns: 1fr;
    row-gap: 1.875rem;
    margin-top: 2.1875rem;
  }
}
.p-education-block.--08 .p-education-block__contents01 .body-ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  .p-education-block.--08 .p-education-block__contents01 .body-ttl {
    font-size: 16px;
    line-height: 1.5;
  }
}
.p-education-block.--08 .p-education-block__contents01 .body-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7142857143;
  margin-top: 0.9375rem;
  color: rgba(60, 60, 60, .7);
}
@media screen and (max-width: 767px) {
  .p-education-block.--08 .p-education-block__contents01 .body-text {
    font-size: 15px;
    line-height: 1.6;
  }
}
.p-education-block.--08 .p-education-block__contents01 .body-detail {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7142857143;
  color: #fff;
  border-radius: 6px;
  background: rgba(61, 124, 255, .6);
  margin-top: 1.75rem;
  padding: 1.1875rem;
}
.p-education-block.--08 .p-education-block__contents01 .body-detail strong {
  text-decoration: underline;
}

.p-education-block.--08 .p-education-block__contents02 {
  margin-top: 55px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 2.8125rem;
     -moz-column-gap: 2.8125rem;
          column-gap: 2.8125rem;
  row-gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-education-block.--08 .p-education-block__contents02 {
    grid-template-columns: 1fr;
    row-gap: 1.8125rem;
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-education-block.--08 .p-education-block__contents02 li {
    display: grid;
    grid-template-columns: 8.75rem 1fr;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    row-gap: 1.4375rem;
    padding-bottom: 1.8125rem;
    border-bottom: rgba(60, 60, 60, .1) 1px solid;
  }
}
@media screen and (max-width: 767px) {
  .p-education-block.--08 .p-education-block__contents02 li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.p-education-block.--08 .p-education-block__contents02 .img {
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 140/106;
}
.p-education-block.--08 .p-education-block__contents02 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-education-block.--08 .p-education-block__contents02 .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-education-block.--08 .p-education-block__contents02 .ttl {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3333333333;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-education-block.--08 .p-education-block__contents02 .ttl {
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    grid-column: 1/3;
    font-size: 16px;
    line-height: 1.5;
  }
}
.p-education-block.--08 .p-education-block__contents02 .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7142857143;
  margin-top: 1.125rem;
  color: rgba(60, 60, 60, .7);
}
@media screen and (max-width: 767px) {
  .p-education-block.--08 .p-education-block__contents02 .text {
    margin-top: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 15px;
    line-height: 1.6;
  }
}

.p-environment {
  padding-bottom: 13.125rem;
}
@media screen and (max-width: 767px) {
  .p-environment {
    padding-bottom: 7.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-environment .p-toc {
    display: none;
  }
}

.p-environment-head {
  overflow: hidden;
}

.p-environment__lead .text01 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .p-environment__lead .text01 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-environment__lead .text01 {
    font-size: 1.875rem;
    line-height: 1.333;
  }
}

.p-environment__lead .text02 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 2.8125rem;
  line-height: 2.111;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-environment__lead .text02 {
    margin-top: 2.5rem;
    line-height: 1.888;
    margin-bottom: 3.125rem;
  }
}

.p-environment-block {
  border-top: 1px solid #c8cdd3;
  position: relative;
}

.p-environment-block::before {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  height: 0.375rem;
  width: 2.5rem;
  border-radius: 50px;
  background: #4180FF;
}

.p-environment-block.--01 {
  padding-top: 4.1875rem;
}
@media screen and (max-width: 767px) {
  .p-environment-block.--01 {
    padding-top: 3.4375rem;
  }
}

.p-environment-block__ttl {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.8461538462;
}
@media screen and (max-width: 767px) {
  .p-environment-block__ttl {
    font-size: 24px;
    line-height: 1.5833333333;
  }
}

.p-environment-block__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8888888889;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-environment-block__text {
    margin-top: 2.5rem;
  }
}

.p-environment-block.--01 .p-environment-block__grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-environment-block.--01 .p-environment-block__grid {
    margin-top: 3.75rem;
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-environment-block.--01 .p-environment-block__grid li {
    display: grid;
    grid-template-columns: 8.75rem 1fr;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    row-gap: 1.25rem;
    padding-bottom: 1.875rem;
    border-bottom: 1px solid rgba(60, 60, 60, .1);
  }
}

@media screen and (max-width: 767px) {
  .p-environment-block.--01 .p-environment-block__grid li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.p-environment-block.--01 .p-environment-block__grid .img {
  border-radius: 6px;
  aspect-ratio: 266/200;
  overflow: hidden;
}
.p-environment-block.--01 .p-environment-block__grid .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-environment-block.--01 .p-environment-block__grid .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-environment-block.--01 .p-environment-block__grid .ttl {
  font-weight: 700;
  font-size: 18px;
  line-height: 2.6666666667;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-environment-block.--01 .p-environment-block__grid .ttl {
    line-height: 1.1666666667;
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    grid-column: 1/3;
  }
}

.p-environment-block.--01 .p-environment-block__grid .alpha {
  aspect-ratio: 1/1;
  line-height: 1;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  padding-bottom: 3px;
}

.p-environment-block.--01 .p-environment-block__grid li:nth-child(1) .alpha {
  background: #4cc899;
}

.p-environment-block.--01 .p-environment-block__grid li:nth-child(2) .alpha {
  background: #4cbcdf;
}

.p-environment-block.--01 .p-environment-block__grid li:nth-child(3) .alpha {
  background: #ffb55b;
}

.p-environment-block.--01 .p-environment-block__grid .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7142857143;
  color: rgba(60, 60, 60, .7);
}
@media screen and (max-width: 767px) {
  .p-environment-block.--01 .p-environment-block__grid .text {
    font-size: 15px;
    line-height: 1.6;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.p-environment-block.--01 .p-environment-block__img {
  margin-top: 6.25rem;
  border-radius: 24px;
  background: #fff;
  padding: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-environment-block.--01 .p-environment-block__img {
    margin-top: 3.75rem;
    border-radius: 9px;
    padding: 0.5625rem;
  }
}

.p-environment__btn {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-environment__btn {
    margin-top: 3.4375rem;
  }
}

.p-environment__btn .c-btn {
  max-width: 431px;
  margin-inline: auto;
  border-radius: 50px;
  padding: 25px 30px 25px 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-environment__btn .c-btn {
    max-width: 16.625rem;
    margin-inline: inherit;
    margin-right: auto;
    font-size: 16px;
  }
}

.p-environment__btn .c-btn::after {
  content: "＞";
  color: rgba(60, 60, 60, .2);
}

.p-flow {
  padding-bottom: 13.125rem;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding-bottom: 8.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-flow .p-toc {
    display: none;
  }
}

.p-flow-head {
  overflow: hidden;
}

.p-flow__lead {
  font-weight: 500;
  font-size: 18px;
  line-height: 2.1111111111;
}
@media screen and (max-width: 767px) {
  .p-flow__lead {
    line-height: 1.8888888889;
  }
}

.p-flow-block__ttl {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.8461538462;
  padding-left: 60px;
  position: relative;
  padding-bottom: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-flow-block__ttl {
    font-size: 24px;
    line-height: 1.5833333333;
    padding-bottom: 2.5rem;
  }
}

.p-flow-block__ttl::before {
  position: absolute;
  content: "Q";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #3878ff;
  background: #3878ff;
  color: #fff;
  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;
  left: 0;
  top: 0.92em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
  font-weight: 700;
  font-size: 26px;
  padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .p-flow-block__ttl::before {
    width: 36px;
    height: 36px;
    font-size: 24px;
  }
}

.p-flow-block__ttl::after {
  position: absolute;
  content: "";
  bottom: -2px;
  width: 4px;
  height: calc(40% + 2.8125rem);
  background: #8cb1ff;
  z-index: -1;
  left: 18px;
}
@media screen and (max-width: 767px) {
  .p-flow-block__ttl::after {
    height: calc(40% + 2.5rem);
    left: 16px;
  }
}

.p-flow-block__box {
  background: #fff;
  position: relative;
  border-radius: 20px;
  padding: 60px 35px;
}
@media screen and (max-width: 767px) {
  .p-flow-block__box {
    padding: 3.25rem 1.25rem 1.875rem;
  }
}

.p-flow-block__box::before {
  position: absolute;
  content: "A";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #3878ff;
  background: #fff;
  color: #3878ff;
  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;
  left: 0;
  top: 0;
  line-height: 1;
  font-weight: 700;
  font-size: 26px;
  padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .p-flow-block__box::before {
    width: 36px;
    height: 36px;
    font-size: 24px;
  }
}

.p-flow-block__text {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.9;
  color: #3878ff;
}
@media screen and (max-width: 1000px) {
  .p-flow-block__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-flow-block__text {
    font-size: 18px;
    line-height: 1.6666666667;
  }
}

.p-flow-block.--01 {
  margin-top: 8.75rem;
  padding-top: 4.125rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-flow-block.--01 {
    margin-top: 6.25rem;
    padding-top: 3.3125rem;
    padding-bottom: 4.9375rem;
  }
}

.p-flow-block.--01 .flow-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}
.p-flow-block.--01 .flow-list .num {
  font-weight: 700;
  font-size: 18px;
  color: #3878ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.625rem;
}
.p-flow-block.--01 .flow-list .num span {
  width: 26px;
  height: 26px;
  background: #3878ff;
  border-radius: 50%;
  color: #fff;
  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;
  margin-right: 10px;
  padding-bottom: 3px;
}
.p-flow-block.--01 .flow-list .text {
  margin-top: 1.125rem;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7142857143;
}
@media screen and (max-width: 1000px) {
  .p-flow-block.--01 .flow-list {
    grid-template-columns: 1fr 1fr;
    row-gap: 1.875rem;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .p-flow-block.--01 .flow-list .img {
    width: 80%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-flow-block.--01 .flow-list {
    grid-template-columns: 1fr;
    margin-top: 0.625rem;
  }
  .p-flow-block.--01 .flow-list li {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(60, 60, 60, .1);
    display: grid;
    grid-template-columns: 8.125rem 1fr;
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
    margin-top: 1.5625rem;
  }
  .p-flow-block.--01 .flow-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .p-flow-block.--01 .flow-list .img {
    width: 100%;
  }
  .p-flow-block.--01 .flow-list .num {
    font-size: 16px;
    margin-top: 0;
  }
  .p-flow-block.--01 .flow-list .num span {
    width: 1.375rem;
    height: 1.375rem;
    margin-right: 0.5rem;
  }
}

.p-flow-block.--02 {
  padding-top: 3.75rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-flow-block.--02 {
    padding-top: 2.9375rem;
    padding-bottom: 5rem;
  }
}

.p-flow-block.--03 {
  padding-top: 3.625rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-flow-block.--03 {
    padding-top: 2.9375rem;
    padding-bottom: 5rem;
  }
}

.p-flow-block.--04 {
  padding-top: 3.625rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-flow-block.--04 {
    padding-top: 2.9375rem;
    padding-bottom: 5rem;
  }
}

.p-flow-block.--05 {
  padding-top: 3.625rem;
  padding-bottom: 12.1875rem;
}
.p-flow-block.--05 .p-flow-block__box {
  padding-bottom: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-flow-block.--05 {
    padding-top: 2.9375rem;
    padding-bottom: 5rem;
  }
}

.p-flow-block__remind {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2.5rem;
}
.p-flow-block__remind li {
  position: relative;
  padding-bottom: 2.375rem;
  border-bottom: 1px solid #c6cbd1;
}
.p-flow-block__remind li:last-child {
  border-bottom: none;
}
.p-flow-block__remind .ttl {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.3846153846;
  position: relative;
  padding-left: 18px;
  color: #3878ff;
  padding-right: 18px;
}
.p-flow-block__remind .ttl::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  height: 100%;
  width: 0.25rem;
  background: #3878ff;
  border-radius: 6px;
}
.p-flow-block__remind .text {
  font-weight: 500;
  font-size: 18px;
  color: rgba(60, 60, 60, .7);
  margin-top: 15px;
  padding-right: 18px;
}
.p-flow-block__remind .img {
  position: absolute;
  right: 0;
  bottom: 2.375rem;
  max-width: 46%;
  aspect-ratio: 358/210;
  height: calc(100% - 2.375rem);
}
.p-flow-block__remind .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-flow-block__remind .link {
  margin-top: 30px;
  display: block;
}
.p-flow-block__remind .cat {
  font-weight: 700;
  font-size: 14px;
  color: #4180ff;
}
.p-flow-block__remind .article {
  font-weight: 700;
  font-size: 20px;
  margin-top: 0.3125rem;
}
.p-flow-block__remind .article span {
  display: inline-block;
  padding-right: 2.5rem;
  background: url(../images/common/news-arrow.png) no-repeat center right/contain;
  background-size: 7px 9px;
}
.p-flow-block__remind .ttl,
.p-flow-block__remind .text,
.p-flow-block__remind .link {
  width: 54%;
}
@media screen and (max-width: 1000px) {
  .p-flow-block__remind .ttl {
    font-size: 22px;
    line-height: 1.4545454545;
  }
  .p-flow-block__remind .text {
    font-size: 16px;
  }
  .p-flow-block__remind .img {
    max-width: 40%;
  }
  .p-flow-block__remind .ttl,
  .p-flow-block__remind .text,
  .p-flow-block__remind .link {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .p-flow-block__remind {
    row-gap: 2.5rem;
  }
  .p-flow-block__remind li {
    position: static;
    padding-bottom: 2.1875rem;
  }
  .p-flow-block__remind li:last-child {
    border-bottom: none;
  }
  .p-flow-block__remind .ttl {
    font-size: 22px;
    line-height: 1.2727272727;
    padding-left: 1.25rem;
  }
  .p-flow-block__remind .text {
    font-size: 16px;
    margin-top: 0.9375rem;
  }
  .p-flow-block__remind .img {
    position: static;
    max-width: 100%;
    height: auto;
    margin-top: 1.5625rem;
  }
  .p-flow-block__remind .link {
    margin-top: 1.1875rem;
  }
  .p-flow-block__remind .article {
    margin-top: 0.3125rem;
  }
  .p-flow-block__remind .ttl,
  .p-flow-block__remind .text,
  .p-flow-block__remind .link {
    width: 100%;
  }
}

.l-footer {
  max-width: 1600px;
  margin-inline: auto;
}
.p-footer {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.p-footer__wrapper {
  background: #4180FF;
  color: #fff;
  border-radius: 20px 20px 0 0;
  padding: 45px 3.4375rem 50px;
}
@media screen and (max-width: 767px) {
  .p-footer__wrapper {
    padding: 30px 0.625rem 16px;
  }
}

.p-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    display: block;
  }
}

.p-footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-footer__main {
    display: block;
  }
}

.p-footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-footer__left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-footer__logo {
  width: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 110px;
  }
}

.p-footer__name {
  font-weight: 700;
  font-size: 13px;
  margin-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__name {
    font-size: 12px;
    margin-left: 20px;
    font-weight: 500;
  }
}

.p-footer__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__middle {
    margin-left: 0;
    margin-top: 22px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-footer__middle a {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-footer__middle a {
    font-size: 11px;
  }
}

.p-footer__middle li + li a {
  margin-left: 1.25rem;
  padding-left: 1.25rem;
  border-left: 1px solid #fff;
}

.p-footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-footer__right {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-footer__copy {
  font-size: 11px;
  font-weight: 700;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    margin-top: 40px;
  }
}

.p-footer__jpx {
  margin-left: 1.5625rem;
  width: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__jpx {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

/*固定カテゴリーボタン*/
@media screen and (min-width: 768px) {
  .p-fixcat,
  .p-fixcat-contents {
    display: none;
  }
}
.p-footer__top {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 1000px) {
  .p-footer__top {
    display: none;
  }
}

.p-footer__aboutList {
  width: 55%;
}

.p-footer__aboutBlock {
  display: grid;
  grid-template-columns: 0.9fr 0.9fr 0.6fr;
  gap: 36px;
}

.p-footer__aboutBlock .ttl {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1100px) {
  .p-footer__aboutBlock .ttl {
    font-size: 16px;
  }
}

.p-footer__aboutBlock li ul li + li {
  margin-top: 0.875rem;
}

.p-footer__aboutBlock a {
  color: rgba(255, 255, 255, .7);
  font-weight: 700;
  font-size: 16px;
  padding-right: 1.4375rem;
  position: relative;
}
.p-footer__aboutBlock a::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 7px;
  height: 9px;
  background: url(../images/common/menu-arrow.png) no-repeat center center/contain;
}
@media screen and (max-width: 1100px) {
  .p-footer__aboutBlock a {
    font-size: 15px;
  }
}

.p-footer__catList {
  width: 45%;
  padding-left: 3.125rem;
  border-left: 1px solid rgba(255, 255, 255, .3);
  margin-left: 3.125rem;
}
@media screen and (max-width: 1100px) {
  .p-footer__catList {
    padding-left: 1.875rem;
    margin-left: 1.875rem;
  }
}

.p-footer__catList .ttl {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1100px) {
  .p-footer__catList .ttl {
    font-size: 16px;
  }
}

.p-footer__catItems {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  color: rgba(255, 255, 255, .7);
  row-gap: 0.875rem;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  .p-footer__catItems {
    font-size: 15px;
  }
}

.p-header {
  height: 90px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
  position: fixed;
  background: #f8faff;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 64px;
  }
}

#kuroseraku .p-header {
  background: none;
  border-bottom: none;
}

.p-header__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1600px;
  margin-inline: auto;
  position: relative;
}

.p-header__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
}

.p-header__logo {
  max-width: 163px;
  width: 100%;
  height: inherit;
}
@media screen and (max-width: 1000px) {
  .p-header__logo {
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    max-width: 6.5rem;
  }
}

.p-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header.is-open .p-header__logo .blue {
  display: none;
}

.p-header .p-header__logo .white {
  display: none;
}

.p-header.is-open .p-header__logo .white {
  display: block;
}

.p-header__logo a {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__name {
  font-weight: 500;
  font-size: 13px;
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-header__name {
    font-size: 12px;
    margin-left: 0.9375rem;
  }
}

.p-header.is-open .p-header__name {
  color: #fff;
}

.p-header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-header__nav {
    margin-top: 2.5rem;
  }
}

.p-header__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-header__nav-items {
    display: block;
  }
}

.p-header__itemWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #4180ff;
  margin-left: 1.25rem;
  border-radius: 7px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-header__itemWrapper {
    margin-left: 0;
    margin-top: 0.9375rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-header__nav-item--b {
  border-radius: 7px;
  background: #163099;
  color: #fff;
}

.p-header__nav-item {
  height: inherit;
}

.p-header__nav-item + .p-header__nav-item {
  position: relative;
}
.p-header__nav-item + .p-header__nav-item::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 48%;
  width: 1px;
  background: #4180ff;
}

.p-header__nav-item a {
  padding: 15px 50px;
  height: inherit;
  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;
  font-size: 17px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .p-header__nav-item a {
    padding: 10px 24px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-header__nav-item a {
    padding: 0.9375rem 1.875rem;
  }
}

.p-header__hamburger {
  margin-left: 1.875rem;
  width: 50px;
  height: 50px;
  padding: 0;
  outline: none;
  border: none;
  border-radius: 50%;
  background-color: #4180ff;
  cursor: pointer;
  z-index: 999;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-header__hamburger {
    margin-left: 0;
    width: 48px;
    height: 48px;
  }
}

.p-header__hamburger.is-open {
  background-color: #fff;
}

.p-header__hamburger span {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 22px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-header__hamburger span {
    width: 20px;
    height: 1px;
  }
}

.p-header__hamburger.is-open span {
  background-color: #4180ff;
}

.p-header__hamburger span:nth-of-type(1) {
  top: -5px;
}

.p-header__hamburger span:nth-of-type(2) {
  top: 0;
}

.p-header__hamburger span:nth-of-type(3) {
  top: 5px;
}

.p-header__hamburger.is-open span:nth-of-type(1) {
  top: 2px;
  -webkit-transform: translateX(-50%) rotate(35deg);
          transform: translateX(-50%) rotate(35deg);
}
@media screen and (max-width: 767px) {
  .p-header__hamburger.is-open span:nth-of-type(1) {
    top: 1px;
  }
}

.p-header__hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.p-header__hamburger.is-open span:nth-of-type(3) {
  top: -2px;
  -webkit-transform: translateX(-50%) rotate(-35deg);
          transform: translateX(-50%) rotate(-35deg);
}
@media screen and (max-width: 767px) {
  .p-header__hamburger.is-open span:nth-of-type(3) {
    top: -1px;
  }
}

.p-drawer {
  padding: 70px 6.25rem;
  display: none;
  position: fixed;
  z-index: 900;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  scrollbar-width: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1000px) {
  .p-drawer {
    padding: 90px 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-drawer {
    padding: 133px 1.5625rem 25px;
  }
}

.p-drawer.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-drawer::-webkit-scrollbar {
  display: none;
}

.p-drawer__contents {
  margin-top: auto;
  width: 100%;
  max-width: 1168px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-drawer__contents {
    width: auto;
  }
}

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

@keyframes drawerAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-drawer.is-open .p-drawer__contents {
  -webkit-animation-name: drawerAnim;
          animation-name: drawerAnim;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.p-drawer .c-secttl {
  width: 81%;
  padding-bottom: 1.5625rem;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .p-drawer .c-secttl {
    width: 100%;
  }
}

.p-drawer .c-secttl__en {
  color: #fff;
  opacity: 0.7;
}
.p-drawer .c-secttl__en::before {
  background: #fff;
}

.p-drawer__wrapper {
  color: #fff;
  display: grid;
  grid-template-columns: 81% 1fr;
  -webkit-column-gap: 4.0625rem;
     -moz-column-gap: 4.0625rem;
          column-gap: 4.0625rem;
}
@media screen and (max-width: 1000px) {
  .p-drawer__wrapper {
    grid-template-columns: 72% 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-drawer__wrapper {
    grid-template-columns: 1fr;
  }
}

.p-drawer__menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1000px) {
  .p-drawer__menu {
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
  }
}
@media screen and (min-width: 1001px) {
  .p-drawer__block.--02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-drawer__item + .p-drawer__item {
  margin-top: 40px;
}

.p-drawer-item {
  display: grid;
  grid-template-columns: 13.625rem 1fr;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media screen and (max-width: 1000px) {
  .p-drawer-item {
    grid-template-columns: 218px 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-drawer-item {
    padding-top: 1.875rem;
    position: relative;
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
    grid-template-columns: 47% 1fr;
  }
}

.p-drawer-item__img {
  aspect-ratio: 308/190;
  border-radius: 12px;
  overflow: hidden;
}
.p-drawer-item__img img,
.p-drawer-item__img picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-drawer-item__img {
    border-radius: 6px;
  }
}

.p-drawer-item__text .ttl {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-drawer-item__text .ttl {
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.p-drawer-item__text .list {
  border-top: 1px solid 1px solid rgba(255, 255, 255, .3);
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-drawer-item__text .list {
    border-top: none;
    margin-top: 0;
  }
}

.p-drawer-item__text .list li a {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  display: block;
  opacity: 0.7;
  font-weight: 700;
}
.p-drawer-item__text .list li a::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 9px;
  background: url(../images/common/menu-arrow.png) no-repeat center center/contain;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-drawer-item__text .list li a {
    font-size: 14px;
  }
}

.p-drawer__category {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-drawer__category {
    display: none;
  }
}

.p-drawer__category .ttl {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1.5625rem;
}

.p-drawer__category .link {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.p-drawer__category .link + .link {
  margin-top: 0.9375rem;
}

.p-drawer__link {
  margin-top: 35px;
  color: rgba(255, 255, 255, .7);
}
.p-drawer__link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-drawer__link ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-drawer__link ul li + li {
  margin-left: 1.25rem;
  padding-left: 1.25rem;
  border-left: 1px solid rgba(255, 255, 255, .3);
}

.p-drawer__link ul li a {
  font-size: 13px;
  font-weight: 500;
}

.p-header.is-open ~ .p-top-mv .p-header__inner--top,
.p-header__inner--top.is-fixed {
  position: fixed;
  top: 0;
  bottom: auto;
  right: 1.25rem;
  z-index: 990;
}

.p-header__inner--top .p-header__nav-items {
  display: none;
}

.p-header.is-open ~ .p-top-mv .p-header__inner--top .p-header__nav-items,
.p-header__inner--top.is-fixed .p-header__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-header.is-open ~ .p-top-mv .p-header__inner--top .p-header__nav-items,
  .p-header__inner--top.is-fixed .p-header__nav-items {
    display: block;
  }
}

.p-drawer__circle {
  position: absolute;
  z-index: 3;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background: #4180FF;
  -webkit-transform: scale(0);
          transform: scale(0);
  right: 0;
  top: 1.875rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.p-drawer__circle.is-active {
  -webkit-transform: scale(100);
          transform: scale(100);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.p-interview {
  padding-bottom: 15.625rem;
}
@media screen and (max-width: 767px) {
  .p-interview {
    padding-bottom: 10rem;
  }
}

@media screen and (max-width: 767px) {
  .p-interview .p-toc {
    display: none;
  }
}

.p-interview-head__sub {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-interview-head__sub {
    font-size: 18px;
    margin-bottom: 0.9375rem;
  }
}

.p-interview-head__ttl {
  font-size: 42px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .p-interview-head__ttl {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-interview-head__ttl {
    font-size: 26px;
    margin-top: 1.875rem;
  }
}

#kuroseraku .p-interview-head__ttl {
  font-family: "Noto Serif JP", serif;
}

.p-interview-head__main .profile {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-interview-head__main .profile {
    margin-top: 0.9375rem;
  }
}

.p-interview-head__main .name {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-interview-head__main .name {
    font-size: 18px;
    display: block;
  }
}

.p-interview-head__main .info {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-interview-head__main .info {
    margin-top: 0.9375rem;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-interview-head__main .info span {
  margin-right: 0.3125rem;
}

.p-interview-head__main .content {
  font-size: 14px;
  font-weight: 700;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-interview .content.u-mobile {
    margin-top: 2.5rem;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.7142857143;
  }
}

.p-interview__catch {
  aspect-ratio: 1208/592;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 3.75rem;
}
.p-interview__catch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-interview__catch {
    margin-top: 2.5rem;
    border-radius: 4px;
  }
}

.p-interview__body {
  margin-top: 11.4375rem;
  padding-bottom: 9.6875rem;
}
@media screen and (max-width: 767px) {
  .p-interview__body {
    margin-top: 5rem;
    padding-bottom: 6.25rem;
  }
}

.p-interview__item + .p-interview__item {
  margin-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-interview__item + .p-interview__item {
    margin-top: 6.25rem;
  }
}

.p-interview-item__ttl {
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .p-interview-item__ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-interview-item__ttl {
    font-size: 28px;
  }
}

.p-interview-item__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.111;
  margin-top: 3.75rem;
}
@media screen and (max-width: 1000px) {
  .p-interview-item__text {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .p-interview-item__text {
    margin-top: 2.5rem;
  }
}

.p-interview-item__img {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-interview-item__img {
    margin-top: 3.4375rem;
  }
}

.p-interview-item__img.--02 {
  margin-top: 1.5625rem;
}

/* 対談 */
.p-dialog__member {
  margin-bottom: 11.25rem;
}
@media screen and (max-width: 767px) {
  .p-dialog__member {
    margin-bottom: 7.5rem;
  }
}

.p-dialog-member__ttl {
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-dialog-member__ttl {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-dialog-member__ttl span {
  font-size: 16px;
  font-weight: 700;
  padding: 5px 12px;
  background: #4180FF;
  color: #fff;
  display: inline-block;
  border-radius: 20px;
}

.p-dialog-member__list {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-dialog-member__list {
    gap: 1.5625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-dialog-member__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-dialog-member__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-dialog-member__item {
    position: relative;
    padding-top: 2.875rem;
  }
}

.p-dialog-member__item .img {
  width: 8.75rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.p-dialog-member__item .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-dialog-member__item .img {
    width: 5.5rem;
    margin-right: 0.9375rem;
  }
}

.p-dialog-member__item .info {
  font-size: 12px;
  font-weight: 500;
}
.p-dialog-member__item .info p {
  opacity: 0.5;
}

.p-dialog-member__item .info .name {
  font-size: 16px;
  font-weight: 700;
  opacity: 1;
  margin-top: 0.9375rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-dialog-member__item .info .name {
    margin-top: 0;
  }
}

.p-dialog-item__ttl {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-dialog-item__ttl {
    margin-bottom: 4.375rem;
  }
}

.p-dialog__script {
  display: grid;
  grid-template-columns: 6.25rem 1fr;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-dialog__script {
    grid-template-columns: 4.25rem 1fr;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

.p-dialog__script + .p-dialog__script {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-dialog__script + .p-dialog__script {
    margin-top: 3.75rem;
  }
}

.p-dialog__script .img {
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.p-dialog__script .img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-dialog__script .comment {
  font-weight: 500;
  font-size: 18px;
  line-height: 2.1111111111;
}
@media screen and (max-width: 767px) {
  .p-dialog__script .comment {
    line-height: 1.8888888889;
  }
}

.p-interview__item .secimg {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-interview__item .secimg {
    margin-top: 3.75rem;
  }
}

#kuroseraku {
  background: #000;
  color: #fff;
}

#kuroseraku .p-header__logo .blue {
  display: none;
}

#kuroseraku .p-header__logo .white {
  display: block;
}

.p-interview.--black {
  position: relative;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-interview.--black {
    padding-bottom: 0;
  }
}

.p-main.p-interview.--black {
  contain: none;
}

.p-interview.--black .mv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 66.3vw;
  opacity: 0;
  z-index: -1;
}
.p-interview.--black .mv-bg img {
  width: 100%;
}

.p-interview.--black .c-label {
  color: #232323;
}

.p-interview.--black .p-interview-head__main {
  width: 628px;
  max-width: 100%;
}
@media screen and (max-width: 1000px) {
  .p-interview.--black .p-interview-head__main {
    width: 530px;
  }
}
@media screen and (max-width: 767px) {
  .p-interview.--black .p-interview-head__main {
    width: 100%;
  }
}

.p-interview.--black .p-interview-head__ttl {
  text-align: center;
  font-size: 58px;
}
@media screen and (max-width: 1000px) {
  .p-interview.--black .p-interview-head__ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-interview.--black .p-interview-head__ttl {
    text-align: left;
    font-size: 35px;
  }
}

.p-interview.--black .content {
  margin-top: 5.625rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .p-interview.--black .content {
    margin-top: 2.1875rem;
    line-height: 2.125;
  }
}

.p-black {
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-black .p-toc {
    display: none;
  }
}

.p-black-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-black-bg .bg00 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
}
.p-black-bg .bg00 picture,
.p-black-bg .bg00 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-black-bg .bg00.active {
  opacity: 1;
}

.p-black__index {
  position: absolute;
  height: 100%;
  z-index: 5;
  width: 23%;
}

.p-black-block {
  position: relative;
  overflow: hidden;
}

.p-black-block__head {
  height: 48.75rem;
  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;
  position: relative;
  height: 100vh;
}

.p-black-block__head::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: #000;
  z-index: -2;
  margin-left: calc(50% - 50vw);
}

.p-black-block__head::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: 374px;
  height: 507px;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-black-block__head::after {
    width: 266px;
    height: 378px;
  }
}

.p-black-block__head.--q {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.p-black-block__head.--q::after {
  background: url(../images/black-q.png) no-repeat center center/contain;
}

.p-black-block__head.--a::after {
  background: url(../images/black-a.png) no-repeat center center/contain;
}

.p-black-block__sub {
  font-weight: 700;
  font-size: 20px;
}

.p-black-block__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.525;
  text-align: center;
  margin-top: 1.875rem;
  max-width: min(53.8461538462vw, 800px);
}
@media screen and (max-width: 767px) {
  .p-black-block__ttl {
    font-size: 28px;
    line-height: 1.5714285714;
    margin-top: 1.25rem;
    max-width: none;
  }
}

.p-black-block__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  margin-top: 3.75rem;
}
.p-black-block__icons img {
  width: 5rem;
}

.p-black__conv {
  padding-left: 23%;
  padding-bottom: 6.25rem;
  padding-top: 21.4375rem;
  padding-top: 100vh;
}
@media screen and (max-width: 767px) {
  .p-black__conv {
    padding-left: 0;
    padding-bottom: 31.25rem;
  }
}

.p-black__script + .p-black__script {
  margin-top: 4.375rem;
}

.p-black__comment {
  position: relative;
  padding-top: 40px;
  margin-left: auto;
  width: 500px;
}
@media screen and (max-width: 1200px) {
  .p-black__comment {
    width: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .p-black__comment {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .p-black__comment {
    margin-right: auto;
  }
}

.p-black__comment .img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.p-black__comment.--a .img {
  border: 4px solid #4180ff;
}

.p-black__comment.--b .img {
  border: 4px solid #163096;
}

.p-black__comment .num {
  position: absolute;
  left: -4px;
  top: 52px;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  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;
  padding-bottom: 2px;
}

.p-black__comment.--a .num {
  border: 2px solid #4180ff;
  color: #4180ff;
}

.p-black__comment.--b .num {
  border: 2px solid #163096;
  color: #163096;
}

.p-black__comment .text {
  background: #242429;
  padding: 62px 24px 32px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6666666667;
}
.p-black__comment.--a .text {
  background: #4180ff;
}

.p-black__comment.--b .text {
  background: #163096;
}

.p-black-block.--after .ttl {
  margin-left: auto;
  width: 500px;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 4.6875rem;
}
@media screen and (max-width: 1200px) {
  .p-black-block.--after .ttl {
    width: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .p-black-block.--after .ttl {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .p-black-block.--after .ttl {
    margin-right: auto;
    margin-bottom: 5rem;
  }
}

.p-black__convAfter {
  padding-left: 23%;
  padding-top: 7.125rem;
  padding-bottom: 5.1875rem;
}
@media screen and (max-width: 767px) {
  .p-black__convAfter {
    padding-left: 0;
    padding-top: 2.125rem;
    padding-bottom: 3.125rem;
  }
}

#kuroseraku .l-related {
  padding-bottom: 14.375rem;
  padding-top: 9.1875rem;
}
@media screen and (max-width: 767px) {
  #kuroseraku .l-related {
    padding-top: 6.125rem;
    padding-bottom: 10rem;
  }
}

.p-iroha {
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-iroha {
    padding-bottom: 8.125rem;
    overflow: hidden;
  }
}

.p-iroha__inner {
  display: grid;
  grid-template-columns: 1fr 33%;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-iroha__inner {
    display: block;
  }
}

.p-iroha__name {
  color: #4180FF;
  font-weight: 700;
  font-size: 16px;
}

.p-iroha__content .date {
  font-weight: 500;
  font-size: 12px;
  margin-top: 2.5rem;
}

.p-iroha__content .ttl {
  font-weight: 700;
  font-size: 42px;
  line-height: 1.3;
  margin-top: 1.25rem;
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .p-iroha__content .ttl {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-iroha__content .ttl {
    font-size: 30px;
    line-height: 1.3333333333;
  }
}

.p-iroha__content .labels {
  margin-top: 1.875rem;
}

.p-iroha__content .catch {
  overflow: hidden;
  border-radius: 12px;
  margin-top: 3.75rem;
}
.p-iroha__content .catch img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-iroha__content .catch {
    margin-top: 2.125rem;
    border-radius: 4px;
  }
}

.p-iroha__content .content {
  font-size: 16px;
  margin-top: 3.75rem;
}
.p-iroha__content .content h2,
.p-iroha__content .content h3,
.p-iroha__content .content h4,
.p-iroha__content .content h5 {
  margin-top: 1.7em;
  margin-bottom: 1.3em;
}
.p-iroha__content .content h2 {
  font-size: 24px;
  font-weight: 700;
  background: #f7f7f7;
  border-left: solid #1d2088 5px;
  padding: 14px 12px;
}
.p-iroha__content .content h3 {
  font-size: 21px;
  font-weight: 700;
  padding: 10px 0 10px 16px;
  position: relative;
}
.p-iroha__content .content h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  width: 6px;
  height: 100%;
  background: rgba(29, 32, 136, .3215686275);
}
.p-iroha__content .content h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}
.p-iroha__content .content h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.25;
}
.p-iroha__content .content p {
  font-weight: 500;
  font-size: 16px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.p-iroha__content .content p.has-background {
  padding: 1.875rem;
  border-radius: 6px;
}
.p-iroha__content .content .wp-block-image {
  margin-top: 1.875rem;
}
.p-iroha__content .content a {
  color: #0073aa;
}
.p-iroha__content .content .iroha-tag {
  display: inline-block;
  background-color: #1d2180;
  color: #ffffff;
  font-size: 12px;
  padding: 1px 5px 3px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-iroha__content .content {
    margin-top: 2.125rem;
  }
  .p-iroha__content .content p {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }
  .p-iroha__content .content p.has-background {
    padding: 1.875rem;
    border-radius: 6px;
  }
  .p-iroha__content .content .wp-block-image {
    margin-top: 1.5625rem;
  }
}

.p-iroha-side {
  margin-top: 7.5rem;
}
.p-iroha-side__ttl {
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid rgba(60, 60, 60, .1);
}

.p-iroha-side__contents {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-iroha-side__contents {
    margin-top: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-iroha-pickup__slider .swiper {
    margin-right: calc(50% - 50vw);
  }
}

@media screen and (min-width: 768px) {
  .p-iroha-pickup__list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 1.5625rem;
  }
}

.p-iroha-pickup__item {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(60, 60, 60, .1);
}
@media screen and (max-width: 767px) {
  .p-iroha-pickup__item {
    border-bottom: none;
  }
}

.p-iroha-pickup__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

@media screen and (min-width: 768px) {
  .p-iroha-pickup__item .link {
    display: grid;
    grid-template-columns: 11.25rem 1fr;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}
.p-iroha-pickup__item .catch {
  border-radius: 3px;
  overflow: hidden;
  aspect-ratio: 1280/720;
}
.p-iroha-pickup__item .catch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-iroha-pickup__item .date {
  font-weight: 500;
  font-size: 12px;
  color: rgba(60, 60, 60, .5);
}
@media screen and (max-width: 767px) {
  .p-iroha-pickup__item .date {
    margin-top: 1.25rem;
  }
}

.p-iroha-pickup__item .ttl {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5714285714;
  margin-top: 0.5625rem;
}
.p-iroha-pickup__item .excerpt {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6666666667;
  color: rgba(60, 60, 60, .5);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-iroha-pickup__item .excerpt {
    margin-top: 0.625rem;
  }
}

.p-iroha-side__search {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-iroha-side__search {
    margin-top: 3.125rem;
  }
}

.p-iroha__content .m-0 {
  margin: 0 !important;
}

.p-iroha__content .iroha-border-block {
  border: 2px solid #4180ff;
  padding: 17px;
}

.p-iroha__content ol.iroha-border-block {
  padding: 17px 17px 17px 30px;
}

.p-iroha__content .iroha-dotted-block {
  border: 2px dotted #4180ff;
  padding: 17px;
}

.p-iroha__content .iroha-link-block {
  border: 2px dotted #ddd;
  padding: 17px;
}

.p-iroha__content .content li {
  padding: 0.5em 0;
}

.p-iroha__content .content li::marker {
  font-weight: bold;
}

.p-iroha__content .checkpoint li {
  position: relative;
  padding-left: 25px;
}

.p-iroha__content .checkpoint li:before {
  display: block;
  content: "";
  position: relative;
  top: 1em;
  left: -1.5em;
  width: 10px;
  height: 13px;
  border-left: 4px solid #29c4cc;
  border-bottom: 4px solid #29c4cc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  min-width: 18px;
}

.p-iroha__content .iroha-article-point {
  margin: 32px 0;
}

.p-iroha__content .iroha-article-point::before {
  content: "この記事のポイント";
  color: #fff;
  background-color: #4a4da0;
  text-align: center;
  font-size: 17px;
  padding: 0 40px;
  position: relative;
  bottom: -1px;
}

.p-iroha__content .iroha-article-point ul {
  border: solid 2px #4a4da0;
  padding: 17px 17px 17px;
  list-style: none;
}

.p-iroha__content .iroha-article-point li {
  background: url(/seraku/wp-content/themes/seraku/assets/images/iroha/checkmark.svg) left 0 top 5px no-repeat;
  background-size: 32px auto;
  padding-left: 34px;
}

/**/
.p-informationsession {
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-informationsession {
    padding-bottom: 8.125rem;
    overflow: hidden;
  }
}

.p-informationsession__inner {
  display: grid;
  grid-template-columns: 1fr 33%;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-informationsession__inner {
    display: block;
  }
}

.p-informationsession__name {
  color: #4180FF;
  font-weight: 700;
  font-size: 16px;
}

.p-informationsession__content .date {
  font-weight: 500;
  font-size: 12px;
  margin-top: 2.5rem;
}

.p-informationsession__content .ttl {
  font-weight: 700;
  font-size: 42px;
  line-height: 1.3;
  margin-top: 1.25rem;
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .p-informationsession__content .ttl {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-informationsession__content .ttl {
    font-size: 30px;
    line-height: 1.3333333333;
  }
}

.p-informationsession__content .labels {
  margin-top: 1.875rem;
}

.p-informationsession__content .catch {
  overflow: hidden;
  border-radius: 12px;
  margin-top: 3.75rem;
}
.p-informationsession__content .catch img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-informationsession__content .catch {
    margin-top: 2.125rem;
    border-radius: 4px;
  }
}

.p-informationsession__content .content {
  font-size: 16px;
  margin-top: 3.75rem;
}
.p-informationsession__content .content h2,
.p-informationsession__content .content h3,
.p-informationsession__content .content h4,
.p-informationsession__content .content h5 {
  margin-top: 1.7em;
  margin-bottom: 1.3em;
}
.p-informationsession__content .content h2 {
  font-size: 24px;
  font-weight: 700;
  background: #f7f7f7;
  border-left: solid #1d2088 5px;
  padding: 14px 12px;
}
.p-informationsession__content .content h3 {
  font-size: 21px;
  font-weight: 700;
  padding: 10px 0 10px 16px;
  position: relative;
}
.p-informationsession__content .content h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  width: 6px;
  height: 100%;
  background: rgba(29, 32, 136, .3215686275);
}
.p-informationsession__content .content h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}
.p-informationsession__content .content h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.25;
}
.p-informationsession__content .content p {
  font-weight: 500;
  font-size: 16px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.p-informationsession__content .content p.has-background {
  padding: 1.875rem;
  border-radius: 6px;
}
.p-informationsession__content .content .wp-block-image {
  margin-top: 1.875rem;
}
.p-informationsession__content .content a {
  color: #0073aa;
}
.p-informationsession__content .content .informationsession-tag {
  display: inline-block;
  background-color: #1d2180;
  color: #ffffff;
  font-size: 12px;
  padding: 1px 5px 3px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-informationsession__content .content {
    margin-top: 2.125rem;
  }
  .p-informationsession__content .content p {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }
  .p-informationsession__content .content p.has-background {
    padding: 1.875rem;
    border-radius: 6px;
  }
  .p-informationsession__content .content .wp-block-image {
    margin-top: 1.5625rem;
  }
}

.p-informationsession-side {
  margin-top: 7.5rem;
}
.p-informationsession-side__ttl {
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid rgba(60, 60, 60, .1);
}

.p-informationsession-side__contents {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-informationsession-side__contents {
    margin-top: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-informationsession-pickup__slider .swiper {
    margin-right: calc(50% - 50vw);
  }
}

@media screen and (min-width: 768px) {
  .p-informationsession-pickup__list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 1.5625rem;
  }
}

.p-informationsession-pickup__item {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(60, 60, 60, .1);
}
@media screen and (max-width: 767px) {
  .p-informationsession-pickup__item {
    border-bottom: none;
  }
  /*20251023追加*/
  .p-informationsession-pickup__slider .swiper {
        margin-right: initial;
  }
  /*20251023追加ここまで*/
}

.p-informationsession-pickup__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

@media screen and (min-width: 768px) {
  .p-informationsession-pickup__item .link {
    display: grid;
    grid-template-columns: 11.25rem 1fr;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}
.p-informationsession-pickup__item .catch {
  border-radius: 3px;
  overflow: hidden;
  aspect-ratio: 1280/720;
}
.p-informationsession-pickup__item .catch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-informationsession-pickup__item .date {
  font-weight: 500;
  font-size: 12px;
  color: rgba(60, 60, 60, .5);
}
@media screen and (max-width: 767px) {
  .p-informationsession-pickup__item .date {
    margin-top: 1.25rem;
  }
}

.p-informationsession-pickup__item .ttl {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5714285714;
  margin-top: 0.5625rem;
}
.p-informationsession-pickup__item .excerpt {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6666666667;
  color: rgba(60, 60, 60, .5);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-informationsession-pickup__item .excerpt {
    margin-top: 0.625rem;
  }
}

.p-informationsession-side__search {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-informationsession-side__search {
    margin-top: 3.125rem;
  }
}

.p-informationsession__content .m-0 {
  margin: 0 !important;
}

.p-informationsession__content .informationsession-border-block {
  border: 2px solid #4180ff;
  padding: 17px;
}

.p-informationsession__content ol.informationsession-border-block {
  padding: 17px 17px 17px 30px;
}

.p-informationsession__content .informationsession-dotted-block {
  border: 2px dotted #4180ff;
  padding: 17px;
}

.p-informationsession__content .informationsession-link-block {
  border: 2px dotted #ddd;
  padding: 17px;
}

.p-informationsession__content .content li {
  padding: 0.5em 0;
}

.p-informationsession__content .content li::marker {
  font-weight: bold;
}

.p-informationsession__content .checkpoint li {
  position: relative;
  padding-left: 25px;
}

.p-informationsession__content .checkpoint li:before {
  display: block;
  content: "";
  position: relative;
  top: 1em;
  left: -1.5em;
  width: 10px;
  height: 13px;
  border-left: 4px solid #29c4cc;
  border-bottom: 4px solid #29c4cc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  min-width: 18px;
}

.p-informationsession__content .informationsession-article-point {
  margin: 32px 0;
}

.p-informationsession__content .informationsession-article-point::before {
  content: "この記事のポイント";
  color: #fff;
  background-color: #4a4da0;
  text-align: center;
  font-size: 17px;
  padding: 0 40px;
  position: relative;
  bottom: -1px;
}

.p-informationsession__content .informationsession-article-point ul {
  border: solid 2px #4a4da0;
  padding: 17px 17px 17px;
  list-style: none;
}

.p-informationsession__content .informationsession-article-point li {
  background: url(/seraku/wp-content/themes/seraku/assets/images/iroha/checkmark.svg) left 0 top 5px no-repeat;
  background-size: 32px auto;
  padding-left: 34px;
}

.hukidashi-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}
.hukidashi-left .img {
  width: 17%;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .hukidashi-left .img {
    min-width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .hukidashi-left .img {
    width: 5rem;
  }
}

.hukidashi-left .comment {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  border-radius: 30px;
  padding: 42px 30px;
  margin-left: 30px;
  position: relative;
  background: #fff;
  width: 94.04%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .hukidashi-left .comment {
    font-size: 15px;
    line-height: 1.8666666667;
    border-radius: 30px;
    padding: 1.6875rem 1.875rem;
  }
}

.hukidashi-left .comment::before {
  position: absolute;
  content: "";
  top: 17%;
  left: -22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 29px solid #fff;
  border-left: 0;
}
@media screen and (max-width: 767px) {
  .hukidashi-left .comment::before {
    top: 10%;
  }
}

.hukidashi-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}
.hukidashi-right .img {
  width: 17%;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .hukidashi-right .img {
    min-width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .hukidashi-right .img {
    width: 5rem;
  }
}

.hukidashi-right .comment {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  border-radius: 30px;
  padding: 42px 30px;
  margin-right: 30px;
  position: relative;
  background: #fff;
  width: 94.04%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .hukidashi-right .comment {
    font-size: 15px;
    line-height: 1.8666666667;
    border-radius: 30px;
    padding: 1.6875rem 1.875rem;
  }
}

.hukidashi-right .comment::before {
  position: absolute;
  content: "";
  top: 17%;
  right: -22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 29px solid #fff;
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .hukidashi-right .comment::before {
    top: 10%;
  }
}

.p-number {
  padding-bottom: 13.125rem;
}
@media screen and (max-width: 767px) {
  .p-number {
    padding-bottom: 8.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-number .p-toc {
    display: none;
  }
}

.p-number-head {
  overflow: hidden;
}

.p-number__body__contents {
  padding-bottom: 9.6875rem;
}
@media screen and (max-width: 767px) {
  .p-number__body__contents {
    padding-bottom: 6.25rem;
  }
}

.p-number__lead {
  font-weight: 500;
  font-size: 18px;
  line-height: 2.1111111111;
}
@media screen and (max-width: 767px) {
  .p-number__lead {
    line-height: 1.8888888889;
  }
}

.p-number-block.--01 {
  padding-top: 3.9375rem;
  margin-top: 8.6875rem;
}
@media screen and (max-width: 767px) {
  .p-number-block.--01 {
    padding-top: 1.875rem;
    margin-top: 6.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-number__row {
    display: contents;
  }
}

.p-number__row + .p-number__row {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-number__row + .p-number__row {
    margin-top: 0;
  }
}

.p-number__row.--02 {
  display: grid;
  grid-template-columns: 325fr 521fr;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
@media screen and (max-width: 1000px) {
  .p-number__row.--02 {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-number__row.--02 {
    display: contents;
  }
}

.p-number__row.--03 {
  display: grid;
  grid-template-columns: 270fr 580fr;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
@media screen and (max-width: 1000px) {
  .p-number__row.--03 {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-number__row.--03 {
    display: contents;
  }
}

.p-number__row.--04,
.p-number__row.--05,
.p-number__row.--06 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
@media screen and (max-width: 1000px) {
  .p-number__row.--04,
  .p-number__row.--05,
  .p-number__row.--06 {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-number__row.--04,
  .p-number__row.--05,
  .p-number__row.--06 {
    display: contents;
  }
}

.p-number__row .box {
  background: #fff;
  border-radius: 24px;
  padding: 1.875rem 1.5625rem;
  min-height: 17.5rem;
}
@media screen and (max-width: 1000px) {
  .p-number__row .box {
    padding: 30px 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-number__row .box {
    border-radius: 19px;
    padding: 1.5625rem 1.25rem;
    min-height: 11.25rem;
    margin-top: 1.5625rem;
  }
}

.p-number__row .ttl span {
  display: inline-block;
  color: #fff;
  background: #3d7cff;
  border-radius: 24px;
  font-weight: 700;
  font-size: 20px;
  padding: 3px 19px;
}
@media screen and (max-width: 1000px) {
  .p-number__row .ttl span {
    font-size: 15px;
    padding: 3px 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-number__row .ttl span {
    padding: 0.1875rem 0.625rem;
    font-size: 16px;
  }
}

.p-number__row .num-ttl {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-number__row .num-ttl {
    font-size: 18px;
  }
}

.p-number__row .num {
  font-size: 58px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .p-number__row .num {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .p-number__row .num {
    font-size: 46px;
  }
}

.p-number__row .roku {
  font-size: 0.6em;
  line-height: 1;
}

.p-number__row .small {
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-number__row .small {
    font-size: 16px;
  }
}

.p-number__row .box.--01 {
  display: grid;
  grid-template-columns: 1fr 26.25rem;
}
.p-number__row .box.--01 .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-number__row .box.--01 .right.img {
  width: 24.5rem;
  margin-inline: auto;
}
.p-number__row .box.--01 .right.img img {
  margin-inline: auto;
}
.p-number__row .box.--01 .num-ttl {
  display: block;
}
.p-number__row .box.--01 .num {
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-number__row .box.--01 {
    grid-template-columns: 1fr;
  }
  .p-number__row .box.--01 .num {
    margin-top: 2.0625rem;
  }
  .p-number__row .box.--01 .left {
    padding-bottom: 2.625rem;
    position: relative;
  }
  .p-number__row .box.--01 .left::before {
    position: absolute;
    content: "";
    height: 0.25rem;
    width: 100%;
    background: url(../images/num-line2.png) no-repeat center center/contain;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-number__row .box.--01 .right {
    margin-top: 1.875rem;
  }
  .p-number__row .box.--01 .right.img {
    width: 100%;
  }
  .p-number__row .box.--01 .num-ttl {
    text-align: center;
    margin-bottom: 1.4375rem;
  }
}

.p-number__row .box.--02,
.p-number__row .box.--04,
.p-number__row .box.--08,
.p-number__row .box.--10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-number__row .box.--02 .num,
.p-number__row .box.--04 .num,
.p-number__row .box.--08 .num,
.p-number__row .box.--10 .num {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-number__row .box.--02 .num,
  .p-number__row .box.--04 .num,
  .p-number__row .box.--08 .num,
  .p-number__row .box.--10 .num {
    margin-top: 2rem;
  }
}

.p-number__row .box.--02 .small {
  margin-top: 0.625rem;
}

.p-number__row .box.--03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-number__row .box.--03 img {
  margin-top: 1.25rem;
  width: 24.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-number__row .box.--03 img {
    width: 100%;
  }
}

.p-number__row .box.--05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-number__row .box.--05 img {
  margin-top: 1.625rem;
  width: 31.6875rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-number__row .box.--05 img {
    width: 100%;
  }
}

.p-number__row .box.--06,
.p-number__row .box.--07,
.p-number__row .box.--09,
.p-number__row .box.--11 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-number__row .box.--06 .nums,
.p-number__row .box.--07 .nums,
.p-number__row .box.--09 .nums,
.p-number__row .box.--11 .nums {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 1.875rem;
}
.p-number__row .box.--06 .item,
.p-number__row .box.--07 .item,
.p-number__row .box.--09 .item,
.p-number__row .box.--11 .item {
  padding: 1.6875rem 1.5625rem;
}
.p-number__row .box.--06 .item + .item,
.p-number__row .box.--07 .item + .item,
.p-number__row .box.--09 .item + .item,
.p-number__row .box.--11 .item + .item {
  position: relative;
}
.p-number__row .box.--06 .item + .item::before,
.p-number__row .box.--07 .item + .item::before,
.p-number__row .box.--09 .item + .item::before,
.p-number__row .box.--11 .item + .item::before {
  position: absolute;
  content: "";
  height: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.25rem;
  background: url(../images/num-line.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-number__row .box.--06 .item,
  .p-number__row .box.--07 .item,
  .p-number__row .box.--09 .item,
  .p-number__row .box.--11 .item {
    padding: 1.5625rem 1.25rem;
  }
}

.p-number__note {
  text-align: right;
  font-size: 14px;
  margin-top: 20px;
}

.p-number__row .box.--10 .note {
  font-size: 14px;
  margin-top: 20px;
  padding: 0 5px;
}
.p-number__row .box.--10 .note a {
  text-decoration: underline;
  color: #3d7cff;
}

.p-related__ttl {
  font-size: 30px;
  font-weight: 700;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-related__ttl {
    font-size: 24px;
    padding-bottom: 1.25rem;
  }
}

.p-related__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  margin-top: 3.125rem;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-related__list {
    grid-template-columns: 1fr;
    row-gap: 0.625rem;
    margin-top: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-related-item .link {
    display: grid;
    grid-template-columns: 9.0625rem 1fr;
    -webkit-column-gap: 1.125rem;
       -moz-column-gap: 1.125rem;
            column-gap: 1.125rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 0.625rem;
    position: relative;
  }
  .p-related-item .link::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 7px;
    height: 9px;
    background: url(../images/common/news-arrow.png) no-repeat center center/contain;
  }
}

.p-related-item .img {
  aspect-ratio: 1280/720;
  border-radius: 6px;
  overflow: hidden;
}
.p-related-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .p-related-item .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    padding-right: 0.9375rem;
  }
}

.p-related-item .cat {
  font-size: 14px;
  font-weight: 700;
  color: #4180FF;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-related-item .cat {
    margin-top: 0;
  }
}

.p-related-item .ttl {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0.625rem;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .p-related-item .ttl::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 7px;
    height: 9px;
    background: url(../images/common/news-arrow.png) no-repeat center center/contain;
  }
}

.p-selection {
  padding-bottom: 13.125rem;
}
@media screen and (max-width: 767px) {
  .p-selection {
    padding-bottom: 8.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-selection .p-toc {
    display: none;
  }
}

.p-selection-head {
  overflow: hidden;
}

.p-selection-block__ttl {
  font-weight: 700;
  font-size: 30px;
  margin-top: 3.875rem;
}
@media screen and (max-width: 767px) {
  .p-selection-block__ttl {
    font-size: 26px;
    margin-top: 3.125rem;
  }
}

.p-selection-block__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.1111111111;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-selection-block__text {
    line-height: 1.8888888889;
    margin-top: 2.25rem;
  }
}

.p-selection-job__ttl {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-selection-job__ttl {
    font-size: 26px;
    margin-bottom: 1.25rem;
  }
}

.p-selection-job__card .row {
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
  grid-template-columns: 135px 1fr;
}
@media screen and (max-width: 767px) {
  .p-selection-job__card .row {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    grid-template-columns: 1fr;
    row-gap: 0.625rem;
  }
}

.p-selection-job__card .row + .row {
  border-top: 1px solid #e4e4e4;
}
.p-selection-job__card dt,
.p-selection-job__card dd {
  font-size: 16px;
  font-weight: 500;
}

.p-selection-job__card dt {
  padding-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-selection-job__card dt {
    font-weight: 700;
  }
}

.p-selection-job__card dd {
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-selection-job__card dd {
    font-size: 15px;
    line-height: 1.6;
  }
}

.p-selection-entry {
  position: fixed;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-selection-entry .c-btn {
  background: #fff;
  width: 431px;
}

.p-selection-entry .c-btn,
.p-selection__btns .c-btn {
  max-width: 431px;
  margin-inline: auto;
  border-radius: 50px;
  padding: 25px 30px 25px 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-selection-entry .c-btn,
  .p-selection__btns .c-btn {
    max-width: 16.625rem;
    margin-inline: inherit;
    margin-right: auto;
    font-size: 16px;
  }
}

.p-selection-entry .c-btn::after,
.p-selection__btns .c-btn::after {
  content: ">";
  color: rgba(60, 60, 60, .2);
}

.p-selection-block.--02 {
  margin-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-selection-block.--02 {
    margin-top: 8.75rem;
  }
}

.p-selection-block.--03 {
  margin-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-selection-block.--03 {
    margin-top: 8.75rem;
  }
}

.p-selection-block.--03 .text {
  font-weight: 500;
  font-size: 16px;
  margin-top: 20px;
}
.p-selection-block.--03 .btn {
  margin-top: 30px;
}

.p-selection-block.--03 .c-btn {
  background: #fff;
  width: 431px;
  max-width: 431px;
  margin-inline: auto;
  border-radius: 50px;
  padding: 25px 30px 25px 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-selection-block.--03 .c-btn {
    max-width: 16.625rem;
    margin-inline: inherit;
    margin-right: auto;
    font-size: 16px;
  }
}

.p-selection-block.--03 .c-btn::after {
  content: ">";
  color: rgba(60, 60, 60, .2);
}

.p-selection__related {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-selection__related {
    margin-top: 7.5rem;
  }
}

.p-selection__btns {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-selection__btns {
    margin-top: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.p-selection__btns .c-btn {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-selection__btns .c-btn {
    max-width: 16.625rem;
  }
}

.p-selection__body {
  position: relative;
}

.p-selection__body .p-article__index {
  position: absolute;
  height: 100%;
  z-index: 5;
  width: 20.5%;
}
@media screen and (max-width: 767px) {
  .p-selection__body .p-article__index {
    display: none;
  }
}

.p-selection-job {
  position: relative;
  padding-top: 6.25rem;
  padding-bottom: 7.875rem;
  margin-top: 2.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-selection-job {
    padding-top: 3.75rem;
    padding-bottom: 3.125rem;
    margin-top: 1.25rem;
  }
}

.p-selection-job::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: #fff;
  z-index: -2;
  margin-left: calc(50% - 50vw);
  border-radius: 60px;
}
@media screen and (max-width: 767px) {
  .p-selection-job::before {
    border-radius: 40px;
  }
}

.p-selection__contents .pl26 {
  padding-left: 23%;
}
@media screen and (max-width: 767px) {
  .p-selection__contents .pl26 {
    padding-left: 0;
  }
}

.tab-3,
.tab-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tab-3 > label,
.tab-4 > label {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  min-width: 70px;
  padding: 1.0625rem 1em;
  background-color: #c7ccd2;
  color: rgba(60, 60, 60, .6);
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  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;
}
.tab-3 > label span,
.tab-4 > label span {
  position: relative;
  z-index: 5;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .tab-3 > label,
  .tab-4 > label {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
}
@media screen and (max-width: 767px) {
  .tab-3 > label,
  .tab-4 > label {
    font-size: 16px;
    padding: 0.9375rem 0.625rem 0.9375rem 0.5rem;
    width: 100%;
    margin-bottom: 10px;
  }
}

.tab-3 > .label1,
.tab-4 > .label1 {
  border-radius: 50px 0 0 50px;
  background: linear-gradient(to right, #c7ccd2 0%, #c7ccd2 calc(100% - 30px), #dde0e4 calc(100% - 30px), #dde0e4 100%);
  background: -webkit-gradient(linear, left top, right top, from(#eef0f1), to(#dde0e4));
  background: linear-gradient(to right, #eef0f1 0%, #dde0e4 100%);
  position: relative;
}
@media screen and (max-width: 767px) {
  .tab-3 > .label1,
  .tab-4 > .label1 {
    border-radius: 50px;
  }
}

.tab-3 > .label1::after,
.tab-4 > .label1::after {
  position: absolute;
  top: 0;
  right: 1px;
  width: 80%;
  height: 100%;
  background: #c7ccd2;
  background: #eef0f1;
  border-radius: 0 50px 50px 0;
  z-index: 2;
}

.tab-3 > .label2,
.tab-4 > .label2 {
  background: linear-gradient(to right, #dde0e4 0%, #dde0e4 calc(100% - 30px), #eef0f1 calc(100% - 30px), #eef0f1 100%);
  background: -webkit-gradient(linear, left top, right top, from(#dde0e4), to(#eef0f1));
  background: linear-gradient(to right, #dde0e4 0%, #eef0f1 100%);
  position: relative;
  margin-left: -1px;
}
@media screen and (max-width: 767px) {
  .tab-3 > .label2,
  .tab-4 > .label2 {
    border-radius: 50px;
    margin-left: 0;
  }
}

.tab-3 > .label2:has(:checked),
.tab-4 > .label2:has(:checked) {
  background: -webkit-gradient(linear, left top, right top, from(#eef0f1), to(#eef0f1));
  background: linear-gradient(to right, #eef0f1 0%, #eef0f1 100%);
}

.tab-3 > .label2::after,
.tab-4 > .label2::after {
  position: absolute;
  content: "";
  top: 0;
  right: -1px;
  width: 100%;
  height: 100%;
  background: #dde0e4;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), to(#eef0f1));
  background: linear-gradient(to right, transparent 0, #eef0f1 100%);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  border-radius: 0 50px 50px 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .tab-3 > .label2::after,
  .tab-4 > .label2::after {
    content: none;
  }
}

.tab-3 > .label2:has(:checked)::after,
.tab-4 > .label2:has(:checked)::after {
  border-radius: 0;
}

.tab-3 > .label3,
.tab-4 > .label3 {
  border-radius: 0 50px 50px 0;
  background-color: #eef0f1;
  background: #eef0f1;
  position: relative;
  margin-left: -2px;
}
@media screen and (max-width: 767px) {
  .tab-3 > .label3,
  .tab-4 > .label3 {
    border-radius: 50px;
    margin-left: 0;
  }
}

.tab-3 > .label3:has(:checked),
.tab-4 > .label3:has(:checked) {
  background: -webkit-gradient(linear, left top, right top, from(#dde0e4), to(#eef0f1));
  background: linear-gradient(to right, #dde0e4 0%, #eef0f1 100%);
}

.tab-3 > .label3::after,
.tab-4 > .label3::after {
  position: absolute;
  content: "";
  top: 0;
  right: -1px;
  width: 100%;
  width: 100%;
  height: 100%;
  background: #dde0e4;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#dde0e4));
  background: linear-gradient(to right, transparent 0%, #dde0e4 100%);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  border-radius: 0 50px 50px 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .tab-3 > .label3::after,
  .tab-4 > .label3::after {
    content: none;
  }
}

.tab-3 > .label3:has(:checked)::after,
.tab-4 > .label3:has(:checked)::after {
  border-radius: 0;
}

.tab-3 > label:hover,
.tab-4 > label:hover {
  opacity: 1;
}

.tab-3 input,
.tab-4 input {
  display: none;
}

.tab-3 > div,
.tab-4 > div {
  width: 100%;
}

.tab-3 label:has(:checked),
.tab-4 label:has(:checked) {
  color: #fff;
  position: relative;
  z-index: 4;
  -webkit-transition: all linear 0.3s 80ms;
  transition: all linear 0.3s 80ms;
}
.tab-3 label:has(:checked)::after,
.tab-4 label:has(:checked)::after {
  z-index: -2;
}

.tab-3 label::before,
.tab-4 label::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4180FF;
  border-radius: 50px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: opacity linear 0.3s 80ms, -webkit-transform 0.3s 80ms;
  transition: opacity linear 0.3s 80ms, -webkit-transform 0.3s 80ms;
  transition: transform 0.3s 80ms, opacity linear 0.3s 80ms;
  transition: transform 0.3s 80ms, opacity linear 0.3s 80ms, -webkit-transform 0.3s 80ms;
}
@media screen and (max-width: 767px) {
  .tab-3 label::before,
  .tab-4 label::before {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.tab-3 label:has(:checked)::before,
.tab-4 label:has(:checked)::before {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 767px) {
  .tab-3 label:has(:checked)::before,
  .tab-4 label:has(:checked)::before {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.tab-3 label:has(:checked) ~ label::before,
.tab-4 label:has(:checked) ~ label::before {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .tab-3 label:has(:checked) ~ label::before,
  .tab-4 label:has(:checked) ~ label::before {
    -webkit-transform: translateY(calc(-100% - 10px));
            transform: translateY(calc(-100% - 10px));
  }
}

.tab-3 label + .tabcontent,
.tab-4 label + .tabcontent {
  height: 0px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
  -webkit-transition: opacity 0.3s 80ms, -webkit-transform 0.3s 80ms;
  transition: opacity 0.3s 80ms, -webkit-transform 0.3s 80ms;
  transition: transform 0.3s 80ms, opacity 0.3s 80ms;
  transition: transform 0.3s 80ms, opacity 0.3s 80ms, -webkit-transform 0.3s 80ms;
  width: 100%;
}

.tab-3 label + .tabcontent .c-page-block,
.tab-4 label + .tabcontent .c-page-block {
  margin-top: 6.25rem;
  padding-top: 5.1875rem;
}
@media screen and (max-width: 767px) {
  .tab-3 label + .tabcontent .c-page-block,
  .tab-4 label + .tabcontent .c-page-block {
    margin-top: 4.6875rem;
    padding-top: 2.5rem;
  }
}

.tab-3 label:has(:checked) ~ .tabcontent,
.tab-4 label:has(:checked) ~ .tabcontent {
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
}

.tab-3 label:has(:checked) + .tabcontent,
.tab-4 label:has(:checked) + .tabcontent {
  height: auto;
  opacity: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-single {
  padding-bottom: 14.375rem;
}
@media screen and (max-width: 767px) {
  .p-single {
    padding-bottom: 8.125rem;
  }
}

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

.p-single__ttl {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.333;
}
@media screen and (max-width: 1000px) {
  .p-single__ttl {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-single__ttl {
    font-size: 1.875rem;
  }
}

.p-single__body .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.25rem;
}

.p-single__body .date {
  font-size: 12px;
  font-weight: 500;
}

.p-single__body .cat {
  margin-left: 1.5625rem;
}

.p-single__body .cat a {
  font-size: 12px;
  display: inline-block;
  border-radius: 6px;
  background: #4180FF;
  color: #fff;
  font-weight: 500;
  padding: 5px 8px;
}

.p-single__content {
  font-size: 16px;
  margin-top: 3.75rem;
  padding-bottom: 4.875rem;
}
.p-single__content h2,
.p-single__content h3,
.p-single__content h4,
.p-single__content h5 {
  margin-top: 3.125rem;
}
.p-single__content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.111;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.p-single__content h2 {
  font-size: 28px;
  font-weight: 700;
}
.p-single__content h3 {
  font-size: 24px;
  font-weight: 700;
}
.p-single__content h4 {
  font-size: 20px;
  font-weight: 700;
}
.p-single__content a {
  color: #4180FF;
  text-decoration: underline;
}
.p-single__content .wp-block-image {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-single__content {
    margin-top: 7.375rem;
    padding-bottom: 3.75rem;
  }
  .p-single__content .wp-block-image {
    margin-top: 1.5625rem;
  }
}

.p-single-other {
  margin-top: 4.875rem;
}
@media screen and (max-width: 767px) {
  .p-single-other {
    margin-top: 3.75rem;
  }
}

.p-single-other__ttl {
  font-size: 30px;
  font-weight: 700;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-single-other__ttl {
    font-size: 24px;
    padding-bottom: 1.25rem;
  }
}

.p-single-other__list {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-single-other__list {
    margin-top: 1.5625rem;
  }
}

.p-single-other__list .c-news-item .meta {
  margin-top: 0;
}

.p-single-other__btn {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-single-other__btn {
    max-width: 16.625rem;
    margin-inline: auto;
  }
}

.p-toc {
  position: sticky;
  top: 110px;
  padding-right: 4.375rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-toc {
    padding-right: 0;
  }
}

.p-toc__ttl {
  font-size: 17px;
  font-weight: 700;
}

.p-toc__list {
  margin-top: 1.1875rem;
}

.p-toc__item:first-child {
  border-top: 1px solid rgba(60, 60, 60, .15);
}

.p-toc__link {
  display: block;
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
  padding-left: 0.625rem;
  padding-top: 0.6875rem;
  border-bottom: 1px solid rgba(60, 60, 60, .15);
}

.p-toc__link span {
  font-size: 14px;
  font-weight: 700;
  opacity: 0.5;
  padding-left: 20px;
  display: block;
}
.p-toc__item .p-toc__link.is-current {
  color: #4180FF;
}
.p-toc__item .p-toc__link.is-current span {
  opacity: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-toc__item .p-toc__link.is-current span::before {
  content: "●";
  font-size: inherit;
  position: absolute;
  left: 0;
}

.p-tocTop {
  opacity: 0;
}

.p-tocTop.c-page-ttl .cat,
.p-tocTop--02.c-page-ttl .cat {
  font-size: 14px;
}

.p-tocTop.c-page-ttl .ttl,
.p-tocTop--02.c-page-ttl .ttl {
  font-size: 16px;
}

.p-top-about {
  background: #4180FF;
  color: #fff;
  position: relative;
  border-radius: 0px 10px 10px 10px;
  padding-top: 2.8125rem;
  padding-bottom: 5.3125rem;
}
.p-top-about::before {
  position: absolute;
  content: "";
  width: 27.5rem;
  height: 3.125rem;
  background: url(../images/top/top-about-bg.png) no-repeat center center/contain;
  left: 0;
  top: -3rem;
}
@media screen and (max-width: 767px) {
  .p-top-about::before {
    background: url(../images/top/top-about-bg-sp.png) no-repeat center center/contain;
    width: 10rem;
    height: 1.875rem;
    top: -1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about {
    padding-bottom: 3.75rem;
  }
}

.p-top-about .c-secttl {
  color: #fff;
}

.p-top-about .c-secttl__en {
  color: #fff;
  opacity: 0.7;
}
.p-top-about .c-secttl__en::before {
  background: #fff;
}

.p-top-about__contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__contents {
    grid-template-columns: 1fr;
    row-gap: 1.875rem;
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-about-item {
    display: grid;
    grid-template-columns: 9.375rem 1fr;
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }
}

.p-top-about-item__img {
  aspect-ratio: 308/190;
  border-radius: 12px;
  overflow: hidden;
}
.p-top-about-item__img img, .p-top-about-item__img picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-about-item__img {
    aspect-ratio: 150/189;
    border-radius: 6px;
  }
}

.p-top-about-item__text {
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-about-item__text {
    margin-top: 0.625rem;
  }
}

.p-top-about-item__text .ttl {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-about-item__text .ttl {
    font-size: 17px;
  }
}

.p-top-about-item__text .list {
  border-top: 1px solid rgba(255, 255, 255, .2);
  margin-top: 1.875rem;
}

.p-top-about-item__text .list li a {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  display: block;
  color: rgba(255, 255, 255, .5);
}
.p-top-about-item__text .list li a::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 9px;
  background: url(../images/common/menu-arrow.png) no-repeat center center/contain;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-top-about-item__text .list li a {
    font-size: 14px;
  }
}

.p-top-content {
  padding-top: 10rem;
  padding-bottom: 14.0625rem;
}
@media screen and (max-width: 767px) {
  .p-top-content {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.p-top-contents__main {
  display: grid;
  grid-template-columns: 16% 1fr;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
}

.p-top-content__body {
  display: grid;
  grid-template-columns: 20% 1fr;
  -webkit-column-gap: 2.8125rem;
     -moz-column-gap: 2.8125rem;
          column-gap: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-top-content__body {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .p-top-content__cat {
    position: fixed;
    bottom: 20px;
    background: #4180FF;
    border-radius: 20px 0 0 20px;
    color: #fff;
    z-index: 10;
    width: 94%;
    right: 0;
    padding: 3.4375rem 3.75rem 3.125rem 1.5625rem;
    max-height: calc(100% - 104px);
    overflow-y: scroll;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-clip-path: circle(0% at 100% 80%);
            clip-path: circle(0% at 100% 80%);
  }
  .p-top-content__cat .c-label {
    color: #3c3c3c;
  }
  .p-top-content__cat .p-top-content__blockttl span::after {
    background: #fff;
  }
  .p-top-content__cat .p-top-content__list .list1,
  .p-top-content__cat .p-top-content__list .list1:first-child {
    border-color: rgba(255, 255, 255, .2);
  }
  .p-top-content__cat.is-open {
    -webkit-clip-path: circle(150% at 100% 80%);
            clip-path: circle(150% at 100% 80%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

.p-top-content__catbtn {
  display: none;
}
.p-top-content__catbtn:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-top-content__catbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    right: 0;
    bottom: 4.375rem;
    color: #fff;
    background: #4180FF;
    font-size: 16px;
    font-weight: 700;
    z-index: 15;
    padding: 1.25rem 0.625rem;
    border-radius: 10px 0 0 10px;
  }
  .p-top-content__catbtn span {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    white-space: pre;
  }
  .p-top-content__catbtn::before {
    content: "";
    width: 1rem;
    height: 1rem;
    background: url(../images/common/cat-plus.png) no-repeat center center/contain;
    margin-bottom: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-content__catbtn.is-open::before {
    background: url(../images/common/cat-minus.png) no-repeat center center/contain;
  }
}

.p-top-content__blockttl {
  font-size: 18px;
  font-weight: 700;
}

.p-top-content__blockttl span {
  display: inline-block;
  position: relative;
  padding-bottom: 0.75rem;
}
.p-top-content__blockttl span::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 0.375rem;
  left: 0;
  background: #3c3c3c;
  opacity: 0.2;
  border-radius: 20px;
}

.p-top-content__list {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-content__list {
    margin-top: 35px;
  }
}

.p-top-content__list .list1 {
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(60, 60, 60, .2);
}

.p-top-content__list .list1:first-child {
  border-top: 1px solid rgba(60, 60, 60, .2);
}

.p-top-content__list .list1.all {
  position: relative;
  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;
}

.p-top-content__list .labels {
  margin-top: 2.5rem;
}

.p-top-content__tabbody {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-content__tabbody {
    width: 79%;
    margin-top: 1.5625rem;
  }
}

.p-top-content__tabbody .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-content__tabbody .grid {
    grid-template-columns: 1fr;
    row-gap: 3.125rem;
  }
}

.p-top-content__tabbody .list-item .img {
  aspect-ratio: 1280/720;
  border-radius: 10px;
  overflow: hidden;
}
.p-top-content__tabbody .list-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-content__tabbody .list-item .cat {
  font-size: 13px;
  font-weight: 700;
  margin-top: 15px;
  color: #4180FF;
  display: inline-block;
}

.p-top-content__tabbody .list-item .ttl {
  font-size: 16px;
  font-weight: 700;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-content__tabbody .list-item .ttl {
    margin-bottom: 15px;
  }
  .p-top-content__tabbody .list-item:has(.nameinfo) .ttl {
    margin-bottom: 0px;
  }
}
.p-top-content__tabbody .list-item .nameinfo {
  font-size: 12px;
  margin-top: 5px;
  color: rgba(60, 60, 60, .5);
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .p-top-content__tabbody .list-item .nameinfo {
    margin-bottom: 15px;
  }
}
.p-top-content__tabbody .list-item .c-label {
  margin-top: 7px;
}

/* 表示切替 */
/* inputを非表示 */
/* ボタン */
.c-radio {
  display: none;
}

.c-changeBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .c-changeBtn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3.4375rem;
  }
}

.c-changeBtn__multi,
.c-changeBtn__single {
  cursor: pointer;
  font-weight: 500;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-changeBtn__multi .mark {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.c-changeBtn__multi .mark::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 2px;
  top: 30%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #3c3c3c;
  -webkit-box-shadow: 3px 0 0 0 #3c3c3c, 6px 0 0 0 #3c3c3c, 0 3px 0 0 #3c3c3c, 3px 3px 0 0 #3c3c3c, 6px 3px 0 0 #3c3c3c, 0 6px 0 0 #3c3c3c, 3px 6px 0 0 #3c3c3c, 6px 6px 0 0 #3c3c3c;
          box-shadow: 3px 0 0 0 #3c3c3c, 6px 0 0 0 #3c3c3c, 0 3px 0 0 #3c3c3c, 3px 3px 0 0 #3c3c3c, 6px 3px 0 0 #3c3c3c, 0 6px 0 0 #3c3c3c, 3px 6px 0 0 #3c3c3c, 6px 6px 0 0 #3c3c3c;
}

.c-changeBtn__single {
  padding-left: 20px;
  margin-left: 20px;
  position: relative;
}
.c-changeBtn__single::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  opacity: 0.2;
  background: #3c3c3c;
}

.c-changeBtn__single .mark {
  width: 12px;
  height: 1px;
  position: relative;
  background: #3c3c3c;
  margin-right: 10px;
}
.c-changeBtn__single .mark::before, .c-changeBtn__single .mark::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #3c3c3c;
}
.c-changeBtn__single .mark::before {
  top: -5px;
}
.c-changeBtn__single .mark::after {
  top: 5px;
}

#multi:checked ~ .c-changeBtn .c-changeBtn__multi {
  color: #4180ff;
}
#multi:checked ~ .c-changeBtn .c-changeBtn__multi .mark::before {
  background-color: #4180ff;
  -webkit-box-shadow: 3px 0 0 0 #4180ff, 6px 0 0 0 #4180ff, 0 3px 0 0 #4180ff, 3px 3px 0 0 #4180ff, 6px 3px 0 0 #4180ff, 0 6px 0 0 #4180ff, 3px 6px 0 0 #4180ff, 6px 6px 0 0 #4180ff;
          box-shadow: 3px 0 0 0 #4180ff, 6px 0 0 0 #4180ff, 0 3px 0 0 #4180ff, 3px 3px 0 0 #4180ff, 6px 3px 0 0 #4180ff, 0 6px 0 0 #4180ff, 3px 6px 0 0 #4180ff, 6px 6px 0 0 #4180ff;
}

#single:checked ~ .c-changeBtn .c-changeBtn__single {
  color: #4180ff;
}
#single:checked ~ .c-changeBtn .c-changeBtn__single .mark {
  background: #4180ff;
}
#single:checked ~ .c-changeBtn .c-changeBtn__single .mark::before, #single:checked ~ .c-changeBtn .c-changeBtn__single .mark::after {
  background: #4180ff;
}

/* リスト（カードの時） */
/* リスト（シングルの時） */
#single:checked ~ #tabbody .grid {
  grid-template-columns: 1fr;
  row-gap: 0;
}
#single:checked ~ #tabbody .grid .list-item {
  border-bottom: 1px solid rgba(60, 60, 60, .2);
  padding-top: 22px;
  padding-bottom: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
#single:checked ~ #tabbody .grid a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#single:checked ~ #tabbody .grid a.--listnone {
  display: none;
}
#single:checked ~ #tabbody .grid .link--ttl {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  width: 100%;
}
#single:checked ~ #tabbody .grid .img {
  display: none;
}
#single:checked ~ #tabbody .grid .cat {
  margin-right: 10px;
  margin-top: 0;
}
#single:checked ~ #tabbody .grid .ttl {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: block;
  width: 100%;
}
#single:checked ~ #tabbody .grid .nameinfo {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
#single:checked ~ #tabbody .grid .c-label {
  margin-top: 0;
  margin-bottom: 0;
}

.p-top-news__body {
  min-height: 200px;
}

.p-top-news__list {
  border-top: 1px solid rgba(60, 60, 60, .2);
}
@media screen and (max-width: 767px) {
  .p-top-news__list {
    border-top: none;
  }
}

.p-top-news__item {
  border-bottom: 1px solid rgba(60, 60, 60, .2);
}

.p-top-news__item .link {
  position: relative;
  padding-top: 22px;
  padding-bottom: 22px;
  display: block;
}
.p-top-news__item .link::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 7px;
  height: 9px;
  background: url(../images/common/news-arrow.png) no-repeat center center/contain;
}

.p-top-news__item .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-top-news__item .date {
  font-size: 12px;
  font-weight: 500;
  margin-right: 0.9375rem;
}

.p-top-news__item .cat span {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  background: #007cff;
  padding: 1px 7px;
  font-weight: 500;
  display: inline-block;
  margin-right: 5px;
}

.p-top-news__item .ttl {
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
  padding-right: 25px;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .p-top-news__item .ttl {
    font-size: 15px;
  }
}

.p-top-news__btn {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-top-news__btn {
    position: static;
    text-align: center;
    margin-top: 3.75rem;
  }
}

.p-top-news__btn a {
  font-size: 16px;
  font-weight: 700;
  border-radius: 50px;
  border: 1px solid rgba(60, 60, 60, .2);
  padding: 25px 48px;
  display: inline-block;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .p-top-news__btn a {
    padding: 1.5625rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news__btn a {
    padding: 1.25rem;
    width: 79%;
  }
}

.p-top-pickup {
  overflow: hidden;
  padding-top: 12.5rem;
}

.p-top-pickup__contents {
  position: relative;
  padding-bottom: 30px;
}

.p-top-pickup__slider {
  position: relative;
  padding-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-top-pickup__slider {
    padding-top: 2.5rem;
  }
}

.topPickSWiper .swiper-slide .img {
  aspect-ratio: 1280/720;
  border-radius: 10px;
  overflow: hidden;
}
.topPickSWiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.topPickSWiper .swiper-slide a {
  display: block;
}

.topPickSWiper .swiper-slide a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.topPickSWiper .swiper-slide .cat {
  color: #4180FF;
  font-size: 13px;
  font-weight: 700;
  margin-top: 15px;
}

.topPickSWiper .swiper-slide .ttl {
  font-size: 16px;
  font-weight: 700;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .topPickSWiper .swiper-slide .ttl {
    margin-bottom: 15px;
  }
  .topPickSWiper .swiper-slide:has(.nameinfo) .ttl {
    margin-bottom: 0px;
  }
}
.topPickSWiper .swiper-slide .nameinfo {
  font-size: 12px;
  margin-top: 5px;
  color: rgba(60, 60, 60, .5);
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .topPickSWiper .swiper-slide .nameinfo {
    margin-bottom: 15px;
  }
}
.topPickSWiper .swiper-slide .c-label {
  margin-top: 7px;
}

.p-top-pickup__slider .swiper-button-prev,
.p-top-pickup__slider .swiper-button-next {
  height: 100%;
  margin-top: 3.4375rem;
  top: 0;
  bottom: 0;
  width: max(60px, 50vw);
}
.p-top-pickup__slider .swiper-button-prev::after,
.p-top-pickup__slider .swiper-button-next::after {
  content: "";
}
@media screen and (max-width: 767px) {
  .p-top-pickup__slider .swiper-button-prev,
  .p-top-pickup__slider .swiper-button-next {
    display: none;
  }
}

.p-top-pickup__slider .swiper-button-prev {
  left: auto;
  right: 94.12%;
}

.p-top-pickup__slider .swiper-button-next {
  right: auto;
  left: 94.12%;
}

.p-top-pickup__slider .swiper-pagination-topPick {
  top: 0px;
  position: absolute;
  text-align: right;
}
.p-top-pickup__slider .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #3c3c3c;
  opacity: 0.2;
  margin: 0 4px;
}

.p-top-pickup__slider .swiper-pagination-bullet-active {
  background: #4180ff;
  opacity: 1;
}

.js-cursor {
  pointer-events: none;
  position: fixed;
  top: -50px;
  left: -50px;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: width 0.3s ease-out, height 0.3s ease-out, -webkit-transform 0.2s ease-out;
  transition: width 0.3s ease-out, height 0.3s ease-out, -webkit-transform 0.2s ease-out;
  transition: width 0.3s ease-out, height 0.3s ease-out, transform 0.2s ease-out;
  transition: width 0.3s ease-out, height 0.3s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  z-index: 10000;
  opacity: 0;
}
.js-cursor::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.75rem;
  height: 0.75rem;
}

.js-cursor1::after {
  background: url(../images/common/slider-arrow-left.png) no-repeat center center/contain;
}

.js-cursor2::after {
  background: url(../images/common/slider-arrow-right.png) no-repeat center center/contain;
}

.p-totop {
  position: absolute;
  right: 60px;
  top: -70px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .p-totop {
    right: 8px;
    top: -90px;
  }
}

.p-tour {
  padding-bottom: 14.6875rem;
}
@media screen and (max-width: 767px) {
  .p-tour {
    padding-bottom: 6.75rem;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .p-tour .p-toc {
    display: none;
  }
}

.p-tour__lead {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-tour__lead {
    margin-top: 2.5rem;
  }
}

.p-tour__lead .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.1111111111;
}
@media screen and (max-width: 767px) {
  .p-tour__lead .text {
    line-height: 1.8888888889;
  }
}

.p-tour__kv {
  margin-top: 5.625rem;
  border-radius: 5px;
  overflow: hidden;
}
.p-tour__kv img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-tour__kv {
    margin-top: 2.1875rem;
  }
}

.p-tour__body {
  margin-top: 7.8125rem;
}
@media screen and (max-width: 767px) {
  .p-tour__body {
    margin-top: 3.5625rem;
  }
}

.p-tour__contents {
  padding-bottom: 11.25rem;
}
@media screen and (max-width: 767px) {
  .p-tour__contents {
    padding-bottom: 6.25rem;
  }
}

.p-tour__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-tour__intro {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
  }
}

.p-tour__intro .img {
  width: 8.75rem;
  aspect-ratio: 1/1;
  margin-right: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-tour__intro .img {
    width: 6.6875rem;
    margin-right: 1.875rem;
  }
}

.p-tour__intro .ttl {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-tour__intro .ttl {
    font-size: 16px;
  }
}

.p-tour__intro .name {
  font-size: 16px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-tour__intro .name {
    font-size: 15px;
    margin-top: 0.9375rem;
  }
}

.p-tour__intro .info {
  font-size: 12px;
  font-weight: 500;
  color: rgba(60, 60, 60, .7);
  line-height: 1.5;
  margin-top: 0.625rem;
}

.p-tour-blockttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-tour-blockttl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.p-tour-blockttl .num {
  color: #4180FF;
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: 56px;
  line-height: 1;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-tour-blockttl .num {
    font-size: 38px;
    padding-bottom: 1rem;
  }
}

.p-tour-blockttl .num::after {
  position: absolute;
  content: "";
  height: 0.25rem;
  width: 1.875rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #4180FF;
}
@media screen and (max-width: 767px) {
  .p-tour-blockttl .num::after {
    height: 0.1875rem;
    width: 1.5rem;
  }
}

.p-tour-blockttl .ttl {
  font-weight: 700;
  font-size: 36px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-tour-blockttl .ttl {
    font-size: 30px;
    margin-left: 1.5625rem;
  }
}

.p-tour-blockttl .ttl::before {
  content: attr(data-en);
  color: #4180FF;
  font-size: 14px;
  font-weight: 700;
}

.p-tour-block__main {
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-tour-block__main {
    margin-top: 1.75rem;
  }
}

.p-tour-block.--01 {
  margin-top: 7.1875rem;
  padding-bottom: 7.625rem;
}
@media screen and (max-width: 767px) {
  .p-tour-block.--01 {
    margin-top: 8rem;
    font-weight: 700;
    font-size: 14px;
    padding-bottom: 10rem;
  }
}

.p-tour-block.--01 .p-tour-block__main {
  border-radius: 5px;
  overflow: hidden;
}

.p-tour-hukidashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5.1875rem;
}
@media screen and (max-width: 767px) {
  .p-tour-hukidashi {
    margin-top: 3.8125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-tour-hukidashi .img {
  width: 10.94%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .p-tour-hukidashi .img {
    width: 5rem;
  }
}

.p-tour-hukidashi .comment {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #4180FF;
  border-radius: 40px;
  padding: 2.5rem;
  width: 55.19%;
  margin-left: 2.1875rem;
  position: relative;
  background: #fff;
  max-width: 100%;
}
@media screen and (max-width: 1000px) {
  .p-tour-hukidashi .comment {
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .p-tour-hukidashi .comment {
    font-size: 15px;
    line-height: 1.8666666667;
    border-radius: 30px;
    padding: 1.6875rem 1.875rem;
    width: 94.04%;
    margin-left: 0;
    margin-top: 1.9375rem;
  }
}

.p-tour-hukidashi .comment::before {
  position: absolute;
  content: "";
  top: 2.1875rem;
  width: 1.375rem;
  height: 1.1875rem;
  left: -1.125rem;
  background: url(../images/hukidasi-left.png) no-repeat center right/contain;
}
@media screen and (max-width: 767px) {
  .p-tour-hukidashi .comment::before {
    top: 0;
    left: 50%;
    -webkit-transform: scale(-1, 1) rotate(90deg) translateX(-50%);
            transform: scale(-1, 1) rotate(90deg) translateX(-50%);
  }
}

.p-tour-block.--01 .p-tour-block__subimg {
  width: 55.86%;
  margin-left: auto;
  margin-top: 6.25rem;
  max-width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-tour-block.--01 .p-tour-block__subimg {
    margin-top: 1.8125rem;
    width: 100%;
  }
}

.p-tour-block.--01 .p-tour-block__subimg2 {
  margin-top: 4.125rem;
}
@media screen and (max-width: 767px) {
  .p-tour-block.--01 .p-tour-block__subimg2 {
    margin-top: 2.5rem;
  }
}

.p-tour-block.--01 .p-tour-block__subimg2 .swiper-slide {
  border-radius: 5px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-tour-block.--01 .p-tour-block__subimg2 .swiper {
    margin-right: calc(50% - 50vw);
  }
}

@media screen and (min-width: 768px) {
  .p-tour-block.--01 .p-tour-block__subimg2 ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 1.4375rem;
       -moz-column-gap: 1.4375rem;
            column-gap: 1.4375rem;
  }
}
.p-tour-block.--01 .p-tour-block__subimg3 {
  margin-top: 4rem;
  width: 55.86%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-tour-block.--01 .p-tour-block__subimg3 {
    margin-top: 3.1875rem;
    width: 100%;
    margin-inline: auto;
  }
}

.p-tour-block.--01 .p-tour-block__subimg3 .img {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-tour-block.--01 .p-tour-block__subimg3 .img {
    width: 15.625rem;
    max-width: 100%;
  }
}

.p-tour-block.--01 .p-tour-block__subimg3 .woman {
  position: absolute;
  right: -257px;
  bottom: -135px;
  width: 240px;
  height: 195px;
}
.p-tour-block.--01 .p-tour-block__subimg3 .woman img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-tour-block.--01 .p-tour-block__subimg3 .woman {
    right: -3.125rem;
    bottom: -3.0625rem;
    width: 8.875rem;
    height: 7.1875rem;
  }
}

.p-tour-block.--01 .p-tour-block__subimg3 .text {
  margin-top: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-tour-block.--01 .p-tour-block__subimg3 .text {
    margin-top: 4.8125rem;
  }
}

.p-tour-block .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.875;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-tour-block .text {
    font-size: 13px;
    line-height: 2;
  }
}

.p-tour-block.--02 {
  padding-bottom: 12.3125rem;
}
@media screen and (max-width: 767px) {
  .p-tour-block.--02 {
    padding-bottom: 10.1875rem;
  }
}

.p-tour-block.--02 .p-tour-block__main {
  border-radius: 5px;
  overflow: hidden;
}

.p-tour-block.--02 .p-tour-grid {
  display: grid;
  grid-template-columns: 72.28% 1fr;
  -webkit-column-gap: 1.8125rem;
     -moz-column-gap: 1.8125rem;
          column-gap: 1.8125rem;
  row-gap: 1.25rem;
  margin-top: 4.4375rem;
}
@media screen and (max-width: 767px) {
  .p-tour-block.--02 .p-tour-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 1.8125rem;
    row-gap: 2.6875rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

.p-tour-block.--02 .p-tour-grid img {
  border-radius: 5px;
  overflow: hidden;
}

.p-tour-block.--02 .p-tour-grid .text {
  width: 80%;
  margin-top: 1rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 767px) {
  .p-tour-block.--02 .p-tour-grid .text {
    width: 100%;
    margin-top: -0.8125rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    grid-column: 1/3;
  }
}

.p-tour-block.--02 .p-tour-grid .img01 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767px) {
  .p-tour-block.--02 .p-tour-grid .img01 {
    grid-column: 1/3;
  }
}

.p-tour-block.--02 .p-tour-grid .img02 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .p-tour-block.--02 .p-tour-grid .img02 {
    margin-top: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.p-tour-block.--02 .p-tour-grid .img03 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.p-tour-block.--03 {
  padding-bottom: 11.875rem;
}
@media screen and (max-width: 767px) {
  .p-tour-block.--03 {
    padding-bottom: 10.125rem;
  }
}

.p-tour-block.--03 .p-tour-block__main {
  border-radius: 5px;
  overflow: hidden;
}

.p-tour-block.--03 .p-tour-block__subimg1 {
  display: grid;
  grid-template-columns: 68.09% 1fr;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  margin-top: 4.875rem;
}
@media screen and (max-width: 767px) {
  .p-tour-block.--03 .p-tour-block__subimg1 {
    grid-template-columns: 1fr;
    margin-top: 1.8125rem;
  }
}

.p-tour-block.--03 .p-tour-block__subimg1 .img {
  border-radius: 5px;
  overflow: hidden;
}

.p-tour-block.--03 .p-tour-block__subimg1 .text {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .p-tour-block.--03 .p-tour-block__subimg1 .text {
    margin-top: 1.875rem;
  }
}

.p-tour-block.--03 .p-tour-block__subimg2 {
  margin-top: 4.8125rem;
  display: grid;
  grid-template-columns: 28% 1fr 1fr;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-tour-block.--03 .p-tour-block__subimg2 {
    margin-top: 3.375rem;
    grid-template-columns: 1fr;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    row-gap: 3.625rem;
  }
  .p-tour-block.--03 .p-tour-block__subimg2 .img {
    width: 89%;
    margin-inline: auto;
  }
  .p-tour-block.--03 .p-tour-block__subimg2 .img img {
    width: 100%;
  }
}

.p-tour-block.--03 .p-tour-block__subimg2 .img,
.p-tour-block.--03 .p-tour-block__subimg2 .img img {
  border-radius: 5px;
  overflow: hidden;
}

.p-tour-block.--03 .p-tour-block__subimg2 .woman {
  margin-top: auto;
}
.p-tour-block.--03 .p-tour-block__subimg2 .woman img {
  margin-left: 2.8125rem;
  width: 71%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-tour-block.--03 .p-tour-block__subimg2 .woman {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-tour-block.--03 .p-tour-block__subimg2 .woman img {
    margin-left: 0;
    width: 9.875rem;
    position: relative;
    left: -1rem;
    top: -2.375rem;
  }
}

.p-tour-block.--04 {
  padding-bottom: 11.875rem;
}
@media screen and (max-width: 767px) {
  .p-tour-block.--04 {
    padding-bottom: 12.5rem;
  }
}

.p-tour-block.--04 .p-tour-block__main {
  border-radius: 5px;
  overflow: hidden;
}

.p-tour-block.--04 .p-tour-block__subimg1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  margin-top: 5rem;
}
.p-tour-block.--04 .p-tour-block__subimg1 .img img {
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-tour-block.--04 .p-tour-block__subimg1 {
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    margin-top: 2.5rem;
  }
}

.p-tour-block.--05 .p-tour-block__main {
  border-radius: 5px;
  overflow: hidden;
}

.p-tour-block.--05 .p-tour-block__subimg1 {
  margin-top: 4.375rem;
  display: grid;
  grid-template-columns: 58.27fr 41.72fr;
  -webkit-column-gap: 2.3125rem;
     -moz-column-gap: 2.3125rem;
          column-gap: 2.3125rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.p-tour-block.--05 .p-tour-block__subimg1 img {
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-tour-block.--05 .p-tour-block__subimg1 {
    margin-top: 1.8125rem;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .p-tour-block.--05 .p-tour-block__subimg1 .img02 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    margin-top: 1.6875rem;
  }
}

.p-tour-block.--05 .p-tour-block__subtext {
  margin-top: 1.875rem;
  width: 31.25rem;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-tour-block.--05 .p-tour-block__subtext {
    width: 100%;
    margin-top: 1.25rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
}

.p-tour-block.--05 .p-tour-block__subimg2 {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-tour-block.--05 .p-tour-block__subimg2 {
    display: block;
  }
}

.p-tour-block.--05 .p-tour-block__subimg2 .img {
  width: 247px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-tour-block.--05 .p-tour-block__subimg2 .img {
    width: 100%;
    margin-inline: auto;
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
  }
  .p-tour-block.--05 .p-tour-block__subimg2 .img img {
    margin-inline: auto;
  }
}

.p-tour-block.--05 .p-tour-block__subimg2 .text {
  width: 224px;
  margin-top: 0;
  margin-left: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-tour-block.--05 .p-tour-block__subimg2 .text {
    width: 100%;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    margin-left: 0;
    margin-top: 1.25rem;
  }
}

.p-tour-block.--06 {
  margin-top: 6.4375rem;
}
@media screen and (max-width: 767px) {
  .p-tour-block.--06 {
    margin-top: 3.125rem;
  }
}

.p-welfare {
  padding-bottom: 13.125rem;
}
@media screen and (max-width: 767px) {
  .p-welfare {
    padding-bottom: 8.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-welfare .p-toc {
    display: none;
  }
}

.p-welfare-head {
  overflow: hidden;
}

.p-welfare__lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.1111111111;
}

.p-welfare-recommend {
  margin-top: 8.4375rem;
  border-top: 1px solid #c8cdd3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-welfare-recommend {
    margin-top: 5.5rem;
  }
}

.p-welfare-recommend::before {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  height: 0.375rem;
  width: 2.5rem;
  border-radius: 50px;
  background: #4180FF;
}

.p-welfare-recommend__ttl {
  margin-top: 4.0625rem;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.8461538462;
}
@media screen and (max-width: 767px) {
  .p-welfare-recommend__ttl {
    margin-top: 3.125rem;
    font-size: 24px;
    line-height: 1.5833333333;
  }
}

.p-welfare-recommend__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 2.8125rem;
     -moz-column-gap: 2.8125rem;
          column-gap: 2.8125rem;
  margin-top: 3.125rem;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-welfare-recommend__list {
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-welfare-recommend__list li {
    display: grid;
    grid-template-columns: 8.75rem 1fr;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    padding-bottom: 1.0625rem;
    border-bottom: 1px solid rgba(60, 60, 60, .1);
  }
}

@media screen and (max-width: 767px) {
  .p-welfare-recommend__list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.p-welfare-recommend__list li .img {
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 266/200;
}
.p-welfare-recommend__list li .img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-welfare-recommend__list li .img {
    border-radius: 4px;
    aspect-ratio: 140/106;
  }
}

.p-welfare-recommend__list li .kind {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5384615385;
  margin-top: 15px;
}
.p-welfare-recommend__list li .kind span {
  color: #4180FF;
}
@media screen and (max-width: 767px) {
  .p-welfare-recommend__list li .kind {
    font-size: 12px;
    line-height: 1.6666666667;
    margin-top: 0;
  }
}

.p-welfare-recommend__list li .ttl {
  font-size: 18px;
  font-weight: 700;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .p-welfare-recommend__list li .ttl {
    font-size: 15px;
    line-height: 1.4;
  }
}

.p-welfare-recommend__list li .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7142857143;
  margin-top: 17px;
  color: rgba(60, 60, 60, .7);
}
@media screen and (max-width: 767px) {
  .p-welfare-recommend__list li .text {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6153846154;
    color: rgba(60, 60, 60, .5);
    margin-top: 0.6875rem;
  }
}

.p-welfare-block {
  padding-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-welfare-block {
    padding-top: 2.5rem;
  }
}

.p-welfare-block__ttl {
  font-weight: 700;
  font-size: 18px;
  padding-left: 1.25rem;
  position: relative;
  color: rgba(60, 60, 60, .7);
}
.p-welfare-block__ttl::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  width: 0.25rem;
  border-radius: 50px;
  background: #4180FF;
}

.p-welfare-block__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 5px;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .p-welfare-block__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-welfare-block__list {
    grid-template-columns: 1fr;
  }
}

.p-welfare-block__list li {
  background: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 1.25rem;
  border-radius: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-welfare-block__list li {
    font-size: 15px;
    padding: 0.8125rem 1.1875rem;
  }
}

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

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

.content .popup-Image__thumbnail {
    text-align: center;

    > p {
      font-size: .9em;
      color: #a6b2af;
      margin-top: 0;
    }

    img{
      max-width: 100%;
      height: auto;

      &&:hover {
        cursor: pointer;
      }
    }
}

.popup-Image__overlay {
    position: fixed;
    background: rgba(0,0,0,.2);
    transition: all 0.5s 0s ease;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

input[id^="popup-Image__check--"] {
    display: none;

    &&:checked+.popup-Image__overlay {
      visibility: visible;
      opacity: 1;
      z-index: 100000;
      background-color: #000000D0;
      width: 100%;
      margin: 0;
      max-width: initial;
    }
}

.popup-Image__window {
    width: 90vw;
    border-radius: 5px;
    overflow: auto;
    max-height: 95%;
    min-width: fit-content;
    max-width: 95%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 100010;
    font-size: 13px;
    line-height: 18px;
    margin: 10px auto;
    padding: 4px 10px;
    background: #FFFD;
    text-align: center;
    transition: all 500ms ease-in-out;

    .popup-Image__title {
      font-size: 15px;
      margin: 8px;
      color: #333;
    }

    .popup-Image__close {
      position: absolute;
      top: 8px;
      right: 10px;
      transition: all 300ms;
      font-size: 24px;
      line-height: inherit;
      font-weight: 700;
      text-decoration: none;
      color: #f1fafb;
      padding: 2px;

      &&:hover {
        color: #29c4cc;
      }
    }

    &&::-webkit-scrollbar-track {
      background: none;
    }

    &&::-webkit-scrollbar {
      width: 10px;
      height: 10px;
    }

    &&::-webkit-scrollbar-thumb {
      background: #999;
      border-radius: 5px;
    }
}