@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: #4c4e4e;
  background: #fff;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
body .b-fixed {
  position: fixed;
  width: 100%;
}

ol,
li {
  list-style: none;
}

a {
  color: #4c4e4e;
  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 {
  margin-bottom: 70px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .column {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 820px) {
  .column {
    margin-bottom: 30px;
  }
}
.column--top {
  background-image: url(../img/common/img_title_long.png);
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 100px;
}
@media screen and (max-width: 1100px) {
  .column--top {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .column--top {
    background-size: contain;
  }
}
.column--mgb {
  margin-bottom: 0;
}
.column--end {
  margin-bottom: 0;
  padding-bottom: 140px;
  background: url(../img/common/end_bg.png) no-repeat bottom right;
  background-size: 70%;
}
@media screen and (max-width: 1100px) {
  .column--end {
    padding-bottom: 70px;
  }
}

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

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.num, .en {
  font-family: "Oswald", sans-serif;
  line-height: 1;
  font-weight: normal;
}

/*----------------------------------------------------
	BUTTON
----------------------------------------------------*/
.btn_right {
  text-align: right;
}

.btn {
  padding-right: 40px;
  position: relative;
  border: solid 1px #1a4f8b;
  padding-left: 20px;
  min-height: 30px;
  height: 100%;
  border-radius: 15px;
  display: inline-block;
  color: #1a4f8b;
}
.btn::before, .btn::after {
  content: "";
  position: absolute;
  display: flex;
  top: 50%;
  transform: translateY(-50%);
}
.btn::before {
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #1a4f8b4D;
}
.btn::after {
  content: "→";
  right: 20px;
}
.btn:hover::after {
  right: 5px;
}
.btn--center {
  padding: 15px 20px;
  max-width: 400px;
  width: 100%;
  border-radius: 50px;
  margin: 0 auto;
}

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

/*----------------------------------------------------
	TAB
----------------------------------------------------*/
.tab_wrap {
  position: relative;
}
.tab_wrap .tab_btn {
  width: calc(25% - 0px);
  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: #1a4f8b;
  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;
  border-bottom: solid 1px #1a4f8b;
}
@media screen and (max-width: 820px) {
  .tab_wrap .tab_list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.tab_wrap .panel_area {
  position: relative;
}
.tab_wrap .tab_contents {
  display: none;
}
.tab_wrap .tab_contents.show {
  display: block;
}

/*----------------------------------------------------
	FONTS
----------------------------------------------------*/
h2,
h3,
h4,
h5 {
  font-weight: bold;
}

.sec_title {
  font-size: clamp(2.5rem, 4vw, 3.4rem);
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  color: #23160f;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .sec_title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec_title {
    white-space: nowrap;
  }
}
.sec_title::after {
  content: "";
  background: url(../img/common/title_deco.svg) no-repeat;
  width: 219px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec_title--long {
  padding-bottom: 36px;
}
.sec_title--long::after {
  background: url(../img/common/title_deco_long.svg) no-repeat;
  width: 291px;
  height: 26px;
}
.sec_title .main {
  color: #1a4f8b;
}
.sec_title .sub {
  font-weight: normal;
  font-size: 80%;
}

.marker {
  display: inline;
  background: linear-gradient(transparent 70%, #fafd9f 0%);
}

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

.breadcrumbs {
  font-size: 1.2rem;
  margin: 5px 0 10px;
}

.link_underline {
  text-decoration: underline;
  color: #1a4f8b;
}

/*----------------------------------------------------
	固定要素
----------------------------------------------------*/
.fixed_bnrs {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 1001;
}

.fixed_bnrs_wrap {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.fixed_bnrs_wrap a {
  box-shadow: 0 0 10px #c7c7ca;
  border-radius: 8px 0 0 8px;
}

.foot_fixed_bnr {
  box-shadow: 0px -2px 10px rgba(51, 51, 51, 0.3019607843);
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1001;
  background: #fff;
  background-size: cover;
  padding: 10px 0;
}
.foot_fixed_bnr .foot_wrap {
  align-items: center;
  max-width: 1000px;
}
.foot_fixed_bnr .foot_tel_wrap .tel {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 10px;
}
.foot_fixed_bnr .foot_tel_wrap .tel_anime {
  width: 35px;
  height: 35px;
}
.foot_fixed_bnr .foot_tel_wrap .tel_anime svg {
  fill: #d64541;
  width: 35px;
  height: 35px;
}
.foot_fixed_bnr .foot_tel_wrap .num svg {
  width: 252px;
  height: 34px;
  fill: #333;
}
.foot_fixed_bnr .foot_tel_wrap .tel_text {
  background: #d64541;
  color: #fff;
  border-radius: 20px;
  font-size: 1.5rem;
  text-align: center;
  width: 100%;
}
.foot_fixed_bnr .foot_bnrs_wrap {
  gap: 10px;
}

.footer_floating_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer_floating_sp {
    display: flex;
    background: #4c4e4e;
    padding: 5px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 800;
  }
  .footer_floating_sp .text {
    color: #fff;
    text-align: center;
  }
  .footer_floating_sp .text .line {
    text-decoration: underline;
    color: #fff000;
  }
  .footer_floating_sp ul {
    display: flex;
    gap: 5px;
  }
  .footer_floating_sp ul li {
    width: auto;
  }
  .footer_floating_sp ul li .tel_anime_bnr {
    position: relative;
    height: 100%;
    display: block;
  }
  .footer_floating_sp ul li .tel_anime_bnr .tel_anime {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .footer_floating_sp ul li .tel_anime_bnr .tel_anime svg {
    width: 30px;
    height: 30px;
    fill: #fff;
  }
}

/*----------------------------------------------------
	HEADER
----------------------------------------------------*/
#header {
  position: relative;
  z-index: 999;
  width: 100%;
}
@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 .head_label {
  padding: 5px 10px;
  background: #1a4f8b;
}
#header .head_label .h_tit, #header .head_label .label_list a {
  color: #fff;
  font-size: 1.4rem;
}
#header .head_label .label_list a i {
  margin-right: 5px;
}
#header .head_belt {
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  #header .head_belt {
    height: 60px;
  }
}
#header .head_belt.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#header .head_belt.fixed .head_r a.contact_btn {
  padding: 5px 20px;
}
#header .head_belt.fixed .head_r .bnr .tgl_menu {
  top: 35px;
}
#header .head_belt .inner {
  padding: 10px 0;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  #header .head_belt .inner {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  #header .head_belt .inner {
    min-height: 60px;
  }
}
#header .head_belt .head_l {
  max-width: 92px;
  width: 100%;
}
#header .head_belt .logo_area {
  position: relative;
}
#header .head_belt .logo_area img {
  max-width: 92px;
  width: 100%;
}
#header .head_belt a {
  display: block;
}
@media screen and (max-width: 767px) {
  #header .head_belt a {
    display: flex;
  }
}
#header .head_belt .head_r {
  align-items: stretch;
  gap: 40px;
}
@media screen and (max-width: 1100px) {
  #header .head_belt .head_r {
    gap: 10px;
  }
}
#header .head_belt .head_r .bnr {
  position: relative;
}
#header .head_belt .head_r .bnr .icon {
  position: relative;
  padding-right: 20px;
}
#header .head_belt .head_r .bnr .icon::after {
  content: "\f107";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  transform: translateY(-50%);
  top: 50%;
}
#header .head_belt .head_r .bnr .tgl_menu {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  z-index: 100;
  width: 200%;
  background: #1a4f8b;
  border-radius: 4px;
}
#header .head_belt .head_r .bnr .tgl_menu .chilled_list {
  width: 100%;
}
#header .head_belt .head_r .bnr .tgl_menu .chilled_list li a {
  padding: 10px;
  text-align: center;
  border-bottom: solid 1px #fff;
  position: relative;
  color: #fff;
}
#header .head_belt .head_r .bnr .tgl_menu .chilled_list li a::after {
  content: "\f105";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
  top: 50%;
}
#header .head_belt .head_r .bnr .tgl_menu .chilled_list li:last-child a {
  border-bottom: none;
}
#header .head_belt .head_r a {
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  #header .head_belt .head_r a {
    font-size: 1.4rem;
  }
}
#header .head_belt .head_r a.contact_btn {
  background-image: linear-gradient(90deg, #f5a25d, #f5885d);
  padding: 10px 20px;
  color: #fff;
  border-radius: 4px;
}
#header .head_belt .head_r a.contact_btn i {
  margin-left: 5px;
}

