@charset "UTF-8";
/* mixin */
/* インデント調整 */
/* センター寄せのインデント調整 */
/* 動作の時間（1001px以上の時,1000px以下の時） */
/* 行数によるテキスト変換（501px以上の時,500px以下の時） */
/* フォルダ内の背景画像取得 */
/* 丸角(丸角のpx数,丸角を適用するカドの指定) */
/* container生成（要素の幅,余白,位置【center left right】） */
/* コンテンツの中央配置 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&family=Work+Sans:ital,wght@0,500;1,500&display=swap");
.single_item__pic, .single_block__image, .post_item__pic {
  margin-left: auto;
  margin-right: auto;
}

/* flexのfit */
/* template color */
/* custom color */
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
  filter: brightness(0) saturate(100%) invert(17%) sepia(38%) saturate(9%) hue-rotate(357deg) brightness(92%) contrast(92%);
}

/* font */
.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-feature-settings: "palt";
  font-weight: 500;
}

/* setting */
.list_dotted__tab {
  position: relative;
  padding-left: 1em;
}
.list_dotted__tab::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.list_count {
  counter-reset: count;
}

.list_count__tab {
  position: relative;
  padding-left: 1.5em;
}
.list_count__tab::before {
  counter-increment: count;
  content: counter(count, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
}

.list_num {
  counter-reset: num;
}

.list_num__tab {
  position: relative;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  padding-left: 1.5em;
}
.list_num__tab::before {
  counter-increment: num;
  content: counter(num);
  position: absolute;
  top: 0;
  left: 0;
}

.list_unit {
  counter-reset: unit;
}

.list_unit__tab {
  position: relative;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  padding-left: 1.5em;
}
.list_unit__tab::before {
  counter-increment: unit;
  content: counter(unit) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.item_more {
  margin-top: clamp(32px, 2.5vw, 40px);
  text-align: right;
}

.item_more__link {
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  display: inline;
  text-decoration: underline;
}

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

html {
  font-size: 62.5%;
}

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

p,
th,
td,
li,
dt,
dd,
address {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 400;
  line-height: 2;
  font-style: normal;
}

div {
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
@media screen and (max-width: 1000px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br {
    display: none;
  }
}

img,
picture,
figure {
  margin: 0;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
a.link {
  display: inline;
  color: #0c1c89;
  text-decoration: underline;
}
a:hover {
  opacity: 0.6;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
  cursor: default;
}
a[href^=tel]:hover {
  opacity: 1;
}
@media screen and (min-width: 1001px) {
  a[href^=tel] {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}

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

@media screen and (min-width: 1001px) {
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}

.swipe {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .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: #ddd;
    opacity: 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;
  }
}

@keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}
@media screen and (min-width: 1001px) {
  .l-following_contents {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    position: relative;
  }
  .l-following_contents .--side {
    top: 0;
    width: 200px;
  }
  .l-following_contents .--main {
    flex: 1;
  }
}
@media screen and (max-width: 1000px) {
  .l-following_contents .--side {
    bottom: 0;
  }
}
.l-following_contents .--side {
  position: sticky;
  left: 0;
}

.flickWrap {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .flickWrap {
    padding: 5px 0;
    overflow: auto;
    white-space: nowrap;
  }
  .flickWrap::before {
    margin-bottom: 20px;
    color: #f55;
    font-size: clamp(1.2rem, 1.1290322581vw, 1.4rem);
    content: "※表が見切れる場合は横スクロールでご覧ください。";
  }
  .flickWrap::-webkit-scrollbar {
    height: 5px;
  }
  .flickWrap::-webkit-scrollbar-track, .flickWrap::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}

.lazy {
  opacity: 0;
  position: relative;
  transform: translate(0%, 50px);
}

.lazy-show {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 1s;
}

.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: 1231px) {
  .over-right {
    margin-left: calc((100vw - 1215px) / 2);
  }
}
@media screen and (max-width: 1230px) {
  .over-right {
    max-width: 1260px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .over-right {
    padding-left: 40px;
    padding-right: 40px;
  }
}

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

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.image {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-top: 1px solid #ccc;
}
.archive .wp-pagenavi {
  padding-top: clamp(32px, 3vw, 48px);
  margin-top: clamp(50px, 7.5vw, 120px);
}
.wp-pagenavi a,
.wp-pagenavi span {
  position: relative;
  border: none;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  font-weight: 500;
  padding: unset;
  margin: unset;
  border: none;
  aspect-ratio: 1/1;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (min-width: 1001px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 24px;
  }
}
.wp-pagenavi a::before,
.wp-pagenavi span::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 0%;
  height: 2px;
  background-color: #0c1c89;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .wp-pagenavi a::before,
  .wp-pagenavi span::before {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .wp-pagenavi a::before,
  .wp-pagenavi span::before {
    transition-duration: 300ms;
  }
}
.wp-pagenavi a:hover, .wp-pagenavi a.current,
.wp-pagenavi span:hover,
.wp-pagenavi span.current {
  opacity: 1;
  font-weight: 500;
  color: #fff;
  background-color: #0c1c89;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  color: transparent !important;
  text-indent: -9999px;
  overflow: clip;
  aspect-ratio: 1/1;
}
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/ico-arrow.svg");
  background-repeat: no-repeat;
  background-size: 9px 16px;
  background-position: center center;
  transform: translateX(1px);
  transition: inherit;
}
.wp-pagenavi .previouspostslink {
  rotate: 180deg;
}

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

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

.link-under {
  color: #5FC1E8;
  text-decoration: underline;
}

.cm-block + .cm-block {
  margin-top: clamp(60px, 5vw, 80px);
}

@media screen and (min-width: 1001px) {
  .cm-column {
    display: flex;
    align-items: flex-start;
    gap: 60px;
  }
  .cm-rev {
    flex-direction: row-reverse;
  }
}
.cm-pic {
  width: 33.3333333333%;
  aspect-ratio: 4/3;
  background-color: #ddd;
}

.cm-fit {
  flex: 1;
}
@media screen and (max-width: 1000px) {
  .cm-pic + .cm-fit {
    margin-top: 64px;
  }
}

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

/* module */
.header_trigger {
  position: fixed;
  top: 15px;
  right: 20px;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  background: #70AD47;
  z-index: 10;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 1000px) {
  .header_trigger.hide__fixed {
    transform: translateY(-70px);
  }
  .header_trigger.fixed {
    transition-delay: 0.3s;
  }
}
@media screen and (min-width: 1001px) {
  .header_trigger {
    display: none;
  }
}
.header_trigger:hover {
  opacity: 1;
}
.header_trigger span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1px;
  background-color: #fff;
  transform: translateY(-50%) translateX(-50%);
  transition: all 0.6s;
}
.header_trigger span:first-child {
  transform: translateY(calc(-50% - 5px)) translateX(-50%) rotate(0deg);
}
.header_trigger span:last-child {
  transform: translateY(calc(-50% + 5px)) translateX(-50%) rotate(0deg);
}
.header_trigger.active span {
  opacity: 0;
}
.header_trigger.active span:first-child {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(400deg);
}
.header_trigger.active span:last-child {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-400deg);
}

