@charset "UTF-8";
.header {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-width: 1153.2px;
}
@media (min-width: 768px) {
  .header {
    z-index: 0;
    padding: 6rem 6rem;
    height: auto;
    min-width: var(--mh--contents--width-with-padding);
    background: url(../img/h_bg.jpg) no-repeat 0 0/cover;
    background-color: #dfdfdf;
  }
}

.h_bg_stalk {
  position: fixed;
  top: 8rem;
  left: 0;
  width: 100%;
  min-width: 320px;
  overscroll-behavior-y: none;
}
@media (min-width: 768px) {
  .h_bg_stalk {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr var(--main_width) 2fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 2fr 1fr 1fr 1fr 1fr 1fr;
    overflow: auto;
  }
}

@media (min-width: 768px) {
  .h_bg_stalk_wood:nth-of-type(1) {
    grid-column: 2/3;
    grid-row: 1/3;
    margin: 0 auto;
    width: 8rem;
    align-self: center;
  }
}
@media (min-width: 768px) {
  .h_bg_stalk_wood:nth-of-type(2) {
    grid-column: 3/5;
    grid-row: 6/7;
    width: 11rem;
    justify-self: end;
  }
}
@media (min-width: 768px) {
  .h_bg_stalk_wood:nth-of-type(3) {
    grid-column: 5/6;
    grid-row: 4/5;
    width: 7rem;
    justify-self: end;
  }
}
@media (min-width: 768px) {
  .h_bg_stalk_wood:nth-of-type(4) {
    grid-column: 8/9;
    grid-row: 3/4;
    width: 9rem;
  }
}
@media (min-width: 768px) {
  .h_bg_stalk_wood:nth-of-type(5) {
    grid-column: 7/8;
    grid-row: 7/8;
    width: 8rem;
  }
}

.h_bg_anime {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: serif;
  transform: translate(-50%, -50%);
  overflow: hidden;
  width: calc(100% + 120px);
  height: 420px;
  max-width: 1920px;
  color: #fff;
  line-height: 1;
  opacity: 0.2;
}

.h_bg_anime_txt {
  position: absolute;
  font-size: 26rem;
  top: 0;
  white-space: nowrap;
  animation: scroll_Anime 40s linear infinite;
  padding-right: 1em;
}
.h_bg_anime_txt:nth-child(1) {
  left: 0;
}
.h_bg_anime_txt:nth-child(2) {
  right: 100%;
}

