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

@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: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  color: #222;
  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;
}
@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;
  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.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;
}

/* ▽▽▽▽ 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;
}
@media screen and (min-width: 1001px) {
  th,
  td {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 1000px) {
  th,
  td {
    display: block;
  }
}

@media screen and (min-width: 1001px) {
  th {
    width: 200px;
    border-bottom: 1px solid #ccc;
    background-color: #f3f3f3;
  }
}
@media screen and (max-width: 1000px) {
  th {
    padding-left: 1em;
    padding-right: 1em;
  }
  tr + tr th {
    padding-top: 1em;
  }
}

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

/* △△△△ table △△△△ */
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
  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: 1231px) {
  .container {
    max-width: 1260px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    max-width: 1260px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@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: 1231px) {
  .over-right {
    margin-left: calc((100vw - 1215px) / 2);
  }
}
@media screen and (max-width: 1230px) {
  .over-right {
    max-width: 1260px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@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: 1231px) {
  .over-left {
    margin-right: calc((100vw - 1215px) / 2);
  }
}
@media screen and (max-width: 1230px) {
  .over-left {
    max-width: 1260px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@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;
  }
}
/* △△△△追従△△△△ */
.header_contents {
  transition: all 0.4s;
  background: #FFFFFF;
  padding: 28px 40px;
  z-index: 10;
}
@media screen and (min-width: 1001px) {
  .header_contents {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .header_contents.header__hide {
    transform: translateY(-100%);
  }
}
@media screen and (max-width: 1000px) {
  .header_contents {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 500px) {
  .header_contents {
    padding: 16px 20px;
  }
}

.c_header_link {
  display: block;
}
@media screen and (max-width: 1000px) {
  .c_header_link .c_header_logo__main {
    max-width: 180px;
  }
}
@media screen and (max-width: 500px) {
  .c_header_link .c_header_logo__main {
    max-width: 135px;
  }
}

.c_header_logo__main {
  display: block;
}

@media screen and (min-width: 1001px) {
  .header_links {
    display: flex;
    gap: 28px;
    align-items: center;
  }
}
@media screen and (min-width: 1001px) {
  .header_tel {
    display: flex;
    gap: 4px;
    align-items: center;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-weight: 600;
    font-size: clamp(1.25rem, 2.4vw, 1.5rem);
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #222222;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1000px) {
  .header_tel {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .header__menu {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 375px;
    width: 100%;
    height: 100dvh;
    background-color: rgba(34, 34, 34, 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: 1000px) and (min-width: 1001px) {
  .header__menu {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .header__menu {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .header__menu.c_header__active {
    clip-path: inset(0 0% 0% 0%);
  }
}
@media screen and (min-width: 1001px) {
  .header_nav ul {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 32px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .header_nav ul {
    gap: 24px;
  }
}
.header_nav a {
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  color: #222222;
}
.header_nav a:hover {
  opacity: 1;
  color: #0072B6;
}
.header_nav .mobile_only a {
  display: block;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  color: #fff;
  text-align: center;
  background: #0072B6;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.header_nav li {
  line-height: 1;
}
.header_nav span {
  display: none !important;
}
.header_nav .sub-menu,
.header_nav .children {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  .header_nav li {
    border-bottom: 1px solid #fff;
  }
  .header_nav a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-top: 1em;
    padding-bottom: 1em;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 1001px) {
  .header_contact__link {
    display: block;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    color: #FFFFFF;
    text-align: center;
    background: linear-gradient(to right, #222222 0%, #222222 50%, #0072B6 50%, #0072B6 100%);
    background-size: 200% 100%;
    background-position: left center;
    width: 164px;
    padding: 20px;
    box-sizing: border-box;
  }
  .header_contact__link:hover {
    opacity: 1;
    background-position: right center;
  }
}
@media screen and (max-width: 1000px) {
  .header_contact__link {
    display: none;
  }
}

.c_header__line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 1px;
  background-color: #fff;
  translate: -50% -50%;
  transition: inherit;
}
.c_header__active .c_header__line {
  opacity: 0;
}

.c_header__trigger {
  position: fixed;
  top: 0px;
  right: 0px;
  aspect-ratio: 1/1;
  background-color: #222222;
  width: 64px;
  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: 1001px) {
  .c_header__trigger {
    display: none !important;
  }
}
.c_header__trigger::before, .c_header__trigger::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 28px;
  height: 1px;
  background-color: #fff;
  transition: inherit;
}
.c_header__trigger::before {
  translate: -50% calc(-50% - 7px);
}
.c_header__trigger::after {
  translate: -50% calc(-50% + 7px);
}
.c_header__trigger.c_header__active::before, .c_header__trigger.c_header__active::after {
  translate: -50% -50%;
}
.c_header__trigger.c_header__active::before {
  rotate: -30deg;
}
.c_header__trigger.c_header__active::after {
  rotate: 30deg;
}

.c_mv {
  display: block;
  margin-top: 112px;
  position: relative;
}
.c_mv img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .c_mv img {
    height: 620px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media screen and (max-width: 1000px) {
  .c_mv {
    margin-top: 0;
  }
}

.c_mv__headline {
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.5rem, 3.5vw, 2.1875rem);
  line-height: 40px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  writing-mode: vertical-rl;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 1400px) {
  .c_mv__headline {
    top: 120px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .c_mv__headline {
    top: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .c_mv__headline {
    top: 130px;
  }
}

.c_mv__headline__span {
  font-weight: 700;
  font-size: clamp(1.5rem, 3.5vw, 2.1875rem);
  letter-spacing: -14px;
}

.c_mv_induction {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
  .c_mv_induction {
    bottom: 22px;
  }
}

.c_mv_induction__txt {
  display: block;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.6875rem, 1.5vw, 0.9375rem);
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  z-index: 1;
}

.c_mv_induction__arrow {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
  transition: all 0.3s;
  line-height: 1;
  margin-top: 8px;
  animation: arrowBounce 3.6s infinite ease-in-out;
}
@media screen and (max-width: 1000px) {
  .c_mv_induction__arrow {
    margin-top: 6px;
  }
}

@keyframes arrowBounce {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  20% {
    transform: translateY(8px);
    opacity: 0.8;
  }
  40% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.c_mv__headline {
  clip-path: inset(0 0 100% 0);
  transition: all 2s ease;
}

.c_mv__headline.cs_ac {
  clip-path: inset(0 0 0 0);
}

.c_kv {
  display: block;
  margin-top: 112px;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .c_kv {
    margin-top: 32px;
  }
}

.c_kv__columns {
  display: flex;
  justify-content: space-between;
  padding-left: 100px;
  box-sizing: border-box;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .c_kv__columns {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .c_kv__columns {
    padding-left: 0px;
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .c_kv__head {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .c_kv__head {
    padding: 0 20px;
  }
}
.c_kv__pic {
  flex-basis: 66.66%;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .c_kv__pic {
    flex-basis: 60%;
  }
}
@media screen and (max-width: 1000px) {
  .c_kv__pic {
    margin-top: 32px;
  }
}
.c_kv__pic img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 500px) {
  .c_kv__pic img {
    height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.c_kv__lead {
  position: relative;
  padding-left: 28px;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-weight: 700;
  font-size: clamp(0.875rem, 2.2vw, 1.375rem);
  line-height: 100%;
  color: #222222;
}
@media screen and (max-width: 1000px) {
  .c_kv__lead {
    padding-left: 18px;
  }
}

.c_kv__lead::before {
  content: "";
  width: 16px;
  height: auto;
  aspect-ratio: 1/1;
  background: #288ADF;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(0deg);
  transition: all 0.6s;
}
@media screen and (max-width: 1000px) {
  .c_kv__lead::before {
    width: 10px;
  }
}

.c_kv__lead.cs_ac::before {
  transition-delay: 0.6s;
  transform: translateY(-50%) rotate(45deg);
}

.c_kv__caption {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 16px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(2.5rem, 6.4vw, 4rem);
  line-height: 100%;
  letter-spacing: 0.01em;
  background: linear-gradient(to right, #222222 0%, #222222 50%, #0072B6 50%, #0A2E51 100%);
  background-size: 200% 100%;
  background-position: left center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-transform: uppercase;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .c_kv__caption {
    font-size: 52px;
  }
}
@media screen and (max-width: 1000px) {
  .c_kv__caption {
    margin-top: 8px;
  }
}

.c_kv__caption.cs_ac {
  transition-delay: 0.3s;
  background-position: right center;
}

.c_bread {
  padding: 22px 100px;
  background: linear-gradient(90deg, #0072B6 4.73%, #0A2E51 100%);
  font-weight: 500;
  font-size: clamp(0.8125rem, 1.4vw, 0.875rem);
  line-height: 100%;
  color: #FFFFFF;
}
@media screen and (max-width: 1400px) {
  .c_bread {
    padding: 22px 40px;
  }
}
@media screen and (max-width: 1000px) {
  .c_bread {
    padding: 16px 40px;
  }
}
@media screen and (max-width: 500px) {
  .c_bread {
    padding: 16px 20px;
  }
}
.c_bread span,
.c_bread a {
  font-size: inherit;
  color: inherit;
  font-weight: 500;
  font-size: clamp(0.8125rem, 1.4vw, 0.875rem);
  line-height: 100%;
  color: #FFFFFF;
}

.c_bread__main {
  display: flex;
  gap: 6px 8px;
  flex-wrap: wrap;
}

.cta {
  position: relative;
  padding-top: 44px;
}
@media screen and (max-width: 1000px) {
  .cta {
    padding-top: 20px;
  }
}

.cta_dolphin {
  position: absolute;
  top: 0;
  left: 130px;
  z-index: 1;
  transform: translateY(100px) rotate(-100deg);
  opacity: 0;
}
@media screen and (max-width: 1400px) {
  .cta_dolphin {
    left: 40px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .cta_dolphin {
    max-width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .cta_dolphin {
    left: 30px;
    max-width: 116px;
  }
}

.cta_dolphin.cs_ac {
  animation: a_dolphin 1s ease forwards;
  animation-delay: 1s;
}

@media screen and (min-width: 1001px) {
  @keyframes a_dolphin {
    0% {
      transform: translateY(320px) rotate(-100deg);
      opacity: 0;
    }
    30% {
      opacity: 1;
    }
    70% {
      transform: translateY(-20px) rotate(0deg);
    }
    80% {
      transform: translateY(30px);
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
}
@media screen and (max-width: 1000px) {
  @keyframes a_dolphin {
    0% {
      transform: translateY(160px) rotate(-100deg);
      opacity: 0;
    }
    30% {
      opacity: 1;
    }
    70% {
      transform: translateY(-20px) rotate(0deg);
    }
    80% {
      transform: translateY(30px);
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
}
.cta_content {
  position: relative;
  background: #005293;
  padding: 80px 0 86px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .cta_content {
    padding: 80px 0 65px;
  }
}

.cta_head__title {
  font-weight: 700;
  font-size: clamp(0.875rem, 2.2vw, 1.375rem);
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
}

.cta_head__slag {
  display: block;
  margin-top: 16px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-weight: 600;
  font-size: clamp(2.5rem, 6.4vw, 4rem);
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .cta_head__slag {
    margin-top: 8px;
  }
}

.cta_columns {
  margin-top: 48px;
  display: flex;
  gap: 26px;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .cta_columns {
    margin-top: 32px;
    display: block;
  }
}

@media screen and (min-width: 1001px) {
  .cta_read {
    max-width: 363px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .cta_read {
    max-width: 340px;
    margin: auto;
  }
}
@media screen and (max-width: 1000px) {
  .cta_read {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .cta_read br {
    display: block;
  }
}

.cta_read__main {
  font-weight: 500;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 225%;
  color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .cta_read__main {
    line-height: 200%;
  }
}

.cta_tel {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .cta_tel {
    margin-top: 24px;
    justify-content: center;
    gap: 8px;
  }
  .cta_tel svg {
    width: 29px;
    height: 29px;
  }
}

.cta_info__txt {
  display: block;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(2.125rem, 4.2vw, 2.625rem);
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

.cta_time {
  display: block;
  margin-top: 10px;
  text-align: right;
  font-weight: 500;
  font-size: clamp(0.8125rem, 1.5vw, 0.9375rem);
  line-height: 175%;
  color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .cta_time {
    margin-top: 8px;
    text-align: center;
  }
}

.cta_btns {
  margin-top: 32px;
  justify-content: center;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .cta_btns {
    gap: 16px;
  }
}
@media screen and (max-width: 500px) {
  .cta_btns {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .cta_btn + .cta_btn {
    margin-top: 16px;
  }
}
.cta_btn {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: clamp(0.9375rem, 2vw, 1.25rem);
  color: #005293;
  padding: 23px 35px;
  box-sizing: border-box;
  overflow: hidden;
  background: linear-gradient(to right, #fff 0%, #fff 50%, #222 50%, #222 100%);
  background-size: 200% 100%;
  background-position: left center;
  transition: background-position 0.4s ease;
  width: 336px;
  text-align: left;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .cta_btn {
    width: 278px;
    padding: 17px 26px;
  }
}
@media screen and (max-width: 500px) {
  .cta_btn {
    margin: auto;
  }
}

.cta_btn__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  width: 32px;
  height: auto;
  aspect-ratio: 1/1;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .cta_btn__arrow {
    right: 16px;
    width: 24px;
  }
  .cta_btn__arrow svg {
    width: 7px;
  }
}
.cta_btn__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cta_btn__arrow svg path {
  transition: all 0.3s;
}

.cta_btn__arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  transition: all 0.3s;
}

.cta_btn:hover {
  opacity: 1;
  background-position: right center;
  color: #fff;
}
.cta_btn:hover .cta_btn__arrow::before {
  background: #fff;
  transform: rotate(45deg);
}
.cta_btn:hover .cta_btn__arrow svg path {
  stroke: #222;
}

.cta_back {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  transform: translateY(100%);
}

.cta_back.cs_ac {
  animation: a_cta_back 2.3s ease forwards;
  animation-delay: 0.3s;
}

@keyframes a_cta_back {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translateY(0%);
  }
}
.footer {
  margin-top: 168px;
}
@media screen and (max-width: 1000px) {
  .footer {
    margin-top: 120px;
  }
}

.footer_block {
  position: relative;
  padding: 88px 0 48px;
}
@media screen and (max-width: 1000px) {
  .footer_block {
    padding: 48px 0 12px;
  }
}

.footer_columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .footer_columns {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .footer_logo {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: auto;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .footer_logo {
    max-width: 190px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .footer_logo {
    max-width: 160px;
  }
}
.footer__address {
  margin-top: 24px;
  display: block;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-weight: 500;
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  line-height: 175%;
  color: #222222;
}
.footer__address a {
  line-height: 175% !important;
}
@media screen and (max-width: 1000px) {
  .footer__address {
    text-align: left;
    font-weight: 500;
    color: #222222;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-top: 24px;
  }
}

.footer_bottom {
  margin: auto;
  margin-top: 72px;
}
@media screen and (min-width: 1001px) {
  .footer_bottom {
    max-width: 1400px;
    border-top: solid 1px #CCCCCC;
    padding-top: 24px;
  }
}
@media screen and (max-width: 1400px) {
  .footer_bottom {
    max-width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1000px) {
  .footer_bottom {
    margin-top: 90px;
  }
}

.footer_bottom__columns {
  display: flex;
  justify-content: space-between;
}

.footer_policy {
  font-weight: 500;
  font-size: 13px;
  line-height: 175%;
  text-decoration-line: underline;
  color: #222222;
}

.footer_copy {
  font-weight: 500;
  line-height: 175%;
  color: #222222;
  font-size: clamp(0.75rem, 1.3vw, 0.8125rem);
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .footer_copy {
    display: block;
    margin: auto;
  }
}

.footer_rtt {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: #0072B6;
  transition: all 0.3s;
}
@media screen and (max-width: 1000px) {
  .footer_rtt {
    width: 32px;
    height: 32px;
  }
}
.footer_rtt svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
@media screen and (max-width: 1000px) {
  .footer_rtt svg {
    width: 12px;
  }
}
.footer_rtt:hover {
  opacity: 1;
}
.footer_rtt:hover svg {
  top: calc(50% - 3px);
}

.footer_nav a {
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-weight: 700;
  font-size: clamp(0.8125rem, 1.6vw, 1rem);
  line-height: 100%;
  color: #222222;
}
.footer_nav a:hover {
  opacity: 1;
  color: #288ADF;
}
.footer_nav li {
  line-height: 1;
}
.footer_nav li span {
  line-height: 1;
}
@media screen and (min-width: 1001px) {
  .footer_nav ul {
    display: flex;
    flex-direction: column;
    gap: 32px 64px;
    flex-wrap: wrap;
    height: 200px;
  }
  .footer_nav .sub-menu {
    display: block;
    margin-top: 20px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .footer_nav .sub-menu li + li {
    margin-top: 16px;
  }
  .footer_nav .sub-menu a {
    display: flex;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #222222;
    gap: 4px;
    align-items: center;
  }
  .footer_nav .sub-menu a::before {
    content: "ー";
    font-size: 14px;
    line-height: 100%;
    color: #288ADF;
  }
  .footer_nav .sub-menu a:hover {
    opacity: 1;
    color: #288ADF;
  }
}
@media screen and (max-width: 1000px) {
  .footer_nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 32px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: auto;
    margin-top: 48px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .footer_nav ul {
    gap: 16px 15px;
  }
}
@media screen and (max-width: 1000px) {
  .footer_nav a {
    display: block;
    font-weight: 700;
    line-height: 150%;
    color: #222222;
    padding-bottom: 16px;
    border-bottom: solid 1px #CCCCCC;
    padding-right: 6px;
    box-sizing: border-box;
  }
  .footer_nav .sub-menu {
    display: none !important;
  }
}

@media screen and (min-width: 1001px) {
  @-moz-document url-prefix() {
    .footer_nav {
      width: 530px;
    }
  }
}
.c_address__block {
  display: block;
}

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

/* ↓以下の階層にボタンやフォームの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 {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1001px) {
  .c_block__narrow {
    max-width: 1000px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 1000px) {
  .c_block__narrow {
    max-width: 1000px;
    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 {
  margin-bottom: clamp(32px, 2.5vw, 40px);
}

.c_text {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 200%;
  color: #222222;
}

.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;
}

.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(40px, 3.5vw, 56px);
  justify-content: center;
  align-items: center;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  gap: 24px;
  flex-wrap: wrap;
}

@media screen and (min-width: 1001px) {
  .c_btn__start {
    justify-content: flex-start;
  }
  .c_btn__end {
    justify-content: flex-end;
  }
}
.c_btn__link {
  display: block;
  max-width: 240px;
  width: 100%;
  flex: 1;
  font-size: inherit;
  padding-top: clamp(10px, 1vw, 16px);
  padding-bottom: clamp(10px, 1vw, 16px);
  text-align: center;
  color: inherit;
  background-color: #f3f3f3;
  border-radius: 50px;
  overflow: clip;
}

.c_btn__large {
  max-width: 400px;
}

/* 以下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 #ccc;
  }
}
.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: #f3f3f3;
  padding: 1em;
  box-sizing: border-box;
}

.c_pagenavi {
  margin-top: clamp(40px, 3.5vw, 56px);
}
.c_pagenavi .wp-pagenavi {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 1000px) {
  .c_pagenavi .wp-pagenavi {
    gap: 16px;
  }
}
.c_pagenavi span,
.c_pagenavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  height: auto;
  font-size: inherit;
  line-height: 1;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-weight: 500 !important;
  font-size: clamp(0.75rem, 1.4vw, 0.875rem);
  text-align: center;
  letter-spacing: 0.05em;
  color: #222222;
  background: initial !important;
  padding: 0 6px 10px !important;
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c_pagenavi span,
  .c_pagenavi a {
    padding: 0 4px 8px !important;
  }
}
.c_pagenavi span::before,
.c_pagenavi a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #222222;
  transition: all 0.3s;
}
.c_pagenavi span.current, .c_pagenavi span:hover,
.c_pagenavi a.current,
.c_pagenavi a:hover {
  font-weight: bold !important;
  opacity: 1;
}
.c_pagenavi span.current::before, .c_pagenavi span:hover::before,
.c_pagenavi a.current::before,
.c_pagenavi a:hover::before {
  width: 100%;
}
.c_pagenavi .first,
.c_pagenavi .last,
.c_pagenavi .pages {
  display: none !important;
}

.c_single__nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid #ddd;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  padding-top: clamp(32px, 2.5vw, 40px);
  box-sizing: border-box;
  margin-top: clamp(40px, 5vw, 80px);
}

.c_single__nav___move {
  max-width: 60px;
  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: #E3EDF2;
  box-sizing: border-box;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  padding: 80px 100px 80px;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form {
    padding: 64px 40px 64px;
  }
}
@media screen and (max-width: 500px) {
  .mw_wp_form {
    padding: 56px 20px 56px;
  }
}
.mw_wp_form.mw_wp_form_input small {
  margin-top: -20px;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form.mw_wp_form_input small {
    margin: 0;
  }
  .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;
  width: 300px;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  color: #222222;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th {
    width: 100%;
    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;
  font-size: clamp(0.8125rem, 1.4vw, 0.875rem);
}
@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: #C50000;
}
.mw_wp_form th > span.any {
  background-color: #919699;
}
.mw_wp_form th small {
  display: block;
}
.mw_wp_form td th {
  font-weight: 400;
  width: 200px;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form td th {
    width: 100%;
    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 #ccc;
  outline: none;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  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;
}
.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 #ccc;
  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: 500;
  font-size: clamp(0.75rem, 1.6vw, 1rem);
}
.mw_wp_form .error {
  display: block;
  font-size: 15px;
  padding: 0.5em;
  box-sizing: border-box;
  background-color: pink;
  margin-top: 8px;
  flex-basis: 100%;
}
@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;
    font-weight: bold;
  }
  .mw_wp_form.mw_wp_form_input th > span {
    top: 11px;
    right: 56px;
    width: 50px;
    line-height: 34px;
    color: #FFFFFF;
  }
  .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: 40px;
  margin-right: 20px;
  cursor: pointer;
  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 #ccc;
}

.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;
  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 #ccc;
  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: #C50000;
  border-radius: 50%;
  opacity: 0;
}

.file-text {
  display: block;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  word-break: break-all;
  line-height: 2;
  font-weight: 500;
}

.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;
  text-align: center;
}
.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);
}
.mw_wp_form_confirm .form-agree {
  display: none !important;
}
.form-agree a {
  color: unset;
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  .form-agree {
    text-align: left;
  }
}

.form-wrap {
  margin-top: clamp(20px, 1.6875vw, 27px);
  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(48px, 3.5vw, 56px);
}
@media screen and (max-width: 500px) {
  .form-btns {
    flex-direction: column;
  }
}
.form-btns a,
.form-btns [type=submit],
.form-btns [type=submit].fm-modoru {
  max-width: 240px;
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #222222;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-weight: 700;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  color: #FFFFFF;
  padding: 20px 24px;
  text-align: left;
  background-image: url(../../images/contact/contact_arrow.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: right 14px center;
  transition: all 0.3s;
}
.form-btns a:hover,
.form-btns [type=submit]:hover,
.form-btns [type=submit].fm-modoru:hover {
  opacity: 1;
  background-color: #0072B6;
  background-image: url(../../images/contact/contact_arrow_hov.png);
  background-size: 40px;
}

.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;
}

.mw_wp_form .contact_checklist {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 24px;
  align-items: center;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form .contact_checklist .mwform-checkbox-field {
    margin-top: 0;
  }
}
.mw_wp_form .contact_checklist .mwform-checkbox-field-text {
  margin: 0;
  font-weight: 500;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  color: #222222;
  padding-left: 32px;
}
.mw_wp_form .contact_checklist .mwform-checkbox-field-text::before {
  width: 24px;
}

.form-agree2 {
  text-align: center;
  color: #C50000;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .form-agree2 {
    margin-top: 48px;
  }
}
@media screen and (max-width: 500px) {
  .form-agree2 {
    text-align: left;
  }
}

.p_block__confirm .form-agree2 {
  display: none;
}

.form-agree {
  line-height: 2;
}

.form-wrap .mwform-checkbox-field-text {
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  color: #222222;
  line-height: initial;
}

/* ↓以下の階層に固定ページ等のscssが格納されています。 */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
lower_headline----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.lower_headline {
  display: block;
  margin-bottom: 80px;
  padding-left: 24px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .lower_headline {
    margin-bottom: 64px;
    padding-left: 20px;
  }
}

.lower_headline::before {
  content: "";
  width: 4px;
  height: 100%;
  background: #0072B6;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1000px) {
  .lower_headline::before {
    width: 3px;
  }
}

.lower_headline__slag {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 100%;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  background: linear-gradient(90deg, #0072B6 4.73%, #0A2E51 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.lower_headline__title {
  display: block;
  margin-top: 10px;
  font-weight: 700;
  font-size: clamp(1.625rem, 3.2vw, 2rem);
  line-height: 100%;
  color: #222222;
}
@media screen and (max-width: 1000px) {
  .lower_headline__title {
    margin-top: 5px;
  }
}

.lower_borderline {
  font-weight: 700;
  font-size: clamp(1.375rem, 2.8vw, 1.75rem);
  line-height: 100%;
  color: #222222;
  padding-bottom: 24px;
  margin-bottom: 56px;
  border-bottom: solid 1px #222222;
}
@media screen and (max-width: 1000px) {
  .lower_borderline {
    padding-bottom: 16px;
    margin-bottom: 40px;
  }
}

/*================================================
lower_headline----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
lower_flex----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.lower_flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .lower_flex {
    display: block;
  }
}

.lower_flex__anchor {
  flex-basis: 188px;
}

.lower_flex__content {
  flex-basis: 75%;
}
@media screen and (max-width: 1000px) {
  .lower_flex__content {
    margin-top: 80px;
  }
}

/*================================================
lower_flex----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
lower_list----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
@media screen and (min-width: 1001px) {
  .lower_list {
    position: sticky;
    top: 120px;
    left: 0;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .lower_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 500px) {
  .lower_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.lower_list__item + .lower_list__item .lower_list__link {
  padding-top: 18px;
}
@media screen and (max-width: 1000px) {
  .lower_list__item + .lower_list__item .lower_list__link {
    padding-top: 0px;
  }
}

.lower_list__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 100%;
  color: #222222;
  padding-bottom: 18px;
  border-bottom: solid 1px #CCCCCC;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 1000px) {
  .lower_list__link {
    padding-bottom: 16px;
  }
}

.lower_list__link::before {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #222222;
  transition: all 0.3s;
}

.lower_list__arrow {
  display: block;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .lower_list__arrow {
    width: 18px;
    height: 18px;
  }
}
.lower_list__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lower_list__arrow::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #CCCCCC;
  transition: all 0.3s;
}

.lower_list__link:hover,
.c_anchor__active {
  opacity: 1;
}
.lower_list__link:hover::before,
.c_anchor__active::before {
  width: 100%;
}
.lower_list__link:hover .lower_list__arrow::before,
.c_anchor__active .lower_list__arrow::before {
  transform: rotate(45deg);
  background: #222;
}

/*================================================
lower_list----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
table_wrap----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
@media screen and (min-width: 1001px) {
  .table_wrap table tr {
    border-bottom: solid 1px #CCCCCC;
  }
}
@media screen and (max-width: 1000px) {
  .table_wrap table tr:last-of-type {
    border-bottom: solid 1px #CCCCCC;
  }
}
.table_wrap table tr td,
.table_wrap table tr th {
  border: none;
  background: initial;
  padding: 24px 32px;
  font-weight: 500;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 175%;
  color: #222222;
}
@media screen and (max-width: 1000px) {
  .table_wrap table tr td,
  .table_wrap table tr th {
    display: block;
    padding: 16px;
  }
}
.table_wrap table tr th {
  color: #005293;
  font-weight: bold;
  background: #E3EDF2;
}
@media screen and (min-width: 1001px) {
  .table_wrap table tr th {
    width: 240px;
  }
}
.table_wrap table tr img {
  vertical-align: middle;
}

/*================================================
table_wrap----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
lower_btn----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.lower_btn__prev {
  margin-top: 64px;
}
@media screen and (max-width: 1000px) {
  .lower_btn__prev {
    margin-top: 56px;
  }
}
.lower_btn__prev .lower_btn__link {
  margin: auto;
}

.lower_btn__link {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  color: #FFFFFF;
  padding: 16px 24px;
  box-sizing: border-box;
  overflow: hidden;
  background: linear-gradient(to right, #222222 0%, #222222 50%, #0072B6 50%, #0072B6 100%);
  background-size: 200% 100%;
  background-position: left center;
  transition: background-position 0.4s ease;
  width: 240px;
}
@media screen and (max-width: 1000px) {
  .lower_btn__link {
    padding: 16px 20px;
    width: 220px;
  }
}
@media screen and (max-width: 500px) {
  .lower_btn__link {
    width: 204px;
    padding: 14px 20px;
  }
}

.lower_btn__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  width: 32px;
  height: auto;
  aspect-ratio: 1/1;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .lower_btn__arrow {
    right: 16px;
    width: 24px;
  }
  .lower_btn__arrow svg {
    width: 7px;
  }
}
.lower_btn__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lower_btn__arrow svg path {
  transition: all 0.3s;
  stroke: #fff;
}

.lower_btn__arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #222222;
  transition: all 0.3s;
}

.lower_btn__link:hover {
  opacity: 1;
  background-position: right center;
}
.lower_btn__link:hover .lower_btn__arrow::before {
  background: #fff;
  transform: rotate(45deg);
}
.lower_btn__link:hover .lower_btn__arrow svg path {
  stroke: #0072B6;
}

.s_requirements_btn__prev {
  display: block;
  text-align: center;
  margin-top: 40px;
  font-weight: 500;
  font-size: 16px;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 175%;
  text-decoration-line: underline;
  color: #222222;
}

/*================================================
lower_btn----END
==================================================*/
.st_img {
  clip-path: inset(0 100% 0 0);
  transition: all 1.2s ease;
}

.st_img.ac_img {
  clip-path: inset(0 0 0 0);
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
only----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
@media screen and (min-width: 1001px) {
  .pc_only2 {
    display: block;
  }
  .mobile_only {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .pc_only2 {
    display: none !important;
  }
  .mobile_only {
    display: block;
  }
}
@media screen and (min-width: 501px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block;
  }
}
/*================================================
only----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
汎用クラス----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_headline__title {
  position: relative;
  padding-left: 28px;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-weight: 700;
  font-size: clamp(0.875rem, 2.2vw, 1.375rem);
  line-height: 100%;
  color: #222222;
}
@media screen and (max-width: 1000px) {
  .home_headline__title {
    padding-left: 18px;
  }
}

.home_headline__title::before {
  content: "";
  width: 16px;
  height: auto;
  aspect-ratio: 1/1;
  background: #288ADF;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(0deg);
  transition: all 0.6s;
}
@media screen and (max-width: 1000px) {
  .home_headline__title::before {
    width: 10px;
  }
}

.home_headline__title.cs_ac::before {
  transition-delay: 0.6s;
  transform: translateY(-50%) rotate(45deg);
}

.home_headline__slag {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 16px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(2.5rem, 6.4vw, 4rem);
  line-height: 100%;
  letter-spacing: 0.01em;
  background: linear-gradient(to right, #222222 0%, #222222 50%, #0072B6 50%, #0A2E51 100%);
  background-size: 200% 100%;
  background-position: left center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-transform: uppercase;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_headline__slag {
    font-size: 52px;
  }
}
@media screen and (max-width: 1000px) {
  .home_headline__slag {
    margin-top: 8px;
  }
}

.home_low__headline {
  margin-bottom: 32px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  line-height: 150%;
  color: #222222;
}
@media screen and (max-width: 1200px) {
  .home_low__headline br {
    display: block;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .home_low__headline br {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .home_low__headline {
    margin-bottom: 24px;
  }
}

.home_headline__slag.cs_ac {
  transition-delay: 0.3s;
  background-position: right center;
}

/*================================================
汎用クラス----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_catch----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_catch {
  position: relative;
  padding: 120px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .home_catch {
    padding: 64px 0 74px;
  }
}

.home_catch__pos1 {
  position: absolute;
  right: 120px;
  top: -32px;
  z-index: 1;
}
.home_catch__pos1 svg {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1400px) {
  .home_catch__pos1 {
    right: 40px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_catch__pos1 {
    right: 20px;
    top: -64px;
    width: 160px;
  }
}
@media screen and (max-width: 1000px) {
  .home_catch__pos1 {
    display: none !important;
  }
}

.home_catch__pos2 {
  position: absolute;
  z-index: 1;
}
.home_catch__pos2 svg {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1001px) {
  .home_catch__pos2 {
    left: 116px;
    bottom: -20px;
  }
}
@media screen and (max-width: 1400px) {
  .home_catch__pos2 {
    left: 40px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_catch__pos2 {
    left: 20px;
    bottom: -40px;
    width: 160px;
  }
}
@media screen and (max-width: 1000px) {
  .home_catch__pos2 {
    left: auto;
    right: 20px;
    bottom: -5px;
    width: 97px;
  }
}

.home_catch__healine {
  text-align: center;
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  line-height: 150%;
  color: #222222;
}
.home_catch__healine br {
  display: block;
}
@media screen and (max-width: 500px) {
  .home_catch__healine {
    text-align: left;
  }
}

.home_catch__pos1.cs_st #home_catch__pos1_1,
.home_catch__pos1.cs_st #home_catch__pos1_2,
.home_catch__pos1.cs_st #home_catch__pos1_3,
.home_catch__pos2.cs_st #home_catch__pos1_1,
.home_catch__pos2.cs_st #home_catch__pos1_2,
.home_catch__pos2.cs_st #home_catch__pos1_3 {
  opacity: 0;
  filter: blur(20px);
  transition: all 2s;
}
.home_catch__pos1.cs_st #home_catch__pos2_1,
.home_catch__pos1.cs_st #home_catch__pos2_2,
.home_catch__pos1.cs_st #home_catch__pos2_3,
.home_catch__pos2.cs_st #home_catch__pos2_1,
.home_catch__pos2.cs_st #home_catch__pos2_2,
.home_catch__pos2.cs_st #home_catch__pos2_3 {
  opacity: 0;
  filter: blur(20px);
  transition: all 2s;
}

.home_catch__pos1.cs_ac #home_catch__pos1_1,
.home_catch__pos1.cs_ac #home_catch__pos1_2,
.home_catch__pos1.cs_ac #home_catch__pos1_3,
.home_catch__pos2.cs_ac #home_catch__pos1_1,
.home_catch__pos2.cs_ac #home_catch__pos1_2,
.home_catch__pos2.cs_ac #home_catch__pos1_3 {
  opacity: revert-layer;
  filter: blur(0px);
  transition-delay: 0.3s;
}
.home_catch__pos1.cs_ac #home_catch__pos1_2,
.home_catch__pos2.cs_ac #home_catch__pos1_2 {
  transition-delay: 0.9s;
}
.home_catch__pos1.cs_ac #home_catch__pos1_3,
.home_catch__pos2.cs_ac #home_catch__pos1_3 {
  transition-delay: 1, 5s;
}
.home_catch__pos1.cs_ac #home_catch__pos2_1,
.home_catch__pos1.cs_ac #home_catch__pos2_2,
.home_catch__pos1.cs_ac #home_catch__pos2_3,
.home_catch__pos2.cs_ac #home_catch__pos2_1,
.home_catch__pos2.cs_ac #home_catch__pos2_2,
.home_catch__pos2.cs_ac #home_catch__pos2_3 {
  opacity: revert-layer;
  filter: blur(0px);
  transition-delay: 0.3s;
}
.home_catch__pos1.cs_ac #home_catch__pos2_2,
.home_catch__pos2.cs_ac #home_catch__pos2_2 {
  transition-delay: 0.9s;
}
.home_catch__pos1.cs_ac #home_catch__pos2_3,
.home_catch__pos2.cs_ac #home_catch__pos2_3 {
  transition-delay: 1, 5s;
}

/*================================================
home_catch----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_business----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_business {
  position: relative;
  padding-bottom: 82px;
}
@media screen and (max-width: 1000px) {
  .home_business {
    padding-bottom: 54px;
  }
}

.home_business::before {
  content: "";
  background: url(../../images/home/back_home_business.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 56%;
  height: 624px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1000px) {
  .home_business::before {
    background: url(../../images/home/back_home_business_sp.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(100% - 40px);
    height: 562px;
  }
}
@media screen and (max-width: 500px) {
  .home_business::before {
    width: calc(100% - 20px);
  }
}

.home_business__container {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1231px) {
  .home_business__container {
    margin-right: calc((100vw - 1215px) / 2);
  }
}
@media screen and (max-width: 1230px) {
  .home_business__container {
    max-width: 1260px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .home_business__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .home_business__container {
    padding: 0;
  }
}

.home_business__columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .home_business__columns {
    display: block;
  }
}

.home_business__imgs {
  flex-basis: 55.71%;
}
@media screen and (max-width: 1000px) {
  .home_business__imgs {
    padding-right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .home_business__imgs {
    padding-right: 30px;
  }
}

@media screen and (min-width: 1001px) {
  .home_business__img {
    position: sticky;
    top: 112px;
  }
}
.home_business__content {
  flex-basis: 35.71%;
}
@media screen and (max-width: 1000px) {
  .home_business__content {
    margin-top: 56px;
    padding-left: 80px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .home_business__content {
    padding-left: 60px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .home_business_mobile {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .home_business_mobile {
    padding: 0 30px;
  }
}
.home_business__read {
  display: block;
  margin: 32px 0 138px;
}
@media screen and (max-width: 1000px) {
  .home_business__read {
    margin: 32px 0;
  }
}

.home_business__link {
  display: block;
  position: relative;
  padding-bottom: 40px;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1.125rem, 2.2vw, 1.375rem);
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #222222;
  border-bottom: solid 1px #FFFFFF;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .home_business__link {
    padding-bottom: 24px;
  }
}

.home_business__link::before {
  content: "";
  background: #222;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 0%;
  transition: all 0.3s;
}

.home_business__item + .home_business__item .home_business__link {
  padding-top: 40px;
}
@media screen and (max-width: 1000px) {
  .home_business__item + .home_business__item .home_business__link {
    padding-top: 24px;
  }
}

.home_business__link_arrow {
  position: absolute;
  bottom: 32px;
  right: 10px;
  width: 32px;
  height: auto;
  aspect-ratio: 1/1;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .home_business__link_arrow {
    width: 22px;
    bottom: 24px;
  }
  .home_business__link_arrow svg {
    width: 7px;
  }
}
.home_business__link_arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home_business__link_arrow svg path {
  transition: all 0.3s;
}

.home_business__link_arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  transition: all 0.3s;
}

@media screen and (max-width: 1000px) {
  .home_business__list {
    max-width: 480px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .home_business__list {
    margin: auto;
  }
}
.home_business__link:hover {
  opacity: 1;
}
.home_business__link:hover .home_business__link_arrow::before {
  background: #222;
  transform: rotate(45deg);
}
.home_business__link:hover .home_business__link_arrow svg path {
  stroke: #fff;
}
.home_business__link:hover::before {
  width: 100%;
}

/*================================================
home_business----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_strength----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_strength {
  position: relative;
  margin: 120px 0 62px;
}
@media screen and (max-width: 1000px) {
  .home_strength {
    margin: 64px 0;
  }
}

@media screen and (min-width: 1001px) {
  .home_strength__mobile_pos {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .home_strength__mobile_pos {
    position: absolute;
    right: 42px;
    top: -40px;
  }
}

.home_strength__container {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1441px) {
  .home_strength__container {
    max-width: 1480px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .home_strength__container {
    max-width: 1480px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .home_strength__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .home_strength__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.home_strength__columns {
  padding-left: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .home_strength__columns {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .home_strength__columns {
    padding-left: 0px;
  }
}
@media screen and (max-width: 1000px) {
  .home_strength__columns {
    display: block;
  }
}

.home_strength__content {
  flex-basis: 41.53%;
}

.home_strength__img {
  flex-basis: 55.38%;
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .home_strength__img {
    max-width: 560px;
    margin: auto;
    margin-top: 44px;
  }
}
@media screen and (max-width: 1000px) {
  .home_strength__img {
    margin-top: 44px;
  }
}

.home_strength__headline {
  margin-top: 56px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  line-height: 150%;
  color: #222222;
}
@media screen and (max-width: 1200px) {
  .home_strength__headline {
    margin-top: 32px;
  }
  .home_strength__headline br {
    display: block;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .home_strength__headline br {
    display: none;
  }
}

.home_strength__read {
  margin: 32px 0 56px;
}
@media screen and (max-width: 1000px) {
  .home_strength__read {
    margin: 24px 0 32px;
  }
}

@media screen and (max-width: 1000px) {
  .home_strength__btn a {
    margin: auto;
  }
}
/*================================================
home_strength----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_works----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_works {
  position: relative;
  padding: 120px 0 104px;
  content: "";
  background: url(../../images/home/back_home_works.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  .home_works {
    padding: 64px 0;
  }
}
@media screen and (max-width: 500px) {
  .home_works {
    background: url(../../images/home/back_home_works_sp.webp);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.home_works__columns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .home_works__columns {
    display: block;
    margin-bottom: 56px;
  }
}

.home_works__txt {
  padding-top: 11px;
  flex-basis: 67.33%;
}
@media screen and (max-width: 1000px) {
  .home_works__txt {
    padding-top: 56px;
  }
}

.home_works__gallerys {
  overflow: hidden;
}

.home_works__slider {
  position: relative;
  display: flex;
  gap: 16px;
  width: -moz-max-content;
  width: max-content;
  animation: a_home_works__slider 80s linear infinite;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .home_works__slider {
    gap: 8px;
    animation: a_home_works__slider 60s linear infinite;
  }
}

.home_works__slide {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 1000px) {
  .home_works__slide {
    gap: 8px;
  }
}

.home_works__img {
  aspect-ratio: 533/346;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 533px;
  height: auto;
}
.home_works__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_works__img {
    width: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .home_works__img {
    width: 266px;
  }
}

@media screen and (min-width: 1001px) {
  @keyframes a_home_works__slider {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(calc(-50% - 8px));
    }
  }
}
@media screen and (max-width: 1000px) {
  @keyframes a_home_works__slider {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(calc(-50% - 4px));
    }
  }
}
.home_works__btn {
  margin-top: 56px;
}
@media screen and (max-width: 1000px) {
  .home_works__btn {
    margin-top: 32px;
  }
}
.home_works__btn a {
  margin: auto;
}

.home_works__pos_pc {
  position: absolute;
  right: 124px;
  bottom: -28px;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .home_works__pos_pc {
    display: none;
  }
}

/*================================================
home_works----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_recruit----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_recruit {
  padding: 160px 0;
}
@media screen and (min-width: 1001px) {
  .home_recruit {
    background: url(../../images/home/back_home_recruit.webp);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1000px) {
  .home_recruit {
    background: url(../../images/home/back_home_recruit_sp.webp);
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 32px 0 72px;
  }
}

.home_recruit__container {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1441px) {
  .home_recruit__container {
    max-width: 1480px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .home_recruit__container {
    max-width: 1480px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .home_recruit__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .home_recruit__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .home_recruit__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.home_low__headline--home_recruit {
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .home_low__headline--home_recruit {
    margin-top: 32px;
  }
}

.home_recruit__inner {
  padding-right: 100px;
}
@media screen and (max-width: 1400px) {
  .home_recruit__inner {
    padding-right: 40px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_recruit__inner {
    padding-right: 0px;
  }
}
@media screen and (max-width: 1000px) {
  .home_recruit__inner {
    padding-right: 0px;
  }
}

.home_recruit__columns {
  position: relative;
  padding: 112px 122px 99px 0;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .home_recruit__columns {
    padding-right: 40px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_recruit__columns {
    padding-right: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .home_recruit__columns {
    display: block;
    padding: 0 40px 40px;
  }
}
@media screen and (max-width: 500px) {
  .home_recruit__columns {
    padding: 0 30px 40px;
  }
}

.home_recruit__columns::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: calc(100% - 100px);
  background: #fff;
  opacity: 95%;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .home_recruit__columns::before {
    width: 100%;
    height: calc(100% - 40px);
  }
}

.home_recruit__imgs {
  flex-basis: 51.27%;
  position: relative;
}

.home_recruit__img1 {
  max-width: 81.46%;
}
@media screen and (max-width: 1000px) {
  .home_recruit__img1 {
    max-width: 84%;
  }
}

.home_recruit__img2 {
  max-width: 47.01%;
  margin-left: auto;
  margin-top: -36px;
}
@media screen and (max-width: 1000px) {
  .home_recruit__img2 {
    max-width: 45.81%;
  }
}

.home_recruit__entry {
  aspect-ratio: 1/1;
  width: 211px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-weight: 600;
  font-size: clamp(1.25rem, 3.2vw, 2rem);
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  position: absolute;
  left: 188px;
  bottom: -128px;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .home_recruit__entry {
    left: 148px;
    bottom: -58px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_recruit__entry {
    left: 118px;
    bottom: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .home_recruit__entry {
    left: -40px;
    bottom: 24px;
  }
}
@media screen and (max-width: 500px) {
  .home_recruit__entry {
    left: -40px;
    bottom: -13px;
    width: 126px;
  }
}

.home_recruit__entry::before {
  content: "";
  background: #288ADF;
  opacity: 90%;
  width: 149px;
  height: 149px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  z-index: -1;
  transition: all 0.6s;
}
@media screen and (max-width: 1000px) {
  .home_recruit__entry::before {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 500px) {
  .home_recruit__entry::before {
    width: 90px;
    height: 90px;
  }
}

.home_recruit__entry.cs_ac::before {
  transition-delay: 0.3s;
  transform: translate(-50%, -50%) rotate(45deg);
}

.home_recruit__entry:hover {
  opacity: 1;
}
.home_recruit__entry:hover::before {
  background: #005293;
}

.home_recruit__content {
  flex-basis: 42.1%;
}
@media screen and (max-width: 1000px) {
  .home_recruit__content {
    margin-top: 32px;
  }
}

.home_recruit__read {
  margin: 56px 0 64px;
}
@media screen and (max-width: 1000px) {
  .home_recruit__read {
    margin: 32px 0;
  }
}

.home_recruit__item + .home_recruit__item .home_recruit__link {
  padding-top: 40px;
}
@media screen and (max-width: 1000px) {
  .home_recruit__item + .home_recruit__item .home_recruit__link {
    padding-top: 24px;
  }
}

@media screen and (max-width: 1000px) {
  .home_recruit__list {
    max-width: 480px;
  }
}
.home_recruit__link {
  display: block;
  position: relative;
  padding-bottom: 40px;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1.125rem, 2.2vw, 1.375rem);
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #222222;
  border-bottom: solid 1px #FFFFFF;
  font-weight: bold;
  display: flex;
  gap: 16px;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .home_recruit__link {
    padding-bottom: 24px;
    gap: 8px;
  }
}

.home_recruit__link_slag {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-weight: 600;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: 150%;
  color: #288ADF;
}

.home_recruit__link::before {
  content: "";
  background: #222;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 0%;
  transition: all 0.3s;
}

.home_recruit__link_arrow {
  position: absolute;
  bottom: 32px;
  right: 10px;
  width: 32px;
  height: auto;
  aspect-ratio: 1/1;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .home_recruit__link_arrow {
    width: 22px;
    bottom: 24px;
  }
  .home_recruit__link_arrow svg {
    width: 7px;
  }
}
.home_recruit__link_arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home_recruit__link_arrow svg path {
  transition: all 0.3s;
  stroke: #fff;
}

.home_recruit__link_arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #CCCCCC;
  transition: all 0.3s;
}

.home_recruit__link:hover {
  opacity: 1;
}
.home_recruit__link:hover .home_recruit__link_arrow::before {
  background: #222;
  transform: rotate(45deg);
}
.home_recruit__link:hover::before {
  width: 100%;
}

/*================================================
home_recruit----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_company----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_company {
  padding-top: 104px;
}
@media screen and (max-width: 1000px) {
  .home_company {
    padding-top: 64px;
  }
}

.home_company__flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 66px;
}
@media screen and (max-width: 1000px) {
  .home_company__flex {
    display: block;
    margin-bottom: 32px;
  }
}

.home_company__txt {
  flex-basis: 67.33%;
}
@media screen and (max-width: 1000px) {
  .home_company__txt {
    margin-top: 32px;
  }
}

.home_company__columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_company__columns {
    gap: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .home_company__columns {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}

.home_company__column {
  display: block;
}

.home_company__img {
  overflow: hidden;
}
.home_company__img img {
  transition: all 0.6s;
}

.home_company__title {
  background: #fff;
  width: 280px;
  padding: 21px 24px;
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: -28px;
  margin-left: -16px;
  position: relative;
  z-index: 1;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #222222;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .home_company__title {
    width: calc(100% - 200px);
    padding: 17px 24px;
    margin-left: -10px;
  }
}
@media screen and (max-width: 500px) {
  .home_company__title {
    width: calc(100% - 56px);
  }
}

.home_company__slag {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-weight: 600;
  font-size: 16px;
  color: #288ADF;
}

.home_company__column:hover {
  opacity: 1;
}
.home_company__column:hover .home_company__img img {
  transform: scale(1.05, 1.05);
}

/*================================================
home_company----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_news----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_news {
  position: relative;
  padding: 112px 0 160px;
}
@media screen and (max-width: 1000px) {
  .home_news {
    padding: 64px 0 64px;
  }
}

.home_news__back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 200px);
  z-index: -1;
}
.home_news__back img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .home_news__back {
    height: calc(100% + 148px);
  }
}

.home_news__pos {
  position: absolute;
}
@media screen and (min-width: 1001px) {
  .home_news__pos {
    left: -18px;
    bottom: 132px;
  }
}
@media screen and (max-width: 1400px) {
  .home_news__pos {
    bottom: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .home_news__pos {
    top: 32px;
    right: 44px;
    max-width: 87px;
  }
}

.home_news_btn {
  margin-top: 70px;
}
@media screen and (max-width: 1000px) {
  .home_news_btn {
    margin-top: 32px;
  }
  .home_news_btn a {
    margin: auto;
  }
}

.home_news__columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .home_news__columns {
    display: block;
  }
}

.home_news__content {
  flex-basis: 67.33%;
}
@media screen and (max-width: 1000px) {
  .home_news__content {
    margin-top: 40px;
  }
}

.home_news__time {
  display: block;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  line-height: 100%;
  color: #222222;
}

.home_news__txt {
  display: block;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 200%;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 14px;
}
@media screen and (max-width: 1000px) {
  .home_news__txt {
    margin-top: 8px;
  }
}

.home_news__link {
  display: block;
  position: relative;
  border-bottom: solid 1px #fff;
  padding-bottom: 24px;
  padding-right: 77px;
}
@media screen and (max-width: 1000px) {
  .home_news__link {
    padding-right: 0px;
  }
}

.home_news__link::before {
  content: "";
  background: #222;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 0%;
  transition: all 0.3s;
}

.home_news__item + .home_news__item .home_news__link {
  margin-top: 24px;
}

.home_news__link_arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 32px;
  height: auto;
  aspect-ratio: 1/1;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .home_news__link_arrow {
    display: none !important;
  }
}
.home_news__link_arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home_news__link_arrow svg path {
  transition: all 0.3s;
}

.home_news__link_arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  transition: all 0.3s;
}

.home_news__link:hover {
  opacity: 1;
}
.home_news__link:hover::before {
  width: 100%;
}
.home_news__link:hover .home_news__link_arrow::before {
  background: #222;
  transform: rotate(45deg);
}
.home_news__link:hover .home_news__link_arrow svg path {
  stroke: #fff;
}

/*================================================
home_news----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
business----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.business_section + .business_section {
  margin-top: 96px;
}
@media screen and (max-width: 1000px) {
  .business_section + .business_section {
    margin-top: 64px;
  }
}

.business_headline {
  position: relative;
  font-weight: 700;
  font-size: clamp(1.375rem, 2.8vw, 1.75rem);
  line-height: 100%;
  color: #222222;
  margin-bottom: 56px;
  padding-bottom: 24px;
  border-bottom: solid 1px #005293;
}
@media screen and (max-width: 1000px) {
  .business_headline {
    margin-bottom: 40px;
    padding-bottom: 16px;
  }
}

.business_columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .business_columns {
    display: block;
  }
}

.business_columns__img {
  flex-basis: 48.22%;
}
@media screen and (max-width: 1000px) {
  .business_columns__img {
    max-width: 460px;
    margin: auto;
  }
}

.business_columns__txt {
  flex-basis: 45.55%;
}
@media screen and (max-width: 1000px) {
  .business_columns__txt {
    margin-top: 32px;
  }
}

.business_columns__txt h4 {
  margin-bottom: 24px;
  display: block;
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.25rem, 2.2vw, 1.375rem);
  line-height: 175%;
  color: #222222;
}

/*================================================
business----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
strength----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.strength {
  margin-top: 300px;
}
@media screen and (max-width: 1000px) {
  .strength {
    margin-top: 160px;
  }
}

.strength_wrapper {
  max-width: 1000px;
  margin: auto;
}

.strength_catch {
  background: #E3EDF2;
  padding: 88px 0 72px;
}
@media screen and (max-width: 1000px) {
  .strength_catch {
    padding: 64px 40px 56px;
  }
}
@media screen and (max-width: 500px) {
  .strength_catch {
    padding: 64px 20px 56px;
  }
}

.strength_catch__headline {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.375rem, 2.8vw, 1.75rem);
  line-height: 100%;
  color: #222222;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .strength_catch__headline {
    margin-bottom: 32px;
  }
}

.strength_catch__img {
  max-width: 846px;
  margin: auto;
}

.strength__read {
  margin: 40px 0 112px;
}
@media screen and (max-width: 1000px) {
  .strength__read {
    margin: 32px 0 80px;
  }
}

.strength_columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .strength_columns {
    display: block;
  }
}

.strength_columns + .strength_columns {
  margin-top: 80px;
}
@media screen and (max-width: 1000px) {
  .strength_columns + .strength_columns {
    margin-top: 72px;
  }
}

.strength_columns__img {
  flex-basis: 52.1%;
}
@media screen and (max-width: 1000px) {
  .strength_columns__img {
    max-width: 520px;
    margin: auto;
  }
}

.strength_columns__txt {
  flex-basis: 41.5%;
}
@media screen and (max-width: 1000px) {
  .strength_columns__txt {
    margin-top: 32px;
  }
}

.strength_columns__num {
  display: block;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-weight: 600;
  font-size: clamp(2rem, 4vw, 2.5rem);
  line-height: 100%;
  letter-spacing: 0.03em;
  color: #005293;
  padding-bottom: 16px;
  margin-bottom: 32px;
  border-bottom: solid 2px #005293;
}
@media screen and (max-width: 1000px) {
  .strength_columns__num {
    padding-bottom: 14px;
    margin-bottom: 24px;
  }
}

.strength_columns__title {
  margin-bottom: 24px;
  display: block;
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.25rem, 2.2vw, 1.375rem);
  line-height: 175%;
  color: #222222;
}

.strength_columns__title--ig {
  margin: 56px 0 32px;
}
@media screen and (max-width: 1000px) {
  .strength_columns__title--ig {
    margin: 40px 0 24px;
  }
}

/*================================================
strength----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
banner_works----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.banner_works {
  margin-top: 160px;
}
@media screen and (max-width: 1000px) {
  .banner_works {
    margin-top: 80px;
  }
}

.banner_works__link {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 718px;
  margin: auto;
}

.banner_works__img {
  transition: all 0.5s;
}
@media screen and (max-width: 500px) {
  .banner_works__img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.banner_works__content {
  position: absolute;
  color: #fff;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1000px) {
  .banner_works__content {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

.banner_works__slag {
  display: block;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-weight: 600;
  font-size: clamp(3rem, 6.4vw, 4rem);
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}

.banner_works__title {
  display: block;
  margin: 12px 0 32px;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.2vw, 1.375rem);
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
}

.banner_works__read {
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
  padding: 14px 52px;
  border: solid 2px #fff;
}
@media screen and (max-width: 1000px) {
  .banner_works__read {
    padding: 12px 32px;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
@media screen and (max-width: 500px) {
  .banner_works__read {
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
  }
}

.banner_works__link:hover {
  opacity: 1;
}
.banner_works__link:hover .banner_works__img {
  transform: scale(1.1, 1.1);
}

/*================================================
banner_works----END
==================================================*/
.works_cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 30px;
}
@media screen and (max-width: 1000px) {
  .works_cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 24px;
  }
}
@media screen and (max-width: 500px) {
  .works_cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
  }
}

.works_card {
  display: block;
}

.works_card__pic {
  overflow: hidden;
}
.works_card__pic img {
  transition: all 0.5s;
  aspect-ratio: 278/206;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.works_card__title {
  display: block;
  font-weight: 700;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: 175%;
  color: #222222;
  margin-top: 12px;
}
@media screen and (max-width: 1000px) {
  .works_card__title {
    margin-top: 10px;
  }
}

.works_card:hover {
  opacity: 1;
}
.works_card:hover .works_card__pic img {
  transform: scale(1.1, 1.1);
}

.recruit_container {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1041px) {
  .recruit_container {
    max-width: 1080px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1040px) {
  .recruit_container {
    max-width: 1080px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .recruit_container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .recruit_container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
personality----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.personality_headline {
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 700;
  font-weight: 700;
  font-size: clamp(1.375rem, 3.2vw, 2rem);
  line-height: 150%;
  color: #222222;
}

.personality_read {
  margin: 32px 0 56px;
}
@media screen and (max-width: 1000px) {
  .personality_read {
    margin: 24px 0 48px;
  }
}

.personality_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 500px) {
  .personality_cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}

/*================================================
personality----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
requirements----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.requirements {
  margin-top: 120px;
}
@media screen and (max-width: 1000px) {
  .requirements {
    margin-top: 80px;
  }
}

.a_requirements__tab + .a_requirements__tab {
  margin-top: 18px;
}
@media screen and (max-width: 1000px) {
  .a_requirements__tab + .a_requirements__tab {
    margin-top: 16px;
  }
}

.a_requirements__btn {
  display: block;
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 150%;
  color: #005293;
  background: #E3EDF2;
  position: relative;
  padding: 29px 30px;
  padding-right: 100px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .a_requirements__btn {
    padding: 24px;
    padding-right: 56px;
  }
}
@media screen and (max-width: 500px) {
  .a_requirements__btn {
    padding: 24px 16px;
    padding-right: 48px;
  }
}

.a_requirements__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 34px;
  width: 32px;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1000px) {
  .a_requirements__arrow {
    right: 24px;
    width: 24px;
  }
  .a_requirements__arrow svg {
    width: 7px;
  }
}
@media screen and (max-width: 500px) {
  .a_requirements__arrow {
    right: 16px;
  }
}
.a_requirements__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.a_requirements__arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  transition: all 0.3s;
}

.a_requirements__btn:hover {
  opacity: 1;
  background: #005293;
  color: #fff;
}
.a_requirements__btn:hover .a_requirements__arrow::before {
  transform: rotate(45deg);
}

/*================================================
requirements----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
s_requirements----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.s_requirements_head {
  display: block;
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 150%;
  color: #fff;
  background: #005293;
  position: relative;
  padding: 29px 30px;
}
@media screen and (max-width: 1000px) {
  .s_requirements_head {
    padding: 24px;
  }
}
@media screen and (max-width: 500px) {
  .s_requirements_head {
    padding: 24px 16px;
  }
}

.s_requirements_btn {
  margin-top: 56px;
}
@media screen and (max-width: 1000px) {
  .s_requirements_btn {
    margin-top: 48px;
  }
}

.s_requirements_btn__link {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  color: #FFFFFF;
  padding: 16px 24px;
  box-sizing: border-box;
  overflow: hidden;
  background: linear-gradient(to right, #222222 0%, #222222 50%, #0072B6 50%, #0072B6 100%);
  background-size: 200% 100%;
  background-position: left center;
  transition: background-position 0.4s ease;
  width: 240px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .s_requirements_btn__link {
    padding: 16px 20px;
    width: 220px;
  }
}
@media screen and (max-width: 500px) {
  .s_requirements_btn__link {
    width: 204px;
    padding: 14px 20px;
  }
}

.s_requirements_btn__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  width: 32px;
  height: auto;
  aspect-ratio: 1/1;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .s_requirements_btn__arrow {
    right: 16px;
    width: 24px;
  }
  .s_requirements_btn__arrow svg {
    width: 7px;
  }
}
.s_requirements_btn__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s_requirements_btn__arrow svg path {
  transition: all 0.3s;
  stroke: #fff;
}

.s_requirements_btn__arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #222222;
  transition: all 0.3s;
}

.s_requirements_btn__link:hover {
  opacity: 1;
  background-position: right center;
}
.s_requirements_btn__link:hover .s_requirements_btn__arrow::before {
  background: #fff;
  transform: rotate(45deg);
}
.s_requirements_btn__link:hover .s_requirements_btn__arrow svg path {
  stroke: #0072B6;
}

.s_requirements_btn__prev {
  display: block;
  text-align: center;
  margin-top: 40px;
  font-weight: 500;
  font-size: 16px;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 175%;
  text-decoration-line: underline;
  color: #222222;
}

/*================================================
s_requirements----END
==================================================*/
.company_section + .company_section {
  margin-top: 120px;
}
@media screen and (max-width: 1000px) {
  .company_section + .company_section {
    margin-top: 80px;
  }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
message----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.message_headline {
  margin-top: 48px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 700;
  font-weight: 700;
  font-size: clamp(1.375rem, 3.2vw, 2rem);
  line-height: 150%;
  color: #222222;
}
@media screen and (max-width: 1000px) {
  .message_headline {
    margin-top: 40px;
  }
}

.message_read {
  margin: 32px 0 48px;
}
@media screen and (max-width: 1000px) {
  .message_read {
    margin: 32px 0 32px;
  }
}

.message_name {
  text-align: right;
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.8vw, 1.75rem);
  line-height: 100%;
  color: #222222;
}

.message_name__class {
  margin-right: 16px;
  font-weight: 700;
  font-size: clamp(1rem, 2vw, 1.25rem);
}

.company_section.outline img {
  max-width: 163px;
}

/*================================================
message----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
philosophy----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.philosophy_txt {
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.125rem, 3.2vw, 2rem);
  line-height: 150%;
  color: #222222;
  text-indent: -1em;
  padding-left: 1em;
}
.philosophy_txt br {
  display: block;
}

/*================================================
philosophy----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
motto----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.motto_txt {
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.125rem, 3.2vw, 2rem);
  line-height: 150%;
  color: #222222;
  text-indent: -2em;
  padding-left: 2em;
}
.motto_txt br {
  display: block;
}

.motto_txt + .motto_txt {
  margin-top: 36px;
}
@media screen and (max-width: 1000px) {
  .motto_txt + .motto_txt {
    margin-top: 20px;
  }
}

/*================================================
motto----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
access----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
@media screen and (max-width: 500px) {
  .access_map iframe {
    height: 300px;
  }
}
.access_headline {
  display: block;
  margin: 24px 0 6px;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (max-width: 1000px) {
  .access_headline {
    margin: 16px 0 3px;
  }
}

.access_address {
  font-size: 15px;
  line-height: 1.75;
}

/*================================================
access----END
==================================================*/
.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%;
}

.p_contact__list {
  counter-reset: num;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(40px, 5vw, 80px);
  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 {
  max-width: 296px;
  flex: 1;
  display: block;
  text-align: center;
  background-color: #fff;
  border: 1px solid #005293;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  color: #005293;
}
@media screen and (min-width: 501px) {
  .p_contact__tab {
    padding: 14px 10px;
  }
}
@media screen and (max-width: 500px) {
  .p_contact__tab {
    padding-top: 0.625em;
    padding-bottom: 0.5em;
  }
}
.p_contact__tab::before {
  counter-increment: num;
  content: counter(num) ".";
}

.p_contact__active {
  background-color: #005293;
  color: #fff;
}

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

.p_policy__label {
  display: block;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 700;
  margin-bottom: clamp(6px, 0.5vw, 8px);
}

.p_policy__text {
  font-weight: 500;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 225%;
  color: #222222;
}
@media screen and (max-width: 1000px) {
  .p_policy__text {
    line-height: 200%;
  }
}

.p_archive__link {
  display: flex;
  gap: 32px;
  position: relative;
  border-bottom: solid 1px #CCC;
  padding-right: 114px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .p_archive__link {
    gap: 24px;
    padding-right: 8px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 500px) {
  .p_archive__link {
    display: block;
    padding-right: 8px;
  }
}

.p_archive__list {
  max-width: 1000px;
  margin: auto;
}

.p_archive__link::before {
  content: "";
  background: #222222;
  height: 1px;
  width: 0%;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: all 0.3s;
}

.p_archive__tab + .p_archive__tab {
  padding-top: 40px;
}
@media screen and (max-width: 1000px) {
  .p_archive__tab + .p_archive__tab {
    padding-top: 32px;
  }
}

.p_archive__time {
  font-weight: 500;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 175%;
  color: #222222;
}

.p_archive__lead {
  display: block;
  font-weight: 500;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 175%;
  color: #222222;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 500px) {
  .p_archive__lead {
    margin-top: 8px;
  }
}

.p_archive__arrow {
  position: absolute;
  right: 36px;
  width: 32px;
  height: auto;
  aspect-ratio: 1/1;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .p_archive__arrow {
    display: none !important;
    right: 16px;
    width: 24px;
  }
  .p_archive__arrow svg {
    width: 7px;
  }
}
@media screen and (min-width: 501px) {
  .p_archive__arrow {
    top: 0px;
  }
}
@media screen and (max-width: 500px) {
  .p_archive__arrow {
    bottom: 32px;
  }
}
.p_archive__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p_archive__arrow svg path {
  transition: all 0.3s;
}

.p_archive__arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  transition: all 0.3s;
}

.p_archive__link:hover {
  opacity: 1;
}
.p_archive__link:hover::before {
  width: 100%;
}
.p_archive__link:hover .p_archive__arrow::before {
  background: #222222;
  transform: rotate(45deg);
}
.p_archive__link:hover .p_archive__arrow svg path {
  stroke: #fff;
}

.p_single__block___time {
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-weight: 500;
  font-size: 15px;
  line-height: 175%;
  color: #222222;
}

.p_single__block___lead {
  display: block;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  line-height: 150%;
  color: #222222;
  margin: 24px 0;
}
@media screen and (max-width: 1000px) {
  .p_single__block___lead {
    margin: 16px 0;
  }
}

.p_single__block___inner {
  border-bottom: solid 1px #CCCCCC;
  padding-bottom: 60px;
  margin-bottom: 56px;
}
@media screen and (max-width: 1000px) {
  .p_single__block___inner {
    padding-bottom: 56px;
    margin-bottom: 48px;
  }
}

.p_single__block___inner a {
  text-decoration: underline;
}

.news_prev__link {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  color: #FFFFFF;
  padding: 16px 24px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(to right, #222222 0%, #222222 50%, #0072B6 50%, #0072B6 100%);
  background-size: 200% 100%;
  background-position: left center;
  transition: background-position 0.4s ease;
  width: 240px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .news_prev__link {
    padding: 16px 20px;
    width: 220px;
  }
}
@media screen and (max-width: 500px) {
  .news_prev__link {
    width: 204px;
    padding: 14px 20px;
  }
}

.news_prev__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  width: 32px;
  height: auto;
  aspect-ratio: 1/1;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .news_prev__arrow {
    left: 16px;
    width: 24px;
  }
  .news_prev__arrow svg {
    width: 7px;
  }
}
.news_prev__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
.news_prev__arrow svg path {
  transition: all 0.3s;
  stroke: #fff;
}

.news_prev__arrow::before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #222222;
  transition: all 0.3s;
}

.news_prev__link:hover {
  opacity: 1;
  background-position: right center;
}
.news_prev__link:hover .news_prev__arrow::before {
  background: #fff;
  transform: rotate(45deg);
}
.news_prev__link:hover .news_prev__arrow svg path {
  stroke: #0072B6;
}

.p_found__head {
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .p_found__head {
    margin-bottom: 32px;
  }
}

.p_found__label {
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 200%;
  text-align: center;
  color: #222222;
}

.p_found__caption {
  display: block;
  margin-top: 32px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(2.5rem, 6.4vw, 4rem);
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.01em;
  background: linear-gradient(90deg, #0072B6 4.73%, #0A2E51 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.p_found__menu {
  margin-top: clamp(40px, 3vw, 48px);
}
.p_found__menu a {
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  color: #222222;
}
.p_found__menu a:hover {
  opacity: 1;
  color: #005293;
}
@media screen and (min-width: 501px) {
  .p_found__menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 32px;
  }
}
.p_found__menu ul .sub-menu,
.p_found__menu ul .children {
  display: none !important;
}
.p_found__menu a {
  display: block;
}
.p_found__menu span {
  display: none !important;
}
@media screen and (max-width: 500px) {
  .p_found__menu ul {
    max-width: 260px;
    margin: auto;
  }
  .p_found__menu li + li {
    border-top: 1px solid #ccc;
    box-sizing: border-box;
  }
  .p_found__menu a {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}/*# sourceMappingURL=common.css.map */