@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=Outfit:wght@100..900&family=Shippori+Mincho+B1:wght@400;500;600;700;800&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: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
}

/* 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;
}

.cm_btn {
  margin-top: clamp(32px, 3.5vw, 56px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px 32px;
}

.cm_btn__link {
  display: block;
  min-width: 200px;
  width: 100%;
  height: auto;
  line-height: 56px;
  text-align: center;
  flex: 1;
  border-radius: 56px;
  overflow: clip;
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #62B28A;
}
@media screen and (min-width: 501px) {
  .cm_btn__link {
    max-width: 320px;
  }
}
@media screen and (max-width: 500px) {
  .cm_btn__link {
    max-width: 240px;
  }
}

.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: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  color: #555;
  background: #fff;
  font-weight: 300;
  -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,
li,
dt,
dd,
address {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 300;
  line-height: 2;
  font-style: normal;
}

th,
td {
  font-weight: 400;
}

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: #62B28A;
  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: 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;
  }
}

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: #62B28A;
  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: #62B28A;
}
.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;
}

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

@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: #62B28A;
  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 */
.cm-bread {
  padding: 8px 0;
  font-size: clamp(1.2rem, 1.1290322581vw, 1.4rem);
  line-height: 1.6;
}
.cm-bread a {
  color: inherit;
  font-size: inherit;
}

.header_area {
  box-sizing: border-box;
  z-index: 10;
  transition: all 0.6s;
  padding-left: 32px;
  background: #FFFFFF;
}
@media screen and (min-width: 1201px) {
  .header_area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1201px) {
  .header_area.hide__fixed {
    transform: translateY(-100%);
    opacity: 0;
  }
}
@media screen and (min-width: 1201px) {
  .header_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 1200px) {
  .header_area {
    padding: 24px 24px;
  }
}
@media screen and (max-width: 1000px) {
  .header_area {
    padding: 16px 24px;
  }
}
@media screen and (max-width: 500px) {
  .header_area {
    padding: 8px 16px;
  }
}

.header_logo {
  display: inline-block;
  line-height: 1;
  max-width: 238px;
}
.header_logo img {
  display: block;
  width: auto;
  height: auto;
}