@keyframes scroll_Anime {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@media (min-width: 768px) {
  .header_logo {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: 0 auto;
    width: 18rem;
    padding-top: 2rem;
  }
}

.h_nav {
  position: fixed;
  top: 8rem;
  left: 0;
  width: 100%;
  min-width: 320px;
  overscroll-behavior-y: none;
}
@media (min-width: 768px) {
  .h_nav {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    padding: 13rem 6rem 13rem;
    display: grid;
    grid-template-columns: 1fr var(--main_width) 1fr;
    grid-template-rows: 2fr 7fr 1fr;
    gap: 4rem 0;
    overflow: auto;
  }
}

@media (min-width: 768px) {
  .h_nav_list {
    align-self: center;
    grid-column: 1/2;
    grid-row: 2/3;
    margin: 0 auto;
    width: 33.33333%;
  }
}
.h_nav_list .h_nav_menu {
  display: grid;
}
.h_nav_list .h_nav_menu .h_nav_menu_txt {
  line-height: 1rem;
}
.h_nav_list .h_nav_menu .h_nav_menu_txt .h_nav_menu_txt_en {
  font-size: 2rem;
}
.h_nav_list .h_nav_menu .h_nav_menu_txt .h_nav_menu_txt_jp {
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .h_nav_list .h_nav_menu {
    gap: 5vh;
  }
}

.h_nav_copyright {
  align-self: end;
  grid-column: 1/2;
  grid-row: 3/4;
  margin: 0 auto;
  width: 33.33333%;
}
.h_nav_copyright .h_nav_copyright_txt {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .h_nav_news {
    grid-column: 3/4;
    grid-row: 1/3;
    margin: 0 auto;
    align-self: flex-start;
    background-color: var(--base_color);
    height: auto;
    width: 17vw;
    padding: 1vw;
    border-radius: 1vw;
    min-width: 260px;
  }
}
.h_nav_news .h_nav_news_title {
  display: flex;
  width: 30%;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  border-radius: 0 0 1rem 0;
}
.h_nav_news .h_nav_news_title .h_nav_news_title_txt {
  font-size: 1.3rem;
  padding-left: 1rem;
}
.h_nav_news .h_nav_news_txt_block {
  padding-top: 2rem;
}
.h_nav_news .h_nav_news_txt {
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .h_nav_btn {
    grid-column: 3/4;
    grid-row: 2/3;
    align-self: flex-end;
    height: auto;
    width: 9vw;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .h_nav_c_info {
    grid-column: 3/4;
    grid-row: 3/4;
    align-self: flex-end;
    text-align: center;
  }
}

.h_nav_c_info_custom {
  font-size: 1.3rem;
  position: relative;
}
.h_nav_c_info_custom::after {
  content: "";
  background-image: url(../img/link_icon.svg);
  background-repeat: no-repeat;
  display: inline-block;
  height: 1.2rem;
  width: 1.2rem;
  margin-left: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .header {
    display: none;
  }
}
.footer_info_logo {
  display: flex;
}

.footer {
  position: relative;
  min-width: var(--main_width);
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .footer {
    max-width: var(--main_width);
    margin: 0 auto;
  }
}
.footer .footer_cv {
  background-image: url(../img/footer_cv_bg.jpg);
  background-color: var(--sub_color_2);
  background-repeat: no-repeat;
  padding: 45vh 5.6rem 5.6rem;
}
@media only screen and (max-width: 767px) {
  .footer .footer_cv {
    padding: 40rem 5rem 10rem;
  }
}

.footer_cv_main {
  background-color: #ededed;
  border-radius: 2rem;
  padding: 5rem 3rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
}

.footer_cv_main_read {
  font-size: var(--font_read_size);
  padding-bottom: 3rem;
}

.footer_cv_btn_to_form {
  text-align: center;
  padding-bottom: 3rem;
}

.footer_cv_btn_to_form_link {
  display: inline-block;
  border-radius: 4rem;
  background-color: var(--sub_color);
}
.footer_cv_btn_to_form_link .footer_cv_btn_to_form_link_txt {
  color: var(--base_color);
  font-size: var(--font_read_size);
  padding: 0.8rem 4rem;
}
@media only screen and (max-width: 767px) {
  .footer_cv_btn_to_form_link .footer_cv_btn_to_form_link_txt {
    font-size: 2.3rem;
  }
}
.footer_cv_btn_to_form_link .footer_cv_btn_to_form_link_txt::after {
  content: "";
  background-image: url(../img/transition_btn.svg);
  background-repeat: no-repeat;
  display: inline-block;
  height: 2rem;
  width: 2.6rem;
  margin-left: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .footer_cv_btn_to_form_link .footer_cv_btn_to_form_link_txt::after {
    height: 2.1rem;
    width: 2.1rem;
  }
}
.footer_cv_btn_to_form_link:hover {
  background-color: var(--main_color);
  opacity: 1;
}

.footer_cv_btn_to_tel {
  text-align: center;
}

.footer_cv_btn_to_tel_link {
  display: inline-block;
  border-radius: 4rem;
  background-color: var(--main_color);
}
.footer_cv_btn_to_tel_link p {
  color: var(--base_color);
  font-size: 2.5rem;
  padding: 0.3rem 4rem;
}
@media only screen and (max-width: 767px) {
  .footer_cv_btn_to_tel_link p {
    font-size: 2.8rem;
  }
}
.footer_cv_btn_to_tel_link p::after {
  content: "";
  background-image: url(../img/transition_btn.svg);
  background-repeat: no-repeat;
  display: inline-block;
  height: 2rem;
  width: 2.6rem;
  margin-left: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .footer_cv_btn_to_tel_link p::after {
    height: 2.1rem;
    width: 2.1rem;
  }
}
.footer_cv_btn_to_tel_link:hover {
  background-color: var(--sub_color);
  opacity: 1;
}

.footer_info {
  background-color: var(--sub_color_2);
}
.footer_info .footer_info_logo {
  width: 32%;
  margin: 0 auto;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .footer_info .footer_info_logo {
    width: 50%;
  }
}
.footer_info .footer_info_logo a {
  padding: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .footer_info .footer_info_logo a {
    padding: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer_info {
    padding: 10rem 0;
  }
}

.footer_info_copyright {
  text-align: center;
  padding: 5rem 0;
}
.footer_info_copyright p {
  font-size: 1.3rem;
}

/* ふわっと表示 */
.scroll-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}

.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.top_cases_slider_container {
  display: flex;
}

.slider .slider_item {
  margin: 1rem;
  border-radius: 2rem;
  aspect-ratio: 750/1334; /* アイテムのアスペクト比を維持 */
  overflow: hidden; /* 画像がはみ出る場合に備えて */
}
.slider .slider_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 画像がアイテム全体を覆うように調整 */
  border-radius: 2rem;
}

/* ===================================================================
     リセットCSS
=================================================================== */
/*--- reset ---*/
html {
  overflow-y: scroll;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
}

main {
  display: block;
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

object,
embed {
  vertical-align: top;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

img {
  vertical-align: bottom;
}

li {
  list-style-type: none;
}

a:focus {
  outline: none;
}

/* ===================================================================
     汎用クラス
=================================================================== */
/*--- マージン指定 ---*/
.mar_5t {
  margin-top: 5px;
}

.mar_10t {
  margin-top: 10px;
}

.mar_15t {
  margin-top: 15px;
}

.mar_20t {
  margin-top: 20px;
}

.mar_25t {
  margin-top: 25px;
}

.mar_30t {
  margin-top: 30px;
}

.mar_35t {
  margin-top: 35px;
}

.mar_40t {
  margin-top: 40px;
}

.mar_45t {
  margin-top: 45px;
}

.mar_50t {
  margin-top: 50px;
}

.mar_55t {
  margin-top: 55px;
}

.mar_60t {
  margin-top: 60px;
}

.mar_70t {
  margin-top: 70px;
}

.mar_80t {
  margin-top: 80px;
}

.mar_90t {
  margin-top: 90px;
}

.mar_100t {
  margin-top: 100px;
}

.mar_5b {
  margin-bottom: 5px;
}

.mar_10b {
  margin-bottom: 10px;
}

.mar_15b {
  margin-bottom: 15px;
}

.mar_20b {
  margin-bottom: 20px;
}

.mar_25b {
  margin-bottom: 25px;
}

.mar_30b {
  margin-bottom: 30px;
}

.mar_35b {
  margin-bottom: 35px;
}

.mar_40b {
  margin-bottom: 40px;
}

.mar_45b {
  margin-bottom: 45px;
}

.mar_50b {
  margin-bottom: 50px;
}

.mar_55b {
  margin-bottom: 55px;
}

.mar_60b {
  margin-bottom: 60px;
}

.mar_70b {
  margin-bottom: 70px;
}

.mar_80b {
  margin-bottom: 80px;
}

.mar_90b {
  margin-bottom: 90px;
}

.mar_100b {
  margin-bottom: 100px;
}

.mar_5l {
  margin-left: 5px;
}

.mar_10l {
  margin-left: 10px;
}

.mar_15l {
  margin-left: 15px;
}

.mar_20l {
  margin-left: 20px;
}

.mar_25l {
  margin-left: 25px;
}

.mar_30l {
  margin-left: 30px;
}

.mar_35l {
  margin-left: 35px;
}

.mar_40l {
  margin-left: 40px;
}

.mar_45l {
  margin-left: 45px;
}

.mar_50l {
  margin-left: 50px;
}

.mar_55l {
  margin-left: 55px;
}

.mar_60l {
  margin-left: 60px;
}

.mar_70l {
  margin-left: 70px;
}

.mar_80l {
  margin-left: 80px;
}

.mar_90l {
  margin-left: 90px;
}

.mar_100l {
  margin-left: 100px;
}

.mar_5r {
  margin-right: 5px;
}

.mar_10r {
  margin-right: 10px;
}

.mar_15r {
  margin-right: 15px;
}

.mar_20r {
  margin-right: 20px;
}

.mar_25r {
  margin-right: 25px;
}

.mar_30r {
  margin-right: 30px;
}

.mar_35r {
  margin-right: 35px;
}

.mar_40r {
  margin-right: 40px;
}

.mar_45r {
  margin-right: 45px;
}

.mar_50r {
  margin-right: 50px;
}

.mar_55r {
  margin-right: 55px;
}

.mar_60r {
  margin-right: 60px;
}

.mar_70r {
  margin-right: 70px;
}

.mar_80r {
  margin-right: 80px;
}

.mar_90r {
  margin-right: 90px;
}

.mar_100r {
  margin-right: 100px;
}

.mar_lr_auto {
  margin-left: auto;
  margin-right: auto;
}

/*--- フロート指定 ---*/
.float_r {
  float: right;
}

.float_l {
  float: left;
}

.clear_b {
  clear: both;
}

/*--- clearfix ---*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*--- テキスト指定 ---*/
.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.font_normal {
  font-weight: normal;
}

.font_bold {
  font-weight: bold;
}

.justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.vertical_middle {
  vertical-align: middle;
}

/*--- インデント指定 ---*/
.text_indent_1 {
  text-indent: -1em;
  padding-left: 1em;
}

.text_indent_1_5 {
  text-indent: -1em;
  padding-left: 1.5em;
}

.text_indent_2 {
  text-indent: -2em;
  padding-left: 2em;
}

.list_indent_1 li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.5em;
}

.list_indent_1 li:last-child {
  margin-bottom: 0;
}

/*--- イメージマウスオーバー透過処理 ---*/
a.noOpacity img:hover {
  opacity: 1;
}

.opacity img {
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}

.opacity img:hover {
  opacity: 0.7;
}

/*--- 画像可変指定 ---*/
.resize {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.resize2 {
  max-width: 50%;
  width: 50%;
  height: auto;
}

/*--- デバイス別表示指定 ---*/
.pc_on {
  display: block;
}

.pcTab_on {
  display: block;
}

.tab_on {
  display: none;
}

.tabSmp_on {
  display: none;
}

.smp_on {
  display: none;
}

.pcSmp_on {
  display: block;
}

.pc_on_inl {
  display: inline;
}

.pcTab_on_inl {
  display: inline;
}

.tab_on_inl {
  display: none;
}

.tabSmp_on_inl {
  display: none;
}

.smp_on_inl {
  display: none;
}

.pcSmp_on_inl {
  display: inline;
}

/* 電話テキスト */
.tel_text_pcTab {
  display: inline;
}

.tel_text_smp {
  display: none;
}

/* 電話ボタン */
.tel_btn_smp {
  display: none;
}

/*--- トップへ戻る ---*/
#back-top {
  position: fixed;
  bottom: 3%;
  right: 3%;
  z-index: 10;
}

#back-top a {
  width: 54px;
  height: 54px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  transition: 1s;
}

#back-top a::after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% + 3px);
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg) translate(-50%, -50%);
}

