/*--------------------------------------------
 * Global
 * --------------------------------------------*/
html {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 62.5%;
  line-height: 1.8;
  background-color: #eaeaea;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #333;
  overflow-x: hidden;
  font-size: 16px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

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

ul {
  list-style: none;
}

section {
  position: relative;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

:focus-visible {
  outline-width: 2px !important;
}

* {
  min-height: 0vw;
}

img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
  a[href^=tel] {
    pointer-events: none;
    cursor: initial;
  }
}
@media not all and (min-width: 768px) {
  body {
    font-size: 14px;
  }
}
.ly_contWrapper {
  width: 100%;
  overflow: hidden;
}

.ly_cont_inner {
  display: block;
  width: min(100%, 1240px);
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

.bl_header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.bl_header_inner {
  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;
  background-color: #383C3C;
}

.bl_header_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_header_name .logo {
  width: 60px;
  height: 60px;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #83ccd2;
  margin-right: 30px;
}
.bl_header_name .name {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}

.bl_header_info {
  padding: 5px 40px 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.bl_header_info h1 {
  font-size: 1.2rem;
  color: #fff;
}
.bl_header_info .tel {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: bold;
}

.bl_header_navWrapper {
  background-color: #eaeaea;
}

.bl_header_nav {
  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;
  padding: 10px 0;
}
.bl_header_nav > * + * {
  border-left: 1px solid #333;
}

.bl_header_nav_item {
  display: block;
  line-height: 1.2;
}
.bl_header_nav_item a {
  padding: 0 40px;
  font-size: 1.4rem;
}

.bl_header_navMin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
  padding: 0 10px;
}
.bl_header_navMin a {
  font-size: 1.2rem;
  display: block;
  position: relative;
  padding-left: 10px;
  color: #fff;
}
.bl_header_navMin a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 0;
  top: 8px;
}
.bl_header_navMin a:nth-of-type(n+2) {
  margin-left: 20px;
}

@media not all and (min-width: 992px) {
  .bl_header_name .logo {
    width: 70px;
    height: 70px;
    margin-right: 10px;
  }
  .bl_header_info {
    padding: 5px 10px 5px 0;
    line-height: 1.2;
  }
  .bl_header_nav_item a {
    padding: 0 25px;
  }
}
@media not all and (min-width: 768px) {
  .bl_header_name .logo {
    width: 50px;
    height: 50px;
  }
  .bl_header_name .logo img {
    width: 80%;
  }
  .bl_header_name .name {
    font-size: 1.6rem;
  }
  .bl_header_info {
    padding: 0;
  }
  .bl_header_info h1 {
    position: absolute;
    -webkit-transform: translateY(-200%) scale(0);
        -ms-transform: translateY(-200%) scale(0);
            transform: translateY(-200%) scale(0);
  }
  .bl_header_info .tel {
    display: none;
  }
  .bl_header_navWrapper {
    -webkit-transform: translateY(-150%);
        -ms-transform: translateY(-150%);
            transform: translateY(-150%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    background-color: #383C3C;
    border-top: 1px solid #888;
    padding-bottom: 10px;
    z-index: -1;
  }
  .bl_header_navWrapper .business_hour {
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .bl_header_navWrapper .tel {
    display: block;
    width: 90%;
    padding: 10px 20px;
    border-radius: 50px;
    background-color: #83ccd2;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 auto;
    text-align: center;
  }
  .bl_header_navWrapper .tel img {
    display: inline-block;
    vertical-align: sub;
    margin-right: 5px;
  }
  .bl_header_navWrapper.open {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .bl_header_nav {
    display: block;
    padding: 0;
    margin-bottom: 10px;
  }
  .bl_header_nav a {
    display: block;
    padding: 10px 20px;
    color: #fff;
  }
  .bl_header_nav_item {
    border-left: none;
    border-bottom: 1px solid #888;
  }
}
.bl_footer {
  padding: 130px 0 100px;
}

.bl_footer_inner {
  width: min(100%, 1240px);
  padding: 0 20px;
  margin: 0 auto;
}

.bl_footer_info {
  width: 520px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 140px 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.bl_footer_info .f_logo {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.bl_registerInfo > * + * {
  border-top: 1px solid #C3C3C3;
}

.bl_registerInfo_row {
  padding: 5px 10px;
  font-size: 1.4rem;
  display: grid;
  grid-template-columns: 150px 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.bl_registerInfo_ttl {
  font-weight: bold;
  color: #6f6f6f;
}

.bl_footer_navWrapper {
  margin-top: 70px;
}

.bl_footer_nav {
  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;
}
.bl_footer_nav li {
  margin-top: 10px;
}
.bl_footer_nav > * + * {
  margin-left: 40px;
}
.bl_footer_nav a {
  display: block;
}

.bl_footer_bannerBox {
  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;
  margin-top: 60px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.bl_footer_banner {
  display: block;
  text-align: center;
  width: 350px;
}
.bl_footer_banner img {
  display: inline-block;
}

.bl_footer_bottom {
  margin-top: 70px;
  border-top: 1px solid #C3C3C3;
  padding-top: 30px;
  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;
  font-size: 1.2rem;
  font-weight: 500;
}

.bl_footer_bottom_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_footer_bottom_nav > * + * {
  margin-left: 40px;
}

@media not all and (min-width: 992px) {
  .bl_footer {
    padding: 60px 0 20px;
  }
  .bl_footer_navWrapper {
    display: none;
  }
  .bl_footer_bottom {
    padding-top: 20px;
  }
}
@media not all and (min-width: 768px) {
  .bl_footer {
    padding-top: 40px;
    margin-bottom: 60px;
  }
  .bl_footer .f_logo {
    width: 85px;
  }
  .bl_footer_bannerBox {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
  .bl_footer_banner {
    width: 100%;
    max-width: 350px;
  }
  .bl_footer_bottom {
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bl_footer_bottom nav {
    display: none;
  }
  .bl_footer_info {
    width: min(100%, 350px);
    grid-template-columns: 85px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .bl_registerInfo_row {
    padding: 5px;
    font-size: 12px;
    grid-template-columns: 120px 1fr;
  }
}
.bl_kv_title {
  width: 100%;
  padding: 58px 0;
  margin-top: 100px;
  background-color: #CFE1E3;
}
.bl_kv_title h2 {
  text-align: center;
  line-height: 1.5;
  font-size: 2.8rem;
}
.bl_kv_title .shop_name {
  font-size: 1.8rem;
}
.bl_kv_title .page_ttl {
  color: #43B0BA;
  font-size: 3.8rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 5px;
}

.bl_kv_slider {
  width: 100%;
  height: min(40vw, 500px);
  margin-bottom: 100px;
  padding-bottom: 50px;
  padding-bottom-opacity: 0;
}
.bl_kv_slider .swiper-button-next,
.bl_kv_slider .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #83ccd2;
  -webkit-box-shadow: 3px 3px 10px rgba(36, 65, 93, 0.3);
          box-shadow: 3px 3px 10px rgba(36, 65, 93, 0.3);
}
.bl_kv_slider .swiper-button-next::after,
.bl_kv_slider .swiper-button-prev::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.bl_kv_slider .swiper-button-next::after {
  -webkit-transform: translate(calc(-50% - 3px), -50%) rotate(45deg);
      -ms-transform: translate(calc(-50% - 3px), -50%) rotate(45deg);
          transform: translate(calc(-50% - 3px), -50%) rotate(45deg);
}
.bl_kv_slider .swiper-button-prev::after {
  -webkit-transform: translate(calc(-50% + 3px), -50%) rotate(-135deg);
      -ms-transform: translate(calc(-50% + 3px), -50%) rotate(-135deg);
          transform: translate(calc(-50% + 3px), -50%) rotate(-135deg);
}

@media not all and (min-width: 992px) {
  .bl_kv_title {
    padding: 40px 0;
  }
  .bl_kv_slider {
    margin-bottom: 60px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .bl_kv_slider .swiper-button-next {
    right: auto !important;
    left: calc(50% + 25vw);
  }
  .bl_kv_slider .swiper-button-prev {
    left: auto !important;
    right: calc(50% + 25vw);
  }
  .bl_kv_slider .swiper-slide::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(234, 234, 234, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .bl_kv_slider .swiper-slide-active::before {
    opacity: 0;
  }
}
@media not all and (min-width: 768px) {
  .bl_kv_title {
    margin-top: 50px;
  }
  .bl_kv_title .shop_name {
    font-size: 1.6rem;
  }
  .bl_kv_title .page_ttl {
    font-size: 2.8rem;
  }
  .bl_kv_slider {
    margin: 50px 0 40px;
    height: min(60vw, 500px);
    padding-bottom: 25px;
  }
  .bl_kv_slider .swiper-button-next {
    right: 3px !important;
  }
  .bl_kv_slider .swiper-button-prev {
    left: 3px !important;
  }
}
.bl_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px auto 0;
  width: min(100%, 1140px);
}

.bl_info_map {
  width: 52.6315789474%;
}
.bl_info_map iframe {
  width: 100%;
  height: 100%;
}

.bl_info_txt {
  width: 33.3333333333%;
  margin-right: 5.2631578947%;
}

.bl_info_list > * + * {
  border-top: 1px solid #B2B2B2;
}

.bl_info_listItem {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 80px 1fr;
  font-size: 1.4rem;
}
.bl_info_listItem dt {
  font-weight: bold;
}

@media not all and (min-width: 992px) {
  .bl_info {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: min(100%, 600px);
  }
  .bl_info_map {
    width: 100%;
    height: 300px;
  }
  .bl_info_txt {
    width: 100%;
    margin: 30px 0 0;
  }
  .bl_info_list {
    margin-bottom: 20px;
  }
}
@media not all and (min-width: 768px) {
  .bl_info {
    margin-top: 30px;
  }
  .bl_info_map {
    height: 250px;
  }
  .bl_info_txt {
    margin-top: 10px;
  }
  .bl_info_listItem {
    padding: 10px 0;
  }
}
.bl_garellyWrapper {
  width: min(100%, 1200px);
  margin: 60px auto 0;
  padding: 0 30px;
  position: relative;
}
.bl_garellyWrapper .swiper-button-next::after,
.bl_garellyWrapper .swiper-button-prev::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
}
.bl_garellyWrapper .swiper-button-next {
  right: 0 !important;
}
.bl_garellyWrapper .swiper-button-next::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bl_garellyWrapper .swiper-button-prev {
  left: 0 !important;
}
.bl_garellyWrapper .swiper-button-prev::after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.bl_garelly {
  padding: 40px 0;
  max-width: 1140px;
}
.bl_garelly .swiper-slide {
  height: auto !important;
}

@media not all and (min-width: 992px) {
  .bl_garelly {
    padding: 30px 0;
  }
}
@media not all and (min-width: 768px) {
  .bl_garellyWrapper {
    width: min(100%, 400px);
    max-width: calc(100% - 60px);
    margin-top: 20px;
    padding: 0;
  }
  .bl_garellyWrapper .swiper-button-prev {
    left: -25px !important;
  }
  .bl_garellyWrapper .swiper-button-next {
    right: -25px !important;
  }
}
.bl_news_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.bl_news_listItem .imgWrap {
  width: 100%;
  height: 180px;
  margin-bottom: 15px;
}
.bl_news_listItem .imgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.bl_news_listItem p {
  font-size: 1.4rem;
}
.bl_news_listItem .tag {
  font-size: 1.4rem;
  color: #43B0BA;
}

.bl_topNews {
  margin-top: 120px;
}

.bl_topNews_inner {
  border: 1px solid #B2B2B2;
  padding: 40px 30px;
}
.bl_topNews_inner .bl_news_list {
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 30px;
}

.bl_newsWrapper {
  width: min(100%, 1200px);
  padding: 0 30px;
  margin: 80px auto 0;
  display: grid;
  grid-template-columns: 1fr 260px;
  -webkit-column-gap: 7.0175438596%;
     -moz-column-gap: 7.0175438596%;
          column-gap: 7.0175438596%;
}

.bl_news_ttl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  border-bottom: 1px solid #B2B2B2;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.bl_news_tag {
  margin-bottom: 50px;
}
.bl_news_tag > * + * {
  margin-left: 20px;
}
.bl_news_tag .time {
  color: #666;
}
.bl_news_tag .category {
  color: #43B0BA;
}

.bl_news .thumbnail {
  margin-bottom: 20px;
}
.bl_news .thumbnail img {
  margin: 0 auto;
}
.bl_news p + p {
  margin-top: 10px;
}
.bl_news img {
  display: block;
  margin: 20px auto;
}
.bl_news h2 {
  font-size: 2.2rem;
  line-height: 1.5;
  padding-left: 10px;
  border-left: 5px solid #83ccd2;
  font-weight: bold;
  margin: 50px 0 20px;
}
.bl_news h3 {
  font-size: 2rem;
  border-bottom: 1px solid #666;
  margin: 40px 0 20px;
  padding-bottom: 5px;
}
.bl_news h4 {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 20px;
  margin: 30px 0 20px;
}
.bl_news h4::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #83ccd2;
  position: absolute;
  left: 0;
  top: 10px;
}

.bl_newsBtm {
  margin-top: 50px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #ccc;
}

.bl_newsBtm_ttl {
  text-align: center;
  font-weight: bold;
  margin: 40px 0 10px;
}
.bl_newsBtm_ttl::before, .bl_newsBtm_ttl::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/common/icon_footprint.svg) center center/contain no-repeat;
  vertical-align: middle;
}
.bl_newsBtm_ttl::before {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-right: 5px;
}
.bl_newsBtm_ttl::after {
  margin-left: 5px;
}

.bl_newsBtm_lineImg {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
}
.bl_newsBtm_lineImg img {
  margin: 0;
}

.bl_newsBtm_rsv {
  margin-top: 30px;
}
.bl_newsBtm_rsv .txtlink {
  border-bottom: 1px solid #43B0BA;
  font-weight: bold;
  color: #43B0BA;
}
.bl_newsBtm_rsv img {
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: baseline;
  text-align: center;
}

.bl_newsBtm_info {
  margin-top: 50px;
  text-align: center;
}

.bl_newsBtm_shopName {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  /* &::before
  * content: ""
  * display: block
  * width: 16px
  * height: 16px
  * background: $baseFontColor
  * position: absolute
  * top: 10px
  * left: 0 */
}

.bl_newsBtm_tel img {
  display: inline-block;
  margin-right: 5px;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  vertical-align: middle;
}

@media not all and (min-width: 992px) {
  .bl_topNews .bl_news_list {
    padding: 20px;
  }
  .bl_news_listItem .imgWrap {
    height: 120px;
  }
  .bl_newsWrapper {
    grid-template-columns: 1fr;
    gap: 30px 0;
  }
}
@media not all and (min-width: 768px) {
  .bl_newsWrapper {
    margin-top: 40px;
  }
  .bl_topNews_inner {
    padding: 30px 20px;
  }
  .bl_topNews_inner .bl_news_list {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .bl_news_list {
    grid-template-columns: 1fr;
  }
  .bl_news_listItem {
    display: grid;
    grid-template-columns: 30% 1fr;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .bl_news_listItem .imgWrap {
    height: 20vw;
    margin-bottom: 0;
  }
  .bl_topNews {
    margin-top: 60px;
  }
  .bl_newsWrapper {
    grid-template-columns: 1fr;
    gap: 30px 0;
    padding: 0 20px;
  }
  .bl_news h2 {
    font-size: 2rem;
    line-height: 1.5;
    padding-left: 10px;
    border-left: 5px solid #83ccd2;
    font-weight: bold;
    margin: 40px 0 10px;
  }
  .bl_news h3 {
    font-size: 1.8rem;
    border-bottom: 1px solid #666;
    margin: 30px 0 10px;
    padding-bottom: 5px;
  }
  .bl_news h4 {
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    padding-left: 20px;
    margin: 20px 0 10px;
  }
  .bl_newsBtm_ttl {
    margin-top: 30px;
  }
  .bl_newsBtm_shopName {
    font-size: 1.6rem;
  }
  .bl_newsBtm_shopName::before {
    top: 7px;
  }
}
.bl_topServiceWrapper {
  margin-top: 120px;
  padding-bottom: 100px;
}

.bl_topService {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6.6666666667%;
     -moz-column-gap: 6.6666666667%;
          column-gap: 6.6666666667%;
}
.bl_topService:nth-of-type(n + 2) {
  margin-top: 60px;
}

.bl_topService_img {
  width: 50%;
  height: 360px;
}
.bl_topService_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bl_topService_txt {
  width: min(40%, 350px);
}
.bl_topService_txt h3 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.bl_topService_txt p {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .bl_topService__reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media not all and (min-width: 992px) {
  .bl_topServiceWrapper {
    margin-top: 80px;
    padding-bottom: 60px;
  }
  .bl_topService {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_topService:nth-of-type(n + 2) {
    margin-top: 40px;
  }
  .bl_topService_img {
    width: min(100%, 600px);
    height: min(50vw, 360px);
    margin: 0 auto;
  }
  .bl_topService_txt {
    width: min(100%, 600px);
    margin: 30px auto 0;
  }
  .bl_topService_txt h3 {
    font-size: 2rem;
    margin-bottom: 5px;
  }
  .bl_topService_txt p {
    margin-bottom: 10px;
  }
  .bl_topService_txt .el_btn_arrow {
    margin-left: auto;
  }
}
@media not all and (min-width: 768px) {
  .bl_topServiceWrapper {
    margin-top: 60px;
    padding-bottom: 20px;
  }
}
.bl_trimming_completeImage {
  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;
}
.bl_trimming_completeImage > * + * {
  margin-left: 20px;
}
.bl_trimming_completeImage picture {
  width: min(100%, 460px);
}

@media not all and (min-width: 768px) {
  .bl_trimming_completeImage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_trimming_completeImage > * + * {
    margin: 20px 0 0;
  }
}
.bl_priceWrap {
  padding: 160px 0 0;
}

.bl_price {
  padding: 100px 10.5769230769%;
  width: min(90%, 1040px);
  border: 1px solid #cecece;
  margin: 0 auto;
}
.bl_price .ttl {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.bl_price .el_searchBtn {
  margin: 50px auto 0;
  width: 240px;
  height: 50px;
  padding-top: 10px;
}

.bl_priceCourse {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 4.6511627907%;
     -moz-column-gap: 4.6511627907%;
          column-gap: 4.6511627907%;
  row-gap: 50px;
}

.bl_priceCourse_item {
  width: 230px;
}

.bl_priceCourse_item_ttl {
  width: calc(100% - 10px);
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
}
.bl_priceCourse_item_ttl::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #83ccd2;
  position: absolute;
  top: -10px;
  left: -10px;
}
.bl_priceCourse_item_ttl img {
  margin-bottom: 15px;
  display: block;
}
.bl_priceCourse_item_ttl .price {
  font-size: 1.8rem;
  margin-top: auto;
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #666;
}
.bl_priceCourse_item_ttl .caption {
  margin-top: auto;
  line-height: 1.2;
  font-size: 14px;
}
.bl_priceCourse_item_ttl h4 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.5;
  color: #666;
}
.bl_priceCourse_item_ttl h4 span {
  display: block;
  font-size: 12px;
  color: #83ccd2;
}
.bl_priceCourse_item_ttl dl {
  margin-top: 10px;
}
.bl_priceCourse_item_ttl .row {
  display: grid;
  grid-template-columns: 100px 1fr;
}

.bl_priceCourse_item_txt {
  margin-top: 30px;
}

.bl_priceTerms {
  margin-top: 120px;
}

.bl_priceTerms_ttl {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 30px;
}

.bl_priceTerms {
  margin-top: 120px;
}

.bl_price_table {
  margin-top: 50px;
}
.bl_price_table table {
  table-layout: fixed;
  background-color: #fff;
  border-spacing: 0;
  width: 100%;
}
.bl_price_table th, .bl_price_table td {
  text-align: center;
  border-collapse: collapse;
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
  font-weight: 500;
}
.bl_price_table thead th {
  background-color: #83ccd2;
  color: #fff;
  font-weight: bold;
}
.bl_price_table thead .overview th {
  color: #333;
  background-color: #efefef;
  font-weight: 500;
}
.bl_price_table tbody th {
  width: 200px;
  line-height: 1.2;
}

@media not all and (min-width: 992px) {
  .bl_priceWrap {
    padding: 80px 0 0;
  }
  .bl_price {
    padding: 50px 30px;
    width: 100%;
  }
  .bl_price h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .bl_priceCourse {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .bl_priceCourse_item_ttl {
    padding: 10px 10px 20px;
    width: calc(100% - 5px);
  }
  .bl_priceCourse_item_ttl::before {
    top: -5px;
    left: -5px;
  }
}
@media not all and (min-width: 768px) {
  .bl_price {
    padding: 30px 20px;
  }
  .bl_price .ttl {
    font-size: 2rem;
  }
  .bl_price .el_searchBtn {
    margin-top: 30px;
  }
  .bl_priceCourse {
    width: min(100%, 400px);
    margin: 30px auto 0;
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .bl_priceCourse_item_ttl h4 {
    font-size: 1.8rem;
  }
  .bl_priceCourse_item_txt {
    margin-top: 20px;
  }
  .bl_priceTerms {
    margin-top: 60px;
  }
  .bl_price_table td {
    padding: 10px 5px;
  }
}
.bl_pagination {
  margin-top: 50px;
}
.bl_pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_pagination li {
  margin: 0 5px;
}
.bl_pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  background-color: #fff;
  color: #83ccd2;
  font-family: "Montserrat", sans-serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #83ccd2;
  line-height: 1;
}
.bl_pagination .current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #83ccd2;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

.bl_flowWrap {
  margin-top: 160px;
}

.bl_flow_ttl {
  width: 100%;
  height: 480px;
  padding-top: 160px;
  padding-left: max(50% - 600px + 11%, 40px);
  background: url(../img/trimming/bg_flowTtl.jpg) center center/cover no-repeat;
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
}
.bl_flow_ttl span {
  display: block;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 5px;
  font-size: 3.8rem;
  line-height: 1.5;
}

.bl_flow_txt {
  display: block;
  padding: 90px 130px 0;
  background-color: #eaeaea;
  margin: -110px 0 0;
  border-radius: 10px 10px 0 0;
}

.bl_flow_belongings {
  width: min(100%, 860px);
  margin: 0 auto;
  padding: 40px 120px;
  background-color: #fff;
  border-radius: 5px;
}

.bl_flow_belongings_caution {
  padding: 5px 60px;
  border: 1px solid #43B0BA;
  position: relative;
  font-size: 1.4rem;
  margin-top: 30px;
}
.bl_flow_belongings_caution h4 {
  color: #43B0BA;
  margin-bottom: 5px;
}
.bl_flow_belongings_caution::before, .bl_flow_belongings_caution::after {
  content: "";
  width: calc(100% - 28px);
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: -1px;
  margin: auto;
}
.bl_flow_belongings_caution::after {
  bottom: -1px;
  top: auto;
}

@media not all and (min-width: 992px) {
  .bl_flowWrap {
    margin-top: 100px;
  }
  .bl_flow_ttl {
    padding: 50px 40px;
    height: auto;
    margin-bottom: 30px;
  }
  .bl_flow_txt {
    padding: 0;
    margin: 0;
  }
  .bl_flow_belongings {
    padding: 20px;
  }
}
@media not all and (min-width: 768px) {
  .bl_flow_belongings_caution {
    padding: 5px 20px;
  }
}
.bl_concept {
  margin-top: 160px;
}
.bl_concept .bl_card {
  margin-top: -150px;
  position: relative;
  z-index: 1;
}

.bl_concept_catch {
  text-align: center;
  font-weight: 500;
  width: calc(100% + 80px);
  -webkit-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
          transform: translateX(-40px);
  height: 280px;
  color: #fff;
  line-height: 1;
  padding: 60px 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  background: url(../img/common/bg_concept_catch.png) center center/cover no-repeat;
  letter-spacing: 10px;
}

@media not all and (min-width: 992px) {
  .bl_concept {
    margin-top: 60px;
  }
  .bl_concept .bl_card {
    margin-top: -50px;
  }
  .bl_concept_catch {
    width: calc(100% + 20px);
    -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
            transform: translateX(-10px);
    padding: 30px 20px;
    height: 120px;
  }
}
@media not all and (min-width: 768px) {
  .bl_concept .bl_card {
    margin-top: 0;
  }
  .bl_concept_catch {
    display: none;
  }
}
.bl_card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2.5%;
     -moz-column-gap: 2.5%;
          column-gap: 2.5%;
  row-gap: 50px;
}

.bl_card_item {
  position: relative;
}

.bl_card_img {
  width: 100%;
  height: min(20vw, 250px);
}
.bl_card_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bl_card_heading {
  margin: 50px 0 60px;
  font-size: min(1.5vw, 18px);
  font-weight: bold;
  position: relative;
}
.bl_card_heading::before {
  content: "";
  width: 30px;
  height: 1px;
  display: block;
  background-color: #B2B2B2;
  position: absolute;
  left: 0;
  bottom: -30px;
}
.bl_card_heading span {
  font-size: 12px;
  color: #43B0BA;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 5px;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}
.bl_card_heading__news {
  margin: 15px 0;
}
.bl_card_heading__news::before {
  display: none;
}

.bl_flowCard {
  width: min(100%, 1120px);
  padding: 0 20px;
  margin: 80px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 3.3333333333%;
     -moz-column-gap: 3.3333333333%;
          column-gap: 3.3333333333%;
  row-gap: 45px;
}

.bl_flowCard_item {
  position: relative;
}
.bl_flowCard_item::after {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background: url(../img/trimming/icon_arrow.svg) center center/contain no-repeat;
  position: absolute;
  top: min(7vw, 85px);
  right: -10%;
}
.bl_flowCard_item:nth-of-type(4n)::after, .bl_flowCard_item:last-of-type::after {
  display: none;
}

.bl_flowCard_img {
  position: relative;
  margin-bottom: 14px;
}
.bl_flowCard_img .num {
  position: absolute;
  background-color: #fff;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #43B0BA;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 2px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #43B0BA;
  position: absolute;
  top: -15px;
  left: -15px;
}
.bl_flowCard_img .num span {
  font-size: 10px;
  font-weight: 500;
}

.bl_flowCard_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}

@media not all and (min-width: 992px) {
  .bl_card {
    row-gap: 15px;
  }
  .bl_card_item p {
    font-size: 1.4rem;
  }
  .bl_card_heading {
    margin: 20px 0 40px;
  }
  .bl_card_heading::before {
    bottom: -20px;
  }
  .bl_flowCard {
    margin-top: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
  .bl_flowCard_item::after {
    top: 30%;
    right: -8%;
  }
  .bl_flowCard_item:nth-of-type(4n)::after {
    display: block;
  }
  .bl_flowCard_item:nth-of-type(3n)::after, .bl_flowCard_item:last-of-type::after {
    display: none;
  }
}
@media not all and (min-width: 768px) {
  .bl_card {
    width: min(100%, 500px);
    margin: 0 auto;
    grid-template-columns: 1fr;
    -webkit-column-gap: revert;
       -moz-column-gap: revert;
            column-gap: revert;
    row-gap: 30px;
  }
  .bl_card_item span {
    margin-bottom: 5px;
  }
  .bl_card_item h3 {
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .bl_card_item h3::before {
    bottom: -15px;
  }
  .bl_card_img {
    height: min(56vw, 300px);
  }
  .bl_card_heading {
    font-size: 1.6rem;
  }
  .bl_flowCard {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding: 0;
  }
  .bl_flowCard_item::after {
    display: none !important;
  }
  .bl_flowCard_ttl {
    font-size: 16px;
  }
}
.bl_sidebarWrapper > * + * {
  margin-top: 40px;
}

.bl_sidebar_ttl {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding: 10px;
  border: 1px solid #43B0BA;
}

.bl_sidebar_list li {
  margin-top: 15px;
  font-size: 1.4rem;
}
.bl_sidebar_list a {
  display: block;
  padding-left: 30px;
  position: relative;
}
.bl_sidebar_list a::before {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background-color: #83ccd2;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bl_sidebar_listItem a {
  padding: 0;
  display: block;
  line-height: 1.4;
}
.bl_sidebar_listItem a::before {
  display: none;
}
.bl_sidebar_listItem .time {
  display: block;
  color: #666;
}

@media not all and (min-width: 992px) {
  .bl_sideber_ttl {
    padding: 8px;
  }
}
@media not all and (min-width: 768px) {
  .bl_sidebar_ttl {
    font-size: 1.4rem;
  }
}
.bl_contact_ttl {
  padding-top: 160px;
}
.bl_contact_ttl .kv_logo {
  display: block;
  margin: 0 auto 30px;
}

.bl_contact {
  width: min(100% - 40px, 1200px);
  padding: 50px;
  background-color: #fff;
  border-radius: 5px;
  margin: 0 auto;
}

@media not all and (min-width: 768px) {
  .bl_contact_ttl {
    padding-top: 80px;
  }
  .bl_contact {
    width: calc(100% - 40px);
    padding: 20px;
  }
}
.bl_form_row {
  display: grid;
  grid-template-columns: 230px 1fr;
  border-bottom: 1px solid #eee;
  padding: 1.5rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_form_header {
  font-weight: bold;
  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;
  padding-right: 30px;
}

.bl_form_body .error {
  width: 100% !important;
  font-size: 12px;
  color: #f00;
}

@media not all and (min-width: 768px) {
  .bl_form_row {
    display: block;
    padding: 1rem 0;
  }
  .bl_form_header {
    display: block;
    margin-bottom: 10px;
  }
}
.el_btn {
  width: min(100%, 300px);
  height: 50px;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: bold;
  background-color: #83ccd2;
  border-radius: 50px;
  margin: 0 auto;
  border: 2px solid #83ccd2;
}

.el_btn_arrow {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  border-bottom: 1px solid #333;
  position: relative;
  padding: 20px 80px 20px 15px;
  font-size: 1.4rem;
  font-weight: 500;
}
.el_btn_arrow::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.el_btn_arrow::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #333;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  opacity: 0;
}

.el_ham_btn {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
}
.el_ham_btn span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 25px;
  left: 10px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.el_ham_btn span:nth-of-type(2) {
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}
.el_ham_btn span:nth-of-type(3) {
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
}
.el_ham_btn.open span {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.el_ham_btn.open span:nth-of-type(2), .el_ham_btn.open span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.el_reserveBtn {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  color: #fff;
  font-weight: bold;
  padding: 25px 15px;
  border-radius: 10px 0 0 10px;
  background-color: #83ccd2;
  position: fixed;
  top: 150px;
  right: 0;
  z-index: 99;
}

.el_pdfBtn {
  display: grid;
  place-content: center;
  border-radius: 10px;
  color: #fff;
  background: #83ccd2;
  -webkit-box-shadow: 0 4px 0 #6da1a5;
          box-shadow: 0 4px 0 #6da1a5;
  width: min(90%, 200px);
  margin: 20px auto 0;
  height: 50px;
}

@media (min-width: 992px) {
  .el_btn {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .el_btn:hover {
    opacity: 1;
    color: #83ccd2;
    background-color: #fff;
  }
  .el_btn_arrow {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .el_btn_arrow::after {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .el_btn_arrow:hover {
    opacity: 1;
    letter-spacing: 5px;
  }
  .el_btn_arrow:hover::after {
    opacity: 1;
  }
  .el_pdfBtn {
    -webkit-transition: -webkit-transform 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  }
  .el_pdfBtn:hover {
    -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
    opacity: 1;
  }
}
@media not all and (min-width: 992px) {
  .el_btn_arrow {
    padding: 10px 60px 10px 10px;
  }
}
@media not all and (min-width: 768px) {
  .el_reserveBtn {
    -webkit-writing-mode: revert;
        -ms-writing-mode: revert;
            writing-mode: revert;
    border-radius: 0;
    width: 100%;
    text-align: center;
    padding: 20px 10px;
    top: auto;
    bottom: 0;
  }
  .el_pdfBtn {
    height: 40px;
    width: min(90%, 165px);
  }
}
.el_lead {
  text-align: center;
}

.el_banner {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 100px auto 0;
}
.el_banner img {
  width: 100%;
  height: auto;
}

.el_caption {
  display: inline-block;
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
}

.el_toTop {
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background-color: #83ccd2;
  z-index: 99;
}
.el_toTop::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 53%;
  left: 50%;
}
.el_toTop.appear {
  display: block;
}

@media not all and (min-width: 992px) {
  .el_banner {
    margin-top: 40px;
  }
}
@media not all and (min-width: 768px) {
  .el_lead {
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .el_lead br {
    display: none;
  }
  .el_banner {
    margin-top: 20px;
  }
  .el_toTop {
    width: 40px;
    height: 40px;
    bottom: 75px;
    right: 10px;
  }
  .el_toTop::before {
    width: 10px;
    height: 10px;
    border-width: 2px;
  }
}
.el_required {
  font-size: 1.2rem;
  color: #fff;
  background-color: #e9829c;
  line-height: 1;
  padding: 3px 6px 5px 5px;
  border-radius: 3px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.mw_wp_form_confirm .el_required {
  display: none;
}

.el_inputText {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  padding: 1rem;
}

.el_submitWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.el_submit {
  display: block;
  width: 100%;
  max-width: 320px;
  background-color: #43B0BA;
  font-weight: 500;
  color: #fff;
  border-radius: 8px;
  font-size: 1.25rem;
  line-height: 1;
  padding: 1.5rem 0;
  letter-spacing: 2px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.el_submit__nega {
  background-color: #999;
}

.mw_wp_form_confirm .el_note {
  display: none;
}
.mw_wp_form_confirm .el_submitWrapper > * + * {
  margin-left: 20px;
}

@media not all and (min-width: 768px) {
  .el_required {
    font-size: 12px;
    padding: 0px 4px 2px 4px;
    margin-left: 10px;
  }
  .el_inputText {
    padding: 0.8rem;
  }
  .el_submitWrapper {
    margin-top: 20px;
  }
  .el_submit {
    max-width: 200px;
    font-size: 1.6rem;
    padding: 1rem 0;
  }
  .mw_wp_form_confirm .el_submitWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mw_wp_form_confirm .el_submitWrapper > * + * {
    margin: 10px 0 0;
  }
}
.el_heading {
  color: #43B0BA;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 60px;
}
.el_heading span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 3.8rem;
  color: #B2B2B2;
  font-weight: 400;
  letter-spacing: 7px;
  line-height: 1.2;
}

.el_heading_line {
  font-size: 1.6rem;
  color: #666;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto 30px;
  border-bottom: 1px solid #666;
  padding-bottom: 10px;
}

.el_heading_plan {
  color: #43B0BA;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 10px;
}
.el_heading_plan img {
  display: block;
  width: 40px;
  height: auto;
  vertical-align: sub;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .el_heading__left {
    text-align: left;
    margin-bottom: 10px;
  }
  .el_heading__left span {
    display: inline-block;
    margin-right: 30px;
    vertical-align: sub;
  }
}
@media not all and (min-width: 992px) {
  .el_heading {
    margin-bottom: 20px;
  }
  .el_heading span {
    font-size: 2.5rem;
  }
}
@media not all and (min-width: 768px) {
  .el_heading_plan {
    font-size: 1.8rem;
  }
  .el_heading_plan img {
    width: 30px;
  }
}
.el_list > * + * {
  margin-top: 10px;
}
.el_list li {
  padding-left: 16px;
  position: relative;
}
.el_list li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  background-color: #83ccd2;
  top: 12px;
  left: 0;
}
.el_list .caption {
  display: block;
  font-size: 1.4rem;
}

.el_list li {
  padding-left: 12px;
}
.el_list li::before {
  width: 5px;
  height: 5px;
  top: 10px;
}
.el_list li .caption {
  font-size: 12px;
}

.el_dlLink {
  display: block;
  width: min(90%, 200px);
  color: #43B0BA;
  margin: 30px auto 0;
  border-bottom: 1px solid #43B0BA;
  padding: 0 20px 10px 10px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.el_linkWrap {
  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;
  width: 100%;
  margin: 50px auto 0;
}

.el_link {
  min-width: 140px;
}
.el_link a {
  display: block;
  padding: 10px 20px;
  border-radius: 30px;
  text-align: center;
  border: 2px solid #83ccd2;
  background-color: #fff;
  color: #83ccd2;
  font-weight: 500;
  text-align: center;
}
.el_link__back a {
  background-color: #83ccd2;
  color: #fff;
}

@media (min-width: 992px) {
  .el_link a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .el_link a:hover {
    opacity: 1;
    background-color: #83ccd2;
    color: #fff;
  }
  .el_link__back a:hover {
    background-color: #fff;
    color: #83ccd2;
  }
}
@media not all and (min-width: 768px) {
  .el_linkWrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .el_link__back {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  .el_link__back a {
    max-width: 250px;
    margin: 20px auto 0;
  }
}
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.brmd {
  display: none;
}

.spOnly {
  display: none;
}

.hp_nowrap {
  display: inline-block;
}

@media not all and (min-width: 992px) {
  .brmd {
    display: block;
  }
}
@media not all and (min-width: 768px) {
  .hp_brsp {
    display: block;
  }
  .spOnly {
    display: block;
  }
}
.swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination-bullet-active {
  background-color: #83ccd2;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
}

.swiper-button-next {
  right: 0 !important;
}
.swiper-button-next::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.swiper-button-prev {
  left: 0 !important;
}
.swiper-button-prev::after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

@media not all and (min-width: 768px) {
  .swiper-pagination-bullets {
    bottom: 0 !important;
  }
}/*# sourceMappingURL=style.css.map */