/*----------------------------------------------------
	グロナビ
----------------------------------------------------*/
.navigation_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .navigation_sp {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 20%;
    z-index: 999;
  }
  .navigation_sp .menu_btn {
    height: 60px;
    text-align: center;
  }
  .navigation_sp .menu_btn .link_txt {
    height: 100%;
  }
  .navigation_sp .menu_btn .link_txt .open_btn {
    background: #fff;
    font-size: 1.1rem;
    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 .menu_btn .link_txt .open_btn i {
    font-size: 2.1rem;
    color: #1a4f8b;
  }
  .navigation_sp .menu_btn .link_txt .close {
    position: relative;
    background: #1a4f8b;
    color: #fff;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: bold;
    white-space: nowrap;
  }
  .navigation_sp .menu_btn .menu_box {
    display: none;
    z-index: 1;
    position: absolute;
    width: 100vw;
    height: calc(100vh - 60px);
    right: 0;
    top: 60px;
    background: #eee;
    overflow-y: scroll;
    padding: 20px 20px 100px;
  }
  .navigation_sp .menu_btn .menu_box.plan {
    padding: 20px 15px;
  }
  .navigation_sp .menu_btn .menu_box .title {
    text-align: left;
    margin-bottom: 10px;
  }
  .navigation_sp .menu_btn .menu_box .sub_title {
    text-align: left;
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .navigation_sp .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 .menu_btn .menu_box .sub_title.area_name_btn:after {
    content: "\f078";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    transform: translateY(-50%);
    top: 50%;
    transition: all 0.2s;
  }
  .navigation_sp .menu_btn .menu_box .sub_title.area_name_btn.open:after {
    transform: translateY(-50%) rotate(180deg);
  }
  .navigation_sp .menu_btn .menu_box a.sub_title {
    position: relative;
  }
  .navigation_sp .menu_btn .menu_box a.sub_title::after {
    content: "\f105";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    margin-left: 10px;
  }
  .navigation_sp .menu_btn .menu_box .menu_head_flex {
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .navigation_sp .menu_btn .menu_box .menu_head_flex .title {
    margin-bottom: 0;
  }
  .navigation_sp .menu_btn .menu_box .menu_head_flex .link_front {
    background: #fff;
    border: 1px solid;
    padding: 5px 10px;
    color: #1a4f8b;
  }
  .navigation_sp .menu_btn .menu_box .menu_list {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px;
  }
  .navigation_sp .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 .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%;
    color: #1a4f8b;
  }
  .navigation_sp .menu_btn .menu_box .menu_list .link_btn a.with_thm {
    padding: 0;
  }
  .navigation_sp .menu_btn .menu_box .menu_list .link_btn a.with_thm .img {
    width: 100px;
    aspect-ratio: 4/3;
    overflow: hidden;
  }
  .navigation_sp .menu_btn .menu_box .menu_list .link_btn a.with_thm .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .navigation_sp .menu_btn .menu_box .menu_list .link_btn a i {
    color: #1a4f8b;
    font-size: 2rem;
    width: 7%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .navigation_sp .menu_btn .menu_box .menu_list .link_btn a.outside_link::after {
    content: url(../img/common/outside.svg);
    margin-left: 5px;
  }
  .navigation_sp .menu_btn .menu_box .area_list_sp {
    margin-bottom: 30px;
  }
  .navigation_sp .menu_btn .menu_box .area_list_sp ul {
    flex-wrap: wrap;
  }
  .navigation_sp .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 .menu_btn .menu_box .area_list_sp ul li a {
    display: block;
  }
  .navigation_sp .menu_btn .menu_box .area_list_sp ul li:after {
    content: "\f105";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    position: absolute;
    right: 5px;
    transform: translateY(-50%);
    top: 50%;
  }
  .navigation_sp .menu_btn .menu_box .search_box {
    background: unset;
    margin: 0 auto 30px;
    padding: 0;
  }
  .navigation_sp .menu_btn.firstnone {
    display: none;
  }
  .navigation_sp .menu_btn.firstnone.visible {
    display: block;
  }
  .navigation_sp .menu_btn.hurry {
    background: #d64541;
  }
  .navigation_sp .menu_btn.hurry .sub_title {
    text-align: center;
    line-height: 1.4;
    font-size: 2.2rem;
  }
  .navigation_sp .menu_btn.hurry .sub_title .color {
    color: #d64541;
  }
  .navigation_sp .menu_btn.hurry .link_txt {
    color: #fff;
  }
  .navigation_sp .menu_btn.hurry .link_txt i {
    color: #fff;
  }
  .navigation_sp .menu_btn.hurry .menu_box .hurry_point {
    text-align: left;
    margin-bottom: 15px;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .navigation_sp .menu_btn.hurry .menu_box .hurry_point li {
    position: relative;
    font-weight: bold;
    display: flex;
    align-items: baseline;
    font-size: 1.5rem;
  }
  .navigation_sp .menu_btn.hurry .menu_box .hurry_point li:before {
    content: "\f058";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    line-height: 1;
    color: #d64541;
    margin-right: 5px;
  }
  .navigation_sp .menu_btn.hurry .menu_box a {
    display: block;
  }
  .navigation_sp .menu_btn.hurry .menu_box .tel_point_flex {
    justify-content: center;
    gap: 5px;
    margin-bottom: 10px;
  }
  .navigation_sp .menu_btn.hurry .menu_box .tel_point_flex li {
    width: calc(50% - 0px);
    border: 1px solid #1a4f8b;
    background: #1a4f8b;
    font-weight: bold;
    font-size: 1.7rem;
    border-radius: 50px;
    white-space: nowrap;
    padding: 3px 5px;
    color: #fff;
  }
  .navigation_sp .menu_btn.hurry .menu_box .hurry_function {
    font-size: 2rem;
    font-weight: bold;
  }
}

@media screen and (max-width: 1100px) {
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 900;
    background: #4c4e4e;
    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-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  .hamburger_text {
    display: none;
  }
}
/*----------------------------------------------------
	FOOTER
----------------------------------------------------*/
#footer {
  background: url(../img/common/footer_bg.jpg);
  color: #fff;
  font-size: 1.5rem;
  padding: 60px 0 100px;
}
@media screen and (max-width: 1100px) {
  #footer {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 30px 0 60px;
  }
}
#footer .footer_wrap {
  max-width: 1200px;
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  #footer .footer_wrap {
    padding: 0 2%;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
#footer .footer_wrap .company_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 92px;
  width: 100%;
}
@media screen and (max-width: 820px) {
  #footer .footer_wrap .company_info {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .company_info {
    margin-bottom: 0;
  }
}
#footer .footer_wrap .company_info_logo {
  display: block;
  max-width: 94px;
  width: 100%;
}
#footer .footer_wrap .company_info_logo svg {
  fill: #fff;
}
#footer .footer_wrap .company_info_sns {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .footer_wrap .footer_btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .footer_btns {
    width: 80%;
  }
}
#footer .footer_wrap .footer_menu {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-left: 200px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1100px) {
  #footer .footer_wrap .footer_menu {
    margin-left: 5%;
  }
}
@media screen and (max-width: 820px) {
  #footer .footer_wrap .footer_menu {
    width: 100%;
    flex-wrap: wrap;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .footer_menu {
    justify-content: flex-start;
  }
}
#footer .footer_wrap .footer_menu ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#footer .footer_wrap .footer_menu a {
  color: #f6f5f3;
  font-weight: bold;
  display: block;
}
#footer .footer_wrap .footer_menu a.child_menu {
  margin-bottom: 10px;
}
#footer .footer_wrap .footer_menu .menu_list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#footer .footer_wrap .footer_menu .menu_item, #footer .footer_wrap .footer_menu .point_icon {
  position: relative;
  padding-left: 1rem;
}
#footer .footer_wrap .footer_menu .menu_item::before, #footer .footer_wrap .footer_menu .point_icon::before {
  content: "●";
  color: #1a4f8b;
  font-size: 0.8rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#footer .footer_wrap .footer_menu .menu_item--none, #footer .footer_wrap .footer_menu .point_icon--none {
  padding-left: 0;
}
#footer .footer_wrap .footer_menu .menu_item--none::before, #footer .footer_wrap .footer_menu .point_icon--none::before {
  display: none;
}
#footer .footer_wrap .footer_menu .child_link a {
  margin-left: 1rem;
  font-weight: normal;
}
#footer .footer_wrap .footer_menu .child_link a::before {
  content: "-";
}
#footer .footer_wrap .footer_menu .child_link_plan {
  margin-left: 25px;
}
#footer .footer_wrap .footer_menu .grand_child_list {
  margin-left: 25px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#footer .footer_outside {
  background: #fff;
  padding: 15px;
}
#footer .footer_outside .outside_list {
  display: flex;
  gap: 30px;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  #footer .footer_outside .outside_list {
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    justify-content: flex-start;
  }
}
#footer .footer_outside .outside_link {
  display: flex;
  align-items: center;
  line-height: 1;
}
#footer .footer_outside .outside_link::after {
  content: url(../img/common/outside.svg);
  margin-left: 5px;
}
#footer .copy {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.4rem;
  padding: 10px 0;
  color: #fff;
}