#back-top span:hover {
  opacity: 0.7;
}

/*--- その他 ---*/
.icon {
  vertical-align: middle;
  margin-left: 3px;
}

.click_div {
  cursor: pointer;
}

sub.baseline {
  font-size: 75%;
  vertical-align: baseline;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  /*--- 画像可変指定 ---*/
  .resize {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  /*--- デバイス別表示指定 ---*/
  .pc_on {
    display: none;
  }
  .pcTab_on {
    display: block;
  }
  .tab_on {
    display: block;
  }
  .tabSmp_on {
    display: block;
  }
  .smp_on {
    display: none;
  }
  .pcSmp_on {
    display: none;
  }
  .pc_on_inl {
    display: none;
  }
  .pcTab_on_inl {
    display: inline;
  }
  .tab_on_inl {
    display: inline;
  }
  .tabSmp_on_inl {
    display: inline;
  }
  .smp_on_inl {
    display: none;
  }
  .pcSmp_on_inl {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /*--- 画像可変指定 ---*/
  .resize {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  /*--- デバイス別表示指定 ---*/
  .pc_on {
    display: none;
  }
  .pcTab_on {
    display: none;
  }
  .tab_on {
    display: none;
  }
  .tabSmp_on {
    display: block;
  }
  .smp_on {
    display: block;
  }
  .pcSmp_on {
    display: block;
  }
  .pc_on_inl {
    display: none;
  }
  .pcTab_on_inl {
    display: none;
  }
  .tab_on_inl {
    display: none;
  }
  .tabSmp_on_inl {
    display: inline;
  }
  .smp_on_inl {
    display: inline;
  }
  .pcSmp_on_inl {
    display: inline;
  }
  /* 電話テキスト */
  .tel_text_pcTab {
    display: none;
  }
  .tel_text_smp {
    display: inline;
  }
  .tel_text_smp a {
    color: #000;
    text-decoration: underline;
  }
  /* 電話ボタン */
  .tel_btn_smp {
    display: inline;
  }
  /* スクロールエリア */
  .scroll_box {
    overflow-x: auto;
  }
  .scroll_box::-webkit-scrollbar {
    height: 5px;
  }
  .scroll_box::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #e2e2e2;
  }
  .scroll_box::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #ccc;
  }
  .scroll_box div {
    margin-bottom: 2px;
  }
  /*--- トップへ戻る ---*/
  #back-top {
    bottom: 2%;
    right: 2%;
  }
}
/* ===================================================================
     印刷CSS
=================================================================== */
@media print {
  #back-top, .vegas-overlay {
    display: none !important;
  }
  main {
    width: 1200px;
  }
}
body {
  --main_width: 560px;
  --base_color:#fff;
  --main_color:#3f332d;
  --sub_color:#bfa06b;
  --sec_bg_color:#f4f1e9;
  --sub_color_2:#ccc7b9;
  --font_primary: "YakuHanRP", "Fredoka", "Zen Maru Gothic", "Jua", "Itim", "Noto Sans SC", "Noto Sans TC", sans-serif;
  --font_mincyo: "Zen Old Mincho", serif;
  --font_read_size:2.2rem;
}

