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

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

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

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

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;
  width: 100%;
  height: 100%;
  border: none;
}

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

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

th,
td {
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
}
@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 #D9D9D9;
    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 #D9D9D9;
  }
}
@media screen and (max-width: 1000px) {
  td {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }
}

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

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

/* ▽▽▽▽ container ▽▽▽▽ */
.container {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 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 (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 (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 1000ms;
}

/* △△△△ lazy △△△△ */
/* ▽▽▽▽ blur ▽▽▽▽ */
.blur {
  opacity: 0;
  filter: blur(20px);
}
@media screen and (max-width: 1000px) {
  .blur {
    filter: blur(10px);
  }
}

.blur_show {
  opacity: 1;
  filter: blur(0px);
  transition: all 1.6s;
}
@media screen and (max-width: 1000px) {
  .blur_show {
    filter: blur(0px);
  }
}

/* △△△△ blur △△△△ */
/* ▽▽▽▽追従▽▽▽▽ */
@media screen and (min-width: 1001px) {
  .c_following__contents {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    position: relative;
  }
  .c_following__side {
    position: sticky;
    top: 0;
    left: 0;
    width: 200px;
  }
  .c_following__main {
    flex: 1;
  }
}
/* △△△△追従△△△△ */
.c_header__block {
  display: flex;
  padding: 21px 40px;
  background: #fff;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  z-index: 5;
  transition: all 0.3s;
}
@media screen and (min-width: 1201px) {
  .c_header__block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .c_header__block.c_header__hide {
    transform: translateY(-100%);
    opacity: 0;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .c_header__block {
    padding: 21px 40px;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__block {
    padding: 18px 40px;
  }
}
@media screen and (max-width: 500px) {
  .c_header__block {
    padding: 18px 16px;
  }
}

.c_header__info {
  max-width: 302px;
}
@media screen and (max-width: 1300px) {
  .c_header__info {
    max-width: 260px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .c_header__info {
    max-width: 240px;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__info {
    max-width: 240px;
  }
}
@media screen and (max-width: 500px) {
  .c_header__info {
    max-width: 152px;
  }
}

.c_header__logo {
  line-height: 1;
}

@media screen and (min-width: 1201px) {
  .c_header__nav ul {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1500px) {
  .c_header__nav ul {
    gap: 32px;
  }
}
.c_header__nav a {
  font-weight: 500;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 150%;
  color: #595757;
}
.c_header__nav a:hover {
  opacity: 1;
  color: #E83522;
}
.c_header__nav .header_blank {
  display: flex;
  align-items: center;
}
.c_header__nav .header_blank::after {
  content: "";
  background: url(../images/common/blank_ico.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: block;
  transition: all 0.2s;
  margin-left: 2px;
}
@media screen and (max-width: 1000px) {
  .c_header__nav .header_blank::after {
    filter: brightness(0) invert(1);
  }
}
@media screen and (min-width: 1201px) {
  .c_header__nav .header_blank:hover::after {
    background: url(../images/common/blank_ico_hov.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 1200px) {
  .c_header__nav .header_blank {
    justify-content: center;
  }
}
@media screen and (min-width: 1201px) {
  .c_header__nav .menu-item-has-children {
    position: relative;
  }
  .c_header__nav .menu-item-has-children > a {
    position: relative;
    padding-right: 14px;
  }
  .c_header__nav .menu-item-has-children > a::before {
    content: "";
    background: url(../images/common/header_manu_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 6px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  .c_header__nav .menu-item-has-children:hover {
    opacity: 1;
    color: #E83522;
  }
  .c_header__nav .menu-item-has-children:hover > a::before {
    transform: translateY(-50%) rotate(180deg);
  }
  .c_header__nav .menu-item-has-children:hover .sub-menu {
    clip-path: inset(0 0 0 0);
  }
  .c_header__nav .sub-menu {
    position: relative;
    display: block;
    padding: 48px 24px 24px;
    width: auto;
    position: absolute;
    left: 0;
    z-index: 1;
    clip-path: inset(0 0 100% 0);
    transition: all 0.6s;
  }
  .c_header__nav .sub-menu li {
    position: relative;
    line-height: 1;
    width: -moz-max-content;
    width: max-content;
    z-index: 1;
  }
  .c_header__nav .sub-menu a {
    font-weight: 500;
    font-size: 15px;
    color: #595757;
    line-height: 1.5;
  }
  .c_header__nav .sub-menu a:hover {
    color: #E83522;
  }
  .c_header__nav .sub-menu li + li {
    display: block;
    margin-top: 8px;
  }
  .c_header__nav .sub-menu::before {
    content: "";
    width: 100%;
    height: calc(100% - 30px);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #D9D9D9;
    border-radius: 16px;
    position: absolute;
    left: 0;
    bottom: 1px;
    box-sizing: border-box;
  }
}
.c_header__nav span {
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .c_header__nav li {
    border-bottom: 1px solid #fff;
  }
  .c_header__nav .sub-menu {
    display: none !important;
  }
  .c_header__nav a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-top: 1em;
    padding-bottom: 1em;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1200px) {
  .c_header__menu {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 375px;
    width: 100%;
    height: 100dvh;
    background-color: rgba(89, 87, 87, 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: 1200px) and (min-width: 1001px) {
  .c_header__menu {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .c_header__menu {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1200px) {
  .c_header__menu.c_header__active {
    clip-path: inset(0 0% 0% 0%);
  }
}
.c_header__line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background-color: #fff;
  translate: -50% -50%;
  transition: inherit;
}
.c_header__active .c_header__line {
  opacity: 0;
}

.c_header__trigger {
  position: fixed;
  top: 20px;
  right: 20px;
  aspect-ratio: 1/1;
  background-color: #595757;
  width: 48px;
  height: auto;
  transition-property: all;
  z-index: 10;
  border-radius: 24px;
}
@media screen and (min-width: 1001px) {
  .c_header__trigger {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__trigger {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 500px) {
  .c_header__trigger {
    top: 8px;
    right: 10px;
  }
}
@media screen and (min-width: 1202px) {
  .c_header__trigger {
    display: none !important;
  }
}
.c_header__trigger::before, .c_header__trigger::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background-color: #fff;
  transition: inherit;
}
.c_header__trigger::before {
  translate: -50% calc(-50% - 7px);
}
.c_header__trigger::after {
  translate: -50% calc(-50% + 7px);
}
.c_header__trigger.c_header__active::before, .c_header__trigger.c_header__active::after {
  translate: -50% -50%;
}
.c_header__trigger.c_header__active::before {
  rotate: -30deg;
}
.c_header__trigger.c_header__active::after {
  rotate: 30deg;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
contact_others----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.contact_others {
  position: fixed;
  overflow: hidden;
  z-index: 3;
  right: 0;
}
@media screen and (min-width: 501px) {
  .contact_others {
    top: 160px;
  }
}
@media screen and (max-width: 500px) {
  .contact_others {
    display: flex;
    bottom: 0;
    align-items: end;
  }
}

.contact_others.is-close {
  pointer-events: none;
}
.contact_others.is-close .contact_others__arrow {
  pointer-events: all;
}

.contact_others__arrow {
  position: relative;
  display: block;
  background: #E83522;
  width: 40px;
  height: 32px;
  margin-left: auto;
  border-radius: 8px 0px 0px 0px;
  cursor: pointer;
  transition: all 0.3s;
}
.contact_others__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s;
}
@media screen and (max-width: 500px) {
  .contact_others__arrow {
    width: 40px;
    height: 40px;
  }
  .contact_others__arrow svg {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}

.contact_others__links {
  overflow: hidden;
  transition: all 0.3s;
  border-radius: 8px 0px 0px 8px;
  width: 144px;
}
@media screen and (max-width: 500px) {
  .contact_others__links {
    border-radius: 8px 0px 0px 0px;
    width: initial;
    display: flex;
    align-items: center;
    opacity: 1;
  }
}

.contact_others__link {
  display: block;
  width: 100%;
  text-align: center;
  padding: 16px 0;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 500px) {
  .contact_others__link {
    box-sizing: border-box;
    width: 104px;
    padding: 8px 0;
  }
}

.contact_others__link1 {
  background: #E83522;
}

.contact_others__link2 {
  background: #595757;
}

.contact_others__link3 {
  background: #929396;
}

.contact_others.is-close .contact_others__links {
  transform: translateX(100%);
}
@media screen and (max-width: 500px) {
  .contact_others.is-close .contact_others__links {
    opacity: 0;
    display: none;
    transition: display 0.3s;
  }
}
.contact_others.is-close .contact_others__arrow {
  width: 40px;
  height: 80px;
  border-radius: 16px 0px 0px 16px;
  transition-delay: 0.3s;
}
.contact_others.is-close .contact_others__arrow svg {
  transform: translate(-50%, -50%) rotate(180deg);
}
@media screen and (max-width: 500px) {
  .contact_others.is-close .contact_others__arrow {
    border-radius: 8px 0px 0px 0px;
    width: 64px;
    height: 40px;
  }
  .contact_others.is-close .contact_others__arrow svg {
    transform: translate(-50%, -50%) rotate(-90deg);
  }
}

/*================================================
contact_others----END
==================================================*/
.c_mv {
  display: block;
}
.c_mv img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.c_kv {
  position: relative;
  display: block;
  padding: 96px 40px 0;
  box-sizing: border-box;
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .c_kv {
    padding: 74px 40px 0;
  }
}
@media screen and (max-width: 1000px) {
  .c_kv {
    padding: 0px 40px 0;
  }
}
@media screen and (max-width: 500px) {
  .c_kv {
    padding: 0 10px;
  }
}

.c_kv_wrap,
.c_kv__pic {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.c_kv__pic {
  position: relative;
}

.kv_pic__image {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  vertical-align: bottom;
}
@media screen and (max-width: 500px) {
  .kv_pic__image {
    height: 270px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.c_kv__block {
  padding-left: 160px;
  z-index: 1;
}
@media screen and (max-width: 1450px) {
  .c_kv__block {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1001px) {
  .c_kv__block {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .c_kv__block {
    position: relative;
    padding-left: 20px;
    margin-top: -40px;
  }
}
@media screen and (max-width: 500px) {
  .c_kv__block {
    padding-left: 10px;
  }
}

.c_kv__back {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 760px;
  background: #fff;
  height: 166px;
  border-radius: 0 16px 0 0;
}
@media screen and (max-width: 1450px) {
  .c_kv__back {
    width: 620px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .c_kv__back {
    width: 470px;
    height: 126px;
  }
}
@media screen and (max-width: 1000px) {
  .c_kv__back {
    width: 320px;
    height: 68px;
  }
}
@media screen and (max-width: 500px) {
  .c_kv__back {
    height: 60px;
    width: 260px;
  }
}
.c_kv__back::before {
  pointer-events: none;
  content: "";
  background: url(../images/common/radius_bl.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  bottom: 100%;
}
.c_kv__back::after {
  pointer-events: none;
  content: "";
  background: url(../images/common/radius_bl.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  left: 100%;
  bottom: 0;
}

.c_kv__caption {
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-weight: 400;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: 150%;
  color: #929396;
  padding-left: 10px;
  text-transform: uppercase;
}

.c_kv__caption::before {
  content: "";
  background: #E83522;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.c_kv__lead {
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.2vw, 2rem);
  line-height: 150%;
  color: #595757;
}

.c_kv.c_kv--only {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.c_kv__block.c_kv__block--only {
  position: static;
  top: auto;
  left: auto;
  display: block;
  padding: 0;
  padding-top: 94px;
}
@media screen and (max-width: 1000px) {
  .c_kv__block.c_kv__block--only {
    padding: 0;
    padding-top: 94px;
  }
}

.c_kv__head.blur_show {
  transition-delay: 0.6s;
}

.c_bread {
  margin-top: 200px;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  padding-bottom: 24px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-weight: 500;
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  line-height: 150%;
  color: #929396;
}
@media screen and (max-width: 1000px) {
  .c_bread {
    padding-bottom: 16px;
    margin-top: 120px;
  }
}
.c_bread .container {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.c_bread span,
.c_bread a {
  line-height: 150%;
  font-size: inherit;
  color: inherit;
}

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

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

.cta_slag {
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 150%;
  color: #FFFFFF;
  padding-left: 10px;
}
.cta_slag::before {
  content: "";
  background: white;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .cta_slag {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}

.cta_title {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.2vw, 2rem);
  line-height: 150%;
  color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .cta_title {
    text-align: center;
  }
}

.cta_readline {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
  margin: 32px 0 40px;
}
@media screen and (max-width: 1200px) {
  .cta_readline br {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .cta_readline {
    text-align: center;
  }
}

.cta_tel {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(2rem, 4.4vw, 2.75rem);
  line-height: 150%;
  color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .cta_tel {
    text-align: center;
  }
}

.cta_tel__small {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  line-height: 180%;
  color: #FFFFFF;
}

.tel_time {
  font-weight: 500;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 150%;
  color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .tel_time {
    display: block;
    text-align: center;
  }
}

.cm_btn.cm_btn--cta {
  margin-top: 32px;
}
.cm_btn.cm_btn--cta a {
  width: 295px;
}
@media screen and (max-width: 1000px) {
  .cm_btn.cm_btn--cta a {
    width: 276px;
    margin: auto;
  }
}

@media screen and (max-width: 1000px) {
  .cta_list {
    margin-top: 64px;
  }
}
.c_footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.c_footer__nav a {
  display: block;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .c_footer__nav a {
    line-height: 1;
  }
}
.c_footer__nav .footer_blank a {
  display: flex;
  align-items: center;
}
.c_footer__nav .footer_blank a::after {
  content: "";
  background: url(../images/common/blank_ico_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 2px;
}
@media screen and (min-width: 1001px) {
  .c_footer__nav ul {
    flex-direction: column;
    gap: 22px 80px;
    height: 313px;
  }
  .c_footer__nav li {
    line-height: 2;
  }
  .c_footer__nav ul.sub-menu {
    margin-top: 8px;
    gap: 3px;
    height: initial;
  }
  .c_footer__nav ul.sub-menu a {
    padding-left: 8px;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    color: #FFFFFF;
  }
}
@media screen and (max-width: 1000px) {
  .c_footer__nav ul {
    border-top: solid 1px #D9D9D9;
    margin: 0 -40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .c_footer__nav ul {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 1000px) {
  .c_footer__nav li {
    width: 50%;
    border-bottom: 1px solid #D9D9D9;
    box-sizing: border-box;
  }
  .c_footer__nav li:nth-child(even) {
    border-left: 1px solid #D9D9D9;
  }
  .c_footer__nav li:nth-child(odd):last-child {
    width: 100%;
  }
  .c_footer__nav a {
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 25px 8px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .c_footer__nav .br_list a {
    display: block;
    text-align: center;
    padding: 6px 0;
  }
  .c_footer__nav .br_list a br {
    display: block !important;
  }
  .c_footer__nav .footer_blank a {
    font-size: 16px;
    padding: 24px 8px;
  }
  .c_footer__nav ul.sub-menu {
    display: none;
  }
}

.c_footer {
  position: relative;
  background: #595757;
  color: #FFFFFF;
}

.c_footer__block {
  position: relative;
  padding: 64px 0 64px;
}
@media screen and (max-width: 1450px) {
  .c_footer__block {
    padding: 64px 0 140px;
  }
}
@media screen and (min-width: 1001px) {
  .c_footer__block {
    border-top: solid 1px #D9D9D9;
  }
}
@media screen and (max-width: 1000px) {
  .c_footer__block {
    padding: 64px 0 114px;
  }
}

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

.c_footer__logo {
  display: block;
  max-width: 302px;
}
@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: 152px;
  }
}

.c_footer__address {
  display: block;
  font-weight: 500;
  font-size: clamp(0.75rem, 1.5vw, 0.9375rem);
  line-height: 150%;
  margin-top: 24px;
}
@media screen and (max-width: 1000px) {
  .c_footer__address {
    text-align: center;
  }
}

.c_footer__copy {
  font-weight: 500;
  font-size: clamp(0.75rem, 1.5vw, 0.9375rem);
  line-height: 150%;
  color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .c_footer__copy {
    padding-top: 64px;
    text-align: left;
  }
}

.c_footer__rtt {
  position: absolute;
  right: 40px;
  bottom: 64px;
}
@media screen and (max-width: 1450px) {
  .c_footer__rtt {
    bottom: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .c_footer__rtt {
    right: 40px;
    bottom: 100px;
  }
}
@media screen and (max-width: 500px) {
  .c_footer__rtt {
    right: 20px;
  }
}

.c_footer__arrow {
  display: inline-block;
  position: relative;
  aspect-ratio: 1/1;
  width: 48px;
  height: auto;
  border-radius: 50%;
  transition: all 0.5s;
  overflow: hidden;
  background: #E83522;
}
@media screen and (max-width: 1000px) {
  .c_footer__arrow {
    width: 32px;
  }
}
.c_footer__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .c_footer__arrow svg {
    width: 8px;
  }
}
.c_footer__arrow svg:first-of-type {
  opacity: 1;
  top: 50%;
}
.c_footer__arrow svg:last-of-type {
  top: 150%;
}
.c_footer__arrow #home_btn__inner {
  transition: all 0.4s;
}

.c_footer__arrow:hover {
  opacity: 1;
  transform: scale(1.16, 1.16);
}
@media screen and (min-width: 1001px) {
  .c_footer__arrow:hover svg:first-of-type {
    top: -150%;
  }
  .c_footer__arrow:hover svg:last-of-type {
    top: 50%;
  }
}

.c_address__block {
  display: block;
}

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

/* ↓以下の階層にボタンやフォームのscssが格納されています。 */
.c_block__top {
  margin-top: 120px;
}
@media screen and (max-width: 1000px) {
  .c_block__top {
    margin-top: 80px;
  }
}

@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-weight: 500;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 200%;
  color: #595757;
}

.c_text__center {
  text-align: center;
}

.c_text__left {
  text-align: left;
}

.c_text__right {
  text-align: right;
}

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

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

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

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

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

.c_top__ico {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  background-color: #ddd;
  border-radius: 50px;
  overflow: clip;
  transition: inherit;
}
.c_top__link:hover .c_top__ico {
  background-color: #00f;
}

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

.c_top__text {
  font-size: inherit;
}

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

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

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

.c_image {
  overflow: clip;
}

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

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

.c_btn {
  display: flex;
  margin-top: clamp(40px, 3.5vw, 56px);
  justify-content: center;
  align-items: center;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  gap: 24px;
  flex-wrap: wrap;
}

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

.c_btn__large {
  max-width: 400px;
}

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

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

.c_pagelist {
  margin-bottom: clamp(40px, 5vw, 80px);
}
@media screen and (min-width: 1001px) {
  .c_pagelist ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 24px;
  }
}
@media screen and (max-width: 1000px) {
  .c_pagelist li + li {
    border-top: 1px solid #D9D9D9;
  }
}
.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, 5.5vw, 88px);
}
.c_pagenavi .wp-pagenavi {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 16px;
  font-size: clamp(0.75rem, 1.6vw, 1rem);
  align-items: center;
}
.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;
  border-radius: 50%;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0.75rem, 1.6vw, 1rem);
  line-height: 100%;
  color: #595757;
  align-items: center;
}
@media screen and (min-width: 1001px) {
  .c_pagenavi span,
  .c_pagenavi a {
    width: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .c_pagenavi span,
  .c_pagenavi a {
    width: 28px;
  }
}
.c_pagenavi span.current, .c_pagenavi span:hover,
.c_pagenavi a.current,
.c_pagenavi a:hover {
  font-weight: inherit !important;
  opacity: 1;
  background-color: #E83522;
  color: #fff;
}
.c_pagenavi .first,
.c_pagenavi .last,
.c_pagenavi .pages {
  display: none !important;
}
.c_pagenavi .previouspostslink {
  content: "";
  background: url(../images/common/post_navi_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  color: transparent;
  transition: all 0.3s;
  margin-right: 16px !important;
}
@media screen and (max-width: 1000px) {
  .c_pagenavi .previouspostslink {
    margin-right: 8px !important;
  }
}
.c_pagenavi .previouspostslink:hover {
  opacity: 0.6;
  color: transparent !important;
}
.c_pagenavi .nextpostslink {
  content: "";
  background: url(../images/common/post_navi_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  color: transparent;
  transform: rotate(180deg);
  transition: all 0.3s;
  margin-left: 16px !important;
  margin-right: 0 !important;
}
@media screen and (max-width: 1000px) {
  .c_pagenavi .nextpostslink {
    margin-left: 8px !important;
  }
}
.c_pagenavi .nextpostslink:hover {
  opacity: 0.6;
  color: transparent !important;
}

.c_single__nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  box-sizing: border-box;
  margin-top: 56px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-weight: 500;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  text-decoration-line: underline;
  color: #595757;
}

.c_single__nav___move {
  max-width: 64px;
  flex: 1;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
}
.c_single__nav___move a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration-line: underline;
  font-weight: 500;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  color: #595757;
}

.mw_wp_form {
  margin-top: clamp(32px, 3.125vw, 50px);
  background-color: #F6F6F8;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  border-radius: 28px;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form {
    padding: 100px 80px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .mw_wp_form {
    padding: 100px 40px;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 500px) {
  .mw_wp_form {
    padding: 56px 20px;
  }
}
@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 td br {
  display: none;
}
.mw_wp_form th {
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form th {
    width: 360px;
  }
}
@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;
  border-radius: 8px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(0.8125rem, 1.4vw, 0.875rem);
  line-height: 100%;
  color: #FFFFFF;
}
@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: #E83522;
}
.mw_wp_form th > span.any {
  background-color: #929396;
}
.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;
  line-height: 1.4375em;
  box-sizing: border-box;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  outline: none;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  border-radius: 8px;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 500;
  line-height: 200%;
  color: #595757;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form input,
  .mw_wp_form textarea,
  .mw_wp_form select {
    padding: 11px 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: 160px;
  }
}
@media screen and (max-width: 500px) {
  .mw_wp_form input.var02,
  .mw_wp_form textarea.var02,
  .mw_wp_form select.var02 {
    max-width: 4em;
  }
}
.mw_wp_form input,
.mw_wp_form textarea {
  width: 100%;
}
.mw_wp_form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 48px;
  background-image: url("../images/common/svg-select.svg");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center right 16px;
}
.mw_wp_form input[type*=file] {
  width: auto;
  background-color: transparent;
  padding: 0;
  border: none;
  font-weight: 400;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  margin-top: clamp(10px, 1vw, 16px);
}
.mw_wp_form input[type*=file]::file-selector-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-size: clamp(0.75rem, 1.6vw, 1rem);
}
.mw_wp_form .error {
  display: block;
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  padding: 0.5em;
  box-sizing: border-box;
  background-color: pink;
  margin-top: 8px;
  flex-basis: 100%;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form.mw_wp_form_input th,
  .mw_wp_form.mw_wp_form_input td {
    padding-bottom: 40px;
  }
  .mw_wp_form.mw_wp_form_input th {
    line-height: 57px;
  }
  .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: 56px;
  margin-right: 20px;
  cursor: pointer;
  color: #595757;
  font-weight: bold;
}
@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 #D9D9D9;
  border-radius: 8px;
}

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

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

.mwform-radio-field-text {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
}
@media screen and (min-width: 1001px) {
  .mwform-radio-field-text {
    line-height: 1;
  }
}
.mwform-radio-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 22px;
  height: auto;
  box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center center;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
}
.mwform-radio-field-text::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 7px;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  width: 8px;
  background-color: #E83522;
  border-radius: 50%;
  opacity: 0;
}

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

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

.form-agree {
  margin-top: clamp(20px, 2.5vw, 40px);
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 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: unset;
  text-decoration: underline;
}
@media screen and (min-width: 1001px) {
  .form-agree {
    text-align: center;
  }
}

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

.form-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px 32px;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin-top: clamp(48px, 3.5vw, 56px);
}
@media screen and (max-width: 500px) {
  .form-btns {
    display: block;
  }
}
.form-btns a,
.form-btns [type=submit] {
  max-width: 264px;
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  transition-property: all;
  border-radius: 500px;
  background-image: url("../images/common/contact_arrow.png");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: right 16px center;
  background-color: #fff;
  padding: 15px 24px;
  border: solid 1px #D9D9D9;
  color: #595757;
  text-align: left;
  font-weight: 500;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 150%;
  margin: auto;
}
@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;
  }
}
@media screen and (max-width: 1000px) {
  .form-btns a,
  .form-btns [type=submit] {
    max-width: 248px;
  }
}
.form-btns a:hover,
.form-btns [type=submit]:hover {
  opacity: 1;
  border: solid 1px #E83522;
  color: #E83522;
}
.form-btns [type=submit].fm-modoru {
  text-align: left;
}

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

.mw_wp_form_confirm.mw_wp_form .form-btns a,
.mw_wp_form_confirm.mw_wp_form .form-btns [type=submit] {
  margin: 0;
}

.mw_wp_form input.birth {
  max-width: 190px;
}

/* ↓以下の階層に固定ページ等のscssが格納されています。 */
.lower_marker {
  position: relative;
  padding-left: 20px;
  font-weight: 700;
  font-size: clamp(1.375rem, 2.4vw, 1.5rem);
  line-height: 180%;
  color: #595757;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 56px;
}
@media screen and (max-width: 1000px) {
  .lower_marker {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 500px) {
  .lower_marker {
    padding-left: 20px;
  }
}

.lower_marker::before {
  content: "";
  background: #E83522;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 16px;
}
@media screen and (max-width: 1000px) {
  .lower_marker::before {
    top: 15px;
  }
}

.img_radius {
  border-radius: 16px;
}

.border_line {
  font-weight: 500;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 150%;
  color: #E83522;
  padding-bottom: 8px;
  margin-bottom: 32px;
  border-bottom: solid 1px #D9D9D9;
}
@media screen and (max-width: 1000px) {
  .border_line {
    margin-bottom: 24px;
  }
}

.cm_btn__link {
  display: block;
  position: relative;
  text-align: left;
  color: #fff;
  width: 200px;
  box-sizing: border-box;
  padding: 19px 24px;
  font-weight: 500;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 100%;
  color: #595757;
  background: #fff;
  border: solid 1px #D9D9D9;
  border-radius: 100px;
  transition: all 0.3s;
}
@media screen and (max-width: 500px) {
  .cm_btn__link {
    width: 172px;
    padding: 16px 24px;
  }
}

.cm_btn__arrow {
  display: inline-block;
  position: relative;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  border-radius: 50%;
  transition: all 0.5s;
  overflow: hidden;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: #E83522;
}
.cm_btn__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.cm_btn__arrow svg:first-of-type {
  opacity: 1;
  left: 50%;
}
.cm_btn__arrow svg:last-of-type {
  left: -150%;
}
.cm_btn__arrow #home_btn__inner {
  transition: all 0.4s;
}

.cm_btn__link:hover {
  opacity: 1;
  border: solid 1px #E83522;
  color: #E83522;
}
.cm_btn__link:hover .cm_btn__arrow svg:first-of-type {
  left: 150%;
}
.cm_btn__link:hover .cm_btn__arrow svg:last-of-type {
  left: 50%;
}

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

.flex_page__list_wrap {
  width: 216px;
  background: #F6F6F8;
  border-radius: 16px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 1001px) {
  .flex_page__list_wrap {
    position: sticky;
    top: 100px;
  }
}

.flex_page__contents {
  flex-basis: 73.33%;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .flex_page__contents {
    flex-basis: 70%;
  }
}
@media screen and (max-width: 1000px) {
  .flex_page__contents {
    margin-top: 104px;
  }
}

.flex_page__list {
  padding: 32px;
}

.flex_page__item + .flex_page__item {
  margin-top: 24px;
}

.flex_page__link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #595757;
  transition: all 0.3s;
}
@media screen and (min-width: 1001px) {
  .flex_page__link {
    opacity: 0.3;
  }
}

.flex_page__arrow {
  display: inline-block;
  position: relative;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  border-radius: 50%;
  transition: all 0.5s;
  overflow: hidden;
  background: #E83522;
}
.flex_page__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.flex_page__arrow svg:first-of-type {
  opacity: 1;
  left: 50%;
}
.flex_page__arrow svg:last-of-type {
  left: -150%;
}
.flex_page__arrow #home_btn__inner {
  transition: all 0.4s;
}

.flex_page__link:hover,
.flex_page__link.c_anchor__active {
  opacity: 1;
}
.flex_page__link:hover .flex_page__arrow svg:first-of-type,
.flex_page__link.c_anchor__active .flex_page__arrow svg:first-of-type {
  left: 150%;
}
.flex_page__link:hover .flex_page__arrow svg:last-of-type,
.flex_page__link.c_anchor__active .flex_page__arrow svg:last-of-type {
  left: 50%;
}

/*================================================
flex_page----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
only----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
@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
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
mv----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.c_mv {
  position: relative;
  padding: 96px 40px 96px;
}
@media screen and (max-width: 1200px) {
  .c_mv {
    padding: 74px 40px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .c_mv {
    padding: 0px 40px 20px;
  }
}
@media screen and (max-width: 500px) {
  .c_mv {
    padding: 0 10px 20px;
  }
}

.slick-slider {
  margin: 0 !important;
}

.c_mv__slide img {
  border-radius: 16px;
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .c_mv__slide img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.c_mv_wrap__pos {
  display: flex;
  align-items: flex-end;
  margin-top: -240px;
}
@media screen and (min-width: 1201px) {
  .c_mv_wrap__pos {
    max-width: calc(100% - 200px);
  }
}
@media screen and (min-width: 1201px) and (max-width: 1599px) {
  .c_mv_wrap__pos {
    max-width: calc(100% - 130px);
  }
}
@media screen and (max-width: 1200px) {
  .c_mv_wrap__pos {
    display: block;
    margin-top: 0;
  }
}

@media screen and (max-width: 1200px) {
  .c_mv__slider__wrap {
    position: relative;
  }
  .c_mv__slider__mark {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 600px;
    background: #fff;
    height: 60px;
    border-radius: 0 16px 0 0;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .c_mv__slider__mark {
    width: 520px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .c_mv__slider__mark {
    width: 400px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 500px) {
  .c_mv__slider__mark {
    width: 240px;
  }
}
@media screen and (max-width: 1200px) {
  .c_mv__slider__mark::before {
    pointer-events: none;
    content: "";
    background: url(../images/common/radius_bl.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: auto;
    aspect-ratio: 1/1;
    position: absolute;
    left: 0;
    bottom: 100%;
  }
  .c_mv__slider__mark::after {
    pointer-events: none;
    content: "";
    background: url(../images/common/radius_bl.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: auto;
    aspect-ratio: 1/1;
    position: absolute;
    left: 100%;
    bottom: 0;
  }
}
.c_mv_area {
  position: relative;
  padding: 82px 88px 0 120px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 1201px) {
  .c_mv_area {
    background: #fff;
  }
}
@media screen and (max-width: 1700px) {
  .c_mv_area {
    padding: 82px 88px 0 100px;
  }
}
@media screen and (max-width: 1599px) {
  .c_mv_area {
    padding: 82px 24px 0 32px;
  }
}
@media screen and (max-width: 1200px) {
  .c_mv_area {
    margin-top: -35px;
    padding: 0px 0px 0 40px;
  }
}
@media screen and (max-width: 500px) {
  .c_mv_area {
    padding: 0px 0px 0 24px;
  }
}
@media screen and (min-width: 1201px) {
  .c_mv_area::before {
    pointer-events: none;
    content: "";
    background: url(../images/common/radius_bl.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
    height: auto;
    aspect-ratio: 1/1;
    position: absolute;
    left: 0;
    bottom: calc(100% - 1px);
  }
  .c_mv_area::after {
    pointer-events: none;
    content: "";
    background: url(../images/common/radius_br.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
    height: auto;
    aspect-ratio: 1/1;
    position: absolute;
    right: 0;
    bottom: calc(100% - 1px);
  }
}

.c_mv_area__headline {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(2rem, 5.6vw, 3.5rem);
  line-height: 150%;
  color: #595757;
}
@media screen and (min-width: 1500px) and (max-width: 1650px) {
  .c_mv_area__headline {
    font-size: 48px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .c_mv_area__headline {
    font-size: 40px;
  }
}

.c_mv_area__read {
  display: block;
  margin-top: 24px;
  font-weight: 500;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: 180%;
  color: #595757;
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .c_mv_area__read {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .c_mv_area__read {
    margin-top: 18px;
  }
}

.c_mv_img {
  position: relative;
  background: #fff;
  padding: 16px 16px 0;
  box-sizing: border-box;
  max-width: 620px;
  width: 100%;
  border-radius: 16px;
  padding-bottom: 82px;
  z-index: 1;
}
@media screen and (min-width: 1201px) {
  .c_mv_img::before {
    pointer-events: none;
    content: "";
    background: url(../images/common/radius_bl.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
    height: auto;
    aspect-ratio: 1/1;
    position: absolute;
    left: 100%;
    top: 225px;
  }
}
@media screen and (max-width: 1500px) {
  .c_mv_img {
    max-width: 500px;
  }
}
@media screen and (max-width: 1200px) {
  .c_mv_img {
    max-width: 550px;
    margin-top: 40px;
    padding: 0;
  }
}

.c_mv_img__inner {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.c_mv_img__inner .c_mv_img__back {
  position: absolute;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c_mv_img__columns {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 72px 0;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .c_mv_img__columns {
    padding: 56px 0;
  }
}
@media screen and (max-width: 500px) {
  .c_mv_img__columns {
    padding: 38px 0;
  }
}

.c_mv_img__title {
  font-weight: 700;
  font-size: clamp(1rem, 2.4vw, 1.5rem);
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
}

.c_mv_img__num {
  margin-top: 32px;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(4rem, 9.6vw, 6rem);
  line-height: 100%;
  letter-spacing: -0.05em;
  color: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  .c_mv_img__num {
    margin-top: 20px;
  }
}

.c_mv_img__small {
  display: inline-block;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1rem, 2.4vw, 1.5rem);
  line-height: 200%;
  color: #FFFFFF;
  margin-left: 4px;
}
@media screen and (max-width: 1200px) {
  .c_mv_img__small {
    margin-left: 4px;
  }
}

.c_mv_img__column {
  padding: 0 32px;
  min-width: 257px;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .c_mv_img__column {
    padding: 0 16px;
  }
}
@media screen and (max-width: 1200px) {
  .c_mv_img__column {
    padding: 0 24px;
    min-width: 195px;
  }
}
@media screen and (max-width: 500px) {
  .c_mv_img__column {
    padding: 0 16px;
    min-width: 180px;
  }
}

.c_mv_img__column + .c_mv_img__column {
  border-left: solid 1px #FFFFFF;
}

.c_mv__slider .slick-dots {
  display: flex !important;
  position: absolute;
  bottom: 30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 112px;
  right: 44px;
  align-items: center;
  z-index: 2;
  gap: 8px;
}
@media screen and (max-width: 1599px) {
  .c_mv__slider .slick-dots {
    right: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .c_mv__slider .slick-dots {
    bottom: 12px;
    right: 12px;
    max-width: 88px;
  }
}
.c_mv__slider .slick-dots li {
  display: block;
  position: relative;
  display: inline-block;
  height: 20px;
  width: 32px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .c_mv__slider .slick-dots li {
    height: 15px;
    width: 24px;
  }
}
.c_mv__slider .slick-dots li button {
  border: 0;
  background: transparent;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0px;
  cursor: pointer;
  position: relative;
  height: 20px;
  width: 32px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .c_mv__slider .slick-dots li button {
    height: 15px;
    width: 24px;
  }
}
.c_mv__slider .slick-dots li button:before {
  position: absolute;
  font-size: 0;
  line-height: 0px;
  text-align: center;
  color: initial;
  opacity: 1 !important;
  -webkit-font-smoothing: antialiased;
  content: "•";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #929396;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  .c_mv__slider .slick-dots li button:before {
    width: 6px;
    height: 6px;
  }
}
.c_mv__slider .slick-dots li button:after {
  content: "";
  background: url(../images/home/ico_mainvisual.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  z-index: 1;
  transition: all 0.3s;
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .c_mv__slider .slick-dots li button:after {
    height: 15px;
    width: 24px;
  }
}
.c_mv__slider .slick-dots li.slick-active button:after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1, 1);
}

.c_mv__slide {
  border-radius: 16px;
  overflow: hidden;
}

.c_mv .cs_st .c_mv__slide img {
  transform: scale(1, 1) !important;
}
.c_mv .cs_ac .c_mv__slide.slick-active img {
  transform: scale(1.06, 1.06) !important;
}
.c_mv .c_mv__slide img {
  transition: all 6s;
  transform: scale(1, 1);
}
.c_mv .c_mv__slide.slick-active img {
  transform: scale(1.04, 1.04);
}

.mv_scroll {
  position: absolute;
  left: 40px;
  bottom: 50px;
  height: 320px;
  writing-mode: vertical-rl;
  padding-left: 4px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #929396;
}
.mv_scroll::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  background: #D9D9D9;
  animation: sdl 3.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@media screen and (max-width: 1599px) {
  .mv_scroll {
    left: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .mv_scroll {
    display: none !important;
  }
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.c_mv_wrap__pos.blur_show {
  transition-delay: 0.6s;
}

/*================================================
mv----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
汎用クラス----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_headline__slag {
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-weight: 400;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: 150%;
  color: #929396;
  padding-left: 10px;
  text-transform: uppercase;
}

.home_headline__slag::before {
  content: "";
  background: #E83522;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.home_headline__title {
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.2vw, 2rem);
  line-height: 150%;
  color: #595757;
}

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

.home_news__back {
  position: absolute;
  left: 56px;
  bottom: 34px;
  max-width: 544px;
}
@media screen and (max-width: 1000px) {
  .home_news__back {
    left: -6px;
    bottom: 100px;
    max-width: 320px;
  }
}
@media screen and (max-width: 500px) {
  .home_news__back {
    max-width: 216px;
  }
}

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

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

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

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

.home_news__item + .home_news__item .home_news__link {
  padding-top: 16px;
}

.home_news__time {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0.75rem, 1.4vw, 0.875rem);
  line-height: 150%;
  color: #929396;
  margin-bottom: 6px;
}
@media screen and (max-width: 1000px) {
  .home_news__time {
    margin-bottom: 4px;
  }
}

.home_news__caption {
  font-weight: 500;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: 200%;
  color: #595757;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: all 0.3s;
}

.home_news__link:hover {
  opacity: 1;
}
.home_news__link:hover .home_news__caption {
  color: #E83522;
}
.home_news__link:hover::before {
  width: 100%;
}

.cm_btn--home_news {
  margin-top: 48px;
}
.cm_btn--home_news .cm_btn__link {
  margin-left: auto;
  width: 264px;
}
@media screen and (max-width: 1000px) {
  .cm_btn--home_news .cm_btn__link {
    width: 231px;
  }
}

/*================================================
home_news----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_business----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_headline--home_business {
  text-align: center;
  margin-bottom: 56px;
}
.home_headline--home_business .home_headline__slag {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.home_business {
  background: #FAFAFB;
  padding: 120px 0 144px;
}
@media screen and (max-width: 1000px) {
  .home_business {
    padding: 120px 0 88px;
  }
}

.home_business__columns {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .home_business__columns {
    display: block;
  }
}

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

.home_business__content {
  flex-basis: 46.66%;
  box-sizing: border-box;
  padding: 64px 0 68px 80px;
}
@media screen and (max-width: 1000px) {
  .home_business__content {
    padding: 40px 24px 56px 24px;
  }
}

.home_business__img {
  position: relative;
  flex-basis: 46.66%;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.1s;
  transition-delay: 0s;
}
@media screen and (min-width: 1201px) {
  .home_business__img {
    min-height: 0;
  }
}

@media screen and (min-width: 1001px) {
  .home_business__img__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .home_business__img__inner {
    height: 450px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.home_business__headline {
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  line-height: 200%;
  color: #595757;
  margin-bottom: 32px;
  border-bottom: solid 1px #D9D9D9;
  cursor: pointer;
}

.home_business__arrow {
  display: inline-block;
  position: relative;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  border-radius: 50%;
  transition: all 0.3s;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #E83522;
}
.home_business__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  transition: all 0.3s;
  opacity: 1;
  left: 50%;
}

.home_business__read {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  transition: all 0.3s;
}

.cm_btn--home_business {
  display: none;
  margin-top: 48px;
}

@media screen and (min-width: 1001px) {
  .home_business__columns.b_active .home_business__headline .home_business__arrow svg {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .home_business__columns.b_active .cm_btn--home_business {
    transition-delay: 0.6s;
    display: block;
  }
  .home_business__columns.b_active .home_business__read {
    transition-delay: 0.6s;
    overflow: visible;
    display: block;
    text-overflow: unset;
    -webkit-line-clamp: unset;
  }
}
@media screen and (min-width: 1201px) {
  .home_business__columns.b_active .home_business__img {
    min-height: 511px;
  }
}
.home_business__headline.b_active .home_business__arrow svg {
  transform: translate(-50%, -50%) rotate(0deg);
}

.cm_btn--home_business.b_active {
  display: block;
  transition-delay: 0.3s;
}

.home_business__read.b_active {
  overflow: visible;
  display: block;
  text-overflow: unset;
  -webkit-line-clamp: unset;
}

/*================================================
home_business----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_worldeye__slider----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_worldeye__slider_wrap {
  overflow: hidden;
  background: #FAFAFB;
  padding: 0 0 144px;
}
@media screen and (max-width: 1000px) {
  .home_worldeye__slider_wrap {
    padding: 0 0 88px;
  }
}

.home_worldeye__slider {
  display: flex;
  align-items: center;
  gap: 48px;
  width: -moz-max-content;
  width: max-content;
  animation: a_home_worldeye__slider 40s linear infinite;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .home_worldeye__slider {
    gap: 24px;
    animation: a_home_worldeye__slider 50s linear infinite;
  }
}
@media screen and (max-width: 500px) {
  .home_worldeye__slider {
    animation: a_home_worldeye__slider 40s linear infinite;
  }
}

@keyframes a_home_worldeye__slider {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 24px));
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  @keyframes a_home_worldeye__slider {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(calc(-50% - 12px));
    }
  }
}
@media screen and (max-width: 500px) {
  @keyframes a_home_worldeye__slider {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(calc(-50% - 12px));
    }
  }
}
.home_worldeye__slide {
  display: flex;
  gap: 48px;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .home_worldeye__slide {
    gap: 24px;
  }
}

.home_worldeye__slide__inner {
  display: flex;
  gap: 48px;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .home_worldeye__slide__inner {
    gap: 24px;
  }
}

.home_worldeye__slide__img {
  max-width: 120px;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  .home_worldeye__slide__img {
    max-width: 88px;
  }
}
@media screen and (max-width: 500px) {
  .home_worldeye__slide__img {
    max-width: 59px;
  }
}

.home_worldeye__slide__txt {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(3rem, 10.4vw, 6.5rem);
  line-height: 100%;
  color: #929396;
}

/*================================================
home_worldeye__slider----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_others----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
@media screen and (max-width: 1000px) {
  .home_others .container {
    padding: 0;
  }
}
@media screen and (min-width: 1001px) {
  .home_others__columns {
    border-left: solid 1px #D9D9D9;
    border-right: solid 1px #D9D9D9;
    display: flex;
  }
}

.home_others__column {
  flex-basis: 33.3%;
  padding: 120px 40px 64px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_others__column {
    padding: 80px 24px 64px;
  }
}
@media screen and (max-width: 1000px) {
  .home_others__column {
    display: block;
    padding: 64px 44px 64px;
  }
}

@media screen and (min-width: 1001px) {
  .home_others__column + .home_others__column {
    border-left: solid 1px #D9D9D9;
  }
}
@media screen and (max-width: 1000px) {
  .home_others__column + .home_others__column {
    border-top: solid 1px #D9D9D9;
  }
}

.home_others__img {
  position: relative;
  max-width: 160px;
  margin: auto;
}

.home_others__img_circle {
  transition: all 0.3s;
}

.home_others__shadow {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scale(0, 0);
  transition: all 0.3s;
  opacity: 0;
  max-width: 104px;
}

.home_others__headline {
  position: relative;
  margin: 40px 0 16px;
  transition: all 0.3s;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  line-height: 180%;
  color: #595757;
  padding-left: 20px;
}
.home_others__headline svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_others__headline {
    font-size: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .home_others__headline {
    max-width: 240px;
  }
}
@media screen and (max-width: 1000px) {
  .home_others__headline {
    margin: 40px auto 16px;
    padding-left: 18px;
  }
}

.home_others__headline::before {
  content: "";
  background: #E83522;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .home_others__headline::before {
    width: 10px;
    height: 10px;
  }
}

.home_others__column:hover {
  opacity: 1;
}
.home_others__column:hover .home_others__img_circle {
  transform: translateY(-32px);
}
.home_others__column:hover .home_others__shadow {
  opacity: 1;
  transform: translateX(-50%) scale(1, 1);
}
.home_others__column:hover .home_others__headline {
  color: #E83522;
}

/*================================================
home_others----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_company----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_company {
  position: relative;
  overflow: clip;
}

.home_company_back {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}

.home_company_back__img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .home_company_back__img {
    height: 100vh;
  }
}

.home_company_sticky {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .home_company_sticky {
    top: 88px;
  }
}

.home_company__content {
  position: relative;
  padding: 120px 0;
}
@media screen and (max-width: 1000px) {
  .home_company__content {
    padding: 80px 0 64px;
  }
}

.home_company__content::before {
  content: "";
  background: #fff;
  background: rgba(246, 246, 248, 0.8);
  background-blend-mode: screen;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.home_company_sticky__slag {
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-weight: 400;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: 150%;
  color: #fff;
  padding-left: 10px;
  text-transform: uppercase;
}

.home_company_sticky__slag::before {
  content: "";
  background: #fff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.home_company_sticky__headline {
  font-weight: 500;
  font-size: clamp(2rem, 4vw, 2.5rem);
  line-height: 180%;
  color: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  .home_company_sticky__headline br {
    display: block;
  }
}

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

.home_company_headline .home_company_sticky__slag {
  color: #929396;
}
.home_company_headline .home_company_sticky__slag::before {
  background: #E83522;
}
.home_company_headline .home_company_sticky__headline {
  color: #595757;
}

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

.home_company__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: solid 1px #D9D9D9;
  align-items: center;
}

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

.home_company__item + .home_company__item {
  padding-top: 16px;
}

.home_company__item__txt {
  height: -moz-fit-content;
  height: fit-content;
}

.home_company__title {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  font-size: 24px;
  line-height: 180%;
  color: #595757;
  transition: all 0.3s;
}
@media screen and (max-width: 1000px) {
  .home_company__title {
    padding-left: 18px;
  }
}

.home_company__title::before {
  content: "";
  background: #E83522;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .home_company__title::before {
    width: 10px;
    height: 10px;
  }
}

.home_company__slag {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 150%;
  color: #929396;
  margin-left: 8px;
}
@media screen and (max-width: 500px) {
  .home_company__slag {
    display: block;
    padding-left: 18px;
    margin-left: 0;
  }
}

.home_company__item__img {
  overflow: hidden;
  max-width: 176px;
  border-radius: 16px;
}
.home_company__item__img img {
  transition: all 0.5s;
}
@media screen and (max-width: 500px) {
  .home_company__item__img {
    max-width: 120px;
  }
}

.home_company__item:hover {
  opacity: 1;
}
.home_company__item:hover::before {
  width: 100%;
}
.home_company__item:hover .home_company__title {
  color: #E83522;
}
.home_company__item:hover .home_company__item__img img {
  transition: all 0.3s;
  transform: scale(1.1, 1.1);
}

.home_company_sticky,
.home_company_headline {
  transition: all 0.6s;
}

.home_company_headline {
  opacity: 0;
}

.home_company_sticky.home_company_sticky--hidden {
  opacity: 0;
}

.home_company_headline.home_company_headline--view {
  opacity: 1;
}

.home_company__pos {
  position: absolute;
  left: -10px;
  bottom: -28px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(4rem, 18.4vw, 11.5rem);
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  opacity: 0.5;
}
@media screen and (max-width: 500px) {
  .home_company__pos {
    left: -3px;
    bottom: -10px;
  }
}

/*================================================
home_company----END
==================================================*/
.owner_catch {
  padding: 80px 0;
  background: #F6F6F8;
}
@media screen and (max-width: 1000px) {
  .owner_catch {
    padding: 72px 0;
  }
}

.lower_marker--owner_catch {
  margin: auto;
  margin-bottom: 56px;
}
@media screen and (max-width: 1000px) {
  .lower_marker--owner_catch {
    margin-bottom: 48px;
  }
}

.owner_catch__columns {
  border-radius: 16px;
  background: #fff;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .owner_catch__columns {
    display: block;
    padding: 56px 0;
  }
}

.owner_catch__column {
  padding: 64px 40px;
  height: 100%;
  flex-basis: 33.3%;
  box-sizing: border-box;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .owner_catch__column {
    padding: 56px 32px;
  }
}
@media screen and (max-width: 1000px) {
  .owner_catch__column {
    padding: 0px 40px;
  }
}
@media screen and (max-width: 500px) {
  .owner_catch__column {
    padding: 0px 24px;
  }
}

@media screen and (max-width: 1000px) {
  .owner_catch__column + .owner_catch__column {
    padding-top: 32px;
    margin-top: 32px;
    border-top: solid 1px #D9D9D9;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .owner_catch__inner {
    max-width: 380px;
    margin: auto;
  }
}
@media screen and (min-width: 1001px) {
  .owner_catch__column_mid {
    border-left: solid 1px #D9D9D9;
    border-right: solid 1px #D9D9D9;
  }
}

.owner_catch__img {
  max-width: 160px;
  margin: auto;
}

.owner_catch__readline {
  text-align: center;
  font-weight: 500;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 150%;
  text-align: center;
  color: #E83522;
  margin: 40px 0 32px;
  padding-bottom: 8px;
  border-bottom: solid 1px #D9D9D9;
}
@media screen and (max-width: 1000px) {
  .owner_catch__readline {
    margin: 32px 0 24px;
  }
  .owner_catch__readline br {
    display: block;
  }
}

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

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

.owner_content__txt {
  flex-basis: 47.33%;
}

.owner_content__img {
  flex-basis: 46.66%;
}
@media screen and (max-width: 1000px) {
  .owner_content__img {
    margin-top: 48px;
  }
}

.cm_btn--owner_content {
  margin-top: 48px;
}
@media screen and (max-width: 1000px) {
  .cm_btn--owner_content {
    margin-top: 36px;
  }
}

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

/*================================================
owner_content----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
l_owner----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.l_owner_content__wrap + .l_owner_content__wrap {
  margin-top: 64px;
}
@media screen and (max-width: 1000px) {
  .l_owner_content__wrap + .l_owner_content__wrap {
    margin-top: 48px;
  }
}

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

.l_owner_content__num {
  font-weight: 500;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 150%;
  color: #E83522;
}

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

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

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

.l_owner_strength__columns--swap {
  flex-direction: row-reverse;
}

.l_owner_strength__img {
  flex-basis: 41.81%;
}
@media screen and (max-width: 1000px) {
  .l_owner_strength__img {
    margin-top: 48px;
  }
}

.l_owner_strength__txt {
  flex-basis: 50.9%;
}

/*================================================
l_owner----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
real-estate-brokerage-services----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.estate_content__columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .estate_content__columns {
    display: block;
  }
}

.estate_content__txt {
  flex-basis: 52.73%;
}

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

/*================================================
real-estate-brokerage-services----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
estate_flow----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.estate_flow {
  margin-top: 120px;
}
@media screen and (max-width: 1000px) {
  .estate_flow {
    margin-top: 104px;
  }
}

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

.estate_flow__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 40px;
}
.estate_flow__item::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #D9D9D9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 28px;
}
@media screen and (max-width: 1000px) {
  .estate_flow__item::before {
    left: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .estate_flow__item::before {
    left: 17px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .estate_flow__item {
    gap: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .estate_flow__item {
    gap: 24px;
    padding-bottom: 40px;
  }
}

.estate_flow__ico {
  position: relative;
  content: "";
  width: 56px;
  height: 56px;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .estate_flow__ico {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 500px) {
  .estate_flow__ico {
    width: 34px;
    height: 34px;
  }
}

.estate_flow__ico::before {
  content: "";
  background: #E83522;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 30%;
}
@media screen and (max-width: 1000px) {
  .estate_flow__ico::before {
    width: 14px;
    height: 14px;
  }
}

.estate_flow__ico__inner {
  transition: all 0.6s;
  transform: scale(0, 0);
  opacity: 0;
}

.estate_flow__content {
  flex: 1;
}

.estate_flow__content__headline {
  display: flex;
  gap: 16px;
  font-weight: 500;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 150%;
  color: #E83522;
  padding-bottom: 8px;
  margin-bottom: 40px;
  border-bottom: solid 1px #D9D9D9;
}
@media screen and (max-width: 1000px) {
  .estate_flow__content__headline {
    margin-bottom: 24px;
  }
}

.estate_flow__num {
  font-weight: 500;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 150%;
  color: #E83522;
}

.estate_flow__item:last-of-type {
  padding-bottom: 0;
}
.estate_flow__item:last-of-type::before {
  opacity: 0;
}

.estate_flow__item.is-active .estate_flow__ico__inner {
  transform: scale(1, 1);
  opacity: 1;
}

@media screen and (max-width: 1000px) {
  .estate_flow__txt br {
    display: none;
  }
}
.estate_flow__read a {
  text-decoration: underline;
}

/*================================================
estate_flow----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
add----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_company {
  position: relative;
  padding-top: 120px;
}
.p_company::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: url(../images/company/back_company.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 1276px;
}
@media screen and (min-width: 1001px) and (max-width: 1211px) {
  .p_company::before {
    height: 1315px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1184px) {
  .p_company::before {
    height: 1336px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1078px) {
  .p_company::before {
    height: 1396px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .p_company::before {
    height: 1526px;
  }
}
@media screen and (min-width: 501px) and (max-width: 970px) {
  .p_company::before {
    height: 1515px;
  }
}
@media screen and (min-width: 501px) and (max-width: 950px) {
  .p_company::before {
    height: 1415px;
  }
}
@media screen and (min-width: 501px) and (max-width: 767px) {
  .p_company::before {
    height: 1515px;
  }
}
@media screen and (min-width: 501px) and (max-width: 582px) {
  .p_company::before {
    height: 1575px;
  }
}
@media screen and (min-width: 501px) and (max-width: 549px) {
  .p_company::before {
    height: 1675px;
  }
}
@media screen and (max-width: 500px) {
  .p_company::before {
    height: 1685px;
  }
}
@media screen and (max-width: 459px) {
  .p_company::before {
    height: 1785px;
  }
}
@media screen and (max-width: 425px) {
  .p_company::before {
    height: 1800px;
  }
}
@media screen and (max-width: 391px) {
  .p_company::before {
    height: 1900px;
  }
}
@media screen and (max-width: 373px) {
  .p_company::before {
    height: 1980px;
  }
}
@media screen and (max-width: 359px) {
  .p_company::before {
    height: 2000px;
  }
}
@media screen and (max-width: 358px) {
  .p_company::before {
    height: 2050px;
  }
}
@media screen and (max-width: 325px) {
  .p_company::before {
    height: 2100px;
  }
}

/*================================================
add----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
company_message----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.lower_marker.lower_marker__black {
  color: #333;
}

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

.company_section + .company_section.company_outline {
  margin-top: 240px;
}
@media screen and (max-width: 1000px) {
  .company_section + .company_section.company_outline {
    margin-top: 208px;
  }
}

.company_message__headline {
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .company_message__headline br {
    display: block;
  }
}

.company_message__read {
  font-weight: 600;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 220%;
  letter-spacing: 0.05em;
  color: #333333;
  margin: 32px 0 56px;
}
@media screen and (max-width: 1000px) {
  .company_message__read {
    margin: 24px 0 48px;
  }
}

.company_message__name {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  align-items: flex-end;
}
@media screen and (max-width: 1000px) {
  .company_message__name {
    gap: 18px;
  }
}

.company_message__class {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  font-size: 18px;
  line-height: 220%;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 370px) {
  .company_message__class {
    font-size: 16px;
  }
}
@media screen and (max-width: 340px) {
  .company_message__class {
    font-size: 14px;
  }
}

.company_message__img {
  max-width: 265px;
}
@media screen and (max-width: 1000px) {
  .company_message__img {
    max-width: 200px;
  }
}
@media screen and (max-width: 500px) {
  .company_message__img {
    max-width: 180px;
  }
}
@media screen and (max-width: 356px) {
  .company_message__img {
    max-width: 160px;
  }
}

/*================================================
company_message----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
company_outline----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.company_outline__wrap + .company_outline__wrap {
  margin-top: 80px;
}
@media screen and (max-width: 1000px) {
  .company_outline__wrap + .company_outline__wrap {
    margin-top: 64px;
  }
}

.company_outline__wrap + .company_outline {
  margin-top: 240px;
}
@media screen and (max-width: 1000px) {
  .company_outline__wrap + .company_outline {
    margin-top: 180px;
  }
}

.company_outline__headline {
  font-weight: 500;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 150%;
  color: #E83522;
  padding-bottom: 8px;
  border-bottom: solid 1px #D9D9D9;
  margin-bottom: 32px;
}
@media screen and (max-width: 1000px) {
  .company_outline__headline {
    margin-bottom: 24px;
  }
}

.table_wrap table td,
.table_wrap table th {
  border: none;
  background: initial;
  padding: 24px 0;
  border-bottom: solid 1px #D9D9D9;
  font-weight: 500;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 200%;
  color: #595757;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .table_wrap table td,
  .table_wrap table th {
    padding: 16px 0;
  }
}
@media screen and (min-width: 1001px) {
  .table_wrap table th {
    border-bottom: solid 1px #929396;
    width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .table_wrap table th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .table_wrap table td {
    padding-top: 6px;
  }
}
@media screen and (min-width: 1001px) {
  .table_wrap table tr:first-of-type td,
  .table_wrap table tr:first-of-type th {
    padding-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .table_wrap table tr:first-of-type th {
    padding-top: 0;
  }
}

/*================================================
company_outline----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
company_access----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.company_access__map iframe {
  height: 400px;
}
@media screen and (max-width: 500px) {
  .company_access__map iframe {
    height: 300px;
  }
}

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

.company_access__maker {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 200%;
  color: #595757;
  margin-bottom: 6px;
}
.company_access__maker::before {
  content: "";
  background: #E83522;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

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

.downloads__wrap + .downloads__wrap {
  margin-top: 120px;
}

.downloads__columns + .downloads__columns {
  margin-top: 24px;
}

.downloads__columns {
  display: flex;
  gap: 120px;
  padding: 40px 80px;
  background: #F6F6F8;
  border-radius: 16px;
  align-items: center;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .downloads__columns {
    gap: 56px;
  }
}
@media screen and (max-width: 1000px) {
  .downloads__columns {
    display: block;
    padding: 32px 40px;
  }
}
@media screen and (max-width: 500px) {
  .downloads__columns {
    display: block;
    padding: 32px 20px;
  }
}

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

.downloads__readline {
  font-weight: 500;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 150%;
  color: #E83522;
  padding-bottom: 8px;
  border-bottom: solid 1px #D9D9D9;
}

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

@media screen and (max-width: 1000px) {
  .cm_btn--download {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1001px) {
  .cm_btn--download .cm_btn__link {
    width: 248px;
  }
}
@media screen and (max-width: 1000px) {
  .cm_btn--download .cm_btn__link {
    width: 216px;
  }
}

.downloads__columns:hover {
  opacity: 1;
}
.downloads__columns:hover .cm_btn--download .cm_btn__link {
  opacity: 1;
  border: solid 1px #E83522;
  color: #E83522;
}
.downloads__columns:hover .cm_btn--download .cm_btn__link .cm_btn__arrow svg:first-of-type {
  left: 150%;
}
.downloads__columns:hover .cm_btn--download .cm_btn__link .cm_btn__arrow svg:last-of-type {
  left: 50%;
}

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

.p_contact__tab {
  max-width: 296px;
  flex: 1;
  display: block;
  text-align: center;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 56px;
  overflow: clip;
}
@media screen and (min-width: 501px) {
  .p_contact__tab {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 500px) {
  .p_contact__tab {
    padding: 12px 8px;
  }
}
.p_contact__tab::before {
  counter-increment: num;
  content: counter(num) ".";
}

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

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

.c_text__red {
  color: #E83522;
}

.mw_wp_form .cancellation__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 32px;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form .cancellation__list {
    padding-top: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form .cancellation__list {
    padding-top: 16px;
    gap: 16px 24px;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form .cancellation__list {
    flex-direction: column;
    gap: 4px;
  }
}
.mw_wp_form .cancellation__list .mwform-radio-field {
  line-height: 1;
  margin: 0;
}

.annotation_red {
  display: block;
  margin-top: 16px;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  line-height: 150%;
  color: #E83522;
}
@media screen and (max-width: 1000px) {
  .annotation_red {
    margin-top: 8px;
  }
}

.annotation_gray {
  display: block;
  margin-top: 16px;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  line-height: 150%;
  color: #929396;
}
@media screen and (max-width: 1000px) {
  .annotation_gray {
    margin-top: 8px;
  }
}

@media screen and (min-width: 1001px) {
  .p_block__cancellation .mw_wp_form .cancellation__list {
    max-width: 670px;
  }
}
.mw_wp_form.mw_wp_form_confirm .cancellation__list {
  padding-top: 0;
}

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

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

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

@media screen and (max-width: 1000px) {
  .i_matters_column + .i_matters_column {
    margin-top: 40px;
  }
}
.i_matters_column {
  flex-basis: 47.66%;
  background: #F6F6F8;
  border-radius: 16px;
  box-sizing: border-box;
}

.i_matters_column__inner {
  padding: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .i_matters_column__inner {
    padding: 32px;
  }
}
@media screen and (max-width: 500px) {
  .i_matters_column__inner {
    padding: 32px 20px;
  }
}

.i_matters_column__headline {
  display: block;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 200%;
  color: #595757;
  border-bottom: solid 1px #D9D9D9;
  margin-bottom: 16px;
}
@media screen and (max-width: 1000px) {
  .i_matters_column__headline {
    margin-bottom: 14px;
  }
}

.i_matters_column__mail {
  max-width: 334px;
  height: auto;
  margin-top: 6px;
}
@media screen and (max-width: 1000px) {
  .i_matters_column__mail {
    max-width: 280px;
  }
}

.i_matters_flex__headline {
  display: inline-block;
  width: 176px;
  font-weight: 500;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: 200%;
  color: #595757;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .i_matters_flex__headline {
    width: 164px;
    font-size: 15px;
  }
}
@media screen and (max-width: 500px) {
  .i_matters_flex__headline {
    width: initial;
  }
}

.i_matters_flex__content {
  display: inline-block;
  font-weight: 500;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  color: #E83522;
}
.i_matters_flex__content::before {
  content: "：";
  font-weight: 500;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  color: #595757;
}

.i_matters_column__txt-mt8 {
  margin-top: 8px;
}

.i_matters_column__txt {
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  color: #595757;
}
@media screen and (max-width: 500px) {
  .i_matters_column__txt {
    font-size: 14px;
  }
}

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

.i_matters_column__txt_2__red {
  margin-top: 8px;
  color: #E83522;
  font-size: 15px;
  line-height: 150%;
}
@media screen and (max-width: 500px) {
  .i_matters_column__txt_2__red {
    font-size: 14px;
  }
}

.i_matters_column__txt_2__black {
  color: #595757;
  font-size: 15px;
  line-height: 150%;
}
@media screen and (max-width: 500px) {
  .i_matters_column__txt_2__black {
    font-size: 14px;
  }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
form----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.mw_wp_form .f_important__headline {
  display: block;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 150%;
  color: #595757;
  padding-bottom: 8px;
  border-bottom: solid 1px #D9D9D9;
  margin-top: 15px;
}

.f_important_matters .mw_wp_form th small {
  font-weight: 500;
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  line-height: 150%;
  color: #E83522;
  max-width: 224px;
  margin-top: -10px;
}
@media screen and (max-width: 1000px) {
  .f_important_matters .mw_wp_form th small {
    margin-top: 0;
    max-width: 100%;
  }
}

.f_important_matters.confirm .mw_wp_form th small {
  margin-top: 0px;
}

.f_important_matters .price_select_wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1000px) {
  .f_important_matters .price_select_wrap {
    gap: 16px;
  }
}
.f_important_matters .price_select_wrap span {
  margin: 0;
  font-weight: 500;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: 200%;
  color: #595757;
}
.f_important_matters .price_select_wrap .mwform-checkbox-field-text::before {
  width: 20px;
  border-radius: 4px;
  top: 56%;
}
.f_important_matters .price_select_wrap .mwform-checkbox-field input:checked + .mwform-checkbox-field-text::before {
  background-image: url(../images/common/check_small.svg);
  background-size: 10px;
}
.f_important_matters .price_select_wrap .mwform-checkbox-field-text {
  padding-left: 28px;
}
.f_important_matters .price_select_wrap .error {
  color: #B70000;
}

.f_important_matters .price_select__txt {
  display: block;
  margin-top: 24px;
  font-weight: 500;
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  line-height: 150%;
  color: #E83522;
}
@media screen and (max-width: 1000px) {
  .f_important_matters .price_select__txt {
    margin-top: 16px;
  }
}

@media screen and (max-width: 1000px) {
  .mw_wp_form th.f_important_ig {
    padding-left: 0;
  }
}
.price_sum__wrap {
  display: flex;
  gap: 4px;
  align-items: center;
}
.price_sum__wrap input {
  width: 160px;
  cursor: none;
  pointer-events: none;
}

.f_important__txt {
  display: block;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-weight: 500;
  font-size: 16px;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 200%;
  color: #595757;
}

/*================================================
form----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
add_important__headline----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.add_important__headline {
  display: block;
  font-weight: bold;
  margin-bottom: 32px;
}

.add_important__read {
  display: block;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .add_important__read {
    padding-left: 16px;
  }
}

.add_important__num {
  position: absolute;
  left: 0;
}

.add_important__read + .add_important__read {
  margin-top: 16px;
}

/*================================================
add_important__headline----END
==================================================*/
.p_policy__block + .p_policy__block {
  margin-top: clamp(32px, 2.5vw, 40px);
}

.p_policy__label {
  display: block;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 200%;
  color: #595757;
  margin-bottom: 8px;
}

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

.p_archive__list {
  padding: 120px 160px;
  background: #F6F6F8;
  border-radius: 28px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .p_archive__list {
    padding: 120px;
  }
}
@media screen and (max-width: 1000px) {
  .p_archive__list {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 500px) {
  .p_archive__list {
    padding: 64px 20px;
  }
}

.p_archive__link {
  display: block;
  position: relative;
  padding-bottom: 16px;
  border-bottom: solid 1px #D9D9D9;
}

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

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

.p_archive__lead {
  font-size: inherit;
}

.p_archive__inner {
  position: relative;
  display: block;
  padding-right: 80px;
}
@media screen and (max-width: 1000px) {
  .p_archive__inner {
    padding-right: 56px;
  }
}

.p_archive__time {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 150%;
  color: #929396;
}

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

.p_archive__arrow {
  display: inline-block;
  position: relative;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  border-radius: 50%;
  transition: all 0.5s;
  overflow: hidden;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.p_archive__arrow::before {
  content: "";
  background: #E83522;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  transition: all 0.3s;
}
.p_archive__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.p_archive__arrow svg:first-of-type {
  opacity: 1;
  left: 50%;
}
.p_archive__arrow svg:last-of-type {
  left: -150%;
}
.p_archive__arrow #home_btn__inner {
  transition: all 0.4s;
}

.p_archive__link:hover {
  opacity: 1;
}
.p_archive__link:hover::before {
  width: 100%;
}
.p_archive__link:hover .p_archive__lead {
  color: #E83522;
}
@media screen and (min-width: 1001px) {
  .p_archive__link:hover .p_archive__arrow {
    width: 26px;
    height: auto;
  }
  .p_archive__link:hover .p_archive__arrow::before {
    width: 28px;
    height: 28px;
  }
}
.p_archive__link:hover .p_archive__arrow svg:first-of-type {
  left: 150%;
}
.p_archive__link:hover .p_archive__arrow svg:last-of-type {
  left: 50%;
}

.p_single__wrap {
  padding: 80px 160px;
  background: #F6F6F8;
  border-radius: 28px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .p_single__wrap {
    padding: 80px 120px;
  }
}
@media screen and (max-width: 1000px) {
  .p_single__wrap {
    padding: 64px 40px;
  }
}
@media screen and (max-width: 500px) {
  .p_single__wrap {
    padding: 56px 20px;
  }
}

.p_single__block___head {
  display: block;
  margin-bottom: clamp(32px, 2.5vw, 40px);
  padding-bottom: 8px;
  border-bottom: solid 1px #D9D9D9;
}

.p_single__block___time {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 150%;
  color: #929396;
}

.p_single__block___lead {
  margin-top: 8px;
  display: block;
  font-weight: 500;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 150%;
  color: #595757;
}

.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 {
  text-decoration: underline;
}

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

.p_found__caption {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(3rem, 8.8vw, 5.5rem);
  line-height: 120%;
  color: #929396;
}

.p_found__label {
  display: block;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  line-height: 180%;
  text-align: center;
  color: #595757;
}

.t_blank_link a {
  position: relative;
  padding-right: 18px;
}
@media screen and (min-width: 1001px) {
  .t_blank_link a::after {
    content: "";
    background: url(../images/common/blank_ico.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s;
  }
  .t_blank_link a::before {
    content: "";
    background: url(../images/common/blank_ico_hov.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.2s;
  }
}
@media screen and (min-width: 1001px) {
  .t_blank_link a:hover::after {
    opacity: 0;
  }
  .t_blank_link a:hover::before {
    opacity: 1;
  }
}
@media screen and (max-width: 1000px) {
  .t_blank_link a {
    display: flex !important;
    align-items: center;
    gap: 2px;
    justify-content: center;
  }
  .t_blank_link a::after {
    content: "";
    background: url(../images/common/blank_ico.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: block;
    transition: all 0.3s;
  }
}

.p_found__menu {
  margin-top: clamp(40px, 3vw, 48px);
}
.p_found__menu a {
  display: block;
  font-weight: 500;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 150%;
  color: #595757;
}
.p_found__menu a:hover {
  opacity: 1;
  color: #E83522;
}
@media screen and (min-width: 1002px) {
  .p_found__menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .p_found__menu ul li {
    padding: 0 32px;
    line-height: 1;
    position: relative;
  }
}
@media screen and (min-width: 1002px) and (max-width: 1200px) {
  .p_found__menu ul li {
    padding: 0 16px;
  }
}
@media screen and (min-width: 1002px) {
  .p_found__menu ul li + li::before {
    background: #D9D9D9;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 24px;
    width: 1px;
  }
}
.p_found__menu ul .sub-menu,
.p_found__menu ul .children {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  .p_found__menu li {
    box-sizing: border-box;
  }
  .p_found__menu li + li {
    border-top: 1px solid #D9D9D9;
  }
  .p_found__menu a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.cm_btn.cm_btn--prev {
  margin-top: clamp(48px, 3.5vw, 56px);
}
.cm_btn.cm_btn--prev a {
  margin: auto;
  width: 240px;
}
@media screen and (max-width: 1000px) {
  .cm_btn.cm_btn--prev a {
    width: 200px;
  }
}/*# sourceMappingURL=common.css.map */