body {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  color: #3e3a39;
}

@media (max-width: 767px) {
  #contents {
    padding-top: 0;
  }
}
#contents .container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1239px) {
  #contents .container {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  #contents .container {
    margin: 0 10px;
  }
}
#contents .container_wide {
  max-width: 1800px;
  margin: 0 auto;
}
@media (max-width: 1839px) {
  #contents .container_wide {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  #contents .container_wide {
    margin: 0 10px;
  }
}

@media (min-width: 1240px) {
  .sp2 {
    display: none;
  }
}
@media (max-width: 1239px) {
  .sp2 {
    display: contents;
  }
}

.flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.sec_top {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .sec_top {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.mb-1 {
  margin-bottom: 0.5em;
}

.mb-2 {
  margin-bottom: 1em;
}

.c-red {
  color: red;
}

#header {
  position: static;
}
#header > .inner {
  width: 96%;
}
#header .headerinner h1 {
  padding-top: 20px;
  padding-bottom: 20px;
}
#header .textwidget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .textwidget .header_sub_pc {
  width: 55vw;
  max-width: 556px;
}
#header .textwidget .header_sub_pc .header_sub_link {
  gap: 1%;
}
#header .textwidget .header_sub_pc .header_sub_link .header_sub_item {
  text-decoration: none;
  background: #628c93;
  width: 166px;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  padding: 0.6em;
  border-radius: 5px;
  text-align: center;
}
@media (max-width: 999px) {
  #header .textwidget .header_sub_pc .header_sub_link .header_sub_item {
    font-size: 14px;
    padding: 0.4em 0.2em;
  }
}
#header .textwidget .header_sub_pc .header_sub_link .header_sub_item .ic {
  padding-left: 30px;
  position: relative;
}
@media (max-width: 999px) {
  #header .textwidget .header_sub_pc .header_sub_link .header_sub_item .ic {
    padding-left: 20px;
  }
}
#header .textwidget .header_sub_pc .header_sub_link .header_sub_item .ic:after {
  content: "";
  position: absolute;
  top: 12%;
  left: 0;
}
#header .textwidget .header_sub_pc .header_sub_link .header_sub_item .ic.ic_01:after {
  background: url(./img/ic_h01.png) no-repeat center center/contain;
  width: 20px;
  height: 20px;
}
@media (max-width: 999px) {
  #header .textwidget .header_sub_pc .header_sub_link .header_sub_item .ic.ic_01:after {
    width: 16px;
    height: 16px;
  }
}
#header .textwidget .header_sub_pc .header_sub_link .header_sub_item .ic.ic_02:after {
  background: url(./img/ic_h02.png) no-repeat center center/contain;
  width: 21px;
  height: 21px;
}
@media (max-width: 999px) {
  #header .textwidget .header_sub_pc .header_sub_link .header_sub_item .ic.ic_02:after {
    width: 17px;
    height: 17px;
  }
}
#header .textwidget .header_sub_pc .header_sub_link .header_sub_item .ic.ic_03:after {
  background: url(./img/ic_h03.png) no-repeat center center/contain;
  width: 24px;
  height: 19px;
}
@media (max-width: 999px) {
  #header .textwidget .header_sub_pc .header_sub_link .header_sub_item .ic.ic_03:after {
    width: 19px;
    height: 16px;
  }
}
#header .textwidget .header_sub_pc .header_sub_address {
  margin-top: 0.5em;
}
#header .textwidget .header_sub_pc .header_sub_address p {
  text-align: center;
  letter-spacing: 0.1em;
  background: #f0efe9;
  border-radius: 2px;
}
@media (max-width: 999px) {
  #header .textwidget .header_sub_pc .header_sub_address p {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  #header {
    position: static;
    top: 0;
    z-index: 101;
    background: #fff;
  }
  #header > .inner h1 {
    text-align: center;
    margin: 10px auto 20px;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 240px !important;
  }
  #header .textwidget {
    display: block;
  }
  #header.scroll .header_sub {
    position: fixed;
    top: 0;
    z-index: 999;
    background: #fff;
    width: 100vw;
    margin-left: -2%;
    padding: 2% 2% 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  #header .header_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2%;
  }
  #header .header_sub .sub_tel, #header .header_sub .sub_web {
    width: 42%;
  }
  #header .header_sub #toggle {
    width: 12%;
  }
  #header #toggle {
    position: static;
    width: 60px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .mainimage {
    padding-bottom: 10px;
  }
}
.mainimage:after {
  content: none;
}
.mainimage .slick-initialized .slick-slide {
  padding: 0;
}