.cases_top_title {
  padding: 5rem;
}

.sec_top_title_read {
  font-size: 5rem;
  font-family: var(--font_mincyo);
  font-weight: 300;
  line-height: 1.3em;
  padding-bottom: 2rem;
}

.sec_arrow {
  display: flex;
  width: 10%;
  margin: 0 auto;
  padding-top: 3rem;
}

.cases_main {
  background-color: var(--sec_bg_color);
  padding-top: 10rem;
}

.cases_block {
  display: flex;
  align-items: center;
  padding-bottom: 10rem;
}
.cases_block:nth-last-of-type(odd) {
  flex-direction: row-reverse;
}

.cases_block_number {
  position: relative;
  padding-top: 5rem;
  border-bottom: 2px solid #000;
  width: 70%;
}
.cases_block_number .cases_block_number_txt {
  position: absolute;
  bottom: -1.5rem;
  right: 0;
  display: flex;
  justify-content: end;
  font-size: 2.6rem;
}
.cases_block_number .cases_block_number_txt_r {
  justify-content: flex-start;
}
.cases_block_number:nth-last-of-type(odd) {
  flex-direction: row-reverse;
}

.cases_block_read {
  padding: 4rem;
}
.cases_block_read h3 {
  font-size: 4rem;
  font-family: var(--font_mincyo);
  font-weight: 300;
  line-height: 1.3em;
  padding-bottom: 2rem;
}

