@charset "UTF-8";
html,
body {
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-wrap: anywhere;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333;
  background: #fff;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
body .b-fixed {
  position: fixed;
  width: 100%;
}

ol,
li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (min-width: 1024px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
.mb30 {
  margin-bottom: 30px;
}

/*----------------------------------------------------
	改行
----------------------------------------------------*/
@media screen and (min-width: 1100px) {
  .pc_hide {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .tab_hide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .smart_hide,
  .sp_hide {
    display: none !important;
  }
}
/*----------------------------------------------------
	電話アニメーション
----------------------------------------------------*/
.tel_anime {
  width: 40px;
  height: 40px;
}

.tel_anime svg {
  width: 100%;
  height: 100%;
  fill: #B52B2B;
}

.tel_anime svg .line1 {
  animation: fillAnimation1 infinite ease 1.5s;
}

.tel_anime svg .line2 {
  animation: fillAnimation2 infinite ease 1.5s;
}

.tel_anime svg .line3 {
  animation: fillAnimation3 infinite ease 1.5s;
}

@keyframes fillAnimation1 {
  30%, 60% {
    fill-opacity: 0;
  }
  80% {
    fill-opacity: 1;
  }
}
@keyframes fillAnimation2 {
  40%, 70% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
@keyframes fillAnimation3 {
  50%, 80% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
/*----------------------------------------------------
	固定要素
----------------------------------------------------*/
.fixed_bnrs {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 1001;
}

.foot_fixed_bnr {
  box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.3);
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1001;
  background: #fff;
  background-size: cover;
  padding: 10px 0;
}
@media screen and (max-width: 1100px) {
  .foot_fixed_bnr {
    display: none !important;
  }
}
.foot_fixed_bnr .foot_wrap {
  align-items: center;
  gap: 15px;
  max-width: 1200px;
}
.foot_fixed_bnr .foot_logo {
  width: 30%;
}
.foot_fixed_bnr .brand_catch {
  font-size: 2.8rem;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 1100px) {
  .foot_fixed_bnr .brand_catch {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .foot_fixed_bnr .brand_catch {
    font-size: 1.25rem;
  }
}
.foot_fixed_bnr .brand {
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 4.1rem;
  font-weight: bold;
  color: #B52B2B;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 1100px) {
  .foot_fixed_bnr .brand {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 767px) {
  .foot_fixed_bnr .brand {
    font-size: 1.8rem;
  }
}
.foot_fixed_bnr .foot_tel {
  width: 30%;
}
.foot_fixed_bnr .foot_tel .tel {
  max-width: 340px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px;
  text-align: center;
}
.foot_fixed_bnr .foot_tel .tel .tel_point {
  background: #B52B2B;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 5px 15px;
  border-radius: 20px;
  width: 100%;
}
.foot_fixed_bnr .foot_tel .tel .tel_num {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  margin-left: 5px;
  font-family: "Oswald", sans-serif;
  position: relative;
  padding-left: 56px;
}
.foot_fixed_bnr .foot_tel .tel .tel_num::before {
  content: "";
  background: url(../img/common/icon_tel.png) no-repeat;
  width: 51px;
  height: 29px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.foot_fixed_bnr .foot_tel .tel .tel_time {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.2;
}
.foot_fixed_bnr .foot_btns {
  width: 40%;
  gap: 10px;
}
.foot_fixed_bnr .foot_btns .foot_btn {
  width: calc(50% - 5px);
}
.foot_fixed_bnr .foot_btns .foot_btn .text {
  box-shadow: 0 3px 10px #b6b4aa;
  font-weight: 700;
  background: #f56231;
  color: #fff;
  line-height: 1.5;
  font-size: 1.9rem;
  text-align: left;
  padding: 20px 10px;
  line-height: 1.2;
  position: relative;
  border-radius: 5px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.foot_fixed_bnr .foot_btns .foot_btn .text .icon {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot_fixed_bnr .foot_btns .foot_btn a {
  display: block;
}
.foot_fixed_bnr .foot_btns .foot_btn .form_btn .text {
  background: #34cb2c;
}
.foot_fixed_bnr .foot_btns .foot_btn .form_btn .text .icon::before {
  content: "";
  background: url(../img/common/icon_form.png) no-repeat;
  width: 25px;
  height: 31px;
  background-size: cover;
}
.foot_fixed_bnr .foot_btns .foot_btn .contact_btn .text {
  background: #f56231;
}
.foot_fixed_bnr .foot_btns .foot_btn .contact_btn .text .icon::before {
  content: "";
  background: url(../img/common/icon_mail.png) no-repeat;
  width: 30px;
  height: 20px;
  background-size: cover;
}

.footer_floating_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer_floating_sp {
    display: flex;
    background: rgba(51, 51, 51, 0.8588235294);
    padding: 5px 5px 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 800;
  }
  .footer_floating_sp .flex {
    gap: 10px;
    width: 100%;
  }
  .footer_floating_sp li {
    width: 50%;
  }
  .footer_floating_sp li a {
    width: 100%;
    display: block;
  }
  .footer_floating_sp li .text {
    font-weight: 700;
    background: #B52B2B;
    color: #fff;
    line-height: 1.5;
    font-size: 1.6rem;
    text-align: left;
    padding: 10px;
    line-height: 1.2;
    position: relative;
    border-radius: 5px;
    display: flex;
    gap: 5px;
    align-items: center;
  }
  .footer_floating_sp li .text .icon {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer_floating_sp li .tel_btn {
    filter: drop-shadow(0 5px 0 rgb(135, 31, 29));
  }
  .footer_floating_sp li .tel_btn .tel_anime svg {
    width: 30px;
    height: 30px;
  }
  .footer_floating_sp li .form_btn {
    filter: drop-shadow(0 5px 0 rgb(57, 134, 57));
  }
  .footer_floating_sp li .form_btn .text {
    background: #34cb2c;
  }
  .footer_floating_sp li .form_btn .text .icon::before {
    content: "";
    background: url(../img/common/icon_form.png) no-repeat;
    width: 20px;
    height: 25px;
    background-size: cover;
  }
}

/*----------------------------------------------------
	#pageTop
----------------------------------------------------*/
#pagetop {
  position: fixed;
  z-index: 100;
  bottom: 60px;
  right: 60px;
}
#pagetop a {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
  display: block;
  width: 50px;
  height: 50px;
  background: #B52B2B;
  border-radius: 50%;
}
#pagetop a:after {
  transform: rotate(-45deg);
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  margin-top: -5px;
  top: 50%;
  width: 11px;
  height: 11px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
@media screen and (max-width: 1100px) {
  #pagetop {
    display: none !important;
  }
}

/*----------------------------------------------------
	HEADER
----------------------------------------------------*/
#header {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  #header.mourner_header .head_belt .inner {
    justify-content: center;
    gap: 10px;
  }
}
@media screen and (max-width: 1100px) {
  #header .nav {
    display: none;
  }
  #header.scroll .menu-box_sp2 {
    position: fixed;
    top: 0;
    z-index: 900;
    background: #fff;
  }
}
#header .inner {
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
#header .head_belt {
  background: #fff;
  position: relative;
  padding: 10px 0;
  /*
  .h_tit {
    color: #7f7e7e;
    letter-spacing: 0.1em;
    font-weight: 300;
    line-height: inherit;
    font-size: 1.1rem;
    position: absolute;
    width: 60vw;
    top: 5px;
    left: 0;
    @include s.pc {
      width: 80vw;
    }
  }
  */
}
@media screen and (max-width: 1100px) {
  #header .head_belt {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #header .head_belt {
    margin-bottom: 0;
  }
}
#header .head_belt .h_tit {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (max-width: 1100px) {
  #header .head_belt .h_tit {
    background: #f7f7f7;
    padding: 5px 10px;
    overflow: hidden; /* 溢れた部分を隠す */
    text-overflow: ellipsis; /* 溢れた部分を「...」にする */
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  #header .head_belt .h_tit {
    margin-bottom: 0;
  }
}
#header .head_belt .inner {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 1100px) {
  #header .head_belt .inner {
    flex-wrap: wrap;
  }
  #header .head_belt .inner .logo_wrap {
    display: flex;
    gap: 30px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #header .head_belt .inner .logo_wrap {
    gap: 0;
    flex-direction: column;
  }
}
#header .head_belt .inner .head_wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  background: #fff;
}
@media screen and (max-width: 1100px) {
  #header .head_belt .inner .head_wrap {
    gap: 0;
    align-items: center;
    height: 70px;
    position: relative;
    z-index: 9999;
  }
  #header .head_belt .inner .head_wrap.visible {
    width: 100%;
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
  }
}
#header .head_belt .inner .logo_area {
  position: relative;
}
@media screen and (max-width: 1100px) {
  #header .head_belt .inner .logo_area {
    margin: 5px 10px;
  }
}
#header .head_belt .inner .logo_area img {
  max-width: 270px;
  height: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #header .head_belt .inner .logo_area img {
    max-width: 146px;
    margin-bottom: 5px;
  }
}
#header .head_belt .inner .logo_area .brand_catch {
  font-size: 2.3rem;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 1100px) {
  #header .head_belt .inner .logo_area .brand_catch {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #header .head_belt .inner .logo_area .brand_catch {
    font-size: 1.25rem;
  }
}
#header .head_belt .inner .logo_area .brand {
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 3.4rem;
  font-weight: bold;
  color: #B52B2B;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 1100px) {
  #header .head_belt .inner .logo_area .brand {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 767px) {
  #header .head_belt .inner .logo_area .brand {
    font-size: 1.8rem;
  }
}
#header .head_belt .inner .area_field {
  text-align: center;
  margin-top: 26px;
}
#header .head_belt .inner .head_r {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: end;
  gap: 20px;
  width: calc(100% - 270px);
}
#header .head_belt .inner .tel {
  max-width: 340px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  text-align: center;
}
#header .head_belt .inner .tel .tel_point {
  background: #B52B2B;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 5px 15px;
  border-radius: 20px;
  width: 100%;
}
#header .head_belt .inner .tel .tel_num {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  margin-left: 5px;
  font-family: "Oswald", sans-serif;
  position: relative;
  padding-left: 56px;
}
#header .head_belt .inner .tel .tel_num::before {
  content: "";
  background: url(../img/common/icon_tel.png) no-repeat;
  width: 51px;
  height: 29px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#header .head_belt .inner .tel .tel_time {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.2;
}
#header .head_belt .header_btns {
  display: flex;
  gap: 10px;
}
#header .head_belt .header_btn {
  width: calc(50% - 5px);
}
#header .head_belt .header_btn .head_f {
  box-shadow: 0 3px 10px #b6b4aa;
  font-weight: 700;
  background: #f56231;
  color: #fff;
  line-height: 1.5;
  font-size: 1.9rem;
  text-align: left;
  padding: 10px;
  line-height: 1.2;
  position: relative;
  border-radius: 5px;
  display: flex;
  gap: 10px;
  align-items: center;
}
#header .head_belt .header_btn .head_f .icon {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .head_belt .header_btn .fukidashi {
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
#header .head_belt .header_btn .fukidashi::before, #header .head_belt .header_btn .fukidashi::after {
  content: "";
  width: 30px;
  height: 2px;
  box-sizing: border-box;
  background-color: #333333;
}
#header .head_belt .header_btn .fukidashi::before {
  transform: rotate(60deg);
}
#header .head_belt .header_btn .fukidashi::after {
  transform: rotate(-60deg);
}
#header .head_belt .header_btn .fukidashi strong {
  color: #B52B2B;
}
#header .head_belt .header_btn a {
  display: block;
}
#header .head_belt .header_btn .form_btn .head_f {
  background: #34cb2c;
}
#header .head_belt .header_btn .form_btn .head_f .icon::before {
  content: "";
  background: url(../img/common/icon_form.png) no-repeat;
  width: 25px;
  height: 31px;
  background-size: cover;
}
#header .head_belt .header_btn .contact_btn .head_f {
  background: #f56231;
}
#header .head_belt .header_btn .contact_btn .head_f .icon::before {
  content: "";
  background: url(../img/common/icon_mail.png) no-repeat;
  width: 30px;
  height: 20px;
  background-size: cover;
}
@media screen and (max-width: 1100px) {
  #header .nav {
    display: none;
  }
}