/*----------------------------------------------------
	アコーディオン
----------------------------------------------------*/
.accordion .open_btn {
  position: relative;
  cursor: pointer;
  border: unset;
  width: 100%;
  padding: 20px 40px 20px 20px;
  text-align: left;
  background: unset;
  color: #4c4e4e;
}
@media screen and (max-width: 767px) {
  .accordion .open_btn {
    padding: 10px 40px 10px 10px;
  }
}
.accordion .open_btn:before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
  width: 24px;
  height: 2px;
  background: #1a4f8b;
  z-index: 2;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .accordion .open_btn:before {
    width: 20px;
  }
}
.accordion .open_btn:after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 31px;
  transition: all 0.3s;
  width: 2px;
  height: 24px;
  background: #1a4f8b;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .accordion .open_btn:after {
    height: 20px;
    right: 29px;
  }
}
.accordion .open_btn.open::after {
  transform: rotate(270deg);
  opacity: 0;
}

/*----------------------------------------------------
	#pageTop
----------------------------------------------------*/
#pagetop {
  position: fixed;
  z-index: 100;
  bottom: 120px;
  right: 30px;
}
@media screen and (max-width: 820px) {
  #pagetop {
    right: 10px;
    bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #pagetop {
    bottom: 70px;
  }
}
#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: #1a4f8b;
  border-radius: 50%;
}
@media screen and (max-width: 820px) {
  #pagetop a {
    width: 48px;
    height: 48px;
  }
}
#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 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,
  .sp_hide {
    display: none !important;
  }
}
/*----------------------------------------------------
	電話アニメーション
----------------------------------------------------*/
.tel_anime svg {
  width: 40px;
  height: 40px;
  fill: #d64541;
}
.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;
  }
}