.cases_block_pic_block {
  width: 80%;
}
.cases_block_pic_block .cases_block_pic_r {
  border-radius: 5rem 0 0 5rem;
}
.cases_block_pic_block .cases_block_pic_l {
  border-radius: 0 5rem 5rem 0;
}

.cases_block_txt_inner {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.cases_bottom_title {
  padding: 5rem;
}

.cases_bottom_title_read {
  font-size: 5rem;
  font-family: var(--font_mincyo);
  font-weight: 300;
  line-height: 1.3em;
  padding-bottom: 2rem;
}

.sec_top_title_txt {
  padding-bottom: 3rem;
}

.cases_footer_info_link {
  display: flex !important;
  width: 85%;
  margin: 0 auto;
  border-radius: 4rem;
  background-color: var(--main_color);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cases_footer_info_link {
    width: 100%;
    margin-top: 3rem;
    font-size: 2.5rem;
  }
}

/* ==========================
SP ボトムメニュー
========================== */
@media only screen and (min-width: 767px) {
  .sp_bottom_menu {
    display: none;
  }
}

.top_btn {
  position: fixed;
  bottom: 4.5rem;
  right: 1.6rem;
  width: 6rem;
  height: 11rem;
  z-index: 100;
  opacity: 1;
}

.inview.fadeup {
  opacity: 0;
  transition-duration: 0.5s;
  transform: translateY(10px);
}

.inview.fadeup.active {
  opacity: 1;
  transform: translateY(0px);
}

.sp_nav .sp_nav_menu {
  z-index: 99;
  display: flex;
  position: fixed;
  bottom: 0;
  width: calc(100% - 12rem);
  margin: 1.3rem;
  align-items: center;
}
.sp_nav .sp_nav_menu li {
  display: flex;
  background-color: var(--sub_color);
  color: var(--base_color);
  border-radius: 3rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 17vw;
  align-items: center;
  justify-content: center;
}
.sp_nav .sp_nav_menu li:nth-of-type(1) {
  background-color: var(--main_color);
  margin-right: 1rem;
}
.sp_nav .sp_nav_menu li p {
  font-size: 2.3rem;
  font-weight: 400;
}

/* ハンバーガーメニュー */
/* メニューボタン */
.menu_btn {
  border-radius: 30px;
  background-color: var(--main_color);
  position: fixed;
  bottom: 1.5rem;
  right: 1.6rem;
  width: 6rem;
  height: 6rem;
  z-index: 100;
  padding: 1.3rem 1.5rem 1.5rem;
}
.menu_btn span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--base_color);
  margin-top: 7px;
  transition: transform 0.4s ease;
}

.menu_btn.open span:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
}

.menu_btn.open span:nth-child(2) {
  opacity: 0;
}

.menu_btn.open span:nth-child(3) {
  transform: translateY(-10px) rotate(45deg);
}

/* メニュー本体 */
.menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  background-image: url(../img/top_faq_bg.jpg);
  transform: translateX(100%);
  transition: transform 0.4s ease;
  z-index: 999;
  padding: 5rem;
}

.menu.open {
  transform: translateX(0);
}

.menu_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.h_menu_logo {
  width: 58%;
}

.menu_close {
  width: 20%;
  cursor: pointer;
}

.h_menu_items {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0;
}
.h_menu_items li {
  margin-bottom: 4rem;
  width: 50%;
}
.h_menu_items li a {
  line-height: 1.2em;
  color: var(--main_color);
  font-size: 2.6rem;
}
.h_menu_items li a .small_jp {
  font-size: 1.8rem;
}