/*----------------------------------------------------
	グロナビ
----------------------------------------------------*/
.navigation_sp {
  display: none;
}
@media screen and (max-width: 1100px) {
  .navigation_sp {
    display: flex;
    position: relative;
    top: 0;
    right: 0;
    z-index: 999;
    height: 70px;
    /*
    &.visible {
      width: 25%;
      position: fixed;
      .menu_btn {
        height: 60px;
      }
    }
      */
  }
  .navigation_sp .line_btn_sp {
    background: #34cb2c;
    padding: 10px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .navigation_sp .line_btn_sp img {
    max-width: 40px;
  }
  .navigation_sp .nav_flex {
    background: #fff;
    width: 70px;
    gap: 0;
  }
  .navigation_sp .nav_flex > li {
    width: 100%;
  }
  .navigation_sp .nav_flex > li .link_txt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    font-size: 1.1rem;
    font-weight: bold;
  }
  .navigation_sp .nav_flex > li .link_txt i {
    font-size: 2rem;
    margin-bottom: 3px;
    color: #B52B2B;
  }
  .navigation_sp .nav_flex .menu_btn {
    text-align: center;
  }
  .navigation_sp .nav_flex .menu_btn .link_txt .open_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-weight: bold;
  }
  .navigation_sp .nav_flex .menu_btn .link_txt .close {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: #B52B2B;
    color: #fff;
    z-index: 3;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    white-space: nowrap;
  }
  .navigation_sp .nav_flex .menu_btn .link_txt .close i {
    color: #fff;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box {
    display: none;
    z-index: 1;
    position: fixed;
    width: 100vw;
    height: 100vh;
    right: 0;
    top: 70px;
    background: #eee;
    overflow-y: scroll;
    padding: 20px 20px 80px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box.plan {
    padding: 20px 15px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .title {
    text-align: left;
    margin-bottom: 10px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .sub_title {
    text-align: left;
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .sub_title.area_name_btn {
    background: #fff;
    border: 1px solid #ccc;
    position: relative;
    width: 100%;
    display: block;
    padding: 15px 10px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .sub_title.area_name_btn:after {
    content: "\f078";
    font-family: "Font Awesome 6 free";
    font-weight: bold;
    position: absolute;
    right: 15px;
    transform: translateY(-50%);
    top: 50%;
    transition: all 0.2s;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .sub_title.area_name_btn.open:after {
    transform: translateY(-50%) rotate(180deg);
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_head_flex {
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_head_flex .title {
    margin-bottom: 0;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_head_flex .link_front {
    background: #fff;
    border: 1px solid;
    padding: 5px 10px;
    color: #B52B2B;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_btn_list {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_btn_list li a {
    width: 100%;
    display: block;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_btn_list li .text {
    font-weight: 700;
    background: #B52B2B;
    color: #fff;
    line-height: 1.5;
    font-size: 2rem;
    text-align: left;
    padding: 10px;
    line-height: 1.2;
    position: relative;
    border-radius: 5px;
    display: flex;
    gap: 5px;
    align-items: center;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_btn_list li .text .icon {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_btn_list li .tel_btn {
    filter: drop-shadow(0 5px 0 rgb(135, 31, 29));
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_btn_list li .tel_btn .tel_anime svg {
    width: 30px;
    height: 30px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_btn_list li .form_btn {
    filter: drop-shadow(0 5px 0 rgb(57, 134, 57));
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_btn_list li .form_btn .text {
    background: #34cb2c;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_btn_list li .form_btn .text .icon::before {
    content: "";
    background: url(../img/common/icon_form.png) no-repeat;
    width: 20px;
    height: 25px;
    background-size: cover;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_btn_list li .contact_btn .text {
    background: #f56231;
    filter: drop-shadow(0 5px 0 rgb(187, 75, 37));
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_btn_list li .contact_btn .text .icon::before {
    content: "";
    background: url(../img/common/icon_mail.png) no-repeat;
    width: 25px;
    height: 17px;
    background-size: cover;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn a {
    background: #fff;
    border: 1px solid #ccc;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    text-align: left;
    font-weight: bold;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn a:after {
    content: "\f105";
    font-family: "Font Awesome 6 free";
    font-weight: bold;
    position: absolute;
    right: 15px;
    transform: translateY(-50%);
    top: 50%;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn a.with_thm {
    padding: 0;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn a.with_thm .img {
    width: 100px;
    aspect-ratio: 4/3;
    overflow: hidden;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn a.with_thm .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn a i {
    color: #B52B2B;
    font-size: 2rem;
    width: 30px;
    text-align: center;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .area_list_sp {
    margin-bottom: 30px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .area_list_sp ul {
    flex-wrap: wrap;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .area_list_sp ul li {
    width: calc(50% - 10px);
    border-bottom: 1px solid #ccc;
    position: relative;
    text-align: left;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .area_list_sp ul li a {
    display: block;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .area_list_sp ul li:after {
    content: "\f105";
    font-family: "Font Awesome 6 free";
    font-weight: bold;
    position: absolute;
    right: 5px;
    transform: translateY(-50%);
    top: 50%;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .search_box {
    background: unset;
    margin: 0 auto 30px;
    padding: 0;
  }
  .navigation_sp .nav_flex .menu_btn.firstnone {
    display: none;
  }
  .navigation_sp .nav_flex .menu_btn.firstnone.visible {
    display: block;
  }
  .navigation_sp .nav_flex .menu_btn.hurry {
    background: #f56231;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .link_txt {
    color: #fff;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .link_txt i {
    color: #fff;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .menu_box .hurry_point {
    text-align: left;
    margin-bottom: 15px;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .menu_box .hurry_point li {
    position: relative;
    margin-bottom: 10px;
    padding: 3px;
    border-radius: 4px;
    white-space: nowrap;
    background: #fff;
    text-align: center;
    font-weight: bold;
    border: 1px solid #f56231;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .menu_box .hurry_point li:before {
    line-height: 1;
    position: absolute;
    left: 0;
    color: #f56231;
    top: 50%;
    transform: translateY(-50%);
  }
  .navigation_sp .nav_flex .menu_btn.hurry .menu_box a {
    display: block;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .menu_box .tel_point_flex {
    justify-content: center;
    gap: 5px;
    margin-bottom: 10px;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .menu_box .tel_point_flex li {
    width: calc(50% - 0px);
    border: 1px solid #B52B2B;
    background: #B52B2B;
    font-weight: bold;
    font-size: 1.7rem;
    border-radius: 50px;
    white-space: nowrap;
    padding: 3px 5px;
    color: #fff;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .menu_box .hurry_function {
    border: 2px solid #B52B2B;
    padding: 0.8em;
    text-align: left;
    background: #fff;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1100px) {
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 900;
    background: #333;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    cursor: pointer;
  }
  .black_bg.open {
    opacity: 0.8;
    visibility: visible;
  }
}
@media only screen and (min-width: 1101px) {
  .nav {
    background: #fff;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  .nav .nav_wrap {
    display: none;
    max-width: 1200px;
    width: 100%;
    margin: 10px auto;
    gap: 30px;
    justify-content: space-between;
  }
  .nav .nav_wrap .brand_catch {
    font-size: 2.3rem;
    font-weight: 700;
    white-space: nowrap;
    text-align: center;
    line-height: 1;
    font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1100px) {
  .nav .nav_wrap .brand_catch {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 767px) {
  .nav .nav_wrap .brand_catch {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 1101px) {
  .nav .nav_wrap .brand {
    font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 3.4rem;
    font-weight: bold;
    color: #B52B2B;
    text-align: center;
    line-height: 1.2;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1100px) {
  .nav .nav_wrap .brand {
    font-size: 2.9rem;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 767px) {
  .nav .nav_wrap .brand {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1101px) {
  .nav .nav_wrap .nav_r {
    display: flex;
    align-items: center;
    width: calc(100% - 270px);
    gap: 30px;
    justify-content: end;
  }
  .nav .nav_wrap .tel_num {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    margin-left: 5px;
    font-family: "Oswald", sans-serif;
    position: relative;
    padding-left: 56px;
  }
  .nav .nav_wrap .tel_num::before {
    content: "";
    background: url(../img/common/icon_tel.png) no-repeat;
    width: 51px;
    height: 29px;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .nav .nav_wrap .nav_btns {
    display: flex;
    gap: 10px;
  }
  .nav .nav_wrap .nav_btn {
    width: calc(50% - 5px);
  }
  .nav .nav_wrap .nav_btn .head_f {
    white-space: nowrap;
    box-shadow: 0 3px 10px #b6b4aa;
    font-weight: 700;
    background: #f56231;
    color: #fff;
    line-height: 1.5;
    font-size: 1.9rem;
    text-align: left;
    padding: 10px 20px 10px 10px;
    line-height: 1.2;
    position: relative;
    border-radius: 5px;
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .nav .nav_wrap .nav_btn .head_f .icon {
    background: #fff;
    min-width: 50px;
    min-height: 50px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav .nav_wrap .nav_btn a {
    display: block;
  }
  .nav .nav_wrap .nav_btn .form_btn .head_f {
    background: #34cb2c;
  }
  .nav .nav_wrap .nav_btn .form_btn .head_f .icon::before {
    content: "";
    background: url(../img/common/icon_form.png) no-repeat;
    width: 25px;
    height: 31px;
    background-size: cover;
  }
  .nav .nav_wrap .nav_btn .contact_btn .head_f {
    background: #f56231;
  }
  .nav .nav_wrap .nav_btn .contact_btn .head_f .icon::before {
    content: "";
    background: url(../img/common/icon_mail.png) no-repeat;
    width: 30px;
    height: 20px;
    background-size: cover;
  }
  .nav .nav_list_wrap {
    border-top: 1px solid #eee;
  }
  .nav .nav_list {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
  .nav .nav_list .nav_item {
    width: 16.6666666667%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav .nav_list .nav_item.pulldown {
    position: relative;
  }
  .nav .nav_list .nav_item a {
    padding: 8px 0;
    font-size: 1.6rem;
    text-align: center;
    width: 100%;
  }
  .nav .nav_list .nav_item a span {
    display: block;
    font-size: 1rem;
    color: #6d6060;
  }
  .nav .nav_list .nav_item.home img {
    display: inline;
  }
  .nav .nav_list .nav_item.home span {
    display: none;
  }
  .nav .nav_list .nav_item .tgl_menu {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 43px;
    z-index: 100;
    width: 100%;
    padding: 0;
    background: rgba(0, 0, 0, 0.8);
  }
  .nav .nav_list .nav_item .tgl_menu:after {
    content: "";
    border: none;
  }
  .nav .nav_list .nav_item .tgl_menu ul {
    flex-wrap: wrap;
    gap: 60px;
  }
  .nav .nav_list .nav_item .tgl_menu ul li {
    width: 30%;
    border: none;
  }
  .nav .nav_list .nav_item .tgl_menu ul li a {
    display: block;
    font-size: 1.6rem;
    text-align: center;
    min-width: 100px;
    white-space: nowrap;
    color: #fff;
    border-bottom: solid 1px #000;
  }
  .nav .nav_list .nav_item .tgl_menu ul li a p {
    font-size: 1.5rem;
    padding: 10px 20px;
    position: relative;
    display: inline-block;
  }
  .nav .nav_list .nav_item .tgl_menu ul li a p:before {
    content: "\f138";
    font-family: "Font Awesome 6 free";
    color: #B52B2B;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
    margin-right: 5px;
  }
  .nav .nav_list .nav_item .tgl_menu ul li a p span {
    display: inline-block;
    display: block;
  }
  .nav .nav_list .nav_item .tgl_menu ul li a p span img {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    margin-top: -5px;
  }
  .nav .nav_list .nav_item .tgl_menu ul.point_link_list {
    justify-content: center;
  }
  .nav .nav_list .nav_item .tgl_menu ul.point_link_list li {
    width: auto;
  }
  .nav .nav_list .nav_item .dwn_hall li {
    width: 23%;
  }
  .nav .nav_list .nav_item .dwn_plan li img {
    object-fit: cover;
    width: 100%;
    height: 190px;
    display: block;
  }
  .nav .nav_list .nav_item.home a {
    line-height: 1;
  }
  .nav .nav_list .nav_item.hurry {
    background: #f56231;
  }
  .nav .nav_list .nav_item.hurry a {
    color: #fff;
    line-height: 1.4;
  }
  .nav .nav_list .nav_item.hurry a span {
    color: #fff;
  }
  .nav .nav_list .nav_item .pulldown ul:after {
    border: none;
  }
  .hamburger_text {
    display: none;
  }
  #gnav.fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
  }
  #gnav.fixed .nav_wrap {
    display: flex;
  }
}
/*----------------------------------------------------
	FOOTER
----------------------------------------------------*/
#footer {
  background: #f7f7f7;
  color: #fff;
  font-size: 1.5rem;
  padding: 80px 0 0;
}
@media screen and (max-width: 820px) {
  #footer {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding-bottom: 75px;
  }
}
#footer .footer_menu {
  align-items: flex-start;
}
@media screen and (max-width: 820px) {
  #footer .footer_menu {
    flex-direction: column;
    gap: 10px;
    align-items: end;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer_menu {
    align-items: center;
  }
}
#footer .footer_menu .partnership {
  max-width: 300px;
}
#footer .footer_menu .partnership a {
  padding: 10px;
  background: #fff;
  display: block;
}
#footer .footer_mainmenu {
  width: calc(100% - 300px);
  justify-content: flex-start;
  gap: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  #footer .footer_mainmenu {
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer_mainmenu {
    flex-wrap: wrap;
    gap: 10px 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer_mainmenu ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
#footer .footer_mainmenu ul a {
  font-weight: bold;
}
#footer .footer_submenu .flex {
  justify-content: end;
  gap: 10px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  #footer .footer_submenu .flex {
    margin-bottom: 20px;
  }
}
#footer .footer_submenu .flex li {
  border-right: solid 1px #333;
  padding-right: 10px;
  line-height: 1;
}
#footer .footer_submenu .flex li:last-child {
  border-right: none;
}
#footer .copy {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2rem;
  background: #fff;
  padding: 4px 0;
  color: #333;
}

/*----------------------------------------------------
	LAYOUT
----------------------------------------------------*/
.column {
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .column {
    margin-bottom: 30px;
  }
}
.column--bg {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .column--bg {
    padding: 30px 0;
  }
}
.column--bg-note {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f7f7f7 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f7f7f7 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #fff;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .column--bg-note {
    padding: 30px 0;
  }
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .inner {
    width: 100%;
    padding: 0 15px;
  }
  .inner.column {
    padding-bottom: 30px;
  }
}
.sec_title {
  letter-spacing: 0.5rem;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 20px;
  line-height: 1.4;
  font-weight: 700;
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .sec_title {
    margin-bottom: 20px;
    font-size: 2.8rem;
    padding-bottom: 15px;
  }
}
.sec_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #B52B2B;
  border-radius: 2px;
}
.sec_title--form {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.sec_title--form::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #B52B2B;
  width: 100px;
  height: 5px;
  display: block;
  transform: translateX(-50%);
}
.sec_title .en {
  color: #B52B2B;
  display: block;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .sec_title .en {
    font-size: 1.6rem;
  }
}
.sec_title strong {
  color: #B52B2B;
  font-weight: 700;
}

.btn {
  text-align: center;
  background: #fff;
  border: solid 3px #B52B2B;
  border-radius: 6px;
  line-height: 1.2;
  padding: 15px 10px;
  font-weight: bold;
  max-width: 350px;
  margin: 0 auto;
  display: block;
  font-size: 1.8rem;
  position: relative;
}
.btn::after {
  content: "\f0da";
  font-family: "Font Awesome 6 free";
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #B52B2B;
}
.btn:hover {
  background: #B52B2B;
  color: #fff;
  opacity: 1;
}
.btn:hover::after {
  color: #fff;
}

.flex {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 820px) {
  .flex {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .flex {
    gap: 15px;
  }
}

.center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .center {
    text-align: left;
  }
}

.catch {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .catch {
    margin-bottom: 20px;
  }
}

.style_flow .flow_list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .style_flow .flow_list {
    gap: 30px;
  }
}
.style_flow .flow_item {
  border: 1px solid #B52B2B;
  border-radius: 6px;
  position: relative;
}
.style_flow .flow_item::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ccc transparent transparent transparent;
  border-width: 40px 50px 0px 50px;
}
@media screen and (max-width: 767px) {
  .style_flow .flow_item::after {
    bottom: -25px;
    border-width: 20px 50px 0px 50px;
  }
}
.style_flow .flow_item:last-child::after {
  display: none;
}
.style_flow .flow_item .flow_wrap {
  background: #fff;
  padding: 30px;
  border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 820px) {
  .style_flow .flow_item .flow_wrap {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .style_flow .flow_item .flow_wrap {
    padding: 15px;
  }
}
.style_flow .flow_item .catch {
  font-size: 1.8rem;
}
.style_flow .flow_item--step3 .catch {
  margin-bottom: 0;
}
.style_flow .flow_item .document {
  background: #f7f7f7;
  border-radius: 6px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .style_flow .flow_item .document {
    flex-direction: column;
    gap: 5px;
  }
}
.style_flow .flow_item .document_text {
  width: 20%;
  font-weight: bold;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .style_flow .flow_item .document_text {
    width: 100%;
  }
}
.style_flow .flow_item .document_list {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .style_flow .flow_item .document_list {
    width: 100%;
  }
}
.style_flow .flow_contents {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 820px) {
  .style_flow .flow_contents {
    flex-direction: column;
  }
}
.style_flow .flow_contents .text, .style_flow .flow_contents .photo {
  width: 35%;
}
@media screen and (max-width: 820px) {
  .style_flow .flow_contents .text, .style_flow .flow_contents .photo {
    width: 100%;
  }
}
.style_flow .flow_contents .btns {
  width: 65%;
  flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  .style_flow .flow_contents .btns {
    width: 100%;
  }
}
.style_flow .flow_contents .btns .contact_btn, .style_flow .flow_contents .btns .line_btn {
  width: calc(50% - 5px);
}
@media screen and (max-width: 767px) {
  .style_flow .flow_contents .btns .contact_btn, .style_flow .flow_contents .btns .line_btn {
    width: 100%;
  }
}
.style_flow .flow_contents .btns .tel_btn {
  width: 100%;
  justify-content: center;
  align-items: center;
}
.style_flow .flow_contents .btns .tel_btn .pr {
  font-size: 1.4rem;
}
.style_flow .flow_contents .btns .tel_btn .num {
  font-size: 3.5rem;
}
.style_flow .flow_contents .photo {
  border-radius: 6px;
  object-fit: cover;
}
.style_flow .flow_contents .text_block {
  width: 65%;
}
@media screen and (max-width: 820px) {
  .style_flow .flow_contents .text_block {
    width: 100%;
  }
}
.style_flow .flow_contents .text_block .step2_text {
  margin-bottom: 10px;
}
.style_flow .flow_contents .form_btn {
  display: flex;
  align-items: center;
  gap: 10px;
  border: solid 3px #34cb2c;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .style_flow .flow_contents .form_btn {
    flex-direction: column;
    gap: 0;
  }
}
.style_flow .flow_contents .form_btn .entry_wrap {
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #34cb2c;
  padding: 10px 15px 10px 30px;
  font-weight: bold;
  gap: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .style_flow .flow_contents .form_btn .entry_wrap {
    width: 100%;
    padding: 5px 10px;
  }
}
.style_flow .flow_contents .form_btn .entry_wrap::after {
  content: "";
  position: absolute;
  right: -43px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #34cb2c;
  border-width: 43px 0px 43px 43px;
}
@media screen and (max-width: 767px) {
  .style_flow .flow_contents .form_btn .entry_wrap::after {
    display: none;
  }
}
.style_flow .flow_contents .form_btn .entry {
  color: #fff;
  line-height: 1.2;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-self: center;
  text-align: center;
}
.style_flow .flow_contents .form_btn .entry_time {
  color: #34cb2c;
  background: #fff;
  display: flex;
  flex-direction: column;
  line-height: 1;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-family: "Oswald", sans-serif;
  width: 60px;
  height: 60px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .style_flow .flow_contents .form_btn .entry_time {
    flex-direction: row;
    width: auto;
    height: auto;
    padding: 5px 20px;
  }
}
.style_flow .flow_contents .form_btn .entry_time small {
  font-size: 1.6rem;
}
.style_flow .flow_contents .form_btn .satei {
  font-size: 3.5rem;
  line-height: 1.2;
  width: 65%;
  text-align: center;
  font-weight: bold;
  color: #34cb2c;
}
@media screen and (max-width: 767px) {
  .style_flow .flow_contents .form_btn .satei {
    width: 100%;
    padding: 10px;
    font-size: 3rem;
  }
}
.style_flow .flow_title {
  display: flex;
  align-items: center;
  gap: 45px;
  font-size: 2.8rem;
  background: #fff;
  border-radius: 5px 5px 0 0;
  line-height: 1.2;
}
@media screen and (max-width: 820px) {
  .style_flow .flow_title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .style_flow .flow_title {
    gap: 30px;
    padding-right: 15px;
  }
}
.style_flow .flow_title span {
  border-radius: 5px 0 0 0;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-size: 2.4rem;
  position: relative;
  height: 45px;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding: 0 10px 0 20px;
  line-height: 1;
  color: #fff;
  background: #B52B2B;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .style_flow .flow_title span {
    font-size: 2rem;
    padding: 0 5px 0 10px;
    height: 60px;
  }
}
.style_flow .flow_title span::after {
  content: "";
  position: absolute;
  top: 0;
  right: -45px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #B52B2B transparent transparent transparent;
  border-width: 45px 45px 0px 0px;
}
@media screen and (max-width: 767px) {
  .style_flow .flow_title span::after {
    right: -20px;
    border-width: 60px 20px 0px 0px;
  }
}

/*----------------------------------------------------
	TOP
----------------------------------------------------*/
.top_hero {
  margin-bottom: 20px;
}
.top_hero picture img {
  width: 100%;
}

.bnrs_wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .bnrs_wrap {
    margin-bottom: 40px;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .bnrs_wrap {
    margin-bottom: 20px;
    gap: 10px;
  }
}

.topic .no-post {
  padding: 60px;
  text-align: center;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .topic .no-post {
    padding: 30px;
  }
}
.topic .topic_list {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.topic .topic_item {
  width: calc(33.3333333333% - 20px);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .topic .topic_item {
    width: calc(50% - 8px);
  }
}
.topic .topic_item .topic_thumb {
  aspect-ratio: 3/2;
  object-fit: cover;
}
.topic .topic_item .text_wrap {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .topic .topic_item .text_wrap {
    padding: 10px;
  }
}
.topic .topic_item--border {
  border: solid 1px #ccc;
}
.topic .topic_date {
  color: #b9b9b9;
  font-size: 1.4rem;
  line-height: 1;
}
.topic .topic_title {
  font-size: 2rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.topic--result {
  background: #f7f7f7;
}
.topic--column .topic_list {
  gap: 10px;
  margin-bottom: 40px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .topic--column .topic_list {
    margin-bottom: 20px;
  }
}
.topic--column .topic_item {
  width: calc(25% - 8px);
}
@media screen and (max-width: 767px) {
  .topic--column .topic_item {
    width: calc(50% - 5px);
  }
}
.topic--bg {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f7f7f7 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f7f7f7 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  padding: 40px 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .topic--bg {
    padding: 30px 0;
  }
}

.topic_cats {
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 5px;
  flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  .topic_cats {
    gap: 5px;
  }
}
.topic_cats li {
  background: #36ade8;
  padding: 5px 10px;
  line-height: 1;
  font-size: 1.5rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .topic_cats li {
    padding: 5px 10px;
    font-size: 1.4rem;
  }
}

.column_record .concluded_wrap {
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .column_record .concluded_wrap {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .column_record .table_wrap {
    overflow-x: scroll !important;
  }
}
.column_record .result_table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .column_record .result_table {
    width: 750px;
  }
}
.column_record th, .column_record td {
  padding: 10px;
}
.column_record th {
  background: #B52B2B;
  color: #fff;
  font-weight: normal;
  line-height: 1.2;
}
.column_record td {
  text-align: center;
}
.column_record tbody tr:nth-child(even) {
  background: #f2f2f2;
}

.column_intro {
  padding-top: 60px;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .column_intro {
    padding-top: 30px;
  }
}
.column_intro .intro_read {
  background: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .column_intro .intro_read {
    margin-bottom: 20px;
  }
}
.column_intro .intro_read .inner {
  height: 343px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .column_intro .intro_read .inner {
    height: auto;
    padding-bottom: 50px;
  }
}
.column_intro .intro_read .inner::after {
  content: "";
  background: url(../img/top/intro_title.jpg) no-repeat;
  width: 572px;
  height: 343px;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .column_intro .intro_read .inner::after {
    width: 300px;
    height: 180px;
    top: auto;
    bottom: 0;
  }
}
.column_intro .intro_read .intro_read_title {
  font-style: italic;
  font-weight: bold;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .column_intro .intro_read .intro_read_title {
    position: relative;
    top: 0;
    left: -15px;
    transform: none;
  }
}
.column_intro .intro_read .sub_title {
  min-height: 50px;
  background: #B52B2B;
  color: #fff;
  display: inline-block;
  font-size: 3.2rem;
  padding: 5px 10px 5px 10px;
  white-space: nowrap;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .column_intro .intro_read .sub_title {
    font-size: 2.4rem;
    padding-top: 10px;
  }
}
.column_intro .intro_read .sub_title::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #B52B2B transparent transparent transparent;
  border-width: 50px 13px 0px 0px;
  position: absolute;
  top: 0;
  right: -13px;
}
.column_intro .intro_read .main_title {
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  line-height: 1.4;
  font-size: 6rem;
}
@media screen and (max-width: 820px) {
  .column_intro .intro_read .main_title {
    font-size: 3rem;
  }
}
.column_intro .intro_read .color {
  color: #B52B2B;
}
.column_intro .intro {
  background: #B52B2B;
  padding: 10px;
  border-radius: 6px;
}
.column_intro .intro_wrap {
  padding: 30px;
  background: #fff;
  border-radius: 6px;
}
@media screen and (max-width: 820px) {
  .column_intro .intro_wrap {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .column_intro .intro_wrap {
    padding: 15px;
  }
}
.column_intro .intro_title {
  text-align: center;
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 3rem;
  margin-bottom: 40px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .column_intro .intro_title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.column_intro .intro_title span {
  background: #B52B2B;
  color: #fff;
  display: inline-block;
  padding: 5px 10px 7px;
  line-height: 1;
  margin-right: 10px;
  font-size: 700;
}
.column_intro .text_wrap {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .column_intro .text_wrap {
    flex-direction: column;
  }
}
.column_intro .text_wrap .text {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .column_intro .text_wrap .text {
    width: 100%;
  }
}
.column_intro .text_wrap img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .column_intro .text_wrap img {
    width: 100%;
  }
}
.column_intro .intro_info {
  background: #f7f7f7;
  border-radius: 6px;
  padding: 20px;
  max-width: 780px;
  margin: 0 auto;
  align-items: end;
}
@media screen and (max-width: 820px) {
  .column_intro .intro_info {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .column_intro .intro_info {
    padding: 10px;
  }
}
.column_intro .intro_info .info_company, .column_intro .intro_info .info_contact {
  width: calc(50% - 15px);
}
@media screen and (max-width: 820px) {
  .column_intro .intro_info .info_company, .column_intro .intro_info .info_contact {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.column_intro .intro_info .info_name {
  font-size: 3.4rem;
  color: #B52B2B;
  font-weight: bold;
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .column_intro .intro_info .info_name {
    font-size: 3rem;
  }
}
.column_intro .intro_info .info_address, .column_intro .intro_info .info_time {
  font-size: 1.4rem;
}
.column_intro .intro_info .info_tel {
  font-family: "Oswald", sans-serif;
  font-size: 4.4rem;
  line-height: 1;
  position: relative;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .column_intro .intro_info .info_tel {
    font-size: 3.5rem;
  }
}
.column_intro .intro_info .info_tel::before {
  content: "";
  background: url(../img/common/icon_tel.png) no-repeat;
  width: 51px;
  height: 29px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.column_intro .intro_info .info_time {
  font-weight: 700;
}

.style_point {
  background: #fef1ee;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .style_point {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.style_point .sec_title {
  background: #B52B2B;
  color: #fff;
  padding: 45px 0;
  position: relative;
  margin-bottom: 60px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .style_point .sec_title {
    margin-bottom: 30px;
    padding: 20px 0;
  }
}
.style_point .sec_title .en {
  color: #fff;
}
.style_point .sec_title strong {
  color: #fff000;
}
.style_point .sec_title::before, .style_point .sec_title::after {
  content: "";
  position: absolute;
  background: url(../img/top/point_title.png) no-repeat;
  background-size: cover;
  width: 344px;
  height: 131px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .style_point .sec_title::before, .style_point .sec_title::after {
    width: 150px;
    height: 57px;
  }
}
.style_point .sec_title::before {
  top: 0;
  right: 0;
}
.style_point .sec_title::after {
  bottom: 0;
  left: 0;
  transform: scale(-1, -1);
}
.style_point .top_point_list {
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .style_point .top_point_list {
    flex-wrap: wrap;
    gap: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .style_point .top_point_list {
    gap: 20px;
  }
}
.style_point .top_point_item {
  width: calc(25% - 15px);
  background: #fff;
  padding: 20px;
  border: none;
}
@media screen and (max-width: 820px) {
  .style_point .top_point_item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .style_point .top_point_item {
    width: calc(50% - 10px);
    padding: 20px 10px 10px;
  }
}
.style_point .top_point_item::before, .style_point .top_point_item::after {
  background: #B52B2B;
}
.style_point .top_point_item .label {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #B52B2B;
  color: #fff;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .style_point .top_point_item .label {
    width: 30px;
    height: 30px;
  }
}
.style_point .top_point_item img {
  width: 100%;
  max-width: 150px;
  margin: 10px auto;
  display: block;
}
.style_point .top_point_item .text {
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .style_point .top_point_item .text {
    font-size: 1.6rem;
  }
}

.style_reason {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .style_reason {
    margin-bottom: 30px;
  }
}
.style_reason .sec_title {
  padding-bottom: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .style_reason .sec_title {
    margin-bottom: 20px;
  }
}
.style_reason .sec_title::after {
  display: none;
}
.style_reason .sec_title .sub_title {
  background: #B52B2B;
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  padding: 10px 20px 13px;
  border-radius: 50px;
  position: relative;
  font-weight: 800;
  margin-bottom: 20px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .style_reason .sec_title .sub_title {
    font-size: 2rem;
  }
}
.style_reason .sec_title .sub_title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #B52B2B transparent transparent transparent;
  border-width: 15px 12.5px 0px 12.5px;
}
.style_reason .sec_title .main_title {
  font-size: 4.5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .style_reason .sec_title .main_title {
    font-size: 2.8rem;
  }
}
.style_reason .sec_title .main_title strong {
  font-size: 8rem;
}
@media screen and (max-width: 767px) {
  .style_reason .sec_title .main_title strong {
    font-size: 5rem;
  }
}
.style_reason .style_reason_list {
  flex-wrap: wrap;
  gap: 60px 40px;
}
@media screen and (max-width: 1100px) {
  .style_reason .style_reason_list {
    gap: 30px 40px;
  }
}
@media screen and (max-width: 820px) {
  .style_reason .style_reason_list {
    gap: 30px 20px;
  }
}
@media screen and (max-width: 820px) {
  .style_reason .style_reason_list {
    gap: 30px 10px;
  }
}
.style_reason .style_reason_item {
  width: calc(33.3333333333% - 27px);
}
@media screen and (max-width: 1100px) {
  .style_reason .style_reason_item {
    width: calc(33.3333333333% - 27px);
  }
}
@media screen and (max-width: 820px) {
  .style_reason .style_reason_item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 820px) {
  .style_reason .style_reason_item {
    width: calc(50% - 5px);
  }
}
.style_reason .style_reason_item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.style_reason .style_reason_item a:hover .btn {
  background: #B52B2B;
  color: #fff;
}
.style_reason .style_reason_item a:hover .btn::after {
  color: #fff;
}
.style_reason .style_reason_item a img, .style_reason .style_reason_item a .btn {
  width: 100%;
}
.style_reason .style_reason_item a img {
  border-radius: 6px;
}
.style_reason .style_reason_item a .label {
  border: solid 1px #333;
  padding: 5px 20px;
  border-radius: 30px;
  line-height: 1;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  position: relative;
}
.style_reason .style_reason_item a .label::before, .style_reason .style_reason_item a .label::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0px 7.5px;
}
.style_reason .style_reason_item a .label::before {
  bottom: -10px;
  border-color: #333 transparent transparent transparent;
}
.style_reason .style_reason_item a .label::after {
  bottom: -8px;
  border-color: #fff transparent transparent transparent;
}
.style_reason .style_reason_item a .title {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.2;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .style_reason .style_reason_item a .title {
    font-size: 1.6rem;
    white-space: nowrap;
  }
}
.style_reason .style_reason_item a .title .marker {
  color: #B52B2B;
}

.column_info {
  background: #f7f7f7;
}
.column_info .flex {
  gap: 100px;
}
@media screen and (max-width: 767px) {
  .column_info .flex {
    flex-direction: column;
    gap: 30px;
  }
}
.column_info .column_event, .column_info .column_news {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .column_info .column_event, .column_info .column_news {
    width: 100%;
  }
}
.column_info .column_event .sec_title, .column_info .column_news .sec_title {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .column_info .column_event .sec_title, .column_info .column_news .sec_title {
    text-align: center;
  }
}
.column_info .column_event .sec_title::after, .column_info .column_news .sec_title::after {
  left: 0;
  transform: none;
  width: 60px;
}
@media screen and (max-width: 767px) {
  .column_info .column_event .sec_title::after, .column_info .column_news .sec_title::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.column_info .column_event .info_list, .column_info .column_news .info_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.column_info .column_event .info_item, .column_info .column_news .info_item {
  border-bottom: solid 1px #a0a0a0;
  padding-bottom: 20px;
}
.column_info .column_event .info_item:last-child, .column_info .column_news .info_item:last-child {
  border-bottom: none;
}
.column_info .column_event .info_item .date, .column_info .column_news .info_item .date {
  color: #B52B2B;
  font-size: 1.4rem;
}
.column_info .column_event .info_item .title, .column_info .column_news .info_item .title {
  font-weight: normal;
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.column_info .column_event .btn, .column_info .column_news .btn {
  max-width: 200px;
  margin: auto 0 auto auto;
}
@media screen and (max-width: 767px) {
  .column_info .column_event .btn, .column_info .column_news .btn {
    max-width: none;
    width: 100%;
    margin: 0 auto;
  }
}

.column_guide .inner {
  padding-bottom: 40px;
  border-bottom: solid 2px #B52B2B;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .column_guide .inner {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 820px) {
  .column_guide .guide_list {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .column_guide .guide_list {
    flex-direction: column;
  }
}
.column_guide .guide_item {
  width: calc(33.3333333333% - 15px);
  border: solid 2px #B52B2B;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .column_guide .guide_item {
    width: calc(33.3333333333% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .column_guide .guide_item {
    width: 100%;
  }
}
.column_guide .guide_item a {
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 820px) {
  .column_guide .guide_item a {
    padding: 10px;
  }
}
.column_guide .guide_item a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.1) 100%);
  z-index: 1;
}
.column_guide .guide_item a.sozoku {
  background: url(../img/common/guide_img_1.png) no-repeat;
  background-size: cover;
}
.column_guide .guide_item a.akiya {
  background: url(../img/common/guide_img_2.png) no-repeat;
  background-size: cover;
}
.column_guide .guide_item a.faq {
  background: url(../img/common/guide_img_3.png) no-repeat;
  background-size: cover;
}
.column_guide .guide_item a:hover .btn {
  background: #B52B2B;
  color: #fff;
}
.column_guide .guide_item a:hover .btn::after {
  color: #fff;
}
.column_guide .guide_item .title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #B52B2B;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .column_guide .guide_item .title {
    font-size: 2.2rem;
  }
}
.column_guide .guide_item .title, .column_guide .guide_item .text {
  line-height: 1.2;
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}
.column_guide .guide_item .title, .column_guide .guide_item .text, .column_guide .guide_item .btn {
  position: relative;
  z-index: 3;
}
.column_guide .guide_item .text {
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .column_guide .guide_item .text {
    margin-bottom: 20px;
  }
}
.column_guide .guide_item .btn {
  margin-top: auto;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .column_guide .guide_item .btn {
    font-size: 1.6rem;
  }
}

/*----------------------------------------------------
	under
----------------------------------------------------*/
.under_mv {
  padding: 60px 0;
  background: url(../img/common/bg.png), linear-gradient(0deg, rgb(217, 235, 255), rgb(249, 252, 255));
  background-repeat: repeat-x;
  background-position: bottom 3% left 0;
  background-size: 50%;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .under_mv {
    padding: 40px 0;
    background-size: 200%;
    background-position: bottom 3% center;
  }
}
.under_mv.mv--point {
  background: url(../img/point/bg.jpg) no-repeat center;
  background-size: cover;
}
.under_mv.mv--reason {
  background: url(../img/reason/bg.jpg) no-repeat top 35% center;
  background-size: cover;
}
.under_mv.mv--company {
  background: url(../img/company/bg.jpg) no-repeat bottom 23% center;
  background-size: cover;
}
.under_mv.mv--privacy {
  background: url(../img/privacy/bg.jpg) no-repeat top 40% center;
  background-size: cover;
}
.under_mv.mv--sozoku {
  background: url(../img/sozoku/bg.jpg) no-repeat bottom 40% center;
  background-size: cover;
}
.under_mv.mv--akiya {
  background: url(../img/akiya/bg.jpg) no-repeat bottom 45% center;
  background-size: cover;
}
.under_mv.mv--faq {
  background: url(../img/faq/bg.jpg) no-repeat top 55% center;
  background-size: cover;
}
.under_mv.mv--point, .under_mv.mv--reason, .under_mv.mv--company, .under_mv.mv--privacy, .under_mv.mv--sozoku, .under_mv.mv--akiya, .under_mv.mv--faq {
  position: relative;
}
.under_mv.mv--point::after, .under_mv.mv--reason::after, .under_mv.mv--company::after, .under_mv.mv--privacy::after, .under_mv.mv--sozoku::after, .under_mv.mv--akiya::after, .under_mv.mv--faq::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5019607843);
  width: 100%;
  height: 100%;
}
.under_mv .mv_text {
  position: relative;
  z-index: 2;
  display: inline-block;
  border-radius: 6px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.8509803922);
  padding: 10px 30px;
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 767px) {
  .under_mv .mv_text {
    padding: 10px;
  }
}
.under_mv .en_title {
  color: #B52B2B;
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .under_mv .en_title {
    font-size: 1.4rem;
  }
}
.under_mv .jp_title {
  font-size: 3.5rem;
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .under_mv .jp_title {
    font-size: 2.8rem;
  }
}

.breadcrumbs {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    overflow-x: scroll;
    margin-bottom: 20px;
  }
}
.breadcrumbs p {
  white-space: nowrap;
  font-size: 1.3rem;
}

.btns {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 820px) {
  .btns {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .btns {
    flex-direction: column;
  }
}
.btns .icon {
  background: #fff;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .btns .icon {
    width: 60px;
    height: 60px;
  }
}
.btns .contact_btn, .btns .line_btn, .btns .tel_btn {
  padding: 10px 20px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .btns .contact_btn, .btns .line_btn, .btns .tel_btn {
    padding: 10px;
  }
}
.btns .contact_btn, .btns .line_btn {
  width: 30%;
  font-size: 2rem;
}
@media screen and (max-width: 820px) {
  .btns .contact_btn, .btns .line_btn {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .btns .contact_btn, .btns .line_btn {
    width: 100%;
    font-size: 1.8rem;
  }
}
.btns .contact_btn {
  background: #f56231;
}
.btns .contact_btn i::before {
  content: "";
  background: url(../img/common/icon_mail.png) no-repeat;
  width: 30px;
  height: 20px;
  background-size: cover;
}
.btns .line_btn {
  background: #34cb2c;
}
.btns .line_btn i {
  background: none;
}
.btns .line_btn i::before {
  content: "";
  background: url(../img/common/icon_line.png) no-repeat;
  width: 56px;
  height: 54px;
  background-size: cover;
}
.btns .tel_btn {
  width: 40%;
  background: #fff;
  border: solid 3px #B52B2B;
}
@media screen and (max-width: 820px) {
  .btns .tel_btn {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .btns .tel_btn {
    justify-content: space-between;
  }
}
.btns .tel_btn .icon {
  background: #B52B2B;
  line-height: 1.2;
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btns .tel_btn .icon {
    font-size: 1.8rem;
  }
}
.btns .tel_btn .text_wrap {
  text-align: center;
  color: #B52B2B;
}
.btns .tel_btn .pr {
  line-height: 1.2;
}
.btns .tel_btn .num {
  white-space: nowrap;
  font-family: "Oswald", sans-serif;
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .btns .tel_btn .num {
    font-size: 4rem;
  }
}
.btns .tel_btn .reception {
  font-size: 1.4rem;
}

.shadow {
  background-color: #fff;
  border: solid 1px #ccc;
  position: relative;
}
.shadow::before, .shadow::after {
  content: "";
  background: #ccc;
  position: absolute;
}
.shadow::before {
  width: 10px;
  height: 100%;
  right: -10px;
  top: 10px;
}
.shadow::after {
  width: 100%;
  height: 10px;
  left: 10px;
  bottom: -10px;
}

.accordion .open_btn {
  border: none;
  background: #B52B2B;
  color: #fff;
  width: 100%;
  text-align: left;
  cursor: pointer;
  border-radius: 6px;
  padding: 10px 50px 10px 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  font-weight: bold;
}
.accordion .open_btn::after {
  content: "+";
  font-family: "Font Awesome 6 free";
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 3rem;
}
.accordion .open_btn.open {
  border-radius: 6px 6px 0 0;
}
.accordion .open_btn.open::after {
  content: "\f068";
  font-family: "Font Awesome 6 free";
  font-weight: bold;
}

.faq_list {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
.faq_list .question_mark, .faq_list .answer_mark {
  background: #fff;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  font-size: 3rem;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}
.faq_list .question_mark {
  color: #B52B2B;
}
.faq_list .question_wrap {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .faq_list .question_wrap {
    flex-direction: column;
    align-items: baseline;
    gap: 0;
  }
}
.faq_list .question_cat {
  white-space: nowrap;
  color: #333;
  font-size: 1.3rem;
  background: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  line-height: 1;
}
.faq_list .answer_mark {
  color: #34cb2c;
}
.faq_list .answer {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: #fef1ee;
  border-radius: 0 0 6px 6px;
  padding: 10px;
}
.faq_list .answer p {
  width: calc(100% - 40px);
  padding-top: 7px;
}

.marker {
  display: inline;
  padding: 0 4px 2px 4px;
  background: linear-gradient(transparent 60%, #fff000 0%);
}

.banner_wrap .fukidashi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .banner_wrap .fukidashi {
    gap: 0;
    font-size: 1.8rem;
    white-space: nowrap;
    margin-bottom: 10px;
  }
}
.banner_wrap .fukidashi::before, .banner_wrap .fukidashi::after {
  content: "";
  width: 50px;
  height: 2px;
  box-sizing: border-box;
  background-color: #333333;
}
.banner_wrap .fukidashi::before {
  transform: rotate(60deg);
}
@media screen and (max-width: 767px) {
  .banner_wrap .fukidashi::before {
    transform: rotate(70deg);
  }
}
.banner_wrap .fukidashi::after {
  transform: rotate(-60deg);
}
@media screen and (max-width: 767px) {
  .banner_wrap .fukidashi::after {
    transform: rotate(-70deg);
  }
}
.banner_wrap .fukidashi .color {
  color: #B52B2B;
}

.fusen_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .fusen_list {
    gap: 15px;
  }
}

.fusen_item {
  align-items: center;
  gap: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fusen_item {
    flex-direction: column;
    border: solid 1px #ccc;
    border-radius: 6px;
    overflow: hidden;
  }
}
.fusen_item img {
  border-radius: 6px;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .fusen_item img {
    width: 100%;
    border-radius: 0px;
  }
}
.fusen_item .text_wrap {
  position: relative;
  top: 0;
  left: -30px;
  width: 60%;
  background: #fff;
  padding: 30px;
}
@media screen and (max-width: 820px) {
  .fusen_item .text_wrap {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .fusen_item .text_wrap {
    width: 100%;
    left: 0;
    border: none;
    padding: 15px;
  }
  .fusen_item .text_wrap::before, .fusen_item .text_wrap::after {
    display: none;
  }
}
.fusen_item .text_wrap .title {
  font-size: 2.4rem;
  color: #B52B2B;
  line-height: 1.4;
  margin-bottom: 10px;
  border-bottom: 1px dashed #666;
  padding-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .fusen_item .text_wrap .title {
    font-size: 2.2rem;
  }
}
.fusen_item .label {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  text-align: center;
  background: #B52B2B;
  color: #fff;
  border-radius: 5px 0 6px 0;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .fusen_item .label {
    font-size: 1.4rem;
    padding: 10px 5px;
  }
}
.fusen_item .label .num {
  font-size: 5rem;
  display: block;
}
.fusen_item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .fusen_item:nth-child(even) {
    flex-direction: column;
  }
}
.fusen_item:nth-child(even) .text_wrap {
  left: auto;
  right: -20px;
}
@media screen and (max-width: 767px) {
  .fusen_item:nth-child(even) .text_wrap {
    right: 0;
  }
}
.fusen_item:nth-child(even) .label {
  right: 0;
  left: auto;
  border-radius: 0 5px 0 6px;
}