@charset "UTF-8";
/* clearfix */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

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 Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333;
  background: #fff;
  letter-spacing: 0.05em;
}
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;
  }
}
/*----------------------------------------------------
	LAYOUT
----------------------------------------------------*/
.column {
  padding: 0 0 60px 0;
  overflow: hidden;
  margin: 0 0 0;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .column {
    padding: 0 0 30px 0;
  }
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .mb30 {
    margin-bottom: 15px;
  }
}

.mt30 {
  margin-top: 30px;
}
@media screen and (max-width: 820px) {
  .mt30 {
    margin-top: 15px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .mb60 {
    margin-bottom: 30px;
  }
}

.pt60 {
  padding-top: 60px;
}
@media screen and (max-width: 820px) {
  .pt60 {
    padding-top: 30px;
  }
}

.pb30 {
  padding-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .pb30 {
    padding-bottom: 15px;
  }
}

.pt30 {
  padding-top: 30px;
}
@media screen and (max-width: 820px) {
  .pt30 {
    padding-top: 15px;
  }
}

.pb30 {
  padding-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .pb30 {
    padding-bottom: 15px;
  }
}

.liner {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.fwbold {
  font-weight: 700;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .inner {
    width: 100%;
    padding: 0 15px;
  }
}

.flex {
  display: flex;
  justify-content: space-around;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: unset !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

/*----------------------------------------------------
	BACKGROUND
----------------------------------------------------*/
.bg1 {
  background: url(../img/common/bg1.png), #fbf6ed;
}

.bg2 {
  background: url(../img/common/bg2.png);
}

/*----------------------------------------------------
	BUTTON
----------------------------------------------------*/
.btn {
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #1a74a8;
  width: 380px;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 31px;
  padding: 15px 10px;
  margin: 30px 0;
  background: #fff;
  margin: 0 auto;
  display: block;
  position: relative;
  border: 1px solid #1a74a8;
  box-shadow: 5px 5px 0px 0px rgb(180, 212, 231);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 92%;
    font-size: 1.4rem;
  }
}
.btn:after {
  content: "\f138";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
@media screen and (max-width: 767px) {
  .btn:after {
    right: 7px;
  }
}
.btn:hover {
  background: #1a74a8;
  color: #fff;
}
.btn:hover:after {
  color: #fff;
}
.btn.w100 {
  width: 100%;
  max-width: 100%;
}

.close_btn {
  display: block;
  padding: 10px 20px;
  transition: 0.5s;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background: #1a74a8;
  position: relative;
}

/*----------------------------------------------------
	TAB
----------------------------------------------------*/
.tab_wrap {
  position: relative;
  margin-top: 30px;
}
.tab_wrap .tab_btn {
  width: 25%;
  text-align: center;
  border-radius: 10px 10px 0 0;
  font-size: 2rem;
  background: #f4f4f4;
  padding: 5px;
  font-size: 1.8rem;
}
.tab_wrap .tab_btn:hover {
  cursor: pointer;
}
.tab_wrap .tab_btn.show {
  background: #1a74a8;
  color: #fff;
}
.tab_wrap .tab_btn:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  .tab_wrap .tab_btn {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .tab_wrap .tab_btn {
    text-align: center;
    padding: 10px 0;
    font-size: 1.4rem;
    margin-right: 0;
  }
  .tab_wrap .tab_btn.show {
    padding: 10px 0;
  }
}
.tab_wrap .tab_list {
  position: relative;
  justify-content: center;
  margin: 0 auto;
  gap: 30px;
}
@media screen and (max-width: 820px) {
  .tab_wrap .tab_list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.tab_wrap .panel_area {
  position: relative;
  border-top: 2px solid #ccc;
  padding-top: 40px;
}
.tab_wrap .tab_contents {
  display: none;
}
.tab_wrap .tab_contents.show {
  display: block;
}

/*----------------------------------------------------
	FONTS
----------------------------------------------------*/
.common_title {
  letter-spacing: 2px;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 1100px) {
  .common_title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 360px) {
  .common_title {
    font-size: 2.1rem;
  }
}
.common_title span {
  font-size: 2.8rem;
  color: #1a74a8;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .common_title span {
    font-size: 2.4rem;
  }
}
.common_title span .big_num {
  font-size: 3.8rem;
  letter-spacing: 5px;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  .common_title span .big_num {
    font-size: 2.5rem;
    letter-spacing: 2px;
  }
}

.sec_title {
  color: #1a74a8;
  padding-bottom: 10px;
  font-size: 3.4rem;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
}
.sec_title span {
  border-bottom: 1px solid #1a74a8;
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .sec_title {
    font-size: 2.8rem;
  }
  .sec_title span {
    border: 0;
  }
}

.area_title {
  margin-bottom: 30px;
  border-left: 5px solid #1a74a8;
  padding-left: 10px;
}

.fukidashi_title {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  text-align: center;
  margin-bottom: 30px;
}
.fukidashi_title .big {
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  color: #1a74a8;
}
.fukidashi_title .red {
  color: #e6434c;
}
.fukidashi_title .wrap {
  position: relative;
  display: inline-block;
}
.fukidashi_title .wrap:before {
  content: url(../img/common/fuku_left.png);
  left: -5%;
}
@media screen and (max-width: 820px) {
  .fukidashi_title .wrap:before {
    left: -8%;
  }
}
.fukidashi_title .wrap:after {
  content: url(../img/common/fuku_right.png);
  right: -5%;
}
@media screen and (max-width: 820px) {
  .fukidashi_title .wrap:after {
    right: -5%;
  }
}
.fukidashi_title .wrap:before, .fukidashi_title .wrap:after {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 820px) {
  .fukidashi_title .wrap:before, .fukidashi_title .wrap:after {
    bottom: -10px;
  }
}

.catch {
  font-size: 1.8rem;
  color: #505455;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .catch {
    font-size: 1.6rem;
  }
}

.breadcrumbs {
  font-size: 1.2rem;
  margin: 10px 0;
}
@media screen and (max-width: 820px) {
  .breadcrumbs {
    margin-bottom: 15px;
  }
}

main {
  position: relative;
}
main .h1_box {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
main .h1_box .h_tit {
  color: #7f7e7e;
  letter-spacing: 0.1em;
  font-weight: 300;
  line-height: inherit;
  font-size: 1.1rem;
  position: absolute;
  width: 60vw;
  bottom: -30px;
  left: 0;
}
@media screen and (max-width: 1100px) {
  main .h1_box .h_tit {
    width: 80vw;
  }
}
@media screen and (max-width: 767px) {
  main .h1_box .h_tit {
    width: 90vw;
    bottom: -60px;
  }
}
main .h1_box .h_tit br {
  display: none;
}

/*----------------------------------------------------
	固定要素
----------------------------------------------------*/
.fixed_bnrs {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 1001;
}
.fixed_bnrs a {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}

.mourner_bnr {
  position: fixed;
  left: 0;
  bottom: 15%;
  z-index: 2;
}
.mourner_bnr a {
  width: 222px;
  height: 168px;
  background: url(../img/common/mourner_bnr_pc1.png);
  display: block;
}
.mourner_bnr a:hover {
  background: url(../img/common/mourner_bnr_pc2.png);
  opacity: 1;
}

.mourner_bnr {
  position: fixed;
  left: 0;
  top: 450px;
  z-index: 1000;
}
.mourner_bnr a {
  position: relative;
  width: 71px;
  height: 220px;
  background: url(../img/common/mourner_bnr_pc1.png);
  display: block;
  transition: 0.3s;
}
.mourner_bnr a:hover {
  width: 146px;
  opacity: 1;
  background: url(../img/common/mourner_bnr_pc2.png) 100% 0 no-repeat;
}

@media screen and (max-width: 820px) {
  .mourner_bnr {
    display: none !important;
  }
}
.top_sp_mourner {
  margin-bottom: 15px;
}

/*----------------------------------------------------
	フッター フローディング SP
----------------------------------------------------*/
.fixed_bnrs_sp {
  position: fixed;
  backface-visibility: hidden;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 889;
  background: #fff;
  padding: 5px;
}
.fixed_bnrs_sp ul {
  background: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.fixed_bnrs_sp ul li {
  text-align: center;
  width: 30%;
}
.fixed_bnrs_sp ul li:first-child {
  width: 70%;
}

/*----------------------------------------------------
	フッター フローディング PC
----------------------------------------------------*/
.foot_fixed_bnr {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1001;
  background: #00305c;
  background-size: cover;
  padding: 6px 0;
}
@media screen and (max-width: 820px) {
  .foot_fixed_bnr {
    padding: 12px 0;
  }
}
.foot_fixed_bnr .inner {
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.foot_fixed_bnr .inner .mini {
  font-size: 1.5rem;
}
.foot_fixed_bnr .foot_fixed_bnr_box_01 {
  width: 50%;
  display: flex;
  color: #fff;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .foot_fixed_bnr .foot_fixed_bnr_box_01 {
    width: 35%;
  }
}
.foot_fixed_bnr .foot_fixed_bnr_box_01 .foot_fixed_bnr_logo {
  max-width: 185px;
  width: 100%;
  background: #fff;
  padding: 5px;
}
@media screen and (max-width: 820px) {
  .foot_fixed_bnr .foot_fixed_bnr_box_01 .foot_fixed_bnr_logo {
    display: none;
  }
}
.foot_fixed_bnr .foot_fixed_bnr_box_01 .foot_fixed_bnr_logo img {
  width: 100%;
  display: block;
}
.foot_fixed_bnr .foot_fixed_bnr_box_01 .tel {
  margin-left: 40px;
}
@media screen and (max-width: 820px) {
  .foot_fixed_bnr .foot_fixed_bnr_box_01 .tel {
    margin-left: 0;
  }
}
.foot_fixed_bnr .foot_fixed_bnr_box_01 .tel span {
  display: block;
  font-size: 1.4rem;
  text-align: right;
  line-height: 1;
  padding-right: 10px;
}
@media screen and (max-width: 820px) {
  .foot_fixed_bnr .foot_fixed_bnr_box_01 .tel span {
    font-size: 1.2rem;
  }
}
.foot_fixed_bnr .foot_fixed_bnr_box_01 .tel .flex {
  align-items: center;
}
.foot_fixed_bnr .foot_fixed_bnr_box_01 .tel .flex p {
  font-family: "Oswald", sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  margin-left: 10px;
  line-height: 1.4;
  letter-spacing: 2px;
}
@media screen and (max-width: 1100px) {
  .foot_fixed_bnr .foot_fixed_bnr_box_01 .tel .flex p {
    font-size: 3rem;
  }
}
.foot_fixed_bnr .foot_fixed_bnr_box_02 {
  width: 50%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .foot_fixed_bnr .foot_fixed_bnr_box_02 {
    width: 65%;
  }
}
.foot_fixed_bnr .foot_fixed_bnr_box_02 a {
  max-width: 250px;
  width: 100%;
  height: 58px;
  margin: 0 10px;
  position: relative;
}
.foot_fixed_bnr .foot_fixed_bnr_box_02 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .foot_fixed_bnr .foot_fixed_bnr_box_02 a::after {
    right: 3%;
  }
}
.foot_fixed_bnr .foot_fixed_bnr_box_02 .foot_fixed_bnr_club {
  text-align: center;
  background: #de656b;
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 2px;
  line-height: 1.3;
}
.foot_fixed_bnr .foot_fixed_bnr_box_02 .foot_fixed_bnr_club .mini {
  border: 1px solid #fff;
  padding: 3px;
}
.foot_fixed_bnr .foot_fixed_bnr_box_02 .foot_fixed_bnr_inquiry {
  display: flex;
  justify-content: flex-start;
  padding: 5px;
  background: #fff;
  color: #1a74a8;
}
.foot_fixed_bnr .foot_fixed_bnr_box_02 .foot_fixed_bnr_inquiry .free {
  font-size: 2rem;
  padding: 5px 10px;
  background: #1a74a8;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  .foot_fixed_bnr .foot_fixed_bnr_box_02 .foot_fixed_bnr_inquiry .free {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
  }
}
.foot_fixed_bnr .foot_fixed_bnr_box_02 .foot_fixed_bnr_inquiry p {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.3;
  padding-left: 15px;
}
@media screen and (max-width: 820px) {
  .foot_fixed_bnr .foot_fixed_bnr_box_02 .foot_fixed_bnr_inquiry p {
    padding-left: 5px;
    width: 70%;
  }
}
.foot_fixed_bnr .foot_fixed_bnr_box_02 .foot_fixed_bnr_inquiry p .big {
  display: block;
  font-size: 2.2rem;
}
@media screen and (max-width: 820px) {
  .foot_fixed_bnr .foot_fixed_bnr_box_02 .foot_fixed_bnr_inquiry p .big {
    font-size: 2.5rem;
  }
}
.foot_fixed_bnr .foot_fixed_bnr_box_02 .foot_fixed_bnr_inquiry::after {
  border-top: 2px solid #1a74a8;
  border-right: 2px solid #1a74a8;
}

/*----------------------------------------------------
	HEADER
----------------------------------------------------*/
#masthead {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  #masthead.mourner_header .head_belt .inner {
    justify-content: center;
    gap: 10px;
  }
}
#masthead .menu-box_sp2 {
  display: none;
}
@media screen and (max-width: 1100px) {
  #masthead .menu-box_sp2 {
    display: block;
  }
  #masthead .menu-box_sp2 img.icon {
    max-width: 38%;
    margin: 0 auto 5px;
    display: block;
  }
  #masthead.scroll .menu-box_sp2 {
    position: fixed;
    top: 0;
    z-index: 900;
    background: #fff;
  }
  #masthead.scroll .menu-box_sp2 ul li.menu_btn .menu_box {
    height: calc(100% - 69px);
  }
}
#masthead .inner {
  padding: 0;
  position: relative;
}
#masthead .head_belt {
  background: #fff;
  position: relative;
  padding: 15px 0;
}
@media screen and (max-width: 1100px) {
  #masthead .head_belt {
    padding: 12px;
  }
}
#masthead .head_belt .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;
}
@media screen and (max-width: 1100px) {
  #masthead .head_belt .h_tit {
    width: 80vw;
  }
}
#masthead .head_belt .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
}
#masthead .head_belt .inner .head_l {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #masthead .head_belt .inner .head_l {
    width: 100%;
  }
}
#masthead .head_belt .inner .head_logo {
  max-width: 185px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  #masthead .head_belt .inner .head_logo {
    max-width: 135px;
  }
}
@media only screen and (max-width: 355px) {
  #masthead .head_belt .inner .head_logo {
    max-width: 115px;
  }
}
#masthead .head_belt .inner .head_logo a {
  display: inline-block;
  height: 100%;
  padding-top: 4px;
}
#masthead .head_belt .inner .head_logo a img {
  width: 185px;
}
#masthead .head_belt .inner .head_c {
  display: flex;
  align-items: center;
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  #masthead .head_belt .inner .head_c {
    max-width: 380px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  #masthead .head_belt .inner .head_c {
    justify-content: flex-end;
    column-gap: 5px;
  }
}
#masthead .head_belt .inner .head_c__tab {
  max-width: 160px;
  width: 100%;
  display: block;
  padding: 5px 15px;
  border-radius: 22px;
  text-align: center;
  margin: 0 10px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #masthead .head_belt .inner .head_c__tab {
    max-width: 80px;
    margin: 0;
    padding: 0;
    font-size: 1.3rem;
    border-radius: 12px;
    line-height: 1.3;
    display: grid;
    place-content: center;
    height: 53px;
  }
}
#masthead .head_belt .inner .head_c__tab:first-child {
  background: #1a74a8;
  color: #fff;
}
#masthead .head_belt .inner .head_c__tab:last-child {
  background: #edf5f9;
  color: #1a74a8;
}
#masthead .head_belt .inner .head_r {
  display: flex;
  justify-content: space-around;
  text-align: center;
  align-items: center;
}
#masthead .head_belt .inner .head_r .tel {
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 60px 0 0;
  flex-wrap: wrap;
}
#masthead .head_belt .inner .head_r .tel .tel_num {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  margin-top: -2px;
  margin-left: 5px;
  color: #000;
  font-family: "Oswald", sans-serif;
}
#masthead .head_belt .inner .head_r .tel .lead {
  font-size: 1.5rem;
  display: inline-block;
  color: #000;
  width: 100%;
  font-weight: 700;
}
#masthead .head_belt .inner .head_r .header_inquiry {
  position: relative;
  padding: 5px 20px;
  border: 1px solid #1a74a8;
  color: #1a74a8;
  font-size: 2rem;
  text-align: center;
  border-radius: 5px;
}
#masthead .head_belt .inner .head_r .header_inquiry p {
  line-height: 1.4;
}
#masthead .head_belt .inner .head_r .header_inquiry span {
  display: block;
  font-size: 1.3rem;
  border-bottom: 1px solid #1a74a8;
}
#masthead .head_belt .inner .head_r .header_inquiry img {
  width: 80px;
  position: absolute;
  top: -2px;
  left: -68px;
}
@media screen and (max-width: 1100px) {
  #masthead {
    /** スクロール時のスマホメニュー **/
  }
  #masthead .menu-box_sp2 {
    width: 100%;
    top: 0;
  }
  #masthead .menu-box_sp2 ul {
    gap: 0;
    width: 100%;
  }
  #masthead .menu-box_sp2 ul li {
    width: 25%;
    background: #fff;
    text-align: center;
    border-top: 1px solid #1a74a8;
    border-bottom: 1px solid #1a74a8;
    border-left: 1px solid #1a74a8;
  }
  #masthead .menu-box_sp2 ul li i {
    color: #1a74a8;
    display: block;
    font-size: 2.8rem;
    padding-bottom: 3px;
  }
  #masthead .menu-box_sp2 ul li a {
    padding: 5px 0;
    line-height: 1;
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
  }
  #masthead .menu-box_sp2 ul li a.case_link {
    padding: 0;
  }
  #masthead .menu-box_sp2 ul li a.case_link .plan_flex {
    line-height: 1.4;
  }
  #masthead .menu-box_sp2 ul li .open_btn {
    padding: 5px 0;
    line-height: 1;
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
  }
  #masthead .menu-box_sp2 ul li:nth-child(3) {
    border-right: 1px solid #1a74a8;
  }
  #masthead .menu-box_sp2 ul li:nth-child(4) {
    background-color: #e6434c;
  }
  #masthead .menu-box_sp2 ul li:nth-child(4) i,
  #masthead .menu-box_sp2 ul li:nth-child(4) a {
    color: #fff;
  }
  #masthead .menu-box_sp2 ul li:last-child {
    border: none;
  }
  #masthead .menu-box_sp2 ul li.menu_btn {
    position: relative;
  }
  #masthead .menu-box_sp2 ul li.menu_btn .close {
    background: #1a74a8;
    color: #fff;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 600;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
  }
  #masthead .menu-box_sp2 ul li.menu_btn .menu_box {
    display: none;
    z-index: 1;
    position: fixed;
    width: 100vw;
    height: calc(100% - 145px);
    left: 0;
    bottom: 0;
    background: #eee;
    overflow-y: scroll;
    padding: 15px 15px 100px;
  }
  #masthead .menu-box_sp2 ul li.menu_btn .menu_box .menu_list .link_btn {
    width: 100%;
    margin-bottom: 10px;
    border: none;
  }
  #masthead .menu-box_sp2 ul li.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: 600;
  }
  #masthead .menu-box_sp2 ul li.menu_btn .menu_box .menu_list .link_btn a::after {
    content: "\f105";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    transform: translateY(-50%);
    top: 50%;
  }
  #masthead .menu-box_sp2 .menu {
    background: #fff;
    height: 65px;
    width: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 15px 15px 10px 15px;
  }
}