.h_menu_button {
  margin: 1rem 0 2rem;
  text-align: center;
}
.h_menu_button .h_menu_button_link {
  background-color: var(--main_color);
  color: var(--base_color);
  border-radius: 3.7rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2rem;
}
.h_menu_button .h_menu_button_link:nth-of-type(1) {
  background-color: var(--sub_color);
}

.hm_info {
  padding-top: 3rem;
}
.hm_info .hm_info_logo {
  display: flex;
  margin: 0 auto;
  width: 54%;
  align-items: center;
}
.hm_info .hm_info_logo a {
  padding: 1.3rem;
}

.hm_info_copyright {
  text-align: center;
}
.hm_info_copyright p {
  font-size: 1.1rem;
}

.footer_nav {
  position: relative;
  padding: 5rem;
  background-color: var(--sec_bg_color);
}
.footer_nav .footer_nav_title {
  font-size: 3rem;
  font-weight: 400;
  text-align: center; /* テキストを中央揃え */
  margin-bottom: 1rem; /* メニューとの間にスペースを追加 */
}
@media only screen and (min-width: 767px) {
  .footer_nav {
    display: none;
  }
}

.footer_nav_list {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.footer_nav_list li {
  display: flex;
  width: calc(33.3333333333% - 1rem);
  aspect-ratio: 1/1;
  text-align: center;
  border: 1px solid var(--sub_color_2);
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
}
.footer_nav_list li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_nav_list li a img {
  max-width: 70%;
  max-height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}

#spec_tab {
  min-width: var(--main_width);
  margin: 0 auto;
}

.tab_buttons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 2rem;
}
.tab_buttons .active {
  border: 2px solid var(--main_color);
  color: var(--main_color);
  border-radius: 0 0 2rem 2rem;
  border-top: none;
  background: none;
}
.tab_buttons .active:hover {
  opacity: 1;
}
.tab_buttons button {
  padding: 10px 20px;
  background: var(--main_color);
  border: 2px solid var(--main_color);
  border-radius: 2rem;
  cursor: pointer;
  font-size: 1.6rem;
  color: var(--base_color);
  transition: all 0.3s;
  margin: 1rem;
}
@media only screen and (max-width: 767px) {
  .tab_buttons button {
    font-size: 2.3rem;
  }
}
.tab_buttons button:hover {
  opacity: 0.6;
}

.tab_contents .content {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}

.tab_contents .content.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.under_tab {
  background-color: var(--sec_bg_color);
  padding-bottom: 8rem;
}
.under_tab a {
  display: inherit;
}

.spec_menu_top {
  width: 50%;
  margin: 0 auto;
  padding-bottom: 3rem;
}

.spec_menu_main {
  padding: 5rem;
  background-color: var(--sec_bg_color);
}

.spec_menu_title_block {
  border-left: 2px solid #000;
  padding: 0 2rem 2rem;
  margin: 3rem 0 6rem;
}

.spec_menu_title {
  font-size: 5rem;
  font-family: var(--font_mincyo);
  font-weight: 300;
}

.spec_each_part {
  padding-bottom: 8rem;
}
.spec_each_part img {
  padding-bottom: 2rem;
}

.spec_menu_read_title {
  display: inline;
  font-size: 3.2rem;
  font-weight: 300;
  font-family: var(--font_mincyo);
  color: var(--base_color);
  background-color: var(--main_color);
  padding: 0.6rem 0 0.6rem 1.2rem;
  letter-spacing: 1rem;
}

.spec_connect {
  width: 20%;
  margin: 0 auto;
  padding-bottom: 5rem;
}

.spec_comparison {
  padding-top: 8rem;
}

.faq_top_nav_main {
  display: flex;
  flex-wrap: wrap;
  padding: 3rem;
}

.faq_bottom_nav_main {
  background-color: var(--sec_bg_color);
}

.faq_sec {
  color: var(--main_color);
  padding-top: 5rem;
}

.faq_top_nav {
  width: 50%;
}
.faq_top_nav .faq_top_nav_block {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid var(--main_color);
  margin: 2rem;
  align-items: baseline;
}
.faq_top_nav .faq_top_nav_block::after {
  content: "";
  background-image: url(../img/sec_arrow.svg);
  background-repeat: no-repeat;
  display: inline-block;
  height: 1.6rem;
  width: 2.2rem;
  margin-top: 1rem;
  margin-left: 2.5rem;
}
.faq_top_nav .faq_top_nav_block .faq_top_nav_link {
  position: relative;
  display: flex;
  font-size: 2rem;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .faq_top_nav .faq_top_nav_block .faq_top_nav_link {
    font-size: 2.5rem;
  }
}

