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

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

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

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

div {
  box-sizing: border-box;
}

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

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

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;
}
a[href^=tel]:hover {
  opacity: 1;
}
@media screen and (min-width: 1001px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

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

figure,
picture {
  display: block;
}

iframe {
  display: block;
  border: none;
}

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

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

th,
td {
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
}
@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;
  }
}

.no_scroll {
  overflow: hidden;
}

.c_loading__box {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 100vh;
  opacity: 1;
  box-sizing: border-box;
  overflow: hidden;
}
.c_loading__box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  background: #fff;
  backdrop-filter: blur(5px);
  transition: all 1.6s ease;
  opacity: 1;
}

.c_loading__box video {
  position: absolute;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  opacity: 1;
  transition: all 1.6s;
  z-index: 1;
}

.c_loading__box.c_loading__step2 video {
  opacity: 0;
}
.c_loading__box.c_loading__step2::before {
  opacity: 0.7;
}

.c_loading__box.c_loading__step3 video {
  display: none;
}
.c_loading__box.c_loading__step3::before {
  opacity: 0;
}

.c_loading__box.c_loading__comp {
  display: none !important;
  pointer-events: none;
  position: initial;
}

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

.over-right {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1241px) {
  .over-right {
    margin-left: calc((100vw - 1220px) / 2);
  }
}
@media screen and (max-width: 1240px) {
  .over-right {
    max-width: 1280px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .over-right {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .over-right {
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .over-right {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.over-left {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1241px) {
  .over-left {
    margin-right: calc((100vw - 1220px) / 2);
  }
}
@media screen and (max-width: 1240px) {
  .over-left {
    max-width: 1280px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .over-left {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .over-left {
    padding-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .over-left {
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

.lazy_show {
  opacity: 1;
  translate: 0 0;
  transition: all 1200ms;
  transition-delay: 0.3s;
}

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

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

/* △△△△ blur △△△△ */
.scale_img {
  transition: transform 0.1s linear;
  transform: scale(1);
}
@media screen and (max-width: 1000px) {
  .scale_img {
    transition: all 0s ease-in;
    transition-delay: 0s;
  }
}

/* ▽▽▽▽追従▽▽▽▽ */
@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;
  }
}
/* △△△△追従△△△△ */
.c_header__block {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  opacity: 1;
  transition: all 0.6s;
}
@media screen and (min-width: 1001px) {
  .c_header__block {
    background: #fff;
  }
  .c_header__block.c_header__hide {
    transform: translateY(-100%);
    opacity: 0;
  }
}

.c_header__columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 50px;
}
@media screen and (max-width: 1500px) {
  .c_header__columns {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__columns {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .c_header__columns {
    padding: 0;
  }
}

.c_header__logo {
  line-height: 1;
}

.c_header__link {
  display: block;
  max-width: 262px;
}
@media screen and (max-width: 1000px) {
  .c_header__link {
    max-width: 224px;
  }
}
@media screen and (max-width: 500px) {
  .c_header__link {
    max-width: 166px;
  }
}

@media screen and (max-width: 1000px) {
  .c_header__menu {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 375px;
    width: 100%;
    height: 100dvh;
    background-color: rgba(51, 51, 51, 0.9);
    z-index: 10;
    padding-top: 100px;
    padding-bottom: 150px;
    box-sizing: border-box;
    overflow-y: scroll;
    clip-path: inset(0 0% 0% 100%);
    transition-property: all;
  }
}
@media screen and (max-width: 1000px) and (min-width: 1001px) {
  .c_header__menu {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .c_header__menu {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__menu.c_header__active {
    clip-path: inset(0 0% 0% 0%);
  }
}
@media screen and (min-width: 1001px) {
  .c_header__nav ul {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .c_header__nav ul {
    gap: 24px;
  }
}
.c_header__nav ul span {
  display: none;
}
.c_header__nav a {
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-weight: 600;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 100%;
  color: #333333;
}
.c_header__nav .header_contact a {
  display: block;
  background: #389BFF;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 100%;
  color: #fff;
  text-align: center;
  width: 164px;
  padding: 29px 10px;
}
@media screen and (max-width: 1200px) {
  .c_header__nav .header_contact a {
    width: 150px;
    padding: 24px 8px;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__nav .header_contact a {
    width: 100%;
    padding: 20px 8px;
  }
}
.c_header__nav .header_contact a::before {
  content: "";
  background: url(../images/common/ico_header_contact.png);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 26/19;
  width: 26px;
  height: auto;
  display: block;
  margin: auto;
  padding-bottom: 16px;
}
@media screen and (max-width: 1000px) {
  .c_header__nav .header_contact a::before {
    padding-bottom: 10px;
  }
}
.c_header__nav .sub-menu,
.c_header__nav .children {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  .c_header__nav li {
    border-bottom: 1px solid #fff;
  }
  .c_header__nav a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-top: 1em;
    padding-bottom: 1em;
    box-sizing: border-box;
  }
}

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

.c_header__trigger {
  position: fixed;
  top: 15px;
  right: 20px;
  width: 44px;
  height: 36px;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_header__trigger {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__trigger {
    transition-duration: 300ms;
  }
}
.c_header__trigger {
  z-index: 10;
  background: #fff;
}
@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: 32px;
  height: 2px;
  background-color: #333333;
  transition: inherit;
}
.c_header__trigger::before {
  translate: -50% calc(-50% - 8px);
}
.c_header__trigger::after {
  translate: -50% calc(-50% + 8px);
}
.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_header__link {
  transition: all 0.6s;
}

@media screen and (max-width: 1000px) {
  .c_header__block .c_header__logo {
    position: relative;
    transition: all 0.6s;
    background: #fff;
    padding: 24px 40px;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .c_header__block .c_header__logo {
    padding: 24px 20px;
  }
}
.c_mv {
  display: block;
  position: relative;
  overflow: hidden;
}
.c_mv img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .c_mv {
    margin-top: 74px;
  }
}
@media screen and (max-width: 500px) {
  .c_mv {
    margin-top: 67px;
  }
}

.c_mv__txt {
  position: absolute;
  left: 98px;
  bottom: 40px;
  z-index: 1;
  color: #fff;
}
@media screen and (min-width: 1000px) and (max-width: 1500px) {
  .c_mv__txt {
    left: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .c_mv__txt {
    left: 32px;
    bottom: 32px;
  }
}
@media screen and (max-width: 500px) {
  .c_mv__txt {
    left: 20px;
  }
}

.c_mv__read {
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.875rem, 1.8vw, 1.125rem);
  line-height: 120%;
  color: #FFFFFF;
}
@media screen and (min-width: 1001px) {
  .c_mv__read {
    text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.16);
  }
}

.c_mv__headline {
  display: block;
  margin-top: 24px;
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  color: #FFFFFF;
  font-size: clamp(1.75rem, 4.8vw, 3rem);
}
@media screen and (min-width: 1001px) {
  .c_mv__headline {
    text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 1200px) {
  .c_mv__headline {
    margin-top: 16px;
    line-height: 150%;
  }
  .c_mv__headline br {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .c_mv__headline {
    font-weight: 600;
  }
}

.c_mv__catch {
  display: block;
  margin-top: 48px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  font-optical-sizing: auto;
  font-style: normal;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(4.1875rem, 14vw, 8.75rem);
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
@media screen and (min-width: 1001px) {
  .c_mv__catch {
    text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .c_mv__catch {
    font-size: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .c_mv__catch {
    margin-top: 24px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .c_mv__catch {
    font-size: 62px;
  }
}

.c_mv .cs_st img {
  transform: translateX(-15px) scale(1.025, 1.025) !important;
}
@media screen and (max-width: 1200px) {
  .c_mv .cs_st img {
    transform: translateX(-15px) scale(1.04, 1.04) !important;
  }
}
@media screen and (max-width: 1000px) {
  .c_mv .cs_st img {
    transform: translateX(-10px) scale(1.04, 1.04) !important;
  }
}
@media screen and (max-width: 500px) {
  .c_mv .cs_st img {
    transform: translateX(-5px) scale(1.1, 1.1) !important;
  }
}
.c_mv .cs_ac .slick-active img {
  transform: translateX(15px) scale(1.025, 1.025) !important;
}
@media screen and (max-width: 1200px) {
  .c_mv .cs_ac .slick-active img {
    transform: translateX(15px) scale(1.04, 1.04) !important;
  }
}
@media screen and (max-width: 1000px) {
  .c_mv .cs_ac .slick-active img {
    transform: translateX(10px) scale(1.04, 1.04) !important;
  }
}
@media screen and (max-width: 500px) {
  .c_mv .cs_ac .slick-active img {
    transform: translateX(5px) scale(1.1, 1.1) !important;
  }
}
.c_mv img {
  transition: all 7s;
  transform: translateX(-15px) scale(1.025, 1.025);
}
@media screen and (max-width: 1200px) {
  .c_mv img {
    transform: translateX(-15px) scale(1.04, 1.04);
  }
}
@media screen and (max-width: 1000px) {
  .c_mv img {
    transform: translateX(-10px) scale(1.04, 1.04);
  }
}
@media screen and (max-width: 500px) {
  .c_mv img {
    transform: translateX(-5px) scale(1.1, 1.1);
  }
}
.c_mv .slick-active img {
  transform: translateX(15px) scale(1.025, 1.025);
}
@media screen and (max-width: 1200px) {
  .c_mv .slick-active img {
    transform: translateX(15px) scale(1.04, 1.04);
  }
}
@media screen and (max-width: 1000px) {
  .c_mv .slick-active img {
    transform: translateX(10px) scale(1.04, 1.04);
  }
}
@media screen and (max-width: 500px) {
  .c_mv .slick-active img {
    transform: translateX(5px) scale(1.1, 1.1);
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .c_mv img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
move----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.c_mv .c_mv__read,
.c_mv .c_mv__headline,
.c_mv .c_mv__catch {
  clip-path: inset(0 100% 0 0);
  transition: all 0.6s;
  width: -moz-fit-content;
  width: fit-content;
}

.mv_start.cs_ac .c_mv .c_mv__read,
.mv_start.cs_ac .c_mv .c_mv__headline,
.mv_start.cs_ac .c_mv .c_mv__catch {
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.mv_start.cs_ac .c_mv .c_mv__headline {
  transition-delay: 0.8s;
}
.mv_start.cs_ac .c_mv .c_mv__catch {
  transition-delay: 1.3s;
}

/*================================================
move----END
==================================================*/
.c_kv {
  display: block;
  padding-top: 230px;
}
.c_kv img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 1000px) {
  .c_kv {
    padding-top: 148px;
  }
}

.c_kv__head {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.c_kv__caption {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  font-optical-sizing: auto;
  font-style: normal;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(2.5rem, 5.6vw, 3.5rem);
  line-height: 100%;
  color: #333333;
  text-transform: uppercase;
}

.c_kv__lead {
  display: block;
  margin-top: 16px;
  position: relative;
  text-align: right;
}
.c_kv__lead::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background: #389BFF;
  z-index: -1;
}

.c_kv__lead__inner {
  padding-left: 8px;
  background: #fff;
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.8vw, 1.125rem);
  line-height: 100%;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  .c_kv__lead__inner {
    font-weight: 600;
  }
}

.c_kv__pic {
  margin-top: 72px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .c_kv__pic {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1000px) {
  .cta_swap {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 500px) {
  .kv_pic__image {
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.c_bread {
  margin-top: 32px;
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  .c_bread {
    margin-top: 16px;
  }
}
.c_bread span,
.c_bread a {
  font-size: inherit;
  color: inherit;
}
.c_bread a.home {
  opacity: 40%;
}

.c_bread__inner {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.c_bread__line {
  content: "";
  transform: translateY(-50%);
  height: 1px;
  width: 64px;
  background: #389BFF;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .c_bread__line {
    width: 42px;
  }
}

.cta {
  background: #333333;
  padding: 120px 0;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .cta {
    padding: 80px 0;
  }
}

.cta_head {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1000px) {
  .cta_head {
    margin-bottom: 40px;
  }
}

.cta__slag {
  display: block;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  font-optical-sizing: auto;
  font-style: normal;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(2.5rem, 5.6vw, 3.5rem);
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #FFFFFF;
  text-transform: uppercase;
}

.cta__title {
  display: block;
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.8vw, 1.125rem);
  line-height: 100%;
  color: #FFFFFF;
  margin-top: 16px;
}

.cta__headline {
  display: block;
  text-align: center;
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 200%;
  color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .cta__headline br {
    display: block;
  }
}

.cta_tel {
  display: block;
  margin-top: 40px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  font-optical-sizing: auto;
  font-style: normal;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(2.5rem, 4.8vw, 3rem);
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
}

.cta_tel__small {
  font-size: clamp(1.5rem, 3.2vw, 2rem);
}

.cta_info {
  display: block;
  margin-top: 8px;
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
}

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

.cta_btn__link {
  margin: auto;
  position: relative;
  display: block;
  width: 362px;
  border: solid 1px #DEDCD8;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  color: #333333;
  border-radius: 8px;
  transition: all 0.3s;
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #333333;
  padding: 32px 20px 28px;
}
@media screen and (max-width: 1000px) {
  .cta_btn__link {
    width: 335px;
    padding: 32px 20px 28px;
  }
}
@media screen and (max-width: 500px) {
  .cta_btn__link {
    width: 100%;
  }
}

.cta_btn__arrow {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  background: #389BFF;
  border-radius: 50%;
  transition: all 0.3s;
}
@media screen and (max-width: 1000px) {
  .cta_btn__arrow {
    right: 20px;
  }
}
.cta_btn__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.cta_btn__arrow #path1,
.cta_btn__arrow #path2,
.cta_btn__arrow #path3 {
  transition: all 0.3s;
}

.cta_btn__link:hover {
  opacity: 1;
  background: #389BFF;
  color: #fff;
}
.cta_btn__link:hover .cta_btn__arrow {
  background: #fff;
}
.cta_btn__link:hover #path1 {
  fill: #fff;
}
.cta_btn__link:hover #path2,
.cta_btn__link:hover #path3 {
  stroke: #389BFF;
}

.lower_btn__prev {
  margin-top: 56px;
}
.lower_btn__prev a {
  margin: auto;
}
@media screen and (min-width: 1001px) {
  .lower_btn__prev a {
    width: 274px;
  }
}

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

.c_footer__block {
  padding: 80px 0 52px;
}
@media screen and (max-width: 1000px) {
  .c_footer__block {
    padding: 40px 0 24px;
  }
}

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

@media screen and (max-width: 1000px) {
  .c_footer__content {
    margin-top: 56px;
  }
}
.c_footer__logo {
  display: block;
  max-width: 266px;
}
@media screen and (max-width: 1000px) {
  .c_footer__logo {
    margin: auto;
    max-width: 240px;
  }
}
@media screen and (max-width: 500px) {
  .c_footer__logo {
    max-width: 200px;
  }
}

.c_footer__address {
  display: block;
  margin-top: 40px;
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-weight: 500;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 200%;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  .c_footer__address {
    font-weight: 400;
    margin-top: 24px;
    text-align: center;
  }
}

@media screen and (max-width: 1000px) and (min-width: 501px) {
  .c_footer__nav {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .c_footer__nav {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.c_footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.c_footer__nav ul span {
  display: none;
}
.c_footer__nav ul li {
  line-height: 1;
}
.c_footer__nav ul a {
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 100%;
  color: #333333;
}
@media screen and (min-width: 1001px) {
  .c_footer__nav ul {
    gap: 56px 76px;
    flex-direction: column;
    height: 400px;
  }
  .c_footer__nav ul .sub-menu {
    margin-top: 24px;
    display: block;
    height: auto;
    padding-left: 8px;
  }
  .c_footer__nav ul .sub-menu li + li {
    margin-top: 24px;
  }
  .c_footer__nav ul .sub-menu a {
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    color: #333333;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .c_footer__nav ul {
    gap: 48px 48px;
    height: 334px;
  }
}
@media screen and (max-width: 1000px) {
  .c_footer__nav {
    border-top: 1px solid #DEDCD8;
  }
  .c_footer__nav li {
    width: 50%;
    border-bottom: 1px solid #DEDCD8;
    box-sizing: border-box;
  }
  .c_footer__nav li:nth-child(even) {
    border-left: 1px solid #DEDCD8;
  }
  .c_footer__nav li:nth-child(odd):last-child {
    width: 100%;
  }
  .c_footer__nav a {
    display: block;
    text-align: center;
    font-size: 15px;
    font-size: 15px;
    padding: 20px 8px;
    box-sizing: border-box;
  }
  .c_footer__nav .sub-menu,
  .c_footer__nav .children {
    display: none !important;
  }
}

@media screen and (min-width: 1001px) {
  @-moz-document url-prefix() {
    .c_footer__nav ul {
      width: 480px;
    }
    .c_footer__nav ul .sub-menu {
      width: auto;
    }
  }
}
.footer_btms {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  margin-top: 150px;
  border-top: solid 1px #DEDCD8;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .footer_btms {
    margin-top: 56px;
  }
}

.c_footer__copy {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  .c_footer__copy {
    font-weight: 400;
  }
}

.c_footer__top {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  font-optical-sizing: auto;
  font-style: normal;
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 300;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 100%;
  color: #333333;
}
.c_footer__top svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c_footer__top__arrow {
  position: relative;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
}
.c_footer__top__arrow::before {
  content: "";
  background: #389BFF;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
@media screen and (max-width: 1000px) {
  .c_footer__top__arrow {
    width: 24px;
  }
}

.c_footer__top:hover {
  opacity: 1;
}
.c_footer__top:hover .c_footer__top__arrow::before {
  transform: translate(-50%, -50%) scale(1.1, 1.1);
}

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

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

@media screen and (max-width: 500px) {
  .c_block__break {
    display: block;
  }
  .c_block__unset {
    display: none;
  }
}
.c_block__narrow {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 901px) {
  .c_block__narrow {
    max-width: 900px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 900px) {
  .c_block__narrow {
    max-width: 900px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .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);
  font-weight: 500;
  line-height: 200%;
  color: #333333;
}

.c_text__center {
  text-align: center;
}

.c_text__left {
  text-align: left;
}

.c_text__right {
  text-align: right;
}

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

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

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

.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;
}
.c_wp__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.c_wp__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.c_wp__label {
  font-weight: inherit;
}

.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(64px, 5vw, 80px);
}
.c_pagenavi .wp-pagenavi {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 12px;
}
.c_pagenavi span,
.c_pagenavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  aspect-ratio: 1/1;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  height: auto;
  font-size: inherit;
  line-height: 1;
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0.75rem, 1.6vw, 1rem);
  color: #333333;
  border-radius: 50%;
}
@media screen and (min-width: 1001px) {
  .c_pagenavi span,
  .c_pagenavi a {
    width: 36px;
  }
}
@media screen and (max-width: 1000px) {
  .c_pagenavi span,
  .c_pagenavi a {
    width: 32px;
  }
}
.c_pagenavi span.current, .c_pagenavi span:hover,
.c_pagenavi a.current,
.c_pagenavi a:hover {
  opacity: 1;
  background-color: #389BFF;
  color: #fff;
}
.c_pagenavi .previouspostslink,
.c_pagenavi .nextpostslink {
  position: relative;
  color: transparent !important;
  text-indent: -9999px;
  overflow: clip;
  aspect-ratio: 1/1;
}
.c_pagenavi .previouspostslink::after,
.c_pagenavi .nextpostslink::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/ico-arrow.svg");
  background-repeat: no-repeat;
  background-size: 9px 16px;
  background-position: center center;
  transform: translateX(1px);
  transition: inherit;
  filter: brightness(0) saturate(100%) invert(94%) sepia(0%) saturate(41%) hue-rotate(183deg) brightness(96%) contrast(94%);
}
.c_pagenavi .previouspostslink:hover,
.c_pagenavi .nextpostslink:hover {
  opacity: 0.6;
  background-color: initial !important;
}
.c_pagenavi .previouspostslink {
  rotate: 180deg;
}
.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 #DEDCD8;
  padding-top: clamp(32px, 2.5vw, 40px);
  box-sizing: border-box;
  margin-top: clamp(56px, 5vw, 80px);
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 200%;
  color: #389BFF;
}
.c_single__nav a {
  display: inline-flex;
  align-items: center;
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 200%;
  color: #389BFF;
  text-decoration: underline;
}

.c_single__nav___move {
  max-width: 60px;
}

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

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

.mwform-checkbox-field-text {
  position: relative;
  padding-left: 50px;
  margin-right: 20px;
  cursor: pointer;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  color: #333333;
}
@media screen and (min-width: 1001px) {
  .mwform-checkbox-field-text {
    line-height: 57px;
  }
}
@media screen and (max-width: 1000px) {
  .mwform-checkbox-field-text {
    line-height: 32px;
  }
}
.mwform-checkbox-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 40px;
  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;
}

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

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

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

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

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

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

.form-wrap {
  margin-top: clamp(20px, 1.6875vw, 27px);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0px 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);
}
.form-btns a,
.form-btns [type=submit] {
  max-width: 336px;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  padding: 23px 16px;
  color: #fff;
  background-image: url(../images/contact/contact_btn_arrow.png);
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: right 24px center;
  background-color: #F5FAFF;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .form-btns a,
  .form-btns [type=submit] {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .form-btns a,
  .form-btns [type=submit] {
    transition-duration: 300ms;
  }
}
.form-btns a,
.form-btns [type=submit] {
  border-radius: 80px;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 100%;
  color: #333333;
  border: solid 1px #DEDCD8;
}
@media screen and (max-width: 1000px) {
  .form-btns a,
  .form-btns [type=submit] {
    background-position: right 16px center;
  }
}
.form-btns a:hover,
.form-btns [type=submit]:hover {
  background-image: url(../images/contact/contact_btn_arrow_hov.png);
  background-size: 32px;
  opacity: 1;
  background-color: #389BFF;
  border: solid 1px #389BFF;
  color: #FFF;
}

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

/* ↓以下の階層に固定ページ等のscssが格納されています。 */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_fixd----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_fixd {
  position: fixed;
  z-index: -2;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .home_fixd .home_fixd__img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: initial;
  }
}

/*================================================
home_fixd----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
汎用クラス----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_headline {
  width: -moz-fit-content;
  width: fit-content;
}

.home_headline__slag {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  font-optical-sizing: auto;
  font-style: normal;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(2.5rem, 5.6vw, 3.5rem);
  line-height: 100%;
  color: #333333;
}

.home_headline___title {
  display: block;
  margin-top: 16px;
  position: relative;
  text-align: right;
}

.home_headline__inner {
  padding-left: 8px;
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.8vw, 1.125rem);
  line-height: 100%;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  .home_headline__inner {
    font-weight: 600;
  }
}

.home_headline___title::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  height: 1px;
  width: calc(100% - 80px);
  background: #389BFF;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .home_headline___title::before {
    top: 50%;
    width: calc(100% - 65px);
  }
}

.lower_btn.lower_btn__home a {
  width: 272px;
}
@media screen and (max-width: 1000px) {
  .lower_btn.lower_btn__home a {
    width: 268px;
  }
}

/*================================================
汎用クラス----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_news----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_news {
  padding: 160px 0 0;
}
@media screen and (max-width: 1000px) {
  .home_news {
    padding: 80px 0 0;
  }
}

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

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

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

.home_news__link {
  position: relative;
  display: flex;
  gap: 32px;
  padding-right: 24px;
  padding-bottom: 40px;
  border-bottom: solid 1px #DEDCD8;
}
@media screen and (max-width: 1000px) {
  .home_news__link {
    gap: 24px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 500px) {
  .home_news__link {
    flex-direction: column;
    gap: 8px;
    padding-bottom: 24px;
    padding-right: 8px;
  }
}

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

.home_news__time {
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 180%;
  color: #389BFF;
}
@media screen and (max-width: 1000px) {
  .home_news__time {
    font-weight: 600;
  }
}

.home_news__caption {
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 180%;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 500px) {
  .home_news__caption {
    -webkit-line-clamp: 2;
  }
}

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

.home_news__link:hover {
  opacity: 1;
}
.home_news__link:hover::before {
  width: 100%;
}

/*================================================
home_news----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_business----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_gradation {
  position: relative;
  padding-bottom: 160px;
}
.home_gradation::before {
  content: "";
  z-index: -2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(56, 155, 255, 0) 15%, #389BFF 100%);
}
@media screen and (max-width: 1000px) {
  .home_gradation {
    padding-bottom: 80px;
  }
  .home_gradation .over-right {
    padding: 0;
  }
}

.home_business {
  padding-top: 160px;
}
@media screen and (max-width: 1000px) {
  .home_business {
    padding-top: 80px;
  }
}

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

.home_business__txt {
  padding-top: 52px;
  flex-basis: 39.43%;
}
@media screen and (max-width: 1000px) {
  .home_business__txt {
    padding: 0 40px;
  }
}
@media screen and (max-width: 500px) {
  .home_business__txt {
    padding: 0 20px;
  }
}

.home_business__pic {
  flex-basis: 52%;
}
@media screen and (max-width: 1000px) {
  .home_business__pic {
    margin-top: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 500px) {
  .home_business__pic {
    padding-left: 20px;
  }
}

.home_business__fig {
  border-radius: 8px 0px 0px 8px;
  overflow: hidden;
}

.home_business__headline {
  margin: 64px 0 32px;
}
@media screen and (min-width: 1000px) and (max-width: 1500px) {
  .home_business__headline.lower__mediumline {
    font-size: 20px;
  }
}

.home_business__btm {
  position: relative;
}

.home_business__btm__pos {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .home_business__btm__pos {
    display: none !important;
  }
}

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

.home_business__card {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 1001px) {
  .home_business__card {
    filter: drop-shadow(0px 0px 32px rgba(0, 0, 0, 0.15));
  }
}
@media screen and (min-width: 1001px) {
  .home_business__card:nth-of-type(2) {
    margin-top: 80px;
  }
  .home_business__card:nth-of-type(3) {
    margin-top: 160px;
  }
}

@media screen and (max-width: 1000px) {
  .home_business__card + .home_business__card {
    margin-top: 16px;
  }
}
.home_business__card__pic {
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0px 0px;
}

.home_business__card__img {
  transition: all 0.5s;
}

.home_business__card__post {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 100%;
  color: #FFFFFF;
  padding: 8px 29px;
  background: #389BFF;
  border-radius: 0px 8px 0px 0px;
}
@media screen and (max-width: 1000px) {
  .home_business__card__post {
    padding: 7px 25px;
  }
}

.home_business__card__content {
  background: #FFFFFF;
  padding: 48px 40px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_business__card__content {
    padding: 40px 32px;
  }
}
@media screen and (max-width: 1000px) {
  .home_business__card__content {
    padding: 40px 32px;
  }
}

.home_business__card__title {
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 100%;
  color: #389BFF;
}
@media screen and (max-width: 1000px) {
  .home_business__card__title {
    font-weight: 600;
  }
}

.home_business__list {
  margin-top: 32px;
}
@media screen and (max-width: 1000px) {
  .home_business__list {
    margin-top: 24px;
  }
}

.home_business__item {
  position: relative;
  padding-left: 12px;
  font-weight: 500;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 140%;
  color: #333333;
}

.home_business__item::before {
  content: "";
  background: #333333;
  aspect-ratio: 1/1;
  width: 4px;
  height: auto;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
}

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

.home_business__card__inner {
  display: block;
  transition: all 0.2s;
}

.home_business__card:hover {
  opacity: 1;
  transition-delay: 0s !important;
}
.home_business__card:hover .home_business__card__img {
  transform: scale(1.1, 1.1);
}
@media screen and (max-width: 1000px) {
  .home_business__card:hover {
    opacity: 1;
  }
}

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

.banner_area.home_banner_area {
  margin-top: 80px;
}

.home_business__cards {
  opacity: 0;
  position: relative;
  translate: 0 50px;
}
@media screen and (min-width: 1001px) {
  .home_business__cards .home_business__card {
    margin-top: 80px;
    transition: all 1s;
  }
}

.home_business__cards.cs_ac {
  opacity: 1;
  translate: 0 0;
  transition: all 1200ms;
  transition-delay: 0.3s;
}
@media screen and (min-width: 1001px) {
  .home_business__cards.cs_ac .home_business__card:first-of-type {
    margin-top: 0px;
    transition-delay: 0.9s;
  }
  .home_business__cards.cs_ac .home_business__card:last-of-type {
    margin-top: 160px;
    transition-delay: 0.9s;
  }
}

/*================================================
home_business----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_company----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_company {
  padding-top: 160px;
}
@media screen and (min-width: 1001px) {
  .home_company .container {
    overflow: visible;
  }
}
@media screen and (max-width: 1000px) {
  .home_company {
    padding-top: 80px;
  }
}

.home_company__columns {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1000px) {
  .home_company__columns {
    margin-top: 40px;
    display: block;
  }
}

.home_company__txt {
  flex-basis: 41.08%;
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .home_company__txt {
    max-width: 370px;
  }
}

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

.home_company__img {
  border-radius: 8px;
  overflow: hidden;
}

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

.home_company__link:first-of-type {
  border-top: solid 1px #DEDCD8;
}

.home_company__link {
  position: relative;
  display: block;
  padding: 40px 0;
  border-bottom: solid 1px #DEDCD8;
  transition: all 0.3s;
}
@media screen and (max-width: 1000px) {
  .home_company__link {
    padding: 32px 0;
  }
}

.home_company__list__title {
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 100%;
  color: #333333;
  transition: all 0.3s;
}
@media screen and (max-width: 1000px) {
  .home_company__list__title {
    font-weight: 600;
  }
}

.home_company__list__slag {
  display: block;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  font-optical-sizing: auto;
  font-style: normal;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 100%;
  color: #389BFF;
  margin-top: 12px;
}

.home_company__arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
}
.home_company__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.home_company__arrow::before {
  content: "";
  background: #389BFF;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  z-index: 1;
}

.home_company__pos {
  position: absolute;
  right: -74px;
  top: 50%;
  transform: translateY(-50%) scale(0.5, 0.5);
  opacity: 0;
  max-width: 270px;
  width: 100%;
  transition: all 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  .home_company__pos {
    display: none !important;
  }
}

.home_company__pos__img {
  border-radius: 8px;
}

.home_company__link:hover {
  opacity: 1;
}
.home_company__link:hover .home_company__list__title {
  color: #389BFF;
}
.home_company__link:hover .home_company__pos {
  pointer-events: all;
  opacity: 1;
  transform: translateY(-50%) scale(1, 1);
}

/*================================================
home_company----END
==================================================*/
.lower_headline {
  margin-bottom: 96px;
}
@media screen and (max-width: 1000px) {
  .lower_headline {
    margin-bottom: 48px;
  }
}

.lower_headline__slag {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(0.9375rem, 1.8vw, 1.125rem);
  line-height: 100%;
  color: #333333;
}

.lower_headline__title {
  font-weight: 700;
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  line-height: 100%;
  color: #333333;
  padding-top: 32px;
  margin-top: 16px;
  border-top: solid 1px #389BFF;
}
@media screen and (max-width: 1000px) {
  .lower_headline__title {
    padding-top: 24px;
  }
}

.lower__mediumline {
  font-weight: 700;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  line-height: 180%;
  color: #333333;
}

.lower_btn__link {
  position: relative;
  display: block;
  width: 304px;
  border: solid 1px #DEDCD8;
  text-align: center;
  background: #fff;
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-weight: 600;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 100%;
  box-sizing: border-box;
  color: #333333;
  border-radius: 80px;
  padding: 24px 10px 21px;
  transition: all 0.3s;
}
@media screen and (max-width: 1000px) {
  .lower_btn__link {
    width: 268px;
  }
}

.lower_btn__arrow {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  background: #389BFF;
  border-radius: 50%;
  transition: all 0.3s;
}
@media screen and (max-width: 1000px) {
  .lower_btn__arrow {
    right: 16px;
  }
}
.lower_btn__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.lower_btn__arrow #path1,
.lower_btn__arrow #path2,
.lower_btn__arrow #path3 {
  transition: all 0.3s;
}

.lower_btn__link:hover {
  opacity: 1;
  background: #389BFF;
  color: #fff;
  border: solid 1px #389BFF;
}
.lower_btn__link:hover .lower_btn__arrow {
  background: #fff;
}
.lower_btn__link:hover #path1 {
  fill: #fff;
}
.lower_btn__link:hover #path2,
.lower_btn__link:hover #path3 {
  stroke: #389BFF;
}

.lower_btn__prev {
  margin-top: 56px;
}
.lower_btn__prev a {
  margin: auto;
}
@media screen and (min-width: 1001px) {
  .lower_btn__prev a {
    width: 274px;
  }
}

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

.lower_p_top__link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  font-optical-sizing: auto;
  font-style: normal;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 100%;
  color: #333333;
}

.lower_p_top__arrow {
  position: relative;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  border-radius: 50%;
  background: #389BFF;
}
.lower_p_top__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*================================================
lower_p_top----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
banner_area----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.banner_area {
  margin-top: 160px;
}
@media screen and (max-width: 1000px) {
  .banner_area {
    margin-top: 104px;
  }
}

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

.banner_area__columns.banner_area__columns__only {
  justify-content: center;
}

.banner_area__column {
  display: block;
  position: relative;
  flex-basis: 49.33%;
}

@media screen and (max-width: 500px) {
  .banner_area__column + .banner_area__column {
    margin-top: 16px;
  }
}
.banner_area__pic {
  border-radius: 8px;
  overflow: hidden;
}

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

.banner_area__txt {
  position: absolute;
  left: 36px;
  bottom: 40px;
  color: #fff;
  z-index: 1;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .banner_area__txt {
    left: 24px;
    bottom: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .banner_area__txt {
    left: 16px;
    bottom: 16px;
  }
}

.banner_area__slag {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  font-optical-sizing: auto;
  font-style: normal;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(2rem, 5.6vw, 3.5rem);
  line-height: 100%;
  color: #FFFFFF;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .banner_area__slag {
    font-size: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .banner_area__slag {
    font-size: 32px;
  }
}

.banner_area__title {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.8vw, 1.125rem);
  line-height: 100%;
  color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .banner_area__title {
    font-size: 15px;
  }
}

.banner_area__title::before {
  content: "";
  height: 1px;
  display: block;
  background: #fff;
  transform: translateY(-2px);
}

.banner_area__title__products::before {
  width: 200px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .banner_area__title__products::before {
    width: 120px;
  }
}
@media screen and (max-width: 1000px) {
  .banner_area__title__products::before {
    width: 92px;
  }
}

.banner_area__title__manufactures::before {
  width: 307px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .banner_area__title__manufactures::before {
    width: 184px;
  }
}
@media screen and (max-width: 1000px) {
  .banner_area__title__manufactures::before {
    width: 144px;
  }
}

.banner_area__column:hover {
  opacity: 1;
}
.banner_area__column:hover .banner_area__img {
  transform: scale(1.05, 1.05);
}

/*================================================
banner_area----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
lower_anchor----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.lower_anchor {
  margin-bottom: 120px;
}
@media screen and (max-width: 1000px) {
  .lower_anchor {
    margin-bottom: 80px;
  }
}

.lower_anchor__list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  .lower_anchor__list {
    display: block;
  }
}

@media screen and (min-width: 501px) {
  .lower_anchor__item + .lower_anchor__item {
    border-left: solid 1px #DEDCD8;
  }
}
@media screen and (max-width: 500px) {
  .lower_anchor__item + .lower_anchor__item {
    border-top: solid 1px #DEDCD8;
  }
}

.lower_anchor__link {
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #333333;
  gap: 16px;
  padding: 8px 48px;
}
@media screen and (max-width: 1000px) {
  .lower_anchor__link {
    padding: 8px 32px;
  }
}
@media screen and (max-width: 500px) {
  .lower_anchor__link {
    justify-content: center;
    padding: 16px 32px;
  }
}

.lower_anchor__arrow {
  position: relative;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  border-radius: 50%;
  background: #389BFF;
}
.lower_anchor__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*================================================
lower_anchor----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
only----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
@media screen and (min-width: 1001px) {
  .mobile_only {
    display: none !important;
  }
  .pc_only2 {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .mobile_only {
    display: block;
  }
  .pc_only2 {
    display: none !important;
  }
}
@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
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
business----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.business_catch__read {
  margin-top: 32px;
}
@media screen and (max-width: 1000px) {
  .business_catch__read {
    margin-top: 16px;
  }
}

.business_banners {
  margin-top: 120px;
}
@media screen and (max-width: 1000px) {
  .business_banners {
    margin-top: 104px;
  }
}

.business_banner {
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.business_banner + .business_banner {
  margin-top: 48px;
}
@media screen and (max-width: 1000px) {
  .business_banner + .business_banner {
    margin-top: 40px;
  }
}

.business_banner__fig {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.business_banner__fig::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 100%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s;
  opacity: 0%;
  z-index: 1;
}

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

.business_banner__txt {
  position: absolute;
  left: 48px;
  bottom: 48px;
  color: #FFF;
  max-width: 655px;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .business_banner__txt {
    left: 32px;
    bottom: 32px;
    max-width: calc(100% - 140px);
  }
}
@media screen and (max-width: 500px) {
  .business_banner__txt {
    left: 20px;
    bottom: 24px;
    max-width: calc(100% - 40px);
    padding-bottom: 40px;
  }
}

.business_banner__title {
  font-weight: 700;
  font-size: clamp(1.75rem, 3.2vw, 2rem);
  line-height: 180%;
  color: #FFFFFF;
}

.business_banner__read {
  display: block;
  margin-top: 24px;
}
@media screen and (max-width: 1000px) {
  .business_banner__read {
    margin-top: 16px;
  }
}

.business_banner__arrow {
  position: absolute;
  aspect-ratio: 1/1;
  width: 84px;
  height: auto;
  border-radius: 100%;
  right: 48px;
  bottom: 48px;
  transition: all 0.3s;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .business_banner__arrow {
    width: 56px;
    right: 32px;
    bottom: 32px;
  }
}
@media screen and (max-width: 500px) {
  .business_banner__arrow {
    width: 48px;
    right: 24px;
    bottom: 24px;
  }
}
.business_banner__arrow::before {
  content: "";
  background: #389BFF;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  border-radius: 50%;
}
.business_banner__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.business_banner:hover {
  opacity: 1;
}
.business_banner:hover .business_banner__fig::before {
  opacity: 70%;
}
.business_banner:hover .business_banner__arrow::before {
  transform: translate(-50%, -50%) scale(1.05, 1.05);
}

/*================================================
business----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
sterngth----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.sterngth {
  margin-top: 160px;
  padding: 160px 0;
  background: linear-gradient(90deg, #CFE7FF 0%, #ECF5FF 50%, #CFE7FF 100%);
}
@media screen and (max-width: 1000px) {
  .sterngth {
    margin-top: 104px;
    padding: 104px 0;
  }
  .sterngth .over-right,
  .sterngth .over-left {
    padding: 0;
  }
}

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

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

.columns_swap {
  flex-direction: row-reverse;
}

.sterngth_contents__img {
  flex-basis: 52%;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 1000px) and (max-width: 1500px) {
  .sterngth_contents__img {
    flex-basis: 45%;
  }
}

.sterngth_contents__txt {
  flex-basis: 42.86%;
}
@media screen and (min-width: 1000px) and (max-width: 1500px) {
  .sterngth_contents__txt {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .sterngth_contents__txt {
    margin-top: 40px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 500px) {
  .sterngth_contents__txt {
    padding: 0 20px;
  }
}

.sterngth_contents__img__left .sterngth_contents__img__inner {
  overflow: hidden;
  border-radius: 0px 8px 8px 0px;
}
@media screen and (max-width: 1000px) {
  .sterngth_contents__img__left {
    padding-right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .sterngth_contents__img__left {
    padding-right: 20px;
  }
}

.sterngth_contents__img__right .sterngth_contents__img__inner {
  overflow: hidden;
  border-radius: 8px 0px 0px 8px;
}
@media screen and (max-width: 1000px) {
  .sterngth_contents__img__right {
    padding-left: 40px;
  }
}
@media screen and (max-width: 500px) {
  .sterngth_contents__img__right {
    padding-left: 20px;
  }
}

.sterngth_headline {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 1000px) {
  .sterngth_headline {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 500px) {
  .sterngth_headline {
    display: block;
  }
}

.sterngth_headline__num {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(2.5rem, 6.4vw, 4rem);
  line-height: 100%;
  display: flex;
  gap: 16px;
  align-items: center;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .sterngth_headline__num {
    font-size: 52px;
  }
}
@media screen and (max-width: 500px) {
  .sterngth_headline__num {
    display: block;
    padding-bottom: 16px;
  }
}
.sterngth_headline__num::after {
  content: "";
  width: 72px;
  height: 1px;
  background: #389BFF;
  display: block;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .sterngth_headline__num::after {
    width: 56px;
  }
}
@media screen and (max-width: 500px) {
  .sterngth_headline__num::after {
    display: none;
  }
}

.sterngth_headline__main {
  font-weight: 700;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  line-height: 180%;
  color: #333333;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .sterngth_headline__main {
    font-size: 20px;
  }
}

.lower_btn__strength {
  margin-top: 56px;
}
@media screen and (max-width: 1000px) {
  .lower_btn__strength {
    margin-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  .lower_btn__strength a {
    margin: auto;
  }
}

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

@media screen and (min-width: 501px) and (max-width: 1000px) {
  .lower__mediumline__message br {
    display: block;
  }
}
.message__read {
  margin: 32px 0;
}
@media screen and (max-width: 1000px) {
  .message__read {
    margin: 24px 0;
  }
}

.message_name {
  text-align: right;
  font-weight: 500;
  font-size: clamp(1.375rem, 2.4vw, 1.5rem);
  line-height: 100%;
  color: #333333;
}

.message_name__small {
  display: inline-block;
  margin-right: 24px;
}
@media screen and (max-width: 1000px) {
  .message_name__small {
    margin-right: 16px;
  }
}

/*================================================
message----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
outline----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.outline {
  margin-top: 160px;
  padding: 160px 0;
  background: linear-gradient(90deg, #CFE7FF 0%, #ECF5FF 50%, #CFE7FF 100%);
}
@media screen and (max-width: 1000px) {
  .outline {
    margin-top: 104px;
    padding: 104px 0;
  }
}

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

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

.outline_wrap__headline {
  font-style: normal;
  font-weight: 600;
  font-size: clamp(1.375rem, 2.4vw, 1.5rem);
  line-height: 100%;
  color: #333333;
}

.outline_wrap__content {
  flex-basis: 83.33%;
}
@media screen and (max-width: 1000px) {
  .outline_wrap__content {
    margin-top: 24px;
  }
}

.outline_wrap__content a[target=_blank] {
  color: #389BFF;
  text-decoration: underline;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  display: flex;
  gap: 8px;
}
.outline_wrap__content a[target=_blank]::after {
  content: "";
  background: url(../images/common/blank_ico.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
}

.table_wrap table th,
.table_wrap table td {
  padding: 32px 24px;
  border: none;
  background: initial;
  font-weight: 500;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 180%;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  .table_wrap table th,
  .table_wrap table td {
    padding: 24px;
  }
}
.table_wrap table td {
  border-bottom: solid 1px #DEDCD8;
}
.table_wrap table th {
  font-weight: 700;
  color: #389BFF;
  border-bottom: solid 1px #389BFF;
}
@media screen and (min-width: 1001px) {
  .table_wrap table tr:first-of-type th,
  .table_wrap table tr:first-of-type td {
    padding-top: 0;
  }
}

/*================================================
outline----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
access----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.access {
  margin-top: 160px;
}
@media screen and (max-width: 1000px) {
  .access {
    margin-top: 104px;
  }
}

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

.access_catch__map {
  flex-basis: 66.6%;
}

.access_catch__pic {
  flex-basis: 30.66%;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .access_catch__pic img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media screen and (max-width: 1000px) {
  .access_catch__pic {
    max-width: 368px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 500px) {
  .access_catch__pic img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
  }
}

.access__headline {
  margin: 24px 0 16px;
  display: block;
  font-weight: 600;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 100%;
  color: #389BFF;
}
@media screen and (max-width: 1000px) {
  .access__headline {
    margin: 16px 0 8px;
  }
}

.access__cards {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .access__cards {
    margin-top: 48px;
    gap: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .access__cards {
    margin-top: 40px;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}

@media screen and (max-width: 500px) {
  .access__map iframe {
    height: 300px;
  }
}
/*================================================
access----END
==================================================*/
.manufactures_tags {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-bottom: 88px;
}
@media screen and (min-width: 501px) {
  .manufactures_tags {
    border-bottom: solid 2px #DEDCD8;
  }
}
@media screen and (max-width: 1000px) {
  .manufactures_tags {
    margin-bottom: 72px;
    gap: 32px;
  }
}
@media screen and (max-width: 500px) {
  .manufactures_tags {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 15px;
  }
}

.manufactures_tag {
  position: relative;
  cursor: pointer;
  padding-bottom: 24px;
  font-weight: 600;
  font-size: clamp(0.9375rem, 1.8vw, 1.125rem);
  line-height: 130%;
  color: #C2C2C2;
  transition: all 0.3s;
}
.manufactures_tag::before {
  content: "";
  width: 0%;
  height: 2px;
  background: #389BFF;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: all 0.3s;
}
.manufactures_tag.is-active, .manufactures_tag:hover {
  opacity: 1;
  color: #389BFF;
}
.manufactures_tag.is-active::before, .manufactures_tag:hover::before {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .manufactures_tag {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 500px) {
  .manufactures_tag {
    border-bottom: solid 2px #DEDCD8;
  }
}

.manufactures_contents__wrap {
  position: relative;
}

.manufactures_contents {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.manufactures_contents.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  position: relative;
  transition-delay: 0.5s;
}

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

.manufactures_headline {
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 130%;
  color: #389BFF;
  border-radius: 8px;
  background: #F5FAFF;
  padding: 24px 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1000px) {
  .manufactures_headline {
    padding: 16px 24px;
    margin-bottom: 24px;
  }
}

.manufactures__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 16px;
  max-width: 902px;
}
@media screen and (max-width: 1000px) {
  .manufactures__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 14px;
  }
}

.manufactures__item {
  position: relative;
  font-weight: 500;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 150%;
  color: #333333;
  padding-left: 16px;
  box-sizing: border-box;
}
.manufactures__item::before {
  content: "";
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 8px;
  height: auto;
  background: #389BFF;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .manufactures__item::before {
    top: 50%;
  }
}

.products_section + .products_section {
  margin-top: 160px;
}
@media screen and (max-width: 1000px) {
  .products_section + .products_section {
    margin-top: 120px;
  }
}

.lower_headline__slag__product {
  text-transform: uppercase;
}

.products_img {
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .products_img img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.products_img {
  margin-bottom: 64px;
}
@media screen and (max-width: 1000px) {
  .products_img {
    margin-bottom: 56px;
  }
}

.products__tags {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
@media screen and (min-width: 501px) {
  .products__tags {
    border-bottom: solid 2px #DEDCD8;
  }
}
@media screen and (max-width: 1000px) {
  .products__tags {
    margin-bottom: 32px;
    gap: 32px;
  }
}
@media screen and (max-width: 500px) {
  .products__tags {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 15px;
  }
}

.products__tag {
  position: relative;
  cursor: pointer;
  padding-bottom: 24px;
  font-weight: 600;
  font-size: clamp(0.9375rem, 1.8vw, 1.125rem);
  line-height: 130%;
  color: #C2C2C2;
  transition: all 0.3s;
}
.products__tag::before {
  content: "";
  width: 0%;
  height: 2px;
  background: #389BFF;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: all 0.3s;
}
.products__tag.is-active, .products__tag:hover {
  opacity: 1;
  color: #389BFF;
}
.products__tag.is-active::before, .products__tag:hover::before {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .products__tag {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 500px) {
  .products__tag {
    border-bottom: solid 2px #DEDCD8;
  }
}

.products__tag__contents {
  position: relative;
}

.products__tag__content {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.products__tag__content.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  position: relative;
  transition-delay: 0.5s;
}

.products__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 16px;
  max-width: 902px;
}
@media screen and (max-width: 1000px) {
  .products__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
}

.products_loop__txt {
  position: relative;
  font-weight: bold;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 150%;
  color: #333333;
  padding-left: 16px;
  box-sizing: border-box;
}
.products_loop__txt::before {
  content: "";
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 8px;
  height: auto;
  background: #389BFF;
  position: absolute;
  left: 0;
  top: 10px;
}

.products_loop__main {
  display: block;
}

.products_loop__txt__child {
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 130%;
  color: #333333;
}

.lower_btn__products {
  margin-top: 56px;
}
.lower_btn__products a {
  margin: auto;
  width: 336px;
}
@media screen and (max-width: 500px) {
  .lower_btn__products a {
    width: 280px;
  }
}

.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, 3.875vw, 62px);
  margin-bottom: clamp(40px, 5vw, 80px);
}
@media screen and (min-width: 501px) {
  .p_contact__list {
    gap: 24px;
  }
}
@media screen and (max-width: 500px) {
  .p_contact__list {
    gap: 8px;
  }
}

.p_contact__tab {
  position: relative;
  max-width: 296px;
  flex: 1;
  display: block;
  text-align: center;
  background-color: #fff;
  border: 1px solid #389BFF;
  border-radius: 8px;
  font-weight: 700;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  color: #333333;
}
@media screen and (min-width: 501px) {
  .p_contact__tab {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 500px) {
  .p_contact__tab {
    padding: 12px 10px;
  }
}
.p_contact__tab::before {
  counter-increment: num;
  content: counter(num) ".";
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.8vw, 1.125rem);
}
@media screen and (min-width: 501px) {
  .p_contact__tab::before {
    position: absolute;
    left: 16px;
  }
}

.p_contact__active {
  background-color: #389BFF;
  color: #fff;
}

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

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

.p_policy__block + .p_policy__block {
  margin-top: 32px;
}

.p_policy__label {
  display: block;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 200%;
  color: #333333;
  margin-bottom: 8px;
}
@media screen and (max-width: 1000px) {
  .p_policy__label {
    margin-bottom: 6px;
  }
}

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

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

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

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

.c_text__time {
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 180%;
  color: #389BFF;
}

.p_archive__lead {
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 180%;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 500px) {
  .p_archive__lead {
    -webkit-line-clamp: 2;
  }
}

.p_archive__link:hover {
  opacity: 1;
}
.p_archive__link:hover::before {
  width: 100%;
}

.p_single__block___head {
  margin-bottom: 28px;
}
@media screen and (max-width: 1000px) {
  .p_single__block___head {
    margin-bottom: 24px;
  }
}

.p_single__block___lead {
  margin-top: 24px;
  display: block;
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  line-height: 180%;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  .p_single__block___lead {
    margin-top: 16px;
  }
}

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

.p_single__block___inner a {
  font-weight: 500;
  text-decoration-line: underline;
  color: #389BFF;
}

.p_found__head {
  margin-bottom: clamp(32px, 2.5vw, 40px);
}

.p_found__caption {
  display: block;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  font-optical-sizing: auto;
  font-style: normal;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(2.625rem, 6.4vw, 4rem);
  line-height: 100%;
  color: #DEDCD8;
  text-transform: uppercase;
}

.p_found__label {
  display: block;
  margin-top: 16px;
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  line-height: 180%;
  color: #333333;
}

.p_found__menu {
  margin-top: clamp(40px, 3vw, 48px);
}
@media screen and (min-width: 1001px) {
  .p_found__menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .p_found__menu ul li + li {
    border-left: 1px solid #DEDCD8;
    box-sizing: border-box;
  }
  .p_found__menu ul a {
    padding: 0 32px;
  }
  .p_found__menu ul span {
    display: none;
  }
}
.p_found__menu ul .sub-menu,
.p_found__menu ul .children {
  display: none !important;
}
.p_found__menu a {
  display: block;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 100%;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  .p_found__menu ul {
    display: block;
    max-width: 360px;
    margin: auto;
  }
  .p_found__menu li + li {
    border-top: 1px solid #DEDCD8;
    box-sizing: border-box;
  }
  .p_found__menu a {
    padding: 10px;
  }
}/*# sourceMappingURL=common.css.map */