@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho+B1&display=swap");
*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

html {
  color: #000;
  background: #FFF;
}

body {
  -webkit-text-size-adjust: 100%;
}

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

td, th {
  vertical-align: top;
}

img {
  vertical-align: bottom;
}

ul, ol, li {
  list-style: none;
}

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

p, li, dd, dt, td, th {
  word-wrap: break-word;
}

select, input {
  word-wrap: normal;
}

address, caption, cite, code, dfn, em, strong, th, var, time, mark {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

mark {
  color: #000;
  background: #FFF;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select, keygen {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

pre, code,
kbd, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

input:not([type=radio]):not([type=checkbox]), textarea, button {
  /* iosでボタンなどのデフォルト装飾を解除 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

/* Firefoxでボタン系の高さが1pxずれる対策 */
button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  border: 0px;
}

/*----------------------
     html base
---------------------------------------- */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 10px; /* 1rem = 10px */
  background: #fff;
}

body {
  min-height: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-family: Noto Sans JP, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, 游ゴシック, YuGothic, メイリオ, Meiryo, Arimo, sans-serif;
  font-weight: 400;
  background: #fff;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 1s;
}
a:hover {
  opacity: 0.7;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

button, input, textarea {
  font-family: Noto Sans JP, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, 游ゴシック, YuGothic, メイリオ, Meiryo, Arimo, sans-serif;
}

input[type=text], textarea, select, input[type=password], input[type=tel], input[type=email] {
  padding: 0.5em 1em;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 6px;
  width: 100%;
}

textarea {
  height: 10em;
}

button {
  cursor: pointer;
}

@media (max-width: 767px) {
  img {
    max-width: 100%;
  }
}
.l-container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .l-container {
    padding-inline: 5vw;
  }
}

@media (min-width: 1024px) {
  .l-contents {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-contents {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .l-contents {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.l-contents img {
  max-width: 100%;
}

.l-header {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 10rem;
  z-index: 100;
}
@media (max-width: 767px) {
  .l-header {
    height: 4.8rem;
  }
}

.l-footer {
  position: relative;
  padding-block: 4rem 4rem;
}

.p-mv {
  background: url(../images/toppage/bg_mv_pc.png) no-repeat top center/cover;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1024px) {
  .p-mv {
    width: 100%;
    height: 100vh;
    height: 100dvh;
  }
}
@media (max-width: 767px) {
  .p-mv {
    background: url(../images/toppage/bg_mv_sp.png) no-repeat top center/cover;
  }
}
.p-mv__inner {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  height: calc(100vh - 10rem);
  margin-top: 11rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .p-mv__inner {
    padding-inline: 5vw;
  }
}
@media (max-width: 767px) {
  .p-mv__inner {
    height: 100vh;
    height: 100dvh;
    margin-top: 0;
  }
}
.p-mv__catch {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3.2rem;
}
@media (max-width: 767px) {
  .p-mv__catch {
    gap: 1.2rem;
  }
}
.p-mv__catch .__upper img {
  width: 96%;
  max-width: 59rem;
  aspect-ratio: 639/235;
}
.p-mv__catch .__lower img {
  width: 96%;
  max-width: 40rem;
  aspect-ratio: 400/21;
}

.p-mv-news {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  display: grid;
  grid-template-columns: 8rem auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-mv-news {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-mv-news {
    width: 100%;
    grid-template-columns: 1fr;
    position: relative;
  }
}
.p-mv-news .__heading {
  background: #145f8c;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  padding: 1.6rem 0;
  text-align: center;
}
@media (max-width: 767px) {
  .p-mv-news .__heading {
    padding: 0.8rem;
    text-align: left;
  }
}
.p-mv-news .__list {
  background: #e1e1e1;
  padding: 1em 0.5em;
  display: grid;
  grid-template-columns: 1fr 6rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-mv-news .__list {
    grid-template-columns: 1fr;
  }
}
.p-mv-news .slick-slide a {
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 溢れた部分を「...」にする */
  white-space: nowrap; /* 1行で表示 */
  width: 100%;
  display: block;
}
.p-mv-news .slick-slide a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.p-mv-news .slick-dots {
  width: 6rem;
  position: relative;
  bottom: auto;
  height: 1.6rem;
  display: flex;
  justify-content: center;
}
.p-mv-news .slick-dots li {
  width: 1rem;
  margin-inline: 0.4rem;
}
.p-mv-news .slick-dots li button {
  width: 100%;
  height: 1.6rem;
}
.p-mv-news .slick-dotted.slick-slider {
  margin: 0;
}
@media (max-width: 767px) {
  .p-mv-news .slick-dots {
    width: 6rem;
    position: absolute;
    bottom: 115%;
    right: 0.8rem;
    height: 1.6rem;
    display: flex;
    justify-content: center;
  }
  .p-mv-news .slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 1rem !important;
  }
  .p-mv-news .slick-dots li.slick-active button:before {
    color: #717070;
    opacity: 1;
  }
}

.p-top__text1 {
  color: #4e4c4c;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.8;
}
.p-top__text2 {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
}

.p-top-mv {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .p-top-mv {
    margin-top: calc(7.2rem * 0);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-top-mv {
    margin-top: calc(4rem * 0);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .p-top-mv {
    margin-top: calc(4rem * 0);
    margin-bottom: calc(4rem * 1);
  }
}
.p-top-mv__inner {
  display: grid;
  grid-template-columns: 32fr 112fr;
}
@media (max-width: 767px) {
  .p-top-mv__inner {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
  }
}
.p-top-mv__text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-top-mv__text img {
  height: 70vh;
  max-height: 68rem;
  aspect-ratio: 196/666;
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-top-mv__text img {
    height: 70%;
    max-height: 39rem;
  }
}
@media (max-width: 767px) {
  .p-top-mv__text {
    z-index: 1;
    position: relative;
  }
  .p-top-mv__text img {
    filter: drop-shadow(0 0 3px #fff);
    height: 20%;
    max-height: 40vh;
    margin-top: 1.6rem;
    aspect-ratio: unset;
  }
}
.p-top-mv__video img {
  max-width: 100%;
  aspect-ratio: 1120/740;
}
@media (max-width: 767px) {
  .p-top-mv__video {
    display: block;
    bottom: 0;
    width: 100%;
  }
}

.p-top-introduction__images {
  display: flex;
  justify-content: center;
}
.p-top-introduction__inner {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 3.2rem;
}
@media (max-width: 1023px) {
  .p-top-introduction__inner {
    padding-inline: 5vw;
  }
}
@media (min-width: 1024px) {
  .p-top-introduction__inner {
    margin-top: calc(7.2rem * 0.75);
    margin-bottom: calc(7.2rem * 0.75);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-top-introduction__inner {
    margin-top: calc(4rem * 0.75);
    margin-bottom: calc(4rem * 0.75);
  }
}
@media (max-width: 767px) {
  .p-top-introduction__inner {
    margin-top: calc(4rem * 0.75);
    margin-bottom: calc(4rem * 0.75);
  }
}
.p-top-introduction__title {
  text-align: center;
}
.p-top-introduction__title img {
  width: 100%;
  max-width: 60.6rem;
  height: auto;
}
.p-top-introduction__text {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  line-height: 1.4;
}
.p-top-introduction__btns {
  width: 100%;
  max-width: 835px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  justify-content: center;
}
@media (max-width: 1023px) {
  .p-top-introduction__btns {
    padding-inline: 5vw;
  }
}
@media (max-width: 767px) {
  .p-top-introduction__btns {
    grid-template-columns: 1fr;
  }
}

.p-top-catch {
  background: #a51414 url(../images/toppage/top_catch-img.png) no-repeat bottom left 10%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-top-catch {
    height: 100vh;
    background-size: 50%;
  }
}
.p-top-catch__inner {
  width: 100%;
  max-width: 835px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .p-top-catch__inner {
    padding-inline: 5vw;
  }
}
@media (min-width: 1024px) {
  .p-top-catch__inner {
    margin-top: calc(7.2rem * 0.75);
    margin-bottom: calc(7.2rem * 0.75);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-top-catch__inner {
    margin-top: calc(4rem * 0.75);
    margin-bottom: calc(4rem * 0.75);
  }
}
@media (max-width: 767px) {
  .p-top-catch__inner {
    margin-top: calc(4rem * 0.75);
    margin-bottom: calc(4rem * 0.75);
  }
}
.p-top-catch__contents {
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  grid-template-areas: "catch1 title catch2" "catch1 text catch2";
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .p-top-catch__contents {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "catch1 catch2" "title title" "text text";
  }
}
.p-top-catch__title {
  color: #fff;
  text-align: center;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 1.6rem;
}
.p-top-catch__title img {
  max-width: 38rem;
  aspect-ratio: 377/110;
}
.p-top-catch__text {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #fff;
  text-align: center;
}
.p-top-catch .a-catch1 {
  grid-area: catch1;
  text-align: right;
}
.p-top-catch .a-catch1 img {
  max-width: 10rem;
  aspect-ratio: 101/314;
}
@media (max-width: 767px) {
  .p-top-catch .a-catch1 img {
    max-width: 6rem;
  }
}
.p-top-catch .a-catch2 {
  grid-area: catch2;
}
.p-top-catch .a-catch2 img {
  max-width: 13.3rem;
  aspect-ratio: 133/329;
}
@media (max-width: 767px) {
  .p-top-catch .a-catch2 img {
    max-width: 8rem;
  }
}
.p-top-catch .a-title {
  grid-area: title;
}
.p-top-catch .a-text {
  grid-area: text;
}

.p-top-point__inner {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 2.4rem;
  justify-content: center;
  align-items: baseline;
}
@media (max-width: 1023px) {
  .p-top-point__inner {
    padding-inline: 5vw;
  }
}
.p-top-point__inner .__image img {
  width: 100%;
  max-width: 31rem;
}

.p-top-industry {
  background: url(../images/toppage/top_industry-bg.png) no-repeat center center/cover;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .p-top-industry {
    padding-inline: 5vw;
  }
}
.p-top-industry__inner {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}
@media (max-width: 1023px) {
  .p-top-industry__inner {
    padding-inline: 5vw;
  }
}
@media (min-width: 1024px) {
  .p-top-industry__inner {
    margin-top: calc(7.2rem * 0.75);
    margin-bottom: calc(7.2rem * 0.75);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-top-industry__inner {
    margin-top: calc(4rem * 0.75);
    margin-bottom: calc(4rem * 0.75);
  }
}
@media (max-width: 767px) {
  .p-top-industry__inner {
    margin-top: calc(4rem * 0.75);
    margin-bottom: calc(4rem * 0.75);
  }
}
@media (min-width: 1024px) {
  .p-top-industry__inner {
    padding-top: calc(7.2rem * 1);
    padding-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-top-industry__inner {
    padding-top: calc(5.6rem * 1);
    padding-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-top-industry__inner {
    padding-top: calc(4rem * 1);
    padding-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .p-top-industry__inner {
    background: rgba(255, 255, 255, 0.8);
  }
}
.p-top-industry__title {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 800;
  font-size: 4rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  text-align: center;
  border-bottom: 1px solid #1a1a1a;
  padding-bottom: 0.5em;
}
@media (max-width: 1023px) {
  .p-top-industry__title {
    padding-inline: 5vw;
  }
}
@media (max-width: 1023px) {
  .p-top-industry__title {
    font-size: 3.2rem;
  }
}
@media (min-width: 1024px) {
  .p-top-industry__title {
    margin-top: calc(7.2rem * 0);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-top-industry__title {
    margin-top: calc(4rem * 0);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-top-industry__title {
    margin-top: calc(4rem * 0);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-top-industry__list {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 2.4rem;
}
@media (max-width: 1023px) {
  .p-top-industry__list {
    padding-inline: 5vw;
  }
}
.p-top-industry__list .__group {
  display: grid;
  gap: 1.6rem;
}
.p-top-industry__list-title {
  font-weight: 700;
  font-size: 2.2rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
@media (max-width: 1023px) {
  .p-top-industry__list-title {
    font-size: 1.76rem;
  }
}
.p-top-industry__list-detail .__inner_list {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.p-top-industry__list-detail .__inner_list > li {
  border-radius: 5px;
  padding: 0.5em 0.8em;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}
@media (max-width: 1023px) {
  .p-top-industry__list-detail .__inner_list > li {
    font-size: 1.44rem;
  }
}
.p-top-industry__list-detail .__inner_list1 > li {
  background: #be7332;
}
.p-top-industry__list-detail .__inner_list2 > li {
  background: #1482be;
}
.p-top-industry__list-detail .__inner_list3 > li {
  background: #5a8232;
}

.p-top-news__inner {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 20rem 1fr;
  gap: 3.2rem;
}
@media (max-width: 1023px) {
  .p-top-news__inner {
    padding-inline: 5vw;
  }
}
@media (max-width: 767px) {
  .p-top-news__inner {
    grid-template-columns: 1fr;
  }
}
.p-top-news__titles {
  background: #a51414;
  color: #fff;
  width: 100%;
  max-width: 20rem;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .p-top-news__titles {
    flex-direction: row;
    max-width: none;
    aspect-ratio: 4/1;
    justify-content: space-around;
  }
}
.p-top-news__title {
  font-weight: 800;
  font-size: 3.6rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
@media (min-width: 1024px) {
  .p-top-news__title {
    margin-top: calc(7.2rem * 0);
    margin-bottom: calc(7.2rem * 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-top-news__title {
    margin-top: calc(4rem * 0);
    margin-bottom: calc(4rem * 0.25);
  }
}
@media (max-width: 767px) {
  .p-top-news__title {
    margin-top: calc(4rem * 0);
    margin-bottom: calc(4rem * 0.25);
  }
}
.p-top-news__btns a {
  border-radius: 2em;
  border: 1px solid #fff;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2em 2em;
  transition: 0.3s;
}
.p-top-news__btns a:hover {
  text-decoration: none;
  background: #fff;
  color: #a51414;
  opacity: 1;
}

@media (min-width: 1024px) {
  .p-top-1minute {
    margin-top: calc(7.2rem * 1.25);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-top-1minute {
    margin-top: calc(4rem * 1.25);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .p-top-1minute {
    margin-top: calc(4rem * 1.25);
    margin-bottom: calc(4rem * 1);
  }
}
.p-top-1minute__inner {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 3.2rem;
}
@media (max-width: 1023px) {
  .p-top-1minute__inner {
    padding-inline: 5vw;
  }
}
.p-top-1minute__title {
  font-weight: 800;
  font-size: 4rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 1023px) {
  .p-top-1minute__title {
    font-size: 3.2rem;
  }
}
.p-top-1minute__title:before {
  content: url(../images/toppage/icon_1min.png);
  position: absolute;
  top: 50%;
  right: calc(100% + 1rem);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .p-top-1minute__title {
    font-size: 3.2rem;
  }
  .p-top-1minute__title:before {
    display: inline-block;
    width: 3.6rem;
    height: 4.8rem;
    content: "";
    right: calc(100% + 0.5rem);
    background: url(../images/toppage/icon_1min.png) no-repeat center center/contain;
  }
}
.p-top-1minute__videos {
  border-top: 1px solid #1a1a1a;
  padding-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  gap: 2.4rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-top-1minute__videos {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .p-top-1minute__videos {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-top-1minute__videos .__item > div {
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-top-1minute__videos .__item > div {
    max-width: 30rem;
  }
}

.p-top-report {
  background: rgba(201, 186, 136, 0.1);
  overflow: hidden;
}
.p-top-report__inner {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: grid;
  gap: 1.6rem;
}
@media (max-width: 1023px) {
  .p-top-report__inner {
    padding-inline: 5vw;
  }
}
@media (min-width: 1024px) {
  .p-top-report__inner {
    margin-top: calc(7.2rem * 0.75);
    margin-bottom: calc(7.2rem * 0.75);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-top-report__inner {
    margin-top: calc(4rem * 0.75);
    margin-bottom: calc(4rem * 0.75);
  }
}
@media (max-width: 767px) {
  .p-top-report__inner {
    margin-top: calc(4rem * 0.75);
    margin-bottom: calc(4rem * 0.75);
  }
}
.p-top-report__pretitle {
  font-weight: 800;
  font-size: 3.2rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
@media (max-width: 1023px) {
  .p-top-report__pretitle {
    font-size: 2.56rem;
  }
}
.p-top-report__title {
  font-weight: 700;
  font-size: 5.5rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .p-top-report__title {
    font-size: 4.4rem;
  }
}
@media (max-width: 1023px) {
  .p-top-report__title {
    font-weight: 700;
    font-size: 4rem;
    font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-feature-settings: "palt";
  }
}
.p-top-report__title-en {
  font-weight: 700;
  font-size: 1.4rem;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  color: #a51414;
}
.p-top-report__cont {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.p-top-report__btn {
  width: 98%;
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .p-top-report__btn {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-top-report__btn {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0);
  }
}
@media (max-width: 767px) {
  .p-top-report__btn {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0);
  }
}

.p-top-leader__inner {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .p-top-leader__inner {
    padding-inline: 5vw;
  }
}
.p-top-leader__pretitle {
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
  color: #a51414;
}
.p-top-leader__title {
  font-weight: 700;
  font-size: 7rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  text-align: center;
}
@media (max-width: 1023px) {
  .p-top-leader__title {
    font-size: 5.6rem;
  }
}
@media (min-width: 1024px) {
  .p-top-leader__title {
    margin-top: calc(7.2rem * 0.25);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-top-leader__title {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-top-leader__title {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 1023px) {
  .p-top-leader__title {
    font-size: 4rem;
    line-height: 1.4;
  }
}
.p-top-leader__cont-title {
  background: #1a1a1a;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 0.75em;
}
.p-top-leader__videos {
  border-top: 1px solid #1a1a1a;
  padding-top: 2.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-top-leader__videos {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .p-top-leader__videos {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-top-leader__videos .wp-video {
    max-width: 30rem;
  }
}
.p-top-leader__btn {
  width: 98%;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .p-top-leader__btn {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.75);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-top-leader__btn {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.75);
  }
}
@media (max-width: 767px) {
  .p-top-leader__btn {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.75);
  }
}

.p-top-interview {
  background: #f5f6f7;
  overflow: hidden;
}
.p-top-interview__inner {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .p-top-interview__inner {
    padding-inline: 5vw;
  }
}
@media (min-width: 1024px) {
  .p-top-interview__inner {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-top-interview__inner {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .p-top-interview__inner {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.p-top-interview__title {
  font-weight: 700;
  font-size: 3.6rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  text-align: center;
}
@media (max-width: 1023px) {
  .p-top-interview__title {
    font-size: 2.88rem;
  }
}
@media (min-width: 1024px) {
  .p-top-interview__title {
    margin-top: calc(7.2rem * 0.25);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-top-interview__title {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-top-interview__title {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-top-interview__cont-title {
  background: #1a1a1a;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 0.75em;
}
.p-top-interview__videos {
  padding-top: 2.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .p-top-interview__videos {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-top-interview__btn {
  width: 98%;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .p-top-interview__btn {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.75);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-top-interview__btn {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.75);
  }
}
@media (max-width: 767px) {
  .p-top-interview__btn {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.75);
  }
}

.p-report-list {
  border-top: 1px solid #e1e1e1;
}
@media (min-width: 1024px) {
  .p-report-list {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-report-list {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0);
  }
}
@media (max-width: 767px) {
  .p-report-list {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0);
  }
}
.p-report-list__item {
  border-bottom: 1px solid #e1e1e1;
  gap: 2.4rem;
  align-items: center;
}
.p-report-list__item .__link {
  display: grid;
  grid-template-columns: 10rem auto 2.4rem;
  text-align: left;
  align-items: center;
  padding: 1em;
  width: 100%;
  line-height: 1.6;
}
.p-report-list__item .__link:after {
  content: "";
  display: block;
  background: url(../images/common/icon_arrow_rr.svg) no-repeat center center/contain;
  width: 2.4rem;
  height: 1.6rem;
  transition: 0.3s;
}
.p-report-list__item .__link:hover {
  background: #fff;
  opacity: 1;
  text-decoration: none;
}
.p-report-list__item .__link:hover:after {
  margin-left: 0.5em;
}
.p-report-list__item .__image img {
  width: 8rem;
  height: 6rem;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 8/6;
}

.p-page-header__inner {
  background: #a51414;
  height: 16rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .p-page-header__inner {
    height: 12rem;
  }
}
.p-page-header__title {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
  text-align: center;
  color: #fff;
}
.p-page-header__title .__en {
  font-weight: 800;
  font-size: 4.2rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  line-height: 1.6;
}
.p-page-header__title .__ja {
  font-weight: 500;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .p-page-header__title .__en {
    font-weight: 800;
    font-size: 2.4rem;
    font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  }
  .p-page-header__title .__ja {
    font-weight: 500;
    font-size: 1.6rem;
  }
}

.p-page-contents__overflow {
  overflow: hidden;
}
.p-page-contents__full {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .p-page-contents__full {
    padding-inline: 5vw;
  }
}
.p-page-contents__inner {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .p-page-contents__inner {
    padding-inline: 5vw;
  }
}
.p-page-contents__inner2 {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .p-page-contents__inner2 {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-page-contents__inner2 {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .p-page-contents__inner2 {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 1023px) {
  .p-page-contents__inner2 {
    padding-inline: 5vw;
  }
}
.p-page-contents.a-bg1 {
  background: rgba(201, 186, 136, 0.1);
}
.p-page-contents.a-case_a {
  background: #1482be;
}
.p-page-contents.a-case_b {
  background: #be7332;
}
.p-page-contents.a-case_c {
  background: #5a8232;
}
.p-page-contents__title {
  display: block;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  padding: 0.8em;
  line-height: 1.4;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .p-page-contents__title {
    padding-inline: 5vw;
  }
}
@media (min-width: 1024px) {
  .p-page-contents__title {
    margin-top: calc(7.2rem * 0);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-page-contents__title {
    margin-top: calc(4rem * 0);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-page-contents__title {
    margin-top: calc(4rem * 0);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-page-contents__title {
    font-weight: 700;
    font-size: 1.8rem;
  }
}
.p-page-contents__title.a-title1 {
  background: #1a1a1a;
}
.p-page-contents__title.a-title2 {
  background: #e65a14;
}
.p-page-contents__title.a-title3 {
  background: #a51414;
}
.p-page-contents__title.a-title4 {
  color: #1a1a1a;
  font-weight: 800;
  font-size: 2.8rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  padding: 0em;
}
@media (max-width: 767px) {
  .p-page-contents__title.a-title4 {
    font-weight: 800;
    font-size: 2rem;
    font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  }
}
@media (max-width: 767px) {
  .p-page-contents__scrollimg {
    width: 200%;
    max-width: 180% !important;
  }
  .p-page-contents__scrollimg-wrap {
    overflow-x: auto;
    padding: 0.8rem;
  }
  .p-page-contents__scrollimg-wrap::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .p-page-contents__scrollimg-wrap::-webkit-scrollbar-track {
    background: rgba(201, 186, 136, 0.3);
  }
  .p-page-contents__scrollimg-wrap::-webkit-scrollbar-thumb {
    background: #c9ba88;
    border-radius: 1.5em;
  }
}
.p-page-contents__comingsoon {
  text-align: center;
  font-weight: 800;
  font-size: 3.2rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

.p-service__contents {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid #143278;
  background: #f5fcff;
}
@media (max-width: 1023px) {
  .p-service__contents {
    margin-inline: clamp(1.6rem, 5vw, 2.4rem);
    width: calc(100% - clamp(1.6rem, 5vw, 2.4rem) * 2);
  }
}
.p-service__title {
  background: #143278;
  color: #fff;
  padding: 0.5em;
  font-weight: 800;
  font-size: 3rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .p-service__title {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .p-service__title {
    font-weight: 800;
    font-size: 2.2rem;
    font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  }
}
.p-service__inner {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .p-service__inner {
    padding-inline: 5vw;
  }
}
@media (min-width: 1024px) {
  .p-service__inner {
    margin-top: calc(7.2rem * 0.75);
    margin-bottom: calc(7.2rem * 0.75);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-service__inner {
    margin-top: calc(4rem * 0.75);
    margin-bottom: calc(4rem * 0.75);
  }
}
@media (max-width: 767px) {
  .p-service__inner {
    margin-top: calc(4rem * 0.75);
    margin-bottom: calc(4rem * 0.75);
  }
}
.p-service__voices {
  display: grid;
  gap: 4rem 3.2rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .p-service__voices {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-service__voices .__item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 0.8rem 1.6rem;
}
@media (max-width: 1023px) {
  .p-service__voices .__item {
    grid-template-columns: 1fr;
    max-width: 30rem;
    margin-inline: auto;
  }
  .p-service__voices .__item .wp-video {
    max-width: 30rem;
  }
}
.p-service__voices .__item .__desc {
  align-self: end;
  display: grid;
  gap: 0.8rem;
}
@media (max-width: 1023px) {
  .p-service__voices .__item .__desc {
    grid-template-columns: 1fr 4fr;
  }
  .p-service__voices .__item .__desc > .__country {
    align-self: end;
  }
  .p-service__voices .__item .__desc > .__name {
    grid-column: 1/3;
  }
}
.p-service__voices .__item .__text {
  grid-column: 1/3;
  line-height: 1.4;
}
.p-service__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media (max-width: 767px) {
  .p-service__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-service__cards .__card {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1023px) {
  .p-service__cards .__card {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-service__cards .__card .__video {
    align-self: end;
  }
}
.p-service__cards.a-onecol {
  grid-template-columns: 1fr;
}
.p-service__cards.a-onecol .__card {
  grid-template-columns: auto 30rem;
  gap: 3.2rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-service__cards.a-onecol .__card {
    grid-template-columns: auto 20rem;
  }
}
@media (max-width: 767px) {
  .p-service__cards.a-onecol .__card {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-service__cards .__title {
  font-weight: 700;
  font-size: 2rem;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #1a1a1a;
  display: flex;
  line-height: 1.4;
  gap: 0.2em;
}
@media (max-width: 1023px) {
  .p-service__cards .__title {
    font-size: 1.6rem;
  }
}
.p-service__cards .__title:before {
  content: attr(data-icon);
}
.p-service__cards .__text {
  line-height: 1.6;
}
.p-service__cards .__strong {
  font-weight: 700;
  color: #145f8c;
}

.p-service-mediate {
  display: grid;
  -moz-column-gap: 6.4rem;
       column-gap: 6.4rem;
  row-gap: 2.4rem;
  grid-template-columns: 2.5fr 30rem;
  grid-template-areas: "research movie" "unmatch movie";
}
@media (max-width: 767px) {
  .p-service-mediate {
    grid-template-columns: 1fr;
    grid-template-areas: "research" "unmatch" "movie";
  }
}
.p-service-mediate__research {
  grid-area: research;
  display: grid;
  gap: 1.6rem;
  justify-content: center;
  text-align: center;
}
.p-service-mediate__research .__image1 {
  border-bottom: 1px dotted #ccc;
}
.p-service-mediate__unmatch {
  grid-area: unmatch;
  border: 2px solid #143278;
  background: #fff;
  padding: 1.6rem 2.4rem;
  line-height: 1.6;
}
.p-service-mediate__unmatch .__title {
  font-weight: 800;
  font-size: 2.2rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-feature-settings: "palt";
  color: #143278;
  margin-bottom: 0.5em;
}
@media (max-width: 1023px) {
  .p-service-mediate__unmatch .__title {
    font-size: 1.76rem;
  }
}
.p-service-mediate__movie {
  grid-area: movie;
}

.p-service-movies {
  display: grid;
  gap: 1.6rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-service-movies .a-tab_multicol {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.p-service-movies .__title {
  display: block;
  border: 1px solid #1a1a1a;
  padding: 0.5em;
  text-align: center;
}
.p-service-movies .__prefix {
  color: #1a1a1a;
  font-weight: 500;
  font-size: 1.6rem;
}
.p-service-movies .__subtitle {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  gap: 0.8rem;
  line-height: 1.4;
  color: #d21414;
  font-weight: 700;
  font-size: 1.8rem;
  font-feature-settings: "palt";
}
.p-service-movies .__subtitle:before {
  content: "";
  display: block;
  background: url(../images/pages/service_icon1.png) no-repeat center bottom/contain;
  width: 9rem;
  aspect-ratio: 9/6;
}
.p-service-movies__video {
  display: none;
}
.p-service-movies__movie {
  width: 100%;
  aspect-ratio: 800/450;
}
.p-service-movies__link {
  display: block;
  position: relative;
  z-index: 2;
  transition: opacity 0.3s;
}
.p-service-movies__link:hover {
  opacity: 0.7;
}
.p-service-movies__link iframe {
  aspect-ratio: 800/450;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.modaal-wrapper {
  z-index: 100000;
}

@media (max-width: 767px) {
  .modaal-inner-wrapper {
    padding: 80px 10px;
  }
}

.modaal-container {
  background: transparent;
  max-width: 800px;
}

.modaal-content-container {
  padding: 0;
}

.modaal-content-container iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service-knowhow {
  display: grid;
  gap: 2.4rem;
  margin-bottom: 3.2rem;
}
.p-service-knowhow .__title {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
@media (max-width: 1023px) {
  .p-service-knowhow .__title {
    font-size: 2.24rem;
  }
}
@media (max-width: 767px) {
  .p-service-knowhow .__title {
    flex-wrap: wrap;
    line-height: 1.4;
    justify-content: center;
  }
}
.p-service-knowhow .__strong {
  color: #d21414;
}
.p-service-knowhow .__desc {
  display: grid;
  grid-template-columns: 1.5fr 2.5fr 1.5fr;
  gap: 4rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .p-service-knowhow .__desc .__circle {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-service-knowhow .__desc {
    grid-template-columns: 1fr 2.5fr 1fr;
    gap: 2.4rem;
  }
}
@media (max-width: 767px) {
  .p-service-knowhow .__desc {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
  .p-service-knowhow .__desc .__circle,
  .p-service-knowhow .__desc .__image {
    text-align: center;
  }
}
.p-service-knowhow .__catch {
  border: 1px solid #143278;
  text-align: center;
  padding: 1em;
  font-weight: 800;
  font-size: 2.2rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #143278;
  background: #fff;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .p-service-knowhow .__catch {
    font-size: 1.76rem;
  }
}
.p-service-knowhow .__list .__item {
  padding: 0.5em;
  color: #145f8c;
  font-weight: 700;
  font-size: 2rem;
  border-bottom: 1px dotted #ccc;
  display: flex;
  gap: 0.2em;
}
.p-service-knowhow .__list .__item:before {
  content: "";
  display: block;
  background: url(../images/common/icon_check.png) no-repeat center center/contain;
  width: 2.6rem;
  height: 2.6rem;
}

.p-service-backupsupport__catch .__upper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .p-service-backupsupport__catch .__upper {
    display: grid;
    gap: 0.8rem;
  }
}
.p-service-backupsupport__catch .__upper .__left,
.p-service-backupsupport__catch .__upper .__right {
  width: -moz-fit-content;
  width: fit-content;
  border: 3px solid #145f8c;
  color: #145f8c;
  border-radius: 1rem;
  padding: 1em 2em;
  text-align: center;
  background: #fff;
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 1023px) {
  .p-service-backupsupport__catch .__upper .__left,
  .p-service-backupsupport__catch .__upper .__right {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .p-service-backupsupport__catch .__upper .__left,
  .p-service-backupsupport__catch .__upper .__right {
    margin-inline: auto;
    padding: 1em 1.5em;
  }
}
.p-service-backupsupport__catch .__upper .__eq {
  font-weight: 700;
  font-size: 3.2rem;
  color: #145f8c;
}
@media (max-width: 767px) {
  .p-service-backupsupport__catch .__upper .__eq {
    text-align: center;
    rotate: 90deg;
  }
}
.p-service-backupsupport__catch .__upper .__right {
  background: #fff596;
}
.p-service-backupsupport__catch .__lower {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.6;
}
@media (max-width: 1023px) {
  .p-service-backupsupport__catch .__lower {
    font-size: 1.6rem;
  }
}
.p-service-backupsupport__catch .__strong {
  color: #145f8c;
  font-weight: 700;
  font-size: 2.8rem;
}
@media (max-width: 1023px) {
  .p-service-backupsupport__catch .__strong {
    font-size: 2.24rem;
  }
}
.p-service-backupsupport__leader {
  display: grid;
  grid-template-columns: auto 30rem;
  gap: 3.2rem;
}
@media (min-width: 1024px) {
  .p-service-backupsupport__leader {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-service-backupsupport__leader {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-service-backupsupport__leader {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 1023px) {
  .p-service-backupsupport__leader {
    grid-template-columns: 1fr;
  }
}
.p-service-backupsupport__leader .__leader {
  padding: 3.2rem 4rem;
  background: rgba(20, 95, 140, 0.1);
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 1.6rem;
  align-items: center;
  line-height: 1.8;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .p-service-backupsupport__leader .__leader {
    grid-template-columns: 1fr;
  }
}
.p-service-backupsupport__leader figcaption {
  text-align: center;
  font-weight: 800;
  font-size: 2rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
.p-service-backupsupport__freeschool {
  background: rgba(20, 95, 140, 0.1);
  padding: 3.2rem;
}
@media (min-width: 1024px) {
  .p-service-backupsupport__freeschool {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-service-backupsupport__freeschool {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-service-backupsupport__freeschool {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-service-backupsupport__freeschool > .__title {
  font-weight: 700;
  font-size: 2.8rem;
  text-align: center;
  color: #145f8c;
  margin-bottom: 2.4rem;
}
@media (max-width: 1023px) {
  .p-service-backupsupport__freeschool > .__title {
    font-size: 2.24rem;
  }
}
@media (min-width: 1024px) {
  .p-service-backupsupport__eg {
    margin-top: calc(7.2rem * 0.75);
    margin-bottom: calc(7.2rem * 0.75);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-service-backupsupport__eg {
    margin-top: calc(4rem * 0.75);
    margin-bottom: calc(4rem * 0.75);
  }
}
@media (max-width: 767px) {
  .p-service-backupsupport__eg {
    margin-top: calc(4rem * 0.75);
    margin-bottom: calc(4rem * 0.75);
  }
}
.p-service-backupsupport__eg > .__title {
  font-weight: 700;
  font-size: 2.8rem;
  text-align: center;
  color: #145f8c;
  margin-bottom: 2.4rem;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .p-service-backupsupport__eg > .__title {
    font-size: 2.24rem;
  }
}
.p-service-backupsupport__eg > .__text {
  text-align: center;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .p-service-backupsupport__eg > .__image {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-service-backupsupport__eg > .__image {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-service-backupsupport__eg > .__image {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}

.p-service-support {
  display: grid;
  gap: 4rem;
}
.p-service-support__item {
  display: grid;
  gap: 1.6rem;
}
.p-service-support__item .__prefix {
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.2;
}
.p-service-support__item .__title {
  font-weight: 900;
  font-size: 3rem;
  color: #145f8c;
  text-align: center;
  margin-bottom: 0.5em;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .p-service-support__item .__title {
    font-size: 2.4rem;
  }
}
.p-service-support__item .__supportitem {
  border: 2px solid #145f8c;
  border-radius: 1rem;
  padding: 1em 0.5em;
  font-weight: 700;
  font-size: 2rem;
  color: #145f8c;
  background: #fff;
  display: flex;
  gap: 0.5em;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .p-service-support__item .__supportitem {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .p-service-support__item .__supportitem {
    text-align: left;
    justify-content: flex-start;
  }
}
.p-service-support__item .__supportitem .__listicon {
  display: flex;
  line-height: 1.2;
}
.p-service-support__item .__supportitem .__listicon:before {
  content: attr(data-icon);
  margin-right: 0.2em;
}
@media (max-width: 767px) {
  .p-service-support__item .__supportitem .__listicon {
    width: 100%;
  }
}
.p-service-support__item .__image {
  display: flex;
  gap: 1.6rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .p-service-support__item .__image {
    display: grid;
  }
}
@media (max-width: 1023px) {
  .p-service-support__item .__image img {
    width: 100%;
    max-width: 100%;
  }
}

.p-contruct_fee__title {
  display: flex;
  align-items: center;
  gap: 1em;
}
.p-contruct_fee__title .__inner_title {
  font-weight: 800;
  font-size: 2.4rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .p-contruct_fee__title .__inner_title {
    font-size: 1.92rem;
  }
}
.p-contruct_fee__title .__inner_text {
  font-weight: 500;
  font-size: 1.6rem;
}
@media (max-width: 1023px) {
  .p-contruct_fee__title .__inner_text {
    font-size: 1.28rem;
  }
}
.p-contruct_fee__title .__inner_text .__strong {
  color: #ffd21e;
  font-weight: 700;
  font-size: 1.8rem;
}
@media (max-width: 1023px) {
  .p-contruct_fee__title .__inner_text .__strong {
    font-size: 1.44rem;
  }
}
.p-contruct_fee__title .__inner_text .__option {
  font-weight: 500;
  font-size: 1.6rem;
}
@media (max-width: 1023px) {
  .p-contruct_fee__title .__inner_text .__option {
    font-size: 1.28rem;
  }
}
@media (max-width: 767px) {
  .p-contruct_fee__title {
    flex-wrap: wrap;
    gap: 0.5em;
  }
  .p-contruct_fee__title .__inner_text {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
  }
}
.p-contruct_fee__image {
  text-align: center;
}
@media (min-width: 1024px) {
  .p-contruct_fee__image {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-contruct_fee__image {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-contruct_fee__image {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-contruct_fee__text-balloon {
  background: #fff;
  border: 2px solid #d21414;
  padding: 2.4rem 4rem;
  position: relative;
  margin-top: 2rem;
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .p-contruct_fee__text-balloon {
    padding: 2.4rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-contruct_fee__text-balloon:before, .p-contruct_fee__text-balloon:after {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(100% - 0px);
  left: 53.5%;
  height: 20px;
  width: 30px;
  clip-path: polygon(100% 100%, 89% 100%, 50% 15%, 9% 100%, 0 100%, 50% 0);
  background: #d21414;
}
.p-contruct_fee__text-balloon:before {
  background: #fff;
  clip-path: polygon(100% 100%, 0 100%, 50% 0);
}
.p-contruct_fee__text-balloon .__title {
  font-weight: 700;
  font-size: 1.8rem;
  color: #a51414;
  display: flex;
  line-height: 1.4;
}
.p-contruct_fee__text-balloon .__title:before {
  content: attr(data-icon);
}
.p-contruct_fee__text-balloon .__aside {
  font-weight: 500;
  font-size: 1.6rem;
  color: #1a1a1a;
}
.p-contruct_fee__text-balloon .__list {
  margin-left: 1em;
}
.p-contruct_fee__text-balloon .__list .__item {
  padding-block: 0.2em;
  display: flex;
}
.p-contruct_fee__text-balloon .__list .__item:before {
  content: attr(data-icon);
}
.p-contruct_fee__text-balloon .__link {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  margin-left: 1em;
  display: inline-block;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .p-contruct_fee__text-list {
    margin-top: calc(7.2rem * 0.25);
    margin-bottom: calc(7.2rem * 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-contruct_fee__text-list {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
@media (max-width: 767px) {
  .p-contruct_fee__text-list {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
.p-contruct_fee__text-list .__item {
  padding: 0.25em;
  line-height: 1.4;
  display: flex;
  gap: 0.5em;
}
.p-contruct_fee__text-list .__item:before {
  content: attr(data-icon);
}
.p-contruct_fee__text .__point {
  border: 3px solid #a51414;
  padding: 2.4rem 4rem;
  background: #fff5c8;
  line-height: 1.6;
}
.p-contruct_fee__text .__point .__title {
  font-weight: 800;
  font-size: 2.2rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
@media (max-width: 1023px) {
  .p-contruct_fee__text .__point .__title {
    font-size: 1.76rem;
  }
}
.p-contruct_fee__text .__point .__heading {
  font-weight: 800;
  font-size: 2.8rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #a51414;
}
@media (max-width: 1023px) {
  .p-contruct_fee__text .__point .__heading {
    font-size: 2.24rem;
  }
}
@media (max-width: 767px) {
  .p-contruct_fee__text .__point {
    padding: 2.4rem;
  }
}

@media (min-width: 1024px) {
  .p-case_study {
    margin-top: calc(7.2rem * 0);
    margin-bottom: calc(7.2rem * 0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-case_study {
    margin-top: calc(4rem * 0);
    margin-bottom: calc(4rem * 0);
  }
}
@media (max-width: 767px) {
  .p-case_study {
    margin-top: calc(4rem * 0);
    margin-bottom: calc(4rem * 0);
  }
}
@media (min-width: 1024px) {
  .p-case_study__inner {
    margin-top: calc(7.2rem * 0.75);
    margin-bottom: calc(7.2rem * 0.75);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-case_study__inner {
    margin-top: calc(4rem * 0.75);
    margin-bottom: calc(4rem * 0.75);
  }
}
@media (max-width: 767px) {
  .p-case_study__inner {
    margin-top: calc(4rem * 0.75);
    margin-bottom: calc(4rem * 0.75);
  }
}
.p-case_study__title {
  color: #fff;
  display: grid;
  gap: 0.8rem;
  text-align: center;
}
.p-case_study__title .__case {
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
}
@media (max-width: 1023px) {
  .p-case_study__title .__case {
    font-size: 1.44rem;
  }
}
.p-case_study__title .__pre {
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 1023px) {
  .p-case_study__title .__pre {
    font-size: 1.6rem;
  }
}
.p-case_study__title .__title {
  font-weight: 800;
  font-size: 6rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
@media (max-width: 1023px) {
  .p-case_study__title .__title {
    font-size: 4.8rem;
  }
}
@media (max-width: 1023px) {
  .p-case_study__title .__title {
    font-weight: 800;
    font-size: 4rem;
    font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .p-case_study__title .__title {
    font-size: 3.2rem;
  }
}

.p-case_study-anchor {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .p-case_study-anchor {
    padding-inline: 5vw;
  }
}
.p-case_study-anchor__text {
  text-align: center;
  font-weight: 800;
  font-size: 2.8rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
@media (max-width: 1023px) {
  .p-case_study-anchor__text {
    font-size: 2.24rem;
  }
}
.p-case_study-anchor__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
@media (min-width: 1024px) {
  .p-case_study-anchor__list {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-case_study-anchor__list {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-case_study-anchor__list {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-case_study-anchor__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-case_study-anchor__list .__link {
  border: 3px solid #bbb;
  border-radius: 2rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 22rem 1fr 5rem;
  gap: 1.6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-case_study-anchor__list .__link {
    grid-template-columns: 1fr 4fr;
    grid-template-rows: 1fr 1.6rem;
    grid-template-areas: "image text" "arrow arrow";
    row-gap: 0;
    gap: 0;
  }
}
.p-case_study-anchor__list .__link:hover {
  opacity: 1;
  text-decoration: none;
  background: #fff5c8;
}
.p-case_study-anchor__list .__link:hover .__arrow {
  padding-top: 1.6rem;
}
.p-case_study-anchor__list .__image {
  text-align: center;
  padding: 1.6rem;
  width: clamp(10rem, 80%, 26rem);
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px solid #ddd;
  align-self: end;
}
@media (max-width: 767px) {
  .p-case_study-anchor__list .__image {
    grid-area: image;
    border: none;
    border-right: 2px solid #ddd;
    width: 100%;
  }
}
.p-case_study-anchor__list .__text {
  display: grid;
  gap: 0.8rem;
}
@media (max-width: 767px) {
  .p-case_study-anchor__list .__text {
    grid-area: text;
    border: none;
    border-right: none;
    align-items: center;
    align-content: center;
  }
  .p-case_study-anchor__list .__text .__lower {
    line-height: 1;
  }
}
.p-case_study-anchor__list .__text .__upper {
  text-align: center;
  font-weight: 700;
  font-size: 1.7rem;
}
@media (max-width: 1023px) {
  .p-case_study-anchor__list .__text .__upper {
    font-size: 1.36rem;
  }
}
.p-case_study-anchor__list .__text .__lower {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .p-case_study-anchor__list .__text .__lower {
    font-size: 1.6rem;
  }
}
.p-case_study-anchor__list .__arrow {
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .p-case_study-anchor__list .__arrow {
    grid-area: arrow;
    border: none;
    border-right: 2px solid #ddd;
  }
}
.p-case_study-anchor__list .__hyphenation {
  display: inline-block;
}
.p-case_study-anchor__list .a-case_a.__link,
.p-case_study-anchor__list .a-case_a .__image {
  border-color: #1482be;
}
.p-case_study-anchor__list .a-case_a .__arrow {
  background: #1482be;
}
.p-case_study-anchor__list .a-case_b.__link,
.p-case_study-anchor__list .a-case_b .__image {
  border-color: #be7332;
}
.p-case_study-anchor__list .a-case_b .__arrow {
  background: #be7332;
}
.p-case_study-anchor__list .a-case_c.__link,
.p-case_study-anchor__list .a-case_c .__image {
  border-color: #5a8232;
}
.p-case_study-anchor__list .a-case_c .__arrow {
  background: #5a8232;
}

.p-case_study-contents {
  border: 3px solid #1a1a1a;
  border-radius: 2rem;
  padding: 3.2rem;
  background: #fff;
}
@media (min-width: 1024px) {
  .p-case_study-contents {
    margin-top: calc(7.2rem * 0.75);
    margin-bottom: calc(7.2rem * 0.75);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-case_study-contents {
    margin-top: calc(4rem * 0.75);
    margin-bottom: calc(4rem * 0.75);
  }
}
@media (max-width: 767px) {
  .p-case_study-contents {
    margin-top: calc(4rem * 0.75);
    margin-bottom: calc(4rem * 0.75);
  }
}
@media (max-width: 767px) {
  .p-case_study-contents {
    padding: 2.4rem 1.6rem;
  }
}
.p-case_study-contents.a-arrow {
  position: relative;
}
@media (min-width: 1024px) {
  .p-case_study-contents.a-arrow {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-case_study-contents.a-arrow {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .p-case_study-contents.a-arrow {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 1023px) and (min-width: 1024px) {
  .p-case_study-contents.a-arrow {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 1.5);
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .p-case_study-contents.a-arrow {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 1.5);
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .p-case_study-contents.a-arrow {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 1.5);
  }
}
.p-case_study-contents.a-arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 6rem;
  aspect-ratio: 1/1;
  transform: translateX(-50%);
  background: url(../images/common/icon_arrow_bb.svg) no-repeat top center/contain;
}
.p-case_study-contents.a-support {
  border-width: 5px;
  border-color: #a51414;
}
.p-case_study-contents__situation {
  width: 100%;
  max-width: 835px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 2.4rem;
  grid-template-columns: 12rem 1fr;
  counter-reset: number 0;
}
@media (max-width: 767px) {
  .p-case_study-contents__situation {
    grid-template-columns: 1fr;
  }
  .p-case_study-contents__situation .__image {
    text-align: center;
  }
}
.p-case_study-contents__support {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  counter-reset: number 0;
}
.p-case_study-contents__support > .__title {
  text-align: center;
  color: #a51414;
  font-weight: 900;
  font-size: 4rem;
  margin-block: 0.25em 1em;
}
@media (max-width: 1023px) {
  .p-case_study-contents__support > .__title {
    font-size: 3.2rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-case_study-contents__support > .__title {
    font-size: 3.2rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 1023px) {
  .p-case_study-contents__support > .__title {
    font-size: 2.56rem;
  }
}
@media (max-width: 767px) {
  .p-case_study-contents__support > .__title {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
@media (max-width: 767px) and (max-width: 1023px) {
  .p-case_study-contents__support > .__title {
    font-size: 1.92rem;
  }
}
.p-case_study-contents__support-item {
  display: grid;
  grid-template-rows: 1fr 1.1fr;
  border: 2px solid #5a8232;
  border-radius: 2rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .p-case_study-contents__support-item {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-case_study-contents__support-item {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-case_study-contents__support-item {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-case_study-contents__support-item {
    grid-template-rows: 1fr auto;
  }
}
.p-case_study-contents__support-item > .__title {
  background: #5a8232;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  padding: 0.8em;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .p-case_study-contents__support-item > .__title {
    font-size: 1.6rem;
  }
}
.p-case_study-contents__support-item > .__text {
  font-weight: 500;
  font-size: 1.8rem;
  align-self: center;
  text-align: center;
}
@media (max-width: 1023px) {
  .p-case_study-contents__support-item > .__text {
    font-size: 1.44rem;
  }
}
@media (max-width: 1023px) {
  .p-case_study-contents__support-item > .__text {
    padding: 0.5em;
    line-height: 1.4;
  }
}
.p-case_study-contents__support-item > .__text.__textinlie {
  text-align: center;
  justify-self: center;
}
.p-case_study-contents__list {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.p-case_study-contents__situation .p-case_study-contents__list {
  width: 100%;
}

.p-case_study-contents__list .a-border .__item:not(:first-of-type) {
  border-top: 2px dotted #b9b9b9;
}
.p-case_study-contents__list .__item {
  display: flex;
  gap: 0.5em;
  padding: 1em 0.5em 1em 1em;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.6;
  font-feature-settings: "palt";
}
.p-case_study-contents__list .__item:before {
  counter-increment: number 1;
  content: counter(number) ".";
  font-weight: 900;
  font-size: 2.2rem;
}
.p-case_study-contents__list .__item .__strong {
  color: #1482be;
  font-weight: 900;
  font-size: 2.2rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .p-case_study-contents__list .__item .__strong {
    display: inline;
    font-weight: 900;
    font-size: 2rem;
  }
}
.a-case_b .p-case_study-contents__list .__item .__strong {
  color: #be7332;
}

.a-case_c .p-case_study-contents__list .__item .__strong {
  color: #5a8232;
}

.p-case_study-contents__list .__item .__marker {
  background: #ffe650;
  display: inline-block;
  padding-inline: 0.4em;
  margin-inline: 0.1em;
}
@media (max-width: 767px) {
  .p-case_study-contents__list .__item .__marker {
    display: inline;
  }
}
.p-case_study-contents__list .__item .__option {
  font-size: 80%;
}
.p-case_study-contents.a-support .p-case_study-contents__list .__item {
  padding: 0.5em;
  font-weight: 700;
  font-size: 2.2rem;
}
@media (max-width: 1023px) {
  .p-case_study-contents.a-support .p-case_study-contents__list .__item {
    font-size: 1.76rem;
  }
}
.p-case_study-contents.a-support .p-case_study-contents__support-item .__item {
  padding: 0.5em;
  font-weight: 700;
  font-size: 2.2rem;
}
@media (max-width: 1023px) {
  .p-case_study-contents.a-support .p-case_study-contents__support-item .__item {
    font-size: 1.76rem;
  }
}
.p-case_study-contents.a-support .p-case_study-contents__support-item .__text {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .p-case_study-contents.a-support .p-case_study-contents__support-item .__text {
    display: grid;
    justify-content: start;
    gap: 0.5em;
    text-align: left;
  }
  .p-case_study-contents.a-support .p-case_study-contents__support-item .__text.__textinline {
    justify-content: center;
    justify-items: center;
    text-align: center;
  }
}
.p-case_study-contents.a-support .p-case_study-contents__support-item .__listicon {
  display: flex;
  line-height: 1.2;
}
.p-case_study-contents.a-support .p-case_study-contents__support-item .__listicon:before {
  content: attr(data-icon);
}

.p-pro_report__title {
  display: grid;
  gap: 1.6rem;
  text-align: center;
  font-weight: 800;
  font-size: 5.5rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
@media (min-width: 1024px) {
  .p-pro_report__title {
    margin-top: calc(7.2rem * 0);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-pro_report__title {
    margin-top: calc(4rem * 0);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .p-pro_report__title {
    margin-top: calc(4rem * 0);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 1023px) {
  .p-pro_report__title {
    font-size: 4.4rem;
  }
}
.p-pro_report__title .__prefix {
  font-weight: 800;
  font-size: 3.2rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
@media (max-width: 1023px) {
  .p-pro_report__title .__prefix {
    font-size: 2.56rem;
  }
}
@media (max-width: 767px) {
  .p-pro_report__title {
    font-size: 2.4rem;
  }
  .p-pro_report__title .__prefix {
    font-size: 2rem;
  }
}
.p-pro_report__list {
  display: grid;
  gap: 1.6rem;
}
@media (min-width: 1024px) {
  .p-pro_report__list {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-pro_report__list {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0);
  }
}
@media (max-width: 767px) {
  .p-pro_report__list {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0);
  }
}
.p-pro_report__list__item {
  gap: 2.4rem;
  align-items: center;
  border: 1px solid #e1e1e1;
}
.p-pro_report__list__item .__link {
  display: grid;
  grid-template-columns: 18rem auto 5rem;
  text-align: left;
  align-items: center;
  width: 100%;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-pro_report__list__item .__link {
    grid-template-columns: auto 2.4rem;
    grid-template-areas: "image arrow" "title arrow";
  }
  .p-pro_report__list__item .__link .__image {
    grid-area: image;
    text-align: center;
  }
  .p-pro_report__list__item .__link .__image img {
    width: 40%;
  }
  .p-pro_report__list__item .__link .__title {
    grid-area: title;
  }
  .p-pro_report__list__item .__link:after {
    grid-area: arrow;
  }
}
.p-pro_report__list__item .__link:after {
  content: "";
  display: block;
  background: #145f8c url(../images/common/icon_arrow_rw.svg) no-repeat center center/0.8rem;
  transition: 0.3s;
  align-self: stretch;
}
.p-pro_report__list__item .__link:hover {
  background: rgba(201, 186, 136, 0.1);
  opacity: 1;
  text-decoration: none;
}
.p-pro_report__list__item .__title {
  padding: 1.6rem;
  font-weight: 800;
  font-size: 2.4rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
@media (max-width: 1023px) {
  .p-pro_report__list__item .__title {
    font-size: 1.92rem;
  }
}
@media (max-width: 767px) {
  .p-pro_report__list__item .__title {
    font-weight: 800;
    font-size: 1.8rem;
    font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  }
}
.p-pro_report__list__item .__image {
  padding: 1.6rem;
}
.p-pro_report__list__item .__image img {
  width: 16rem;
  height: 12rem;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 16/12;
}

.p-pro_report-detail {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .p-pro_report-detail {
    padding-inline: 5vw;
  }
}
.p-pro_report-detail__title {
  font-weight: 800;
  font-size: 4rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  border-bottom: 2px solid #1a1a1a;
  text-align: center;
  padding-bottom: 1em;
  line-height: 1.6;
}
@media (max-width: 1023px) {
  .p-pro_report-detail__title {
    font-size: 3.2rem;
  }
}

@media (min-width: 1024px) {
  .p-knowledge_list__pager {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-knowledge_list__pager {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .p-knowledge_list__pager {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.p-knowledge_list__list {
  border-top: 1px solid #e1e1e1;
}
.p-knowledge_list__list-item {
  display: grid;
  grid-template-columns: 7.2rem auto 2.4rem;
  align-items: center;
  padding: 1em;
  line-height: 1.4;
  font-weight: 800;
  font-size: 2.4rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 1023px) {
  .p-knowledge_list__list-item {
    font-size: 1.92rem;
  }
}
@media (max-width: 767px) {
  .p-knowledge_list__list-item {
    align-items: start;
    font-weight: 800;
    font-size: 1.8rem;
    font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    grid-template-columns: 5rem auto 2.4rem;
  }
}
.p-knowledge_list__list-item:before {
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  background: #145f8c;
  border-radius: 50%;
  width: 5rem;
  padding-bottom: 0.2em;
  aspect-ratio: 1/1;
  color: #fff;
  font-weight: 800;
  font-size: 2.5rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
@media (max-width: 1023px) {
  .p-knowledge_list__list-item:before {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .p-knowledge_list__list-item:before {
    width: 3.2rem;
  }
}
.p-knowledge_list__list-item:after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 100%;
  background: url(../images/common/icon_arrow_rk.svg) no-repeat center center/0.6rem;
}

.p-knowledge_list-detail__title {
  display: grid;
  grid-template-columns: 7.2rem auto;
  align-items: center;
  padding: 1em;
  line-height: 1.4;
  font-weight: 800;
  font-size: 2.4rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  border-block: 1px solid #e1e1e1;
}
@media (max-width: 1023px) {
  .p-knowledge_list-detail__title {
    font-size: 1.92rem;
  }
}
.p-knowledge_list-detail__title:before {
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  background: #145f8c;
  border-radius: 50%;
  width: 5rem;
  padding-bottom: 0.2em;
  aspect-ratio: 1/1;
  color: #fff;
  font-weight: 800;
  font-size: 2.5rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
@media (max-width: 1023px) {
  .p-knowledge_list-detail__title:before {
    font-size: 2rem;
  }
}
.p-knowledge_list-detail__detail {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
@media (max-width: 1023px) {
  .p-knowledge_list-detail__detail {
    padding-inline: 5vw;
  }
}
@media (min-width: 1024px) {
  .p-knowledge_list-detail__detail {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-knowledge_list-detail__detail {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-knowledge_list-detail__detail {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}

.p-management_method__inner {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .p-management_method__inner {
    padding-inline: 5vw;
  }
}
.p-management_method__pretitle {
  font-weight: 700;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  text-align: center;
  color: #a51414;
  display: block;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .p-management_method__pretitle {
    font-weight: 700;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  }
}
.p-management_method__title-wrap {
  display: grid;
  grid-template-columns: 13rem 1fr 13rem;
  align-items: end;
}
.p-management_method__title-wrap:before {
  content: "";
  display: block;
  background: url(../images/common/cta_lecture_request-img.png) no-repeat center bottom/contain;
  width: clamp(4rem, 100%, 13rem);
  aspect-ratio: 13/16.5;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-management_method__title-wrap {
    grid-template-columns: 7.2rem 1fr;
  }
}
@media (max-width: 767px) {
  .p-management_method__title-wrap {
    grid-template-columns: 4rem 1fr;
  }
}
.p-management_method__title {
  font-weight: 700;
  font-size: 7rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  text-align: center;
}
@media (min-width: 1024px) {
  .p-management_method__title {
    margin-top: calc(7.2rem * 0.25);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-management_method__title {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-management_method__title {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-management_method__title {
    font-size: 4rem;
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 767px) {
  .p-management_method__title {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 1.6rem;
  }
}
.p-management_method__cont-title {
  background: #1a1a1a;
  color: #ffd21e;
  text-align: center;
  font-weight: 700;
  font-size: 3.2rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  padding: 0.5em;
}
@media (max-width: 1023px) {
  .p-management_method__cont-title {
    font-size: 2.56rem;
  }
}
@media (max-width: 767px) {
  .p-management_method__cont-title {
    font-weight: 700;
    font-size: 2rem;
    font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  }
}
.p-management_method__btn {
  width: 98%;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .p-management_method__btn {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.75);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-management_method__btn {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.75);
  }
}
@media (max-width: 767px) {
  .p-management_method__btn {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.75);
  }
}

.p-reports__inner {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .p-reports__inner {
    padding-inline: 5vw;
  }
}
.p-reports__text {
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  text-align: center;
  line-height: 1.8;
}
@media (max-width: 1023px) {
  .p-reports__text {
    font-size: 1.92rem;
  }
}
@media (min-width: 1024px) {
  .p-reports__cont {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-reports__cont {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-reports__cont {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}

.p-news .p-news-list {
  gap: 0;
}
.p-news .p-news-list__item {
  padding: 1.5em 0.5em;
  border-bottom: 1px solid #e1e1e1;
  grid-template-columns: 8em 1fr;
}

.p-news-list {
  display: grid;
  gap: 1.6rem;
  min-height: 100%;
  align-content: start;
}
.p-news-list__item {
  display: grid;
  grid-template-columns: 10em auto;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-news-list__item {
    grid-template-columns: 1fr;
  }
}
.p-news-list__item a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.p-news-list__item a:hover {
  text-decoration: none;
}
.p-news-list__date {
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  color: #a51414;
}
@media (max-width: 767px) {
  .p-news-list__date {
    text-align: left;
  }
}

.p-news-detail__title {
  font-weight: 700;
  font-size: 2.8rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  line-height: 1.6;
  border-left: 0.6rem solid #a51414;
  padding-left: 1em;
}
@media (max-width: 1023px) {
  .p-news-detail__title {
    font-size: 2.24rem;
  }
}
.p-news-detail__titles {
  border-bottom: 2px solid #1a1a1a;
  padding-bottom: 1.6rem;
}
.p-news-detail__date {
  font-weight: 700;
  font-size: 1.6rem;
  color: #a51414;
}
@media (min-width: 1024px) {
  .p-news-detail__date {
    margin-top: calc(7.2rem * 0.25);
    margin-bottom: calc(7.2rem * 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-news-detail__date {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
@media (max-width: 767px) {
  .p-news-detail__date {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
.p-news-detail__detail {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .p-news-detail__detail {
    padding-inline: 5vw;
  }
}
@media (min-width: 1024px) {
  .p-news-detail__detail {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-news-detail__detail {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .p-news-detail__detail {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}

.p-contact__input-title {
  font-weight: 700;
  font-size: 1.8rem;
  margin-block: 0.5em;
  display: inline-block;
}
.p-contact__input-title.a-required:after {
  content: "必須";
  background: #ff0000;
  color: #fff;
  font-size: 1.4rem;
  margin-left: 0.5em;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2em;
}
.p-contact__input-title.a-any:after {
  content: "任意";
  background: #0000ff;
  color: #fff;
  margin-left: 0.5em;
  font-size: 1.4rem;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2em;
}
.p-contact__input-note {
  font-size: 1.4rem;
  color: #666;
  margin-block: 0.5em;
  display: inline-block;
}
.p-contact p {
  margin-block: 1em;
}
.p-contact__radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.p-contact__privacy {
  text-align: center;
  margin-block: 4rem;
}
.p-contact__privacy-link {
  text-decoration: underline;
  font-weight: 700;
  font-size: 1.8rem;
  text-underline-offset: 0.2em;
}
.p-contact label:has(input[type=radio], input[type=checkbox]) {
  cursor: pointer;
}
.p-contact__input-btn {
  margin-inline: auto;
}
.p-contact .wpcf7-not-valid-tip {
  padding-block: 0.5em;
}

.p-header__inner {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767px) {
  .p-header__inner {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
  }
}
.p-header__logo {
  position: absolute;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
@media (max-width: 1023px) {
  .p-header__logo {
    padding-inline: 5vw;
  }
}
@media (max-width: 767px) {
  .p-header__logo {
    width: 60%;
    left: 0;
    transform: translate(0%, -50%);
  }
}

.p-header-nav {
  height: 100%;
  background: #fff;
  position: relative;
  z-index: 100;
}
@media (max-width: 1023px) {
  .p-header-nav {
    display: none;
  }
}
.p-header-nav__list {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  margin-right: 3em;
}
.p-header-nav__list > .__item {
  display: flex;
  align-items: center;
}
.p-header-nav__list > .__item:not(:last-child):after {
  content: "/";
  display: block;
  margin-inline: 1em;
}
.p-header-nav__list .__link {
  font-weight: 500;
  font-size: 1.6rem;
}

@media (max-width: 1023px) {
  .p-header-nav__wrap {
    height: 100%;
    transition: all 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 12rem;
    z-index: 100;
    background: #f5f6f7;
  }
  .p-header-nav-sp {
    height: calc(100vh - 12rem);
    border-radius: 0;
    overflow-y: scroll;
  }
  .p-header-nav-sp .p-header-nav__list {
    margin-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    height: -moz-fit-content;
    height: fit-content;
    padding: 1.5em;
  }
  .p-header-nav-sp .p-header-nav__list > .__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-block: 1em;
    border-bottom: 2px solid #e1e1e1;
  }
  .p-header-nav-sp .p-header-nav__list > .__item:first-of-type {
    border-top: 2px solid #e1e1e1;
  }
  .p-header-nav-sp .p-header-nav__list > .__item:has(:not(.__external, .__disabled)):after {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background: url(../images/common/icon_arrow_rb.svg) no-repeat center center/contain;
    transition: transform 0.3s;
  }
  .p-header-nav-sp .p-header-nav__list > .__item.is-slide:after {
    transform: rotate(-90deg) !important;
  }
  .p-header-nav-sp .p-header-nav__list > .__item:has(.__external) {
    display: flex;
  }
  .p-header-nav-sp .p-header-nav__list > .__item:has(.__external):after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(../images/common/icon_external.svg) no-repeat center center/90%;
    margin-left: 0.2em;
  }
  .p-header-nav-sp .p-header-nav__list > .__item:has(.p-header-megamenu):after {
    transform: rotate(90deg);
  }
  .p-header-nav-sp .p-header-nav__list > .__item:hover .p-header-megamenu {
    clip-path: inset(0 -50vw);
    visibility: visible;
  }
  .p-header-nav-sp .p-header-nav__list .__link {
    font-weight: 700;
    font-size: 1.6rem;
    color: #4e4c4c;
  }
}
.p-header-megamenu {
  transition: opacity 0.3s;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  max-width: 120rem;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 5rem 0 0 5rem;
  padding: 12rem 9.8rem;
  z-index: 105;
}
.p-header-megamenu.p-hidden {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .p-header-megamenu {
    padding: 6rem 2.4rem;
    border-radius: 0;
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .p-header-megamenu__nav {
    overflow-y: scroll;
    height: 86vh;
  }
}
.p-header-megamenu__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 3rem;
}
@media (max-width: 767px) {
  .p-header-megamenu__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
    padding: 1.6rem;
  }
}
.p-header-megamenu__list .__item a {
  display: block;
  width: 100%;
  border: 2px solid #fff;
  border-radius: 2em;
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  padding: 1em;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-header-megamenu__list .__item a {
    padding: 0.5em;
    font-weight: 500;
    font-size: 1.4rem;
  }
}
.p-header-megamenu__list .__item .__inlineblock {
  display: inline-block;
}
.p-header-megamenu__list .__item-multi a {
  padding: 0.45em 1em;
}
.p-header-megamenu__list .__item-multi .__inlineblock {
  font-size: 80%;
  display: block;
}

.p-header-open {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10rem;
  width: 10rem;
  background: #1a1a1a;
  cursor: pointer;
  position: relative;
  z-index: 110;
  transition: background-color 0.3s;
}
@media (max-width: 767px) {
  .p-header-open {
    height: 4.8rem;
    width: 4.8rem;
  }
}
.p-header-open__inner {
  display: block;
  width: 3rem;
  height: 3rem;
  position: relative;
}
.p-header-open span {
  display: block;
  margin: 0;
  border: none;
  width: 3rem;
  height: 0.3rem;
  background: #fff;
  transform-origin: 0% 50%;
  position: absolute;
  top: 0.2rem;
  left: 0;
  transition: 0.3s;
}
.p-header-open span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.p-header-open span:nth-of-type(3) {
  top: unset;
  bottom: 0.2rem;
}
.p-header-open.is-open {
  transition: background-color 0.3s;
}
.p-header-open.is-open span {
  left: 0;
}
.p-header-open.is-open span:nth-of-type(1) {
  transform: rotate(45deg);
  width: 3.8rem;
}
.p-header-open.is-open span:nth-of-type(2) {
  opacity: 0;
}
.p-header-open.is-open span:nth-of-type(3) {
  top: unset;
  bottom: -0.2rem;
  transform: rotate(-45deg);
  width: 3.8rem;
}

.p-header-search {
  width: 6.8rem;
  height: 6.8rem;
  background: #145f8c url(../images/common/icon_search.svg) no-repeat center center/50%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  border-radius: 0 1rem 1rem 0;
}
.p-header-search__console {
  z-index: -1;
  border-radius: 0 1rem 1rem 0;
  width: 77rem;
  height: 6.8rem;
  position: absolute;
  background: #74bbe3;
  background: #fff;
  color: #1a1a1a;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all 0.3s;
}
.p-header-search__console.is-display {
  z-index: 150;
  opacity: 1;
}
@media (max-width: 1023px) {
  .p-header-search__console {
    position: relative;
    background: #fff;
    top: auto;
    right: auto;
    max-width: 90%;
    height: 5rem;
    padding: 1rem 0 1rem 1.5em;
    border-radius: 1rem;
    margin-inline: auto;
    margin-block: 1.6rem;
    z-index: 150;
    opacity: 1;
  }
}
.p-header-search__console form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-header-search__console input[type=text] {
  border: none;
  background: transparent;
  color: #1a1a1a;
  width: 80%;
}
.p-header-search__console button {
  width: 6.8rem;
  height: 6.8rem;
  background: #74bbe3;
  cursor: pointer;
  border-radius: 0 1rem 1rem 0;
}
.p-header-search__console button img {
  width: 50%;
}
@media (max-width: 1023px) {
  .p-header-search__console button {
    width: 5rem;
    height: 5rem;
    background: #145f8c;
  }
}

.p-footer {
  background: #fff;
  color: #1a1a1a;
  border-top: 1px solid #1a1a1a;
}
@media (max-width: 767px) {
  .p-footer {
    padding-inline: 5vw;
  }
}
@media (min-width: 1024px) {
  .p-footer {
    padding-inline: 1.6rem;
  }
}
.p-footer__inner {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .p-footer__inner {
    padding-inline: 5vw;
  }
}
.p-footer__info {
  margin-left: 8rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .p-footer__info {
    margin-left: 0;
    margin-top: 1.6rem;
  }
}
.p-footer__copyright {
  font-weight: 400;
  font-size: 1.2rem;
}
@media (max-width: 1023px) {
  .p-footer__copyright {
    font-size: 0.96rem;
  }
}

.p-footer-address {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: 0.5em;
}

.p-footer-nav {
  width: 100%;
  max-width: 50rem;
  margin-inline: auto 0;
}
.p-footer-nav__list {
  display: flex;
  flex-direction: column;
  flex-flow: column wrap;
  height: 26rem;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .p-footer-nav__list {
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "item1 item4" "item2 item4" "item3 item4" "item3 item4" "item3 item5" "item3 item5" "item3 item5" "item3 item5" "item3 item6" "item3 item7";
  }
  .p-footer-nav__list > .__item:nth-of-type(1) {
    grid-area: item1;
  }
  .p-footer-nav__list > .__item:nth-of-type(2) {
    grid-area: item2;
  }
  .p-footer-nav__list > .__item:nth-of-type(3) {
    grid-area: item3;
  }
  .p-footer-nav__list > .__item:nth-of-type(4) {
    grid-area: item4;
  }
  .p-footer-nav__list > .__item:nth-of-type(5) {
    grid-area: item5;
  }
  .p-footer-nav__list > .__item:nth-of-type(6) {
    grid-area: item6;
  }
  .p-footer-nav__list > .__item:nth-of-type(7) {
    grid-area: item7;
  }
}
.p-footer-nav__list > .__item {
  width: -moz-fit-content;
  width: fit-content;
}
.p-footer-nav__list > .__item > a {
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
}
.p-footer-nav__innerlist {
  margin-top: 0.8rem;
  display: grid;
  gap: 0.8rem;
}
.p-footer-nav__innerlist > .__item {
  display: flex;
  align-items: center;
  gap: 0.4em;
}
.p-footer-nav__innerlist > .__item:before {
  margin-top: 0.1em;
  content: "";
  display: block;
  width: 0.6rem;
  height: 1em;
  background: url(../images/common/icon_arrow_rw.svg) no-repeat center center/contain;
}
.p-footer-nav__innerlist > .__item a {
  font-weight: 400;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.4;
}

.p-video__dummy {
  width: 100%;
  aspect-ratio: 352/240;
  background: #c8c8c8;
}
.p-video__movie {
  width: 100%;
  aspect-ratio: 352/240;
}
.p-video__movie iframe {
  width: 100%;
  aspect-ratio: 352/240;
}
@media (max-width: 767px) {
  .p-video__movie .wp-video {
    max-width: 90vw;
    margin-inline: auto;
  }
}
.p-video__title {
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .p-video__title {
    margin-top: calc(7.2rem * 0.25);
    margin-bottom: calc(7.2rem * 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-video__title {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
@media (max-width: 767px) {
  .p-video__title {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
.p-video__list {
  padding-top: 2.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .p-video__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 1024px) {
  .p-cta {
    margin-top: calc(7.2rem * 1.5);
    margin-bottom: calc(7.2rem * 1.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-cta {
    margin-top: calc(4rem * 1.5);
    margin-bottom: calc(4rem * 1.5);
  }
}
@media (max-width: 767px) {
  .p-cta {
    margin-top: calc(4rem * 1.5);
    margin-bottom: calc(4rem * 1.5);
  }
}
.p-cta__inner {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  gap: 2.4rem;
}
@media (max-width: 1023px) {
  .p-cta__inner {
    padding-inline: 5vw;
  }
}
@media (max-width: 767px) {
  .p-cta__inner {
    flex-wrap: wrap;
  }
}
.p-cta__btn {
  width: 100%;
  max-width: 45rem;
  height: 12rem;
  background: #a51414;
  border: 1px solid #a51414;
  color: #fff;
  border-radius: 2rem;
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  line-height: 1.4;
  text-align: center;
  font-weight: 800;
  font-size: 2.4rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 1023px) {
  .p-cta__btn {
    font-size: 1.92rem;
  }
}
.p-cta__btn .__image img {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-cta__btn {
    font-weight: 800;
    font-size: 1.8rem;
    font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  }
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 1023px) {
  .p-cta__btn {
    font-size: 1.44rem;
  }
}
@media (max-width: 1023px) {
  .p-cta__btn {
    grid-template-columns: 1fr 4fr;
    height: 10rem;
  }
  .p-cta__btn .__image img {
    width: 30%;
  }
}
.p-cta__btn:hover {
  opacity: 1;
  background: rgba(165, 20, 20, 0.1);
  color: #a51414;
  text-decoration: none;
}

.p-btns {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  gap: 1.6rem;
}
@media (max-width: 1023px) {
  .p-btns {
    padding-inline: 5vw;
  }
}
@media (min-width: 1024px) {
  .p-btns {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-btns {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .p-btns {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}

.p-btns__detail {
  display: flex;
  justify-content: center;
  padding-inline: 1.6rem;
  gap: 1.6rem;
}
@media (min-width: 1024px) {
  .p-btns__detail {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-btns__detail {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .p-btns__detail {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.p-btns__detail .__item {
  width: -moz-fit-content;
  width: fit-content;
}
.p-btns__detail .__item a {
  display: block;
}

.c-titles {
  display: grid;
  gap: 1.6rem;
}
.c-titles .__en {
  font-weight: 700;
  font-size: 6.8rem;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  color: #145f8c;
}
.c-titles .__ja {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #145f8c;
}
@media (max-width: 1023px) {
  .c-titles {
    gap: 0.8rem;
  }
  .c-titles .__en {
    font-weight: 700;
    font-size: 4rem;
    font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  }
  .c-titles .__ja {
    font-weight: 700;
    font-size: 1.8rem;
  }
}

.c-titles__min .__en {
  font-weight: 700;
  font-size: 3.6rem;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  color: #145f8c;
}

.c-btn-disabled {
  pointer-events: none;
  opacity: 0.3;
}

.c-btn1 {
  display: block;
  border-radius: 1.5em;
  background: #145f8c;
  border: 2px solid #145f8c;
  color: #fff;
  font-weight: 900;
  font-size: 2.4rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  text-align: center;
  padding: 0.8em 0.5em;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .c-btn1 {
    font-size: 1.92rem;
  }
}
.c-btn1:hover {
  background: #fff;
  color: #145f8c;
  opacity: 1;
  text-decoration: none;
}

.c-btn2 {
  display: block;
  border-radius: 1.5em;
  border: 2px solid #1a1a1a;
  background: #fff;
  color: #1a1a1a;
  font-weight: 900;
  font-size: 1.8rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  text-align: center;
  padding: 0.8em 0.5em;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
}
.c-btn2:hover {
  background: #1a1a1a;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}

.c-btn3 {
  display: block;
  border-radius: 1.5em;
  background: #145f8c;
  border: 2px solid #145f8c;
  color: #fff;
  font-weight: 900;
  font-size: 2.4rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  text-align: center;
  padding: 0.8em 0.5em;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
}
.c-btn3:hover {
  background: #fff;
  color: #145f8c;
  opacity: 1;
  text-decoration: none;
}

.c-btn4 {
  display: block;
  border-radius: 1.5em;
  background: #fff;
  border: 2px solid #1a1a1a;
  color: #1a1a1a;
  font-weight: 900;
  font-size: 1.8rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  text-align: center;
  padding: 0.8em 0.5em;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  width: clamp(20rem, 100%, 30rem);
}
.c-btn4:hover {
  background: #1a1a1a;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}

.c-btn5 {
  display: block;
  border-radius: 1.5em;
  background: #1a1a1a;
  border: 2px solid #1a1a1a;
  color: #fff;
  font-weight: 900;
  font-size: 1.8rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  text-align: center;
  padding: 0.8em 0.5em;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  width: clamp(20rem, 100%, 30rem);
}
.c-btn5:hover {
  background: #fff;
  color: #1a1a1a;
  opacity: 1;
  text-decoration: none;
}

.c-btn_min {
  width: clamp(10rem, 100%, 20rem);
}

.c-contents-titles {
  display: grid;
  gap: 0.4rem;
}
.c-contents-titles .__en {
  font-weight: 700;
  font-size: 1.2rem;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  color: #4e4c4c;
}
.c-contents-titles .__ja {
  font-weight: 700;
  font-size: 2rem;
  color: #145f8c;
}

.c-menu-titles {
  display: grid;
  gap: 0.8rem;
  height: -moz-fit-content;
  height: fit-content;
}
.c-menu-titles .__en {
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  color: #145f8c;
}
.c-menu-titles .__ja {
  font-weight: 700;
  font-size: 1.4rem;
  color: #4e4c4c;
}

.c-titles__min .__en {
  font-weight: 700;
  font-size: 3.6rem;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  color: #145f8c;
}

.c-fixed {
  display: fixed;
  overflow: hidden;
}

.c-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.c-balloon {
  background: #fff;
  border: 1px solid #1a1a1a;
  border-radius: 1.6rem;
  padding: 1.6rem;
  position: relative;
  margin-top: 2rem;
}
.c-balloon.a-top:before, .c-balloon.a-top:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 7.5rem;
  height: 20px;
  width: 20px;
  clip-path: polygon(100% 100%, 92% 100%, 50% 8%, 8% 100%, 0 100%, 50% 0);
  background: #1a1a1a;
}
.c-balloon.a-top:before {
  background: #fff;
  clip-path: polygon(100% 100%, 0 100%, 50% 0);
}
.c-balloon.a-left {
  margin-left: 2rem;
  margin-top: 0rem;
}
.c-balloon.a-left:before, .c-balloon.a-left:after {
  content: "";
  display: block;
  position: absolute;
  top: 20%;
  right: 100%;
  height: 20px;
  width: 20px;
  clip-path: polygon(100% 100%, 92% 100%, 50% 8%, 8% 100%, 0 100%, 50% 0);
  background: #1a1a1a;
  transform: rotate(-90deg);
}
.c-balloon.a-left:before {
  background: #fff;
  clip-path: polygon(100% 100%, 0 100%, 50% 0);
}
@media (max-width: 767px) {
  .c-balloon.a-left.a-sp_top {
    margin-left: 0;
  }
  .c-balloon.a-left.a-sp_top:before, .c-balloon.a-left.a-sp_top:after {
    top: unset;
    right: unset;
    bottom: 100%;
    left: 7.5rem;
    transform: rotate(0deg);
  }
}

.breadcrumb {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-block: 0.8rem;
}
@media (max-width: 1023px) {
  .breadcrumb {
    padding-inline: 5vw;
  }
}

.breadcrumb-list {
  margin: 0;
  padding: 6px 0;
}

.breadcrumb-list li {
  display: inline-block;
  margin: 0;
  list-style: none;
}
.breadcrumb-list li .fa-home {
  display: none;
}

.breadcrumb-list li:after {
  content: ">";
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.breadcrumb-list li:last-child:after {
  content: "";
  margin-left: 0;
  margin-right: 0;
}

/*-------------------------------------------*/
/* .pagination
/*-------------------------------------------*/
.pagination {
  margin-top: 2rem;
  margin-bottom: 0;
  text-align: center;
  content-visibility: auto;
}
.pagination .nav-links {
  margin: 0 auto;
  display: inline-flex;
}

ul.page-numbers {
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
ul.page-numbers li {
  margin: 0;
  list-style: none;
  display: block;
}
ul.page-numbers li a,
ul.page-numbers li span.page-numbers {
  padding: 6px 12px;
  display: block;
  margin-left: -1px;
  text-decoration: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  aspect-ratio: 1/1;
}
ul.page-numbers li:first-child a, ul.page-numbers li:first-child span.page-numbers {
  margin-left: 0;
}
ul.page-numbers li a:hover {
  background-color: #efefef;
}
ul.page-numbers li span.page-numbers.current {
  color: #fff;
  background-color: #145f8c;
}
@media (min-width: 1024px) {
  .h-pc_hide,
  .h-pc_tab_hide {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .h-tab_hide,
  .h-pc_tab_hide,
  .h-sp_tab_hide {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .h-sp_hide,
  .h-sp_tab_hide {
    display: none !important;
  }
}
.h-hide {
  display: none;
}

.h-inlineblock {
  display: inline-block;
}

.hp_mb0 {
  margin-bottom: 0rem !important;
}
@media (max-width: 767px) {
  .hp_mb0 {
    margin-bottom: 0rem !important;
  }
}

.hp_pb0 {
  padding-bottom: 0rem !important;
}
@media (max-width: 767px) {
  .hp_pb0 {
    padding-bottom: 0rem !important;
  }
}

.hp_mb10 {
  margin-bottom: 1.6rem !important;
}
@media (max-width: 767px) {
  .hp_mb10 {
    margin-bottom: 0.8rem !important;
  }
}

.hp_pb10 {
  padding-bottom: 1.6rem !important;
}
@media (max-width: 767px) {
  .hp_pb10 {
    padding-bottom: 0.8rem !important;
  }
}

.hp_mb20 {
  margin-bottom: 3.2rem !important;
}
@media (max-width: 767px) {
  .hp_mb20 {
    margin-bottom: 1.6rem !important;
  }
}

.hp_pb20 {
  padding-bottom: 3.2rem !important;
}
@media (max-width: 767px) {
  .hp_pb20 {
    padding-bottom: 1.6rem !important;
  }
}

.hp_mb30 {
  margin-bottom: 4.8rem !important;
}
@media (max-width: 767px) {
  .hp_mb30 {
    margin-bottom: 2.4rem !important;
  }
}

.hp_pb30 {
  padding-bottom: 4.8rem !important;
}
@media (max-width: 767px) {
  .hp_pb30 {
    padding-bottom: 2.4rem !important;
  }
}

.hp_mb40 {
  margin-bottom: 6.4rem !important;
}
@media (max-width: 767px) {
  .hp_mb40 {
    margin-bottom: 3.2rem !important;
  }
}

.hp_pb40 {
  padding-bottom: 6.4rem !important;
}
@media (max-width: 767px) {
  .hp_pb40 {
    padding-bottom: 3.2rem !important;
  }
}

.hp_mb50 {
  margin-bottom: 8rem !important;
}
@media (max-width: 767px) {
  .hp_mb50 {
    margin-bottom: 4rem !important;
  }
}

.hp_pb50 {
  padding-bottom: 8rem !important;
}
@media (max-width: 767px) {
  .hp_pb50 {
    padding-bottom: 4rem !important;
  }
}

.hp_mb60 {
  margin-bottom: 9.6rem !important;
}
@media (max-width: 767px) {
  .hp_mb60 {
    margin-bottom: 4.8rem !important;
  }
}

.hp_pb60 {
  padding-bottom: 9.6rem !important;
}
@media (max-width: 767px) {
  .hp_pb60 {
    padding-bottom: 4.8rem !important;
  }
}

.hp_mb70 {
  margin-bottom: 11.2rem !important;
}
@media (max-width: 767px) {
  .hp_mb70 {
    margin-bottom: 5.6rem !important;
  }
}

.hp_pb70 {
  padding-bottom: 11.2rem !important;
}
@media (max-width: 767px) {
  .hp_pb70 {
    padding-bottom: 5.6rem !important;
  }
}

.hp_mb80 {
  margin-bottom: 12.8rem !important;
}
@media (max-width: 767px) {
  .hp_mb80 {
    margin-bottom: 6.4rem !important;
  }
}

.hp_pb80 {
  padding-bottom: 12.8rem !important;
}
@media (max-width: 767px) {
  .hp_pb80 {
    padding-bottom: 6.4rem !important;
  }
}

.hp_mb90 {
  margin-bottom: 14.4rem !important;
}
@media (max-width: 767px) {
  .hp_mb90 {
    margin-bottom: 7.2rem !important;
  }
}

.hp_pb90 {
  padding-bottom: 14.4rem !important;
}
@media (max-width: 767px) {
  .hp_pb90 {
    padding-bottom: 7.2rem !important;
  }
}

.hp_mb100 {
  margin-bottom: 16rem !important;
}
@media (max-width: 767px) {
  .hp_mb100 {
    margin-bottom: 8rem !important;
  }
}

.hp_pb100 {
  padding-bottom: 16rem !important;
}
@media (max-width: 767px) {
  .hp_pb100 {
    padding-bottom: 8rem !important;
  }
}

.hp_mt0 {
  margin-top: 0rem !important;
}

.hp_mt10 {
  margin-top: 1.6rem !important;
}

.hp_mt20 {
  margin-top: 3.2rem !important;
}

.hp_mt30 {
  margin-top: 4.8rem !important;
}

.hp_mt40 {
  margin-top: 6.4rem !important;
}

.hp_mt50 {
  margin-top: 8rem !important;
}

.hp_mt60 {
  margin-top: 9.6rem !important;
}

.hp_mt70 {
  margin-top: 11.2rem !important;
}

.hp_mt80 {
  margin-top: 12.8rem !important;
}

.hp_mt90 {
  margin-top: 14.4rem !important;
}

.hp_mt100 {
  margin-top: 16rem !important;
}

.hp_bold {
  font-weight: 700;
}

.hp_white {
  color: #fff;
}

.hp_black {
  color: #000;
}

.hp_tac {
  text-align: center;
}

@media (max-width: 767px) {
  .hp_sp_tal {
    text-align: left;
  }
}

.hp_tal {
  text-align: left;
}

@media (max-width: 767px) {
  .hp_sp_padding {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}

.hp_bg_white {
  background: #fff;
}
.hp_bg_white .__note {
  color: #000;
}

.hp_bg_radius {
  border-radius: 1.4rem;
}

.hp_contents_padding {
  padding: 2.4rem;
}

.hp_image_org_width img {
  width: auto !important;
}

.hp_fontL {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .hp_fontL {
    font-size: 1.8rem;
  }
}

.hp_fontS {
  font-size: 80%;
}

.hp_notice {
  font-size: 80%;
}