/* アコーディオンの基本スタイル */
.faq_main {
  margin: 0 auto;
  padding: 4rem 4rem 8rem;
  background-color: var(--sec_bg_color);
}

.faq_block_title {
  font-family: var(--font_mincyo);
  color: var(--main_color);
  padding-bottom: 1rem;
}
.faq_block_title .faq_block_title_en {
  font-size: 1.6rem;
}
.faq_block_title .faq_block_title_bar {
  display: flex;
  width: 6%;
  border-bottom: 1px solid var(--main_color);
  padding-bottom: 1.8rem;
  margin-bottom: 1.8rem;
}
.faq_block_title .faq_block_title_jp {
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1.3em;
  padding-bottom: 1rem;
}
.faq_block_title .faq_block_title_jp_small {
  font-size: 3rem;
}

.accordion_item {
  border: 1px solid var(--main-color);
  border-radius: 1.2rem;
  margin-bottom: 1.6rem;
  overflow: hidden; /* これが重要 */
  background: var(--base_color);
}

.accordion_header {
  width: 100%;
  padding: 2.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
}

.accordion_header_content {
  display: flex;
  text-align: left;
  align-items: baseline;
  font-family: var(--font_primary);
}
.accordion_header_content::before {
  content: "Q.";
  color: var(--sub_color);
  font-size: 2rem;
  padding-right: 1rem;
}

.faq_item_label {
  font-size: 1.4rem;
  color: var(--main-color);
  margin-bottom: 1rem;
  display: block;
}

.faq_item_title {
  font-size: 1.8rem;
  color: var(--sub_color);
  margin: 0;
  font-weight: 400;
  padding-right: 1rem;
}
@media only screen and (max-width: 767px) {
  .faq_item_title {
    font-size: 2.5rem;
  }
}

.faq_icon_wrap {
  position: relative;
  width: 2rem;
  height: 2rem;
}

.faq_icon_wrap_line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--sub_color);
  transition: transform 0.3s ease;
}

.faq_icon_wrap_line:first-child {
  transform: translateY(-50%);
}

.faq_icon_wrap_line:last-child {
  transform: translateY(-50%) rotate(90deg);
}

.accordion_header.active .faq_icon_wrap_line:last-child {
  transform: translateY(-50%) rotate(0);
}

/* アコーディオンボディのスタイル */
.accordion_body {
  height: 0; /* 初期状態は閉じているので高さ0 */
  overflow: hidden;
  transition: height 0.3s ease-out; /* JavaScriptで高さを設定したときにこのtransitionが適用される */
}

/* accordion_body_contentはpaddingなどを持つので、その内部のスタイルを定義 */
.accordion_body_content {
  display: flex;
  padding: 0 2.4rem 2.4rem; /* アコーディオンが開いたときにコンテンツが見えるように */
}
.accordion_body_content::before {
  content: "A.";
  color: var(--sub_color);
  font-size: 2rem;
  padding-right: 1rem;
}

.accordion_body_content_txt {
  font-size: 1.8rem;
  color: var(--main_color);
}

html {
  font-size: 62.5%;
  color: var(--main_color);
  letter-spacing: 0.12em;
  line-height: 2;
  font-weight: normal;
  text-justify: inter-ideograph;
  text-align: justify;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  width: 100%;
  position: relative;
  font-family: var(--font_primary);
  background-color: var(--base_color);
}

main {
  background-color: var(--base_color);
  margin: 0 auto;
  width: 100%;
  position: relative;
}

a {
  color: inherit;
  text-decoration: none;
  overflow: hidden;
}
a:hover {
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
}

p {
  font-size: var(--font_read_size);
  line-height: 2em;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 2.5rem;
  }
}

figure {
  position: relative;
  margin: 0;
}