#nav {
  height: 100px;
}
@media (max-width: 767px) {
  #nav {
    height: 100%;
    background: #81a5ab;
  }
}
#nav .inner {
  width: 1200px;
  height: 100px;
}
@media (max-width: 767px) {
  #nav .sub-menu {
    display: block;
  }
}
@media (min-width: 768px) {
  #nav #menu-header-nav {
    padding: 25px 0;
  }
}
@media (max-width: 767px) {
  #nav #menu-header-nav {
    background: #81a5ab;
  }
}
@media (min-width: 768px) {
  #nav #menu-header-nav > li {
    width: 12.5%;
    height: 55px;
    border-right: 1px solid #ccc;
  }
  #nav #menu-header-nav > li:first-child {
    border-left: 1px solid #ccc;
  }
  #nav #menu-header-nav > li.nav01 > a {
    border-left: none;
  }
}
@media (max-width: 767px) {
  #nav #menu-header-nav > li {
    border-bottom: 1px solid #fff;
  }
}
#nav #menu-header-nav > li > a {
  color: #3e3a39;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  padding: 15px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 5;
}
@media (max-width: 1239px) {
  #nav #menu-header-nav > li > a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #nav #menu-header-nav > li > a {
    display: block;
    padding: 14px 6px 13px 15px;
    background-position: 5px center;
    background-size: 16px auto;
    width: 100%;
    float: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    height: auto;
    line-height: 1.5;
    font-size: 16px;
    text-decoration: none;
    position: relative;
    color: #fff;
  }
}
#nav #menu-header-nav > li > a:hover {
  background: #f0efe9;
}
@media (max-width: 767px) {
  #nav #menu-header-nav > li > a:hover {
    background: #628c93;
  }
}
#nav #menu-header-nav > li.has_children > a:after {
  top: auto;
  bottom: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 6px solid #282828 !important;
  border: 4px solid transparent;
}
@media (max-width: 767px) {
  #nav #menu-header-nav > li.has_children > a:after {
    display: block;
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    right: 18px;
    left: auto;
    margin: -5px 0 0 0;
    border: none;
    border-bottom: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 45%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    border-top: none !important;
  }
}
#nav #menu-header-nav > li.has_children .submenu-wrap {
  background: #628c93;
  width: 200px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #nav #menu-header-nav > li.has_children .submenu-wrap {
    width: 100%;
    display: none;
  }
}
#nav #menu-header-nav > li.has_children .submenu-wrap .submenu-inner {
  max-width: 100%;
}
#nav #menu-header-nav > li.has_children .submenu-wrap ul.sub-menu {
  padding-left: 0;
  padding-right: 0;
}
#nav #menu-header-nav > li.has_children .submenu-wrap ul.sub-menu li {
  width: 100%;
  padding-left: 0;
  border-bottom: 1px solid #fff;
}
#nav #menu-header-nav > li.has_children .submenu-wrap ul.sub-menu li:before {
  content: none;
}
#nav #menu-header-nav > li.has_children .submenu-wrap ul.sub-menu li a {
  color: #fff;
  padding: 15px 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 767px) {
  #nav #menu-header-nav > li.has_children .submenu-wrap ul.sub-menu li a {
    font-size: 15px;
    background: #a5c0c4;
  }
}
#nav #menu-header-nav > li.has_children .submenu-wrap ul.sub-menu li a:hover {
  text-decoration: none;
  background: #a5c0c4;
}
#nav #menu-header-nav > li.has_children.wide .submenu-wrap {
  width: 410px;
}
@media (max-width: 767px) {
  #nav #menu-header-nav > li.has_children.wide .submenu-wrap {
    width: 100%;
  }
}
#nav #menu-header-nav > li.has_children.wide .submenu-wrap ul.sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px;
  gap: 2%;
}
@media (max-width: 767px) {
  #nav #menu-header-nav > li.has_children.wide .submenu-wrap ul.sub-menu {
    padding: 0;
  }
}
#nav #menu-header-nav > li.has_children.wide .submenu-wrap ul.sub-menu li {
  width: 49%;
}
@media (max-width: 767px) {
  #nav #menu-header-nav > li.has_children.wide .submenu-wrap ul.sub-menu li {
    width: 100%;
  }
}
#nav #menu-header-nav > li.has_children.wide .submenu-wrap ul.sub-menu li a {
  padding: 10px;
}
@media (max-width: 767px) {
  #nav #menu-header-nav > li.has_children.open > a:after {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    top: 52%;
  }
}
#nav.scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#aside .inq {
  width: 400px;
  bottom: 0;
  top: auto;
}
@media (max-width: 767px) {
  #aside .inq {
    display: block;
  bottom: 12%;
  }
}
#aside .inq .clearfix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#aside .inq .clearfix a:first-child {
  margin-right: 5px;
}
#aside .inq .clearfix a + a {
  margin-top: 0;
}
#aside .inq01 {
  bottom: 10px;
  right: 10px;
  width: 70px;
}
@media (min-width: 768px) {
  #aside .inq01 {
    bottom: 64px;
  }
}
@media (max-width: 767px) {
  #aside .inq01 {
    width: 60px;
  }
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