/*----------------------------------------------------
	グロナビ
----------------------------------------------------*/
@media screen and (max-width: 1100px) {
  .nav {
    position: fixed;
    overflow: auto;
    right: -320px;
    /* 右から出てくる */
    top: 0;
    width: 300px;
    height: 100%;
    padding-top: 60px;
    background: #fff;
    transition: all 0.6s;
    z-index: 200;
    margin-bottom: 100px;
  }
  .nav .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 100%;
  }
  .nav .nav_list .nav_list_bnr {
    padding: 10px;
  }
  .nav .nav_list .nav_list_bnr a {
    margin-bottom: 10px;
    display: block;
  }
  .nav .nav_list .nav_item {
    text-align: left;
    padding: 0;
    width: 100%;
  }
  .nav .nav_list .nav_item a {
    display: block;
    padding: 8px 10px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    text-align: left;
    color: #333;
  }
  .nav .nav_list .nav_item a:before {
    content: "\f105";
    font-family: "Font Awesome 6 free";
    color: #1a74a8;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    font-size: 1.6rem;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    margin-right: 5px;
  }
  .nav .nav_list .nav_item a:hover {
    background-color: #eee;
  }
  .nav .nav_list .nav_item .tgl_menu {
    display: block;
  }
  .nav .nav_list .nav_item .tgl_menu .dwn_hall {
    flex-direction: column;
  }
  .nav .nav_list .nav_item .tgl_menu .dwn_hall li {
    width: 100%;
  }
  .nav .nav_list .nav_item .tgl_menu .dwn_hall li a {
    padding: 8px 20px;
  }
  .nav .nav_list .nav_item .tgl_menu .dwn_hall li a .thumbnail {
    display: inline-block;
  }
  .nav .nav_list .nav_item .tgl_menu .dwn_hall li a img {
    display: none;
  }
  .nav .nav_list .nav_item .tgl_menu .dwn_hall li a br {
    display: none;
  }
  .nav .nav_list .nav_item .tgl_menu .dwn_plan {
    flex-wrap: wrap;
    gap: 0;
  }
  .nav .nav_list .nav_item .tgl_menu .dwn_plan li {
    width: 100%;
  }
  .nav .nav_list .nav_item .tgl_menu .dwn_plan li a {
    display: flex;
    align-items: center;
    padding: 8px 20px;
  }
  .nav .nav_list .nav_item .tgl_menu .dwn_plan li a img {
    display: none;
  }
  .hamburger {
    position: absolute;
    right: 0;
    top: 0;
    width: 65px;
    height: 65px;
    cursor: pointer;
    z-index: 300;
    background: #1a74a8;
  }
  .hamburger .hamburger_border {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 3px;
    background-color: #fff;
    transition: all 0.6s;
  }
  .hamburger .hamburger_border_top {
    top: 14px;
  }
  .hamburger .hamburger_border_center {
    top: 25px;
  }
  .hamburger .hamburger_border_bottom {
    top: 36px;
  }
  .hamburger .hamburger_text {
    display: inline;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    margin: auto;
    font-size: 1.3rem;
    color: #fff;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 150;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    cursor: pointer;
  }
  /* 表示された時用のCSS */
  .nav-open {
    position: fixed;
  }
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: 0.8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
}
@media only screen and (min-width: 1101px) {
  .nav {
    background: #fff;
    border-top: 3px solid #1a74a8;
    border-bottom: 1px solid #eee;
  }
  .nav .nav_list {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  .nav .nav_list .nav_item {
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #eee;
    width: 100%;
  }
  .nav .nav_list .nav_item:last-child {
    border-right: 1px solid #eee;
  }
  .nav .nav_list .nav_item a {
    padding: 8px 0;
    font-size: 1.6rem;
    text-align: center;
    position: relative;
  }
  .nav .nav_list .nav_item a::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: #1a74a8;
    bottom: 4px;
    visibility: hidden;
    opacity: 0;
  }
  .nav .nav_list .nav_item a:hover::after {
    transition: 0.3s;
    visibility: visible;
    opacity: 1;
  }
  .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: 0;
    top: 40px;
    z-index: 100;
    width: 100%;
    padding: 15px 0;
    background: #fff;
  }
  .nav .nav_list .nav_item .tgl_menu:after {
    content: "";
    border: none;
  }
  .nav .nav_list .nav_item .tgl_menu ul {
    flex-wrap: wrap;
  }
  .nav .nav_list .nav_item .tgl_menu li {
    width: 30%;
    border: none;
  }
  .nav .nav_list .nav_item .tgl_menu li a {
    display: block;
    font-size: 1.2rem;
    text-align: center;
    min-width: 100px;
    white-space: nowrap;
    line-height: 30px;
    color: #333;
  }
  .nav .nav_list .nav_item .tgl_menu li a p {
    font-size: 1.5rem;
    position: relative;
    display: inline-block;
  }
  .nav .nav_list .nav_item .tgl_menu_hall {
    max-width: 458px;
    left: 450px;
    padding: 15px 15px 0;
  }
  .nav .nav_list .nav_item .tgl_menu_hall .dwn_hall {
    width: 100%;
    justify-content: flex-start;
    gap: 15px;
  }
  .nav .nav_list .nav_item .tgl_menu_hall .dwn_hall li {
    width: calc(33.3333333333% - 10px);
  }
  .nav .nav_list .nav_item .tgl_menu_hall .dwn_hall li a {
    white-space: initial;
    display: flex;
    flex-direction: column;
  }
  .nav .nav_list .nav_item .tgl_menu_hall .dwn_hall li a p {
    font-size: 1.4rem;
    line-height: 1.3;
    padding-top: 5px;
  }
  .nav .nav_list .nav_item .tgl_menu_hall .dwn_hall li a::after {
    display: none;
  }
  .nav .nav_list .nav_item .tgl_menu_plan {
    max-width: 500px;
    left: 315px;
    padding: 15px 15px 0;
  }
  .nav .nav_list .nav_item .tgl_menu_plan .dwn_plan li img {
    object-fit: cover;
    width: 100%;
    display: block;
  }
  .nav .nav_list .nav_item .tgl_menu_plan .dwn_plan li a::after {
    display: none;
  }
  .nav .nav_list .nav_item .short {
    position: relative;
  }
  .nav .nav_list .nav_item .short .tgl_menu {
    top: 66px;
    width: auto;
  }
  .nav .nav_list .nav_item .short .dwn_plan li {
    width: 100%;
  }
  .nav .nav_list .nav_item .short .tgl_menu li a {
    padding: 0;
  }
  .nav .nav_list .nav_item .short .tgl_menu li a div {
    text-align: left;
  }
  .nav .nav_list .nav_item.home a {
    line-height: 1;
  }
  .nav .nav_list .nav_item.hurry {
    background: #a02c37;
  }
  .nav .nav_list .nav_item.hurry a {
    color: #fff;
    line-height: 1.2;
    text-align: center;
  }
  .nav .nav_list .nav_item.hurry a span {
    font-size: 1.4rem;
    color: #fff;
  }
  .nav .nav_list .nav_item.hurry a::after {
    display: none;
  }
  .nav .nav_list .nav_item .pulldown ul:after {
    border: none;
  }
  .nav .nav_list .nav_home_icon {
    width: 16px;
    display: block;
    margin: 0 auto;
  }
  .hamburger_text {
    display: none;
  }
  #gnav.fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
    border-top: none;
  }
}
/*----------------------------------------------------
	FOOTER
----------------------------------------------------*/
#footer {
  background: #f5f5f3;
  font-size: 1.4rem;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 75px 0 70px;
  }
}
#footer .footer_wrap {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  #footer .footer_wrap {
    padding: 0 2%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap {
    padding: 0 55px;
  }
}
@media screen and (max-width: 820px) {
  #footer .footer_wrap .company_info {
    width: 100%;
    margin-bottom: 30px;
  }
}
#footer .footer_wrap .company_info img {
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
  max-width: 180px;
  width: 100%;
}
#footer .footer_wrap .footer_menu {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-left: 200px;
}
@media screen and (max-width: 1100px) {
  #footer .footer_wrap .footer_menu {
    margin-left: 5%;
    gap: 38px;
  }
}
@media screen and (max-width: 820px) {
  #footer .footer_wrap .footer_menu {
    width: 100%;
    flex-wrap: wrap;
    margin: 0;
    gap: 32px;
  }
  #footer .footer_wrap .footer_menu ul {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .footer_menu {
    gap: 10px;
  }
  #footer .footer_wrap .footer_menu ul {
    width: 100%;
  }
}
#footer .footer_wrap .footer_menu a {
  color: #333;
}
#footer .footer_wrap .footer_menu li {
  padding-bottom: 1rem;
}
#footer .footer_wrap .footer_menu li.child_link {
  padding-left: 2rem;
}
#footer .footer_wrap .footer_menu li.child_link ul {
  width: 100%;
}
#footer .copy {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2rem;
  padding: 4px 0;
}