/*----------------------------------------------------
	INDEX PAGE
----------------------------------------------------*/
@keyframes revealMask {
  to {
    transform: scaleX(0);
  }
}
.column_hero {
  position: relative;
  z-index: 1;
}
.column_hero .mv_video_wrap {
  max-width: 848px;
  position: relative;
  width: 100%;
  height: 476px;
  overflow: hidden;
  margin: 0 auto;
}
.column_hero .mv_video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.column_hero .hero_text {
  text-align: center;
  position: absolute;
  top: calc(50% - 30px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 848px;
  margin: 0 auto;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.column_hero .hero_text.is-show {
  opacity: 1;
}
.column_hero .hero_text .text_wrap {
  display: flex;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 15px;
}
.column_hero .hero_text .text_wrap .reveal {
  display: inline-block;
  position: relative;
  max-width: 56%;
}
@media screen and (max-width: 767px) {
  .column_hero .hero_text .text_wrap .reveal {
    max-width: 90%;
  }
}
.column_hero .hero_text .text_wrap .reveal img {
  display: block;
  padding: 5px;
  margin: 0 auto;
}
.column_hero .hero_text .text_wrap .reveal::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: scaleX(1);
  transform-origin: right;
  pointer-events: none;
}
.column_hero .hero_text .text_wrap .reveal.show::after {
  animation: revealMask 1.5s ease forwards;
}
.column_hero--under {
  position: relative;
}
.column_hero--under::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/common/kumo_bg.png) no-repeat center bottom;
  aspect-ratio: 567/185;
  width: 90%;
  height: 90%;
  background-size: contain;
}
@media screen and (max-width: 1100px) {
  .column_hero--under::after {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 820px) {
  .column_hero--under::after {
    display: none;
  }
}
.column_hero--under img {
  min-height: 400px;
  object-fit: cover;
}
.column_hero--under .text_area {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  writing-mode: vertical-rl;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  height: calc(100% - 30px);
  z-index: 3;
}
@media screen and (max-width: 1100px) {
  .column_hero--under .text_area {
    padding: 0 15px;
  }
}
.column_hero--under .text_area .text_wrap {
  padding: 20px 5px 20px 15px;
  background: #fff;
  border-radius: 0 0 30px 30px;
}
.column_hero--under .text_area .text_wrap .dot {
  text-combine-upright: all;
}
.column_hero--under .text_area .under_title {
  font-weight: bold;
  color: #fff;
  color: #1a4f8b;
  font-size: clamp(2.5rem, 2.8vw, 3.5rem);
  line-height: 1.4;
}
.column_hero--under .text_area .under_text {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .column_hero--under .text_area .under_text {
    font-size: 1.4rem;
  }
}
.column_hero--funeral {
  margin-bottom: 70px;
}
@media screen and (max-width: 1100px) {
  .column_hero--funeral {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 820px) {
  .column_hero--funeral {
    margin-bottom: 40px;
  }
}

.column_sale {
  max-width: 1000px;
  margin: -60px auto 60px;
  padding: 20px;
  background: url(../img/common/jumokusou_bg.png) no-repeat top right;
  background-color: #fff;
  position: relative;
  z-index: 2;
  border-radius: 4px;
  box-shadow: 0px 0px 10px rgba(15, 47, 83, 0.2);
}
@media screen and (max-width: 1100px) {
  .column_sale {
    margin-bottom: 30px;
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .column_sale {
    padding: 15px;
  }
}
.column_sale .sale_wrap {
  gap: 50px;
}
@media screen and (max-width: 1100px) {
  .column_sale .sale_wrap {
    gap: 30px;
  }
}
@media screen and (max-width: 820px) {
  .column_sale .sale_wrap {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .column_sale .sale_wrap {
    flex-direction: column;
    gap: 15px;
  }
}
.column_sale .sale_wrap img {
  max-width: 400px;
  aspect-ratio: 5/2;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .column_sale .sale_wrap img {
    max-width: 100%;
  }
}
.column_sale .text_wrap {
  margin-left: 20px;
}
@media screen and (max-width: 820px) {
  .column_sale .text_wrap {
    width: 60%;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .column_sale .text_wrap {
    width: 100%;
  }
}
.column_sale .title {
  color: #5b8b65;
  font-size: 2.4rem;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: solid 1px #5b8b65;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .column_sale .title {
    font-size: 2rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.column_sale .text {
  margin-bottom: 25px;
}
@media screen and (max-width: 820px) {
  .column_sale .text {
    margin-bottom: 20px;
  }
}
.column_sale img {
  border-radius: 4px;
}
@media screen and (max-width: 820px) {
  .column_sale img {
    width: 40%;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .column_sale img {
    width: 100%;
  }
}
.column_sale .btn {
  border: none;
  color: #333;
  font-weight: 600;
  padding-right: 30px;
}
.column_sale .btn::before {
  width: 20px;
  height: 20px;
  background: #5b8b654D;
}
.column_sale .btn::after {
  right: 10px;
}
.column_sale .btn:hover::after {
  right: 5px;
}
.column_sale .btn .color {
  color: #5b8b65;
}

.column_news .sec_title {
  white-space: nowrap;
  position: relative;
  padding: 16px 20px 26px;
  font-size: 2.4rem;
}
.column_news .sec_title::after {
  content: "";
  background: url(../img/common/news_title.svg);
  width: 154px;
  height: 16px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.column_news .news_wrap {
  max-width: 750px;
  display: flex;
  gap: 70px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .column_news .news_wrap {
    gap: 20px;
    flex-direction: column;
  }
}
.column_news .news_list {
  width: calc(100% - 154px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .column_news .news_list {
    width: 100%;
  }
}
.column_news .news_link {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .column_news .news_link {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  }
}
.column_news .news_link .data {
  width: 15%;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .column_news .news_link .data {
    width: 25%;
  }
}
.column_news .news_link .label {
  background: #1a4f8b;
  color: #fff;
  padding: 5px 10px;
  line-height: 1.2;
  width: 20%;
  text-align: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .column_news .news_link .label {
    width: auto;
  }
}
.column_news .news_link .title {
  width: 65%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .column_news .news_link .title {
    width: 100%;
  }
}

.column_instagram {
  display: flex;
  gap: 20px;
  border: solid 1px #ccc;
  max-width: 750px;
  margin: 0 auto 70px;
  justify-content: center;
  padding: 30px;
  border-radius: 10px;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .column_instagram {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .column_instagram {
    width: 90%;
    flex-direction: column;
    gap: 0;
    padding: 15px;
  }
}
.column_instagram .text {
  font-weight: bold;
}
.column_instagram .block {
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact_btns {
  max-width: 1000px;
  margin: 0 auto 60px;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .contact_btns {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 820px) {
  .contact_btns {
    gap: 10px;
  }
}
.contact_btns .contact_item {
  width: calc(50% - 15px);
}
@media screen and (max-width: 820px) {
  .contact_btns .contact_item {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .contact_btns .contact_item {
    width: 100%;
  }
}

.column_about {
  background: url(../img/common/about_bg.png) no-repeat top center, url(../img/common/about_illustration.png) no-repeat right 0 top 45%;
  background-size: contain, 50%;
  position: relative;
  padding-bottom: 70px;
}
@media screen and (max-width: 1100px) {
  .column_about {
    background: url(../img/common/about_bg.png) no-repeat top center, url(../img/common/about_illustration.png) no-repeat right 0 top 35%;
    background-size: contain, 70%;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .column_about {
    background: url(../img/common/about_bg_sp.png) no-repeat top center;
    background-size: contain;
    padding-bottom: 30px;
  }
}
.column_about::after {
  content: "";
  background: #e8f0f8;
  width: 95%;
  height: 710px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 60px 60px 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .column_about::after {
    height: 42%;
  }
}
.column_about .inner {
  position: relative;
  z-index: 2;
}
.column_about .sec_title {
  padding-bottom: 80px;
  color: #1a4f8b;
  line-height: 1.6;
  font-size: clamp(2.5rem, 4vw, 4rem);
  margin-bottom: 110px;
}
@media screen and (max-width: 1100px) {
  .column_about .sec_title {
    padding-bottom: 50px;
    margin-bottom: 60px;
  }
}
.column_about .about_catch {
  line-height: 2.3;
  margin-bottom: 175px;
}
@media screen and (max-width: 1100px) {
  .column_about .about_catch {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 820px) {
  .column_about .about_catch {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .column_about .about_catch {
    position: relative;
    margin-bottom: 60px;
  }
  .column_about .about_catch::after {
    content: "";
    background: url(../img/common/about_illustration.png) no-repeat right bottom;
    background-size: 50%;
    width: 837px;
    height: 775px;
    display: block;
    position: absolute;
    bottom: -60px;
    right: -15px;
  }
}
.column_about .about_list {
  gap: 65px 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .column_about .about_list {
    flex-direction: column;
    gap: 40px;
  }
}
.column_about .about_item {
  width: calc(50% - 10px);
  background: #fff;
  box-shadow: 0px 0px 10px rgba(15, 47, 83, 0.2);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .column_about .about_item {
    width: 100%;
  }
}
.column_about .about_item .about_label {
  background: #333;
  color: #fff;
  max-width: 280px;
  width: 100%;
  padding: 5px;
  text-align: center;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  font-size: 2.4rem;
}
.column_about .about_item .about_label.jumokusou {
  background: #5b8b65;
}
.column_about .about_item .about_label.eidai {
  background: #f4a261;
}
.column_about .about_item .about_label.funeral {
  background: #d64541;
}
.column_about .about_item .about_label.hoyou {
  background: #1a4f8b;
}
.column_about .about_item .text_wrap {
  position: relative;
  padding: 50px 60px 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1100px) {
  .column_about .about_item .text_wrap {
    padding: 50px 30px 15px;
  }
}
@media screen and (max-width: 820px) {
  .column_about .about_item .text_wrap {
    padding: 40px 20px 15px;
  }
}
.column_about .about_item .btn_right {
  margin-top: auto;
}
.column_about .about_item .text {
  margin-bottom: 20px;
}
.column_about .about_item img {
  border-radius: 0 0 8px 8px;
}

@media screen and (max-width: 820px) {
  .column_cta .cta_bnrs_wrap {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .column_cta .cta_bnrs_wrap {
    flex-direction: column;
  }
}
.column_cta .fukidashi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0 0 12px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .column_cta .fukidashi {
    gap: 0;
    font-size: 1.8rem;
    white-space: nowrap;
  }
}
.column_cta .fukidashi::before {
  content: "";
  width: 57px;
  height: 2px;
  transform: rotate(45deg);
  box-sizing: border-box;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .column_cta .fukidashi::before {
    display: none;
  }
}
.column_cta .fukidashi::after {
  content: "";
  width: 57px;
  height: 2px;
  transform: rotate(-45deg);
  box-sizing: border-box;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .column_cta .fukidashi::after {
    display: none;
  }
}
.column_cta .fukidashi span {
  text-align: center;
  font-weight: 600;
}
.column_cta .cta_wrap {
  gap: 20px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .column_cta .cta_wrap {
    gap: 10px;
    flex-direction: column;
  }
}
.column_cta .cta_tel_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-right: 20px;
}
.column_cta .cta_tel_wrap .tel_read {
  font-weight: 600;
  color: #d64541;
  font-size: 3rem;
  line-height: 1;
}
.column_cta .cta_tel_wrap .tel_read small {
  font-size: 2.4rem;
}
.column_cta .cta_tel_wrap .tel {
  display: flex;
  align-items: center;
  gap: 10px;
}
.column_cta .cta_tel_wrap .tel .num svg {
  width: 314px;
  height: 41px;
  fill: #333;
}
.column_cta .cta_tel_wrap .tel_text {
  background: #d64541;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 20px;
}

.column_monk {
  position: relative;
  background: #fafafa;
  margin-left: 5%;
  border-radius: 60px 0 0 60px;
  padding: 80px 5% 80px 30px;
  z-index: 2;
}
.column_monk::before {
  content: "";
  background: url(../img/common/temple_deco.png) no-repeat;
  background-size: contain;
  width: 307px;
  height: 269px;
  position: absolute;
  bottom: 20px;
  right: 60px;
}
@media screen and (max-width: 767px) {
  .column_monk::before {
    background-size: 50%;
    background-position: bottom right;
    right: 0;
  }
}
@media screen and (max-width: 1100px) {
  .column_monk {
    padding: 60px 5% 60px 30px;
  }
  .column_monk .inner {
    padding: 0;
  }
  .column_monk .text_wrap {
    width: 60%;
  }
}
@media screen and (max-width: 820px) {
  .column_monk {
    padding: 30px 5% 30px 30px;
  }
  .column_monk .text_wrap {
    width: 100%;
  }
}
.column_monk img {
  max-width: 480px;
  border-radius: 8px;
}
@media screen and (max-width: 1100px) {
  .column_monk img {
    width: 40%;
  }
}
@media screen and (max-width: 820px) {
  .column_monk img {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .column_monk img {
    width: 100%;
  }
}
.column_monk .title {
  font-size: clamp(2.2rem, 4vw, 2.8rem);
  font-weight: 600;
  margin-bottom: 30px;
  color: #1a4f8b;
  line-height: 1.4;
}
@media screen and (max-width: 1100px) {
  .column_monk .title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .column_monk .title {
    margin-bottom: 15px;
  }
}
.column_monk .monk_wrap {
  gap: 60px;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .column_monk .monk_wrap {
    gap: 30px;
  }
}
@media screen and (max-width: 820px) {
  .column_monk .monk_wrap {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .column_monk .monk_wrap {
    gap: 15px;
  }
}

.column_facility {
  overflow: unset;
  position: relative;
  background: #e8f0f8;
  margin-right: 5%;
  border-radius: 0 60px 60px 0;
  padding: 80px 0 80px 5%;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .column_facility {
    padding: 40px 0 40px 5%;
  }
}
@media screen and (max-width: 767px) {
  .column_facility .inner {
    padding: 0 15px 0 0;
  }
}
.column_facility .facility_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px 15px;
}
@media screen and (max-width: 767px) {
  .column_facility .facility_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.column_facility .facility_item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.column_facility .facility_item:nth-child(1), .column_facility .facility_item:nth-child(2) {
  grid-column: span 3;
}
.column_facility .facility_item:nth-child(n+3) {
  grid-column: span 2;
}
.column_facility .facility_item img {
  border-radius: 8px;
}
.column_facility .facility_item .title {
  text-align: center;
  font-size: 2.4rem;
}
.column_facility .facility_item .title span {
  position: relative;
}
.column_facility .facility_item .title span::before, .column_facility .facility_item .title span::after {
  content: "";
  background: url(../img/common/facility_icon.svg) no-repeat;
  width: 40px;
  height: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.column_facility .facility_item .title span::before {
  left: -50px;
}
.column_facility .facility_item .title span::after {
  right: -50px;
}

.column_annual_event .event {
  width: 100%;
}
.column_annual_event .event tr {
  display: flex;
  align-items: stretch;
}
.column_annual_event .event thead th:nth-child(1), .column_annual_event .event tbody .event_day {
  width: 10%;
  border-right: solid 1px #fff;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .column_annual_event .event thead th:nth-child(1), .column_annual_event .event tbody .event_day {
    width: 15%;
  }
}
.column_annual_event .event thead th:nth-child(2), .column_annual_event .event tbody .event_name {
  width: 15%;
  border-right: solid 1px #fff;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .column_annual_event .event thead th:nth-child(2), .column_annual_event .event tbody .event_name {
    width: 20%;
  }
}
.column_annual_event .event thead th:nth-child(3), .column_annual_event .event tbody .event_wrap {
  width: 75%;
}
@media screen and (max-width: 820px) {
  .column_annual_event .event thead th:nth-child(3), .column_annual_event .event tbody .event_wrap {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .column_annual_event .event thead {
    display: none;
  }
}
.column_annual_event .event thead th {
  background: #1a4f8b;
  color: #fff;
  font-weight: 600;
  padding: 5px 10px;
}
@media screen and (max-width: 767px) {
  .column_annual_event .event tbody {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .column_annual_event .event tbody .event_day {
    background: #1a4f8b;
    color: #fff;
  }
  .column_annual_event .event tbody .event_name, .column_annual_event .event tbody .event_wrap {
    display: flex;
    flex-direction: column;
  }
  .column_annual_event .event tbody .event_name::before, .column_annual_event .event tbody .event_wrap::before {
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    background: #fff;
    border-radius: 6px;
    padding: 5px;
    margin-bottom: 5px;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 1.4rem;
  }
}
.column_annual_event .event tbody tr {
  background: #f5f7fa;
}
.column_annual_event .event tbody tr:nth-child(even) {
  background: #e8f0f8;
}
@media screen and (max-width: 767px) {
  .column_annual_event .event tbody tr {
    flex-direction: column;
  }
}
.column_annual_event .event tbody .event_day, .column_annual_event .event tbody .event_name {
  display: flex;
  justify-content: center;
  align-items: center;
}
.column_annual_event .event tbody .event_day, .column_annual_event .event tbody .event_name, .column_annual_event .event tbody .event_wrap {
  padding: 20px;
}
@media screen and (max-width: 820px) {
  .column_annual_event .event tbody .event_day, .column_annual_event .event tbody .event_name, .column_annual_event .event tbody .event_wrap {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .column_annual_event .event tbody .event_day, .column_annual_event .event tbody .event_name, .column_annual_event .event tbody .event_wrap {
    padding: 10px;
    width: 100%;
  }
}
.column_annual_event .event tbody .event_name {
  font-weight: 600;
}
.column_annual_event .event tbody .event_wrap {
  align-items: center;
}
@media screen and (max-width: 820px) {
  .column_annual_event .event tbody .event_wrap {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .column_annual_event .event tbody .event_wrap {
    flex-direction: column;
    gap: 5px;
  }
}
.column_annual_event .event tbody .event_wrap img {
  border-radius: 4px;
}
.column_annual_event .event tbody .event_wrap .event_movie {
  aspect-ratio: 2/1;
  max-width: 320px;
  object-fit: cover;
  border-radius: 4px;
}

.column_event {
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .column_event {
    padding: 40px 0;
  }
  .column_event .event_list {
    flex-direction: column;
  }
}
.column_event .event_item {
  width: calc(33.3333333333% - 15px);
  border: solid 1px #1a4f8b;
  padding: 10px;
  border-radius: 8px;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .column_event .event_item {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.column_event .event_item img {
  border-radius: 8px;
}
.column_event .event_item .text_wrap {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.column_event .event_item .title {
  font-size: 2.4rem;
  border-bottom: solid 1px #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  flex-grow: 1;
}
.column_event .event_item:first-child::before {
  content: "";
  background: url(../img/common/event_deco_l.png);
  position: absolute;
  background-size: cover;
  top: -163px;
  left: -117px;
  z-index: -1;
  width: 329px;
  height: 346px;
  display: block;
}
@media screen and (max-width: 767px) {
  .column_event .event_item:first-child::before {
    width: 164px;
    height: 173px;
    top: -80px;
    left: -50px;
  }
}
.column_event .event_item:last-child::before {
  content: "";
  background: url(../img/common/event_deco_r.png);
  background-size: cover;
  position: absolute;
  bottom: -84px;
  right: -106px;
  z-index: -1;
  width: 399px;
  height: 342px;
  display: block;
}
@media screen and (max-width: 767px) {
  .column_event .event_item:last-child::before {
    width: 199px;
    height: 171px;
    bottom: -40px;
    right: -50px;
  }
}

.column_access .access_wrap {
  align-items: center;
}
@media screen and (max-width: 820px) {
  .column_access .access_wrap {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .column_access .access_wrap {
    flex-direction: column;
  }
}
.column_access .access_text {
  margin-left: 100px;
  width: calc(100% - 640px);
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  border-radius: 8px 0 0 8px;
}
@media screen and (max-width: 1100px) {
  .column_access .access_text {
    width: 40%;
    padding: 40px 0 40px 30px;
    margin-left: 0;
  }
}
@media screen and (max-width: 820px) {
  .column_access .access_text {
    padding: 30px 0 30px 15px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .column_access .access_text {
    width: 100%;
    padding: 15px;
    border-radius: 8px;
  }
}
.column_access .access_text dt {
  display: flex;
  align-items: center;
  color: #1a4f8b;
  font-size: 1.8rem;
  font-weight: 600;
}
.column_access .access_text dt i {
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.column_access .map {
  max-width: 640px;
  aspect-ratio: 9/5;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .column_access .map {
    width: 60%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 820px) {
  .column_access .map {
    margin-top: 0;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .column_access .map {
    width: 100%;
  }
}
.column_access .map iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mb30 {
  margin-bottom: 30px;
}