@media (max-width: 767px) {
  .sp-text-center {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .sp-text-left {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .sp-text-right {
    text-align: right;
  }
}

.btnstyle {
  display: inline-block;
  width: 100%;
  max-width: 266px;
  padding: 0.8em 0.4em;
  border-radius: 50px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  border: 1px solid #3e3a39;
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btnstyle a {
  text-decoration: none;
}
.btnstyle:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #3e3a39;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 6px;
  height: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btnstyle:hover {
  opacity: 0.8;
}
.btnstyle:hover:after {
  right: 4%;
}
.btnstyle.btn_bg {
  color: #fff;
  border: none;
}
.btnstyle.btn_bg:after {
  background: #fff;
}
.btnstyle.btn_bg_main {
  background: #628c93;
}
.btnstyle.btn_bg_sub {
  background: #b3184a;
}

.tel_link {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(22px, 2.8vw, 40px);
  color: #b3184a !important;
  text-decoration: none;
}
@media (max-width: 767px) {
  .tel_link {
    font-size: 34px;
  }
}
.tel_link .tel_icon {
  padding-left: 1.1em;
  position: relative;
}
.tel_link .tel_icon:after {
  content: "";
  position: absolute;
  background: url(./img/ic_tel.png) no-repeat center center/cover;
  width: 0.8em;
  height: 0.8em;
  left: 0;
  top: 25%;
}

.sbi_item {
  aspect-ratio: 1/1;
}

.flex {
  gap: 2%;
}
.flex .col_1 {
  width: 100%;
}
@media (min-width: 768px) {
  .flex .col_2 {
    width: 49%;
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}
@media (max-width: 767px) {
  .flex .col_4 {
    width: 49%;
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}

.btn_flex > div {
  width: 49%;
}
@media (max-width: 767px) {
  .btn_flex > div {
    width: 100%;
  }
  .btn_flex > div.text-right {
    text-align: center;
    margin-bottom: 1em;
  }
  .btn_flex > div.text-left {
    text-align: center;
  }
}

.color01 {
  color: #b3184a;
}

.color02 {
  color: #83b7c0;
}

.time-table thead th {
  background: #83b7c0;
  color: #fff;
}
.time-table tbody {
  border-bottom: 1px solid #c2c1bb;
}
.time-table tbody tr:not(:last-child) {
  border-bottom: 1px solid #c2c1bb;
}
.time-table tbody th, .time-table tbody td {
  background: #fff;
  padding: 12px 3px 12px;
}

.sec01 {
  background: url(./img/sec01_bg.jpg) no-repeat center center/cover;
}
.sec01 .sec01_news {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
}
@media (max-width: 767px) {
  .sec01 .sec01_news {
    padding: 22px;
    margin-bottom: 30px;
  }
}
.sec01 .sec01_news .h2_news {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  color: #628c93;
  font-size: 16px;
  border-bottom: 1px solid #d1d1d1;
  line-height: 34px;
  padding-bottom: 6px;
  margin-bottom: 12px;
}
.sec01 .sec01_news .h2_news .en {
  font-weight: 500;
  font-size: 34px;
  padding-right: 0.4em;
  border-bottom: 1px solid #628c93;
  padding-bottom: 6px;
}
.sec01 .sec01_news .news {
  padding: 10px 0;
  margin-bottom: 0 !important;
}
.sec01 .sec01_news .news dt {
  font-size: 15px;
  color: #7a706c;
  float: left;
  width: auto;
  padding-top: 20px !important;
}
.sec01 .sec01_news .news dd {
  font-size: 15px;
  padding: 20px 0 !important;
  padding-left: 86px !important;
  border-bottom: 1px solid #e7e7e7;
}
.sec01 .sec01_news .news dd a {
  color: #0f0f0f;
}
.sec01 .sec01_info .sec01_info_top {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sec01 .sec01_info .sec01_info_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sec01 .sec01_info .sec01_info_time > p {
  margin-bottom: 0;
}

.service_top {
  margin-bottom: 60px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 767px) {
  .service_top {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .service_top .service_txt > .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4%;
  }
}
.service_top .service_txt .service_txt_head {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(22px, 2.8vw, 36px);
  color: #3e3a39;
  line-height: 1.4;
  margin-bottom: 1.5em;
  width: 200%;
}
@media (max-width: 767px) {
  .service_top .service_txt .service_txt_head {
    font-size: clamp(20px, 5vw, 36px);
    width: 100%;
    margin-bottom: 1em;
  }
}
.service_top .service_txt .service_txt_head .small {
  font-size: 0.7027027027em;
}
.service_top .service_txt .service_txt_head .large {
  font-size: 1.5135135135em;
}
.service_top .service_txt .service_txt_head .line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #bddee8));
  background: linear-gradient(transparent 60%, #bddee8 60%);
}
.service_top .service_txt .service_txt_item {
  width: 48%;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
@media (max-width: 767px) {
  .service_top .service_txt .service_txt_item p {
    font-size: 14px;
    line-height: 1.5;
  }
  .service_top .service_txt .service_txt_item p img {
    width: 70%;
  }
}

.service_bottom .service_bottom_head {
  color: #628c93;
  font-size: clamp(36px, 4.6vw, 45px);
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 36px;
  line-height: 1;
}
@media (max-width: 767px) {
  .service_bottom .service_bottom_head {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.service_bottom .service_bottom_head .service_bottom_head_span {
  position: relative;
}
.service_bottom .service_bottom_head .service_bottom_head_span:before, .service_bottom .service_bottom_head .service_bottom_head_span:after {
  content: "";
  position: absolute;
  width: calc(600px - 60%);
  height: 2px;
  background: #628c93;
  top: 50%;
}
@media (max-width: 1239px) {
  .service_bottom .service_bottom_head .service_bottom_head_span:before, .service_bottom .service_bottom_head .service_bottom_head_span:after {
    width: calc(50vw - 20px - 60%);
  }
}
.service_bottom .service_bottom_head .service_bottom_head_span:before {
  left: calc((600px - 50%) * -1);
}
@media (max-width: 1239px) {
  .service_bottom .service_bottom_head .service_bottom_head_span:before {
    left: calc((50vw - 20px - 50%) * -1);
  }
}
.service_bottom .service_bottom_head .service_bottom_head_span:after {
  right: calc((600px - 50%) * -1);
}
@media (max-width: 1239px) {
  .service_bottom .service_bottom_head .service_bottom_head_span:after {
    right: calc((50vw - 20px - 50%) * -1);
  }
}
.service_bottom .service_bottom_head.service_bottom_head_large {
  font-size: clamp(100px, 14vw, 140px);
  background: -webkit-gradient(linear, left top, right top, from(#e097af), to(#628c93));
  background: linear-gradient(90deg, #e097af 0%, #628c93 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.3;
  margin-bottom: -0.4em;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .service_bottom .service_bottom_head.service_bottom_head_large {
    font-size: 60px;
    margin-bottom: -0.6em;
  }
}

.sec02 {
  background: url(./img/sec02_bg.jpg) no-repeat left top/cover;
  position: relative;
}
.sec02:after {
  content: "";
  position: absolute;
  background: url(./img/sec02_txt.png) no-repeat left top/contain;
  width: 70%;
  height: 174px;
  max-width: 1367px;
  top: 0;
  left: 2%;
}
@media (max-width: 767px) {
  .sec02:after {
    width: 100%;
    left: 0;
  }
}
.sec02 .container_wide {
  position: relative;
  z-index: 2;
}

.sec03 {
  background: url(./img/sec03_bg.jpg) no-repeat right top/cover;
  position: relative;
}
.sec03:after {
  content: "";
  position: absolute;
  background: url(./img/sec03_txt.png) no-repeat right top/contain;
  width: 40%;
  height: 222px;
  max-width: 831px;
  top: 0;
  right: 2%;
}
@media (max-width: 767px) {
  .sec03:after {
    width: 100%;
    right: 0;
  }
}
.sec03 .container_wide {
  position: relative;
  z-index: 2;
}
.sec03 .service_top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.sec03 .service_top .service_txt .service_txt_head {
  width: 100%;
}
.sec03 .service_top .service_txt .service_txt_item {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.sec04 {
  background: url(./img/sec04_bg.jpg) no-repeat center center/cover;
}
.sec04 .about_row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 1239px) {
  .sec04 .about_row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec04 .about_row:not(:last-child) {
  margin-bottom: 48px;
}
@media (max-width: 1239px) {
  .sec04 .about_row:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .sec04 .about_row .about_ttl {
    margin-bottom: 30px;
  }
  .sec04 .about_row .about_ttl h2 {
    text-align: center;
  }
  .sec04 .about_row .about_ttl h2 img {
    width: 100%;
    max-width: 450px;
  }
}
@media (min-width: 768px) {
  .sec04 .about_row .about_item {
    width: 48%;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
.sec04 .about_row .about_item .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1239px) {
  .sec04 .about_row .about_item .flex {
    display: block;
  }
}
.sec04 .about_row .about_item .about_item_img {
  width: 42%;
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
}
@media (max-width: 1239px) {
  .sec04 .about_row .about_item .about_item_img {
    width: 100%;
    margin-bottom: 24px;
  }
  .sec04 .about_row .about_item .about_item_img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sec04 .about_row .about_item .about_item_img {
    margin-bottom: 12px;
  }
}
.sec04 .about_row .about_item .about_item_txt {
  width: 56%;
  -ms-flex-preferred-size: 56%;
      flex-basis: 56%;
}
@media (max-width: 1239px) {
  .sec04 .about_row .about_item .about_item_txt {
    width: 100%;
  }
}
.sec04 .about_row .about_item .about_item_txt h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(22px, 1.7vw, 28px);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0.1em 0.2em 0.2em;
  line-height: 2;
  background-color: #fff;
}
@media (max-width: 1239px) {
  .sec04 .about_row .about_item .about_item_txt h3 {
    font-size: clamp(24px, 3vw, 32px);
  }
}
@media (max-width: 767px) {
  .sec04 .about_row .about_item .about_item_txt h3 {
    font-size: clamp(24px, 6.4vw, 32px);
  }
}
.sec04 .about_row .about_item .about_item_txt h3 .c-sub {
  color: #b3184a;
}
.sec04 .about_row .about_item .about_item_txt h3 .c-main {
  color: #628c93;
}
.sec04 .about_row .about_item .about_item_txt p {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .sec04 .about_row .about_item .about_item_txt p {
    margin-top: 10px;
  }
}
.sec04 .about_row.about_row_top {
  margin-bottom: 80px;
}
@media (max-width: 1239px) {
  .sec04 .about_row.about_row_top {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .sec04 .about_row.about_row_top {
    margin-bottom: 30px;
  }
}
@media (min-width: 1240px) {
  .sec04 .about_row.about_row_top .about_item {
    margin-right: 30px;
  }
}
.sec04 .about_row.about_row_bottom {
  margin-bottom: 80px;
}
@media (max-width: 1239px) {
  .sec04 .about_row.about_row_bottom {
    margin-bottom: 40px;
  }
}
@media (min-width: 1240px) {
  .sec04 .about_row.about_row_bottom .about_item:first-child {
    margin-left: 30px;
  }
}
.sec04 .about_row:not(.about_row_top) .about_item:first-child {
  margin-bottom: 100px;
}
@media (max-width: 1239px) {
  .sec04 .about_row:not(.about_row_top) .about_item:first-child {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .sec04 .about_row:not(.about_row_top) .about_item:first-child {
    margin-bottom: 30px;
  }
}

.sec05 {
  background: url(./img/sec05_bg.jpg) no-repeat center top/cover;
  position: relative;
}
.sec05:after {
  content: "";
  position: absolute;
  background: url(./img/sec05_txt.png) no-repeat center top/contain;
  width: 30%;
  height: 194px;
  max-width: 671px;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sec05:after {
    width: 80%;
  }
}
.sec05 .container {
  position: relative;
  z-index: 2;
}
.sec05 .h2_menu {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(40px, 5vw, 48px);
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .sec05 .h2_menu {
    font-size: clamp(24px, 5vw, 36px);
  }
}
.sec05 .h2_menu .h2_menu_wrap {
  position: relative;
}
.sec05 .h2_menu .h2_menu_wrap:before, .sec05 .h2_menu .h2_menu_wrap:after {
  content: "";
  position: absolute;
  width: 21px;
  height: 50px;
  top: 12px;
}
@media (max-width: 767px) {
  .sec05 .h2_menu .h2_menu_wrap:before, .sec05 .h2_menu .h2_menu_wrap:after {
    width: 14px;
    height: 24px;
    top: 10px;
  }
}
.sec05 .h2_menu .h2_menu_wrap:before {
  background: url(./img/h2_menu_l.png) no-repeat center center/cover;
  left: -40px;
}
@media (max-width: 767px) {
  .sec05 .h2_menu .h2_menu_wrap:before {
    left: -20px;
  }
}
.sec05 .h2_menu .h2_menu_wrap:after {
  background: url(./img/h2_menu_r.png) no-repeat center center/cover;
  right: -40px;
}
@media (max-width: 767px) {
  .sec05 .h2_menu .h2_menu_wrap:after {
    right: -20px;
  }
}
.sec05 .menu_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1239px) and (min-width: 922px) {
  .sec05 .menu_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .sec05 .menu_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
  }
}
.sec05 .menu_wrap .menu_item {
  margin-bottom: 24px;
  position: relative;
  min-width: 282px;
}
@media (max-width: 921px) {
  .sec05 .menu_wrap .menu_item {
    width: 49%;
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}
@media (max-width: 767px) {
  .sec05 .menu_wrap .menu_item {
    min-width: auto;
    line-height: 1.5;
    margin-bottom: 12px;
  }
}
.sec05 .menu_wrap .menu_item a {
  display: block;
  background: #f6f5f1;
  border: 1px solid #628c93;
  border-radius: 10px;
  height: 130px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  padding: 1.8em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .sec05 .menu_wrap .menu_item a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .sec05 .menu_wrap .menu_item a {
    height: 100px;
  }
}
.sec05 .menu_wrap .menu_item a .c-main {
  color: #628c93;
  font-size: 1.2222222222em;
}
.sec05 .menu_wrap .menu_item a:before {
  content: "";
  position: absolute;
  background: url(./img/arrow_circle.png) no-repeat center center/cover;
  width: 21px;
  height: 21px;
  right: 5%;
  bottom: 8%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sec05 .menu_wrap .menu_item a:hover {
  opacity: 0.7;
}
.sec05 .menu_wrap .menu_item a:hover:before {
  right: 4%;
}
.sec05 .menu_wrap .menu_item.menu_item_row2 a {
  padding: 1.2em 0;
}
@media (max-width: 767px) {
  .sec05 .menu_wrap .menu_item.menu_item_row2 a {
    padding: 0.9em 0;
  }
}
@media (max-width: 1239px) {
  .sec05 .menu_wrap .menu_item.menu_item_row2_tab a {
    padding: 1.2em 0;
  }
}
@media (max-width: 767px) {
  .sec05 .menu_wrap .menu_item.menu_item_row2_tab a {
    padding: 0.9em 0;
  }
}

.sec06 {
  background: url(./img/sec06_bg.jpg) no-repeat center top/cover;
}
.sec06 h2 {
  text-align: center;
  margin-bottom: 30px;
}
.sec06 .youtube_wrap {
  width: 100%;
  max-width: 100%;
}
.sec06 .youtube_wrap .youtube_item {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 480px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sec06 .youtube_wrap .youtube_item:not(:last-child) {
    margin-bottom: 24px;
  }
}
.sec06 .youtube_wrap .youtube_item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

#footer {
  padding: 0;
  font-size: 16px;
  background: #fff;
}
#footer .inner {
  width: 100%;
  max-width: 100%;
}
#footer .footer_inner {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}
#footer .footer_info {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(./img/footer_top.bg.jpg) no-repeat right bottom/cover;
}
@media (min-width: 768px) {
  #footer .footer_info {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  #footer .footer_info .footer_info_top {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  #footer .footer_info .footer_info_top > .col_2 {
    width: 48%;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
#footer .footer_info .footer_info_top .footer_info_left .logo {
  text-align: center;
}
#footer .footer_info .footer_info_top .footer_info_left .logo img {
  margin-bottom: 12px;
}
#footer .footer_info .footer_info_top .footer_info_left > p {
  font-size: 14px;
}
#footer .footer_info .footer_info_top .footer_info_top_link {
  margin-top: 12px;
}
@media (max-width: 767px) {
  #footer .footer_info .footer_info_top .footer_info_top_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  #footer .footer_info .footer_info_top .footer_info_top_link .col_2 {
    width: 48%;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
@media (max-width: 767px) {
  #footer .footer_info .footer_info_top .footer_info_top_link .tel {
    text-align: center;
    margin-bottom: 12px;
    width: 235px;
  }
}
#footer .footer_info .footer_info_top .footer_info_top_link .tel .tel_head {
  background: #fff;
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: bold;
  text-align: center;
  padding-top: 0.2em;
  padding-bottom: 0.04em;
  margin-bottom: 0.4em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #footer .footer_info .footer_info_top .footer_info_top_link .tel .tel_head {
    font-size: 16px;
    margin-bottom: 0.8em;
  }
}
@media (max-width: 767px) {
  #footer .footer_info .footer_info_top .footer_info_top_link .web {
    width: 235px;
  }
}
#footer .footer_info .footer_info_top .footer_info_top_link .web img {
  width: 100%;
}
#footer .footer_info .footer_info_top .time-table tbody th,
#footer .footer_info .footer_info_top .time-table tbody td {
  padding: 20px 3px;
}
#footer .footer_info .footer_icons .footer_icons_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media (max-width: 767px) {
  #footer .footer_info .footer_icons .footer_icons_item {
    padding: 10px 0;
  }
}
#footer .footer_info .footer_icons .footer_icons_item img {
  margin-bottom: 0;
  width: 6vw;
  max-width: 82px;
}
@media (max-width: 767px) {
  #footer .footer_info .footer_icons .footer_icons_item img {
    width: 60px;
  }
}
#footer .footer_info .footer_icons .footer_icons_item p {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.4;
}
@media (max-width: 767px) {
  #footer .footer_info .footer_icons .footer_icons_item p {
    width: 150px;
  }
}
#footer .footer_info .footer_icons .footer_icons_item:not(:last-child) {
  border-right: 1px solid #d1c9b8;
}
#footer .footer_menu {
  margin-top: 0;
  background: #f6f4ef;
}
@media (max-width: 767px) {
  #footer .footer_menu .footer_menu_map {
    height: 250px;
  }
}
#footer .footer_menu .footer_menu_map iframe {
  width: 100%;
  height: 100%;
}
#footer .footer_menu .footer_menu_menu {
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1239px) {
  #footer .footer_menu .footer_menu_menu {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  #footer .footer_menu .footer_menu_menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2%;
  }
}
#footer .footer_menu .footer_menu_menu .menu li {
  padding-left: 0;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  #footer .footer_menu .footer_menu_menu .menu li {
    margin-bottom: 0.6em;
  }
}
#footer .footer_menu .footer_menu_menu .menu li:before {
  content: none;
}
#footer .footer_menu .footer_menu_menu .menu li.menu_l {
  width: 200px;
  margin-bottom: 0;
}
@media (max-width: 1239px) {
  #footer .footer_menu .footer_menu_menu .menu li.menu_l {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #footer .footer_menu .footer_menu_menu .menu li.menu_l {
    width: 49%;
  }
}
#footer .footer_menu .footer_menu_menu .menu li.menu_r {
  width: 280px;
  margin-left: 24px;
  margin-bottom: 0;
}
@media (max-width: 1239px) {
  #footer .footer_menu .footer_menu_menu .menu li.menu_r {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #footer .footer_menu .footer_menu_menu .menu li.menu_r {
    width: 49%;
  }
}
@media (min-width: 768px) {
  #footer .footer_menu .footer_menu_menu .menu li.menu_r .f_sub-menu {
    width: 50%;
  }
  #footer .footer_menu .footer_menu_menu .menu li.menu_r .f_sub-menu:nth-child(2) {
    float: left;
  }
  #footer .footer_menu .footer_menu_menu .menu li.menu_r .f_sub-menu:last-child {
    float: right;
  }
}
#footer .footer_menu .footer_menu_menu .menu li a {
  color: #3e3a39;
}
#footer .footer_menu .footer_menu_menu .menu li .nav_title {
  color: #628c93;
  font-size: 14px;
  border-bottom: 1px solid #628c93;
  display: block;
  margin-bottom: 2em;
  padding-bottom: 0.5em;
  font-weight: bold;
}
@media (max-width: 767px) {
  #footer .footer_menu .footer_menu_menu .menu li .nav_title {
    margin-bottom: 1em;
  }
}
#footer .footer_menu .footer_menu_menu .menu li .nav_title .en {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  padding-right: 0.4em;
}
#footer .footer_bnr_top {
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  #footer .footer_bnr_top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #footer .footer_bnr_top .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2%;
  }
}
@media (max-width: 767px) {
  #footer .footer_bnr_top .footer_bnr_item {
    width: 49%;
    margin-bottom: 10px;
  }
}
#footer .footer_bnr_top img {
  margin-bottom: 0;
}
#footer .footer_bnr_bottom {
  padding-top: 20px;
  padding-bottom: 10px;
  background: url(./img/footer_bottom.bg.jpg) no-repeat center center/cover;
}
@media (min-width: 768px) {
  #footer .footer_bnr_bottom {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#footer .footer_bnr_bottom .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  #footer .footer_bnr_bottom .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  #footer .footer_bnr_bottom .footer_bnr_item {
    width: 49%;
    margin-bottom: 10px;
  }
}
#footer .footer_bnr_bottom .footer_bnr_item img {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #footer .footer_bnr_bottom .footer_bnr_item img {
    margin-bottom: 12px;
  }
}