/*----------------------------------------------------
	404
----------------------------------------------------*/
.error-404 {
  text-align: center;
  padding: 80px 0 200px;
  color: #5c5c5c;
  font-weight: 600;
}
@media screen and (max-width: 820px) {
  .error-404 {
    padding: 70px 0 80px;
  }
}
.error-404 .btn {
  margin-top: 50px;
}
.error-404 .icon_404 {
  background: #fff;
  font-size: 90px;
  font-size: 9rem;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 820px) {
  .error-404 .icon_404 {
    font-size: 7rem;
  }
}
.error-404 .icon_404 span {
  text-shadow: 2px 0 0 #1a74a8, 0 2px 0 #1a74a8, -2px 0 0 #1a74a8, 0 -2px 0 #1a74a8;
  color: #fff;
}

.tel_common_box {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 25px;
  border-radius: 15px;
}

/*----------------------------------------------------
	よくある質問
----------------------------------------------------*/
.column_faq {
  background-image: url(../img/top/top_faq_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  padding: 130px 30px 50px;
}
@media screen and (max-width: 767px) {
  .column_faq {
    background-image: url(../img/top/top_faq_bg_sp.jpg);
    padding: 80px 0 50px;
  }
}

.faq_wrap {
  background: rgba(255, 255, 255, 0.94);
  padding: 20px 35px;
  color: #1a74a8;
  position: relative;
  border-radius: 0 30px 0 30px;
}
.faq_wrap .faq_tit {
  position: absolute;
  top: -95px;
  left: 30px;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .faq_wrap .faq_tit {
    top: -100px;
    font-size: 5rem;
  }
}
.faq_wrap .faq_tit img {
  display: block;
}
.faq_wrap .faq_lead {
  font-size: 2.2rem;
  letter-spacing: 2px;
  padding: 15px 0 20px;
}
@media screen and (max-width: 767px) {
  .faq_wrap .faq_lead {
    font-size: 1.8rem;
  }
}

.faq_list__q {
  border-top: 3px dotted #1a74a8;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .faq_list__q {
    padding: 15px 0;
  }
}
.faq_list__q .faq_btn,
.faq_list__q .faq_btn_style {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 15px 65px 15px 75px;
  width: 100%;
  color: #333;
}
@media screen and (max-width: 767px) {
  .faq_list__q .faq_btn,
  .faq_list__q .faq_btn_style {
    padding: 15px 48px 0 35px;
  }
}
.faq_list__q .title {
  position: absolute;
  left: 20px;
  top: 0px;
  color: #1a74a8;
  font-size: 3.4rem;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .faq_list__q .title {
    left: 0;
    font-size: 3rem;
  }
}
.faq_list__q .icon {
  position: absolute;
  display: inline-block;
  right: 20px;
  top: 0px;
  padding: 16px 20px;
  font-size: 2.5rem;
  color: #1a74a8;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq_list__q .icon {
    right: 0;
  }
}
.faq_list__q .icon .fa-minus {
  display: none;
}
.faq_list__q .active .icon .fa-plus {
  display: none;
}
.faq_list__q .active .icon .fa-minus {
  display: inline-block;
}
.faq_list__a {
  padding: 25px 65px 25px 90px;
  position: relative;
  display: none;
}
@media screen and (max-width: 767px) {
  .faq_list__a {
    padding: 15px 0 20px 35px;
  }
}
.faq_list__a .title {
  position: absolute;
  left: 38px;
  top: 10px;
  color: #1a74a8;
  font-size: 3.4rem;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .faq_list__a .title {
    left: 0;
    font-size: 3rem;
  }
}

/*----------------------------------------------------
	#pageTop
----------------------------------------------------*/
#pagetop {
  position: fixed;
  z-index: 100;
  bottom: 120px;
  right: 150px;
}
#pagetop a {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
  display: block;
  width: 67px;
  height: 67px;
  background: #de656b;
  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: 820px) {
  #pagetop {
    right: 10px;
    bottom: 90px;
  }
  #pagetop a {
    width: 48px;
    height: 48px;
  }
  #pagetop a:after {
    width: 10px;
    height: 10px;
    margin-left: -5px;
    margin-top: -5px;
  }
}
/*----------------------------------------------------
	改行
----------------------------------------------------*/
@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 {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) {
  .pc_under_hide {
    display: none !important;
  }
}
@media screen and (max-width: 820px) {
  .tab_under_hide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp_under_hide {
    display: none !important;
  }
}
@media only screen and (min-width: 1101px) {
  .pc_over_hide {
    display: none !important;
  }
}
@media only screen and (min-width: 821px) {
  .tab_over_hide {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .sp_over_hide {
    display: none !important;
  }
}