.header_menu a {
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 1;
  color: #333333;
  box-sizing: border-box;
}
.header_menu a:hover {
  opacity: 1;
  color: #70AD47;
}
.header_menu ul {
  box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .header_menu ul {
    margin-top: 4px;
    display: flex;
    gap: 40px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .header_menu ul {
    gap: 24px;
  }
}
.header_menu .sub-menu,
.header_menu .children {
  display: none;
}
@media screen and (max-width: 1000px) {
  .header_menu {
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.6s;
    z-index: 5;
    overflow-y: scroll;
  }
  .header_menu.active {
    opacity: 1;
    transform: translateX(0%);
  }
  .header_menu ul {
    padding-top: 70px;
    padding-bottom: 150px;
  }
  .header_menu li {
    border-bottom: 1px solid #fff;
  }
  .header_menu a {
    display: block;
    text-align: center;
    padding: 20px 0;
    color: #fff;
  }
}

.header_area {
  display: flex;
  justify-content: space-between;
  padding: 32px 24px 32px 24px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header_area.fixed {
  transition: all 0.4s;
  background: rgba(255, 255, 255, 0.8);
  opacity: 1;
  transition-delay: 0.3s;
}
.header_area.fixed .header_logo__link {
  filter: none;
}
.header_area.hide__fixed {
  transform: translateY(-100%);
  transition: all 0.4s;
  opacity: 0;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .header_area {
    align-items: center;
  }
}
@media screen and (max-width: 1000px) {
  .header_area {
    padding: 15px 20px;
  }
}

.header_logo {
  line-height: 1;
}

.header_logo__link {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1000px) {
  .header_logo__link {
    gap: 8px;
  }
}
@media screen and (max-width: 500px) {
  .header_logo__link {
    gap: 7px;
  }
}

.header_logo__ico {
  max-width: 48px;
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .header_logo__ico {
    max-width: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .header_logo__ico {
    max-width: 38px;
  }
}

.header_logo__txt {
  max-width: 240px;
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .header_logo__txt {
    max-width: 220px;
  }
}
@media screen and (max-width: 1000px) {
  .header_logo__txt {
    max-width: 180px;
  }
}
@media screen and (max-width: 500px) {
  .header_logo__txt {
    max-width: 168px;
  }
}

a[href^=tel].header_tel {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-style: normal;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1;
  color: #333333;
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  align-items: flex-end;
  transition: all 0.3s;
}
@media screen and (max-width: 1000px) {
  a[href^=tel].header_tel {
    display: none;
  }
}

a[href^=tel] .header_tel__small {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1;
  color: #333333;
  transition: all 0.3s;
  padding-bottom: 3px;
}
@media screen and (max-width: 1000px) {
  a[href^=tel] .header_tel__small {
    display: none;
  }
}

@media screen and (min-width: 1001px) {
  .header_links {
    display: flex;
    gap: 40px;
    align-items: center;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .header_links {
    gap: 24px;
  }
}

.header_contact a {
  width: 270px;
  background: #70AD47;
  border: solid 1px #70AD47;
  border-radius: 60px;
  padding: 25px 8px 20px;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  transition: all 0.3s;
  box-sizing: border-box;
  line-height: 1.1;
}
@media screen and (max-width: 1000px) {
  .header_contact a {
    padding: 24px 8px 21px !important;
  }
}
.header_contact a::before {
  content: "";
  background-image: url(../images/common/ico_header_mail.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  aspect-ratio: 20/16;
  width: 20px;
  height: auto;
  filter: brightness(0) invert(1);
  transition: all 0s;
  transform: translateY(-1px);
}
.header_contact a:hover {
  background: #fff;
  color: #70AD47;
  opacity: 1;
}
.header_contact a:hover::before {
  filter: brightness(1) invert(0);
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .header_contact a {
    padding: 20px 8px;
    width: 220px;
  }
}
@media screen and (max-width: 1000px) {
  .header_contact a {
    padding: 20px;
    border-radius: 0;
    width: 100%;
  }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
kv----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.kv {
  padding: 264px 0 160px;
}
.kv .cm_headline__slag {
  text-transform: capitalize;
}
@media screen and (max-width: 1000px) {
  .kv {
    padding: 154px 0 80px;
  }
}

.cm-bread {
  margin-top: 72px;
  padding: 0;
  font-size: clamp(1.2rem, 1.1290322581vw, 1.4rem);
  line-height: 1.6;
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  .cm-bread {
    margin-top: 56px;
  }
}
.cm-bread .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
}
.cm-bread a {
  color: inherit;
  font-size: inherit;
}

/*------------------------------------------------
kv----SP
------------------------------------------------*/
/*================================================
kv----END
==================================================*/
.footer_block {
  position: relative;
  background: #F5F5F5;
  margin-top: 256px;
}
@media screen and (max-width: 1000px) {
  .footer_block {
    margin-top: 200px;
  }
}

.footer_area {
  background: #F5F5F5;
  padding: 104px 0 134px;
}
@media screen and (max-width: 1000px) {
  .footer_area {
    padding: 56px 0 24px;
  }
}

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

@media screen and (max-width: 1000px) {
  .footer_content {
    margin-top: 48px;
  }
}
.footer_logo {
  max-width: 298px;
}
@media screen and (max-width: 1000px) {
  .footer_logo {
    display: block;
    margin: auto;
  }
}

.footer_address {
  margin-top: 24px;
  font-family: "IBM Plex 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.5rem, 1.2903225806vw, 1.6rem);
  line-height: 2;
  color: #333333;
}
@media screen and (min-width: 1001px) {
  .footer_address {
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 1000px) {
  .footer_address {
    text-align: center;
  }
}

.footer_copy {
  margin-top: 38px;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  text-align: right;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  .footer_copy {
    text-align: center;
    margin-top: 72px;
  }
}

.footer_nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .footer_nav ul {
    gap: 40px;
    max-width: 590px;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1000px) {
  .footer_nav ul {
    border-top: 1px solid #DEDCD8;
  }
}
.footer_nav li {
  box-sizing: border-box;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .footer_nav li {
    width: 50%;
    border-bottom: 1px solid #DEDCD8;
    text-align: center;
  }
  .footer_nav li:nth-child(even) {
    border-left: 1px solid #DEDCD8;
  }
  .footer_nav li:nth-child(odd):last-child {
    width: 100%;
    border-left: 1px solid #DEDCD8;
  }
}
.footer_nav a {
  display: block;
  box-sizing: border-box;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 1;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  .footer_nav a {
    padding: 22px 5px 19px;
  }
}
@media screen and (min-width: 1001px) {
  .footer_nav a:hover {
    opacity: 1;
    color: #70AD47;
  }
}
@media screen and (max-width: 1000px) {
  .footer_nav {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 501px) {
  .footer_nav {
    margin-left: -40px;
    margin-right: -40px;
  }
}

/* footer_nav */
.cta {
  padding: 144px 0 144px;
  box-sizing: border-box;
  background-color: #fff;
  background-image: url(../images/cta/back_cta.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .cta {
    padding: 72px 0 80px;
  }
}
@media screen and (max-width: 500px) {
  .cta {
    background-color: #fff;
    background-image: url(../images/cta/back_cta_sp.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.cm_headline--cta .cm_headline__slag,
.cm_headline--cta .cm_headline__title {
  color: #fff;
}

.cta__read {
  margin: 62px 0 48px;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.4516129032vw, 1.8rem);
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .cta__read {
    margin: 48px 0 48px;
  }
  .cta__read br {
    display: block;
  }
}

.cta__flex {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .cta__flex {
    display: block;
  }
  .cta__flex .cta_btn {
    margin-top: 24px;
  }
}
@media screen and (max-width: 500px) {
  .cta__flex {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .cta_btn {
    margin-top: 24px;
  }
  .cta_btn__contact {
    margin: auto;
  }
}
.cta_btn__contact {
  width: 270px;
  background: #70AD47;
  border: solid 1px #70AD47;
  border-radius: 60px;
  padding: 25px 8px 20px;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  transition: all 0.3s;
  box-sizing: border-box;
  line-height: 1.1;
}

.cta_btn__contact::before {
  content: "";
  background-image: url(../images/cta/ico_cta_mail.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  aspect-ratio: 20/16;
  width: 20px;
  height: auto;
  filter: brightness(0) invert(1);
  transition: all 0s;
  transform: translateY(-1px);
}

.cta_btn__contact:hover {
  background: #fff;
  color: #70AD47;
  opacity: 1;
}
.cta_btn__contact:hover::before {
  filter: brightness(1) invert(0);
}

.cta__tel {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-style: normal;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1;
  color: #fff;
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .cta__tel {
    font-size: 4.2rem;
  }
}

.cta__tel__small {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  line-height: 1;
  color: #fff;
  margin-right: 4px;
  display: inline-block;
}

.cta__time {
  margin-top: 12px;
  display: block;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 100%;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .cta__time {
    margin-top: 14px;
  }
}

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

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

.mwform-checkbox-field-text {
  position: relative;
  padding-left: 56px;
  margin-right: 20px;
  cursor: pointer;
}
@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 #cccccc;
}

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

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

.file-text {
  display: inline-block;
  font-size: clamp(1.1rem, 1.2903225806vw, 1.6rem);
  word-break: auto-phrase;
}
@media screen and (min-width: 1001px) {
  .file-text {
    padding-top: 13px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1000px) {
  .file-text {
    line-height: 1.3;
  }
}

@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(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 2;
  font-weight: 400;
}
.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: #5FC1E8;
  text-decoration: underline;
}
@media screen and (min-width: 1001px) {
  .form-agree {
    text-align: center;
  }
}

.form-wrap {
  margin-top: clamp(20px, 1.6875vw, 27px);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 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(40px, 3.5vw, 56px);
}
.form-btns a,
.form-btns [type=submit] {
  width: 100%;
  max-width: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 1;
  color: #fff;
  background-color: #70AD47;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 60px;
  transition: all 0.3s;
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 1;
  color: #fff;
  padding: 22px 10px 19px;
  border: solid 1px #70AD47;
}
@media screen and (max-width: 1000px) {
  .form-btns a,
  .form-btns [type=submit] {
    padding: 19px 10px 16px;
    max-width: 260px;
  }
}
.form-btns a:hover,
.form-btns [type=submit]:hover {
  opacity: 1;
  color: #70AD47;
  background-color: #fff;
}
.form-btns [type=submit].fm-modoru {
  background: #ddd;
  color: #333;
}
.form-btns [type=submit].fm-modoru:hover {
  opacity: 0.6;
}

.ui-datepicker th,
.ui-datepicker td {
  display: table-cell !important;
  font-size: 1.3rem;
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0;
  font-size: 1.2rem;
}

@media screen and (max-width: 1000px) {
  .mw_wp_form tr + tr {
    display: block;
    margin-top: 24px;
  }
}
/* page */
.mv_area {
  position: relative;
}

.mv_filter {
  content: "";
  position: fixed;
  background: rgba(43, 160, 207, 0.8);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mv_back {
  position: fixed;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mv_back img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.mv {
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
@media screen and (min-width: 1309px) {
  .mv {
    max-width: 1348px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1308px) {
  .mv {
    max-width: 1348px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .mv {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .mv {
    padding: 0 20px;
  }
}

.mv__bread {
  font-weight: 500;
  font-size: clamp(1.4rem, 1.4516129032vw, 1.8rem);
  line-height: 1.8;
}

.mv__headline {
  margin-top: 24px;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(3.6rem, 5.1612903226vw, 6.4rem);
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .mv__headline {
    margin-top: 16px;
  }
  .mv__headline br {
    display: block;
  }
}

.mv__headline__point {
  display: inline-block;
}
.mv__headline__point span {
  background: #fff;
  color: #333;
  line-height: 1;
  padding: 8px 0px 0px;
}
@media screen and (max-width: 1000px) {
  .mv__headline__point span {
    padding: 6px 0px 2px;
  }
}

.mv__read {
  margin-top: 32px;
  font-weight: 500;
  font-size: clamp(1.4rem, 1.6129032258vw, 2rem);
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .mv__read {
    margin-top: 24px;
  }
  .mv__read br {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .mv__read {
    padding-bottom: 40px;
    box-sizing: border-box;
  }
}

.cs_st .mv_back {
  opacity: 0;
  transition: opacity 2.6s, transform 3s;
  transform: scale(1.1, 1.1);
}
.cs_st .mv {
  opacity: 0;
  filter: blur(30px);
  transition: all 1s;
}

.cs_ac .mv_back {
  opacity: 1;
  transform: scale(1, 1);
}
.cs_ac .mv {
  transition-delay: 1s;
  opacity: 1;
  filter: blur(0px);
}

.mv__headline__point.band_slideed .band_slideed__inner {
  animation-delay: 1.63s;
}

.mv__headline__point.band_slideed::before {
  animation-delay: 1.6s;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
main_content----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.main_content {
  position: relative;
  z-index: 1;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.main_content__columns {
  position: relative;
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
@media screen and (min-width: 1123px) {
  .main_content__columns {
    max-width: 1162px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1122px) {
  .main_content__columns {
    max-width: 1162px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .main_content__columns {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .main_content__columns {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .main_content__columns {
    padding: 0 20px;
  }
}

.main_content__readline {
  font-style: normal;
  font-weight: 500;
  font-size: clamp(2.4rem, 3.2258064516vw, 4rem);
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .main_content__readline br {
    display: block;
  }
}

.main_content__subline {
  margin-top: 32px;
  font-weight: 500;
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .main_content__subline {
    margin-top: 24px;
  }
}

.main_content__read {
  padding-top: 80px;
  max-width: 540px;
}
@media screen and (max-width: 1000px) {
  .main_content__read {
    padding-top: 48px;
    max-width: 100%;
  }
}

.main_content__pos {
  position: absolute;
  top: 80px;
  left: -76px;
  max-width: 552px;
  opacity: 10%;
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .main_content__pos {
    top: 100px;
    left: -20px;
    max-width: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .main_content__pos {
    top: -100px;
    left: auto;
    right: 0px;
    max-width: 300px;
  }
}
@media screen and (max-width: 500px) {
  .main_content__pos {
    max-width: 244px;
  }
}

.cs_ac.blur_class.main_content__pos {
  opacity: 10%;
}

/*================================================
main_content----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
business----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.business {
  background: #fff;
  padding: 168px 0;
}
@media screen and (max-width: 1000px) {
  .business {
    padding: 72px 0 80px;
  }
}

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

.business_main__columns {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .business_main__columns {
    flex-direction: column;
    gap: 32px;
  }
  .business_main__columns .business_main__read {
    max-width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .business_main__columns {
    margin-top: 32px;
    display: block;
  }
}

.business_main__read {
  max-width: 683px;
}
@media screen and (max-width: 1000px) {
  .business_main__read {
    margin-top: 24px;
    max-width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .business_main__readline br {
    display: block;
  }
}
.business_main__img {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .business_main__img img {
    height: 486px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media screen and (max-width: 500px) {
  .business_main__img img {
    height: 236px;
  }
}

.business__columns {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .business__columns {
    margin-top: 48px;
    flex-direction: column;
    gap: 48px;
  }
}

.business__column {
  flex-basis: 30.66%;
}
@media screen and (max-width: 1000px) {
  .business__column {
    flex-basis: initial;
  }
}

.business__img {
  position: relative;
}

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

/*================================================
business----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
cases----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.cases {
  position: relative;
  padding: 158px 0 190px;
  background: #F5F5F5;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .cases {
    padding: 72px 0 180px;
  }
}

.cases_pos {
  position: absolute;
  top: -50px;
  right: -20px;
  max-width: 561px;
}
@media screen and (max-width: 1000px) {
  .cases_pos {
    top: -12px;
    right: -40px;
    max-width: 280px;
  }
}
@media screen and (max-width: 500px) {
  .cases_pos {
    max-width: 200px;
  }
}

.cases_top {
  display: flex;
  justify-content: space-between;
  max-width: 937px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .cases_top {
    display: block;
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.cm_readline--cases {
  padding-top: 96px;
}
@media screen and (max-width: 1000px) {
  .cm_readline--cases {
    padding-top: 48px;
  }
}

.swiper__imgs {
  display: flex;
}
@media screen and (max-width: 500px) {
  .swiper__imgs {
    display: block;
  }
}

.swiper__img {
  position: relative;
  flex-basis: 50%;
}

.band_caption--cases {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
}

.swiper__tags {
  display: flex;
  gap: 16px;
  margin: 24px 0 16px;
}

.swiper__tags__inner {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  color: #333333;
}

.swiper__title {
  font-weight: 500;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 1.4;
  color: #333333;
}

.swiper__img__link {
  display: block;
  overflow: hidden;
}
.swiper__img__link img {
  transition: all 0.3s;
  vertical-align: bottom;
}
.swiper__img__link:hover {
  opacity: 1;
}
.swiper__img__link:hover img {
  transform: scale(1.05, 1.05);
}
@media screen and (max-width: 500px) {
  .swiper__img__link {
    pointer-events: none;
  }
}

.cases .swiper {
  position: relative;
  overflow: visible !important;
  padding: 0 40px;
}
@media screen and (max-width: 500px) {
  .cases .swiper {
    padding: 0 20px;
  }
}
.cases .swiper-slide {
  opacity: 1 !important;
}
.cases .swiper-pagination {
  position: relative;
  display: block;
  position: static;
  max-width: 112px;
  width: 100%;
  margin-top: 72px;
  margin-left: calc((100vw - 1215px) / 2 + 33px);
  height: 3px !important;
  box-sizing: border-box;
  background: #ccc !important;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1200px) {
  .cases .swiper-pagination {
    margin-left: 73px;
  }
}
@media screen and (max-width: 1000px) {
  .cases .swiper-pagination {
    margin: auto;
    margin-top: 54px;
    max-width: calc(100% - 70px);
  }
}
.cases .swiper-pagination::before {
  content: "01";
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 1;
  color: #333333;
  transform: translateX(calc(-100% - 16px));
}
.cases .swiper-pagination::after {
  position: absolute;
  content: "05";
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 1;
  color: #333333;
  transform: translateX(calc(100% + 16px));
  right: 0;
}
.cases .swiper-pagination-progressbar-fill {
  background: #5FC1E8 !important;
}
.cases .swiper-button-next,
.cases .swiper-button-prev {
  width: 64px;
  height: 64px;
  aspect-ratio: 1/1;
  top: 100%;
  transition: all 0.3s;
}
.cases .swiper-button-next:after,
.cases .swiper-button-prev:after {
  content: "";
  background-image: url(../images/common/slick_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  aspect-ratio: 1/1;
  width: 64px;
  height: auto;
  transition: all 0.3s;
}
.cases .swiper-button-next:hover:after,
.cases .swiper-button-prev:hover:after {
  background-image: url(../images/common/slick_arrow_hov.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.cases .swiper-button-prev {
  top: calc(100% - 10px);
  left: calc((100vw - 1215px) / 2 + 254px);
}
@media screen and (max-width: 1200px) {
  .cases .swiper-button-prev {
    left: 280px;
  }
}
@media screen and (max-width: 1000px) {
  .cases .swiper-button-prev {
    top: calc(100% + 55px);
    left: auto;
    right: 118px;
  }
}
.cases .swiper-button-next {
  top: calc(100% - 10px);
  left: calc((100vw - 1215px) / 2 + 334px);
  transform: rotate(180deg);
}
@media screen and (max-width: 1200px) {
  .cases .swiper-button-next {
    left: 370px;
  }
}
@media screen and (max-width: 1000px) {
  .cases .swiper-button-next {
    top: calc(100% + 55px);
    left: auto;
    right: 40px;
  }
}

/*================================================
cases----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
features----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.features {
  padding: 224px 0 672px;
  background-color: #fff;
  background-image: url(../images/features/back_features.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .features {
    padding: 224px 0 560px;
  }
}
@media screen and (max-width: 1000px) {
  .features {
    padding: 72px 0 365px;
    background-size: auto;
  }
}
@media screen and (max-width: 500px) {
  .features {
    background-color: #fff;
    background-image: url(../images/features/back_features_sp.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.cm_headline--features {
  text-align: center;
  margin-bottom: 104px;
}
@media screen and (max-width: 1000px) {
  .cm_headline--features {
    margin-bottom: 48px;
  }
}
.cm_headline--features .cm_headline__slag,
.cm_headline--features .cm_headline__title {
  margin-left: auto;
  margin-right: auto;
}

.features__columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .features__columns {
    gap: 48px;
    flex-direction: column;
    max-width: 372px;
    margin: auto;
  }
}

.features__column {
  flex-basis: 31%;
}

.features__headline {
  position: relative;
  z-index: 1;
  margin-top: -50px;
}
@media screen and (max-width: 1000px) {
  .features__headline {
    margin-top: -42px;
  }
}

.features__inner {
  display: block;
}
.features__inner span {
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 8px 3px;
  background: #fff;
  font-weight: 500;
  font-size: clamp(2.4rem, 2.2580645161vw, 2.8rem);
  line-height: 1;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  .features__inner span {
    padding: 5px 11px;
  }
}

.features__inner + .features__inner {
  transform: translateY(-1px);
}

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

/*================================================
features----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
service_area----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.service_area {
  background: #fff;
  padding: 100px 0 116px;
}
@media screen and (max-width: 1000px) {
  .service_area {
    padding: 72px 0 80px;
  }
}

.cm_headline--service_area .cm_headline__slag .band_slideed__inner {
  line-height: 1;
}
.cm_headline--service_area .cm_headline__title {
  margin-top: 20px;
}
@media screen and (max-width: 500px) {
  .cm_headline--service_area .cm_headline__title {
    margin-top: 12px;
  }
}

.service_area__wrap {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1147px) {
  .service_area__wrap {
    max-width: 1186px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1146px) {
  .service_area__wrap {
    max-width: 1186px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .service_area__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .service_area__wrap {
    padding: 0 20px;
  }
}

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

.service_area__img {
  max-width: 716px;
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .service_area__img {
    max-width: 640px;
  }
}
@media screen and (max-width: 1000px) {
  .service_area__img {
    margin-top: 40px;
    max-width: 716px;
  }
}

.service_area__txt {
  max-width: 286px;
}
@media screen and (max-width: 1000px) {
  .service_area__txt {
    max-width: 100%;
  }
}

.cm_readline--service_area {
  margin-top: 72px;
}

/*================================================
service_area----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
company----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.company {
  padding: 168px 0 256px;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .company {
    padding-top: 72px 0 200px;
  }
}

.cm_headline--company {
  margin-bottom: 104px;
}
@media screen and (max-width: 1000px) {
  .cm_headline--company {
    margin-bottom: 48px;
  }
}

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

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

.company__caption {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}
.company__caption span {
  font-weight: 500;
  font-size: clamp(2rem, 2.2580645161vw, 2.8rem);
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #333;
  padding: 7px 8px 4px;
}

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

/*================================================
company----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
table_wrap----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.table_wrap table td,
.table_wrap table th {
  background: initial;
  border: none;
  padding: 32px 24px;
  font-weight: 400;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 1.8;
  color: #333333;
  border-bottom: solid 1px #DEDCD8;
}
.table_wrap table th {
  border-bottom: solid 1px #5FC1E8;
  width: 200px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .table_wrap table tr:first-of-type th {
    padding-top: 0;
  }
  .table_wrap table td,
  .table_wrap table th {
    border: none;
    width: 100%;
    padding: 32px 0px;
  }
  .table_wrap table td {
    padding-top: 8px;
    border-bottom: solid 1px #DEDCD8;
  }
  .table_wrap table th {
    padding-bottom: 0;
  }
}

/*================================================
table_wrap----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
message----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.message__flex {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .message__flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 1000px) {
  .message__flex {
    display: block;
  }
}

.message__read {
  max-width: 464px;
}
@media screen and (max-width: 1200px) {
  .message__read {
    max-width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .message__read {
    margin-top: 24px;
  }
}

.message_info {
  position: relative;
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  align-items: baseline;
  margin-top: 32px;
}
@media screen and (max-width: 1000px) {
  .message_info {
    gap: 16px;
  }
}
@media screen and (max-width: 500px) {
  .message_info {
    gap: 8px;
  }
}

.message__pos {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 314px;
}
@media screen and (max-width: 1000px) {
  .message__pos {
    max-width: 240px;
  }
}

.message_info__class {
  position: relative;
  z-index: 1;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 1;
  color: #333333;
}

.message_info__name {
  position: relative;
  z-index: 1;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  line-height: 1;
  color: #333333;
}

/*================================================
message----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
access----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.company__section__headline {
  margin: 32px 0 24px;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  line-height: 1;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  .company__section__headline {
    margin: 32px 0 16px;
  }
}

@media screen and (max-width: 500px) {
  .access__map iframe {
    height: 237px;
  }
}
/*================================================
access----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
汎用クラス----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
@media screen and (min-width: 1001px) {
  .pc_only2 {
    display: block;
  }
  .mobile_only {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .pc_only2 {
    display: none !important;
  }
  .mobile_only {
    display: block;
  }
}
@media screen and (min-width: 501px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block;
  }
}
.cm_headline__slag {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(4.8rem, 6.4516129032vw, 8rem);
  line-height: 1;
  color: #70AD47;
}
.cm_headline__slag .band_slideed__inner {
  line-height: 1.3;
}

.cm_headline__title {
  margin-top: 10px;
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.4516129032vw, 1.8rem);
  line-height: 1;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  .cm_headline__title {
    margin-top: 5px;
  }
}
.cm_headline__title .band_slideed__inner {
  line-height: 1.4;
}

.cm_readline {
  font-style: normal;
  font-weight: 500;
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  line-height: 1.8;
  color: #333;
}

.band_caption {
  position: absolute;
  left: 0;
  bottom: 0;
}

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

.cm_btn {
  text-align: center;
}

.cm_btn__link {
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 1;
  color: #FFFFFF;
  box-sizing: border-box;
  background: #70AD47;
  border-radius: 60px;
  width: 270px;
  text-align: center;
  padding: 25px 8px 20px;
  border: solid 1px #70AD47;
  transition: all 0.3s;
}
.cm_btn__link:hover {
  opacity: 1;
  background: #fff;
  color: #70AD47;
}
@media screen and (max-width: 1000px) {
  .cm_btn__link {
    padding: 18px 10px;
    max-width: 260px;
  }
}

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

.case_sband {
  position: absolute;
  bottom: 0;
  left: 0;
}
.case_sband .case_sband__inner {
  font-weight: 500;
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #333;
  padding: 7px 8px 3px;
  display: block;
}

.band_slide--pos {
  position: absolute;
}
.band_slide--pos .band_slideed__inner {
  font-weight: 500;
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #333;
  padding: 7px 8px 3px;
}

.band_slideed__inner {
  display: block;
  clip-path: inset(0 100% 0 0);
}

.band_slideed .band_slideed__inner {
  animation: slide_in 1.03s forwards;
  animation-delay: 0.6s;
}

@keyframes slide_in {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  40%, 60% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0%);
  }
}
.band_slideed::before {
  content: "";
  background: #70AD47;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  clip-path: inset(0 100% 0 0);
  animation: slide_band 1s forwards;
  animation-delay: 0.6s;
}

@keyframes slide_band {
  0% {
    clip-path: inset(0 100% 0 0); /* 左から右に伸びる */
  }
  40%, 60% {
    clip-path: inset(0 0 0 0); /* 全体表示 */
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
.blur_class {
  opacity: 0;
  filter: blur(30px);
  transition: all 1s;
}

.cs_ac.blur_class {
  transition-delay: 0.3s;
  opacity: 1;
  filter: blur(0px);
}

/*================================================
汎用クラス----END
==================================================*/
.outline_block + .outline_block {
  margin-top: clamp(80px, 7.5vw, 120px);
}

.access_block__map {
  display: block;
  width: 100%;
  margin-bottom: clamp(24px, 2vw, 32px);
}
@media screen and (min-width: 1001px) {
  .access_block__map {
    height: 500px;
  }
}
@media screen and (max-width: 1000px) {
  .access_block__map {
    height: 350px;
  }
}
.access_block__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact_block__lead {
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  margin-bottom: 10px;
}

.contact_block__list {
  counter-reset: num;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1001px) {
  .contact_block__list {
    margin-top: 50px;
    margin-bottom: 80px;
    gap: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .contact_block__list {
    margin-top: 20px;
    margin-bottom: 50px;
    gap: 8px;
  }
}

.contact_block__tab {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex: 1;
  color: #333;
  background: #F5F5F5;
  border-radius: 40px;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  font-weight: 500;
}
.contact_block__tab.active {
  color: #fff;
  background: #5FC1E8;
}
@media screen and (min-width: 1001px) {
  .contact_block__tab {
    line-height: 54px;
  }
}
@media screen and (max-width: 1000px) {
  .contact_block__tab {
    line-height: 34px;
  }
}
.contact_block__tab::before {
  counter-increment: num;
  content: counter(num) ".";
}

.contact_block__line {
  display: block;
  height: 1px;
  background: #DEDCD8;
}
@media screen and (min-width: 1001px) {
  .contact_block__line {
    width: 72px;
  }
}
@media screen and (max-width: 1000px) {
  .contact_block__line {
    width: 20px;
  }
}

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

.policy_block__lead {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 500;
  margin-bottom: 5px;
}

.policy_block__description {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 400;
}

.found_head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1000px) {
  .found_head {
    margin-bottom: 40px;
    gap: 16px;
  }
}

.found_head__caption {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-style: normal;
  font-weight: 500;
  font-size: 6.4rem;
  line-height: 1;
  color: #DEDCD8;
}
@media screen and (max-width: 500px) {
  .found_head__caption {
    font-size: 4rem;
  }
}

@media screen and (min-width: 501px) and (max-width: 1000px) {
  .text-center {
    text-align: center;
  }
}
.found_head__lead {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  font-weight: 500;
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  line-height: 1;
  color: #333333;
}

.found_menu {
  margin-top: clamp(40px, 3vw, 48px);
}
.found_menu ul ul {
  display: none !important;
}
.found_menu li {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
}
.found_menu a {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  display: block;
  font-size: inherit;
  text-align: center;
  box-sizing: border-box;
  font-weight: 500;
}
.found_menu a:hover {
  opacity: 1;
  color: #70AD47;
}
@media screen and (min-width: 1001px) {
  .found_menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 0;
    margin: auto;
  }
  .found_menu li {
    padding: 0 32px;
    box-sizing: border-box;
    line-height: 1;
  }
  .found_menu li + li {
    border-left: 1px solid #DEDCD8;
  }
}
@media screen and (max-width: 1000px) {
  .found_menu ul {
    max-width: 400px;
    margin: auto;
    border-top: 1px solid #DEDCD8;
  }
  .found_menu li {
    border-bottom: 1px solid #DEDCD8;
  }
  .found_menu a {
    padding: 12px 0;
  }
}

.post_list__tab {
  position: relative;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 500;
  padding-bottom: clamp(18px, 1.5vw, 24px);
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}
.post_list__tab::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0c1c89;
  scale: 0 1;
  transform-origin: left;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .post_list__tab::after {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .post_list__tab::after {
    transition-duration: 300ms;
  }
}
.post_list__tab:hover {
  opacity: 1;
}
.post_list__tab:hover::after {
  scale: 1 1;
}
.post_list__tab + .post_list__tab {
  padding-top: clamp(18px, 1.5vw, 24px);
}

.post_list__time {
  display: block;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  color: #0c1c89;
  margin-bottom: clamp(8px, 0.625vw, 10px);
  font-variant-numeric: tabular-nums;
}

.post_list__lead {
  font-size: inherit;
  font-weight: inherit;
  flex: 1;
}

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

.post_card__link {
  display: block;
}
.post_card__link:hover {
  opacity: 1;
}

.post_card__pic {
  display: block;
  background-color: #ddd;
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  -o-object-fit: clip;
     object-fit: clip;
  margin-bottom: clamp(10px, 1vw, 16px);
}
.post_card__pic .image {
  width: 100%;
  height: 100%;
  scale: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.post_card__link .post_card__pic .image {
  scale: 1.1;
}

.post_card__headline {
  display: block;
  margin-bottom: clamp(10px, 1vw, 16px);
}

.post_card__time {
  display: block;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  color: #0c1c89;
  margin-bottom: clamp(8px, 0.625vw, 10px);
  font-variant-numeric: tabular-nums;
}

.post_card__lead {
  display: block;
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.post_card__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * (0.5em - 1px));
}
.post_card__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
}
@media screen and (min-width: 501px) {
  .post_card__lead {
    -webkit-line-clamp: 1;
  }
}
@media screen and (max-width: 500px) {
  .post_card__lead {
    -webkit-line-clamp: 1;
  }
}

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

.post_item__side {
  box-sizing: border-box;
}
@media screen and (min-width: 501px) {
  .post_item__side {
    display: flex;
    flex-direction: "row";
    align-items: "flex-start";
    gap: 48px;
  }
}
.post_item__side + .post_item__side {
  margin-top: clamp(32px, 2.5vw, 40px);
  padding-top: clamp(32px, 2.5vw, 40px);
  border-top: 1px solid #ccc;
}

.post_item__pic {
  display: block;
  max-width: 400px;
  aspect-ratio: 4/3;
  background-color: #ddd;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .post_item__pic {
    width: 33.3333333333%;
    min-width: 280px;
  }
}
@media screen and (max-width: 1000px) {
  .post_item__pic {
    width: 100%;
  }
}
.post_item__pic .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .post_item__pic .image {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .post_item__pic .image {
    transition-duration: 300ms;
  }
}
.post_item__pic:hover {
  opacity: 1;
}
.post_item__pic:hover .image {
  scale: 1.1;
}

.post_item__inner {
  flex: 1;
}
@media screen and (max-width: 500px) {
  .post_item__inner {
    margin-top: 32px;
  }
}

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

.post_item__time {
  display: block;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  color: #0c1c89;
  margin-bottom: clamp(8px, 0.625vw, 10px);
  font-variant-numeric: tabular-nums;
}

.post_item__lead {
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.post_item__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * (0.5em - 1px));
}
.post_item__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
}
@media screen and (min-width: 501px) {
  .post_item__lead {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .post_item__lead {
    -webkit-line-clamp: 1;
  }
}

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

.single_block {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1001px) {
  .single_block {
    max-width: 1000px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 1000px) {
  .single_block {
    max-width: 1000px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .single_block {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.single_block__image {
  display: block;
  aspect-ratio: 4/3;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: clamp(32px, 2.5vw, 40px);
}

.single_block__headline {
  display: block;
  margin-bottom: clamp(24px, 2.5vw, 40px);
}

.single_block__time {
  display: block;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  color: #0c1c89;
  font-weight: 700;
}

.single_block__lead {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
}

.single_item__side {
  box-sizing: border-box;
}
@media screen and (min-width: 501px) {
  .single_item__side {
    display: flex;
    flex-direction: "row";
    align-items: "flex-start";
    gap: 48px;
  }
}
.single_item__side + .single_item__side {
  margin-top: clamp(32px, 2.5vw, 40px);
  padding-top: clamp(32px, 2.5vw, 40px);
  border-top: 1px solid #ccc;
}

.single_item__pic {
  display: block;
  max-width: 400px;
  aspect-ratio: 4/3;
  background-color: #ddd;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .single_item__pic {
    width: 33.3333333333%;
    min-width: 280px;
  }
}
@media screen and (max-width: 1000px) {
  .single_item__pic {
    width: 100%;
  }
}
.single_item__pic .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .single_item__pic .image {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .single_item__pic .image {
    transition-duration: 300ms;
  }
}
.single_item__pic:hover {
  opacity: 1;
}
.single_item__pic:hover .image {
  scale: 1.1;
}

.single_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ccc;
  padding-top: clamp(24px, 2vw, 32px);
  margin-top: clamp(40px, 6.25vw, 100px);
}
.single_nav a {
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
  font-weight: 500;
}
.single_nav a:hover {
  opacity: 1;
  color: #0c1c89;
}

.single_nav__move {
  min-width: 56px;
}
.single_nav__move a {
  display: flex;
  gap: 8px;
  min-width: 56px;
  justify-content: space-between;
  align-items: center;
}
.single_nav__move a path {
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .single_nav__move a path {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .single_nav__move a path {
    transition-duration: 300ms;
  }
}
.single_nav__move a:hover path {
  fill: #0c1c89;
}/*# sourceMappingURL=customize.css.map */