@charset "UTF-8";
/* ↓以下の階層に標準的なscssが格納されています。 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&Noto+Serif+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,500;1,500&display=swap");
/* インデント調整 */
/* センター寄せのインデント調整 */
/* 動作の時間（1001px以上の時,1024px以下の時） */
.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
}

@-webkit-keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}

@keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}
@-webkit-keyframes image_sldier {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@keyframes image_sldier {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@-webkit-keyframes sldier_x {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@keyframes sldier_x {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@-webkit-keyframes sldier_y {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: 0 -50%;
  }
}
@keyframes sldier_y {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: 0 -50%;
  }
}
@-webkit-keyframes turn {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
@keyframes turn {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
:root {
  font-size: 16px;
}

* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none !important;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  color: #fff;
  background-color: #0D2D59;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media screen and (max-width: 1200px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (max-width: 828px) {
  body #swipebox-close {
    right: auto;
    left: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 500;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: unset;
  font-weight: unset;
  padding: unset;
  margin: unset;
}
@media screen and (max-width: 1024px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br {
    display: none;
  }
}

p,
a,
span,
th,
td,
dt,
dd,
address {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 2;
  font-style: normal;
}

li {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-style: normal;
}

ul,
ol {
  list-style: none;
  padding-left: unset;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1025px) {
  a {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1024px) {
  a {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
a:hover {
  opacity: 0.7;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}
a[href^=tel]:hover {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  a[href^=tel] {
    pointer-events: unset;
  }
}

img,
figure,
picture {
  margin: unset;
  margin: 0;
  padding: 0;
  border: none;
}

figure,
picture {
  display: block;
}

iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

.wp-caption {
  margin: 10px;
  padding-top: 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #F7F7F7;
  text-align: center;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

.swipe {
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .swipe {
    position: relative;
    padding: 5px 0;
    overflow: hidden;
    z-index: 1;
  }
  .swipe img {
    min-width: 1200px;
  }
  .swipe::before {
    position: absolute;
    content: "";
    z-index: 2;
    max-width: 180px;
    width: 100%;
    max-height: 56px;
    height: 100%;
    top: 60px;
    left: 20px;
    background-image: url(../images/svg_swipe.svg);
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-animation: 2s ease-in-out alternate infinite please__swipe;
            animation: 2s ease-in-out alternate infinite please__swipe;
  }
  .swipe::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(221, 221, 221, 0.6);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .swipe__on {
    overflow: auto;
    white-space: nowrap;
  }
  .swipe__on::after, .swipe__on::before {
    opacity: 0;
    z-index: -1;
    -webkit-animation: none;
            animation: none;
  }
  .swipe__on::-webkit-scrollbar {
    height: 5px;
  }
  .swipe__on::-webkit-scrollbar-track, .swipe__on::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .swipe th,
  .swipe td {
    display: table-cell !important;
    white-space: nowrap;
  }
}

/* ▽▽▽▽ container ▽▽▽▽ */
.container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1240px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.over-right {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: calc((100vw - 1210px) / 2);
  margin-right: auto;
}

.over-left {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: calc((100vw - 1210px) / 2);
}

/* △△△△ container △△△△ */
/* ▽▽▽▽ lazy ▽▽▽▽ */
.lazy {
  opacity: 0;
  position: relative;
  translate: 0 50px;
}
.lazy.js-active {
  opacity: 1;
  translate: 0 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

/* △△△△ lazy △△△△ */
/* ▽▽▽▽ blur ▽▽▽▽ */
.blur {
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
.blur.js-active {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

/* △△△△ blur △△△△ */
.c_following__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .c_following__contents {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .c_following__main {
    margin-bottom: 40px;
  }
}

.c_following__side {
  position: sticky;
  top: 100px;
  left: 0;
  width: 240px;
  display: block;
}
@media screen and (max-width: 768px) {
  .c_following__side {
    top: unset;
    bottom: 20px;
    width: 200px;
    margin-left: auto;
  }
}

.c_following__btn {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d9d9d9;
  padding-top: 16px;
  padding-left: 24px;
  padding-right: 16px;
  padding-bottom: 16px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background-color: #0D2D59;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1025px) {
  .c_following__btn {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1024px) {
  .c_following__btn {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.c_following__btn {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c_following__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c_following__btn___ico {
  position: relative;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  -webkit-transition: inherit;
  transition: inherit;
}
.c_following__btn___ico::before, .c_following__btn___ico::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 14px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .c_following__btn___ico::before, .c_following__btn___ico::after {
    border-radius: 2px;
  }
}
.c_following__btn___ico::before, .c_following__btn___ico::after {
  -webkit-transition: inherit;
  transition: inherit;
}
.c_following__btn___ico::before {
  rotate: -90deg;
}
.c_following__show .c_following__btn___ico::before {
  rotate: 0deg;
}

.c_anchor__list {
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-color: #0D2D59;
}
@media screen and (min-width: 769px) {
  .c_anchor__list {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .c_anchor__list {
    display: none;
    padding: 16px;
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
  }
}

.c_anchor__tab + .c_anchor__tab {
  border-top: 1px solid #fff;
}

.c_anchor__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
.c_anchor__btnc_anchor__active, .c_anchor__btn:hover {
  opacity: 1;
  font-weight: 500;
}

.c_anchor__ico {
  width: 12px;
  font-size: inherit;
  line-height: inherit;
  background-image: url("../images/common/ico_tab.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}
.c_anchor__active .c_anchor__ico, .c_anchor__btn:hover .c_anchor__ico {
  opacity: 1;
}

.c_anchor__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  -webkit-transition: inherit;
  transition: inherit;
}

.c_following__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.c_following__list___btn {
  opacity: 0.5;
}

.c_following__list___active {
  opacity: 1;
}

.c_following__block + .c_following__block {
  margin-top: clamp(56px, 5vw, 80px);
}

.c_logo {
  display: block;
  max-width: 280px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c_logo {
    max-width: 184px;
  }
}

.c_logo__link,
.c_logo__image {
  display: block;
  width: 100%;
  height: auto;
}

.c_header__block {
  position: fixed;
  top: 0;
  left: 0;
  padding-left: clamp(20px, 3.90625vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
  z-index: 1;
  width: 100%;
  height: 104px;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1025px) {
  .c_header__block {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1024px) {
  .c_header__block {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.c_header__block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
  backdrop-filter: blur(5px);
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (max-width: 1024px) {
  .c_header__block {
    position: fixed;
    padding-top: 0;
    padding-bottom: 0;
    height: 64px;
  }
}

.c_header__hide {
  translate: 0 -100%;
}
@media screen and (max-width: 1024px) {
  .c_header__hide {
    translate: unset;
  }
}

.c_header__view::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.c_header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .c_header__menu {
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    max-width: 375px;
    width: 100%;
    height: 100dvh;
    background-color: rgba(13, 45, 89, 0.9);
    z-index: 10;
    padding-top: 100px;
    padding-bottom: 150px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
    clip-path: inset(0 0% 0% 100%);
    -webkit-transition-property: all;
    transition-property: all;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1025px) {
  .c_header__menu {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .c_header__menu {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1024px) {
  .c_header__menu.c_header__active {
    clip-path: inset(0 0% 0% 0%);
  }
}

.c_header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .c_header__btns {
    display: block;
  }
}

.c_header__btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 160px;
  height: 104px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.c_header__btn:hover {
  opacity: 1;
  color: #0D2D59;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .c_header__btn {
    width: 100%;
    height: auto;
    padding-top: 1em;
    padding-bottom: 1em;
    border-left: none;
    border-bottom: 1px solid #fff;
  }
}

.c_header__btn___label {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.c_header__btn___ico {
  display: block;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  background-color: #fff;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-transition: inherit;
  transition: inherit;
}
.c_header__btn:hover .c_header__btn___ico {
  background-color: #0D2D59;
}

.c_header__btn___download {
  -webkit-mask-image: url("../images/common/ico_dl.svg");
          mask-image: url("../images/common/ico_dl.svg");
}

.c_header__btn___contact {
  -webkit-mask-image: url("../images/common/ico_contact.svg");
          mask-image: url("../images/common/ico_contact.svg");
}

.c_header__nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.c_header__nav .menu li {
  position: relative;
}
.c_header__nav .menu li:hover .sub-menu {
  clip-path: inset(0% 0% 0% 0);
}
.c_header__nav .menu > li > a {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.c_header__nav .menu > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  scale: 0 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: inherit;
  transition: inherit;
}
.c_header__nav .menu > li > a:hover {
  opacity: 1;
}
.c_header__nav .menu > li > a:hover::before {
  scale: 1 1;
}
@media screen and (max-width: 1024px) {
  .c_header__nav .menu {
    display: block;
  }
}
.c_header__nav .menu-item-has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c_header__nav .menu-item-has-children > a::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  background-image: url("../images/common/ico-arrow.svg");
  background-repeat: no-repeat;
  background-size: 0.4166666667em;
  background-position: center center;
  rotate: 90deg;
}
@media screen and (max-width: 1024px) {
  .c_header__nav .menu-item-has-children > a::after {
    display: none;
  }
}
.c_header__nav span {
  display: none !important;
}
.c_header__nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1025px) {
  .c_header__nav .sub-menu {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1024px) {
  .c_header__nav .sub-menu {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.c_header__nav .sub-menu {
  clip-path: inset(0% 0% 100% 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 56px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 40px;
}
.c_header__nav .sub-menu::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: calc(100% - 16px);
  background-color: #0D2D59;
}
.c_header__nav .sub-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
}
.c_header__nav .sub-menu a::before {
  content: "";
  aspect-ratio: 12/8;
  width: 12px;
  height: auto;
  background-image: url("../images/common/ico_tab.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 1024px) {
  .c_header__nav .sub-menu {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .c_header__nav li {
    border-bottom: 1px solid #fff;
  }
  .c_header__nav a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-top: 1em;
    padding-bottom: 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.c_header__line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #fff;
  translate: -50% -50%;
  -webkit-transition: inherit;
  transition: inherit;
  border-radius: 2px;
}
.c_header__active .c_header__line {
  opacity: 0;
}

.c_header__trigger {
  position: fixed;
  top: 0;
  right: 0;
  aspect-ratio: 1/1;
  width: 64px;
  height: auto;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1025px) {
  .c_header__trigger {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1024px) {
  .c_header__trigger {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.c_header__trigger {
  z-index: 10;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (min-width: 1025px) {
  .c_header__trigger {
    display: none !important;
  }
}
.c_header__trigger::before, .c_header__trigger::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: inherit;
  transition: inherit;
  border-radius: 2px;
}
.c_header__trigger::before {
  scale: 0.6 1;
  -webkit-transform-origin: right;
          transform-origin: right;
  translate: -50% calc(-50% - 7px);
}
.c_header__trigger::after {
  translate: -50% calc(-50% + 7px);
}
.c_header__trigger.c_header__active {
  border-color: transparent;
}
.c_header__trigger.c_header__active::before, .c_header__trigger.c_header__active::after {
  -webkit-transform-origin: center;
          transform-origin: center;
  translate: -50% -50%;
}
.c_header__trigger.c_header__active::before {
  rotate: -30deg;
  scale: 1;
}
.c_header__trigger.c_header__active::after {
  rotate: 30deg;
}

.c_mv {
  display: block;
}
.c_mv img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.c_mv__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100dvw;
  height: 100dvh;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1025px) {
  .c_mv__bg {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1024px) {
  .c_mv__bg {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.c_mv__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  background-image: url("../images/visual/img_mv__bg.svg");
  background-repeat: repeat;
  background-size: 16px;
  background-position: top left;
}
.c_mv__bg img {
  width: 100dvw;
  height: 100dvh;
  -o-object-fit: cover;
     object-fit: cover;
}

.c_mv__slide img {
  -webkit-transition: all 12s;
  transition: all 12s;
  scale: 1;
}

.js-active .c_mv__slide.slick-active img {
  -webkit-transition: all 13s;
  transition: all 13s;
  scale: 1.2 !important;
}

.js-active.c_mv__slider--on .c_mv__slide.slick-active img {
  -webkit-transition: all 12s;
  transition: all 12s;
  scale: 1.2 !important;
}

.c_mv__filter {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.c_mv__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100dvh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(20px, 3.90625vw, 40px);
  padding-right: clamp(20px, 3.90625vw, 40px);
  padding-bottom: clamp(20px, 3.90625vw, 40px);
}

.c_mv__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 16px 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c_mv__head___caption {
  font-size: clamp(3.125rem, 9.6vw, 6rem);
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: capitalize;
  line-height: 1.2;
}

.c_mv__head___label {
  font-size: clamp(1rem, 3vw, 1.875rem);
  font-weight: 700;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: clamp(16px, 2.5vw, 40px);
  border-left: 3px solid #fff;
}
.c_mv__head___label br {
  display: block;
}

.c_kv {
  position: relative;
  display: block;
  padding-bottom: clamp(20px, 1.5vw, 24px);
  background-image: url("../images/visual/img_kv__bg.svg");
  background-repeat: repeat;
  background-size: 16px;
  background-position: top left;
}

.c_kv__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: clip;
}
.c_kv__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c_kv__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 440/543;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-image: url("../images/visual/img_visual__filter.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
}
@media screen and (max-width: 768px) {
  .c_kv__image::after {
    display: none;
  }
}

.c_kv__block {
  padding-top: clamp(180px, 13.5vw, 216px);
  padding-bottom: clamp(80px, 6vw, 96px);
}
.c_kv__image + .c_kv__block {
  padding-top: clamp(240px, 16.5vw, 264px);
  padding-bottom: clamp(180px, 7vw, 112px);
}

.c_kv__head {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 1.8;
  font-weight: 700;
}

.c_kv__caption {
  display: block;
  text-transform: capitalize;
  font-size: clamp(3.5rem, 7.2vw, 4.5rem);
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  margin-bottom: clamp(8px, 1vw, 16px);
}

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

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

.c_kv__catch {
  text-transform: lowercase;
}
.c_kv__catch::first-letter {
  text-transform: uppercase;
}

.c_kv__label {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.c_bread {
  display: block;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
}
.c_bread span,
.c_bread a {
  display: inline-block;
  font-size: inherit;
  color: inherit;
}

.c_cta {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: clamp(120px, 10vw, 160px);
  padding-bottom: clamp(64px, 6vw, 96px);
  border-bottom: 1px solid #fff;
}

.c_cta__head {
  text-align: center;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: clamp(48px, 5vw, 80px);
}

.c_cta__head___ico {
  display: block;
  aspect-ratio: 58/42;
  width: 58px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(17px, 1.3125vw, 21px);
  background-color: #fff;
  -webkit-mask-image: url("../images/common/ico_logo.svg");
          mask-image: url("../images/common/ico_logo.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
}
@media screen and (max-width: 768px) {
  .c_cta__head___ico {
    width: 48px;
  }
}

.c_cta__head___caption {
  display: block;
  font-size: clamp(3.25rem, 7.2vw, 4.5rem);
  text-transform: capitalize;
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  margin-bottom: clamp(8px, 1vw, 16px);
}

.c_cta__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px 24px;
}
@media screen and (max-width: 768px) {
  .c_cta__side {
    display: block;
  }
}

.c_cta__title {
  display: block;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: clamp(24px, 2vw, 32px);
}

.c_cta__tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: clamp(2.75rem, 6.4vw, 4rem);
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}

.c_cta__tel___unit {
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  text-transform: capitalize;
}

.c_cta__time {
  display: block;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  margin-top: 8px;
}

.c_cta__btns {
  width: min(480px, 100%);
  min-width: 300px;
}
@media screen and (max-width: 768px) {
  .c_cta__btns {
    margin-top: 40px;
    min-width: unset;
  }
}

.c_cta__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #fff;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 700;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: clamp(20px, 2.125vw, 34px);
  padding-left: 40px;
  padding-right: 32px;
  padding-bottom: clamp(20px, 2.125vw, 34px);
}
.c_cta__btn:hover {
  opacity: 1;
  color: #0D2D59;
  background-color: #fff;
}
.c_cta__btn + .c_cta__btn {
  margin-top: clamp(8px, 2.0833333333vw, 16px);
}

.c_cta__btn___label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.c_cta__btn___ico {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  -webkit-transition: inherit;
  transition: inherit;
  background-color: #fff;
  -webkit-mask-image: url("../images/common/ico_arrow.svg");
          mask-image: url("../images/common/ico_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
}
.c_cta__btn:hover .c_cta__btn___ico {
  background-color: #0D2D59;
}

.c_footer {
  position: relative;
  color: #fff;
  background-color: #0D2D59;
}

.c_footer__block {
  padding-top: clamp(80px, 6vw, 96px);
  padding-bottom: 40px;
}

.c_footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .c_footer__column {
    display: block;
  }
}

.c_footer__logo {
  margin-bottom: clamp(16px, 1.5vw, 24px);
}

.c_footer__list {
  width: 630px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px 64px;
}
@media screen and (max-width: 1024px) {
  .c_footer__list {
    width: 100%;
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .c_footer__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: repeat(1, 1fr);
    gap: 24px 0;
  }
  .c_footer__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c_footer__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

.c_footer__tab {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c_footer__link {
  display: inline-block;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 1.5;
  font-weight: 700;
  word-break: auto-phrase;
}
.c_footer__link + .c_footer__link {
  margin-top: 24px;
}

.c_footer__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}

.c_footer__sub___link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  font-size: 15px;
  line-height: 1.5;
  white-space: nowrap;
}
.c_footer__sub___link br {
  display: none;
}
@media screen and (max-width: 768px) {
  .c_footer__sub___link br {
    display: block;
  }
}
.c_footer__sub___link::before {
  content: "";
  aspect-ratio: 12/8;
  width: 12px;
  height: auto;
  background-image: url("../images/common/ico_tab.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-top: 0.5em;
}

.c_footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 16px;
  margin-top: clamp(64px, 5vw, 80px);
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c_footer__copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c_footer__copy___link {
  font-size: inherit;
  text-decoration: underline;
}

.c_footer__copy___label {
  font-size: inherit;
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: inherit;
}

.c_footer__rtt {
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  background-color: #000;
  border-radius: 32px;
}
@media screen and (max-width: 768px) {
  .c_footer__rtt {
    border-radius: 32px;
  }
}
@media screen and (min-width: 1001px) {
  .c_footer__rtt {
    display: none;
  }
}
.c_footer__rtt svg {
  display: block;
  aspect-ratio: 1/1;
  width: 16px;
  height: auto;
  rotate: -90deg;
  -o-object-fit: contain;
     object-fit: contain;
}

.c_address__block {
  display: block;
}
.c_footer__address .c_address__block {
  line-height: 1.5;
}

.c_address__address {
  display: inline-block;
  word-break: keep-all;
  line-height: inherit;
}

.c_address__tel,
.c_address__fax {
  font-size: inherit;
  line-height: inherit;
  text-transform: capitalize;
}

/* ▽▽▽▽ table ▽▽▽▽ */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: auto !important;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

tbody,
tr {
  width: 100%;
  height: auto !important;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

th,
td {
  text-align: left;
  vertical-align: top;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 1.5;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #d9d9d9;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 32px;
}
tr + tr th,
tr + tr td {
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  th,
  td {
    display: block;
    padding-left: 12px;
    padding-right: 12px;
  }
  tr + tr th,
  tr + tr td {
    padding-top: unset;
  }
}

th {
  width: 200px;
  border-bottom-color: #0D2D59;
}
@media screen and (max-width: 768px) {
  th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 4px;
    color: #0D2D59;
  }
  tr + tr th {
    padding-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  td {
    padding-top: 0;
    padding-bottom: 16px;
  }
}

/* △△△△ table △△△△ */
/* ↓以下の階層にボタンやフォームのscssが格納されています。 */
.c_block__top {
  margin-top: clamp(80px, 7.5vw, 120px);
}

@media screen and (max-width: 500px) {
  .c_block__break {
    display: block;
  }
  .c_block__unset {
    display: none;
  }
}
.c_block__narrow {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.p_block__main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: clamp(80px, 10vw, 160px);
  padding-bottom: clamp(100px, 12.5vw, 200px);
  color: #333;
  background-color: #fff;
}

.c_block__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c_block__box {
  position: relative;
  color: #fff;
  background-color: #0D2D59;
  padding-top: clamp(160px, 15vw, 240px);
  padding-bottom: clamp(80px, 10vw, 160px);
}
.c_block__box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  aspect-ratio: 1440/1046;
  width: 100%;
  height: auto;
  background-image: url("../images/common/ico_union.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom -1px center;
}

.c_block__title {
  margin-bottom: clamp(56px, 5vw, 80px);
}

.c_block__label {
  font-size: clamp(3.25rem, 7.2vw, 4.5rem);
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 8px;
}

.c_block__label___count {
  font-size: 1.3333333333em;
  line-height: inherit;
}

.c_block__label___unit {
  font-size: 0.6666666667em;
  line-height: inherit;
}

.c_block__catch {
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 700;
}

.c_block__caption {
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.c_block__box___content {
  margin-top: clamp(56px, 5vw, 80px);
  width: 100%;
  height: auto;
  overflow: clip;
}

.c_block__box___slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: sldier_x 15000ms linear infinite;
          animation: sldier_x 15000ms linear infinite;
  z-index: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .c_block__box___slider {
    -webkit-animation-duration: 12000ms;
            animation-duration: 12000ms;
  }
}

.c_block__box___slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
  width: 22.2222222222vw;
}
.c_block__box___slide img {
  display: block;
  max-width: 320px;
  max-height: 240px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .c_block__box___slide img {
    max-width: 220px;
  }
}
@media screen and (max-width: 500px) {
  .c_block__box___slide img {
    max-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .c_block__box___slide {
    padding-left: 8px;
    padding-right: 8px;
    width: 53.3333333333vw;
  }
}

.c_label {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.c_head {
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  font-weight: 700;
  color: #0D2D59;
  text-align: center;
  margin-bottom: clamp(32px, 3.5vw, 56px);
}

.c_head__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  font-size: clamp(1.625rem, 4.4vw, 2.75rem);
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  margin-bottom: clamp(8px, 0.75vw, 12px);
}
@media screen and (max-width: 768px) {
  .c_head__caption {
    gap: 24px;
  }
}
.c_head__caption::before, .c_head__caption::after {
  content: "";
  width: 100%;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #d9d9d9;
}

.c_title {
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: clamp(24px, 2vw, 32px);
}

.c_title__under {
  margin-bottom: clamp(24px, 3.5vw, 56px);
}

.c_lead {
  display: block;
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  font-weight: 700;
  color: #0D2D59;
  line-height: 1.8;
  padding-bottom: clamp(8px, 0.75vw, 12px);
  border-bottom: 1px solid #0D2D59;
  margin-bottom: clamp(40px, 3.5vw, 56px);
}

.c_text {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
}
@media screen and (min-width: 1001px) {
  .c_text {
    line-height: 1.5625;
  }
  .c_text::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5625) * (0.5em - 1px));
  }
  .c_text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5625) * 0.5em);
  }
}
@media screen and (max-width: 1000px) {
  .c_text {
    line-height: 1.25;
  }
  .c_text::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.25) * (0.5em - 1px));
  }
  .c_text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.25) * 0.5em);
  }
}

.c_text__center {
  text-align: center;
}

.c_text__left {
  text-align: left;
}

.c_text__right {
  text-align: right;
}

@media screen and (max-width: 500px) {
  .c_text__reset {
    text-align: unset;
  }
}
.c_text__time {
  display: block;
  font-size: clamp(0.8125rem, 1.6vw, 1rem);
}

.c_text__link {
  display: inline;
  font-size: inherit;
  text-decoration: underline;
}

.c_list__dotted {
  position: relative;
  font-size: inherit;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c_list__dotted::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
  color: inherit;
  font-size: inherit;
}

.p_page__nav {
  background-color: #F7F7F7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: clamp(96px, 7.5vw, 120px);
  padding-bottom: clamp(120px, 12.5vw, 200px);
}

.p_page__nav___list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 0;
}

.p_page__nav___list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p_page__nav___list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 768px) {
  .p_page__nav___list {
    display: block;
  }
}

.p_page__nav___link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 40px;
  box-sizing: border-box;
  padding-top: 24px;
  padding-left: clamp(16px, 3.125vw, 24px);
  padding-right: clamp(16px, 3.125vw, 24px);
  padding-bottom: 24px;
  border-bottom: 1px solid #d9d9d9;
}
.p_page__nav___link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #0D2D59;
  scale: 0 1;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.p_page__nav___link:hover {
  opacity: 1;
}
.p_page__nav___link:hover::before {
  scale: 1 1;
}
@media screen and (max-width: 768px) {
  .p_page__nav___link {
    gap: 16px;
  }
}

.p_page__nav___pic {
  display: block;
  aspect-ratio: 1/1;
  width: 160px;
  min-width: 160px;
  -webkit-transition: inherit;
  transition: inherit;
  overflow: clip;
}
.p_page__nav___pic .image {
  display: block;
  width: 100%;
  height: 100%;
  scale: 1;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_page__nav___link:hover .p_page__nav___pic .image {
  scale: 1.1;
}
@media screen and (max-width: 768px) {
  .p_page__nav___pic {
    width: 100px;
    min-width: 100px;
  }
}

.p_page__nav___title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  -webkit-transition: inherit;
  transition: inherit;
}

.p_page__nav___caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: clamp(0.9375rem, 2vw, 1.25rem);
  line-height: 1;
  text-transform: capitalize;
  color: #0D2D59;
  margin-bottom: clamp(8px, 1vw, 16px);
}
.p_page__nav___caption::before {
  content: "";
  display: block;
  aspect-ratio: 12/8;
  width: 12px;
  height: auto;
  background-color: #0D2D59;
  -webkit-mask-image: url("../images/common/ico_tab.svg");
          mask-image: url("../images/common/ico_tab.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
}

.p_page__nav___label {
  display: block;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.8;
}
.p_page__nav___label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * (0.5em - 1px));
}
.p_page__nav___label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
}
.p_page__nav___label {
  -webkit-transition: inherit;
  transition: inherit;
}
.p_page__nav___link:hover .p_page__nav___label {
  color: #0D2D59;
}

.p_page__nav___ico {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  border: 1px solid #d9d9d9;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .p_page__nav___ico {
    border-radius: 40px;
  }
}
.p_page__nav___ico {
  -webkit-transition: inherit;
  transition: inherit;
}
.p_page__nav___ico::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0D2D59;
  -webkit-mask-image: url("../images/common/ico_arrow-b.svg");
          mask-image: url("../images/common/ico_arrow-b.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 60%;
          mask-size: 60%;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_page__nav___link:hover .p_page__nav___ico {
  border-color: #0D2D59;
  background-color: #0D2D59;
}
.p_page__nav___link:hover .p_page__nav___ico::after {
  background-color: #fff;
}
@media screen and (max-width: 500px) {
  .p_page__nav___ico {
    display: none;
  }
}

.c_top {
  margin-top: 16px;
}

.c_top__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
}
.c_top__link:hover {
  opacity: 1;
  color: #00f;
}

.c_top__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  background-color: #ddd;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .c_top__ico {
    border-radius: 50px;
  }
}
.c_top__ico {
  -webkit-transition: inherit;
  transition: inherit;
}
.c_top__link:hover .c_top__ico {
  background-color: #00f;
}

.c_top__arrow {
  display: block;
  aspect-ratio: 1/1;
  width: 12px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  rotate: -90deg;
}

.c_top__text {
  font-size: inherit;
}

.c_link__label {
  text-decoration: underline;
}

.c_more {
  margin-top: clamp(24px, 2vw, 32px);
}

.c_more__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.c_link__text {
  display: inline;
  text-decoration: underline;
  color: #0D2D59;
}

.c_link__top {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  line-height: 1.5;
  margin-top: clamp(40px, 3.5vw, 56px);
}
.c_link__top:hover {
  opacity: 1;
}

.c_link__top___label {
  font-size: inherit;
  line-height: inherit;
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-transition: inherit;
  transition: inherit;
}
.c_link__top:hover .c_link__top___label {
  text-decoration: underline;
}

.c_link__top___ico {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d9d9d9;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .c_link__top___ico {
    border-radius: 50px;
  }
}
.c_link__top___ico::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("../images/common/ico_arrow.svg");
          mask-image: url("../images/common/ico_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 50%;
          mask-size: 50%;
  -webkit-mask-position: center center;
          mask-position: center center;
  rotate: -90deg;
}

.c_link__top___white::before {
  background-color: #fff;
}

.c_link__top___blue::before {
  background-color: #0D2D59;
}

.image {
  display: block;
  max-width: 100%;
  height: auto;
}

.c_image {
  overflow: clip;
}

.c_image__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  -webkit-animation: image_sldier linear 5000ms infinite;
          animation: image_sldier linear 5000ms infinite;
}

.c_image__slide {
  display: block;
  background-color: #ddd;
  width: 400px;
  height: 320px;
  margin-left: 8px;
  margin-right: 8px;
}

.c_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: clamp(40px, 3.5vw, 56px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  gap: 16px 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  .c_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c_btn__start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .c_btn__start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c_btn__end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .c_btn__end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.c_btn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #333;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d9d9d9;
  padding-top: 1em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 1em;
}
.c_btn__link:hover {
  opacity: 1;
  color: #fff;
  background-color: #0D2D59;
  border-color: #0D2D59;
}
@media screen and (max-width: 768px) {
  .c_btn__link {
    width: 224px;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
}

.c_btn__rev {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.c_btn__rev:hover {
  color: #0D2D59;
  background-color: #fff;
  border-color: #fff;
}

.c_btn__label {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.c_btn__ico {
  display: block;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  background-color: #0D2D59;
  -webkit-mask-image: url("../images/common/ico_arrow.svg");
          mask-image: url("../images/common/ico_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-transition: inherit;
  transition: inherit;
}
.c_btn__link:hover .c_btn__ico {
  background-color: #fff;
}
.c_btn__rev .c_btn__ico {
  background-color: #fff;
}
.c_btn__rev:hover .c_btn__ico {
  background-color: #0D2D59;
}

/* 以下Wordpress/plugin用scss */
.c_wp__head {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  margin-bottom: 1em;
}

.c_wp__label {
  font-size: inherit;
  line-height: 2;
}
.c_wp__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.c_wp__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.c_wp__label {
  font-weight: inherit;
}

.wp-pagenavi {
  margin-top: clamp(40px, 3.5vw, 56px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: clamp(0.75rem, 1.6vw, 1rem);
  font-weight: 500;
}
.wp-pagenavi span,
.wp-pagenavi a {
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: inherit;
  line-height: 1.5;
  font-weight: inherit !important;
}
.wp-pagenavi span.current, .wp-pagenavi span:hover,
.wp-pagenavi a.current,
.wp-pagenavi a:hover {
  font-weight: inherit !important;
  opacity: 1;
  color: #fff;
  background-color: #0D2D59;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
  display: none !important;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  color: transparent !important;
  width: 24px;
}
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0D2D59;
  -webkit-mask-image: url("../images/common/ico_page.svg");
          mask-image: url("../images/common/ico_page.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-transition: inherit;
  transition: inherit;
}
.wp-pagenavi .previouspostslink:hover::after,
.wp-pagenavi .nextpostslink:hover::after {
  background-color: #fff;
}

.c_pagelist__nav {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  background-color: #d9d9d9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c_pagelist__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c_pagelist__nav li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .c_kv__company + .c_pagelist .c_pagelist__nav li:first-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.c_pagelist__nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px 20px;
  width: 100%;
  height: 100%;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.5em;
  color: #333;
  background-color: #F7F7F7;
}
.c_pagelist__nav a::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d9d9d9;
  background-image: url("../images/common/ico_arrow-b.svg");
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center center;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .c_pagelist__nav a::after {
    border-radius: 40px;
  }
}
.c_pagelist__anchor .c_pagelist__nav a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c_pagelist__anchor .c_pagelist__nav a::after {
  rotate: 90deg;
}
.c_pagelist__nav a[aria-current], .c_pagelist__nav a:hover {
  opacity: 1;
  color: #fff;
  background-color: #0D2D59;
}
.c_pagelist__nav a[aria-current]::after, .c_pagelist__nav a:hover::after {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c_pagelist__nav a {
    gap: 12px 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .c_pagelist__nav a::after {
    width: 32px;
  }
}

.c_single__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1px;
  border-top: 1px solid #ddd;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  padding-top: clamp(32px, 2.5vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: clamp(40px, 5vw, 80px);
}
.c_single__nav a:hover {
  opacity: 1;
  text-decoration: underline;
  color: #0D2D59;
}

.c_single__nav___move {
  max-width: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c_single__nav___move a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}

.c_single__nav___prev a::before {
  content: "";
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  background-color: #0D2D59;
  -webkit-mask-image: url("../images/common/ico_page.svg");
          mask-image: url("../images/common/ico_page.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  rotate: 180deg;
}

.c_single__nav___next a::after {
  content: "";
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  background-color: #0D2D59;
  -webkit-mask-image: url("../images/common/ico_page.svg");
          mask-image: url("../images/common/ico_page.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
}

.mw_wp_form {
  margin-top: clamp(32px, 3.125vw, 50px);
  background-color: #F7F7F7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  padding: 100px;
}
@media screen and (max-width: 1024px) {
  .mw_wp_form {
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .mw_wp_form {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
}
.mw_wp_form th,
.mw_wp_form td {
  background-color: transparent;
  padding: 0;
  border: none;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .mw_wp_form th,
  .mw_wp_form td {
    display: block;
  }
}
.mw_wp_form tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mw_wp_form tr + tr {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .mw_wp_form tr {
    display: block;
  }
}
.mw_wp_form th {
  position: relative;
  width: 264px;
  line-height: 56px;
}
.mw_wp_form th > span {
  position: absolute;
  top: 8px;
  right: 0;
  width: 60px;
  height: auto;
  font-size: 14px;
  font-weight: inherit;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background-color: #999999;
}
.mw_wp_form th > span.required {
  background-color: #c50000;
}
@media screen and (max-width: 1024px) {
  .mw_wp_form th {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .mw_wp_form th {
    width: 100%;
    line-height: 1.6;
    padding-top: 10px;
    padding-left: 56px;
    padding-bottom: 10px;
  }
  .mw_wp_form th > span {
    width: 40px;
    line-height: 32px;
    top: 50%;
    left: 0;
    right: unset;
    translate: 0 -50%;
  }
}
.mw_wp_form td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: clamp(24px, 3.5vw, 56px);
}
.mw_wp_form td th {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .mw_wp_form td {
    padding-left: 0;
    padding-top: 20px;
  }
  .mw_wp_form td th {
    padding: 0;
  }
}
.mw_wp_form td .error {
  margin-top: 0.5em;
}
.mw_wp_form .error {
  color: #c50000;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: pink;
}

.mw_wp_form_input table input,
.mw_wp_form_input table select,
.mw_wp_form_input table textarea {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  max-width: 100%;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d9d9d9;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  border-radius: 0px;
}
@media screen and (max-width: 768px) {
  .mw_wp_form_input table input,
  .mw_wp_form_input table select,
  .mw_wp_form_input table textarea {
    border-radius: 0px;
  }
}
.mw_wp_form_input table input,
.mw_wp_form_input table textarea {
  width: 100%;
}
.mw_wp_form_input table input[type=radio],
.mw_wp_form_input table input[type=checkbox] {
  display: none;
  border-radius: 0px;
}
@media screen and (max-width: 768px) {
  .mw_wp_form_input table input[type=radio],
  .mw_wp_form_input table input[type=checkbox] {
    border-radius: 0px;
  }
}
.mw_wp_form_input table .var02 {
  max-width: 5em;
}
.mw_wp_form_input table select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/common/svg-select.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center right 8px;
  padding-right: 40px;
}
.mw_wp_form_input table textarea {
  resize: vertical;
  min-height: 4em;
}

.mwform-checkbox-field input {
  display: none;
}
.mwform-checkbox-field input:checked + .mwform-checkbox-field-text::before {
  background-image: url("../images/common/check.svg");
}

.mwform-checkbox-field-text {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  line-height: 32px;
}
.mwform-checkbox-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 62.5%;
  background-position: center center;
  border: 1px solid #ccc;
}
table .mwform-checkbox-field-text {
  padding-left: 28px;
}
table .mwform-checkbox-field-text::before {
  width: 20px;
}

.horizontal-item {
  display: inline-block;
}
table .horizontal-item {
  margin-top: 12px;
  margin-right: 48px;
  margin-bottom: 12px;
}
.horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.mwform-radio-field {
  --radius_point: 4px;
}
.mwform-radio-field input {
  display: none;
}
.mwform-radio-field input:checked + .mwform-radio-field-text::before {
  background-image: radial-gradient(circle, #f00 var(--radius_point), #fff var(--radius_point));
}

.mwform-radio-field-text {
  position: relative;
  padding-left: 28px;
  margin-right: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 32px;
}
.mwform-radio-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 20px;
  height: auto;
  background-image: radial-gradient(circle, #fff var(--radius_point), #fff var(--radius_point));
  background-size: 100%;
  border: 1px solid #ccc;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.file-text {
  display: block;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 1.6;
}
.file-text::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * (0.5em - 1px));
}
.file-text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
.file-text {
  word-break: break-all;
}

.sp-break {
  display: none !important;
}
@media screen and (max-width: 500px) {
  .sp-break {
    display: block !important;
  }
}

.form-agree {
  margin-top: clamp(20px, 2.5vw, 40px);
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 400;
  line-height: 2;
}
.form-agree::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.form-agree::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.form-agree {
  text-align: center;
}
.mw_wp_form_confirm .form-agree {
  display: none !important;
}
.form-agree a {
  color: #0D2D59;
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  .form-agree {
    text-align: left;
  }
}

.mw_wp_form_complete {
  display: none;
}

.form-wrap {
  margin-top: clamp(20px, 1.6875vw, 27px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 24px;
}
.form-wrap input[type=checkbox] + .mwform-checkbox-field-text {
  margin-right: 0;
}

.form-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: clamp(32px, 3.5vw, 56px);
}
.form-btns a,
.form-btns button,
.form-btns [type=submit] {
  max-width: 240px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  text-align: left;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 1.6;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-weight: 700;
  padding-top: 16px;
  padding-left: clamp(18px, 1.5vw, 24px);
  padding-right: clamp(18px, 1.5vw, 24px);
  padding-bottom: 16px;
  color: #333;
  background-image: url("../images/common/ico_arrow-b.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: right 16px center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1025px) {
  .form-btns a,
  .form-btns button,
  .form-btns [type=submit] {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1024px) {
  .form-btns a,
  .form-btns button,
  .form-btns [type=submit] {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.form-btns a:hover,
.form-btns button:hover,
.form-btns [type=submit]:hover {
  color: #fff;
  background-image: url("../images/common/ico_arrow-w.svg");
  background-color: #0D2D59;
  border-color: #0D2D59;
  opacity: 1;
}

.ui-datepicker {
  font-size: 13px !important;
}
.ui-datepicker span,
.ui-datepicker a,
.ui-datepicker th,
.ui-datepicker td {
  font-size: inherit !important;
}
.ui-datepicker th,
.ui-datepicker td {
  display: table-cell !important;
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0;
}

/* ↓以下の階層に固定ページ等のscssが格納されています。 */
.c_main__head {
  display: block;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .c_main__head {
    text-align: center;
  }
}

.c_main__head___caption {
  display: block;
  font-size: clamp(2.25rem, 4.8vw, 3rem);
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .c_main__head___caption {
    margin-bottom: 0;
  }
}

.p_front__title {
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  margin-bottom: clamp(48px, 4vw, 64px);
}

.p_front__title___ico {
  display: block;
  aspect-ratio: 58/42;
  width: 58px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(17px, 1.3125vw, 21px);
  -webkit-mask-image: url("../images/common/ico_logo.svg");
          mask-image: url("../images/common/ico_logo.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
}
.p_front__title___white .p_front__title___ico {
  background-color: #fff;
}
.p_front__title___blue .p_front__title___ico {
  background-color: #0D2D59;
}
@media screen and (max-width: 768px) {
  .p_front__title___ico {
    width: 48px;
  }
}

.p_front__title___caption {
  display: block;
  font-size: clamp(3.25rem, 7.2vw, 4.5rem);
  text-transform: capitalize;
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  margin-bottom: clamp(8px, 1vw, 16px);
}
.p_front__title___blue .p_front__title___caption {
  color: #0D2D59;
}

/* お知らせ */
.p_front__news {
  display: block;
  padding-top: clamp(80px, 7.5vw, 120px);
  padding-bottom: clamp(80px, 7.5vw, 120px);
}

.p_front__news___block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 80px;
}
@media screen and (max-width: 1024px) {
  .p_front__news___block {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p_front__news___block {
    display: block;
  }
}

.p_front__news___info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p_front__news___link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
}
.p_front__news___link:hover {
  opacity: 1;
  border-color: #fff;
}
@media screen and (max-width: 500px) {
  .p_front__news___link {
    gap: 8px;
    padding: 8px;
  }
}

.p_front__news___pic {
  display: block;
  aspect-ratio: 144/108;
  width: 144px;
  height: auto;
  overflow: clip;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_front__news___pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (max-width: 768px) {
  .p_front__news___pic {
    width: 112px;
  }
}
.p_front__news___link:hover .p_front__news___pic img {
  scale: 1.1;
}

.p_front__news___items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.p_front__news___time {
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
}

.p_front__news___cat {
  display: inline-block;
  font-size: clamp(0.6875rem, 1.4vw, 0.875rem);
  color: #0D2D59;
  line-height: 1.5;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d9d9d9;
  padding-top: 4px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 4px;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .p_front__news___cat {
    border-radius: 50px;
  }
}

.p_front__news___caption {
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .p_front__news___caption {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .p_front__news___caption {
    -webkit-line-clamp: 2;
  }
}

.p_front__news___ico {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  background-color: transparent;
  width: 40px;
  height: auto;
  border: 1px solid #fff;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .p_front__news___ico {
    border-radius: 40px;
  }
}
.p_front__news___ico {
  -webkit-transition: inherit;
  transition: inherit;
}
.p_front__news___ico::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-mask-image: url("../images/common/ico_arrow.svg");
          mask-image: url("../images/common/ico_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 60%;
          mask-size: 60%;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_front__news___link:hover .p_front__news___ico {
  background-color: #fff;
}
.p_front__news___link:hover .p_front__news___ico::after {
  background-color: #0D2D59;
}
@media screen and (max-width: 768px) {
  .p_front__news___ico {
    display: none;
  }
}

.p_front__box {
  color: #333;
  background-color: #fff;
}

.p_front__about {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: clamp(120px, 10vw, 160px);
  padding-bottom: clamp(120px, 10vw, 160px);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0D2D59), to(rgba(13, 45, 89, 0)));
  background-image: linear-gradient(360deg, #0D2D59 0%, rgba(13, 45, 89, 0) 100%);
}

.p_front__box {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p_front__products {
    padding-top: 0;
  }
}

.p_front__equipment {
  padding-bottom: clamp(120px, 10vw, 160px);
}

.p_front__equipment___side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .p_front__equipment___side {
    display: block;
  }
}

.p_front__equipment___pic {
  display: block;
  max-width: 528px;
  width: 44%;
  min-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p_front__equipment___pic {
    width: 100%;
    margin-bottom: 32px;
  }
}

.p_front__company {
  background-color: #F7F7F7;
  padding-top: clamp(120px, 10vw, 160px);
  padding-bottom: clamp(120px, 10vw, 160px);
}

.p_front__company___btns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 0;
}

.p_front__company___btns > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p_front__company___btns > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 768px) {
  .p_front__company___btns {
    display: block;
  }
}

.p_front__company___btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px;
  border-bottom: 1px solid #d9d9d9;
}
.p_front__company___btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #0D2D59;
  scale: 0 1;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.p_front__company___btn:hover {
  opacity: 1;
}
.p_front__company___btn:hover::after {
  scale: 1 1;
}
@media screen and (max-width: 500px) {
  .p_front__company___btn {
    gap: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.p_front__company___pic {
  display: block;
  aspect-ratio: 1/1;
  width: 160px;
  height: auto;
  -webkit-transition: inherit;
  transition: inherit;
  overflow: clip;
}
.p_front__company___pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_front__company___btn:hover .p_front__company___pic img {
  scale: 1.1;
}
@media screen and (max-width: 500px) {
  .p_front__company___pic {
    width: 100px;
  }
}

.p_front__company___title {
  color: #0D2D59;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.8;
}

.p_front__company___caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: clamp(0.9375rem, 2vw, 1.25rem);
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: capitalize;
  line-height: 1;
  color: inherit;
  margin-bottom: clamp(8px, 1vw, 16px);
}
.p_front__company___caption::before {
  content: "";
  display: block;
  aspect-ratio: 12/8;
  width: 12px;
  height: auto;
  background-color: #0D2D59;
  -webkit-mask-image: url("../images/common/ico_tab.svg");
          mask-image: url("../images/common/ico_tab.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
}

.p_front__company___label {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.p_front__company___label br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p_front__company___label br {
    display: block;
  }
}

.p_front__company___ico {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d9d9d9;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .p_front__company___ico {
    border-radius: 40px;
  }
}
.p_front__company___ico {
  -webkit-transition: inherit;
  transition: inherit;
}
.p_front__company___ico::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0D2D59;
  -webkit-mask-image: url("../images/common/ico_arrow.svg");
          mask-image: url("../images/common/ico_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 60%;
          mask-size: 60%;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_front__company___btn:hover .p_front__company___ico {
  background-color: #0D2D59;
}
.p_front__company___btn:hover .p_front__company___ico::before {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p_front__company___ico {
    display: none;
  }
}

.p_front__recruit {
  position: relative;
  color: #fff;
  padding-top: clamp(160px, 12.5vw, 200px);
  padding-bottom: clamp(160px, 12.5vw, 200px);
  z-index: 0;
  overflow: clip;
}

.p_front__recruit___bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.p_front__recruit___bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_front__recruit__text {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  aspect-ratio: 1/1;
  max-width: 880px;
  width: 56.1111111111%;
  height: auto;
  -webkit-animation: turn 50000ms linear infinite;
          animation: turn 50000ms linear infinite;
}
@media screen and (max-width: 768px) {
  .p_front__recruit__text {
    width: 78.125%;
  }
}
@media screen and (max-width: 500px) {
  .p_front__recruit__text {
    width: 124.8%;
  }
}

.p_block__about-us {
  padding-top: 0;
  padding-bottom: 0;
}

.p_about__business {
  color: #fff;
  background-color: #0D2D59;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: clamp(80px, 10vw, 160px);
  padding-bottom: clamp(80px, 10vw, 160px);
}
.p_about__business .c_head {
  color: inherit;
}

.p_about__business__content {
  position: relative;
  z-index: 0;
  overflow: clip;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.p_about__business___side {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  padding-top: 92px;
  padding-bottom: 92px;
}
@media screen and (max-width: 768px) {
  .p_about__business___side {
    display: block;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.p_about__business___inner {
  max-width: 488px;
}
@media screen and (max-width: 768px) {
  .p_about__business___inner {
    margin-top: 130px;
    max-width: 100%;
  }
}

.p_about__map {
  position: relative;
  aspect-ratio: 520/476;
  max-width: 520px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.p_about__map::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  aspect-ratio: 1/1;
  width: 208.4615384615%;
  height: auto;
  background-image: url("../images/page/img_business-bg.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: -1;
}

.p_about__map___item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  width: 35.3846153846%;
  height: auto;
  background-color: #0D2D59;
  -webkit-mask-image: url("../images/common/ico_hexagon.svg");
          mask-image: url("../images/common/ico_hexagon.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
}

.p_about__logo .image {
  max-width: 46.7391304348%;
  width: 100%;
}

.p_about__text {
  position: absolute;
  font-size: clamp(0.75rem, 2.1484375vw, 1.375rem);
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #0D2D59;
  text-align: center;
}
.p_about__text:nth-child(even) {
  font-weight: 700;
  background-color: #fff;
}
.p_about__text:nth-child(odd) {
  background-color: #d9d9d9;
}
.p_about__text:nth-child(2) {
  top: 0;
  left: 16.1538461538%;
}
.p_about__text:nth-child(3) {
  top: 0;
  right: 16.1538461538%;
}
.p_about__text:nth-child(4) {
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
.p_about__text:nth-child(5) {
  right: 16.1538461538%;
  bottom: 0;
}
.p_about__text:nth-child(6) {
  left: 16.1538461538%;
  bottom: 0;
}
.p_about__text:nth-child(7) {
  top: 50%;
  left: 0;
  translate: 0 -50%;
}

.p_aboout__step {
  padding-top: clamp(80px, 10vw, 160px);
}

.p_aboout__step___contents {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.p_aboout__step___cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  background-color: #d9d9d9;
}

.p_aboout__step___cards > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p_aboout__step___cards > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 768px) {
  .p_aboout__step___cards {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.p_aboout__step___card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  background-color: #0D2D59;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: clamp(20px, 2.5vw, 40px);
  padding-left: clamp(20px, 2.5vw, 40px);
  padding-right: clamp(20px, 2.5vw, 40px);
  padding-bottom: clamp(20px, 2.5vw, 40px);
}
@media screen and (max-width: 768px) {
  .p_aboout__step___card {
    gap: 16px;
  }
}

.p_aboout__step___icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  width: 96px;
  height: auto;
  border: 1px solid #fff;
  border-radius: 96px;
}
@media screen and (max-width: 768px) {
  .p_aboout__step___icon {
    border-radius: 96px;
  }
}
.p_aboout__step___icon .image {
  width: 66.6666666667%;
}
@media screen and (max-width: 768px) {
  .p_aboout__step___icon {
    width: 80px;
  }
}

.p_aboout__data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p_aboout__data___title {
  display: block;
  margin-bottom: 8px;
}
.p_aboout__data___title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #0D2D59), color-stop(50%, #d9d9d9));
  background-image: linear-gradient(to left, #0D2D59 50%, #d9d9d9 50%);
  background-size: 8px;
  background-repeat: repeat-x;
}

.p_aboout__data___caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 1;
  text-transform: capitalize;
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.p_aboout__data___caption::before {
  content: "";
  display: block;
  aspect-ratio: 12/8;
  width: 12px;
  height: auto;
  background-image: url("../images/common/ico_tab.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.p_aboout__data___label {
  display: block;
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  font-weight: 700;
  margin-bottom: 8px;
}

.p_aboout__tab {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  line-height: 1.5;
  padding-left: 20px;
}
.p_aboout__tab::before, .p_aboout__tab::after {
  content: "";
  position: absolute;
  left: 6px;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.p_aboout__tab::before {
  top: 0;
  max-height: 12px;
}
.p_aboout__tab::after {
  bottom: 0;
  max-height: calc(100% - 12px);
}
.p_aboout__tab:first-child::before {
  display: none;
}
.p_aboout__tab:last-child::after {
  display: none;
}

.p_aboout__text {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}
.p_aboout__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 1.7em;
  background-image: url("../images/common/ico_circle.svg");
  background-repeat: no-repeat;
  background-size: 12px 1.7em;
  background-position: top 2px left;
}

.p_aboout__network {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 160px;
  background-image: url("../images/page/img_business-pc.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}
@media screen and (max-width: 768px) {
  .p_aboout__network {
    padding-top: 240px;
    background-image: url("../images/page/img_business-sp.webp");
  }
}

.p_aboout__network___block {
  max-width: 600px;
  margin-left: auto;
}

.p_aboout__network___title {
  display: inline-block;
  margin-bottom: clamp(24px, 2.5vw, 40px);
  border: 1px solid #fff;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 1.5;
  font-weight: 700;
  padding-top: 8px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 8px;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .p_aboout__network___title {
    border-radius: 50px;
  }
}

.p_aboout__network___contents {
  margin-top: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 24px;
  border-top: 1px solid #fff;
}

.p_aboout__network___content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.p_aboout__network___content + .p_aboout__network___content {
  margin-top: 24px;
}

.p_aboout__network___icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  width: 120px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 120px;
}
@media screen and (max-width: 768px) {
  .p_aboout__network___icon {
    border-radius: 120px;
  }
}
.p_aboout__network___icon .image {
  max-width: 64px;
  width: 53.3333333333%;
}
@media screen and (max-width: 768px) {
  .p_aboout__network___icon {
    width: 80px;
  }
}

.p_aboout__network___data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p_aboout__network___label {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 8px;
}

.p_about__reason {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: clamp(80px, 10vw, 160px);
  padding-bottom: clamp(80px, 10vw, 160px);
}

.p_about__reason___block + .p_about__reason___block {
  margin-top: clamp(120px, 10vw, 160px);
}

.p_about__reason___visual .image {
  min-height: 375px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_about__reason___content {
  margin-top: -64px;
  background-color: #fff;
  padding-top: clamp(40px, 4vw, 64px);
  padding-left: clamp(40px, 7.5vw, 120px);
  padding-right: clamp(40px, 7.5vw, 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .p_about__reason___content {
    display: block;
  }
  .p_about__reason___content .c_label {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .p_about__reason___content {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.p_about__reason___count {
  display: block;
  text-align: center;
  width: 100px;
  font-size: clamp(3rem, 8vw, 5rem);
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  color: #0D2D59;
}
@media screen and (max-width: 768px) {
  .p_about__reason___count {
    margin-left: auto;
    margin-right: auto;
  }
}

.p_block__metal-press-products,
.p_block__formed-products {
  padding-top: 0;
  padding-bottom: 0;
}

.p_products {
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: clamp(80px, 10vw, 160px);
  padding-bottom: clamp(80px, 10vw, 160px);
  background-color: #0D2D59;
}

.p_products__content {
  padding-top: clamp(80px, 10vw, 160px);
  padding-bottom: clamp(80px, 10vw, 160px);
}
.p_products__content .c_anchor__text {
  word-break: keep-all;
}

.p_products__card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 20px;
}

.p_products__card > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p_products__card > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p_products__card > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (max-width: 768px) {
  .p_products__card {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.p_products__block {
  padding-top: clamp(80px, 10vw, 160px);
}

.p_products__block___side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 80px;
}
@media screen and (max-width: 1024px) {
  .p_products__block___side {
    gap: 48px;
  }
}
@media screen and (max-width: 768px) {
  .p_products__block___side {
    display: block;
  }
}

.p_products__block___pic {
  display: block;
  max-width: 528px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p_products__block___pic {
    margin-bottom: 40px;
  }
}

.p_products__btn {
  margin-top: clamp(40px, 3vw, 48px);
}

.p_products__btn___link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  text-align: center;
  color: #333;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d9d9d9;
  padding-top: 1em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 1em;
}
.p_products__btn___link:hover {
  opacity: 1;
  color: #fff;
  background-color: #0D2D59;
  border-color: #0D2D59;
}
@media screen and (max-width: 768px) {
  .p_products__btn___link {
    width: 224px;
  }
}

.p_products__btn___ico {
  display: block;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  background-color: #0D2D59;
  -webkit-mask-image: url("../images/common/ico_dl.svg");
          mask-image: url("../images/common/ico_dl.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_products__btn___link:hover .p_products__btn___ico {
  background-color: #fff;
}

.p_products__contents + .p_products__contents {
  margin-top: clamp(80px, 10vw, 160px);
}

.p_block__equipment {
  padding-top: 0;
  padding-bottom: 0;
}

.p_equipment__contents + .p_equipment__contents {
  margin-top: clamp(80px, 10vw, 160px);
}

.p_equipment__content {
  padding-top: clamp(80px, 10vw, 160px);
  padding-bottom: clamp(80px, 10vw, 160px);
}

.p_equipment__table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}

.p_equipment__table > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p_equipment__table > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 768px) {
  .p_equipment__table {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.p_equipment__table___cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.p_equipment__table___item {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 1.4285714286em;
  padding-left: 1.4285714286em;
  padding-right: 1.4285714286em;
  padding-bottom: 1.4285714286em;
}

.p_equipment__table___title {
  color: #0D2D59;
  font-weight: inherit;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #F7F7F7;
}

.p_equipment__table___text {
  text-align: right;
  font-weight: inherit;
  width: 96px;
}

.p_equipment__images {
  margin-top: 48px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 32px 40px;
}

.p_equipment__images > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p_equipment__images > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 600px) {
  .p_equipment__images {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.p_equipment__image .image {
  display: block;
  aspect-ratio: 420/315;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_equipment__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: clamp(8px, 1vw, 16px);
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1.8;
  font-weight: 700;
  gap: 8px;
}

.p_equipment__title___ico {
  position: relative;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  width: 8px;
}
.p_equipment__title___ico::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: block;
  aspect-ratio: 1/1;
  width: 8px;
  height: auto;
  background-color: #0D2D59;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p_equipment__title___ico::before {
    border-radius: 8px;
  }
}

.p_message {
  padding-bottom: clamp(80px, 10vw, 160px);
}

.p_message__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 72px;
}
@media screen and (max-width: 768px) {
  .p_message__side {
    display: block;
  }
}

.p_message__side___pic {
  display: block;
  width: 37.3333333333%;
  min-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p_message__side___pic {
    display: block;
    margin-bottom: 40px;
  }
}

.p_message__owner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  margin-top: clamp(24px, 2vw, 32px);
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 700;
}

.p_message__owner___class {
  font-size: 0.75em;
  font-weight: inherit;
}

.p_message__owner___name {
  font-size: inherit;
  font-weight: inherit;
}

.p_policy {
  position: relative;
  overflow: clip;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: clamp(80px, 10vw, 160px);
  padding-bottom: clamp(80px, 10vw, 160px);
  color: #fff;
}
.p_policy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0D2D59;
}

.p_policy__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.p_policy__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0px;
}
@media screen and (max-width: 768px) {
  .p_policy__side {
    display: block;
  }
}

.p_policy__side___head {
  width: 320px;
}

.p_message__head {
  display: block;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
}

.p_message__head___caption {
  display: block;
  font-size: clamp(1.625rem, 4.4vw, 2.75rem);
  text-transform: capitalize;
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  margin-bottom: clamp(8px, 0.75vw, 12px);
}

.p_policy__list {
  counter-reset: count;
}

.p_policy__list___text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  font-size: clamp(0.9375rem, 2vw, 1.25rem);
  line-height: 1.5;
  font-weight: 700;
}
.p_policy__list___text::before {
  font-size: clamp(1.25rem, 3.2vw, 2rem);
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  counter-increment: count;
  content: counter(count, decimal-leading-zero);
}
.p_policy__list___text + .p_policy__list___text {
  margin-top: clamp(24px, 3vw, 48px);
}

.p_history__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0px;
}
@media screen and (max-width: 768px) {
  .p_history__side {
    display: block;
    padding-top: 40px;
  }
}

.p_history__side___head {
  width: 320px;
}
@media screen and (max-width: 768px) {
  .p_history__side___head {
    width: 180px;
  }
}

.p_history__content {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 34px;
  padding-bottom: clamp(24px, 3vw, 48px);
}

.p_history__content___unit {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
}
.p_history__content___unit::before, .p_history__content___unit::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
}
.p_history__content___unit::before {
  max-height: 22px;
}
.p_history__content:first-of-type .p_history__content___unit::before {
  opacity: 0;
}
.p_history__content:last-of-type .p_history__content___unit::after {
  opacity: 0;
}

.p_history__content___ico {
  display: block;
  aspect-ratio: 1/1;
  width: 10px;
  height: auto;
  background-color: #0D2D59;
  border-radius: 50%;
}

.p_history__data___title {
  font-size: clamp(1.5rem, 4.1666666667vw, 2rem);
  line-height: 1.8;
  color: #0D2D59;
  font-weight: 700;
  margin-bottom: 4px;
}

.p_history__card {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}

.p_history__card___image {
  max-width: 240px;
}

.p_esg-policy__contents + .p_esg-policy__contents {
  margin-top: clamp(80px, 10vw, 160px);
}

.p_esg-policy__content h3,
.p_esg-policy__content h4 {
  color: #0D2D59;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 1.8;
}
.p_esg-policy__content ul {
  margin-top: 24px;
}
.p_esg-policy__content li {
  position: relative;
  padding-left: 1em;
}
.p_esg-policy__content li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: #0D2D59;
  scale: 0.5;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.p_esg-policy__content li + li {
  margin-top: 1em;
}

.p_esg-policy__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .p_esg-policy__column {
    display: block;
  }
}

.p_esg-policy__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p_esg-policy__text + div,
.p_esg-policy__text + dl {
  margin-top: clamp(32px, 3vw, 48px);
}

.p_esg-policy__side___group + .p_esg-policy__side___group {
  margin-top: 24px;
}
.p_esg-policy__side___group + div, .p_esg-policy__content + .p_esg-policy__side___group {
  margin-top: clamp(32px, 3vw, 48px);
}

.p_esg-policy__head {
  display: inline-block;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: clamp(24px, 2.5vw, 40px);
}

.p_esg-policy__head___label {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 0.5em;
  border-radius: 50px;
  color: #fff;
  background-color: #0D2D59;
}

.p_esg-policy__boxs + .p_esg-policy__boxs {
  margin-top: clamp(64px, 5vw, 80px);
}

.p_esg-policy__box___data {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d9d9d9;
  padding-top: 40px;
  padding-left: clamp(16px, 3vw, 48px);
  padding-right: clamp(16px, 3vw, 48px);
  padding-bottom: 40px;
  background-color: #F7F7F7;
}
.p_esg-policy__box___data + .p_esg-policy__box___data {
  margin-top: 24px;
}

.p_esg-policy__box___label {
  font-size: 16px;
  font-weight: 700;
  color: #0D2D59;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: clamp(16px, 1.5vw, 24px);
  margin-bottom: clamp(16px, 1.5vw, 24px);
}

.p_esg-policy__box___list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  .p_esg-policy__box___list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}

.p_esg-policy__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.5;
}

.p_esg-policy__tab___ico {
  position: relative;
  display: block;
  width: 8px;
  font-size: inherit;
  line-height: inherit;
}
.p_esg-policy__tab___ico::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  background-color: #0D2D59;
  border-radius: 50%;
}

.p_esg-policy__tab___label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: inherit;
  line-height: inherit;
}

.p_esg-policy__tab___caption {
  display: block;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: #0D2D59;
  margin-bottom: 8px;
}

.p_esg-policy__side___label {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  color: #0D2D59;
  margin-bottom: 1em;
}

.p_esg-policy__side___tab + .p_esg-policy__side___tab {
  margin-top: clamp(8px, 1vw, 16px);
}

.p_esg-policy__btn {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .p_esg-policy__btn {
    margin-top: 32px;
  }
}

.p_esg-policy__btn___link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d9d9d9;
  padding-top: 16px;
  padding-left: 24px;
  padding-right: 16px;
  padding-bottom: 16px;
}
.p_esg-policy__btn___link:hover {
  opacity: 1;
  color: #fff;
  background-color: #0D2D59;
}

.p_esg-policy__btn___label {
  font-size: inherit;
  font-weight: inherit;
  text-transform: uppercase;
}

.p_esg-policy__btn___ico {
  display: block;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  background-color: #0D2D59;
  -webkit-mask-image: url("../images/common/ico_pdf.svg");
          mask-image: url("../images/common/ico_pdf.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_esg-policy__btn___link:hover .p_esg-policy__btn___ico {
  background-color: #fff;
}

.p_esg-policy__title {
  margin-top: clamp(32px, 3vw, 48px);
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  margin-bottom: 24px;
  color: #0D2D59;
}

.p_esg-policy__images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 24px 40px;
  margin-top: clamp(40px, 3vw, 48px);
}

.p_esg-policy__images > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p_esg-policy__images > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 768px) {
  .p_esg-policy__images {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.p_esg-policy__image___title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: clamp(8px, 1vw, 16px);
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1.8;
  font-weight: 700;
  gap: 8px;
}

.p_esg-policy__image___ico {
  position: relative;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  width: 8px;
}
.p_esg-policy__image___ico::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: block;
  aspect-ratio: 1/1;
  width: 8px;
  height: auto;
  background-color: #0D2D59;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p_esg-policy__image___ico::before {
    border-radius: 8px;
  }
}

.p_esg-policy__dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 16px;
  background-color: #F7F7F7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d9d9d9;
  padding-top: clamp(32px, 2.5vw, 40px);
  padding-left: clamp(24px, 3vw, 48px);
  padding-right: clamp(24px, 3vw, 48px);
  padding-bottom: clamp(32px, 2.5vw, 40px);
}

.p_esg-policy__dl > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p_esg-policy__dl > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 768px) {
  .p_esg-policy__dl {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.p_esg-policy__dl___btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  color: #333;
  background-color: #fff;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d9d9d9;
  padding-top: 16px;
  padding-left: 24px;
  padding-right: 16px;
  padding-bottom: 16px;
}
.p_esg-policy__dl___btn:hover {
  opacity: 1;
  color: #fff;
  background-color: #0D2D59;
}

.p_esg-policy__dl___label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.p_esg-policy__dl___ico {
  display: block;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  -webkit-transition: inherit;
  transition: inherit;
  background-color: #0D2D59;
  -webkit-mask-image: url("../images/common/ico_dl.svg");
          mask-image: url("../images/common/ico_dl.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
}
.p_esg-policy__dl___btn:hover .p_esg-policy__dl___ico {
  background-color: #fff;
}

.p_outline__contents + .p_outline__contents {
  margin-top: clamp(80px, 10vw, 160px);
}

.p_outline__image___label {
  display: block;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  margin-bottom: 1.5em;
}

.p_outline__image___link {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.p_outline__access___map {
  display: block;
  height: 360px;
  margin-bottom: 24px;
}

.p_outline__access___name {
  display: block;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 8px;
}

.p_block__recruit {
  padding: 0;
}

.p_recruit__block {
  padding-top: clamp(80px, 10vw, 160px);
  padding-bottom: clamp(80px, 10vw, 160px);
  color: #fff;
  background-color: #0D2D59;
}
.p_recruit__block .c_head {
  color: inherit;
}

.p_recruit__box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: clamp(64px, 5vw, 80px);
}

.p_recruit__unity {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr 0 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 0;
  border-left: 1px solid #fff;
}

.p_recruit__unity > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p_recruit__unity > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p_recruit__unity > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (max-width: 768px) {
  .p_recruit__unity {
    display: block;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

.p_recruit__unit {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: clamp(40px, 4vw, 64px);
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: clamp(40px, 4vw, 64px);
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p_recruit__unit {
    border-right: none;
  }
  .p_recruit__unit + .p_recruit__unit {
    border-top: 1px solid #fff;
  }
}

.p_recruit__unit___ico {
  display: block;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p_recruit__unit___ico {
    max-width: 80px;
  }
}

.p_recruit__unit___caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: clamp(0.75rem, 1.4vw, 0.875rem);
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 4px;
}
.p_recruit__unit___caption::before {
  content: "";
  display: block;
  aspect-ratio: 12/8;
  width: 12px;
  height: auto;
  background-image: url("../images/common/ico_tab.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.p_recruit__unit___label {
  display: block;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1.8;
  font-weight: 700;
}

.p_recruit__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
  padding-top: clamp(18px, 1.625vw, 26px);
  padding-left: clamp(18px, 1.5vw, 24px);
  padding-right: clamp(18px, 1.5vw, 24px);
  padding-bottom: clamp(18px, 1.625vw, 26px);
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
}
.p_recruit__link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #0D2D59;
  scale: 0 1;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.p_recruit__link:hover {
  opacity: 1;
}
.p_recruit__link:hover::before {
  scale: 1 1;
}

.p_recruit__link___label {
  font-size: inherit;
  font-weight: inherit;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .p_recruit__link___label {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .p_recruit__link___label {
    -webkit-line-clamp: 1;
  }
}

.p_recruit__link___ico {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d9d9d9;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .p_recruit__link___ico {
    border-radius: 40px;
  }
}
.p_recruit__link___ico {
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (max-width: 768px) {
  .p_recruit__link___ico {
    width: 32px;
  }
}
.p_recruit__link___ico::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0D2D59;
  -webkit-mask-image: url("../images/common/ico_arrow.svg");
          mask-image: url("../images/common/ico_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 60%;
          mask-size: 60%;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_recruit__link:hover .p_recruit__link___ico {
  background-color: #0D2D59;
  border-color: #0D2D59;
}
.p_recruit__link:hover .p_recruit__link___ico::before {
  background-color: #fff;
}

.p_contact__list {
  counter-reset: num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: clamp(40px, 5vw, 80px);
  margin-bottom: clamp(40px, 5vw, 80px);
  gap: 24px;
}

.p_contact__tab {
  max-width: 296px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  text-align: center;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #0D2D59;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.p_contact__tab::before {
  counter-increment: num;
  content: counter(num) ".";
}

.p_contact__active {
  color: #fff;
  background-color: #0D2D59;
}

.p_contact__line {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #0D2D59;
  outline: none;
  border: none;
}
@media screen and (min-width: 501px) {
  .p_contact__line {
    max-width: 72px;
  }
}
@media screen and (max-width: 500px) {
  .p_contact__line {
    max-width: 32px;
  }
}

.p_contact__lead {
  display: block;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 700;
  margin-bottom: 1em;
}

.p_policy__block + .p_policy__block {
  margin-top: clamp(40px, 3.5vw, 56px);
}

.p_policy__label {
  display: block;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 2;
}
.p_policy__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.p_policy__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.p_policy__label {
  font-weight: 700;
  margin-bottom: clamp(8px, 0.625vw, 10px);
  color: #0D2D59;
}

.p_policy__text {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 2;
}
.p_policy__text::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.p_policy__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

.p_archive__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 120px;
}
@media screen and (max-width: 1024px) {
  .p_archive__side {
    gap: 48px;
  }
}
@media screen and (max-width: 768px) {
  .p_archive__side {
    display: block;
  }
}

.p_archive__side___nav {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .p_archive__side___nav {
    width: 100%;
    margin-bottom: 40px;
  }
}

.p_archive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .p_archive__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p_archive__list___link {
  display: block;
  text-align: center;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 1.5;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d9d9d9;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .p_archive__list___link {
    border-radius: 40px;
  }
}
.p_archive__list___link[data-current], .p_archive__list___link:hover {
  opacity: 1;
  color: #fff;
  background-color: #0D2D59;
}
@media screen and (max-width: 768px) {
  .p_archive__list___link {
    padding-left: 1em;
    padding-right: 1em;
  }
}

.p_archive__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: clamp(40px, 10.4166666667vw, 80px);
}
.p_archive__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #0D2D59;
  scale: 0 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_archive__link + .p_archive__link {
  padding-top: clamp(40px, 10.4166666667vw, 80px);
}
.p_archive__link:hover {
  opacity: 1;
}
.p_archive__link:hover::after {
  scale: 1 1;
}
@media screen and (max-width: 768px) {
  .p_archive__link {
    display: block;
  }
}

.p_archive__link___pic {
  display: block;
  width: 45.4545454545%;
  min-width: 280px;
  background-color: #fafafa;
  -webkit-transition: inherit;
  transition: inherit;
  overflow: clip;
  margin-left: auto;
  margin-right: auto;
}
.p_archive__link___pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  scale: 1;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_archive__link:hover .p_archive__link___pic img {
  scale: 1.1;
}
@media screen and (max-width: 768px) {
  .p_archive__link___pic {
    max-width: 500px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p_archive__link___head {
    margin-top: 32px;
  }
}

.p_post__info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #0D2D59;
  margin-bottom: 8px;
}

.p_post__info___time {
  display: block;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 1.5;
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.p_post__info___cat {
  display: inline-block;
  font-size: clamp(0.8125rem, 1.4vw, 0.875rem);
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d9d9d9;
  padding-top: 4px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 4px;
  border-radius: 50px;
}

.p_archive__link___label {
  display: block;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .p_archive__link___label {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .p_archive__link___label {
    -webkit-line-clamp: 2;
  }
}
.p_archive__link___label {
  margin-bottom: 1.2em;
}

.p_archive__link___text {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .p_archive__link___text {
    -webkit-line-clamp: 4;
  }
}
@media screen and (max-width: 500px) {
  .p_archive__link___text {
    -webkit-line-clamp: 4;
  }
}
.p_archive__link___text {
  line-height: 2;
}

.p_single__block___head {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 24px;
  margin-bottom: clamp(40px, 5vw, 80px);
}

.p_single__block___lead {
  display: block;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  line-height: 1.8;
  font-weight: 700;
}

.p_single__block___image {
  display: block;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(32px, 3.5vw, 56px);
}
.p_single__block___image img {
  display: block;
  width: 100%;
  height: auto;
}

.p_single__block___inner p + p {
  margin-top: 1em;
}
.p_single__block___inner p a {
  color: #0D2D59;
  text-decoration: underline;
}

.p_found__head {
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  margin-bottom: clamp(40px, 3.5vw, 56px);
}

.p_found__caption {
  display: block;
  line-height: 2;
}
.p_found__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.p_found__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.p_found__caption {
  font-size: clamp(2.5rem, 8vw, 5rem);
  font-weight: 700;
}

.p_found__label {
  font-size: inherit;
  line-height: 2;
}
.p_found__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.p_found__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

.p_found__menu {
  margin-top: clamp(32px, 3.5vw, 56px);
}
.p_found__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 500px) {
  .p_found__menu ul {
    display: block;
  }
}
.p_found__menu ul .sub-menu,
.p_found__menu ul .children {
  display: none !important;
}
.p_found__menu a {
  display: block;
  font-weight: 700;
}
.p_found__menu span {
  display: none !important;
}
@media screen and (max-width: 500px) {
  .p_found__menu li {
    border-bottom: 1px solid #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p_found__menu a {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}