.header_list a {
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 150%;
  color: #555555;
  box-sizing: border-box;
}
.header_list a:hover {
  opacity: 1;
  color: #62B28A;
}
@media screen and (max-width: 1200px) {
  .header_list a {
    color: #fff;
    display: block;
    text-align: center;
    padding: 1em 0;
  }
}
.header_list ul {
  box-sizing: border-box;
}
@media screen and (min-width: 1201px) {
  .header_list ul {
    display: flex;
    gap: 16px 40px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .header_list ul {
    gap: 16px 16px;
  }
}
@media screen and (min-width: 1201px) {
  .header_list .menu-item-has-children {
    position: relative;
  }
  .header_list .menu-item-has-children:hover .sub-menu {
    clip-path: inset(0 0 0% 0);
  }
  .header_list .menu-item-has-children:hover a::after {
    transform: translate(0, -50%) rotate(0deg);
  }
  .header_list .menu-item-has-children > a {
    position: relative;
    padding-right: 18px;
  }
  .header_list .menu-item-has-children > a::before {
    content: "";
    width: 9px;
    height: 1px;
    background: #62B28A;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 0.3s;
  }
  .header_list .menu-item-has-children > a::after {
    content: "";
    width: 9px;
    height: 1px;
    background: #62B28A;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%) rotate(95deg);
    transition: all 0.3s;
  }
}

.header_menu {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1400px) {
  .header_menu {
    gap: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .header_menu {
    display: block;
  }
}
.header_menu .sub-menu {
  clip-path: inset(0 0 100% 0);
  transition: all 0.6s;
}
@media screen and (min-width: 1201px) {
  .header_menu .sub-menu {
    display: block;
    padding: 40px 24px 24px;
    background: rgba(255, 255, 255, 0.9);
    width: auto;
    position: absolute;
    left: 0;
    z-index: 1;
  }
  .header_menu .sub-menu a {
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 500;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 150%;
    color: #555555;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .header_menu .sub-menu a::before {
    content: "";
    background: #939993;
    width: 4px;
    height: 1px;
    display: inline-block;
    transition: all 0.3s;
  }
  .header_menu .sub-menu a:hover {
    opacity: 1;
    color: #62B28A;
  }
  .header_menu .sub-menu a:hover::before {
    background: #62B28A;
  }
  .header_menu .sub-menu li {
    line-height: 1;
    width: -moz-max-content;
    width: max-content;
  }
  .header_menu .sub-menu li + li {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .header_menu .sub-menu {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .header_menu {
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transform: translateX(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;
  }
  .header_menu li {
    border-bottom: 1px solid #fff;
  }
}

.header_btns {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .header_btns {
    display: block;
    padding-bottom: 120px;
  }
}

.header_btn {
  display: flex;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 150%;
  width: 160px;
  height: 96px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .header_btn {
    width: 140px;
  }
}
@media screen and (max-width: 1200px) {
  .header_btn {
    width: 100%;
    height: 64px;
  }
}

.header_btn__corporate {
  background: #E6F2EC;
  color: #939993;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-weight: 300;
}
.header_btn__corporate:hover {
  opacity: 1;
  background: #939993;
  color: #E6F2EC;
}

.header_btn__contact {
  background: #62B28A;
  color: #FFFFFF;
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
}
.header_btn__contact:hover {
  opacity: 1;
  background: #FAFAF9;
  color: #62B28A;
}

.header_trigger {
  position: fixed;
  top: 0;
  right: 0;
  aspect-ratio: 1/1;
  width: 64px;
  height: auto;
  background: #62B28A;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 1201px) {
  .header_trigger {
    display: none;
  }
}
.header_trigger:hover {
  opacity: 1;
}
.header_trigger span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 1px;
  background-color: #fff;
  transform: translateY(-50%) translateX(-50%);
  transition: all 0.6s;
}
.header_trigger span:first-child {
  transform: translateY(calc(-50% - 12px)) translateX(-50%) rotate(0deg);
}
.header_trigger span:nth-of-type(2) {
  transform: translateY(calc(-50% - 5px)) translateX(-50%) rotate(0deg);
}
.header_trigger .header_trigger__txt {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #FFFFFF;
}
.header_trigger.active span {
  opacity: 0;
}
.header_trigger.active span:first-child {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(385deg);
  top: calc(50% - 8px);
}
.header_trigger.active span:nth-of-type(2) {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-385deg);
  top: calc(50% - 8px);
}

.main_block,
.kv {
  padding-top: 96px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .main_block,
  .kv {
    padding-top: 0px;
  }
}

.footer_block {
  position: relative;
}

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

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

.footer_content {
  max-width: 277px;
}
@media screen and (max-width: 1000px) {
  .footer_content {
    max-width: 262px;
    margin: auto;
  }
}

.footer__logo {
  max-width: 238px;
}

.footer_txt {
  margin: 16px 0 64px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 200%;
  color: #555555;
}
@media screen and (max-width: 1000px) {
  .footer_txt {
    margin: 16px 0 32px;
  }
}

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

.lower_btn__txt.lower_btn__txt_jp {
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  color: #555555;
}

@media screen and (min-width: 1201px) {
  .footer_pc_ig {
    padding-bottom: 30px;
  }
}
.footer_nav ul {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .footer_nav ul {
    gap: 40px 64px;
    height: 340px;
    flex-direction: column;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .footer_nav ul {
    gap: 40px 40px;
  }
}
.footer_nav li {
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .footer_nav li {
    width: 50%;
  }
  .footer_nav li:nth-child(odd):last-child {
    width: 100%;
  }
}
.footer_nav a {
  display: block;
  box-sizing: border-box;
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 150%;
  color: #62B38A;
}
@media screen and (max-width: 1000px) {
  .footer_nav a {
    padding: 16px 5px;
    color: #555555;
  }
}
@media screen and (min-width: 1001px) {
  .footer_nav .sub-menu {
    display: block;
    height: auto;
    margin-top: 16px;
  }
  .footer_nav .sub-menu li {
    line-height: normal;
  }
  .footer_nav .sub-menu li + li {
    margin-top: 8px;
  }
  .footer_nav .sub-menu a {
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 500;
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 200%;
    color: #555555;
  }
}
@media screen and (max-width: 1000px) {
  .footer_nav .sub-menu {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .footer_nav {
    margin-bottom: 64px;
  }
}

.footer_images {
  display: flex;
  margin-top: 104px;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}
@media screen and (max-width: 1000px) {
  .footer_images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 500px) {
  .footer_images {
    grid-template-columns: repeat(2, 1fr);
  }
}

.footer_images__ico img {
  max-width: 124px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer_detail {
  margin-top: 24px;
  padding-top: 24px;
  border-top: solid 1px #939993;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .footer_detail {
    margin-top: 64px;
    justify-content: center;
  }
}

.footer_detail__copy,
.footer_detail__policy {
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 150%;
  color: #939993;
}

@media screen and (max-width: 1000px) {
  .footer_detail__policy {
    display: none;
  }
}
.footer_rtt {
  position: absolute;
  right: 80px;
  bottom: 190px;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 0px 5px 16px;
  border-bottom: solid 1px #555555;
  transition: all 0.3s;
}
@media screen and (max-width: 1400px) {
  .footer_rtt {
    right: 40px;
    bottom: 50px;
    padding: 0px 4px 12px;
  }
}
@media screen and (max-width: 1000px) {
  .footer_rtt {
    bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  .footer_rtt {
    right: 20px;
    bottom: 20px;
  }
}
.footer_rtt path {
  transition: all 0.3s;
}
.footer_rtt::before {
  content: "";
  background: #62B28A;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 1px;
  transition: all 0.3s;
}

.footer_rtt__txt {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 150%;
  color: #555555;
  transition: all 0.3s;
}

.footer_rtt:hover {
  opacity: 1;
}
.footer_rtt:hover path {
  stroke: #62B28A;
}
.footer_rtt:hover::before {
  width: 100%;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
cta----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.cta_area {
  position: relative;
  padding: 120px 0 177px;
  content: "";
  background: url(../images/cta/back_cta.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  .cta_area {
    padding: 140px 0 154px;
  }
}
@media screen and (max-width: 500px) {
  .cta_area {
    background: url(../images/cta/back_cta_sp.webp);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.cta__pos {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 302px;
  bottom: calc(100% - 111px);
}
@media screen and (max-width: 1000px) {
  .cta__pos {
    max-width: 240px;
    bottom: calc(100% - 85px);
  }
}
@media screen and (max-width: 500px) {
  .cta__pos {
    max-width: 226px;
    bottom: calc(100% - 64px);
  }
}

.cta__pos__tree {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 57px;
}
@media screen and (max-width: 1000px) {
  .cta__pos__tree {
    max-width: 50px;
  }
}
@media screen and (max-width: 500px) {
  .cta__pos__tree {
    max-width: 42px;
  }
}

.cta__pos__circle {
  animation: 45s linear infinite circle_move;
  pointer-events: none;
}

@keyframes circle_move {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cta__wrap {
  max-width: 600px;
}

.cta__headline {
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(2.4rem, 2.5806451613vw, 3.2rem);
  line-height: 180%;
  letter-spacing: 0.06em;
  color: #62B38A;
}
@media screen and (max-width: 500px) {
  .cta__headline br {
    display: block;
  }
}

.cta__read {
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  line-height: 180%;
  letter-spacing: 0.06em;
  color: #555555;
  margin: 32px 0 64px;
}
@media screen and (max-width: 1000px) {
  .cta__read {
    margin: 24px 0 40px;
  }
}

.cta__btns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.cta__btns .lower_btn__link {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .cta__btns {
    gap: 16px;
  }
}
@media screen and (max-width: 500px) {
  .cta__btns {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
  }
}

.cta_area .lower_btn__txt {
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  color: #555555;
}
@media screen and (min-width: 501px) {
  .cta_area .cta__blank {
    margin-top: 40px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .cta_area .cta__blank {
    margin-top: 32px;
  }
}
.cta_area .cta__blank__link rect {
  transition: all 0.3s;
}
.cta_area .cta__blank__link:hover rect {
  stroke: #62B28A;
}

/*================================================
cta----END
==================================================*/
.mw_wp_form {
  margin-top: clamp(32px, 3.125vw, 50px);
  background: #f8f8f8;
  box-sizing: border-box;
  font-family: "Noto 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-top: clamp(56px, 6.25vw, 100px);
    padding-bottom: clamp(56px, 6.25vw, 100px);
    padding-left: clamp(40px, 6.25vw, 100px);
    padding-right: clamp(40px, 6.25vw, 100px);
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form {
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.mw_wp_form.mw_wp_form_complete {
  display: none !important;
}
.mw_wp_form table,
.mw_wp_form tbody,
.mw_wp_form tr,
.mw_wp_form th,
.mw_wp_form td {
  border: none;
  padding: 0;
  background-color: unset !important;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form table,
  .mw_wp_form tbody,
  .mw_wp_form tr,
  .mw_wp_form th,
  .mw_wp_form td {
    display: block;
    width: 100%;
  }
}
.mw_wp_form th {
  position: relative;
  font-weight: 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;
}
@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 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: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form input,
  .mw_wp_form textarea,
  .mw_wp_form select {
    padding: 1em;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form input,
  .mw_wp_form textarea,
  .mw_wp_form select {
    padding: 10px;
  }
}
.mw_wp_form input.var01,
.mw_wp_form textarea.var01,
.mw_wp_form select.var01 {
  max-width: 500px;
}
@media screen and (min-width: 501px) {
  .mw_wp_form input.var02,
  .mw_wp_form textarea.var02,
  .mw_wp_form select.var02 {
    max-width: 5em;
  }
}
@media screen and (max-width: 500px) {
  .mw_wp_form input.var02,
  .mw_wp_form textarea.var02,
  .mw_wp_form select.var02 {
    max-width: 4em;
  }
}
.mw_wp_form input,
.mw_wp_form textarea {
  width: 100%;
}
.mw_wp_form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 48px;
  background-image: url("../images/common/svg-select.svg");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center right 16px;
}
.mw_wp_form input[type*=file] {
  width: auto;
  background-color: transparent;
  padding: 0;
  border: none;
  font-weight: 400;
  font-size: clamp(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: "Noto 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: 40px;
  margin-right: 20px;
  cursor: pointer;
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  color: #555555;
}
@media screen and (min-width: 1001px) {
  .mwform-checkbox-field-text {
    line-height: 57px;
  }
}
@media screen and (max-width: 1000px) {
  .mwform-checkbox-field-text {
    line-height: 32px;
  }
}
.mwform-checkbox-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #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;
}
.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: #62B28A;
  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(24px, 2vw, 32px);
}
.form-btns a,
.form-btns [type=submit] {
  max-width: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  padding: 1.25em;
  color: #fff;
  background-color: #62B28A;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  transition-property: all;
  border-radius: 25px;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .form-btns a,
  .form-btns [type=submit] {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .form-btns a,
  .form-btns [type=submit] {
    transition-duration: 300ms;
  }
}
.form-btns a:hover,
.form-btns [type=submit]:hover {
  opacity: 0.7;
}

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

/* page */
.mv_wrap {
  max-width: 1060px;
  margin: auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  gap: 110px;
}
@media screen and (min-width: 1601px) {
  .mv_wrap {
    transform: translateX(-100px);
  }
}
@media screen and (max-width: 1200px) {
  .mv_wrap {
    padding-left: 40px;
    gap: 120px;
  }
}
@media screen and (max-width: 1000px) {
  .mv_wrap {
    display: block;
    padding-left: 144px;
  }
}
@media screen and (max-width: 500px) {
  .mv_wrap {
    padding-left: 54px;
  }
}

.mv_txt {
  display: flex;
  flex-direction: row-reverse;
  gap: 32px;
  padding-bottom: 148px;
}
@media screen and (max-width: 1200px) {
  .mv_txt {
    gap: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .mv_txt {
    margin-top: -120px;
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 500px) {
  .mv_txt {
    margin-top: -120px;
  }
}

.mv_txt__read {
  writing-mode: vertical-rl;
  height: -moz-fit-content;
  height: fit-content;
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(2.6rem, 3.2258064516vw, 4rem);
  color: #555555;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .mv_txt__read {
    font-size: 3rem;
  }
}

@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .mv_img {
    max-width: 630px;
  }
}
@media screen and (max-width: 1000px) {
  .mv_img {
    max-width: 526px;
    margin-left: auto;
  }
}
@media screen and (max-width: 500px) {
  .mv_img {
    max-width: 240px;
  }
}

.mv .mv_img {
  filter: blur(20px);
  opacity: 0;
  transition: all 2s;
}
.mv .mv_txt {
  filter: blur(10px);
  opacity: 0;
  transition: all 1s;
}

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

.bl_st1.bl_ac_d1 {
  transition-delay: 0.6s;
}

.bl_st1.bl_ac_d2 {
  transition-delay: 0.9s;
}

@media screen and (min-width: 501px) and (max-width: 1000px) {
  .mv_img {
    position: relative;
  }
  .mv_img::before {
    position: absolute;
    width: 140px;
    height: 100%;
    left: 0px;
    top: 0px;
    content: "";
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  }
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
汎用クラス----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_headline__title {
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(2.4rem, 2.5806451613vw, 3.2rem);
  line-height: 180%;
  letter-spacing: 0.06em;
  color: #62B38A;
}

.home_headline__slag {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 120%;
  color: #939993;
}

/*================================================
汎用クラス----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_news----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_news {
  margin-top: -196px;
}
@media screen and (max-width: 1000px) {
  .home_news {
    margin-top: -68px;
    margin-top: 104px;
    padding-left: 84px;
  }
}
@media screen and (max-width: 500px) {
  .home_news {
    margin-top: 104px;
    padding-left: 84px;
  }
}

.home_news__headline {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 150%;
  color: #62B38A;
  margin-bottom: 16px;
}

.home_news_wrap {
  width: 400px;
  padding: 40px 48px 40px 72px;
  background-color: #FAFAF9;
  margin-left: auto;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .home_news_wrap {
    padding: 32px 40px 40px 56px;
  }
}
@media screen and (max-width: 1000px) {
  .home_news_wrap {
    width: 100%;
    padding: 16px 24px 16px 24px;
  }
}

.home_news__link {
  border-left: 2px solid #62B28A;
  padding-left: 14px;
}
.home_news__link .category_info {
  margin-top: 0;
}
.home_news__link .category_read__main {
  margin-top: 4px;
  -webkit-line-clamp: 1;
}
.home_news__link .category_time {
  font-size: 1.4rem;
}
.home_news__link .category_cat {
  position: relative;
  z-index: 2;
  background: #fff;
}

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

.home_news__more {
  display: block;
  margin-top: 16px;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 150%;
  text-align: right;
  text-decoration-line: underline;
  color: #62B38A;
}

/*================================================
home_news----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_catch----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_catch {
  margin: 94px 0 184px;
}
@media screen and (max-width: 1000px) {
  .home_catch {
    margin: 144px 0 144px;
  }
}

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

.home_catch__img {
  flex-basis: 41.33%;
}
@media screen and (max-width: 1000px) {
  .home_catch__img {
    max-width: 496px;
  }
}
@media screen and (max-width: 500px) {
  .home_catch__img {
    max-width: 247px;
  }
}

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

.home_catch__readline {
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(2.4rem, 2.5806451613vw, 3.2rem);
  line-height: 180%;
  letter-spacing: 0.06em;
  color: #62B38A;
}
@media screen and (max-width: 500px) {
  .home_catch__readline br {
    display: block;
  }
}

.home_catch__read {
  margin-top: 64px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  line-height: 200%;
  color: #555555;
}
@media screen and (max-width: 1000px) {
  .home_catch__read {
    margin-top: 56px;
  }
}

.home_catch__images {
  margin-top: 136px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  max-width: 1290px;
  margin-left: auto;
}
@media screen and (max-width: 1400px) {
  .home_catch__images {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .home_catch__images {
    margin-top: 144px;
  }
}
@media screen and (max-width: 500px) {
  .home_catch__images {
    display: block;
    padding-left: 0px;
  }
}

.home_catch__images__img1 {
  flex-basis: 23.4%;
}
@media screen and (max-width: 500px) {
  .home_catch__images__img1 {
    max-width: 180px;
    margin-left: auto;
  }
}

.home_catch__images_sub {
  flex-basis: 58.18%;
  display: flex;
}
@media screen and (max-width: 500px) {
  .home_catch__images_sub {
    max-width: 334px;
    margin-top: 80px;
  }
}

.home_catch__images__img2 {
  flex-basis: 36.84%;
  margin-right: -24px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .home_catch__images__img2 {
    flex-basis: 36.52%;
    margin-right: -10px;
  }
}

.home_catch__images__img3 {
  flex-basis: 63.16%;
  padding-top: 64px;
}
@media screen and (max-width: 500px) {
  .home_catch__images__img3 {
    padding-top: 28px;
    flex-basis: 63.48%;
  }
}

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

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

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

.home_job__list {
  flex-basis: 50.66%;
}
@media screen and (max-width: 1000px) {
  .home_job__list {
    margin-bottom: 56px;
    max-width: 360px;
  }
}

.home_job__img {
  flex-basis: 42.66%;
}

@media screen and (max-width: 1000px) {
  .home_job__item + .home_job__item {
    margin-top: 48px;
  }
}
.home_job__link {
  display: block;
  position: relative;
  padding-top: 29px;
  padding-bottom: 29px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_job__link {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .home_job__link {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.home_job__link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 1px;
  transition: all 0.3s;
  background: #62B28A;
}
@media screen and (max-width: 1000px) {
  .home_job__link::before {
    display: none;
  }
}

.home_job__link__inner {
  position: relative;
  display: block;
}
.home_job__link__inner svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  opacity: 0;
}
@media screen and (max-width: 1000px) {
  .home_job__link__inner svg {
    opacity: 1;
  }
}
@media screen and (max-width: 1000px) {
  .home_job__link__inner {
    display: flex;
    align-items: center;
  }
}

.home_job__num {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-weight: 200;
  font-size: clamp(4rem, 3.8709677419vw, 4.8rem);
  line-height: 100%;
  color: #62B38A;
}

.home_job__title {
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.8rem, 1.935483871vw, 2.4rem);
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #555555;
  margin-left: 40px;
  transition: all 0.3s;
}
@media screen and (max-width: 1000px) {
  .home_job__title {
    margin-left: 16px;
  }
}

.home_job__link:hover {
  opacity: 1;
}
.home_job__link:hover .home_job__title {
  color: #62B28A;
}
.home_job__link:hover::before {
  width: 100%;
}
.home_job__link:hover svg {
  opacity: 1;
}

/*================================================
home_job----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_office----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_office__link {
  margin-top: 184px;
  display: block;
  position: relative;
  padding: 144px 0;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .home_office__link {
    margin-top: 144px;
    padding: 104px 0;
  }
}

.home_office__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.6s;
}

.home_office__inner {
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.home_headline__home_office {
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 500px) {
  .home_headline__home_office .home_headline__title {
    font-size: 2.4rem;
  }
}

.home_office__link:hover {
  opacity: 1;
}
.home_office__link:hover .home_office__img {
  transform: scale(1.05, 1.05);
}
.home_office__link:hover .lower_btn__link {
  opacity: 1;
}
.home_office__link:hover .lower_btn__link path {
  stroke: #62B28A;
}
.home_office__link:hover .lower_btn__link rect {
  stroke: #62B28A;
}
.home_office__link:hover .lower_btn__link::before {
  width: 100%;
}

/*================================================
home_office----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_efforts----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_efforts {
  margin-top: 184px;
}
@media screen and (max-width: 1000px) {
  .home_efforts {
    margin-top: 144px;
  }
}

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

.home_efforts__txt {
  flex-basis: 43.33%;
}

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

.lower_lead--home_efforts {
  margin: 64px 0 32px;
}
@media screen and (max-width: 1000px) {
  .lower_lead--home_efforts {
    margin: 56px 0 32px;
  }
  .lower_lead--home_efforts br {
    display: block;
  }
}

.lower_btn--home_efforts {
  margin-top: 64px;
}
.lower_btn--home_efforts .lower_btn__link--home_efforts {
  width: 128px;
}

.home_efforts__img1 {
  max-width: 426px;
  margin-left: auto;
}
@media screen and (max-width: 500px) {
  .home_efforts__img1 {
    max-width: 238px;
  }
}

.home_efforts__img2 {
  max-width: 296px;
  margin-right: auto;
  margin-top: -76px;
}
@media screen and (max-width: 500px) {
  .home_efforts__img2 {
    max-width: 165px;
    margin-top: -40px;
  }
}

/*================================================
home_efforts----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_interview----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_interview {
  margin-top: 184px;
  padding: 144px 0;
  overflow: hidden;
  background: #FAFAF9;
}
@media screen and (max-width: 1000px) {
  .home_interview {
    margin-top: 144px;
    padding: 104px 0;
  }
  .home_interview .container {
    padding: 0;
  }
}

@media screen and (max-width: 1000px) {
  .home_headline--home_interview,
  .home_interview__flex {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .home_headline--home_interview,
  .home_interview__flex {
    padding: 0 20px;
  }
}
.home_interview__flex {
  margin: 64px 0 88px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1000px) {
  .home_interview__flex {
    display: block;
    margin: 56px 0 64px;
  }
}

.lower_btn__link--home_interview {
  width: 128px;
}
@media screen and (max-width: 1000px) {
  .lower_btn__link--home_interview {
    margin-top: 56px;
  }
}

.home_interview__content {
  flex-basis: 70%;
}

.home_interview__cards {
  margin: 0 -2px;
  display: flex;
  transition: all 0.3s;
}
@media screen and (max-width: 1000px) {
  .home_interview__cards {
    margin: 0 -8px;
    margin-bottom: 0 !important;
  }
  .home_interview__cards .slick-list {
    padding: 0 80px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .home_interview__cards .slick-list {
    padding: 0 66px;
  }
}

.home_interview__card {
  padding: 0 2px;
  box-sizing: border-box;
  flex: 1;
  transition: all 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  transition: flex 0.4s ease;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1001px) {
  .home_interview__card {
    height: 480px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_interview__card {
    height: 420px;
  }
}
@media screen and (max-width: 1000px) {
  .home_interview__card {
    padding: 0 8px;
  }
}

.home_interview__inner {
  display: block;
  position: relative;
}

.home_interview__img {
  overflow: hidden;
}
@media screen and (min-width: 1001px) {
  .home_interview__img {
    height: 480px;
  }
  .home_interview__img img {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_interview__img {
    height: 420px;
  }
}

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

.home_interview__class {
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 120%;
  letter-spacing: 0.06em;
  color: #FFFFFF;
  margin-bottom: 10px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_interview__class {
    font-size: 1.8rem;
  }
}

.home_interview__name {
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(2.8rem, 2.5806451613vw, 3.2rem);
  line-height: 120%;
  letter-spacing: 0.06em;
  color: #FFFFFF;
}

.home_interview__name__small {
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 120%;
  color: #FFFFFF;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_interview__name__small {
    font-size: 1.4rem;
  }
}

.home_interview__year {
  margin-top: 8px;
  display: block;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 120%;
  color: #FFFFFF;
}

.home_interview__inner:hover {
  opacity: 1;
}

.home_interview__card:hover {
  flex: 2.2;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_interview__card:hover {
    flex: 1.6;
  }
}

@media screen and (max-width: 1000px) {
  .home_interview .slick-dots {
    bottom: auto;
    top: calc(100% + 32px);
    display: flex;
    gap: 14px;
    justify-content: center;
    margin: auto;
  }
  .home_interview .slick-dots li {
    position: relative;
    display: inline-block;
    height: 2px;
    width: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    box-sizing: border-box;
  }
  .home_interview .slick-dots li.slick-active button {
    opacity: 1;
    background: #62B28A;
  }
  .home_interview .slick-dots li button {
    height: 2px;
    width: 20px;
    background: #939993;
    padding: 0px;
    border-radius: 5px;
  }
  .home_interview .slick-dots li button::before {
    display: none !important;
  }
}
/*================================================
home_interview----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_others----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_others {
  margin-top: 184px;
}
@media screen and (max-width: 1000px) {
  .home_others {
    margin-top: 144px;
  }
}
@media screen and (max-width: 500px) {
  .home_others svg {
    display: none;
  }
}

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

@media screen and (max-width: 1000px) {
  .home_others__column + .home_others__column {
    margin-top: 64px;
  }
}
.home_others__column {
  position: relative;
  display: block;
  flex-basis: 46.66%;
  padding-bottom: 16px;
}
@media screen and (max-width: 1000px) {
  .home_others__column {
    padding-bottom: 8px;
  }
}
.home_others__column path {
  transition: all 0.3s;
}
.home_others__column::before {
  content: "";
  height: 1px;
  width: 0%;
  background: #62B28A;
  position: absolute;
  left: 1px;
  bottom: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 1000px) {
  .home_others__column::before {
    width: 100%;
  }
}

.home_others__img {
  overflow: hidden;
}
.home_others__img img {
  transition: all 0.6s;
}
@media screen and (max-width: 500px) {
  .home_others__img img {
    height: 198px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
}

.home_others__wrap {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home_others__inner {
  display: flex;
  gap: 24px;
  align-items: center;
}

.home_others__title {
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(2.4rem, 2.5806451613vw, 3.2rem);
  line-height: 180%;
  letter-spacing: 0.06em;
  color: #62B38A;
}

.home_others__slag {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 120%;
  color: #939993;
}

.home_others__column:hover {
  opacity: 1;
}
.home_others__column:hover path {
  stroke: #62B28A;
}
.home_others__column:hover img {
  transform: scale(1.1, 1.1);
}
.home_others__column:hover::before {
  width: 100%;
}

/*================================================
home_others----END
==================================================*/
.lower_num_headline {
  display: flex;
  gap: 24px;
  padding-bottom: 16px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(2rem, 2.2580645161vw, 2.8rem);
  line-height: 180%;
  letter-spacing: 0.06em;
  color: #555555;
  align-items: center;
  border-bottom: solid 1px #62B28A;
}

.lower_num_headline__num {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-style: normal;
  font-weight: 200;
  font-size: clamp(3rem, 3.064516129vw, 3.8rem);
  line-height: 100%;
  color: #62B38A;
}

.circle_headline {
  position: relative;
  padding-left: 28px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.8rem, 1.935483871vw, 2.4rem);
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #555555;
}
@media screen and (max-width: 1000px) {
  .circle_headline {
    padding-left: 24px;
  }
}
.circle_headline::before {
  content: "";
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 4px solid #62B38A;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .circle_headline br {
    display: none;
  }
}

.lower_btn__link {
  position: relative;
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #555;
}
.lower_btn__link path {
  transition: all 0.3s;
}
.lower_btn__link rect {
  transition: all 0.3s;
}
.lower_btn__link::before {
  content: "";
  background: #62B28A;
  height: 1px;
  width: 0%;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: all 0.3s;
}

.lower_btn__txt {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 150%;
  color: #555555;
  transition: all 0.3s;
}

.lower_btn__link--interview_block {
  width: 240px;
}
@media screen and (max-width: 1000px) {
  .lower_btn__link--interview_block {
    width: 200px;
  }
}

.lower_btn__link:hover {
  opacity: 1;
}
.lower_btn__link:hover path {
  stroke: #62B28A;
}
.lower_btn__link:hover rect {
  stroke: #62B28A;
}
.lower_btn__link:hover::before {
  width: 100%;
}

.anchor_list__wrap {
  display: block;
}
.anchor_list__wrap .anchor_list__name {
  display: block;
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 140%;
  color: #555555;
}
.anchor_list__wrap .anchor_list__txt {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  line-height: 170%;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
only----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
@media screen and (min-width: 1001px) {
  .mobile_only {
    display: none !important;
  }
  .pc_only2 {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .mobile_only {
    display: block;
  }
  .pc_only2 {
    display: none !important;
  }
}
@media screen and (min-width: 501px) {
  .sp_only {
    display: none !important;
  }
  .pc_only {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none !important;
  }
}
/*================================================
only----END
==================================================*/
.outfit_section + .outfit_section {
  margin-top: 160px;
}
@media screen and (max-width: 1000px) {
  .outfit_section + .outfit_section {
    margin-top: 120px;
  }
}

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

.outfit_section__columns__img {
  flex-basis: 40.66%;
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .outfit_section__columns__img {
    max-width: 80%;
  }
}

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

.outfit_section__headline {
  margin-bottom: 32px;
}

.outfit_section__cards {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media screen and (max-width: 1000px) {
  .outfit_section__cards {
    margin-top: 72px;
    grid-template-columns: repeat(1, 1fr);
    gap: 48px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .outfit_section__cards {
    gap: 72px;
  }
}

.outfit_section__card {
  display: block;
}

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

.outfit_section__card__txt {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  transition: all 0.3s;
  padding-bottom: 16px;
  align-items: center;
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.8rem, 1.935483871vw, 2.4rem);
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #555;
}
@media screen and (max-width: 1000px) {
  .outfit_section__card__txt {
    margin-top: 16px;
  }
}
.outfit_section__card__txt path {
  transition: all 0.3s;
}

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

.outfit_section__card:hover {
  opacity: 1;
}
.outfit_section__card:hover .outfit_section__card__txt {
  color: #62B38A;
  opacity: 1;
}
.outfit_section__card:hover .outfit_section__card__txt::before {
  width: 100%;
}
.outfit_section__card:hover .outfit_section__card__img img {
  transform: scale(1.1, 1.1);
}
.outfit_section__card:hover path {
  stroke: #62B28A;
}

@media screen and (max-width: 1000px) {
  .outfit_section__card .outfit_section__card__txt {
    color: #62B38A;
    opacity: 1;
  }
  .outfit_section__card .outfit_section__card__txt::before {
    width: 100%;
  }
  .outfit_section__card path {
    stroke: #62B28A;
  }
}
.outfit_section__cards--has2 {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
@media screen and (max-width: 1000px) {
  .outfit_section__cards--has2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 48px;
  }
}

.outfit_case {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .outfit_case {
    display: block;
    margin-top: 72px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .outfit_case {
    flex-direction: column;
    gap: 64px;
    max-width: 600px;
  }
}

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

.outfit_case__headline {
  display: flex;
  gap: 12px;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-style: normal;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 180%;
  letter-spacing: 0.06em;
  color: #555555;
  align-items: center;
}

.outfit_case__headline::before {
  content: "";
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 4px solid #62B38A;
  display: inline-block;
}

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

.outfit_case__img {
  flex-basis: 38.19%;
}

.outfit_case__table {
  flex-basis: 56.25%;
}
@media screen and (max-width: 500px) {
  .outfit_case__table {
    margin-top: 32px;
  }
}
.outfit_case__table table th,
.outfit_case__table table td {
  font-weight: 300;
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  line-height: 180%;
  color: #555555;
  padding: 7px 0;
  background: initial;
  border-bottom: solid 1px #D9D9D9;
}
.outfit_case__table table th {
  width: 96px;
  vertical-align: middle;
}
@media screen and (min-width: 1001px) {
  .outfit_case__table table tr:first-of-type th,
  .outfit_case__table table tr:first-of-type td {
    margin-top: 0;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .outfit_case__table table th,
  .outfit_case__table table td {
    display: table-cell;
  }
}
@media screen and (max-width: 500px) {
  .outfit_case__table table th,
  .outfit_case__table table td {
    width: 100%;
    padding: 8px 0;
  }
  .outfit_case__table table th {
    border-bottom: none;
    padding-bottom: 0;
  }
  .outfit_case__table table tr:first-of-type th {
    border-top: solid 1px #D9D9D9;
  }
}

.outfit_section__caption {
  margin-top: 80px;
  padding: 48px 80px;
  background: #FAFAF9;
}
@media screen and (max-width: 1000px) {
  .outfit_section__caption {
    margin-top: 72px;
    padding: 40px 40px;
  }
}
@media screen and (max-width: 500px) {
  .outfit_section__caption {
    padding: 32px 20px;
  }
}

.outfit_section__caption__headline {
  margin-bottom: 32px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
benefits_content----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.benefits_m_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
@media screen and (max-width: 1000px) {
  .benefits_m_cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .benefits_m_cards {
    gap: 48px;
  }
}

.benefits_m_card__headline {
  display: block;
  margin: 24px 0 8px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  color: #555555;
}
@media screen and (max-width: 1000px) {
  .benefits_m_card__headline {
    margin: 16px 0 8px;
  }
}

.benefits_s_cards {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  gap: 40px;
}
@media screen and (max-width: 1000px) {
  .benefits_s_cards {
    margin-top: 72px;
    grid-template-columns: repeat(2, 2fr);
    gap: 32px;
  }
}
@media screen and (max-width: 500px) {
  .benefits_s_cards {
    gap: 24px;
  }
}

.benefits_s_card__headline {
  display: block;
  margin-top: 16px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  color: #555555;
}
@media screen and (max-width: 1000px) {
  .benefits_s_card__headline {
    margin-top: 8px;
  }
}

.benefits_s_card__small {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
}
@media screen and (max-width: 500px) {
  .benefits_s_card__small {
    display: block;
  }
}

/*================================================
benefits_content----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
benefits_banner----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.benefits_banner {
  margin-top: 160px;
}
@media screen and (max-width: 1000px) {
  .benefits_banner {
    margin-top: 120px;
  }
}

.benefits_banner__wrap {
  max-width: 880px;
  margin: auto;
}

.benefits_banner__link {
  display: block;
}

.benefits_banner__img {
  overflow: hidden;
}
.benefits_banner__img img {
  transition: all 0.6s;
}
@media screen and (max-width: 500px) {
  .benefits_banner__img img {
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.benefits_banner__txt {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  transition: all 0.3s;
  padding-bottom: 16px;
  align-items: center;
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.8rem, 1.935483871vw, 2.4rem);
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #62B28A;
}
@media screen and (max-width: 1000px) {
  .benefits_banner__txt {
    margin-top: 16px;
  }
}
.benefits_banner__txt path {
  transition: all 0.3s;
}

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

.benefits_banner__link:hover {
  opacity: 1;
}
.benefits_banner__link:hover .benefits_banner__img img {
  transform: scale(1.1, 1.1);
}

/*================================================
benefits_banner----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
benefits_liberty----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.benefits_liberty {
  margin-top: 160px;
}
@media screen and (max-width: 1000px) {
  .benefits_liberty {
    margin-top: 120px;
  }
}

.benefits_liberty__wrap {
  padding: 88px 160px;
  background: #FAFAF9;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .benefits_liberty__wrap {
    padding: 88px 80px;
  }
}
@media screen and (max-width: 1000px) {
  .benefits_liberty__wrap {
    padding: 72px 40px;
  }
}
@media screen and (max-width: 500px) {
  .benefits_liberty__wrap {
    padding: 72px 20px;
  }
}

.circle_headline--benefits_liberty {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.benefits_liberty__read {
  text-align: center;
  margin: 32px 0 56px;
}
@media screen and (max-width: 1000px) {
  .benefits_liberty__read {
    text-align: left;
    margin: 32px 0 48px;
  }
}

.benefits_liberty__columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .benefits_liberty__columns {
    flex-direction: column-reverse;
    gap: 24px;
  }
}

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

@media screen and (min-width: 1001px) {
  .benefits_liberty__img {
    flex-basis: 13.63%;
  }
}
@media screen and (max-width: 1000px) {
  .benefits_liberty__img {
    max-width: 120px;
  }
}

.benefits_liberty__fukidashi {
  flex-basis: 82.72%;
  box-sizing: border-box;
  padding: 48px 72px;
  background: #fff;
  border-radius: 0px 64px 64px 64px;
}
@media screen and (max-width: 1000px) {
  .benefits_liberty__fukidashi {
    border-radius: 40px 40px 40px 0;
    padding: 40px 40px;
  }
}
@media screen and (max-width: 500px) {
  .benefits_liberty__fukidashi {
    border-radius: 32px 32px 32px 0;
    padding: 32px 20px;
  }
}

@media screen and (min-width: 1001px) {
  .benefits_liberty__columns-r {
    flex-direction: row-reverse;
  }
  .benefits_liberty__columns-r .benefits_liberty__fukidashi {
    border-radius: 64px 0px 64px 64px;
  }
}
/*================================================
benefits_liberty----END
==================================================*/
.interview_block + .interview_block {
  margin-top: 160px;
}
@media screen and (max-width: 1000px) {
  .interview_block + .interview_block {
    margin-top: 120px;
  }
}

.interview_catch {
  display: flex;
  gap: 80px;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .interview_catch {
    gap: 48px;
  }
}
@media screen and (max-width: 500px) {
  .interview_catch {
    display: block;
  }
}

.interview_catch__img {
  flex-basis: 40.9%;
}

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

.interview_catch__num {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  line-height: 150%;
  color: #62B38A;
}

.interview_catch__headline {
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.8rem, 1.935483871vw, 2.4rem);
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin: 16px 0 40px;
}
@media screen and (max-width: 1000px) {
  .interview_catch__headline {
    margin: 8px 0 32px;
  }
  .interview_catch__headline br {
    display: block;
  }
}

.interview_catch__class {
  display: block;
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  letter-spacing: 0.06em;
  color: #555555;
}

.interview_catch__info {
  display: flex;
  gap: 24px;
  align-items: baseline;
  margin: 16px 0 48px;
}
@media screen and (max-width: 1000px) {
  .interview_catch__info {
    gap: 16px;
    margin: 8px 0 32px;
  }
}

.interview_catch__name {
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(2.8rem, 2.5806451613vw, 3.2rem);
  line-height: 120%;
  letter-spacing: 0.06em;
  color: #555555;
}

.interview_catch__name__small {
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 120%;
  color: #555555;
}

.interview_catch__join {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  line-height: 120%;
  color: #555555;
}

.interview_qanda,
.interview_qanda_columns {
  margin-top: 64px;
}
@media screen and (max-width: 1000px) {
  .interview_qanda,
  .interview_qanda_columns {
    margin-top: 48px;
  }
}

.interview_qanda__headline.circle_headline::before {
  top: 10px;
  transform: translateY(0%);
}
@media screen and (max-width: 1000px) {
  .interview_qanda__headline.circle_headline::before {
    top: 7px;
  }
}

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

.interview_qanda_columns {
  display: flex;
  gap: 64px;
}
@media screen and (max-width: 1000px) {
  .interview_qanda_columns {
    gap: 40px;
    align-items: center;
  }
}
@media screen and (max-width: 500px) {
  .interview_qanda_columns {
    display: block;
  }
}

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

.interview_qanda_columns__txt {
  flex: 1;
}

.interview_message {
  margin-top: 64px;
  padding: 48px 64px;
  background: #FAFAF9;
}
@media screen and (max-width: 1000px) {
  .interview_message {
    margin-top: 48px;
    padding: 40px 40px;
  }
}
@media screen and (max-width: 500px) {
  .interview_message {
    padding: 40px 20px;
  }
}

.interview_message__headline {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(2.2rem, 1.935483871vw, 2.4rem);
  line-height: 150%;
  color: #62B38A;
}

.interview_message__read {
  margin-top: 16px;
}

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

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

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
汎用infographic----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.infographic__section + .infographic__section {
  margin-top: 160px;
}
@media screen and (max-width: 1000px) {
  .infographic__section + .infographic__section {
    margin-top: 120px;
  }
}

.infographic__section {
  overflow: hidden;
}

.infographic__cards {
  display: flex;
  flex-wrap: wrap;
  margin: -24px;
}
@media screen and (max-width: 1000px) {
  .infographic__cards {
    margin: -16px;
  }
}

.infographic__card--50 {
  flex-basis: 50%;
  box-sizing: border-box;
  padding: 24px;
}
@media screen and (max-width: 1000px) {
  .infographic__card--50 {
    padding: 16px;
  }
}
@media screen and (max-width: 500px) {
  .infographic__card--50 {
    flex-basis: 100%;
  }
}

.infographic__card--100 {
  flex-basis: 100%;
  box-sizing: border-box;
  padding: 24px;
}
@media screen and (max-width: 1000px) {
  .infographic__card--100 {
    padding: 16px;
  }
}

.infographic__card--33 {
  flex-basis: 33.3%;
  box-sizing: border-box;
  padding: 24px;
}
@media screen and (max-width: 1000px) {
  .infographic__card--33 {
    flex-basis: 50%;
    padding: 16px;
  }
}
@media screen and (max-width: 500px) {
  .infographic__card--33 {
    flex-basis: 100%;
  }
}

.infographic__card__inner {
  position: relative;
  padding: 48px;
  background: #FAFAF9;
  height: 100%;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .infographic__card__inner {
    padding: 40px 32px;
  }
}
@media screen and (max-width: 1000px) {
  .infographic__card__inner {
    padding: 40px 32px;
  }
}
@media screen and (max-width: 500px) {
  .infographic__card__inner {
    padding: 40px 32px;
  }
}

@media screen and (min-width: 501px) {
  .infographic__card__inner--ig {
    padding: 48px 32px;
  }
}
.infographic__title {
  display: block;
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(2.4rem, 2.5806451613vw, 3.2rem);
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.06em;
  color: #555555;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .infographic__title {
    margin-bottom: 32px;
    line-height: 150%;
  }
}

.infographic__content {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.infographic__blue {
  color: #62A3B2;
}

.infographic__green {
  color: #62B28A;
}

.infographic__yellow {
  color: #B2A062;
}

.infographic__red {
  color: #B2626E;
}

.infographic__gray {
  color: #939993;
}

.infographic__value {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-style: normal;
  font-weight: 200;
  font-size: clamp(5.6rem, 7.7419354839vw, 9.6rem);
  line-height: 120%;
}

.infographic__percent {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(2.8rem, 3.2258064516vw, 4rem);
  line-height: 120%;
}

.infographic__txt {
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  line-height: 150%;
  letter-spacing: 0.06em;
}

.infographic__read {
  display: block;
  margin-top: 8px;
  text-align: center;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  line-height: 180%;
  text-align: center;
  color: #939993;
}
@media screen and (max-width: 1000px) {
  .infographic__read {
    text-align: left;
  }
  .infographic__read br {
    display: none;
  }
}

.infographic__content_flex {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1000px) {
  .infographic__content_flex {
    gap: 32px;
  }
}

.infographic__content_flex__img img {
  height: 120px;
  width: auto;
}
@media screen and (max-width: 1000px) {
  .infographic__content_flex__img img {
    height: 100px;
  }
}

.infographic__content_flex__txt,
.infographic__content_ranking__txt {
  margin: 16px 0 -8px;
  display: block;
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1000px) {
  .infographic__content_flex__txt,
  .infographic__content_ranking__txt {
    margin: 14px 0 -8px;
  }
}

.infographic__content_flex__value {
  font-size: clamp(4.8rem, 5.1612903226vw, 6.4rem);
}

.infographic__content_flex__percent {
  font-size: clamp(2.6rem, 2.5806451613vw, 3.2rem);
}

.infographic__content_flex__ans {
  text-align: center;
}

.infographic__ratio__pos {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  line-height: 180%;
  color: #939993;
}
@media screen and (min-width: 1001px) {
  .infographic__ratio__pos {
    position: absolute;
    right: 64px;
    bottom: 48px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .infographic__ratio__pos {
    right: 44px;
    bottom: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .infographic__ratio__pos {
    display: block;
    margin-top: 8px;
    text-align: right;
  }
}

.infographic__content_ranking {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 80px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .infographic__content_ranking {
    gap: 40px;
  }
}
@media screen and (max-width: 500px) {
  .infographic__content_ranking {
    gap: 8px;
  }
}

@media screen and (max-width: 500px) {
  .infographic__content_ranking_spgap {
    gap: 24px;
  }
}
.infographic__content_ranking__img img {
  height: 120px;
  width: auto;
}
@media screen and (max-width: 1000px) {
  .infographic__content_ranking__img img {
    height: 100px;
  }
}
@media screen and (max-width: 500px) {
  .infographic__content_ranking__img img {
    height: 48px;
  }
}

@media screen and (min-width: 1001px) {
  .infographic__content_ranking__txt2 {
    margin-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .infographic__content_ranking__txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .infographic__content_ranking__txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .infographic__content_ranking__txt2 {
    margin-top: 6px;
  }
}
@media screen and (max-width: 500px) {
  .infographic__card__inner-ig {
    padding: 40px 20px;
  }
  .infographic__card__inner-ig2 .infographic__content_ranking__txt {
    font-size: 1.3rem;
  }
}
.infographic__content_ranking__columns {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  gap: 80px;
}
@media screen and (max-width: 1000px) {
  .infographic__content_ranking__columns {
    flex-direction: column;
    gap: 40px;
  }
}

.infographic__content_others__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (min-width: 1001px) {
  .infographic__content_others__list {
    max-width: 184px;
  }
}
@media screen and (max-width: 500px) {
  .infographic__content_others__list {
    gap: 6px;
  }
}

.infographic__content_others__item {
  display: flex;
  gap: 4px;
  align-items: center;
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  line-height: 150%;
  color: #555555;
}
.infographic__content_others__item::before {
  content: "";
  background: url(../images/infographic/ico_infographic_check.png);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 12px;
  height: auto;
}
@media screen and (max-width: 500px) {
  .infographic__content_others__item::before {
    width: 10px;
  }
}

.infographic__content_others__txt {
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .infographic__content_others__txt {
    text-align: right;
  }
}

.infographic__graph_content {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 16px;
}

.infographic__graph_content-ig {
  gap: 8px;
}

.infographic__graph_content2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 8px;
}

.infographic__graph_ans__card {
  text-align: center;
}
@media screen and (min-width: 501px) {
  .infographic__graph_ans__card {
    min-width: 90px;
  }
}
@media screen and (max-width: 1400px) {
  .infographic__graph_ans__card {
    min-width: 82px;
  }
}
@media screen and (max-width: 1200px) {
  .infographic__graph_ans__card {
    min-width: 60px;
  }
}

.infographic__content_graph {
  width: 160px;
  height: auto;
  aspect-ratio: 1/1;
  margin: auto;
  margin-bottom: 24px;
}

.infographic__graph__txt {
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.06em;
  color: #555555;
  margin-bottom: -8px;
}

.infographic__graph__value {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-style: normal;
  font-weight: 200;
  font-size: clamp(3.2rem, 3.8709677419vw, 4.8rem);
  line-height: 120%;
}

.infographic__graph__percent {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  line-height: 120%;
}

.infographic__content_items {
  display: flex;
  gap: 40px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .infographic__content_items {
    flex-direction: column-reverse;
  }
}

.infographic__content_items__img img {
  height: 120px;
  width: auto;
}
@media screen and (max-width: 1000px) {
  .infographic__content_items__img img {
    height: 100px;
  }
}

.infographic__content_items__list {
  display: flex;
  gap: 16px 24px;
  flex-wrap: wrap;
  max-width: 880px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .infographic__content_items__list {
    max-width: 600px;
  }
}
@media screen and (max-width: 1000px) {
  .infographic__content_items__list {
    gap: 16px;
  }
}
@media screen and (max-width: 500px) {
  .infographic__content_items__list {
    gap: 8px;
  }
}

.infographic__content_items__item {
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 150%;
  color: #555555;
  background: #fff;
  padding: 16px 32px;
  border-radius: 24px 24px 24px 0px;
}
@media screen and (max-width: 1000px) {
  .infographic__content_items__item {
    padding: 8px 16px;
    border-radius: 16px 16px 16px 0px;
  }
}

/*============================W====================
汎用infographic----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
infographic__section1----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.infographic__section1 .infographic__title {
  margin-bottom: 24px;
}

.infographic__txt__paid {
  font-size: clamp(2.4rem, 2.5806451613vw, 3.2rem);
}

/*================================================
infographic__section1----END
==================================================*/
.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: space-between;
  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: #555;
  background: #fff;
  border: 1px solid #62B28A;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  font-weight: 400;
}
.contact_block__tab.active {
  color: #fff;
  background: #62B28A;
}
@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) ".";
}
@media screen and (min-width: 1001px) {
  .contact_block__tab::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
  }
}

.contact_block__line {
  display: block;
  height: 1px;
  background: #62B28A;
}
@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-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 200%;
  margin-bottom: 5px;
}

.policy_block__description {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 200%;
}

.found_block {
  padding-top: clamp(60px, 4.5625vw, 73px);
}

.found_head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  text-align: center;
  margin-bottom: clamp(48px, 3.5vw, 56px);
}

.found_head__caption {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-style: normal;
  font-weight: 200;
  font-size: clamp(4.2rem, 5.1612903226vw, 6.4rem);
  line-height: 120%;
  color: #62B38A;
}

.found_head__lead {
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.8rem, 1.935483871vw, 2.4rem);
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.06em;
  color: #555555;
}

.found_menu {
  margin-top: clamp(32px, 2.5vw, 40px);
}
.found_menu ul ul {
  display: none !important;
}
.found_menu a {
  display: block;
  font-size: inherit;
  text-align: center;
  box-sizing: border-box;
  font-family: "Shippori Mincho B1", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 150%;
  color: #555555;
}
.found_menu a:hover {
  opacity: 1;
  color: #62B28A;
}
@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 20px;
    box-sizing: border-box;
    line-height: 1;
  }
}
@media screen and (max-width: 1000px) {
  .found_menu li + li {
    border-top: 1px solid #555555;
  }
  .found_menu a {
    padding: 10px 0;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .found_menu ul {
    max-width: 360px;
    margin: auto;
  }
}

.lower_btn__prev {
  margin-top: 72px;
}
.lower_btn__prev .lower_btn__link {
  margin: auto;
  width: 128px;
}

.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: #62B28A;
  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: #62B28A;
  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: #62B28A;
  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: #62B28A;
  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: #62B28A;
  font-weight: 700;
}

.single_block__lead {
  font-size: clamp(1.8rem, 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: #62B28A;
}

.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 {
  stroke: #62B28A;
}/*# sourceMappingURL=customize.css.map */