.copyright {
  background: #b7ab94;
  color: #fff;
  text-align: center;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
@media (max-width: 767px) {
  .copyright {
    font-size: 14px;
    padding-bottom: 10vw !important;
  }
}

body:not(.home) #contents > .inner {
  overflow: visible;
}
body:not(.home) .page-title h2 {
  width: 100%;
  text-align: center;
  font-size: 30px;
  background: url(./img/under_title.jpg) no-repeat center center/cover;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
@media (min-width: 768px) {
  body:not(.home) .page-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 420px) {
  body:not(.home) .page-title h2 {
    padding: 1.5em 1em;
  }
}
body:not(.home) .page-title h2:after {
  content: none;
}
body:not(.home) .bread {
  text-align: left;
}
body:not(.home) .bread li {
  color: #3e3a39;
}
body:not(.home) .bread li a {
  color: #628c93;
}
@media (min-width: 768px) {
  body:not(.home) .link_anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2%;
  }
}
body:not(.home) .link_anchor li {
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  body:not(.home) .link_anchor li {
    width: 49%;
    margin-bottom: 12px;
  }
}
body:not(.home) .link_anchor li a {
  display: block;
  width: 100%;
  background: #628c93;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 0.7em;
  padding-left: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body:not(.home) .link_anchor li a:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 6px;
  height: 10px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body:not(.home) .link_anchor li a:hover {
  opacity: 0.7;
}
body:not(.home) .link_anchor li a:hover:after {
  right: 4%;
}
@media (min-width: 768px) {
  body:not(.home) .link_anchor.link_col_3 li {
    width: 32%;
  }
}
body:not(.home) .section {
  padding-top: 20px;
}
@media (min-width: 768px) {
  body:not(.home) .section {
    padding-top: 50px;
  }
}
body:not(.home) .section:last-child {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  body:not(.home) .section:last-child {
    padding-bottom: 50px;
  }
}
body:not(.home) .contents {
  margin-bottom: 30px;
}
body:not(.home) .contents .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body:not(.home) h2, body:not(.home) h3, body:not(.home) h4, body:not(.home) h5 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  color: #3e3a39;
}
body:not(.home) h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 70px;
  position: relative;
}
@media (min-width: 768px) {
  body:not(.home) h2 {
    font-size: 30px;
    margin-bottom: 30px;
    padding-top: 88px;
  }
}
body:not(.home) h2:after {
  content: "";
  position: absolute;
  background: url(./img/h2.png) no-repeat center center/contain;
  width: 84px;
  height: 74px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  body:not(.home) h2:after {
    width: 60px;
  }
}
body:not(.home) h2.h2-txt {
  padding-top: 0;
  font-size: 24px;
}
@media (min-width: 768px) {
  body:not(.home) h2.h2-txt {
    font-size: 26px;
  }
}
body:not(.home) h2.h2-txt:after {
  content: none;
}
body:not(.home) h3 {
  font-size: 22px;
  background: none;
  padding-left: 1.8em;
  margin: 20px 0;
  width: 100%;
  border-bottom: 2px solid #83b7c0;
  margin-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  body:not(.home) h3 {
    font-size: 24px;
  }
}
body:not(.home) h3:before {
  background: url(./img/h3.png) no-repeat center center/contain;
  width: 30px;
  height: 28px;
  left: 0;
  top: 18px;
}
body:not(.home) h3:after {
  width: 50px;
  height: 2px;
  background: #b3184a;
  bottom: -2px;
  left: 0;
}
body:not(.home) h4 {
  font-size: 20px;
  padding-left: 1.3em;
  margin-bottom: 4px !important;
}
@media (max-width: 767px) {
  body:not(.home) h4 {
    font-size: 22px;
  }
}
body:not(.home) h4:before {
  background: url(./img/h4.png) no-repeat center center/contain;
  width: 17px;
  height: 17px;
  left: 0;
  top: 13px;
}
body:not(.home) h5 {
  font-size: 18px;
  width: 100%;
  background: none;
  padding-left: 1.3em;
  position: relative;
}
@media (max-width: 767px) {
  body:not(.home) h5 {
    font-size: 20px;
  }
}
body:not(.home) h5:before {
  content: "";
  position: absolute;
  background: url(./img/h5.png) no-repeat center center/contain;
  width: 16px;
  height: 16px;
  left: 0;
  top: 10px;
}
body:not(.home) p .text-large {
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
body:not(.home) p.p-head {
  font-size: 1.3em;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
body:not(.home) p.p-head {
  font-size: 1.1em;
}
}
body:not(.home) .btnstyle {
  background: #628c93;
  border: none;
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
}
body:not(.home) .btnstyle:after {
  background: #fff;
}
body:not(.home) .btnstyle.btn_large {
  max-width: 350px;
  font-size: 16px;
}
body:not(.home) .btn_flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body:not(.home) .ul01 li:before {
  background: #628c93;
  border-radius: 50%;
  top: 4px;
}
body:not(.home) .ul_check {
  background: #f6f5f1;
  border-radius: 10px;
}
body:not(.home) .ul_check li:before {
  background: #628c93;
  width: 1.1em;
  height: 1.1em;
  border-radius: 1px;
}
body:not(.home) .ul_check li.list-other {
  padding-left: 0;
}
body:not(.home) .ul_check li.list-other:before {
  content: none;
}
@media (min-width: 768px) {
  body:not(.home) .ul_col_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2%;
  }
  body:not(.home) .ul_col_2 li {
    width: 49%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
body:not(.home) .ol01 {
  counter-reset: number;
}
body:not(.home) .ol01 li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}
body:not(.home) .ol01 li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #628c93;
  color: white;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body:not(.home) .box_bg {
  background: #f6f5f1;
  padding: 20px 26px;
  border-radius: 20px;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  body:not(.home) .box_bg {
    padding: 40px 50px;
    margin-bottom: 40px;
  }
}
body:not(.home) .box_bg > .box_bg {
  margin-bottom: 0;
  background: #fff;
}
body:not(.home) .box_bg > .box_border {
  margin-bottom: 0 !important;
}
body:not(.home) .box_bg > .ul_check {
  background: #fff;
}
body:not(.home) .box_border {
  background: #fff;
  -webkit-box-shadow: 0px 0px 14.65px 0.35px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 0px 14.65px 0.35px rgba(0, 0, 0, 0.11);
  padding: 20px 26px;
  border-radius: 20px;
  width: 96%;
        box-sizing: border-box;
        margin: 0 auto 40px;
}
@media (min-width: 768px) {
  body:not(.home) .box_border {
    padding: 40px 50px;
    margin-bottom: 40px;
  }
}
body:not(.home) .box_border > .box_bg {
  margin-bottom: 0;
}
body:not(.home) .box_border > .box_border {
  margin-bottom: 0;
}
body:not(.home) .flow-box .flow-block {
  background: #fff;
  -webkit-box-shadow: 0px 0px 14.65px 0.35px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 0px 14.65px 0.35px rgba(0, 0, 0, 0.11);
  padding: 20px 26px;
  border-radius: 20px;
  width: 96%;
	box-sizing: border-box;
	margin: 0 auto 40px;
}
@media (min-width: 768px) {
  body:not(.home) .flow-box .flow-block {
    padding: 40px 50px;
  }
}
body:not(.home) .flow-box .flow-block:after {
  bottom: -28px;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 15px solid #83b7c0;
}
body:not(.home) .flow-box .flow-block:last-child:after {
  content: none;
}
body:not(.home) .flow-box .flow-block .title {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
@media (min-width: 768px) {
  body:not(.home) .flow-box .flow-block .title {
    font-size: 24px;
  }
}
body:not(.home) .flow-box .flow-block .title .num {
  background: #628c93;
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  width: 30px;
  min-width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  border-radius: 2px;
}
body:not(.home) .flow-box .flow-block .title .number_text {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
body:not(.home) .address-table {
  width: 100%;
  margin-bottom: 1em;
  line-height: 1.5;
  background: transparent;
}
body:not(.home) .address-table tbody th, body:not(.home) .address-table tbody td {
  padding: 0.8em 0.4em;
}
body:not(.home) .address-table tbody th {
  border-bottom: 1px solid #b3184a;
  color: #b3184a;
}
body:not(.home) .address-table tbody td {
  border-bottom: 1px solid #ccc;
}
body:not(.home) .address-table tbody tr:first-child th {
  border-top: 1px solid #b3184a;
}
body:not(.home) .address-table tbody tr:first-child td {
  border-top: 1px solid #ccc;
}
body:not(.home) .table01 th, body:not(.home) .table01 td {
  padding: 10px 5px 8px 5px;
}
@media (max-width: 767px) {
  body:not(.home) .table01 th, body:not(.home) .table01 td {
    font-size: 100%;
  }
}
body:not(.home) .table01 th {
  border-bottom: 1px solid #628c93;
  text-align: left;
}
body:not(.home) .border-table {
  font-size: 100%;
}
body:not(.home) .border-table thead th {
  background: #628c93;
}
body:not(.home) .border-table tbody th {
  background: #f5f5f5;
  padding: 10px;
}
body:not(.home) .border-table th, body:not(.home) .border-table td {
  font-size: 100%;
}
@media (max-width: 767px) {
  body:not(.home) .border-table th, body:not(.home) .border-table td {
    padding: 10px 5px;
  }
}
body:not(.home) .price-table tbody td:last-child {
  text-align: right;
}
@media (min-width: 768px) {
  body:not(.home) .staff_img {
    width: 33%;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
  body:not(.home) .staff_img .p-head {
    font-size: 1.1em;
    margin-top: 10px;
  }
  body:not(.home) .staff_txt {
    width: 65%;
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
  }
}
@media (max-width: 767px) {
	body:not(.home) .staff_img {
		text-align: center;
	}
}
body:not(.home) .section {
	overflow-x: hidden;
}

/*-- Q&A ------------*/
.qa-block {
  border-bottom: 1px solid #b0b0b0;
  position: relative;
  padding-top: 0;
}

.qa-block:last-child {
  margin-bottom: 0;
}

.qa-block::before {
  position: absolute;
  content: "";
  top: 2.4rem;
  right: 0;
  background: #628c93;
  border-radius: 1px;
  width: 15px;
  height: 3px;
}

.qa-block::after {
  position: absolute;
  content: "";
  top: 2.4rem;
  right: 0;
  background: #628c93;
  border-radius: 1px;
  width: 15px;
  height: 3px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.qa-block.open::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.qa-block h4 {
  padding-left: 2em !important;
  border-bottom: none;
  padding-bottom: 0;
  display: block;
  position: relative;
  color: #3e3a39 !important;
  background: none;
  padding: 1.2em 2em 1em 3em !important;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif !important;
  font-weight: normal !important;
  font-size: 20px !important;
}

.qa-block h4:hover {
  cursor: pointer;
}

.mce-content-body .qa-block h4::before,
.qa-block h4::before {
  position: absolute;
  content: "";
  top: 22px !important;
  bottom: auto !important;
  left: 0 !important;
  background: #628c93 !important;
  height: 1.6em !important;
  width: 1.6em !important;
  border-radius: 50% !important;
  -webkit-transform: none !important;
  transform: none !important;
  font-size: 26px !important;
}

.mce-content-body .qa-block h4::after {
  position: absolute;
  content: "Q";
  font-size: 26px;
  top: 21px !important;
  bottom: auto !important;
  left: 0.4em;
  color: #fff;
  font-weight: bold;
  border: none;
  background: none;
}

.qa-block h4::after {
  position: absolute;
  content: "Q";
  font-size: 24px;
  top: 21px;
  bottom: auto !important;
  left: 0.5em;
  color: #fff;
  font-weight: bold;
  border: none;
  background: none;
}

.qa-block .answer {
  display: none;
  padding-left: 2.5em !important;
  position: relative;
  padding: 2px;
  margin-left: 0;
  margin-bottom: 20px;
}

.answer::before {
  position: absolute;
  content: "";
  top: 0;
  font-size: 26px;
  bottom: auto !important;
  left: 0px;
  background: #b3184a;
  height: 1.6em;
  width: 1.6em;
  border-radius: 50%;
  margin-top: 0.1em;
}

.answer::after {
  position: absolute;
  content: "A";
  font-size: 24px;
  top: 0.4em;
  bottom: auto !important;
  left: 0.55em;
  color: #fff;
  font-weight: bold;
  border: none;
}

.qa-block .answer p {
  margin: 0;
}

.answer p {
  padding: 10px 0 12px 15px;
}

.js-scrollable,
.js-scrollable_pc {
  margin-top: 2.4rem;
}

.js-scrollable table:first-child,
.js-scrollable_pc table:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .js-scrollable table {
    width: auto;
    min-width: 135%;
  }
}
.js-scrollable_pc table {
  width: auto;
  min-width: 135%;
}

@media only screen and (max-width: 767px) {
  .js-scrollable_pc table {
    min-width: 170%;
  }
}
#tinymce.mce-content-body {
  width: 100%;
  float: none;
}/*# sourceMappingURL=custom.css.map */