@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=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/* インデント調整 */
/* センター寄せのインデント調整 */
/* 動作の時間（1001px以上の時,1000px以下の時） */
.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-feature-settings: "palt";
  font-weight: 400;
}

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

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

body {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
  background: #fff;
  -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: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 500;
  }
}
@media (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

div {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: unset;
  font-weight: unset;
  padding: unset;
  margin: unset;
}

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

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

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

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

figure,
picture {
  display: block;
}

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

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

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

th,
td {
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
  background-color: transparent;
  line-height: 1.8;
}
@media screen and (min-width: 1001px) {
  th,
  td {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 1000px) {
  th,
  td {
    display: block;
  }
}

th {
  color: #084B9D;
  border-bottom: 1px solid #084B9D;
}
@media screen and (min-width: 1001px) {
  th {
    width: 240px;
    background-color: transparent;
  }
}
@media screen and (max-width: 1000px) {
  th {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
  }
}

@media screen and (min-width: 1001px) {
  td {
    border-bottom: 1px solid #DEDCD8;
  }
}
@media screen and (max-width: 1000px) {
  td {
    border-bottom: 1px solid #DEDCD8;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
  }
}

/* △△△△ table △△△△ */
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #F5F7FA;
  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;
    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);
    transform: translate(-50%, -50%);
    transition: all 0.6s;
  }
  .swipe__on {
    overflow: auto;
    white-space: nowrap;
  }
  .swipe__on::after, .swipe__on::before {
    opacity: 0;
    z-index: -1;
    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;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1221px) {
  .container {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1220px) {
  .container {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.over-right {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1221px) {
  .over-right {
    margin-left: calc((100vw - 1210px) / 2);
  }
}
@media screen and (max-width: 1220px) {
  .over-right {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .over-right {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.over-left {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1221px) {
  .over-left {
    margin-right: calc((100vw - 1210px) / 2);
  }
}
@media screen and (max-width: 1220px) {
  .over-left {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .over-left {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* △△△△ container △△△△ */
/* ▽▽▽▽ lazy ▽▽▽▽ */
.lazy {
  opacity: 0;
  position: relative;
  translate: 0 50px;
}

.lazy_show {
  opacity: 1;
  translate: 0 0;
  transition: all 1000ms;
}

/* △△△△ lazy △△△△ */
/* ▽▽▽▽ blur ▽▽▽▽ */
.blur {
  opacity: 0;
  filter: blur(20px);
}

.blur_show {
  opacity: 1;
  filter: blur(0px);
  transition: all 1000ms;
}

/* △△△△ blur △△△△ */
/* ▽▽▽▽追従▽▽▽▽ */
@media screen and (min-width: 1001px) {
  .c_following__contents {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    position: relative;
  }
  .c_following__side {
    position: sticky;
    top: 0;
    left: 0;
    width: 200px;
  }
  .c_following__main {
    flex: 1;
  }
}
/* △△△△追従△△△△ */
@media screen and (min-width: 1025px) {
  .c_header {
    padding-top: 96px;
  }
}

.c_header__block {
  background-color: #fff;
  padding-left: clamp(20px, 3.90625vw, 40px);
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 5;
  transition: all 0.5s;
}
@media screen and (min-width: 1025px) {
  .c_header__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
  }
  .c_header__block.hide__fixed {
    transform: translateY(-100%);
    opacity: 0;
  }
}
@media screen and (max-width: 1024px) {
  .c_header__block {
    display: block;
    padding-top: 16px;
    padding-right: 20px;
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .c_header__menu {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 375px;
    width: 100%;
    height: 100dvh;
    background-color: rgba(51, 51, 51, 0.9);
    z-index: 10;
    padding-top: 100px;
    padding-bottom: 150px;
    box-sizing: border-box;
    overflow-y: scroll;
    clip-path: inset(0 0% 0% 100%);
    transition-property: all;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1001px) {
  .c_header__menu {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1000px) {
  .c_header__menu {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1024px) {
  .c_header__menu.c_header__active {
    clip-path: inset(0 0% 0% 0%);
  }
}
@media screen and (min-width: 1025px) {
  .c_header__nav {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .c_header__nav ul {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}
.c_header__nav .sub-menu,
.c_header__nav .children {
  display: none !important;
}
.c_header__nav a {
  font-weight: 600;
}
@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;
    box-sizing: border-box;
  }
}

.c_header__contact {
  position: relative;
  display: block;
  padding: 16px 0;
  background-color: #0C70EB;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .c_header__contact {
    width: 240px;
    line-height: 1;
  }
}
.c_header__contact::before {
  position: absolute;
  display: block;
  left: 20px;
  top: 50%;
  content: "";
  background-image: url("../images/common/icon/icon_mail_white.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  aspect-ratio: 20/16;
  width: 20px;
  height: auto;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .c_header__contact::before {
    left: 64px;
  }
}

.c_header__entry {
  position: relative;
  display: block;
  padding: 16px 0;
  background-color: #084B9D;
  color: #fff;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .c_header__entry {
    width: 240px;
    line-height: 1;
  }
}
.c_header__entry::before {
  position: absolute;
  display: block;
  left: 20px;
  top: 50%;
  content: "";
  background-image: url("../images/common/icon/icon_pen.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  aspect-ratio: 1/1;
  width: 19px;
  height: auto;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .c_header__entry::before {
    left: 64px;
  }
}

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

.c_header__trigger {
  position: fixed;
  top: 16px;
  right: 20px;
  aspect-ratio: 32/24;
  width: 32px;
  height: auto;
  transition-property: all;
  z-index: 10;
}
@media screen and (min-width: 1001px) {
  .c_header__trigger {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__trigger {
    transition-duration: 300ms;
  }
}
@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: 32px;
  height: 2px;
  background-color: #084B9D;
  transition: inherit;
  border-radius: 9999px;
}
.c_header__trigger::before {
  translate: -50% calc(-50% - 10px);
}
.c_header__trigger::after {
  translate: -50% calc(-50% + 10px);
}
.c_header__trigger.c_header__active::before, .c_header__trigger.c_header__active::after {
  background-color: #fff;
  translate: -50% -50%;
}
.c_header__trigger.c_header__active::before {
  rotate: -30deg;
}
.c_header__trigger.c_header__active::after {
  rotate: 30deg;
}

.c_header__logo {
  max-width: 399px;
}
@media screen and (max-width: 500px) {
  .c_header__logo {
    max-width: 232px;
  }
}

.c_header__link {
  display: block;
}

.c_mv {
  display: block;
  position: relative;
}
.c_mv img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.c_mv::before {
  position: absolute;
  display: block;
  content: "";
  background-image: url("../images/home/bg/bg2.webp");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .c_mv::before {
    top: calc(100% - 80px);
  }
}
@media screen and (max-width: 1024px) {
  .c_mv::before {
    top: 100%;
  }
}
@media screen and (max-width: 500px) {
  .c_mv::before {
    background-image: url("../images/home/bg/bg2-sp.webp");
  }
}

@media screen and (min-width: 1601px) {
  .c_mv__slider {
    margin-left: 12.5%;
  }
}
@media screen and (max-width: 1600px) and (min-width: 1221px) {
  .c_mv__slider {
    margin-left: calc((100vw - 1210px) / 2);
  }
}
@media screen and (max-width: 1220px) {
  .c_mv__slider {
    max-width: 1220px;
    width: 100%;
  }
}

.c_mv__img {
  position: relative;
}
@media screen and (min-width: 501px) {
  .c_mv__img .sp_only {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .c_mv__img .pc_only {
    display: none;
  }
}

.c_mv__inner {
  position: absolute;
  bottom: 80px;
  left: 80px;
}
@media screen and (max-width: 1220px) {
  .c_mv__inner {
    left: 40px;
    bottom: 64px;
  }
}
@media screen and (max-width: 500px) {
  .c_mv__inner {
    left: 20px;
    bottom: 32px;
  }
}

.c_mv__head span {
  display: block;
  font-size: clamp(1.75rem, 4.8vw, 3rem);
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  transform: translateY(100%);
}
@media screen and (min-width: 501px) {
  .c_mv__head br.sp_only {
    display: none;
  }
}

.c_mv__caption {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  line-height: 1.2;
  color: #fff;
  margin-top: clamp(16px, 2vw, 32px);
  transform: translateY(100%);
}

.c_kv {
  display: block;
}
.c_kv img {
  display: block;
  max-width: 100%;
}

.c_kv__bg {
  position: relative;
}
.c_kv__bg::before {
  position: absolute;
  display: block;
  content: "";
  background-image: url("../images/common/bg/bg1.webp");
  background-repeat: no-repeat;
  background-size: contain;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 500px) {
  .c_kv__bg::before {
    background-image: url("../images/common/bg/bg1-sp.webp");
  }
}

.c_kv__head {
  margin-top: clamp(48px, 7.5vw, 120px);
  margin-bottom: clamp(40px, 4vw, 64px);
}

.c_kv__hide {
  display: none;
}

.error404 .c_kv {
  display: none;
}

.c_bread {
  padding-top: clamp(16px, 1.5vw, 24px);
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
}
.c_bread span,
.c_bread a {
  font-size: inherit;
  color: inherit;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 8px;
}

.c_cta {
  position: relative;
}
.c_cta::before {
  position: absolute;
  display: block;
  bottom: -1px;
  content: "";
  background-color: #084B9D;
  width: 100%;
  height: 50%;
}

.c_cta__area {
  padding-top: clamp(64px, 5vw, 80px);
  padding-bottom: clamp(64px, 5vw, 80px);
  padding-left: 32px;
  padding-right: 32px;
  box-sizing: border-box;
  background-color: #F5F7FA;
}

.c_cta__inner {
  max-width: 664px;
  margin: auto;
}

.c_cta__caption {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: clamp(2.5rem, 6.4vw, 4rem);
}

.c_cta__columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: clamp(24px, 3.5vw, 56px);
}
@media screen and (max-width: 500px) {
  .c_cta__columns {
    flex-direction: column;
    align-items: flex-start;
  }
}

.c_cta__side {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 650px) {
  .c_cta__side {
    flex-direction: column;
  }
}
.c_cta__side .c_cta__item {
  flex: 1;
  width: 100%;
}
.c_cta__side .c_cta__item .c_btn {
  margin-top: 0;
}

.c_cta__lead {
  font-size: clamp(0.9375rem, 1.8vw, 1.125rem);
  font-weight: 600;
  line-height: 2;
}

.c_cta__tel {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  line-height: 1;
}

.c_cta__unit {
  text-transform: capitalize;
  font-size: 0.8em;
  line-height: inherit;
}

.c_cta__num {
  font-size: inherit;
  line-height: inherit;
}

.c_cta__time {
  display: block;
  font-size: clamp(0.8125rem, 1.6vw, 1rem);
}

.c_cta__btns {
  display: flex;
  gap: 8px;
}

.c_cta__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: #fff;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  padding-top: 1em;
  padding-bottom: 1em;
  box-sizing: border-box;
  border-radius: 50px;
  overflow: clip;
  width: 240px;
}

.c_cta__text {
  display: inline-block;
  font-size: inherit;
}

.c_footer {
  position: relative;
  margin-top: clamp(100px, 12.5vw, 200px);
}

.c_footer__block {
  background-color: #084B9D;
  color: #fff;
  padding-top: clamp(80px, 6.5vw, 104px);
}

@media screen and (min-width: 1001px) {
  .c_footer__column {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}

.c_footer__logo {
  max-width: 399px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1000px) {
  .c_footer__logo {
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
}

.c_footer__link {
  display: block;
}

@media screen and (max-width: 1000px) {
  .c_footer__nav {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 501px) {
  .c_footer__nav {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .c_footer__nav {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.c_footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .c_footer__nav ul {
    flex-direction: column;
    max-width: 420px;
    gap: 72px 48px;
    height: 413px;
  }
  @-moz-document url-prefix() {
    .c_footer__nav ul {
      width: 420px;
    }
  }
}
@media screen and (max-width: 1000px) {
  .c_footer__nav ul {
    border-top: 1px solid #fff;
  }
}
.c_footer__nav a {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .c_footer__nav li {
    width: 50%;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
  }
  .c_footer__nav li:nth-child(even) {
    border-left: 1px solid #fff;
  }
  .c_footer__nav li:nth-child(odd):last-child {
    width: 100%;
  }
  .c_footer__nav a {
    display: block;
    text-align: center;
    font-size: 15px;
    padding-top: 1em;
    padding-bottom: 1em;
    box-sizing: border-box;
  }
}
.c_footer__nav .sub-menu,
.c_footer__nav .children {
  flex-direction: column;
  max-width: 213px;
  gap: 8px 0;
  margin-left: 8px;
  margin-top: 16px;
  height: unset;
}
.c_footer__nav .sub-menu a,
.c_footer__nav .children a {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  padding-left: 12px;
  text-indent: -12px;
  margin-bottom: 0;
}
.c_footer__nav .sub-menu a::before,
.c_footer__nav .children a::before {
  content: "-";
  margin-right: 6px;
}
@media screen and (max-width: 1000px) {
  .c_footer__nav .sub-menu,
  .c_footer__nav .children {
    display: none !important;
  }
}

.c_footer__copy {
  display: block;
  font-size: 15px;
  line-height: 1;
  box-sizing: border-box;
  padding-top: clamp(56px, 4.375vw, 70px);
  padding-bottom: clamp(40px, 4.1875vw, 67px);
}
@media screen and (max-width: 1000px) {
  .c_footer__copy {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .c_footer__copy {
    padding-bottom: 80px;
  }
}

.c_footer__rtt {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  background-color: #084B9D;
  border: 1px solid #fff;
  border-radius: 32px;
  overflow: clip;
}
@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;
}

@-moz-document url-prefix() {
  @media screen and (min-width: 1000px) and (max-width: 1500px) {
    .c_footer__nav {
      width: 460px;
    }
  }
}
.c_address__block {
  display: block;
}
@media screen and (max-width: 1000px) {
  .c_address__block {
    text-align: center;
  }
  .p_thanks .c_address__block, .p_privacy-policy .c_address__block {
    text-align: left;
  }
}

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

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

@media screen and (max-width: 500px) {
  .c_block__break {
    display: block;
  }
  .c_block__unset {
    display: none;
  }
}
.c_block__narrow {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 901px) {
  .c_block__narrow {
    max-width: 900px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 900px) {
  .c_block__narrow {
    max-width: 900px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .c_block__narrow {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.c_main__head {
  border-top: 1px solid #B2B2B2;
  padding-top: clamp(32px, 2.5vw, 40px);
}

.c_main__lead {
  position: relative;
  margin-bottom: clamp(24px, 3vw, 48px);
  font-size: clamp(0.875rem, 1.8vw, 1.125rem);
  font-weight: 600;
  padding-left: clamp(16px, 1.5vw, 24px);
}
.c_main__lead::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  aspect-ratio: 1/1;
  width: 8px;
  height: auto;
  background-color: #C80000;
  border-radius: 50%;
  transform: translateY(-50%);
}

.c_main__caption {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: clamp(2.5rem, 6.4vw, 4rem);
  line-height: 1.1;
  transform: translateY(100%);
  text-transform: capitalize;
}

.c_move {
  display: block;
  overflow: hidden;
}
.c_move.active .c_move__caption {
  transform: translateY(0);
  transition: transform 1s;
}

.c_text {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
}
@media screen and (min-width: 1001px) {
  .c_text {
    line-height: 2;
  }
  .c_text::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * (0.5em - 1px));
  }
  .c_text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
  }
}
@media screen and (max-width: 1000px) {
  .c_text {
    line-height: 1.75;
  }
  .c_text::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.75) * (0.5em - 1px));
  }
  .c_text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.75) * 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_list__dotted {
  position: relative;
  font-size: inherit;
  padding-left: 1em;
  box-sizing: border-box;
}
.c_list__dotted::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
  color: inherit;
  font-size: inherit;
}

.c_link__text {
  display: inline;
  font-size: inherit;
  text-decoration: underline;
  color: #084B9D;
}

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

.c_top__link {
  display: inline-flex;
  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: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  background-color: #ddd;
  border-radius: 50px;
  overflow: clip;
  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_more {
  margin-top: clamp(24px, 2vw, 32px);
}

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

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

.c_image {
  overflow: clip;
}

.c_image__slider {
  display: flex;
  width: -moz-min-content;
  width: min-content;
  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: flex;
  margin-top: clamp(32px, 3.5vw, 56px);
  justify-content: center;
  align-items: center;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  gap: 24px;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (min-width: 1001px) {
  .c_btn__start {
    justify-content: flex-start;
  }
  .c_btn__end {
    justify-content: flex-end;
  }
}
.c_btn__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 320px;
  width: 100%;
  flex: 1;
  font-size: inherit;
  font-weight: 600;
  line-height: 1.5;
  padding-top: clamp(16px, 1.5vw, 24px);
  padding-bottom: clamp(16px, 1.5vw, 24px);
  border: 1px solid #084B9D;
  color: #084B9D;
  background-color: #fff;
  border-radius: 8px;
  transition: all 0.3s;
  text-decoration: none !important;
}
.c_btn__link svg {
  position: absolute;
  right: 24px;
}
@media screen and (max-width: 828px) {
  .c_btn__link svg {
    right: 16px;
  }
}
.c_btn__link:hover {
  opacity: 1;
  background-color: #084B9D;
  color: #fff;
  border: 1px solid #fff;
}
.c_btn__link:hover path {
  stroke: #fff;
}
@media screen and (max-width: 500px) {
  .c_btn__link {
    max-width: 270px;
  }
}

.c_btn__text {
  line-height: inherit;
  text-align: left;
}
@media screen and (min-width: 501px) {
  .c_btn__text br {
    display: none;
  }
}

.c_btn__large {
  max-width: 445px;
}

/* 以下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;
  font-weight: inherit;
}
.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_pagelist {
  margin-bottom: clamp(40px, 5vw, 80px);
}
@media screen and (min-width: 1001px) {
  .c_pagelist ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 24px;
  }
}
@media screen and (max-width: 1000px) {
  .c_pagelist li + li {
    border-top: 1px solid #DEDCD8;
  }
}
.c_pagelist a {
  display: block;
  font-size: inherit;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .c_pagelist a {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    box-sizing: border-box;
  }
}

.c_pagelist__nav {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  background-color: #F5F7FA;
  padding: 1em;
  box-sizing: border-box;
}

.c_pagenavi {
  margin-top: clamp(40px, 5vw, 80px);
}
.c_pagenavi .wp-pagenavi {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 8px;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
}
.c_pagenavi span,
.c_pagenavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  aspect-ratio: 1/1;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  height: auto;
  font-size: inherit;
  font-weight: 600;
  line-height: 1;
  border-radius: 32px;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .c_pagenavi span,
  .c_pagenavi a {
    width: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .c_pagenavi span,
  .c_pagenavi a {
    width: 24px;
  }
}
.c_pagenavi span.current, .c_pagenavi span:hover,
.c_pagenavi a.current,
.c_pagenavi a:hover {
  font-weight: 600 !important;
  opacity: 1;
  background-color: #084B9D;
  color: #fff;
}
.c_pagenavi .first,
.c_pagenavi .last,
.c_pagenavi .pages {
  display: none !important;
}
.c_pagenavi img {
  aspect-ratio: 8/14;
  width: 8px;
  height: auto;
}
.c_pagenavi .previouspostslink img {
  transform: rotate(-180deg);
}

.c_single__nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid #B2B2B2;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 600;
  padding-top: clamp(32px, 2.5vw, 40px);
  box-sizing: border-box;
  margin-top: clamp(40px, 5vw, 80px);
}
.c_single__nav a {
  color: #084B9D;
  text-decoration: underline;
}

.c_single__nav___move {
  max-width: 32px;
  flex: 1;
}
.c_single__nav___move a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mw_wp_form {
  margin-top: clamp(32px, 3.125vw, 50px);
  background-color: #F5F7FA;
  box-sizing: border-box;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form {
    padding-top: clamp(56px, 5vw, 80px);
    padding-bottom: clamp(56px, 5vw, 80px);
    padding-left: clamp(40px, 6.25vw, 100px);
    padding-right: clamp(40px, 6.25vw, 100px);
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form {
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1001px) {
  .mw_wp_form.mw_wp_form_input small {
    margin-top: -20px;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form.mw_wp_form_input tr {
    display: block;
  }
  .mw_wp_form.mw_wp_form_input tr + tr {
    padding-top: 20px;
  }
  .mw_wp_form.mw_wp_form_input table table tr + tr {
    padding-top: unset;
  }
}
.mw_wp_form.mw_wp_form_complete {
  display: none !important;
}
.mw_wp_form table,
.mw_wp_form tbody,
.mw_wp_form tr,
.mw_wp_form th,
.mw_wp_form td {
  border: none;
  padding: 0;
  background-color: unset !important;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form table,
  .mw_wp_form tbody,
  .mw_wp_form tr,
  .mw_wp_form th,
  .mw_wp_form td {
    display: block;
    width: 100%;
  }
}
.mw_wp_form th {
  position: relative;
  font-weight: 700;
  color: #333;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form th {
    width: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
  }
}
.mw_wp_form th > span {
  position: absolute;
  display: block;
  height: auto;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th > span {
    top: 50%;
    left: 0;
    width: 40px;
    line-height: 30px;
    translate: 0 -50%;
  }
}
.mw_wp_form th > span.required {
  background-color: #C80000;
}
.mw_wp_form th > span.any {
  background-color: #999999;
}
.mw_wp_form th small {
  display: block;
}
.mw_wp_form td th {
  font-weight: 400;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form td th {
    width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form td th {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.mw_wp_form input,
.mw_wp_form textarea,
.mw_wp_form select {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4375em;
  box-sizing: border-box;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #DEDCD8;
  outline: none;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form input,
  .mw_wp_form textarea,
  .mw_wp_form select {
    padding: 1em;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form input,
  .mw_wp_form textarea,
  .mw_wp_form select {
    padding: 10px;
  }
}
.mw_wp_form input.var01,
.mw_wp_form textarea.var01,
.mw_wp_form select.var01 {
  max-width: 500px;
}
@media screen and (min-width: 501px) {
  .mw_wp_form input.var02,
  .mw_wp_form textarea.var02,
  .mw_wp_form select.var02 {
    max-width: 5em;
  }
}
@media screen and (max-width: 500px) {
  .mw_wp_form input.var02,
  .mw_wp_form textarea.var02,
  .mw_wp_form select.var02 {
    max-width: 4em;
  }
}
.mw_wp_form input,
.mw_wp_form textarea {
  width: 100%;
}
.mw_wp_form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 48px;
  background-image: url("../images/common/svg-select.svg");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center right 16px;
}
.mw_wp_form input[type*=file] {
  width: auto;
  background-color: transparent;
  padding: 0;
  border: none;
  font-weight: 400;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  margin-top: clamp(10px, 1vw, 16px);
}
.mw_wp_form input[type*=file]::file-selector-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #DEDCD8;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  box-sizing: border-box;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 1.6vw, 1rem);
}
.mw_wp_form .error {
  display: block;
  font-size: 1rem;
  padding: 0.5em;
  box-sizing: border-box;
  background-color: pink;
  margin-top: 8px;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form.mw_wp_form_input th,
  .mw_wp_form.mw_wp_form_input td {
    padding-bottom: 40px;
  }
  .mw_wp_form.mw_wp_form_input th {
    line-height: 57px;
  }
  .mw_wp_form.mw_wp_form_input th > span {
    top: 9px;
    right: 56px;
    width: 60px;
    line-height: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm th,
  .mw_wp_form.mw_wp_form_confirm td, .mw_wp_form.mw_wp_form_preview th,
  .mw_wp_form.mw_wp_form_preview td {
    padding-top: 5px;
    padding-bottom: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm th > span, .mw_wp_form.mw_wp_form_preview th > span {
    top: 0;
    right: 56px;
    width: 60px;
    line-height: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm td th,
  .mw_wp_form.mw_wp_form_confirm td td, .mw_wp_form.mw_wp_form_preview td th,
  .mw_wp_form.mw_wp_form_preview td td {
    padding-bottom: 10px;
  }
  .mw_wp_form.mw_wp_form_confirm td tr:first-child th,
  .mw_wp_form.mw_wp_form_confirm td tr:first-child td, .mw_wp_form.mw_wp_form_preview td tr:first-child th,
  .mw_wp_form.mw_wp_form_preview td tr:first-child td {
    padding-top: 0;
  }
  .mw_wp_form.mw_wp_form_confirm td tr:last-child th,
  .mw_wp_form.mw_wp_form_confirm td tr:last-child td, .mw_wp_form.mw_wp_form_preview td tr:last-child th,
  .mw_wp_form.mw_wp_form_preview td tr:last-child td {
    padding-bottom: 0;
  }
}

.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: 48px;
  margin-right: 20px;
  cursor: pointer;
  font-weight: 600;
}
@media screen and (min-width: 1001px) {
  .mwform-checkbox-field-text {
    line-height: 57px;
  }
}
@media screen and (max-width: 1000px) {
  .mwform-checkbox-field-text {
    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;
  box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #DEDCD8;
}

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

.mwform-radio-field input {
  display: none;
}
.mwform-radio-field input:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

.mwform-radio-field-text {
  position: relative;
  padding-left: 40px;
  margin-right: 20px;
  cursor: pointer;
  display: inline-block;
}
@media screen and (min-width: 1001px) {
  .mwform-radio-field-text {
    line-height: 57px;
  }
}
@media screen and (max-width: 1000px) {
  .mwform-radio-field-text {
    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: 32px;
  height: auto;
  box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #DEDCD8;
  border-radius: 50%;
}
.mwform-radio-field-text::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 8px;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  width: 16px;
  background-color: #C80000;
  border-radius: 50%;
  opacity: 0;
}

.file-text {
  display: block;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 1.6;
  word-break: break-all;
}
.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);
}

@media screen and (min-width: 501px) {
  .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;
}
.mw_wp_form_confirm .form-agree {
  display: none !important;
}
.form-agree a {
  color: #084B9D;
  text-decoration: underline;
}
@media screen and (min-width: 1001px) {
  .form-agree {
    text-align: center;
  }
}

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

.form-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px 32px;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin-top: clamp(32px, 3vw, 48px);
}
@media screen and (max-width: 500px) {
  .form-btns {
    flex-direction: column;
  }
}
.form-btns a,
.form-btns [type=submit] {
  max-width: 320px;
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 600;
  line-height: 1.5;
  padding-top: clamp(16px, 1.5vw, 24px);
  padding-bottom: clamp(16px, 1.5vw, 24px);
  color: #084B9D;
  background-image: url("../images/common/icon/icon_arrow_right_blue.webp");
  background-repeat: no-repeat;
  background-size: 7px 12px;
  background-position: right 24px center;
  background-color: #fff;
  border: 1px solid #084B9D;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 8px;
}
.form-btns a:hover,
.form-btns [type=submit]:hover {
  opacity: 1;
  background-image: url("../images/common/icon/icon_arrow_right_white.webp");
  background-color: #084B9D;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .form-btns a,
  .form-btns [type=submit] {
    max-width: 270px;
  }
}

.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が格納されています。 */
.main_bg {
  position: relative;
}
.main_bg::before {
  position: absolute;
  display: block;
  content: "";
  background-image: url("../images/home/bg/bg1.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 5%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 828px) {
  .main_bg::before {
    top: 15%;
  }
}
@media screen and (max-width: 500px) {
  .main_bg::before {
    background-image: url("../images/home/bg/bg1-sp.webp");
  }
}

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

.main_block__lead {
  margin-bottom: clamp(16px, 2vw, 32px);
  font-size: clamp(1.25rem, 3.2vw, 2rem);
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 828px) {
  .main_block__lead br.sp_none {
    display: none;
  }
}

@media screen and (max-width: 828px) {
  .main_block__text br.sp_none {
    display: none;
  }
}

/* about us */
@media screen and (min-width: 829px) {
  .p_about__content {
    max-width: 641px;
    margin-left: auto;
  }
}
@media screen and (max-width: 828px) {
  .p_about__content {
    margin-top: 40px;
  }
}

/* solutions */
.p_solution {
  padding-top: clamp(80px, 10vw, 160px);
  padding-bottom: clamp(80px, 10vw, 160px);
  background-color: #F5F7FA;
}

.p_solution__content {
  margin-bottom: clamp(56px, 5vw, 80px);
}
@media screen and (min-width: 829px) {
  .p_solution__content {
    max-width: 543px;
    margin-left: auto;
  }
}
@media screen and (max-width: 828px) {
  .p_solution__content {
    margin-top: 40px;
  }
}

.p_solution__cards .c_list__item:first-of-type {
  grid-column: 1/-1;
}
.p_solution__cards .c_list__head {
  line-height: 1.6;
}
.p_solution__cards.c_list__cards .c_list__icon {
  aspect-ratio: 54/50;
  width: 54px;
  height: auto;
}
@media screen and (max-width: 828px) {
  .p_solution__cards.c_list__cards {
    grid-template-columns: 1fr;
  }
}

/* recruit */
.p_recinfo {
  padding-top: clamp(80px, 10vw, 160px);
  padding-bottom: clamp(80px, 10vw, 160px);
  background-color: #084B9D;
  color: #fff;
}
.p_recinfo .c_main__head {
  border-top: 1px solid #fff;
}
@media screen and (min-width: 501px) {
  .p_recinfo .c_btn {
    justify-content: flex-start;
  }
}

.p_recinfo__columns {
  display: flex;
  margin-bottom: clamp(56px, 5vw, 80px);
  margin-top: clamp(40px, 5vw, 80px);
}
@media screen and (min-width: 1025px) {
  .p_recinfo__columns {
    gap: 72px;
  }
}
@media screen and (max-width: 1024px) {
  .p_recinfo__columns {
    gap: 40px;
  }
}
@media screen and (min-width: 501px) {
  .p_recinfo__columns {
    align-items: center;
  }
}
@media screen and (max-width: 500px) {
  .p_recinfo__columns {
    flex-direction: column;
  }
}

.p_recinfo__img {
  flex-basis: 50%;
}

.p_recinfo__content {
  flex: 1;
}

.p_recinfo__lead {
  margin-bottom: clamp(16px, 2vw, 32px);
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  line-height: 1.8;
  font-weight: 600;
}

.p_recinfo__cards .c_cards__content {
  left: 40px;
  bottom: 40px;
}
.p_recinfo__cards .c_cards__content p {
  font-size: clamp(0.875rem, 1.6vw, 1rem);
}
@media screen and (max-width: 1024px) {
  .p_recinfo__cards .c_cards__content {
    left: 16px;
    bottom: 44px;
  }
}
.p_recinfo__cards .c_cards__head {
  font-size: clamp(0.875rem, 1.8vw, 1.125rem);
  line-height: 1;
  margin-bottom: clamp(8px, 1vw, 16px);
}
.p_recinfo__cards .c_cards__caption {
  font-size: clamp(2.25rem, 5.6vw, 3.5rem);
  margin-bottom: clamp(16px, 2vw, 32px);
}

.p_recinfo__text {
  font-weight: 600;
}

/* 会社案内 */
.p_company__bg {
  position: relative;
  padding-top: clamp(80px, 10vw, 160px);
}
.p_company__bg::before {
  position: absolute;
  display: block;
  content: "";
  background-image: url("../images/home/bg/bg3.webp");
  background-repeat: no-repeat;
  background-size: contain;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 500px) {
  .p_company__bg::before {
    background-image: url("../images/home/bg/bg3-sp.webp");
  }
}

/* お知らせ */
.p_news {
  display: block;
}

.p_news__info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row-reverse;
}
@media screen and (min-width: 1025px) {
  .p_news__info {
    gap: 120px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 829px) {
  .p_news__info {
    gap: 32px;
  }
}
@media screen and (max-width: 828px) {
  .p_news__info {
    display: block;
    margin-top: 40px;
  }
}
.p_news__info .c_btn {
  flex-basis: 26.66%;
}
.p_news__info ul {
  flex: 1;
}

.p_news__link {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 600;
  padding-bottom: clamp(24px, 2vw, 32px);
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #E2E2E2;
}
.p_news__link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  scale: 0 1;
  background-color: #084B9D;
  transition: inherit;
  transform-origin: left;
}
.p_news__link:hover {
  opacity: 1;
}
.p_news__link:hover::before {
  scale: 1 1;
}
@media screen and (min-width: 501px) {
  .p_news__link {
    display: flex;
    align-items: flex-start;
    gap: 24px;
  }
}
@media screen and (max-width: 500px) {
  .p_news__link {
    display: block;
  }
}
.p_news__list + .p_news__list .p_news__link {
  padding-top: clamp(24px, 2vw, 32px);
}

.p_news__time {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  color: #084B9D;
  line-height: 1.8;
}
@media screen and (max-width: 500px) {
  .p_news__time {
    margin-bottom: 0.5em;
  }
}

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

/* 動き */
.c_zoom {
  overflow: hidden;
}
@media screen and (min-width: 501px) {
  .c_zoom .sp_only {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .c_zoom .pc_only {
    display: none;
  }
}

.c_zoom__img {
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

.dl1 {
  transition-delay: 1s;
}

.dl2 {
  transition-delay: 2s;
}

/* 背景 */
.c_bg__add {
  position: relative;
}
.c_bg__add::before {
  position: absolute;
  display: block;
  content: "";
  background-image: url("../images/common/bg/bg3.webp");
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 500px) {
  .c_bg__add::before {
    background-image: url("../images/common/bg/bg3-sp.webp");
  }
}

/* アンカーリンク */
.c_anchor {
  margin-bottom: 80px;
}

.c_anchor__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 0;
}
@media screen and (max-width: 828px) {
  .c_anchor__list {
    display: block;
  }
}

.c_anchor__item {
  line-height: 1.5;
}
@media screen and (max-width: 828px) {
  .c_anchor__item {
    display: block;
    text-align: center;
    border-bottom: 1px solid #B2B2B2;
  }
}
@media screen and (min-width: 829px) {
  .c_anchor__item + .c_anchor__item {
    border-left: 1px solid #B2B2B2;
  }
}

.c_anchor__link {
  display: block;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 600;
  padding: 16px 56px 0;
  line-height: 1;
}
.c_anchor__link::after {
  content: "";
  display: block;
  background-image: url("../images/common/icon/icon_arrow_down_blue.webp");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: clamp(8px, 1vw, 16px);
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 12/7;
  width: 12px;
  height: auto;
}
@media screen and (max-width: 828px) {
  .c_anchor__link {
    padding: 24px 0;
  }
}

/* Back to top */
.c_pagetop {
  margin-top: clamp(24px, 2.5vw, 40px);
  text-align: right;
}

.c_pagetop__link {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #084B9D;
  text-decoration: underline;
  text-align: right;
}

/* カード型カラム */
.c_list__block {
  counter-reset: number 0;
}
.c_list__block .c_list__item {
  gap: 24px 40px;
  padding-top: clamp(40px, 4vw, 64px);
  padding-bottom: clamp(40px, 4vw, 64px);
  padding-left: clamp(32px, 4vw, 64px);
  padding-right: clamp(32px, 4vw, 64px);
}
.c_list__block .c_list__item + .c_list__item {
  margin-top: clamp(64px, 5.6875vw, 91px);
}
.c_list__block .c_list__item + .c_list__item::after {
  position: absolute;
  bottom: calc(100% + 32px);
  left: 50%;
  content: "";
  display: block;
  background-image: url("../images/page/requirements/icon_arrow_down_big.webp");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 64/27;
  width: 64px;
  height: auto;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .c_list__block .c_list__item + .c_list__item::after {
    bottom: calc(100% + 26px);
    width: 40px;
  }
}
@media screen and (max-width: 500px) {
  .c_list__block .c_list__item {
    flex-direction: column;
  }
}
.c_list__block .c_list__icon {
  aspect-ratio: 1/1;
  width: 116px;
  height: auto;
}
@media screen and (max-width: 500px) {
  .c_list__block .c_list__icon {
    width: 80px;
  }
}

.c_list__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 24px;
  counter-reset: number 0;
}
@media screen and (max-width: 828px) {
  .c_list__cards {
    gap: 32px 24px;
  }
}
@media screen and (max-width: 500px) {
  .c_list__cards {
    grid-template-columns: 1fr;
  }
}
.c_list__cards .c_list__item {
  flex-direction: column;
  gap: 32px;
  padding-top: clamp(40px, 4vw, 64px);
  padding-bottom: clamp(40px, 4vw, 64px);
  padding-left: clamp(32px, 3vw, 48px);
  padding-right: clamp(32px, 3vw, 48px);
}
@media screen and (max-width: 500px) {
  .c_list__cards .c_list__item {
    gap: 24px;
  }
}
.c_list__cards .c_list__icon {
  aspect-ratio: 1/1;
  width: 90px;
  height: auto;
}
@media screen and (max-width: 500px) {
  .c_list__cards .c_list__icon {
    width: 80px;
  }
}

.c_list__inner {
  flex: 1;
}

.c_list__item {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-top: 4px solid #084B9D;
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.c_list__item::before {
  display: block;
  position: absolute;
  left: 0;
  bottom: 100%;
  counter-increment: number 1;
  content: "0" counter(number);
  width: 137px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  background-color: #084B9D;
  color: #fff;
  text-align: center;
  line-height: 1.8;
  transform: translateY(50%);
}

.c_list__head {
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  font-weight: 600;
  color: #084B9D;
  margin-bottom: clamp(16px, 1.5vw, 24px);
}
@media screen and (min-width: 501px) {
  .c_list__head br.sp_block {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .c_list__head {
    text-align: center;
  }
}

/* チェックリスト */
.c_point__item {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.c_point__item + .c_point__item {
  margin-top: 16px;
}
.c_point__item::before {
  content: "";
  background-image: url("../images/common/icon/icon_check.webp");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 15/10;
  min-width: 15px;
  height: auto;
  align-self: start;
  margin-top: 6px;
}

.c_cards--company {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 12px;
  margin-top: clamp(40px, 5vw, 80px);
}
@media screen and (max-width: 500px) {
  .c_cards--company {
    grid-template-columns: 1fr;
  }
}

.c_cards--recruit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 24px;
}
@media screen and (max-width: 500px) {
  .c_cards--recruit {
    grid-template-columns: 1fr;
  }
}

.c_cards--job {
  margin-top: clamp(32px, 4vw, 64px);
  margin-bottom: clamp(80px, 10vw, 160px);
}

.c_cards__link {
  position: relative;
  display: block;
}
.c_cards__link:hover {
  opacity: 1;
}
.c_cards__link:hover img {
  transform: scale(1.05, 1.05);
}

.c_cards__link--job::before {
  display: block;
  position: absolute;
  content: "";
  background: linear-gradient(262.22deg, rgba(23, 130, 218, 0) 34.27%, #1782DA 99.37%);
  width: 100%;
  height: 100%;
  z-index: 2;
}

.c_cards__link--interview::before {
  display: block;
  position: absolute;
  content: "";
  background: linear-gradient(244.07deg, rgba(23, 130, 218, 0) 48.99%, #1782DA 100%);
  width: 100%;
  height: 100%;
  z-index: 2;
}

.c_cards__link--company::before {
  display: block;
  position: absolute;
  content: "";
  background: linear-gradient(225.15deg, rgba(23, 130, 218, 0) 40%, #1782DA 100%);
  width: 100%;
  height: 100%;
  z-index: 2;
}

.c_cards__link--recruit::before {
  display: block;
  position: absolute;
  content: "";
  background: linear-gradient(264.77deg, rgba(23, 130, 218, 0) 40%, #1782DA 100%);
  width: 100%;
  height: 100%;
  z-index: 2;
}

.c_cards__img {
  overflow: hidden;
  width: 100%;
  height: auto;
}
.c_cards__img img {
  width: 100%;
  transition: all 0.4s;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
@media screen and (min-width: 501px) {
  .c_cards__img .sp_only {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .c_cards__img .pc_only {
    display: none;
  }
}

.c_cards__img--job img {
  aspect-ratio: 588/215;
}
@media screen and (max-width: 828px) {
  .c_cards__img--job img {
    height: 160px;
  }
}

.c_cards__img--interview img {
  aspect-ratio: 588/410;
}

.c_cards__img--company img {
  aspect-ratio: 392/391;
}
@media screen and (max-width: 828px) {
  .c_cards__img--company img {
    height: 194px;
  }
}

.c_cards__img--recruit img {
  aspect-ratio: 1200/363;
}
@media screen and (max-width: 828px) {
  .c_cards__img--recruit img {
    height: 335px;
  }
}

.c_cards__content {
  position: absolute;
  left: 32px;
  bottom: 24px;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .c_cards__content {
    left: 16px;
    bottom: 16px;
  }
}

.c_cards__caption {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 8px;
}

.c_cards__head {
  color: #fff;
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .c_cards__head {
    line-height: 1.5;
  }
}

.c_cards__label {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  opacity: 0.5;
}

.lower_bg {
  background-color: #F5F7FA;
  padding-top: clamp(80px, 10vw, 160px);
  padding-bottom: clamp(80px, 10vw, 160px);
}

.lower_bg--blue {
  background-color: #084B9D;
}

.lower_head {
  position: relative;
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  font-weight: 600;
  margin-bottom: clamp(40px, 4vw, 64px);
  padding-left: clamp(16px, 1.5vw, 24px);
}
.lower_head::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  aspect-ratio: 1/1;
  width: 8px;
  height: auto;
  background-color: #C80000;
  border-radius: 50%;
  transform: translateY(-50%);
}

.lower_lead {
  font-size: clamp(1.25rem, 3.2vw, 2rem);
  font-weight: 600;
  color: #084B9D;
}
@media screen and (max-width: 828px) {
  .lower_lead br.sp_none {
    display: none;
  }
}

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

.lower_intro__columns {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .lower_intro__columns {
    gap: 56px;
  }
}
@media screen and (max-width: 1024px) {
  .lower_intro__columns {
    gap: 32px;
  }
}
@media screen and (max-width: 828px) {
  .lower_intro__columns {
    flex-direction: column;
    gap: 16px;
  }
}

.lower_intro__inner {
  flex: 1;
}
@media screen and (min-width: 829px) {
  .lower_intro__inner {
    margin-top: 40px;
  }
}
@media screen and (max-width: 828px) {
  .lower_intro__inner p br.sp_none {
    display: none;
  }
}

.business_block {
  position: relative;
}
.business_block::before {
  position: absolute;
  display: block;
  content: "";
  background-image: url("../images/common/bg/bg2.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 500px) {
  .business_block::before {
    background-image: url("../images/common/bg/bg2-sp.webp");
  }
}

.business_block__wrap + .business_block__wrap {
  margin-top: clamp(80px, 7.5vw, 120px);
}

.business_block__columns {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .business_block__columns {
    gap: 72px;
  }
}
@media screen and (max-width: 1024px) {
  .business_block__columns {
    gap: 40px;
  }
}
@media screen and (max-width: 828px) {
  .business_block__columns {
    flex-direction: column;
  }
}

@media screen and (max-width: 828px) {
  .business_block__columns--reverse {
    flex-direction: column-reverse;
  }
}

.business_block__img {
  flex-basis: 48.71%;
}
@media screen and (max-width: 1000px) {
  .business_block__img {
    max-width: 500px;
    margin-right: auto;
  }
}

.business_block__content {
  flex: 1;
}

.business_block__num {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  padding: 4px 8px;
  background-color: #084B9D;
  color: #fff;
  line-height: 1;
  margin-bottom: 16px;
}

.business_block__lead {
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  font-weight: 600;
  color: #084B9D;
  line-height: 1.8;
  margin-bottom: clamp(16px, 1.5vw, 24px);
}

.business_point {
  background-color: #fff;
  margin-top: 24px;
  padding-top: clamp(32px, 2.5vw, 40px);
  padding-bottom: clamp(32px, 2.5vw, 40px);
  padding-left: clamp(32px, 4vw, 64px);
  padding-right: clamp(32px, 4vw, 64px);
}
.business_point dt {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  color: #084B9D;
  line-height: 1.5;
  margin-bottom: 16px;
}

.company_group {
  position: relative;
}
.company_group::before {
  position: absolute;
  display: block;
  content: "";
  background-image: url("../images/common/bg/bg3.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 501px) {
  .company_group::before {
    top: 71px;
  }
}
@media screen and (max-width: 500px) {
  .company_group::before {
    background-image: url("../images/common/bg/bg3-sp.webp");
  }
}

.message_block__columns .lower_lead {
  flex-basis: 45.25%;
}

.message_ceo {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 24px;
  margin-top: clamp(32px, 2.5vw, 40px);
}

.message_ceo__name {
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
}

.access_block__map {
  width: 100%;
  margin-bottom: clamp(24px, 2vw, 32px);
}
@media screen and (min-width: 501px) {
  .access_block__map {
    height: 400px;
  }
}
@media screen and (max-width: 500px) {
  .access_block__map {
    height: 240px;
  }
}
.access_block__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.p_access__map {
  width: 100%;
  border-radius: 0px;
  overflow: clip;
}
@media screen and (min-width: 501px) {
  .p_access__map {
    height: 500px;
  }
}
@media screen and (max-width: 500px) {
  .p_access__map {
    height: 300px;
  }
}
.p_access__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.welfare_block {
  position: relative;
}
.welfare_block::before {
  position: absolute;
  display: block;
  content: "";
  background-image: url("../images/common/bg/bg2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 500px) {
  .welfare_block::before {
    background-image: url("../images/common/bg/bg2-sp.webp");
    background-size: contain;
    bottom: 27%;
  }
}

.person_block__img {
  max-width: 904px;
  margin: auto;
  margin-top: -6.5%;
  box-sizing: border-box;
}
.person_block__img img {
  width: 100%;
}
@media screen and (min-width: 501px) {
  .person_block__img {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .person_block__img {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 501px) {
  .person_block__img .sp_only {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .person_block__img {
    margin-top: 48px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .person_block__img .pc_only {
    display: none;
  }
}

.welfare_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 828px) {
  .welfare_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .welfare_list {
    grid-template-columns: 1fr;
  }
}

.welfare_list__item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: clamp(24px, 2vw, 32px);
  padding-bottom: clamp(24px, 1.625vw, 26px);
  background-color: #fff;
  box-shadow: 0px 0px 32px rgba(8, 75, 157, 0.1);
  height: 136px;
}

.welfare_list__icon {
  aspect-ratio: 1/1;
  width: 64px;
  height: auto;
}
@media screen and (max-width: 500px) {
  .welfare_list__icon {
    width: 56px;
  }
}

.welfare_list__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 600;
  line-height: 1.4;
}
.welfare_list__head small {
  font-size: 14px;
}

.mood_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.mood_cards img {
  aspect-ratio: 384/264;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 828px) {
  .mood_cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .mood_cards {
    grid-template-columns: 1fr;
  }
}

.job_block__columns {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .job_block__columns {
    gap: 72px;
  }
}
@media screen and (max-width: 1024px) {
  .job_block__columns {
    gap: 40px;
  }
}
@media screen and (max-width: 500px) {
  .job_block__columns {
    flex-direction: column;
  }
}
.job_block__columns + .job_block__columns {
  padding-top: clamp(48px, 5vw, 80px);
  border-top: 1px solid #B2B2B2;
  margin-top: clamp(48px, 5vw, 80px);
}

.job_block__img {
  flex-basis: 32%;
}
.job_block__img img {
  aspect-ratio: 384/410;
  -o-object-fit: cover;
     object-fit: cover;
}

.job_block__inner {
  flex: 1;
}

.job_block__head {
  font-size: clamp(1.25rem, 3.2vw, 2rem);
  font-weight: 600;
  color: #084B9D;
  margin-bottom: clamp(24px, 2.5vw, 40px);
}
.job_block__head small {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
}

.job_block__lead {
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  font-weight: 600;
  margin-bottom: clamp(16px, 1.5vw, 24px);
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .job_block__lead br {
    display: none;
  }
}

.feature_block {
  display: block;
  overflow: hidden;
  background-image: url("../images/common/bg/bg1.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.feature_block .c_pagetop {
  position: relative;
  z-index: 1;
}
.feature_block .c_pagetop__link {
  color: #fff;
}
@media screen and (max-width: 500px) {
  .feature_block {
    background-image: url("../images/common/bg/bg1-sp.webp");
  }
}

.feature_columns {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .feature_columns {
    gap: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .feature_columns {
    gap: 24px;
  }
}
@media screen and (max-width: 828px) {
  .feature_columns {
    flex-direction: column-reverse;
  }
}

.feature_columns__inner {
  color: #fff;
  flex: 1;
}

.feature_columns__img {
  flex-basis: 61.08%;
}
@media screen and (max-width: 828px) and (min-width: 501px) {
  .feature_columns__img {
    width: 75%;
  }
}
.feature_columns__img img {
  aspect-ratio: 733/662;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 501px) {
  .feature_columns__img img {
    transform: scale(1.25, 1.25);
  }
}
@media screen and (min-width: 501px) {
  .feature_columns__img .sp_only {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .feature_columns__img .pc_only {
    display: none;
  }
}

.feature_columns__head {
  font-size: clamp(1.25rem, 3.2vw, 2rem);
  font-weight: 600;
  margin-bottom: clamp(24px, 2vw, 32px);
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .feature_columns__head br {
    display: none;
  }
}

.interview_block__columns {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .interview_block__columns {
    gap: 72px;
  }
}
@media screen and (max-width: 1024px) {
  .interview_block__columns {
    gap: 48px;
  }
}
@media screen and (max-width: 500px) {
  .interview_block__columns {
    flex-direction: column;
  }
}

.interview_block__content {
  flex-basis: 38.08%;
}

.interview_block__inner {
  flex: 1;
}

.interview_block__group {
  background-color: #F5F7FA;
  padding-top: clamp(48px, 4vw, 64px);
  padding-bottom: clamp(48px, 4vw, 64px);
  padding-left: clamp(32px, 7.5vw, 120px);
  padding-right: clamp(32px, 7.5vw, 120px);
  margin-top: clamp(64px, 5vw, 80px);
}

.interview_block__img {
  margin-bottom: 32px;
}
.interview_block__img img {
  aspect-ratio: 457/315;
  -o-object-fit: cover;
     object-fit: cover;
}

.interview_block__lead {
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  font-weight: 600;
  color: #084B9D;
  line-height: 1.8;
  margin-bottom: 16px;
}

.interview_block__name {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
}

.interview_block__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.interview_block__caption {
  line-height: 1;
  opacity: 0.5;
}

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

.interview_list__head {
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 24px;
}
.interview_list__head::before {
  content: "Q. ";
  color: #084B9D;
}

.p_requirements__tab {
  display: flex;
  justify-content: space-between;
  gap: 24px 16px;
  background-color: #F5F7FA;
  padding-top: clamp(32px, 2.5vw, 40px);
  padding-bottom: clamp(32px, 2.5vw, 40px);
  padding-left: clamp(32px, 3.75vw, 60px);
  padding-right: clamp(32px, 3.75vw, 60px);
}
.p_requirements__tab + .p_requirements__tab {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p_requirements__tab {
    flex-direction: column;
  }
}

.p_requirements__inner {
  flex-basis: 68.65%;
}

.p_requirements__type {
  display: inline-block;
  padding: 8px;
  background-color: #084B9D;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.p_requirements__head {
  display: block;
  margin-top: 16px;
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  font-weight: 600;
  line-height: 1.8;
}

.c_btn--requirements {
  margin-top: 0;
  flex: 1;
}

.p_contact__list {
  counter-reset: num;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(40px, 4vw, 64px);
  margin-bottom: clamp(40px, 5vw, 80px);
}
@media screen and (min-width: 501px) {
  .p_contact__list {
    gap: 24px;
  }
}
@media screen and (max-width: 500px) {
  .p_contact__list {
    gap: 8px;
  }
}

.p_contact__tab {
  position: relative;
  max-width: 296px;
  flex: 1;
  display: block;
  text-align: center;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid #084B9D;
  border-radius: 8px;
  line-height: 2;
}
@media screen and (min-width: 829px) {
  .p_contact__tab {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 828px) {
  .p_contact__tab {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.p_contact__tab::before {
  counter-increment: num;
  content: counter(num) ".";
}
@media screen and (min-width: 829px) {
  .p_contact__tab::before {
    position: absolute;
    left: 16px;
  }
}

.p_contact__active {
  background-color: #084B9D;
  color: #fff;
}

.p_contact__line {
  display: block;
  flex: 1;
  height: 1px;
  background-color: #174C8B;
  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: 32px;
}

.p_policy__label {
  display: block;
  font-size: 1rem;
  line-height: 2;
  font-weight: 600;
  margin-bottom: 8px;
}

.p_policy__text {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 2;
}

/* list型 */
.p_archive__time {
  color: #084B9D;
}

.p_archive__link {
  display: flex;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 600;
  align-items: center;
  gap: 16px 24px;
  padding-bottom: 2em;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #B2B2B2;
}
.p_archive__link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  scale: 0 1;
  background-color: #084B9D;
  transition: inherit;
  transform-origin: left;
}
.p_archive__link:hover {
  opacity: 1;
}
.p_archive__link:hover::before {
  scale: 1 1;
}
.p_archive__tab + .p_archive__tab .p_archive__link {
  padding-top: 2em;
}

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

/* flex型 */
.p_archive__side {
  display: flex;
  align-items: flex-start;
  gap: 24px 40px;
  box-sizing: border-box;
}
.p_archive__side + .p_archive__side {
  margin-top: clamp(60px, 5vw, 80px);
  padding-top: clamp(60px, 5vw, 80px);
  border-top: 1px solid #ddd;
}

.p_archive__side___pic {
  display: block;
  max-width: 400px;
  overflow: clip;
  transition-property: all;
  width: 100%;
  height: auto;
  aspect-ratio: 1.3333333333;
}
@media screen and (min-width: 1001px) {
  .p_archive__side___pic {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_archive__side___pic {
    transition-duration: 300ms;
  }
}
.p_archive__side___pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  transition: inherit;
}
.p_archive__side___pic:hover {
  opacity: 1;
}
.p_archive__side___pic:hover img {
  scale: 1.1;
}

.p_archive__side___inner {
  display: block;
  flex: 1;
}

.p_archive__side___lead {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
}

.p_archive__side___link {
  display: inline-block;
  font-size: inherit;
}

/* grid型 */
.p_post__card {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 501px) {
  .p_post__card {
    gap: 40px;
  }
}
@media screen and (min-width: 501px) and (min-width: 1001px) {
  .p_post__card {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .p_post__card {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .p_post__card {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }
}

.p_post__card___link {
  opacity: 1;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_post__card___link {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_post__card___link {
    transition-duration: 300ms;
  }
}
.p_post__card___link:hover {
  opacity: 1;
}

.p_post__card___pic {
  display: block;
  transition: inherit;
  border-radius: 0px;
  overflow: clip;
  width: 100%;
  height: auto;
  aspect-ratio: 1.3333333333;
  background-color: #F5F7FA;
}
.p_post__card___pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  transition: inherit;
}
.p_post__card___pic:hover {
  opacity: 1;
}
.p_post__card___pic:hover img {
  scale: 1.1;
}

.p_post__card___inner {
  margin-top: clamp(10px, 1vw, 16px);
}

.p_post__card___info {
  display: flex;
  align-items: center;
  gap: 8px;
}

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

.p_single__block___time {
  font-weight: 600;
  color: #084B9D;
  margin-bottom: clamp(16px, 1.5vw, 24px);
}

.p_single__block___lead {
  display: block;
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  font-weight: 600;
}

.p_single__block___image {
  display: block;
  margin-bottom: clamp(32px, 2.5vw, 40px);
}
.p_single__block___image img {
  display: block;
  width: 100%;
  height: auto;
}

.p_single__block___inner a {
  color: #084B9D;
  text-decoration: underline;
}

.p_single__nav {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  margin-top: 80px;
}
.p_single__nav a {
  color: #084B9D;
  font-weight: 600;
  text-decoration: underline;
}

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

.p_found__caption {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: clamp(2.5rem, 6.4vw, 4rem);
  color: #DEDCD8;
  margin-bottom: 8px;
}

.p_found__label {
  font-size: inherit;
  font-weight: 600;
  line-height: 1.8;
}

.p_found__menu {
  margin-top: clamp(32px, 3vw, 48px);
}
@media screen and (min-width: 829px) {
  .p_found__menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
.p_found__menu ul .sub-menu,
.p_found__menu ul .children {
  display: none !important;
}
@media screen and (min-width: 829px) {
  .p_found__menu li + li {
    border-left: 1px solid #DEDCD8;
  }
}
.p_found__menu a {
  display: block;
  padding: 0 32px;
  font-weight: 600;
}
@media screen and (max-width: 828px) {
  .p_found__menu li {
    border-bottom: 1px solid #DEDCD8;
    box-sizing: border-box;
  }
  .p_found__menu a {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}/*# sourceMappingURL=common.css.map */