/*mainーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.main_container {
  position: relative;
  min-width: var(--main_width);
}
@media (min-width: 768px) {
  .main_container {
    max-width: var(--main_width);
    margin: 0 auto;
  }
}

.top_inner {
  position: sticky;
  top: 0;
}

.mv_txt_block {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  min-height: 60rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mv_txt_block .mv_txt {
  font-family: var(--font_mincyo);
  color: var(--base_color);
  padding: 5rem 3rem;
  min-height: 10.5em;
  writing-mode: vertical-rl;
  font-size: 4.7em;
  letter-spacing: 0.17em;
  line-height: 1.7;
}

.slider_container_top {
  min-width: var(--main_width);
}

.slider-container {
  position: relative;
  height: calc(100vh - 10rem);
  backface-visibility: hidden;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .slider-container {
    height: 110vh;
  }
}

.slideimg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  animation: image-switch-animation 30s infinite;
  overflow: hidden;
}
.slideimg img {
  aspect-ratio: 750/1334;
  -o-object-fit: cover;
     object-fit: cover;
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
  height: 100%;
  width: 100%;
}

@keyframes image-switch-animation {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.image:nth-of-type(1) {
  animation-delay: 0s;
}

.image:nth-of-type(2) {
  animation-delay: 5s;
}

.image:nth-of-type(3) {
  animation-delay: 10s;
}

.image:nth-of-type(4) {
  animation-delay: 15s;
}

.image:nth-of-type(5) {
  animation-delay: 20s;
}

.image:nth-of-type(6) {
  animation-delay: 25s;
}

#concept {
  padding: 4rem;
  background-image: url(../img/concept_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.concept_logo {
  padding-top: 5rem;
  width: 56%;
  margin: 0 auto;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
}

.concept_txt {
  padding-top: 10rem;
}
.concept_txt h2 {
  font-size: 3.7rem;
  font-weight: 500;
  font-family: var(--font_mincyo);
  line-height: 1.5em;
  letter-spacing: 0.8rem;
  padding-bottom: 3rem;
  color: var(--main_color);
}
.concept_txt p {
  position: relative;
  font-size: var(--font_read_size);
  padding-top: 3rem;
  padding-right: 5rem;
  z-index: 5;
  color: var(--base_color);
  text-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .concept_txt p {
    font-size: 2.5rem;
  }
}

.concept_spec_link_block {
  text-align: center;
}

.concept_spec_link {
  display: inline-block;
  border-radius: 4rem;
  background-color: var(--main_color);
  margin: 5rem 0;
}
.concept_spec_link .concept_spec_link_txt {
  color: var(--base_color);
  font-size: 2.5rem;
  padding: 0.8rem 4rem;
}
.concept_spec_link .concept_spec_link_txt::after {
  content: "";
  background-image: url(../img/transition_btn.svg);
  background-repeat: no-repeat;
  display: inline-block;
  height: 2rem;
  width: 2.6rem;
  margin-left: 0.5rem;
}
.concept_spec_link:hover {
  background-color: var(--sub_color);
  opacity: 1;
}

#feature {
  background-color: var(--sec_bg_color);
}

.feature_main {
  padding: 10rem 0 3rem 5.6rem;
}

.feature_main_r {
  padding: 10rem 3rem 0 0;
}

.feature_txt_block {
  display: flex;
  padding-top: 3rem;
  padding-right: 5.6rem;
}

.feature_txt_block_r {
  flex-direction: row-reverse;
  padding-right: 0;
  padding-left: 5.6rem;
}

.feature_txt_block_btn {
  width: 24%;
  height: auto;
}

.feature_txt_block_t {
  padding-left: 3rem;
  font-size: var(--font_read_size);
}
@media only screen and (max-width: 767px) {
  .feature_txt_block_t {
    font-size: 2.5rem;
  }
}

.feature_txt_block_t_r {
  padding-right: 3rem;
  padding-left: 0;
}

.top_spec_btn {
  padding: 5.6rem 5.6rem 12rem;
  background-image: url(../img/top_spec_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.top_sec_title {
  padding: 8rem 3rem 3rem;
}

.top_sec_title_img {
  width: 40%;
  padding-bottom: 3rem;
}

.top_cases_link_block {
  text-align: center;
}

.top_cases_link {
  display: inline-block;
  border-radius: 4rem;
  background-color: var(--main_color);
  margin: 4rem 0 9rem;
}
.top_cases_link .top_cases_link_txt {
  color: var(--base_color);
  font-size: 2.3rem;
  padding: 0.8rem 4rem;
}
.top_cases_link .top_cases_link_txt::after {
  content: "";
  background-image: url(../img/transition_btn.svg);
  background-repeat: no-repeat;
  display: inline-block;
  height: 1.6rem;
  width: 1.6rem;
  margin-left: 0.5rem;
}
.top_cases_link:hover {
  background-color: var(--sub_color);
  opacity: 1;
}

.top_faq {
  background-image: url(../img/top_faq_bg.jpg);
}

.top_faq_title p {
  font-size: var(--font_read_size);
  line-height: 1.7em;
}

.top_sec_title_img_c {
  margin: 0 auto;
}

.top_faq_img_block {
  display: flex;
  flex-wrap: wrap;
  padding: 0 3rem 5rem;
}
.top_faq_img_block .top_faq_img_item {
  width: 50%;
  padding-bottom: 3rem;
}
.top_faq_img_block .top_faq_img_item:nth-of-type(odd) {
  padding-right: 1.5rem;
}
.top_faq_img_block .top_faq_img_item:nth-of-type(even) {
  padding-left: 1.5rem;
}
.top_faq_img_block .top_faq_img_txt {
  font-size: var(--font_read_size);
  text-align: center;
}/*# sourceMappingURL=main.css.map */