@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
@import url(https://use.typekit.net/wgd6zip.css); /*Balboa*/
@import url(https://use.typekit.net/vig5vke.css); /*open sans*/
@import url(https://use.typekit.net/cen4ble.css); /*droid-sans*/
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,800,900|Noto+Serif+JP:300,400,500,600,700,800,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Cantarell:ital,wght@0,400;0,700;1,400;1,700&display=swap);
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
.page_title {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(245, 245, 245, 0.8);
  background-blend-mode: color;
  -webkit-background-blend-mode: color;
}
.page_title article {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  padding: 120px 0;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
}
.page_title article h1, .page_title article .blog_page_ttl {
  margin-top: 20px;
  color: #eb627e;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.125rem;
  line-height: 1;
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 1024px) {
  .page_title article h1, .page_title article .blog_page_ttl {
    margin-top: 12px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .page_title article h1, .page_title article .blog_page_ttl {
    margin-top: 8px;
    font-size: 0.875rem;
  }
}
.page_title article > div .en {
  padding: 0 60px;
  color: #72d9d1;
  font-family: "Cantarell", "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  position: relative;
}
@media (max-width: 1200px) {
  .page_title article > div .en {
    font-size: calc(1.425rem + 2.1vw);
  }
}
.page_title article > div .en::before {
  position: absolute;
  content: "";
  width: 20%;
  max-width: 50px;
  height: calc(100% + 30px);
  background: url(../images/top/title_deco01.png) no-repeat bottom left;
  background-size: contain !important;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 640px) {
  .page_title article > div .en::before {
    height: calc(100% + 20px);
  }
}
.page_title article > div .en::after {
  position: absolute;
  content: "";
  width: 20%;
  max-width: 50px;
  height: calc(100% + 30px);
  background: url(../images/top/title_deco02.png) no-repeat bottom right;
  background-size: contain !important;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 640px) {
  .page_title article > div .en::after {
    height: calc(100% + 20px);
  }
}
@media only screen and (max-width: 835px) {
  .page_title article > div .en {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .page_title article {
    padding: 100px 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .page_title article {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 640px) {
  .page_title article {
    padding: 60px 0;
  }
}

.contact_title {
  background-image: url(../images/contents/title_bg01.jpg);
  background-size: cover !important;
}

.blog_title {
  background-image: url(../images/contents/title_bg01.jpg);
  background-size: cover !important;
}

.bg_color_wrap00 {
  position: relative;
  padding: 60px 0 !important;
}
@media only screen and (max-width: 1200px) {
  .bg_color_wrap00 {
    padding: 50px 0 !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .bg_color_wrap00 {
    padding: 40px 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .bg_color_wrap00 {
    padding: 40px 0 !important;
  }
}

.bg_color_inr00 {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  background: #ece6da;
  z-index: -1;
}

.bg_wrap {
  position: relative;
  padding: 200px 0 !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  z-index: 0;
}
.bg_wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 1500px) {
  .bg_wrap {
    padding: 160px 0 !important;
  }
}
@media only screen and (max-width: 1200px) {
  .bg_wrap {
    padding: 120px 0 !important;
  }
}
@media only screen and (max-width: 835px) {
  .bg_wrap {
    padding: 80px 0 !important;
    background-attachment: initial;
  }
}

.title_a {
  margin: 40px auto 20px;
}
.title_a h2, .title_a h3, .title_a h4 {
  font-size: 1.5rem;
  color: #1b1b1b;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  background: rgba(236, 230, 218, 0.5);
  border-left: 5px solid #72d9d1;
  border-bottom: 3px solid rgba(204, 204, 204, 0.7);
  padding: 8px 0 8px 10px;
}
@media (max-width: 1200px) {
  .title_a h2, .title_a h3, .title_a h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_a {
    margin: 30px auto 15px;
  }
  .title_a h2, .title_a h3, .title_a h4 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  .title_a {
    margin: 30px auto 15px;
  }
  .title_a h2, .title_a h3, .title_a h4 {
    font-size: 1.125rem;
    font-weight: 500;
  }
}

.title_b {
  margin: 40px auto 20px;
}
.title_b h2, .title_b h3, .title_b h4 {
  position: relative;
  padding-left: 25px;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #1b1b1b;
  padding-bottom: 5px;
  border-bottom: dashed 1px #cccccc;
  display: flex;
  align-items: center;
}
.title_b h2:after, .title_b h3:after, .title_b h4:after {
  font-family: "Font Awesome 5 pro";
  content: "\f219"; /*アイコンのユニコード*/
  font-weight: bold;
  color: #72d9d1;
  font-size: 1.25rem;
  position: absolute; /*絶対位置*/
  left: 0px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
}
@media only screen and (max-width: 835px) {
  .title_b h2, .title_b h3, .title_b h4 {
    font-size: 1.125rem;
  }
}
.title_b h3, .title_b h4 {
  font-size: 1.125rem;
}
@media only screen and (max-width: 835px) {
  .title_b h3, .title_b h4 {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 835px) {
  .title_b {
    margin: 30px auto 16px;
  }
}
.title_b .prof {
  position: absolute;
  top: -10px;
  right: 0;
  font-size: 1.1em;
  background: #668e68;
  padding: 5px 10px;
  color: #fff;
  line-height: 1;
  font-size: 0.8125rem;
}

.title_c {
  margin: 40px auto 20px;
}
.title_c h2, .title_c h3, .title_c h4 {
  background: rgba(245, 245, 245, 0.5);
  padding: 8px 0 8px 44px;
  font-weight: 600;
  font-size: 1.5rem;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #72d9d1;
  position: relative;
}
@media (max-width: 1200px) {
  .title_c h2, .title_c h3, .title_c h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.title_c h2:before, .title_c h3:before, .title_c h4:before {
  content: "□";
  position: absolute;
  left: 5px;
  bottom: 3px;
  color: rgba(114, 217, 209, 0.8);
}
.title_c h2:after, .title_c h3:after, .title_c h4:after {
  content: "□";
  position: absolute;
  left: 15px;
  top: 3px;
  color: rgba(235, 98, 126, 0.8);
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_c {
    margin: 30px auto 15px;
  }
  .title_c h2, .title_c h3, .title_c h4 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  .title_c {
    margin: 30px auto 15px;
  }
  .title_c h2, .title_c h3, .title_c h4 {
    font-size: 1.125rem;
  }
}

.title_d {
  margin: 40px auto 20px auto;
}
.title_d h2, .title_d h3, .title_d h4 {
  font-size: 1.25rem;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #72d9d1;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1em;
  padding-bottom: 15px;
  position: relative;
}
.title_d h2:after, .title_d h3:after, .title_d h4:after {
  position: absolute;
  content: "";
  display: block;
  background: #72d9d1;
  bottom: 0;
  width: 60px;
  height: 1px;
  left: 0;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_d h2, .title_d h3, .title_d h4 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .title_d h2, .title_d h3, .title_d h4 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 835px) {
  .title_d {
    margin: 30px auto 15px;
  }
}

.title_e {
  margin: 40px auto 20px;
}
.title_e h2, .title_e h3, .title_e h4 {
  font-size: 1.375rem;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #1b1b1b;
  font-weight: 500;
  padding-bottom: 8px;
  border-bottom: solid 2px #ccc;
  position: relative;
}
@media (max-width: 1200px) {
  .title_e h2, .title_e h3, .title_e h4 {
    font-size: calc(1.2625rem + 0.15vw);
  }
}
.title_e h2:after, .title_e h3:after, .title_e h4:after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: solid 2px rgba(114, 217, 209, 0.7);
  bottom: -2px;
  width: 20%;
  left: 0;
}
@media only screen and (max-width: 835px) {
  .title_e h2, .title_e h3, .title_e h4 {
    font-size: 1.125rem;
  }
}
.title_e h3, .title_e h4 {
  font-size: 1.25rem;
}
@media only screen and (max-width: 835px) {
  .title_e {
    margin: 30px auto 15px;
  }
  .title_e h2, .title_e h3, .title_e h4 {
    font-size: 1.125rem;
  }
}

.title_f {
  margin: 40px auto 20px;
  border-bottom: 2px dotted rgba(204, 204, 204, 0.7);
}
.title_f h2, .title_f h3, .title_f h4 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #72d9d1;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  background: rgba(204, 204, 204, 0.5);
  border-left: 3px solid #72d9d1;
  padding: 8px 0 8px 10px;
  margin-bottom: 5px;
  line-height: 1em;
}
@media (max-width: 1200px) {
  .title_f h2, .title_f h3, .title_f h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 640px) {
  .title_f h2, .title_f h3, .title_f h4 {
    line-height: 1.3em;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_f {
    margin: 30px auto 15px;
  }
  .title_f h2, .title_f h3, .title_f h4 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  .title_f {
    margin: 30px auto 15px;
  }
  .title_f h2, .title_f h3, .title_f h4 {
    font-size: 1.125rem;
    font-weight: 600;
  }
}

.title_g {
  margin: 40px auto 20px;
}
.title_g article > div {
  text-align: right !important;
}
.title_g h2, .title_g h3, .title_g h4 {
  background: #72d9d1;
  background-size: auto;
  padding: 10px 10px 10px 20px;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #fff;
  position: relative;
}
@media (max-width: 1200px) {
  .title_g h2, .title_g h3, .title_g h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.title_g h2 .prof, .title_g h3 .prof, .title_g h4 .prof {
  position: absolute;
  top: -10px;
  right: 0;
  font-size: 1.1em;
  background: #668e68;
  padding: 5px 10px;
  color: #fff;
  line-height: 1;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 835px) {
  .title_g h2 .prof, .title_g h3 .prof, .title_g h4 .prof {
    top: -20px;
  }
}
.title_g h2:before, .title_g h3:before, .title_g h4:before {
  content: "";
  position: absolute;
  background: white;
  width: 4px;
  height: 60%;
  left: 7px;
  top: 20%;
}
.title_g h2 .sub, .title_g h2 .en, .title_g h3 .sub, .title_g h3 .en, .title_g h4 .sub, .title_g h4 .en {
  font-size: 1rem;
}
.title_g h3, .title_g h4 {
  font-size: 1.375rem;
}
@media (max-width: 1200px) {
  .title_g h3, .title_g h4 {
    font-size: calc(1.2625rem + 0.15vw);
  }
}
@media only screen and (max-width: 835px) {
  .title_g {
    margin: 30px auto 15px;
  }
  .title_g h2, .title_g h3, .title_g h4 {
    font-size: 1.25rem;
  }
}

.title_gw {
  margin: 40px auto 20px;
}
.title_gw h2, .title_gw h3, .title_gw h4 {
  background: #72d9d1;
  background-size: auto;
  padding: 10px 10px 10px 20px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  color: #fff;
  position: relative;
}
@media (max-width: 1200px) {
  .title_gw h2, .title_gw h3, .title_gw h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.title_gw h2:before, .title_gw h3:before, .title_gw h4:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 4px;
  height: 60%;
  left: 7px;
  top: 20%;
}
.title_gw h2 .sub, .title_gw h3 .sub, .title_gw h4 .sub {
  font-size: 1rem;
}
@media only screen and (max-width: 835px) {
  .title_gw {
    margin: 30px auto 15px;
  }
  .title_gw h2, .title_gw h3, .title_gw h4 {
    font-size: 1.25rem;
  }
}

.title_h {
  margin: 40px auto 30px auto;
}
.title_h h2, .title_h h3, .title_h h4 {
  font-size: 1.75rem;
  font-family: "Cantarell", "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #72d9d1;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1em;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 1200px) {
  .title_h h2, .title_h h3, .title_h h4 {
    font-size: calc(1.3rem + 0.6vw);
  }
}
.title_h h2:after, .title_h h3:after, .title_h h4:after {
  position: absolute;
  content: "";
  display: block;
  background: rgba(102, 142, 104, 0.8);
  bottom: 0;
  width: 60px;
  height: 1px;
  left: 0;
}
@media only screen and (max-width: 835px) {
  .title_h h2:after, .title_h h3:after, .title_h h4:after {
    width: 40px;
  }
}
@media only screen and (max-width: 835px) {
  .title_h h2, .title_h h3, .title_h h4 {
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 835px) {
  .title_h {
    margin: 30px auto 20px;
  }
  .title_h h2, .title_h h3, .title_h h4 {
    font-size: 1.25rem;
  }
}

.title_i {
  margin: 30px auto 20px auto;
}
.title_i h2, .title_i h3, .title_i h4 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #1b1b1b;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  border-left: 5px solid #72d9d1;
  border-bottom: 1px dashed rgba(86, 86, 86, 0.5);
  padding: 5px 0 5px 8px;
}
@media (max-width: 1200px) {
  .title_i h2, .title_i h3, .title_i h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.title_i h3, .title_i h4 {
  font-size: 1.25rem;
}
@media only screen and (max-width: 1200px) {
  .title_i h3, .title_i h4 {
    border-left: 4px solid #72d9d1;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_i {
    margin: 30px auto 15px;
  }
}
@media only screen and (max-width: 640px) {
  .title_i {
    margin: 30px auto 15px;
  }
  .title_i h2 {
    font-size: 1.25rem;
  }
  .title_i h3, .title_i h4 {
    font-size: 1.125rem;
  }
}

.title_j {
  margin: 40px auto 20px;
}
.title_j h2, .title_j h3, .title_j h4 {
  background: whitesmoke;
  background-size: auto;
  padding: 12px 10px 12px 20px;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #1b1b1b;
  position: relative;
}
@media (max-width: 1200px) {
  .title_j h2, .title_j h3, .title_j h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.title_j h2:before, .title_j h3:before, .title_j h4:before {
  content: "";
  position: absolute;
  background: #72d9d1;
  width: 4px;
  height: 60%;
  left: 7px;
  top: 20%;
}
@media only screen and (max-width: 835px) {
  .title_j h2, .title_j h3, .title_j h4 {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 835px) {
  .title_j {
    margin: 30px auto 15px;
  }
}

.title_k {
  margin: 40px auto 20px;
}
.title_k h2, .title_k h3, .title_k h4 {
  border-top: 2px solid rgba(114, 217, 209, 0.5);
  border-bottom: 2px solid rgba(114, 217, 209, 0.5);
  background-size: auto;
  padding: 7px 10px 7px 20px;
  margin-bottom: 12px;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #1b1b1b;
  position: relative;
}
@media (max-width: 1200px) {
  .title_k h2, .title_k h3, .title_k h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.title_k h2:before, .title_k h3:before, .title_k h4:before {
  content: "";
  position: absolute;
  background: #eb627e;
  width: 10%;
  height: 2px;
  left: 0;
  top: -2px;
}
.title_k .sub {
  font-size: 1rem;
  display: block;
  text-align: right;
}
@media only screen and (max-width: 835px) {
  .title_k .sub {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 835px) {
  .title_k {
    margin: 30px auto 15px;
  }
  .title_k h2, .title_k h3, .title_k h4 {
    margin-bottom: 8px;
    font-size: 1.25rem;
  }
  .title_k h2:before, .title_k h3:before, .title_k h4:before {
    width: 20%;
  }
}

.title_l {
  margin: 50px auto 30px;
}
.title_l h2, .title_l h3, .title_l h4 {
  padding: 10px 0;
  position: relative;
}
.title_l h2 .txt, .title_l h3 .txt, .title_l h4 .txt {
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #fff;
  padding: 10px;
  background: #72d9d1;
  position: relative;
}
.title_l h2 .txt::before, .title_l h3 .txt::before, .title_l h4 .txt::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 16px;
  height: 100%;
  right: -16px;
  top: 0;
  bottom: 0;
}
@media only screen and (max-width: 640px) {
  .title_l h2 .txt::before, .title_l h3 .txt::before, .title_l h4 .txt::before {
    width: 8px;
    right: -8px;
  }
}
.title_l h2:before, .title_l h3:before, .title_l h4:before {
  content: "";
  position: absolute;
  background: #72d9d1;
  z-index: -1;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  top: 50%;
}
@media only screen and (max-width: 835px) {
  .title_l {
    margin: 30px auto 20px;
  }
  .title_l h2 .txt, .title_l h3 .txt, .title_l h4 .txt {
    padding: 4px 8px;
    font-size: 1.125rem;
  }
}

.title_line {
  margin: 70px auto 30px auto;
  border-top: 3px solid rgba(114, 217, 209, 0.5);
  border-bottom: 3px solid rgba(114, 217, 209, 0.5);
  border-radius: 10px;
  padding: 20px 0;
}
.title_line article {
  display: flex;
  flex-direction: column;
}
.title_line article > div .en {
  color: #eb627e;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.title_line article h2 {
  color: #72d9d1;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5em;
}
@media (max-width: 1200px) {
  .title_line article h2 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.title_line article h3 {
  color: #72d9d1;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1.5em;
}
@media (max-width: 1200px) {
  .title_line article h3 {
    font-size: calc(1.25625rem + 0.075vw);
  }
}
@media only screen and (max-width: 835px) {
  .title_line {
    margin: 40px auto 20px auto;
    padding: 15px 0;
  }
  .title_line article h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 835px) and (max-width: 1200px) {
  .title_line article h2 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

.title_line2 {
  margin: 70px auto 30px auto;
  border-top: 2px solid #666;
  border-image: linear-gradient(90deg, #004090 0%, #02cedb 25%, #004090 75%, #fe638b 100%);
  border-image-slice: 1;
  border-bottom: 2px solid #666;
  border-image: linear-gradient(90deg, #004090 0%, #02cedb 25%, #004090 75%, #fe638b 100%);
  border-image-slice: 1;
  padding: 20px 0;
}
.title_line2 article {
  display: flex;
  flex-direction: column;
}
.title_line2 article .en {
  color: #1b1b1b;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 10px;
  display: block;
}
.title_line2 article h2 {
  color: #eb627e;
  line-height: 1.5em;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.875rem;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .title_line2 article h2 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media only screen and (max-width: 835px) {
  .title_line2 article h2 {
    font-size: 1.125rem;
  }
}
.title_line2 article h3 {
  color: #72d9d1;
  font-size: 1.3125rem;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .title_line2 article h3 {
    font-size: calc(1.25625rem + 0.075vw);
  }
}
@media only screen and (max-width: 835px) {
  .title_line2 {
    margin: 40px auto 20px auto;
  }
}

.title_line3 {
  margin: 70px auto 30px auto;
  position: relative;
}
.title_line3::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  height: 8px;
  background-image: repeating-linear-gradient(45deg, rgba(114, 217, 209, 0.5) 0px, rgba(114, 217, 209, 0.5) 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%), repeating-linear-gradient(135deg, rgba(114, 217, 209, 0.5) 0px, rgba(114, 217, 209, 0.5) 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-size: 8px 8px;
}
.title_line3::after {
  position: absolute;
  visibility: visible !important;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  height: 8px;
  background-image: repeating-linear-gradient(45deg, rgba(114, 217, 209, 0.5) 0px, rgba(114, 217, 209, 0.5) 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%), repeating-linear-gradient(135deg, rgba(114, 217, 209, 0.5) 0px, rgba(114, 217, 209, 0.5) 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-size: 8px 8px;
}
.title_line3 article {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}
.title_line3 article > div .en {
  color: #eb627e;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.title_line3 article h2 {
  color: #1b1b1b;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.8em;
}
@media (max-width: 1200px) {
  .title_line3 article h2 {
    font-size: calc(1.2625rem + 0.15vw);
  }
}
.title_line3 article h3 {
  color: #1b1b1b;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1.5em;
}
@media (max-width: 1200px) {
  .title_line3 article h3 {
    font-size: calc(1.25625rem + 0.075vw);
  }
}
@media only screen and (max-width: 835px) {
  .title_line3 {
    margin: 40px auto 20px auto;
  }
  .title_line3 article {
    padding: 15px 0;
  }
  .title_line3 article h2, .title_line3 article h3 {
    font-size: 1.125rem;
  }
}

.title_box01 {
  border: #ccc 1px solid;
  background: whitesmoke;
  padding: 20px;
  margin-bottom: 30px;
}
.title_box01 h2, .title_box01 h3, .title_box01 > div {
  font-size: 1.25rem;
  color: #72d9d1;
}
@media only screen and (max-width: 1024px) {
  .title_box01 h2, .title_box01 h3, .title_box01 > div {
    font-size: 1.125rem;
  }
}
.title_box01 .txt {
  font-weight: 500;
  border-bottom: 1px solid #565656;
}
@media only screen and (max-width: 1024px) {
  .title_box01 {
    padding: 10px;
  }
}
@media only screen and (max-width: 835px) {
  .title_box01 {
    margin-bottom: 15px;
  }
}

.title_box02 {
  margin: 30px auto 20px auto;
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  background: whitesmoke;
  padding: 10px;
  margin-bottom: 30px;
}
.title_box02 h2, .title_box02 h3, .title_box02 > div {
  font-size: 1.25rem;
  color: #72d9d1;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .title_box02 h2, .title_box02 h3, .title_box02 > div {
    font-size: 1.125rem;
  }
}
.title_box02 .txt {
  font-weight: 500;
  border-bottom: 1px solid #565656;
}
@media only screen and (max-width: 1024px) {
  .title_box02 {
    padding: 10px;
  }
}
@media only screen and (max-width: 835px) {
  .title_box02 {
    margin: 30px auto 15px auto;
  }
}

.title_icon {
  margin: 40px auto 20px;
}
.title_icon h2, .title_icon h3, .title_icon h4 {
  position: relative;
  padding: 0 0 8px 30px;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #72d9d1;
  border-bottom: dotted 2px rgba(114, 217, 209, 0.4);
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .title_icon h2, .title_icon h3, .title_icon h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.title_icon h2:after, .title_icon h3:after, .title_icon h4:after {
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/top/titledeco3.png) no-repeat left;
  background-size: contain;
  bottom: 5px;
  left: 0;
}
@media only screen and (max-width: 835px) {
  .title_icon h2:after, .title_icon h3:after, .title_icon h4:after {
    width: 40px;
    height: 40px;
  }
}
.title_icon h2 .name, .title_icon h3 .name, .title_icon h4 .name {
  font-size: 1.125rem;
  margin-left: 10px;
}
@media only screen and (max-width: 835px) {
  .title_icon h2, .title_icon h3, .title_icon h4 {
    font-size: 1.25rem;
    padding: 0 0 4px 24px;
  }
}
@media only screen and (max-width: 835px) {
  .title_icon {
    margin: 30px auto 15px;
  }
}

.title_icon2 {
  margin: 40px auto 20px;
}
.title_icon2 h2, .title_icon2 h3, .title_icon2 h4 {
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #72d9d1;
  align-items: center;
  display: flex;
  padding-bottom: 5px;
  border-bottom: dotted 2px rgba(204, 204, 204, 0.5);
}
@media (max-width: 1200px) {
  .title_icon2 h2, .title_icon2 h3, .title_icon2 h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.title_icon2 h2 i, .title_icon2 h3 i, .title_icon2 h4 i {
  font-size: 1.875rem;
  color: #eb627e;
  margin-right: 12px;
}
@media (max-width: 1200px) {
  .title_icon2 h2 i, .title_icon2 h3 i, .title_icon2 h4 i {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media only screen and (max-width: 835px) {
  .title_icon2 h2, .title_icon2 h3, .title_icon2 h4 {
    font-size: 1.125rem;
  }
}
.title_icon2 h3, .title_icon2 h4 {
  font-size: 1.25rem;
}
.title_icon2 h3 i, .title_icon2 h4 i {
  font-size: 1.875rem;
}
@media (max-width: 1200px) {
  .title_icon2 h3 i, .title_icon2 h4 i {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media only screen and (max-width: 835px) {
  .title_icon2 h3, .title_icon2 h4 {
    font-size: 1.125rem;
  }
  .title_icon2 h3 i, .title_icon2 h4 i {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 835px) and (max-width: 1200px) {
  .title_icon2 h3 i, .title_icon2 h4 i {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 835px) {
  .title_icon2 {
    margin: 30px auto 15px;
  }
}

.title_center_01 {
  margin: 50px auto 30px auto;
}
.title_center_01 h2, .title_center_01 h3, .title_center_01 h4 {
  font-size: 1.75rem;
  color: #72d9d1;
  font-family: "Cantarell", "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  position: relative;
  padding-bottom: 20px;
  text-align: center;
  line-height: 1.5em;
}
@media (max-width: 1200px) {
  .title_center_01 h2, .title_center_01 h3, .title_center_01 h4 {
    font-size: calc(1.3rem + 0.6vw);
  }
}
.title_center_01 h2:after, .title_center_01 h3:after, .title_center_01 h4:after {
  position: absolute;
  content: "";
  background: rgba(102, 142, 104, 0.5);
  width: 60px;
  height: 1px;
  border-radius: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
@media only screen and (max-width: 835px) {
  .title_center_01 h2:after, .title_center_01 h3:after, .title_center_01 h4:after {
    width: 60px;
    height: 1px;
  }
}
.title_center_01 h2 br, .title_center_01 h3 br, .title_center_01 h4 br {
  display: block !important;
}
@media only screen and (max-width: 1200px) {
  .title_center_01 {
    margin: 40px auto 20px auto;
  }
}
@media only screen and (max-width: 835px) {
  .title_center_01 {
    margin: 40px auto 20px auto;
  }
  .title_center_01 h2, .title_center_01 h3, .title_center_01 h4 {
    font-size: 1.25rem;
    padding-bottom: 15px;
  }
}

.title_center_02 {
  margin: 50px auto 30px auto;
}
.title_center_02 h2, .title_center_02 h3, .title_center_02 h4 {
  font-size: 1.75rem;
  color: #72d9d1;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: 500;
  position: relative;
  padding-bottom: 30px;
  text-align: center;
  line-height: 1.5em;
}
@media (max-width: 1200px) {
  .title_center_02 h2, .title_center_02 h3, .title_center_02 h4 {
    font-size: calc(1.3rem + 0.6vw);
  }
}
.title_center_02 h2:after, .title_center_02 h3:after, .title_center_02 h4:after {
  position: absolute;
  content: "";
  background: url(../images/contents/title_deco05.png) no-repeat center;
  background-size: contain;
  width: 100px;
  height: 18px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
@media only screen and (max-width: 835px) {
  .title_center_02 h2:after, .title_center_02 h3:after, .title_center_02 h4:after {
    width: 60px;
    height: 15px;
  }
}
.title_center_02 h2 br, .title_center_02 h3 br, .title_center_02 h4 br {
  display: block !important;
}
@media only screen and (max-width: 1200px) {
  .title_center_02 {
    margin: 40px auto 20px auto;
  }
}
@media only screen and (max-width: 835px) {
  .title_center_02 {
    margin: 40px auto 20px auto;
  }
  .title_center_02 h2, .title_center_02 h3, .title_center_02 h4 {
    font-size: 1.25rem;
    padding-bottom: 20px;
  }
}

.title_center_bg {
  margin: 0 auto 30px auto;
}
.title_center_bg h2, .title_center_bg h3, .title_center_bg h4 {
  background: #72d9d1;
  padding: 10px 10px;
  font-size: 1.5rem;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: 500;
  color: white;
  line-height: 1.5em;
  text-align: center;
}
@media (max-width: 1200px) {
  .title_center_bg h2, .title_center_bg h3, .title_center_bg h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.title_center_bg h2 .sub, .title_center_bg h3 .sub, .title_center_bg h4 .sub {
  width: 100%;
  max-width: 500px;
  margin: 5px auto 0 auto;
  color: rgba(114, 217, 209, 0.8);
  display: block;
  background: #fff;
  font-size: 1rem;
  line-height: 1;
  padding: 5px;
}
@media only screen and (max-width: 835px) {
  .title_center_bg {
    margin: 0 auto 15px auto;
  }
  .title_center_bg h2, .title_center_bg h3, .title_center_bg h4 {
    font-size: 1.25rem;
  }
}

.title_center_bg_s {
  margin: 40px auto 20px auto;
}
.title_center_bg_s h2, .title_center_bg_s h3, .title_center_bg_s h4 {
  background: rgba(102, 142, 104, 0.9);
  padding: 8px 10px;
  font-weight: 500;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.5em;
  text-align: center;
}
.title_center_bg_s h2 span, .title_center_bg_s h3 span, .title_center_bg_s h4 span {
  color: rgba(114, 217, 209, 0.8);
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_center_bg_s {
    margin: 30px auto 15px auto;
  }
  .title_center_bg_s h2, .title_center_bg_s h3, .title_center_bg_s h4 {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 640px) {
  .title_center_bg_s {
    margin: 30px auto 15px auto;
  }
  .title_center_bg_s h2, .title_center_bg_s h3, .title_center_bg_s h4 {
    font-size: 1rem;
  }
}

.title_center_bg_ans {
  margin: 40px auto 20px auto;
}
.title_center_bg_ans div {
  background: #eb627e;
  padding: 8px 10px;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.75rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}
@media (max-width: 1200px) {
  .title_center_bg_ans div {
    font-size: calc(1.3rem + 0.6vw);
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_center_bg_ans {
    margin: 30px auto 15px auto;
  }
  .title_center_bg_ans div {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 640px) {
  .title_center_bg_ans {
    margin: 30px auto 15px auto;
  }
  .title_center_bg_ans div {
    font-size: 1.125rem;
  }
}

.title_center_bg_ans2 {
  margin: 40px auto 20px auto;
}
.title_center_bg_ans2 div {
  background: rgba(172, 140, 96, 0.7);
  padding: 8px 10px;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #fff;
  text-align: center;
  font-size: 1rem;
}
.title_center_bg_ans2 div b {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5em;
}
@media (max-width: 1200px) {
  .title_center_bg_ans2 div b {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 835px) {
  .title_center_bg_ans2 {
    margin: 30px auto 15px auto;
  }
  .title_center_bg_ans2 div {
    font-size: 0.9375rem;
  }
  .title_center_bg_ans2 div b {
    font-size: 1.125rem;
  }
}

.title_half {
  margin: 40px auto 15px;
}
.title_half h2, .title_half h3, .title_half h4 {
  max-width: 550px;
  width: 100%;
  font-size: 1.3125rem;
  font-weight: 500;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  text-align: center !important;
  background: rgba(235, 98, 126, 0.8);
  padding: 8px 10px;
  color: #fff;
}
@media (max-width: 1200px) {
  .title_half h2, .title_half h3, .title_half h4 {
    font-size: calc(1.25625rem + 0.075vw);
  }
}
@media only screen and (max-width: 835px) {
  .title_half {
    margin: 30px auto 15px;
  }
  .title_half h2, .title_half h3, .title_half h4 {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 640px) {
  .title_half {
    max-width: 100%;
  }
}

.title_center_dot {
  margin: 30px auto 20px auto;
}
.title_center_dot h2, .title_center_dot h3, .title_center_dot h4 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
.title_center_dot h2 div, .title_center_dot h3 div, .title_center_dot h4 div {
  min-width: 20px;
  flex-grow: 1;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
.title_center_dot h2 div:after, .title_center_dot h3 div:after, .title_center_dot h4 div:after {
  content: "";
  width: 100%;
  height: 5px;
  top: 5px;
  border-bottom: 5px dotted #eb627e;
  position: absolute;
  left: 0;
  z-index: -1;
  display: block;
  visibility: initial;
}
.title_center_dot h2 span, .title_center_dot h3 span, .title_center_dot h4 span {
  position: relative;
  font-size: 1.5rem;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  transform: rotateZ(0.03deg);
  color: #72d9d1;
  background: transpatent;
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .title_center_dot h2 span, .title_center_dot h3 span, .title_center_dot h4 span {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_center_dot h2 span, .title_center_dot h3 span, .title_center_dot h4 span {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  .title_center_dot h2 span, .title_center_dot h3 span, .title_center_dot h4 span {
    padding: 0 10px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 835px) {
  .title_center_dot {
    margin: 20px auto 15px auto;
  }
}

.title_cute {
  margin: 40px auto 20px;
}
.title_cute h2, .title_cute h3, .title_cute h4 {
  background: #72d9d1;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  font-size: 1.3125rem;
  font-weight: 400;
  color: #fff;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  position: relative;
  box-shadow: 0px 0px 0px 5px #72d9d1;
}
@media (max-width: 1200px) {
  .title_cute h2, .title_cute h3, .title_cute h4 {
    font-size: calc(1.25625rem + 0.075vw);
  }
}
.title_cute h2:before, .title_cute h3:before, .title_cute h4:before {
  position: absolute;
  content: "";
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #eb627e;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.title_cute h2 .sub, .title_cute h3 .sub, .title_cute h4 .sub {
  font-size: 1rem;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_cute {
    margin: 30px auto 15px;
  }
  .title_cute h2, .title_cute h3, .title_cute h4 {
    font-size: 1.25rem;
  }
  .title_cute h2 .sub, .title_cute h3 .sub, .title_cute h4 .sub {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 640px) {
  .title_cute {
    margin: 30px auto 15px;
  }
  .title_cute h2, .title_cute h3, .title_cute h4 {
    font-size: 1.125rem;
  }
  .title_cute h2 .sub, .title_cute h3 .sub, .title_cute h4 .sub {
    font-size: 0.8125rem;
  }
}

.title_cute2 {
  margin: 50px auto 20px;
  background: rgba(172, 140, 96, 0.9);
  border-radius: 10px;
}
.title_cute2 h2, .title_cute2 h3, .title_cute2 h4 {
  font-size: 1.5rem;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  padding: 0.6em 1em 0.6em 1.8em;
  position: relative;
  color: white;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .title_cute2 h2, .title_cute2 h3, .title_cute2 h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.title_cute2 h2:before, .title_cute2 h3:before, .title_cute2 h4:before {
  content: "";
  background: #fff;
  width: 4px;
  height: 20px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.title_cute2 h2:after, .title_cute2 h3:after, .title_cute2 h4:after {
  content: "";
  border: 1px dotted #fff;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 7px;
}
@media only screen and (max-width: 835px) {
  .title_cute2 {
    margin: 30px auto 15px auto;
  }
  .title_cute2 h2, .title_cute2 h3, .title_cute2 h4 {
    font-size: 1.25rem;
  }
}

.title_cute3 {
  margin: 40px auto 20px;
}
.title_cute3 h2, .title_cute3 h3, .title_cute3 h4 {
  font-size: 1.5rem;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  background: #1b1b1b;
  background-size: auto;
  padding: 0.5em 1em 0.5em 1.8em;
  position: relative;
  border-radius: 25px 0 0 25px;
  color: white;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .title_cute3 h2, .title_cute3 h3, .title_cute3 h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.title_cute3 h2:before, .title_cute3 h3:before, .title_cute3 h4:before {
  content: "●";
  color: #72d9d1;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 835px) {
  .title_cute3 {
    margin: 30px auto 15px auto;
  }
  .title_cute3 h2, .title_cute3 h3, .title_cute3 h4 {
    font-size: 1.25rem;
  }
}

.title_num {
  margin: 40px auto 30px auto;
}
.title_num h2, .title_num h3 {
  line-height: 1;
  font-size: 1.5rem;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: 600;
}
.title_num h2 .num, .title_num h3 .num {
  font-family: "Cantarell", "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #1b1b1b;
  font-size: 6.25rem;
  font-weight: 800;
  display: block;
  border-bottom: 2px solid #111;
  padding-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .title_num h2 .num, .title_num h3 .num {
    font-size: calc(1.75rem + 6vw);
  }
}
@media only screen and (max-width: 1500px) {
  .title_num h2 .num, .title_num h3 .num {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 1500px) and (max-width: 1200px) {
  .title_num h2 .num, .title_num h3 .num {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (max-width: 1200px) {
  .title_num h2, .title_num h3 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 835px) {
  .title_num {
    margin: 30px auto 20px auto;
  }
}

.title_num2 {
  margin: 40px auto 30px auto;
}
.title_num2 h2, .title_num2 h3 {
  line-height: 1;
  font-size: 1.5rem;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: 3px dotted #ece6da;
}
.title_num2 h2 .num, .title_num2 h3 .num {
  color: #eb627e;
  font-size: 3.125rem;
  font-style: oblique;
  margin-right: 12px;
}
@media (max-width: 1200px) {
  .title_num2 h2 .num, .title_num2 h3 .num {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
.title_num2 h2 .num .en, .title_num2 h3 .num .en {
  font-size: 0.6em;
  color: #72d9d1;
}
@media (max-width: 1200px) {
  .title_num2 h2, .title_num2 h3 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 835px) {
  .title_num2 {
    margin: 30px auto 20px auto;
  }
  .title_num2 h2, .title_num2 h3 {
    font-size: 1.125rem;
  }
}

.title_num3 {
  margin: 40px auto 30px auto;
}
.title_num3 h2, .title_num3 h3 {
  line-height: 1;
  font-size: 1.25rem;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: 600;
}
.title_num3 h2 .num, .title_num3 h3 .num {
  display: inline-block;
  text-align: center;
  background: #eb627e;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  font-family: "Cantarell", "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: white;
  font-size: 1.875rem;
  margin-right: 5px;
}
@media (max-width: 1200px) {
  .title_num3 h2 .num, .title_num3 h3 .num {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media only screen and (max-width: 835px) {
  .title_num3 {
    margin: 30px auto 20px auto;
  }
  .title_num3 h2, .title_num3 h3 {
    font-size: 1.125rem;
  }
}

.list_UL ul li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
}
.list_UL ul li:after {
  font-family: "Font Awesome 5 pro";
  content: "\f111"; /*アイコンのユニコード*/
  font-weight: 600;
  color: #668e68;
  font-size: 0.875rem;
  position: absolute; /*絶対位置*/
  left: 0px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
}

.list_UL2 ul li {
  overflow: visible !important;
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 1px dashed #ccc;
}
.list_UL2 ul li:after {
  font-family: "Font Awesome 5 pro";
  content: "\f276"; /*アイコンのユニコード*/
  font-weight: 600;
  color: #eb627e;
  font-size: 1.5rem;
  position: absolute; /*絶対位置*/
  height: 30px;
  left: 0px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
  transform: rotate(-20deg);
}
@media (max-width: 1200px) {
  .list_UL2 ul li:after {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 835px) {
  .list_UL2 ul li {
    padding-left: 20px;
    font-size: 0.875rem;
  }
}

.check_UL ul li {
  padding-left: 36px;
  position: relative;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
}
.check_UL ul li:after {
  content: "";
  position: absolute; /*絶対位置*/
  background: url(../images/top/check.png) no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  left: 0px; /*アイコンの位置*/
  bottom: auto;
  top: auto;
}
@media only screen and (max-width: 835px) {
  .check_UL ul li {
    font-size: 0.9375rem;
    line-height: 1.5em;
  }
  .check_UL ul li:after {
    width: 25px;
    height: 23px;
  }
}
@media only screen and (max-width: 640px) {
  .check_UL ul li {
    padding-left: 25px;
  }
  .check_UL ul li:after {
    width: 20px;
    height: 20px;
    top: 0;
  }
}

.check_UL2 ul li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2em;
  border-bottom: 1px dashed #ccc;
}
.check_UL2 ul li:after {
  content: "";
  position: absolute; /*絶対位置*/
  background: url(../images/top/check.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 27px;
  left: 0px; /*アイコンの位置*/
  top: 5px;
}
@media only screen and (max-width: 835px) {
  .check_UL2 ul li {
    font-size: 0.9375rem;
  }
  .check_UL2 ul li:after {
    width: 25px;
    height: 23px;
  }
}
@media only screen and (max-width: 640px) {
  .check_UL2 ul li {
    padding-left: 30px;
  }
  .check_UL2 ul li:after {
    top: 0;
  }
}

.check_UL3 ul li {
  width: 100% !important;
  overflow: visible !important;
  padding-left: 30px;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 15px;
  font-size: 1.125rem;
  font-weight: 500;
  border-bottom: 1px dashed #ccc;
}
.check_UL3 ul li:after {
  font-family: "Font Awesome 5 pro";
  content: "\f14a"; /*アイコンのユニコード*/
  font-weight: 600;
  color: #eb627e;
  font-size: 1.25rem;
  position: absolute; /*絶対位置*/
  left: 0px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
}
@media only screen and (max-width: 835px) {
  .check_UL3 ul li {
    margin-bottom: 10px;
    padding-left: 24px;
    font-size: 1rem;
  }
}

.pin_UL ul li {
  width: 100% !important;
  overflow: visible !important;
  padding-left: 24px;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 400;
  border-bottom: 1px dashed #ccc;
}
.pin_UL ul li:after {
  font-family: "Font Awesome 5 pro";
  content: "\f276"; /*アイコンのユニコード*/
  transform: rotate(-20deg);
  font-weight: 600;
  color: #eb627e;
  font-size: 1.25rem;
  position: absolute; /*絶対位置*/
  left: 0px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
}
@media only screen and (max-width: 835px) {
  .pin_UL ul li {
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 1rem;
  }
}

.info_01 {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0;
}
@media only screen and (max-width: 835px) {
  .info_01 {
    padding: 20px 0;
  }
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 100px solid transparent;
  border-left: 100px solid transparent;
  border-top: 50px solid rgba(114, 217, 209, 0.5);
}

.pick01, .pick02 {
  background: rgba(245, 245, 245, 0.7);
  padding: 30px;
}
.pick01 .profile, .pick02 .profile {
  font-size: 1rem;
  color: #72d9d1;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: right !important;
}
@media only screen and (max-width: 835px) {
  .pick01, .pick02 {
    padding: 30px 15px;
  }
}

.pick02 {
  border: 3px solid #f0f0f0;
  background: rgba(236, 230, 218, 0.5) !important;
}
@media only screen and (max-width: 835px) {
  .pick02 {
    padding: 15px !important;
  }
}

.pick03 {
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
}

.pick_rd {
  background: rgba(236, 230, 218, 0.5);
  padding: 20px;
  border-radius: 10px;
  border: rgba(102, 142, 104, 0.3) 1px solid;
}
.pick_rd .profile {
  font-size: 1rem;
  color: #72d9d1;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: right !important;
}
@media only screen and (max-width: 835px) {
  .pick_rd {
    padding: 30px 15px;
  }
}

.contact_contents #contents_wrap {
  margin-top: 50px;
}
@media only screen and (max-width: 835px) {
  .contact_contents #contents_wrap {
    margin-top: 50px;
  }
}

.fc_w {
  color: #fff !important;
}

.fs_16 {
  font-size: 1rem;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .fs_16 {
    font-size: 0.9375rem;
  }
}

.ttl_18 {
  font-size: 1.125rem;
}
@media only screen and (max-width: 835px) {
  .ttl_18 {
    font-size: 1rem;
  }
}

.fs_18 {
  font-size: 1.125rem;
}
@media only screen and (max-width: 1200px) {
  .fs_18 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 835px) {
  .fs_18 {
    font-size: 0.9375rem;
  }
}

.fs_20 {
  font-size: 1.25rem;
}
@media only screen and (max-width: 835px) {
  .fs_20 {
    font-size: 1.125rem;
  }
}

.fs_24 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8em;
}
@media (max-width: 1200px) {
  .fs_24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 835px) {
  .fs_24 {
    font-size: 1.125rem;
  }
}

.fs_30 {
  font-size: 1.875rem;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .fs_30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media only screen and (max-width: 835px) {
  .fs_30 {
    font-size: 1.25rem;
  }
}

.hosoku {
  background: rgba(204, 204, 204, 0.4);
  padding: 10px;
  font-size: 0.95em;
}
.hosoku h2, .hosoku h3, .hosoku h4 {
  font-size: 1rem;
  color: #72d9d1;
  font-weight: 600;
}
@media only screen and (max-width: 835px) {
  .hosoku {
    padding: 10px;
  }
}

.ls200 {
  letter-spacing: 0.4rem;
}
@media only screen and (max-width: 835px) {
  .ls200 {
    letter-spacing: 1px;
  }
}

.ls100 {
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 835px) {
  .ls100 {
    letter-spacing: 1px;
  }
}

.ls50 {
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 835px) {
  .ls50 {
    letter-spacing: 1px;
  }
}

.lh3 {
  line-height: 2.4em;
}
@media only screen and (max-width: 835px) {
  .lh3 {
    line-height: 2em;
  }
}

.lh2 {
  line-height: 2em;
}
@media only screen and (max-width: 835px) {
  .lh2 {
    line-height: 2em;
  }
}

.tate {
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}

.marker01 {
  background: linear-gradient(transparent 40%, rgba(235, 98, 126, 0.2) 0%);
}

.marker02 {
  background: linear-gradient(transparent 70%, rgba(235, 98, 126, 0.3) 0%);
}

.marker03 {
  background: linear-gradient(transparent 40%, rgba(114, 217, 209, 0.2) 0%);
}

.marker04 {
  background: linear-gradient(transparent 70%, rgba(114, 217, 209, 0.3) 0%);
}

.txt_marker {
  background: linear-gradient(transparent 60%, #e3eae3 70%);
}

.btn1 a, .btn1_L a {
  max-width: 240px;
  min-width: 180px;
  margin: 0 auto;
  width: 100%;
  background: #eb627e;
  background-size: auto;
  padding: 16px 30px;
  line-height: 1;
  display: block;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  font-family: "Cantarell", "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  color: 　rgba(＃fff, 1) 　 !important;
}
.btn1 a:after, .btn1_L a:after {
  transition: 0.5s;
  font-family: "Font Awesome 5 pro";
  content: "\f054"; /*アイコンのユニコード*/
  font-weight: 400;
  font-size: 0.9375rem;
  position: absolute; /*絶対位置*/
  right: 8px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.btn1 a i, .btn1_L a i {
  color: #fff;
  margin-right: 5px;
}
@media only screen and (max-width: 640px) {
  .btn1 a, .btn1_L a {
    margin: 0 auto;
  }
}
.btn1 a:hover, .btn1_L a:hover {
  opacity: 1;
  background: #ac8c60;
}
.btn1 a:hover:after, .btn1_L a:hover:after {
  transform: translate(5px, 0);
}

.btn1_rad20 a, .btn1_rad20_L a {
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 2;
  background: white;
  border: 1px solid #72d9d1;
  transition: 0.5s;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  min-width: 220px;
  padding: 12px;
  color: #72d9d1;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1rem;
  font-weight: 500;
  transform: rotateZ(0.03deg);
}
.btn1_rad20 a:before, .btn1_rad20_L a:before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: #497d4c;
  transition: 0.5s;
}
.btn1_rad20 a:after, .btn1_rad20_L a:after {
  transition: 0.5s;
  font-family: "Font Awesome 5 pro";
  content: "\f061"; /*アイコンのユニコード*/
  font-weight: 400;
  font-size: 1rem;
  position: absolute; /*絶対位置*/
  right: 10px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.btn1_rad20 a:hover, .btn1_rad20_L a:hover {
  opacity: 1 !important;
  color: #fff;
}
.btn1_rad20 a:hover:before, .btn1_rad20_L a:hover:before {
  left: 0;
}
.btn1_rad20 a:hover:after, .btn1_rad20_L a:hover:after {
  color: #fff;
}
.btn1_rad20 a, .btn1_rad20_L a {
  border-radius: 40px;
}

@media screen and (min-width: 640px) {
  .btn1_rad20_L a {
    margin: 0 auto 0 0;
  }
}

@media screen and (min-width: 640px) {
  .btn1_L a {
    margin: 0 auto 0 0;
  }
}

.btn2 a, .btn2_L a {
  text-align: center;
  position: relative;
  z-index: 2;
  border: 1px solid #eb627e;
  background: white;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 280px;
  min-width: 150px;
  padding: 16px 0;
  line-height: 1;
  color: #eb627e;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1rem;
  font-weight: 400;
  transition: 0.5s;
}
.btn2 a:after, .btn2_L a:after {
  font-family: "Font Awesome 5 pro";
  content: "\f054"; /*アイコンのユニコード*/
  font-weight: 400;
  font-size: 0.875rem;
  position: absolute; /*絶対位置*/
  right: 10px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.btn2 a:hover, .btn2_L a:hover {
  opacity: 1 !important;
  background-color: #eb627e;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .btn2 a, .btn2_L a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 640px) {
  .btn2_L a {
    margin: 0 auto 0 0;
  }
}

.btn3, .btn3_a, .btn3_a_L, .btn3_L, .btn3_s {
  width: 100%;
  max-width: 320px;
  min-width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 2;
  font-weight: 500;
  font-size: 1.125rem;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  background: #72d9d1;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff !important;
  text-align: center;
}
.btn3:before, .btn3_a:before, .btn3_a_L:before, .btn3_L:before, .btn3_s:before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn3:after, .btn3_a:after, .btn3_a_L:after, .btn3_L:after, .btn3_s:after {
  font-family: "Font Awesome 5 pro";
  content: "\f054"; /*アイコンのユニコード*/
  font-size: 16px;
  font-weight: 400;
  position: absolute; /*絶対位置*/
  right: 10px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center !important;
  justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: visible;
}
.btn3:hover, .btn3_a:hover, .btn3_a_L:hover, .btn3_L:hover, .btn3_s:hover {
  opacity: 1;
  color: #fff;
}
.btn3:hover:before, .btn3_a:hover:before, .btn3_a_L:hover:before, .btn3_L:hover:before, .btn3_s:hover:before {
  left: 0;
}
.btn3:hover:after, .btn3_a:hover:after, .btn3_a_L:hover:after, .btn3_L:hover:after, .btn3_s:hover:after {
  transform: translate(5px, 0);
}
@media only screen and (max-width: 835px) {
  .btn3, .btn3_a, .btn3_a_L, .btn3_L, .btn3_s {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .btn3, .btn3_a, .btn3_a_L, .btn3_L, .btn3_s {
    margin: 0 auto;
    min-width: auto;
    width: 95%;
  }
}

.btn3_s {
  max-width: 280px;
  min-width: 180px;
  padding: 12px;
  background: #eb627e;
}

@media screen and (min-width: 640px) {
  .btn3_L {
    margin: 0 auto 0 0;
  }
}

.btn3_a, .btn3_a_L {
  background: #eb627e !important;
}

@media screen and (min-width: 640px) {
  .btn3_a_L {
    margin: 0 auto 0 0;
  }
}

.btn4, .btn4_L {
  text-align: center !important;
  width: 95%;
  margin: 0 auto;
}
.btn4 a, .btn4_L a {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
  min-width: 250px;
  height: 55px;
  line-height: 55px;
  display: flex;
  text-align: center !important;
  background: #72d9d1;
  overflow: hidden;
  color: #72d9d1;
  transition: 0.5s;
}
.btn4 a i, .btn4_L a i {
  margin-right: 5px;
}
.btn4 a span, .btn4_L a span {
  width: 100%;
  height: 100%;
  color: rgba(114, 217, 209, 0.8);
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  z-index: 10;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 500;
}
.btn4 a span div, .btn4_L a span div {
  text-align: center !important;
}
.btn4 a span:after, .btn4_L a span:after {
  font-family: "Font Awesome 5 pro";
  content: "\f054"; /*アイコンのユニコード*/
  font-size: 14px;
  position: absolute; /*絶対位置*/
  right: 10px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  text-align: center !important;
  justify-content: center;
  font-weight: 600;
}
.btn4 a span:before, .btn4_L a span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: rgba(114, 217, 209, 0.8);
  z-index: -1;
  transition: 0.5s;
}
.btn4 a span:hover:before, .btn4_L a span:hover:before {
  width: 100%;
}
.btn4 a span:hover:after, .btn4_L a span:hover:after {
  transform: translate(3px, 0);
  transition: 0.5s;
}
@media only screen and (max-width: 835px) {
  .btn4 a span, .btn4_L a span {
    font-size: 1rem;
  }
}
.btn4 a:hover, .btn4_L a:hover {
  opacity: 1;
}
@media only screen and (max-width: 640px) {
  .btn4 a, .btn4_L a {
    height: 50px;
    line-height: 50px;
  }
}
.btn4 div, .btn4_L div {
  text-align: center !important;
}

.btn4_L {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .btn4_L a {
    margin: 0 auto 0 0;
  }
}

.btn5, .btn5_L {
  width: 100%;
}
.btn5 a, .btn5_L a {
  background: #fff;
  border: 1px solid #72d9d1;
  display: block;
  width: 90%;
  max-width: 250px;
  margin: 0 auto;
  padding: 10px 5px;
  text-align: center;
  color: #72d9d1;
  font-size: 1.25rem;
  font-family: "Cantarell", "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
}
.btn5 a:after, .btn5_L a:after {
  position: absolute;
  top: 50%;
  right: -25px;
  content: "";
  width: 50px;
  height: 1px;
  background: #668e68;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.btn5 a:hover, .btn5_L a:hover {
  background: rgba(114, 217, 209, 0.8);
  color: #fff;
  opacity: 1;
  transition: 0.5s;
}
.btn5 a:hover:after, .btn5_L a:hover:after {
  transform: scale(1, 1);
}
@media only screen and (max-width: 640px) {
  .btn5 a, .btn5_L a {
    font-size: 1.125rem;
  }
}

.btn5_L {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .btn5_L a {
    margin: 0 auto 0 0;
  }
}

.btn5_jp, .btn5_jp_L {
  width: 100%;
}
.btn5_jp a, .btn5_jp_L a {
  border: 1px solid #72d9d1;
  display: block;
  width: 90%;
  max-width: 250px;
  margin: 0 auto;
  padding: 10px 5px;
  text-align: center;
  color: #72d9d1;
  font-size: 1.125rem;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  position: relative;
}
.btn5_jp a:after, .btn5_jp_L a:after {
  position: absolute;
  top: 50%;
  right: -25px;
  content: "";
  width: 50px;
  height: 1px;
  background: #eb627e;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.btn5_jp a:hover, .btn5_jp_L a:hover {
  background: rgba(114, 217, 209, 0.8);
  color: #fff;
  opacity: 1;
  transition: 0.5s;
}
.btn5_jp a:hover:after, .btn5_jp_L a:hover:after {
  transform: scale(1, 1);
}
@media only screen and (max-width: 640px) {
  .btn5_jp a, .btn5_jp_L a {
    font-size: 1.125rem;
  }
}

.btn5_jp_L {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .btn5_jp_L a {
    margin: 0 auto 0 0;
  }
}

.btn_cute {
  width: 100%;
  max-width: 230px;
  min-width: 150px;
  position: relative;
  overflow: visible;
  margin-bottom: 10px;
}
.btn_cute a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
  font-size: 1.125rem;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  background: #eb627e;
  border-radius: 30px;
  color: #fff !important;
  text-align: center;
}
.btn_cute:before {
  content: "";
  z-index: -1;
  position: absolute;
  background: url(../images/top/pt04.png) repeat center bottom;
  background-size: auto;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  bottom: -4px;
  right: -4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_cute:after {
  color: #fff;
  font-family: "Font Awesome 5 pro";
  content: "\f0da"; /*アイコンのユニコード*/
  font-size: 18px;
  font-weight: bold;
  position: absolute; /*絶対位置*/
  right: 10px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center !important;
  justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: visible;
}
.btn_cute:hover a, .btn_cute:hover:after {
  opacity: 1;
  -webkit-transform: translate(4px, 4px);
  -ms-transform: translate(4px, 4px);
  transform: translate(4px, 4px);
}
@media only screen and (max-width: 835px) {
  .btn_cute a {
    font-size: 1rem;
    padding: 12px 0;
  }
}
@media only screen and (max-width: 640px) {
  .btn_cute {
    margin: 0 auto;
    min-width: auto;
    width: 95%;
  }
}

.bg_color_wrap {
  position: relative;
  padding: 3% 0 !important;
}
@media screen and (max-width: 1500px) {
  .bg_color_wrap {
    padding: 7% 0 !important;
  }
}
@media only screen and (max-width: 835px) {
  .bg_color_wrap {
    padding: 10% 0 !important;
  }
}

.bg_color_inr {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background: rgba(114, 217, 209, 0.15);
  z-index: -1;
}
.bg_img_wrap {
  position: relative;
  padding: 4% 0 !important;
}
@media screen and (max-width: 1300px) {
  .bg_img_wrap {
    padding: 6% 0 !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .bg_img_wrap {
    padding: 8% 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .bg_img_wrap {
    padding: 10% 0 !important;
  }
}

.bg_img_inr {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  background: url(../images/common/top_bg1.png) repeat top;
  background-size: cover;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .bg_img_inr {
    background-position: right bottom;
  }
}

.bg_ptn_wrap {
  position: relative;
  padding: 80px 0 !important;
}
@media screen and (max-width: 1300px) {
  .bg_ptn_wrap {
    padding: 70px 0 !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .bg_ptn_wrap {
    padding: 60px 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .bg_ptn_wrap {
    padding: 40px 0 !important;
  }
}

.bg_ptn_inr {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  background: url(../images/top/ptn1.png) repeat center;
  background-size: auto;
  z-index: -1;
}
@media only screen and (max-width: 1200px) {
  .bg_ptn_inr {
    background-size: 50%;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .bg_ptn_inr {
    background-size: 75%;
  }
}
@media only screen and (max-width: 640px) {
  .bg_ptn_inr {
    background-size: 100%;
  }
}

.flx_inr01 div {
  text-align: center;
}

.flx_inr02 .box {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
}
.flx_inr02 .box article {
  display: flex !important;
  flex-direction: column;
  background: #f2f2f2;
  border: 5px solid #f2f2f2;
}
.flx_inr02 .box article h3 {
  order: 1;
  background: #eb627e;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
}
@media only screen and (max-width: 835px) {
  .flx_inr02 .box article h3 {
    font-size: 1rem;
  }
}
.flx_inr02 .box article img {
  order: 2;
  width: 100% !important;
  border-bottom: 5px solid #f2f2f2;
}
.flx_inr02 .box article div {
  order: 3;
  padding: 0 5px 5px 5px;
}

.flx_inr03 .box article h3 {
  text-align: center;
  font-size: 1.2em;
  font-weight: 500;
  margin: 5px auto;
  background: rgba(235, 98, 126, 0.8);
  color: #fff;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .flx_inr03 .box article h3 {
    font-size: 1em;
  }
}
@media only screen and (max-width: 640px) {
  .flx_inr03 .box article h3 {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 640px) {
  .flx_inr03 .box:not(:last-child) {
    margin-bottom: 20px !important;
  }
}

.flx_inr04 .box h3 {
  text-align: center;
  font-size: 1.2em;
  color: #72d9d1;
  font-weight: 500;
}
.flx_inr04 .box div {
  text-align: center;
  font-size: 1.125rem;
  color: #72d9d1;
}
@media only screen and (max-width: 835px) {
  .flx_inr04 .box div {
    font-size: 1rem;
  }
}

.img_txt_flx {
  display: flex;
  justify-content: space-between;
}
.img_txt_flx .box {
  overflow: inherit !important;
}
.img_txt_flx .box:first-child {
  width: 39%;
  margin: 0 1% 0 0;
}
.img_txt_flx .box:first-child img {
  display: block;
  margin: 0 auto;
  width: 100% !important;
}
.img_txt_flx .box:nth-child(2) {
  width: 59%;
  margin: 0 0 0 1%;
}
@media only screen and (max-width: 640px) {
  .img_txt_flx {
    flex-direction: column;
  }
  .img_txt_flx .box:first-child {
    width: 100%;
    margin: 0 auto 15px auto !important;
  }
  .img_txt_flx .box:nth-child(2) {
    width: 100%;
    margin: 0 auto !important;
  }
}

.img_txt_flx2 {
  display: flex;
  justify-content: space-between;
}
.img_txt_flx2 .box {
  overflow: inherit !important;
}
.img_txt_flx2 .box:first-child {
  width: 29%;
  margin: 0 1% 0 0;
}
.img_txt_flx2 .box:first-child img {
  display: block;
  margin: 0 auto;
  width: 100% !important;
}
.img_txt_flx2 .box:nth-child(2) {
  width: 69%;
  margin: 0 0 0 1%;
}
@media only screen and (max-width: 640px) {
  .img_txt_flx2 {
    flex-direction: column;
  }
  .img_txt_flx2 .box:first-child {
    width: 100%;
    margin: 0 auto 15px auto !important;
  }
  .img_txt_flx2 .box:nth-child(2) {
    width: 100%;
    margin: 0 auto !important;
  }
}

.img_txt_flx3 {
  display: flex;
  justify-content: space-between;
}
.img_txt_flx3 .box {
  overflow: inherit !important;
}
.img_txt_flx3 .box:first-child {
  width: 19%;
  margin: 0 1% 0 0;
}
.img_txt_flx3 .box:first-child img {
  margin: 0 auto;
  display: block;
  float: none;
}
.img_txt_flx3 .box:nth-child(2) {
  width: 79%;
  margin: 0 0 0 1%;
}
@media only screen and (max-width: 640px) {
  .img_txt_flx3 {
    flex-direction: column;
  }
  .img_txt_flx3 .box:first-child {
    width: 100%;
    margin: 0 auto 15px auto !important;
  }
  .img_txt_flx3 .box:nth-child(2) {
    width: 100%;
    margin: 0 auto !important;
  }
}

.img_txt_flx0 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.img_txt_flx0 .box {
  overflow: inherit !important;
}
.img_txt_flx0 .box:first-child {
  width: 14%;
  margin: 0 1% 0 0;
  padding: 10px;
  background: #fff;
}
.img_txt_flx0 .box:first-child img {
  margin: 0 auto;
  display: block;
  float: none;
}
.img_txt_flx0 .box:nth-child(2) {
  width: 84%;
  margin: 0 0 0 1%;
}
@media only screen and (max-width: 835px) {
  .img_txt_flx0 .box:first-child {
    width: 24%;
  }
}
@media only screen and (max-width: 835px) {
  .img_txt_flx0 .box:nth-child(2) {
    width: 74%;
  }
}

.txt_img_flx {
  display: flex;
  justify-content: space-between;
}
.txt_img_flx .box {
  overflow: inherit !important;
}
.txt_img_flx .box:first-child {
  width: 59%;
  margin: 0 1% 0 0;
}
.txt_img_flx .box:nth-child(2) {
  width: 39%;
  margin: 0 0 0 1%;
}
.txt_img_flx .box:nth-child(2) img {
  display: block;
  margin: 0 auto;
  width: 100% !important;
}
@media only screen and (max-width: 640px) {
  .txt_img_flx {
    flex-direction: column-reverse !important;
  }
  .txt_img_flx .box:first-child {
    width: 100%;
    margin: 0 auto;
  }
  .txt_img_flx .box:nth-child(2) {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}

.txt_img_flx2 {
  display: flex;
  justify-content: space-between;
}
.txt_img_flx2 .box {
  overflow: inherit !important;
}
.txt_img_flx2 .box:first-child {
  width: 69%;
  margin: 0 1% 0 0;
}
.txt_img_flx2 .box:nth-child(2) {
  width: 29%;
  margin: 0 0 0 1%;
}
.txt_img_flx2 .box:nth-child(2) img {
  display: block;
  margin: 0 auto;
  width: 100% !important;
}
@media only screen and (max-width: 640px) {
  .txt_img_flx2 {
    flex-direction: column-reverse !important;
  }
  .txt_img_flx2 .box:first-child {
    width: 100%;
    margin: 0 auto;
  }
  .txt_img_flx2 .box:nth-child(2) {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}

.txt_img_flx3 {
  display: flex;
  justify-content: space-between;
}
.txt_img_flx3 .box {
  overflow: inherit !important;
}
.txt_img_flx3 .box:first-child {
  width: 79%;
  margin: 0 1% 0 0;
}
.txt_img_flx3 .box:nth-child(2) {
  width: 19%;
  margin: 0 0 0 1%;
}
.txt_img_flx3 .box:nth-child(2) img {
  display: block;
  margin: 0 auto;
  width: 100% !important;
}
@media only screen and (max-width: 640px) {
  .txt_img_flx3 {
    flex-direction: column-reverse !important;
  }
  .txt_img_flx3 .box:first-child {
    width: 100%;
    margin: 0 auto;
  }
  .txt_img_flx3 .box:nth-child(2) {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}

.img_txt_flx4, .txt_img_flx4 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap !important;
  margin-top: 60px;
  padding-bottom: 50px;
}
.img_txt_flx4 .box, .txt_img_flx4 .box {
  width: 50%;
  align-self: stretch;
}
.img_txt_flx4 .box:nth-child(2), .txt_img_flx4 .box:nth-child(2) {
  background: url(../images/top/pt01.jpg) repeat center;
  background-size: auto;
  width: 55%;
  margin: 50px 0 -30px -5%;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
}
.img_txt_flx4 .box:nth-child(2) > div, .txt_img_flx4 .box:nth-child(2) > div {
  height: 100%;
  padding: 50px 30px;
}
.img_txt_flx4 .box:nth-child(2) > div p, .txt_img_flx4 .box:nth-child(2) > div p {
  color: #fff;
  font-size: 1.125rem;
  line-height: 2.5rem;
}
@media only screen and (max-width: 1024px) {
  .img_txt_flx4 .box:nth-child(2) > div p, .txt_img_flx4 .box:nth-child(2) > div p {
    font-size: 0.9375rem;
    line-height: 2rem;
  }
  .img_txt_flx4 .box:nth-child(2) > div p br, .txt_img_flx4 .box:nth-child(2) > div p br {
    display: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .img_txt_flx4 .box:nth-child(2) > div, .txt_img_flx4 .box:nth-child(2) > div {
    padding: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .img_txt_flx4 .box:nth-child(2) > div, .txt_img_flx4 .box:nth-child(2) > div {
    padding: 30px 16px;
    width: 100%;
  }
}
.img_txt_flx4 .box:nth-child(2) img, .txt_img_flx4 .box:nth-child(2) img {
  display: block;
  height: 100% !important;
  object-fit: cover;
}
@media only screen and (max-width: 640px) {
  .img_txt_flx4, .txt_img_flx4 {
    flex-direction: column !important;
  }
  .img_txt_flx4 .box:first-child, .txt_img_flx4 .box:first-child {
    width: 95%;
    margin: 0 auto 0 0;
    position: relative;
  }
  .img_txt_flx4 .box:nth-child(2), .txt_img_flx4 .box:nth-child(2) {
    position: relative;
    width: 95%;
    margin: -20px 0 0 auto;
  }
}
@media only screen and (max-width: 1200px) {
  .img_txt_flx4, .txt_img_flx4 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .img_txt_flx4, .txt_img_flx4 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .img_txt_flx4, .txt_img_flx4 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .img_txt_flx4, .txt_img_flx4 {
    padding-bottom: 0;
  }
}

.txt_img_flx4 {
  flex-direction: row-reverse !important;
}
.txt_img_flx4 .box:nth-child(2) {
  margin: 50px -5% -30px 0;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .txt_img_flx4 {
    flex-direction: column !important;
  }
  .txt_img_flx4 .box:first-child {
    width: 90%;
    margin: 0 0 0 auto !important;
    position: relative;
  }
  .txt_img_flx4 .box:nth-child(2) {
    position: relative;
    width: 90%;
    margin: -20px auto 0 0 !important;
  }
}

.flx2, .flx2_r {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.flx2 .box, .flx2_r .box {
  width: 49%;
}
.flx2 .box:nth-child(2n+1), .flx2_r .box:nth-child(2n+1) {
  margin: 0 1% 0 0;
}
.flx2 .box:nth-child(2n), .flx2_r .box:nth-child(2n) {
  margin: 0 0 0 1%;
}
@media only screen and (max-width: 640px) {
  .flx2, .flx2_r {
    flex-direction: column;
  }
  .flx2 .box, .flx2_r .box {
    width: 100%;
  }
  .flx2 .box:nth-child(2n+1), .flx2_r .box:nth-child(2n+1) {
    margin: 0 auto 15px auto;
  }
  .flx2 .box:nth-child(2n), .flx2_r .box:nth-child(2n) {
    margin: 0 auto;
  }
}

.flx2_r .box {
  width: 49%;
}
.flx2_r .box:nth-child(2n+1) {
  margin: 0 1% 2% 0;
}
.flx2_r .box:nth-child(2n) {
  margin: 0 0 2% 1%;
}
@media only screen and (max-width: 640px) {
  .flx2_r {
    flex-direction: column;
  }
  .flx2_r .box {
    width: 100%;
    margin: 0 auto;
  }
  .flx2_r .box:nth-child(2n+1) {
    margin: 0 auto 20px auto;
  }
  .flx2_r .box:nth-child(2n) {
    margin: 0 auto 20px auto;
  }
  .flx2_r .box:last-child {
    margin-bottom: 0 !important;
  }
}

.flx2_ {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.flx2_ .box {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .flx2_ {
    flex-direction: column;
  }
  .flx2_ .box {
    width: 100%;
  }
}

.flx2_sp {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.flx2_sp .box {
  width: 49%;
}
.flx2_sp .box:nth-child(2n+1) {
  margin: 0 1% 0 0;
}
.flx2_sp .box:nth-child(2n) {
  margin: 0 0 0 1%;
}
.flx2_sp .box img {
  margin: 0 auto;
}

.flx3 {
  position: relative;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.flx3 .box {
  width: 32%;
  margin: 0 1%;
}
.flx3 .box:nth-child(3n+1) {
  margin: 0 1% 1% 0;
}
.flx3 .box:nth-child(3n+2) {
  margin: 0 1% 1% 1%;
}
.flx3 .box:nth-child(3n+3) {
  margin: 0 0 1% 1%;
}
.flx3 .box a {
  display: block;
}
.flx3 .box img {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .flx3 {
    flex-direction: column;
    justify-content: center;
  }
  .flx3 .box {
    width: 100%;
    margin: 0 auto;
  }
  .flx3 .box:nth-child(3n+1) {
    margin: 0 auto 20px auto;
  }
  .flx3 .box:nth-child(3n+2) {
    margin: 0 auto 20px auto;
  }
  .flx3 .box:nth-child(3n+3) {
    margin: 0 auto 20px auto;
  }
  .flx3 .box:last-child {
    margin: 0 auto;
  }
}

.flx3_r {
  position: relative;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.flx3_r .box {
  width: 32%;
  margin: 0 1%;
}
.flx3_r .box:nth-child(3n+1) {
  margin: 0 1% 2% 0;
}
.flx3_r .box:nth-child(3n+2) {
  margin: 0 1% 2% 1%;
}
.flx3_r .box:nth-child(3n+3) {
  margin: 0 0 2% 1%;
}
.flx3_r .box img {
  width: 100%;
}
.flx3_r .box tr td {
  padding: 0 !important;
  border: 0 !important;
}
@media only screen and (max-width: 835px) {
  .flx3_r {
    flex-direction: column;
  }
  .flx3_r .box {
    width: 100%;
    margin: 0 auto !important;
  }
  .flx3_r .box:not(:last-child) {
    margin-bottom: 20px !important;
  }
}

.flx3_sp {
  position: relative;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.flx3_sp .box {
  width: 32%;
  margin: 0 1%;
}
.flx3_sp .box:nth-child(3n+1) {
  margin: 0 1% 2% 0;
}
.flx3_sp .box:nth-child(3n+2) {
  margin: 0 1% 2% 1%;
}
.flx3_sp .box:nth-child(3n+3) {
  margin: 0 0 2% 1%;
}
.flx3_sp .box a {
  display: block;
}
.flx3_sp .box img {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .flx3_sp .box {
    width: 49%;
  }
  .flx3_sp .box:nth-child(2n+1) {
    margin: 0 1% 2% 0;
  }
  .flx3_sp .box:nth-child(2n) {
    margin: 0 0 2% 1%;
  }
  .flx3_sp .box img {
    margin: 0 auto;
  }
}

.flx3_3 {
  position: relative;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.flx3_3 .box {
  width: 32%;
  margin: 0 1%;
}
.flx3_3 .box:nth-child(3n+1) {
  margin: 0 1% 1% 0;
}
.flx3_3 .box:nth-child(3n+2) {
  margin: 0 1% 1% 1%;
}
.flx3_3 .box:nth-child(3n+3) {
  margin: 0 0 1% 1%;
}
.flx3_3 .box a {
  display: block;
}
.flx3_3 .box img {
  display: block;
  margin: 0 auto;
}

.flx4, .flx4_r {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.flx4 .box, .flx4_r .box {
  width: 23.5%;
  margin: 0 1% 1% 1%;
}
.flx4 .box:nth-child(4n+1), .flx4_r .box:nth-child(4n+1) {
  margin: 0 1% 1% 0;
}
.flx4 .box:nth-child(4n+4), .flx4_r .box:nth-child(4n+4) {
  margin: 0 0 1% 1%;
}
.flx4 .box img, .flx4_r .box img {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .flx4 .box, .flx4_r .box {
    width: 49%;
  }
  .flx4 .box:nth-child(2n+1), .flx4_r .box:nth-child(2n+1) {
    margin: 0 1% 2% 0;
  }
  .flx4 .box:nth-child(2n), .flx4_r .box:nth-child(2n) {
    margin: 0 0 2% 1%;
  }
}
@media screen and (max-width: 350px) {
  .flx4, .flx4_r {
    flex-direction: column;
  }
  .flx4 .box, .flx4_r .box {
    width: 100%;
    margin-bottom: 20px;
  }
  .flx4 .box:not(:last-child), .flx4_r .box:not(:last-child) {
    margin-bottom: 20px;
  }
}

.flx4_r .box {
  margin: 0 1% 2% 1%;
}
.flx4_r .box:nth-child(4n+1) {
  margin: 0 1% 2% 0;
}
.flx4_r .box:nth-child(4n+4) {
  margin: 0 0 2% 1%;
}
@media only screen and (max-width: 640px) {
  .flx4_r .box {
    width: 49%;
  }
  .flx4_r .box:nth-child(2n+1) {
    margin: 0 1% 2% 0;
  }
  .flx4_r .box:nth-child(2n) {
    margin: 0 0 2% 1%;
  }
}

.flx5 {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
.flx5 .box {
  width: 18.4%;
  margin: 0 1%;
}
.flx5 .box:nth-child(5n+1) {
  margin: 0 1% 1% 0;
}
.flx5 .box:nth-child(5n+5) {
  margin: 0 0 1% 1%;
}
.flx5 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .flx5 .box {
    width: 32%;
    margin: 0 1%;
  }
  .flx5 .box:nth-child(3n+1) {
    margin: 0 1% 1% 0;
  }
  .flx5 .box:nth-child(3n+2) {
    margin: 0 1% 1% 1%;
  }
  .flx5 .box:nth-child(3n+3) {
    margin: 0 0 1% 1%;
  }
  .flx5 .box tr td {
    padding: 0 !important;
    border: 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .flx5 .box {
    width: 49%;
  }
  .flx5 .box:nth-child(2n+1) {
    margin: 0 1% 2% 0;
  }
  .flx5 .box:nth-child(2n) {
    margin: 0 0 2% 1%;
  }
}
@media screen and (max-width: 350px) {
  .flx5 {
    flex-direction: column;
  }
  .flx5 .box {
    width: 100%;
    margin-bottom: 20px;
  }
  .flx5 .box:not(:last-child) {
    margin-bottom: 20px;
  }
}

.flx6 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
.flx6 .box {
  width: 15%;
  margin: 0 1%;
}
.flx6 .box:nth-child(6n+1) {
  margin: 0 1% 1% 0;
}
.flx6 .box:nth-child(6n+6) {
  margin: 0 0 1% 1%;
}
.flx6 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}
.flx6 .box img {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 835px) {
  .flx6 .box {
    width: 32%;
    margin: 0 1%;
  }
  .flx6 .box:nth-child(3n+1) {
    margin: 0 1% 2% 0;
  }
  .flx6 .box:nth-child(3n+2) {
    margin: 0 1% 2% 1%;
  }
  .flx6 .box:nth-child(3n+3) {
    margin: 0 0 2% 1%;
  }
}
@media screen and (max-width: 350px) {
  .flx6 .box {
    width: 49%;
  }
  .flx6 .box:nth-child(2n+1) {
    margin: 0 1% 2% 0;
  }
  .flx6 .box:nth-child(2n) {
    margin: 0 0 2% 1%;
  }
}

.greeting_box {
  display: flex;
}
.greeting_box .box:first-child {
  width: 30%;
}
.greeting_box .box:nth-child(2) {
  width: 100%;
  padding-left: 30px;
}
.greeting_box .box:nth-child(2) h3 {
  color: #72d9d1;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
  font-size: 1.25rem;
}
@media only screen and (max-width: 835px) {
  .greeting_box .box:nth-child(2) h3 {
    font-size: 1.125rem;
  }
}
.greeting_box .box:nth-child(2) .name {
  font-weight: 500;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .greeting_box .box:nth-child(2) {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 835px) {
  .greeting_box .box:nth-child(2) {
    padding-left: 12px;
  }
}

.box_01 .box {
  background: #fff;
  box-shadow: 0px 0px 9.5px 0.5px rgba(0, 0, 0, 0.1);
  padding: 15px;
}
.box_01 .box > div h3 {
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #72d9d1;
  font-size: 1.125rem;
  font-weight: 400;
  margin: 12px auto 8px auto;
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}
.box_01 .box > div .price {
  text-align: right;
  font-size: 0.8125rem;
}
.box_01 .box > div .price .num {
  font-size: 1.125rem;
  font-family: "Cantarell", "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: oblique;
  margin-right: 4px;
}
@media only screen and (max-width: 1024px) {
  .box_01 .box {
    padding: 20px;
  }
}
@media only screen and (max-width: 835px) {
  .box_01 .box {
    padding: 12px;
  }
}

.box_02 .box article h3 {
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
}
.box_02 .box article h3:after {
  font-family: "Font Awesome 5 pro";
  content: "\f0da"; /*アイコンのユニコード*/
  font-weight: bold;
  color: #72d9d1;
  font-size: 1.75rem;
  position: absolute; /*絶対位置*/
  left: 0px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
}
@media (max-width: 1200px) {
  .box_02 .box article h3:after {
    font-size: calc(1.3rem + 0.6vw);
  }
}
.box_02 .box article > div {
  display: none;
}

.box_03 .box {
  background: #fff;
  box-shadow: 0px 0px 9.5px 0.5px rgba(0, 0, 0, 0.1);
  padding: 15px;
}
.box_03 .box > div h3 {
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #72d9d1;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 12px auto 8px auto;
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}
.box_03 .box > div .price {
  text-align: right;
  font-size: 0.8125rem;
}
.box_03 .box > div .price .num {
  font-size: 1rem;
  color: rgba(114, 217, 209, 0.9);
  font-family: "Cantarell", "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: oblique;
  margin-right: 4px;
}
@media only screen and (max-width: 1024px) {
  .box_03 .box {
    padding: 20px;
  }
}
@media only screen and (max-width: 835px) {
  .box_03 .box {
    padding: 12px;
  }
}

._top_sns li {
  padding: 0 10px;
}
._top_sns .sns_text {
  display: none !important;
}

.top_sns .sns_text .sns_date {
  color: #eb627e;
  font-family: "Cantarell", "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  padding: 0 10px;
}
@media only screen and (max-width: 640px) {
  .top_sns .sns_text .sns_date {
    font-size: 0.75rem;
    padding: 0 4px;
  }
}
.top_sns .sns_text .caption {
  display: none;
}
.top_sns .sns_text > ul {
  display: none;
}
.top_sns .square-inner {
  position: relative;
  display: block;
}
.top_sns .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.top_sns .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.top_sns .sns_photo {
  padding: 0 10px;
}
@media only screen and (max-width: 640px) {
  .top_sns .sns_photo {
    padding: 0 4px;
  }
}

.top_insta .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.top_insta .sns_list .sns_text {
  width: 100%;
}
.top_insta .sns_list .sns_text ul {
  display: none;
}
.top_insta .sns_list .sns_text .sns_date {
  color: #72d9d1;
  font-family: "Cantarell", "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.2em;
}
.top_insta .sns_list .sns_text .caption {
  font-size: 0.875rem;
  line-height: 1.5em;
}
.top_insta .sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}
.top_insta .sns_list .sns_photo img {
  width: 100%;
}
.top_insta .sns_list > div {
  border: none !important;
  display: block;
  flex-direction: column;
  width: 23%;
  margin: 1%;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .top_insta .sns_list > div {
    width: 48%;
  }
}
@media only screen and (max-width: 640px) {
  .top_insta .sns_list > div {
    width: 48%;
  }
}
@media screen and (max-width: 350px) {
  .top_insta .sns_list > div {
    width: 100%;
    margin: 0 auto 20px auto;
  }
}

.top_insta_6 .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.top_insta_6 .sns_list .sns_text {
  display: none;
}
.top_insta_6 .sns_list .sns_photo {
  width: 100% !important;
  height: 100%;
  padding: 0 !important;
}
.top_insta_6 .sns_list .sns_photo img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.top_insta_6 .sns_list > div {
  border: none !important;
  width: 16.666%;
  margin: 0;
}
@media only screen and (max-width: 1000px) {
  .top_insta_6 .sns_list > div {
    width: 25%;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .top_insta_6 .sns_list > div {
    width: 33.333%;
  }
}
@media only screen and (max-width: 640px) {
  .top_insta_6 .sns_list > div {
    width: 50%;
  }
}
@media screen and (max-width: 350px) {
  .top_insta_6 .sns_list > div {
    width: 100%;
  }
}

.top_insta_4 {
  width: 100%;
  margin: 0 auto;
}
.top_insta_4 .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.top_insta_4 .sns_list .square-inner {
  position: relative;
  display: block;
}
.top_insta_4 .sns_list .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.top_insta_4 .sns_list .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.top_insta_4 .sns_list .sns_photo {
  width: 100% !important;
  height: 100%;
}
.top_insta_4 .sns_list .sns_photo img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.top_insta_4 .sns_list > div {
  border: none !important;
  width: 25%;
  margin: 0;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .top_insta_4 .sns_list > div {
    width: 33.333%;
  }
}
@media only screen and (max-width: 640px) {
  .top_insta_4 .sns_list > div {
    width: 50%;
  }
}
@media screen and (max-width: 350px) {
  .top_insta_4 .sns_list > div {
    width: 100%;
  }
}

.top_insta_t_4 .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_insta_t_4 .sns_list > div {
  flex-direction: column;
  border: none !important;
  max-width: 340px;
  width: 23.5%;
  margin: 0 1% 2% 1%;
}
.top_insta_t_4 .sns_list > div:nth-child(4n+1) {
  margin: 0 1% 2% 0;
}
.top_insta_t_4 .sns_list > div:nth-child(4n+4) {
  margin: 0 0 2% 1%;
}
.top_insta_t_4 .sns_list > div .sns_text {
  width: 100%;
}
.top_insta_t_4 .sns_list > div .sns_text ul {
  display: none;
}
.top_insta_t_4 .sns_list > div .sns_text .sns_date {
  color: #1b1b1b;
  font-family: "Cantarell", "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.2em;
  line-height: 1;
  margin-bottom: 10px;
}
.top_insta_t_4 .sns_list > div .sns_text .caption {
  color: #7c7c7c;
  line-height: 1.5em;
}
.top_insta_t_4 .sns_list > div .square-inner {
  position: relative;
  display: block;
}
.top_insta_t_4 .sns_list > div .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.top_insta_t_4 .sns_list > div .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.top_insta_t_4 .sns_list > div .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}
.top_insta_t_4 .sns_list > div .sns_photo img {
  width: 100%;
}
@media only screen and (max-width: 835px) {
  .top_insta_t_4 .sns_list > div {
    width: 49%;
  }
  .top_insta_t_4 .sns_list > div:nth-child(2n+1) {
    margin: 0 1% 2% 0;
  }
  .top_insta_t_4 .sns_list > div:nth-child(2n) {
    margin: 0 0 2% 1%;
  }
}

.top_insta_3 {
  width: 100%;
  margin: 0 auto;
}
.top_insta_3 .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.top_insta_3 .sns_list .sns_text {
  display: none;
}
.top_insta_3 .sns_list .square-inner {
  position: relative;
  display: block;
}
.top_insta_3 .sns_list .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.top_insta_3 .sns_list .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.top_insta_3 .sns_list .sns_photo {
  width: 100% !important;
  height: 100%;
  padding: 0 !important;
}
.top_insta_3 .sns_list .sns_photo img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.top_insta_3 .sns_list > div {
  border: none !important;
  width: 32.333%;
  margin: 0.5%;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .top_insta_3 .sns_list > div {
    width: 49%;
  }
}
@media only screen and (max-width: 640px) {
  .top_insta_3 .sns_list > div {
    width: 49%;
  }
}
@media screen and (max-width: 350px) {
  .top_insta_3 .sns_list > div {
    width: 99%;
  }
}

.local_insta .sns_list {
  border: none;
}
.local_insta .sns_list .sns_photo {
  width: 20%;
}
.local_insta .sns_list .sns_photo a {
  display: block;
}
.local_insta .sns_list .sns_photo .square-inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.local_insta .sns_list .sns_photo .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.local_insta .sns_list .sns_photo .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.local_insta .sns_list .sns_text {
  width: 80%;
  font-size: 0.9375rem;
}
.local_insta .sns_list .sns_text .sns_date {
  width: 110px;
  text-align: center;
  background: #eb627e;
  color: #fff;
  font-family: "Cantarell", "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 10px;
}
.local_insta .sns_list .sns_text ul li {
  background: rgba(204, 204, 204, 0.3);
  margin: 3px;
}
.local_insta .sns_list .sns_text ul li a {
  padding: 3px;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 0.8125rem;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .local_insta .sns_list > div {
    flex-direction: row !important;
  }
}
@media only screen and (max-width: 640px) {
  .local_insta .sns_list .sns_photo {
    width: 100%;
  }
  .local_insta .sns_list .sns_photo img {
    width: 100%;
  }
  .local_insta .sns_list .sns_text {
    width: 100%;
  }
}

.top_insta_scl .sns_list {
  border: none;
}
.top_insta_scl .sns_list .sns_photo {
  width: 25%;
}
.top_insta_scl .sns_list .sns_text {
  width: 75%;
  font-size: 0.9375rem;
}
.top_insta_scl .sns_list .sns_text .sns_date {
  width: 110px;
  text-align: center;
  background: #72d9d1;
  color: #fff;
  padding: 5px 5px 5px 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 835px) {
  .top_insta_scl .sns_list .sns_photo {
    width: 100%;
  }
  .top_insta_scl .sns_list .sns_photo img {
    width: 100%;
  }
  .top_insta_scl .sns_list .sns_text {
    width: 100%;
  }
}

.top_insta_5 .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.top_insta_5 .sns_list .sns_text {
  display: none;
}
.top_insta_5 .sns_list .sns_photo {
  width: 100% !important;
  height: 100%;
  padding: 0 !important;
}
.top_insta_5 .sns_list .sns_photo img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.top_insta_5 .sns_list > div {
  border: none !important;
  display: block;
  flex-direction: column;
  width: 18%;
  margin: 1%;
}
@media only screen and (max-width: 640px) {
  .top_insta_5 .sns_list > div {
    width: 48%;
  }
}
@media screen and (max-width: 350px) {
  .top_insta_5 .sns_list > div {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}

.top_insta_t_5 .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.top_insta_t_5 .sns_list .sns_text {
  width: 100%;
}
.top_insta_t_5 .sns_list .sns_text ul {
  display: none;
}
.top_insta_t_5 .sns_list .sns_text .sns_date {
  font-family: "Cantarell", "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.2em;
}
.top_insta_t_5 .sns_list .sns_text .caption {
  line-height: 1.5em;
}
.top_insta_t_5 .sns_list .square-inner {
  position: relative;
  display: block;
}
.top_insta_t_5 .sns_list .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.top_insta_t_5 .sns_list .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.top_insta_t_5 .sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}
.top_insta_t_5 .sns_list .sns_photo img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.top_insta_t_5 .sns_list > div {
  border: none !important;
  display: block;
  flex-direction: column;
  width: 18%;
  margin: 1%;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .top_insta_t_5 .sns_list > div {
    width: 31.333%;
  }
}
@media only screen and (max-width: 640px) {
  .top_insta_t_5 .sns_list > div {
    width: 48%;
  }
}
@media screen and (max-width: 350px) {
  .top_insta_t_5 .sns_list > div {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}

.local_insta2 .sns_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row !important;
  border: none;
}
.local_insta2 .sns_list > div {
  width: 31.333%;
  margin: 1%;
  flex-direction: column;
  border: none;
}
.local_insta2 .sns_list > div .sns_photo {
  width: 100%;
}
.local_insta2 .sns_list > div .sns_photo a {
  display: block;
}
.local_insta2 .sns_list > div .sns_photo .square-inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.local_insta2 .sns_list > div .sns_photo .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.local_insta2 .sns_list > div .sns_photo .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.local_insta2 .sns_list > div .sns_text {
  width: 100%;
  padding: 0 !important;
}
.local_insta2 .sns_list > div .sns_text .sns_date {
  color: #72d9d1 !important;
  font-size: 1rem;
}
.local_insta2 .sns_list > div .sns_text ul {
  display: none;
}
.local_insta2 .sns_list > div .sns_text .caption {
  font-size: 15px;
}
@media only screen and (max-width: 640px) {
  .local_insta2 .sns_list > div {
    width: 48%;
  }
}

section div.form_wrap dl dt {
  background: transration !important;
}

.panbtm {
  margin-top: 80px !important;
}
@media only screen and (max-width: 1024px) {
  .panbtm {
    margin-top: 60px !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .panbtm {
    margin-top: 50px !important;
  }
}
@media only screen and (max-width: 640px) {
  .panbtm {
    margin-top: 50px !important;
  }
}

.sp160 {
  margin: 150px auto;
}
@media only screen and (max-width: 1600px) {
  .sp160 {
    margin: 120px auto;
  }
}
@media only screen and (max-width: 1200px) {
  .sp160 {
    margin: 100px auto;
  }
}
@media only screen and (max-width: 1024px) {
  .sp160 {
    margin: 80px auto;
  }
}
@media only screen and (max-width: 835px) {
  .sp160 {
    margin: 50px auto;
  }
}

.sp120 {
  margin: 120px auto;
}
@media only screen and (max-width: 1500px) {
  .sp120 {
    margin: 100px auto;
  }
}
@media only screen and (max-width: 1200px) {
  .sp120 {
    margin: 80px auto;
  }
}
@media only screen and (max-width: 1000px) {
  .sp120 {
    margin: 60px auto;
  }
}
@media only screen and (max-width: 835px) {
  .sp120 {
    margin: 40px auto;
  }
}

.sp100 {
  margin: 100px auto;
}
@media only screen and (max-width: 1500px) {
  .sp100 {
    margin: 70px auto;
  }
}
@media only screen and (max-width: 835px) {
  .sp100 {
    margin: 40px auto;
  }
}

.sp80 {
  margin: 80px auto;
}
@media only screen and (max-width: 1200px) {
  .sp80 {
    margin: 60px auto;
  }
}
@media only screen and (max-width: 1000px) {
  .sp80 {
    margin: 50px auto;
  }
}
@media only screen and (max-width: 835px) {
  .sp80 {
    margin: 40px auto;
  }
}

.sp70 {
  margin: 70px auto;
}
@media only screen and (max-width: 1200px) {
  .sp70 {
    margin: 50px auto;
  }
}
@media only screen and (max-width: 1000px) {
  .sp70 {
    margin: 40px auto;
  }
}
@media only screen and (max-width: 835px) {
  .sp70 {
    margin: 40px auto;
  }
}

.sp60 {
  margin: 60px auto;
}
@media only screen and (max-width: 1200px) {
  .sp60 {
    margin: 50px auto;
  }
}
@media only screen and (max-width: 1000px) {
  .sp60 {
    margin: 40px auto;
  }
}
@media only screen and (max-width: 835px) {
  .sp60 {
    margin: 40px auto;
  }
}

.sp50 {
  margin: 50px auto;
}
@media only screen and (max-width: 1200px) {
  .sp50 {
    margin: 40px auto;
  }
}
@media only screen and (max-width: 1000px) {
  .sp50 {
    margin: 40px auto;
  }
}
@media only screen and (max-width: 835px) {
  .sp50 {
    margin: 30px auto;
  }
}

.sp40 {
  margin: 40px auto;
}
@media only screen and (max-width: 1000px) {
  .sp40 {
    margin: 30px auto;
  }
}
@media only screen and (max-width: 835px) {
  .sp40 {
    margin: 20px auto;
  }
}

.sp30 {
  margin: 30px auto;
}
@media only screen and (max-width: 1200px) {
  .sp30 {
    margin: 30px auto;
  }
}
@media only screen and (max-width: 1000px) {
  .sp30 {
    margin: 20px auto;
  }
}
@media only screen and (max-width: 835px) {
  .sp30 {
    margin: 15px auto;
  }
}

.sp20 {
  margin: 20px auto;
}
@media only screen and (max-width: 835px) {
  .sp20 {
    margin: 15px auto;
  }
}

.sp15 {
  margin: 15px auto;
}
@media only screen and (max-width: 835px) {
  .sp15 {
    margin: 10px auto;
  }
}

.tp20 {
  margin-top: 20px;
}
@media only screen and (max-width: 835px) {
  .tp20 {
    margin-top: 15px;
  }
}

.tp15 {
  margin-top: 15px;
}

.tp10 {
  margin-top: 10px;
}

.tp30 {
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .tp30 {
    margin-top: 20px;
  }
}

.tp40 {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .tp40 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 835px) {
  .tp40 {
    margin-top: 30px;
  }
}

.tp50 {
  margin-top: 50px;
}
@media only screen and (max-width: 1024px) {
  .tp50 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 835px) {
  .tp50 {
    margin-top: 30px;
  }
}

.tp60 {
  margin-top: 60px;
}
@media only screen and (max-width: 1200px) {
  .tp60 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .tp60 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 835px) {
  .tp60 {
    margin-top: 30px;
  }
}

.tp70 {
  margin-top: 70px;
}
@media only screen and (max-width: 1200px) {
  .tp70 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .tp70 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 835px) {
  .tp70 {
    margin-top: 30px;
  }
}

.tp80 {
  margin-top: 80px;
}
@media only screen and (max-width: 1200px) {
  .tp80 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .tp80 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 835px) {
  .tp80 {
    margin-top: 40px;
  }
}

.tp100 {
  margin-top: 100px;
}
@media only screen and (max-width: 1500px) {
  .tp100 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1200px) {
  .tp100 {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .tp100 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 835px) {
  .tp100 {
    margin-top: 40px;
  }
}

.tp120 {
  margin-top: 120px;
}
@media only screen and (max-width: 1500px) {
  .tp120 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .tp120 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1000px) {
  .tp120 {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 835px) {
  .tp120 {
    margin-top: 40px;
  }
}

.tp160 {
  margin-top: 160px;
}
@media only screen and (max-width: 1500px) {
  .tp160 {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 1200px) {
  .tp160 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .tp160 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 835px) {
  .tp160 {
    margin-top: 50px;
  }
}

.bt10 {
  margin-bottom: 10px;
}

.bt15 {
  margin-bottom: 15px;
}

.bt20 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 835px) {
  .bt20 {
    margin-bottom: 15px;
  }
}

.bt30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .bt30 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 835px) {
  .bt30 {
    margin-bottom: 15px;
  }
}

.bt40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 835px) {
  .bt40 {
    margin-bottom: 30px;
  }
}

.bt50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .bt50 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 835px) {
  .bt50 {
    margin-bottom: 30px;
  }
}

.bt60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1200px) {
  .bt60 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .bt60 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 835px) {
  .bt60 {
    margin-bottom: 30px;
  }
}

.bt70 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1200px) {
  .bt70 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .bt70 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 835px) {
  .bt70 {
    margin-bottom: 30px;
  }
}

.bt80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1200px) {
  .bt80 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .bt80 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 835px) {
  .bt80 {
    margin-bottom: 30px;
  }
}

.bt100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1200px) {
  .bt100 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .bt100 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 835px) {
  .bt100 {
    margin-bottom: 30px;
  }
}

.bt120 {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1500px) {
  .bt120 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .bt120 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .bt120 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 835px) {
  .bt120 {
    margin-bottom: 30px;
  }
}

.bt160 {
  margin-bottom: 160px;
}
@media only screen and (max-width: 1500px) {
  .bt160 {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 1200px) {
  .bt160 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .bt160 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 835px) {
  .bt160 {
    margin-bottom: 50px;
  }
}

.ctsp {
  margin: 40px auto;
}
@media only screen and (max-width: 640px) {
  .ctsp {
    margin: 30px auto;
  }
}

.ctsp2 {
  margin: 30px auto;
}
@media only screen and (max-width: 640px) {
  .ctsp2 {
    margin: 20px auto;
  }
}

.bssp {
  margin: 20px auto;
}
@media only screen and (max-width: 640px) {
  .bssp {
    margin: 15px auto;
  }
}

.spsp {
  margin-top: 0 !important;
}
@media only screen and (max-width: 835px) {
  .spsp {
    margin-top: 0 !important;
  }
}

.pd70 {
  padding: 70px 0;
}
@media only screen and (max-width: 1000px) {
  .pd70 {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 835px) {
  .pd70 {
    padding: 30px 0;
  }
}

a.tel_link {
  color: #565656;
  opacity: 1;
}

.local_tel {
  margin: 1%;
  text-align: left;
}
.local_tel a {
  display: flex;
  align-items: center;
}
.local_tel a:hover {
  opacity: 1 !important;
}
.local_tel i {
  margin-right: 5px;
  color: #fff;
  font-size: 1.5rem;
  background: #72d9d1;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
@media (max-width: 1200px) {
  .local_tel i {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.local_tel img {
  width: 50px;
  margin-right: 8px;
}
.local_tel .txt {
  font-family: "Cantarell", "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  color: #1b1b1b;
}
@media (max-width: 1200px) {
  .local_tel .txt {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
.local_tel span {
  font-size: 0.875rem;
  letter-spacing: normal;
  margin-top: 5px;
  line-height: 1.5em !important;
  display: block;
}

@media only screen and (max-width: 835px) {
  .brdnt {
    text-align: left !important;
  }
  .brdnt br {
    display: none;
  }
  .brdnt div {
    text-align: left !important;
  }
  .brdnt div br {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .brdn {
    text-align: left !important;
  }
  .brdn br {
    display: none;
  }
  .brdn div, .brdn article, .brdn h2, .brdn h3 {
    text-align: left !important;
  }
  .brdn div br, .brdn article br, .brdn h2 br, .brdn h3 br {
    display: none;
  }
}

@media screen and (min-width: 836px) {
  .brdnpc br {
    display: none;
  }
}

@media screen and (min-width: 641px) {
  .brdnpct br {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .CLS table tr {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 640px) {
  .tblscr table {
    table-layout: auto !important;
  }
}
.tblscr table .ttl {
  min-width: 100px;
  background: rgba(114, 217, 209, 0.2) !important;
}
.tblscr table .ttl div {
  font-weight: 500;
}
.tblscr table .price {
  font-family: "Cantarell", "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #72d9d1;
}
.tblscr table .price div {
  font-weight: 600;
}

.box_line {
  border-bottom: 2px solid #ccc;
}

.line_01 hr {
  border: 0;
  height: 8px;
  background-image: repeating-linear-gradient(45deg, #ccc 0px, #ccc 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%), repeating-linear-gradient(135deg, #ccc 0px, #ccc 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-size: 8px 8px;
}

.company_DL dl {
  line-height: 1.8em !important;
}
.company_DL dt {
  align-items: center !important;
  background: #f5f5f5;
  font-weight: 500;
  min-width: 95px;
}
@media only screen and (max-width: 640px) {
  .company_DL dl {
    display: block !important;
  }
  .company_DL dl dt {
    width: 100% !important;
    border-right: 1px solid #ccc !important;
  }
  .company_DL dl:last-child dt {
    border-bottom: none !important;
  }
  .company_DL dl dd {
    width: 100% !important;
  }
}

.company_DL2 {
  background: none !important;
}
.company_DL2 dl {
  line-height: 2.5em;
}
.company_DL2 dl dt {
  align-items: center !important;
  background: none !important;
  border-bottom: 1px solid #eb627e !important;
  min-width: 84px;
}
.company_DL2 dl dd {
  background: none !important;
  border-bottom: 1px solid rgba(204, 204, 204, 0.8) !important;
}
.company_DL2 dl:last-of-type dt {
  border-bottom: 1px solid #eb627e !important;
}
@media only screen and (max-width: 835px) {
  .company_DL2 dl {
    line-height: 1.6em;
  }
}

.company_DL3 dl {
  display: block !important;
  border-bottom: 1px dashed rgba(204, 204, 204, 0.5);
}
.company_DL3 dl:not(.last-child) {
  margin-bottom: 10px !important;
}
.company_DL3 dl dt {
  width: 100% !important;
  color: #1b1b1b;
  font-weight: bold;
  padding: 0 8px !important;
}
.company_DL3 dl dd {
  width: 100% !important;
  padding: 0 8px !important;
}

.company_DL4 dl {
  line-height: 1.8em !important;
  margin-bottom: 10px;
}
.company_DL4 dt {
  align-items: center !important;
  background: rgba(114, 217, 209, 0.2) !important;
  font-weight: 500;
  min-width: 95px;
  color: #1b1b1b;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: 600;
}
.company_DL4 dd {
  background: #f2f2f2 !important;
}
@media only screen and (max-width: 640px) {
  .company_DL4 dl {
    display: block !important;
  }
  .company_DL4 dl dt {
    width: 100% !important;
  }
  .company_DL4 dl:last-child dt {
    border-bottom: none !important;
  }
  .company_DL4 dl dd {
    width: 100% !important;
  }
}

.form_wrap dl dd > div {
  display: block;
}

@media only screen and (max-width: 835px) {
  .fancybox-toolbar {
    top: 50px !important;
  }
}

@media screen and (min-width: 1501px) {
  .fancybox-navigation .fancybox-button--arrow_right {
    right: 60px !important;
  }
}
@media only screen and (max-width: 1500px) {
  .fancybox-outer,
  .fancybox-inner,
  .fancybox-bg,
  .fancybox-stage {
    bottom: 50px !important;
  }
}
.company_01 h3 {
  font-size: 1.3125rem;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .company_01 h3 {
    font-size: calc(1.25625rem + 0.075vw);
  }
}
@media only screen and (max-width: 835px) {
  .company_01 h3 {
    margin-bottom: 10px;
  }
}
.company_01 .name {
  font-size: 1.05em;
  text-align: right !important;
}
.enkaku_box {
  margin-top: 50px;
  position: relative;
  padding-bottom: 20px;
  padding-left: 60px;
}
.enkaku_box:after {
  position: absolute;
  top: 0;
  left: 15px;
  width: 3px;
  height: 100%;
  content: "";
  background: #72d9d1;
}
.enkaku_box dl {
  margin-bottom: 10px;
  padding-bottom: 10px !important;
  border-bottom: 1px dotted #999 !important;
}
.enkaku_box dl dt {
  min-width: 120px !important;
  display: flex;
  flex-direction: column;
  align-items: flex-end !important;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  color: #72d9d1;
  font-size: 0.9375rem;
  font-weight: 400;
}
.enkaku_box dl dt:before {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: -52px;
  display: block;
  width: 15px;
  height: 15px;
  margin: auto;
  content: "";
  border-radius: 10px;
  background: #72d9d1;
}
.enkaku_box dl dt:after {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: -40px;
  display: block;
  width: 15%;
  height: 1px;
  margin: auto;
  content: "";
  background: #666;
}
@media only screen and (max-width: 640px) {
  .enkaku_box dl dt {
    min-width: 120px !important;
  }
  .enkaku_box dl dt:before {
    left: -32px;
  }
  .enkaku_box dl dt:after {
    left: -20px;
  }
}
@media only screen and (max-width: 640px) {
  .enkaku_box {
    padding-left: 40px;
  }
}

.pan1 {
  margin-bottom: 80px !important;
}
@media only screen and (max-width: 1024px) {
  .pan1 {
    margin-bottom: 60px !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .pan1 {
    margin-bottom: 50px !important;
  }
}
@media only screen and (max-width: 640px) {
  .pan1 {
    margin-bottom: 50px !important;
  }
}

.pan1 ol {
  margin: 20px auto 0 auto;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
}
.pan1 ol .kasou {
  padding-left: 30px;
  position: relative;
}
.pan1 ol .kasou a {
  color: #565656 !important;
  pointer-events: none;
}
.pan1 ol .kasou:after {
  font-family: "Font Awesome 5 pro";
  content: "\f054"; /*アイコンのユニコード*/
  font-weight: 600;
  font-size: 0.875rem;
  position: absolute; /*絶対位置*/
  left: 10px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
@media only screen and (max-width: 835px) {
  .pan1 ol {
    display: none;
  }
}

.pan2 ol {
  color: #7c7c7c;
}
.pan2 ol a {
  color: #7c7c7c;
}

.imgL {
  max-width: 100% !important;
}

.error2 {
  margin-top: 100px;
}
.error2 h2 {
  font-size: 40px;
  font-weight: bold;
}
.error2 a {
  border: 1px solid #ccc;
  padding: 3px 20px;
  display: inline-block;
}
@media only screen and (max-width: 835px) {
  .error2 {
    margin-top: 50px;
  }
}

.img100 img {
  display: block !important;
  width: 100% !important;
}

section form h2.mail.title {
  display: none;
}

.fitcon {
  width: fit-content;
  text-align: left;
  margin-inline: auto;
}

.step_title {
  margin: 50px auto 20px auto;
}
.step_title h2, .step_title h3, .step_title h4 {
  font-size: 1.3125rem;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: 500;
  border-bottom: 1px dashed #aaa;
  padding-bottom: 5px;
}
@media (max-width: 1200px) {
  .step_title h2, .step_title h3, .step_title h4 {
    font-size: calc(1.25625rem + 0.075vw);
  }
}
.step_title h2 .num, .step_title h3 .num, .step_title h4 .num {
  font-size: 1.5rem;
  background: #72d9d1;
  border-radius: 5px;
  font-family: balboa, sans-serif;
  font-family: "Open Sans", "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: "Cantarell", "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  padding: 0 5px;
  margin-right: 12px;
}
@media (max-width: 1200px) {
  .step_title h2 .num, .step_title h3 .num, .step_title h4 .num {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 835px) {
  .step_title {
    margin: 30px auto 15px auto;
  }
  .step_title h2, .step_title h3, .step_title h4 {
    font-size: 1.25rem;
  }
  .step_title h2 .num, .step_title h3 .num, .step_title h4 .num {
    font-size: 1.125rem;
  }
}

.step_title2, .step_title3 {
  margin: 40px auto 20px auto;
  border-bottom: 1px dashed rgba(114, 217, 209, 0.2);
}
.step_title2 h2, .step_title3 h2, .step_title2 h3, .step_title3 h3 {
  color: #72d9d1;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.step_title2 h2 .num, .step_title3 h2 .num, .step_title2 h3 .num, .step_title3 h3 .num {
  margin-right: 15px;
  font-size: 2.25rem;
  font-style: italic;
  font-family: "Cantarell", "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #eb627e;
  line-height: 1;
}
@media (max-width: 1200px) {
  .step_title2 h2 .num, .step_title3 h2 .num, .step_title2 h3 .num, .step_title3 h3 .num {
    font-size: calc(1.35rem + 1.2vw);
  }
}
@media only screen and (max-width: 835px) {
  .step_title2 h2 .num, .step_title3 h2 .num, .step_title2 h3 .num, .step_title3 h3 .num {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 835px) {
  .step_title2, .step_title3 {
    margin: 30px auto 15px auto;
  }
  .step_title2 h2, .step_title3 h2, .step_title2 h3, .step_title3 h3 {
    font-size: 1.125rem;
  }
}

.step_title3 h3:after {
  content: "\f4b6  voice";
}

.step_title4 {
  margin: 40px auto 20px auto;
}
.step_title4 h2, .step_title4 h3, .step_title4 h4 {
  color: #72d9d1;
  font-size: 1.5rem;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: dotted 2px rgba(204, 204, 204, 0.5);
}
@media (max-width: 1200px) {
  .step_title4 h2, .step_title4 h3, .step_title4 h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.step_title4 h2 .num, .step_title4 h3 .num, .step_title4 h4 .num {
  font-family: "Cantarell", "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 2em;
  color: #72d9d1;
  font-style: oblique;
  margin-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .step_title4 h2, .step_title4 h3, .step_title4 h4 {
    font-size: 1.125rem;
  }
  .step_title4 h2 .num, .step_title4 h3 .num, .step_title4 h4 .num {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 835px) {
  .step_title4 {
    margin: 30px auto 20px auto;
  }
  .step_title4 h2 {
    font-size: 1.3125rem;
  }
}
@media only screen and (max-width: 835px) and (max-width: 1200px) {
  .step_title4 h2 {
    font-size: calc(1.25625rem + 0.075vw);
  }
}

.step_arrow {
  margin-top: 60px;
  position: relative;
}
.step_arrow:after {
  content: "";
  width: 48px;
  height: 48px;
  background: url(../images/common/arrow_hover.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  display: block;
  visibility: inherit;
  transform: rotate(90deg);
}
@media only screen and (max-width: 835px) {
  .step_arrow:after {
    width: 30px;
    height: 30px;
    top: -40px;
  }
}
@media only screen and (max-width: 835px) {
  .step_arrow {
    margin-top: 50px;
  }
}

.flow_arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 60px 0 60px;
  border-color: #72d9d1 transparent transparent transparent;
  margin: 20px auto;
}
@media only screen and (max-width: 835px) {
  .flow_arrow {
    margin: 10px auto 15px auto;
  }
}

.step_box01 ul li {
  width: 100%;
}
.step_box01 ul li:not(:last-child) {
  margin-bottom: 30px;
}
.step_box01 ul li article {
  width: 100%;
  display: flex;
}
.step_box01 ul li article h5 {
  display: block;
  background: #72d9d1;
  background-image: -moz-linear-gradient(-76deg, #668e68 0%, #72d9d1 100%);
  background-image: -webkit-linear-gradient(-76deg, #668e68 0%, #72d9d1 100%);
  background-image: -ms-linear-gradient(-76deg, #668e68 0%, #72d9d1 100%);
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 1.25rem;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .step_box01 ul li article h5 {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .step_box01 ul li article h5 {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 1rem;
    margin-right: 10px;
  }
}
.step_box01 ul li article > div {
  width: calc(100% - 120px);
  display: flex;
  align-items: flex-start;
}
.step_box01 ul li article > div .box {
  width: 68%;
  margin-right: 2%;
}
.step_box01 ul li article > div .box .ttl {
  font-size: 1.25rem;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: 600;
  border-bottom: 2px solid rgba(114, 217, 209, 0.2);
}
@media only screen and (max-width: 640px) {
  .step_box01 ul li article > div .box .ttl {
    margin: 10px auto;
  }
}
.step_box01 ul li article > div > img {
  width: 30% !important;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .step_box01 ul li article > div {
    width: calc(100% - 110px);
  }
}
@media only screen and (max-width: 640px) {
  .step_box01 ul li article > div {
    width: calc(100% - 70px);
    flex-direction: column-reverse;
  }
  .step_box01 ul li article > div .box {
    width: 100%;
  }
  .step_box01 ul li article > div > img {
    width: 100% !important;
  }
}

.step_box02 {
  display: flex;
  flex-direction: column;
}
.step_box02 .box {
  width: 100%;
  border: 1px solid #72d9d1;
  background: whitesmoke;
  padding: 16px;
}
.step_box02 .box > div {
  display: flex;
  align-items: flex-start;
}
.step_box02 .box > div .num {
  font-family: "Cantarell", "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-right: 20px;
  padding-right: 10px;
  font-size: 1.75rem;
  color: #eb627e;
  position: relative;
}
@media (max-width: 1200px) {
  .step_box02 .box > div .num {
    font-size: calc(1.3rem + 0.6vw);
  }
}
.step_box02 .box > div .num::before {
  position: absolute;
  content: "|";
  right: 0;
  bottom: -10px;
  transform: rotate(45deg);
  color: #72d9d1;
}
.step_box02 .box > div .txt_box {
  width: calc(100% - 50px);
}
.step_box02 .box > div .txt_box h3 {
  font-size: 1.25rem;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #1b1b1b;
  font-weight: 500;
  border-bottom: 1px solid #72d9d1;
  padding-bottom: 8px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1024px) {
  .step_box02 .box > div .txt_box h3 {
    font-size: 1.125rem;
  }
}
.step_box02 .box > div .txt_box .obi {
  background: #febf98;
  padding: 4px;
  border-radius: 8px;
  line-height: 1;
  margin: 0 4px;
}
.step_box02 .box:not(:last-child) {
  margin-bottom: 50px;
  position: relative;
  overflow: visible !important;
}
.step_box02 .box:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -40px;
  left: 0;
  right: 0;
  border-style: solid;
  border-width: 30px 60px 0 60px;
  border-color: #72d9d1 transparent transparent transparent;
  margin: 0 auto;
}
@media only screen and (max-width: 835px) {
  .step_box02 .box:not(:last-child)::before {
    border-width: 20px 40px 0 40px;
    bottom: -30px;
  }
}
@media only screen and (max-width: 835px) {
  .step_box02 .box:not(:last-child) {
    margin-bottom: 40px;
  }
}

.staff-title h2, .staff-title h3, .staff-title h4 {
  font-size: 1.25rem;
  color: #7c7c7c;
  position: relative;
  border-top: solid 2px rgba(73, 125, 76, 0.3);
  border-bottom: solid 2px rgba(73, 125, 76, 0.3);
  background: rgba(235, 98, 126, 0.1);
  line-height: 1.4;
  padding: 0.2em;
}
.staff-title h2:after, .staff-title h3:after, .staff-title h4:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 pro";
  content: "\f7f3  STAFF";
  background: #497d4c;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 3px 3px 0 0;
  padding: 5px 10px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 835px) {
  .staff-title h2, .staff-title h3, .staff-title h4 {
    font-size: 1.125rem;
  }
}

.list01 dl, .list02 dl {
  border-bottom: 1px dashed #ccc;
  font-size: 1rem;
  flex-direction: row-reverse !important;
}
.list01 dl dd, .list02 dl dd {
  border: none !important;
  background: none !important;
  color: #72d9d1;
  padding: 10px 0 !important;
  font-weight: 500;
}
.list01 dl dd .red, .list02 dl dd .red {
  color: #eb627e;
}
.list01 dl dd .small, .list02 dl dd .small {
  font-size: 0.8em;
}
.list01 dl dd .bold, .list02 dl dd .bold {
  font-weight: bold;
}
.list01 dl dt, .list02 dl dt {
  border: none !important;
  background: none !important;
  text-align: right !important;
  justify-content: flex-end !important;
  padding: 10px 0 !important;
  min-width: 100px;
  font-weight: 500;
  color: #565656;
  font-family: "Cantarell", "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  align-items: flex-end !important;
  flex-direction: row !important;
}
@media only screen and (max-width: 640px) {
  .list01 dl, .list02 dl {
    flex-direction: column-reverse !important;
  }
  .list01 dl dd, .list02 dl dd, .list01 dl dt, .list02 dl dt {
    width: 100% !important;
  }
  .list01 dl dd, .list02 dl dd {
    padding: 5px !important;
  }
  .list01 dl dt, .list02 dl dt {
    flex-direction: column !important;
    padding: 0 !important;
    font-size: 0.9375rem;
  }
}

.list_a dl {
  border-bottom: 1px dashed #aaa;
  font-size: 1.1em;
  padding-bottom: 5px;
}
.list_a dl:not(:last-child) {
  margin-bottom: 10px;
}
.list_a dl dt {
  border: none !important;
  background: #72d9d1 !important;
  align-items: center !important;
  color: #fff;
  border-radius: 3px;
  min-width: 250px;
}
.list_a dl dd {
  border: none !important;
  background: none !important;
  text-align: right !important;
  padding: 0 !important;
  min-width: 180px;
  color: #72d9d1;
  margin-left: 5px;
}
.list_a dl dd .price {
  display: block;
  font-weight: 600;
  color: #72d9d1;
  font-family: "Cantarell", "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .list_a dl dd {
    font-size: 1em;
  }
  .list_a dl dd br {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .list_a dl {
    display: block !important;
  }
  .list_a dl dd, .list_a dl dt {
    width: 100% !important;
  }
  .list_a dl dd {
    font-size: 1em;
    margin-left: 0;
    margin-top: 5px;
    text-align: center !important;
  }
  .list_a dl dd br {
    display: none;
  }
}

.list02 dl dd {
  min-width: 300px;
}
@media only screen and (max-width: 640px) {
  .list02 dl {
    display: block !important;
  }
  .list02 dl dd, .list02 dl dt {
    width: 100% !important;
  }
}

.list03 dl {
  border-bottom: 1px dashed #ccc;
  align-items: flex-start;
}
.list03 dl dt {
  border: none !important;
  background: none !important;
  font-weight: bold;
}
.list03 dl dd {
  border: none !important;
  background: none !important;
  text-align: right !important;
  min-width: 150px;
}
.list03 dl dd .price {
  color: #72d9d1;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .list03 dl {
    display: block !important;
  }
  .list03 dl dd, .list03 dl dt {
    width: 100% !important;
  }
  .list03 dl dt {
    padding: 5px !important;
  }
  .list03 dl dd {
    padding: 0 !important;
  }
}

.list04 dl {
  border-bottom: 1px dashed rgba(235, 98, 126, 0.3);
  align-items: flex-start;
}
.list04 dl dt {
  border: none !important;
  background: none !important;
  color: #ac8c60;
  font-weight: bold;
  min-width: 360px;
}
.list04 dl dd {
  border: none !important;
  background: none !important;
  text-align: right !important;
}
.list04 dl dd .price {
  color: #72d9d1;
  font-weight: 600;
}
@media only screen and (max-width: 835px) {
  .list04 dl {
    display: block !important;
  }
  .list04 dl dd, .list04 dl dt {
    width: 100% !important;
    min-width: auto;
  }
  .list04 dl dd {
    text-align: left !important;
  }
  .list04 dl dd br {
    display: none;
  }
  .list04 dl dd .price {
    display: block;
    width: 100%;
    text-align: right;
  }
  .list04 dl dt {
    padding: 5px !important;
  }
  .list04 dl dd {
    padding: 0 !important;
  }
}

.number_list ul li {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}
.number_list ul li .num {
  display: inline-block;
  background: #72d9d1;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  min-width: 30px;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  margin-right: 5px;
}
@media only screen and (max-width: 835px) {
  .number_list ul li .num {
    font-size: 1.125rem;
  }
}

.result_01 ul li {
  width: 31%;
  margin: 0 1% 15px 1%;
  border-bottom: 1px dotted #ccc;
}
@media only screen and (max-width: 1024px) {
  .result_01 ul li {
    width: 48%;
  }
}
@media only screen and (max-width: 640px) {
  .result_01 ul li {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 640px) {
  .result_01 {
    flex-direction: column;
  }
  .result_01 ul li {
    width: 100%;
  }
  .result_01 ul li:not(:last-child) {
    margin: 0 auto 10px auto;
  }
}

.anc_btn2 ul {
  display: flex;
  flex-wrap: wrap;
}
.anc_btn2 ul li {
  width: 49%;
}
.anc_btn2 ul li:nth-child(2n+1) {
  margin: 0 1% 2% 0;
}
.anc_btn2 ul li:nth-child(2n) {
  margin: 0 0 2% 1%;
}
.anc_btn2 ul li a {
  text-align: center;
  position: relative;
  z-index: 2;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all 0.5s;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 15px;
  background: #72d9d1;
  color: white;
  transition: 0.5s;
}
.anc_btn2 ul li a:after {
  font-family: "Font Awesome 5 pro";
  content: "\f054"; /*アイコンのユニコード*/
  font-weight: 100;
  font-size: 0.875rem;
  position: absolute; /*絶対位置*/
  right: 10px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.anc_btn2 ul li a:hover {
  opacity: 1 !important;
  background: rgba(114, 217, 209, 0.7);
}
.anc_btn2 ul li a:hover:after {
  transform: translate(5px, 0);
}
@media only screen and (max-width: 835px) {
  .anc_btn2 ul li a {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 835px) {
  .anc_btn2 ul li a {
    padding: 10px;
  }
}

.anc_btn3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.anc_btn3 ul li {
  width: 32%;
  margin: 1%;
}
.anc_btn3 ul li:nth-child(3n+1) {
  margin-left: 0;
}
.anc_btn3 ul li:nth-child(3n+3) {
  margin-right: 0;
}
.anc_btn3 ul li a {
  text-align: center;
  position: relative;
  z-index: 2;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all 0.5s;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 15px;
  background: #72d9d1;
  color: white;
  border-radius: 30px;
  transition: 0.5s;
}
.anc_btn3 ul li a:after {
  font-family: "Font Awesome 5 pro";
  content: "\f054"; /*アイコンのユニコード*/
  font-weight: 100;
  font-size: 0.875rem;
  position: absolute; /*絶対位置*/
  right: 10px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.anc_btn3 ul li a:hover {
  opacity: 1 !important;
  background: rgba(114, 217, 209, 0.7);
}
.anc_btn3 ul li a:hover:after {
  transform: translate(5px, 0);
}
@media only screen and (max-width: 835px) {
  .anc_btn3 ul li a {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 835px) {
  .anc_btn3 ul li {
    width: 49%;
  }
  .anc_btn3 ul li:nth-child(2n+1) {
    margin: 0 1% 2% 0;
  }
  .anc_btn3 ul li:nth-child(2n) {
    margin: 0 0 2% 1%;
  }
  .anc_btn3 ul li a {
    padding: 10px;
  }
}

.anc_btn4 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.anc_btn4 ul li {
  margin: 0 1% 2% 1%;
  width: 23.5%;
}
.anc_btn4 ul li:nth-child(4n+1) {
  margin: 0 1% 1% 0;
}
.anc_btn4 ul li:nth-child(4n+4) {
  margin: 0 0 1% 1%;
}
.anc_btn4 ul li a {
  text-align: center;
  position: relative;
  z-index: 2;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.5s;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 12px;
  background: #72d9d1;
  color: white;
  transition: 0.5s;
}
.anc_btn4 ul li a:after {
  font-family: "Font Awesome 5 pro";
  content: "\f054"; /*アイコンのユニコード*/
  font-weight: 100;
  font-size: 0.875rem;
  position: absolute; /*絶対位置*/
  right: 10px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.anc_btn4 ul li a:hover {
  opacity: 1 !important;
  background: rgba(114, 217, 209, 0.7);
}
.anc_btn4 ul li a:hover:after {
  transform: translate(5px, 0);
}
@media only screen and (max-width: 835px) {
  .anc_btn4 ul li a {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1024px) {
  .anc_btn4 ul li {
    width: 49%;
  }
  .anc_btn4 ul li:nth-child(2n+1) {
    margin: 0 1% 2% 0;
  }
  .anc_btn4 ul li:nth-child(2n) {
    margin: 0 0 2% 1%;
  }
  .anc_btn4 ul li a {
    padding: 10px;
  }
}

.qa_FLX1 .box {
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
}
.qa_FLX1 .box:first-child {
  margin-bottom: 10px;
}
.qa_FLX1 .box:first-child > div {
  display: flex;
}
.qa_FLX1 .box:first-child > div .icon {
  background: #72d9d1;
  width: 40px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-family: "Open Sans", "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
}
@media (max-width: 1200px) {
  .qa_FLX1 .box:first-child > div .icon {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 835px) {
  .qa_FLX1 .box:first-child > div .icon {
    font-size: 1.25rem;
  }
}
.qa_FLX1 .box:first-child > div .txt {
  font-weight: bold;
  color: #72d9d1;
  font-size: 1.1em;
}
.qa_FLX1 .box:nth-child(2) > div {
  display: flex;
  background: whitesmoke;
  padding: 10px;
}
.qa_FLX1 .box:nth-child(2) > div .icon {
  background: #eb627e;
  width: 40px;
  min-width: 40px;
  height: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  text-align: center;
  font-family: "Open Sans", "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 1200px) {
  .qa_FLX1 .box:nth-child(2) > div .icon {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 835px) {
  .qa_FLX1 .box:nth-child(2) > div .icon {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  .qa_FLX1 .box {
    padding: 0;
  }
  .qa_FLX1 .box:first-child, .qa_FLX1 .box:nth-child(2) {
    width: 100%;
  }
  .qa_FLX1 .box:first-child > div, .qa_FLX1 .box:nth-child(2) > div {
    flex-direction: column;
    width: 100%;
  }
  .qa_FLX1 .box:first-child > div .icon, .qa_FLX1 .box:nth-child(2) > div .icon {
    width: 100%;
  }
  .qa_FLX1 .box:first-child > div .txt, .qa_FLX1 .box:nth-child(2) > div .txt {
    padding: 10px;
  }
}
.qa_FLX1:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

.qaBtn {
  color: #eb627e;
  font-weight: bold;
  text-decoration: underline;
}

.qaOpen {
  display: none;
}
.qaOpen .ttl {
  color: #72d9d1;
  font-weight: 600;
  font-size: 1rem;
}
.qaOpen .sub_ttl {
  background: #72d9d1;
  color: #fff;
  font-weight: 600;
  padding: 3px 10px;
}

.qa_FLX2 dl {
  display: block !important;
  line-height: normal;
}
.qa_FLX2 dl dt {
  padding: 15px 15px 15px 50px !important;
  background: rgba(236, 230, 218, 0.5) !important;
  border: none !important;
  color: #72d9d1;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  cursor: hand;
  position: relative;
}
.qa_FLX2 dl dt:before {
  content: "Q.";
  display: block;
  position: absolute;
  left: 15px;
  color: #eb627e;
  font-size: 1.5rem;
  font-family: "Cantarell", "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .qa_FLX2 dl dt:before {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.qa_FLX2 dl dt:after {
  font-family: "Font Awesome 5 pro";
  content: "\f330"; /*アイコンのユニコード*/
  position: absolute; /*絶対位置*/
  right: 10px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  color: #668e68;
  font-size: 1rem;
  font-weight: bold;
}
.qa_FLX2 dl dt:hover {
  opacity: 0.7 !important;
}
.qa_FLX2 dl dt:hover:after {
  transform: translate(3px, 0);
  transition: 0.5s;
}
.qa_FLX2 dl dd {
  background: none !important;
  padding: 0 0 0 15px !important;
  border: none !important;
  display: none;
  margin-top: 20px;
  font-size: 0.9375rem;
}
.qa_FLX2 dl:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1000px) {
  .qa_FLX2 dl dt {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .qa_FLX2 dl:not(:last-child) {
    margin-bottom: 15px;
  }
  .qa_FLX2 dl dt {
    padding: 10px 20px 10px 35px !important;
    font-size: 0.9375rem;
  }
  .qa_FLX2 dl dt:before {
    font-size: 1.25rem;
    left: 5px;
    top: 5px;
  }
  .qa_FLX2 dl dt:after {
    right: 5px;
  }
}

.blog_wrap {
  position: relative;
  padding: 30px;
  border-radius: 10px;
  background-color: rgb(255, 252, 246);
  box-shadow: 0px 3px 6.65px 0.35px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 835px) {
  .blog_wrap {
    padding: 30px 10px;
  }
}

.top_blog {
  height: 300px;
  overflow-y: auto;
}
.top_blog .blog_photo {
  display: none;
}
.top_blog .blog_list {
  border: none;
}
.top_blog .blog_list .blog_text {
  width: 100%;
  display: flex;
  padding: 15px 10px;
}
.top_blog .blog_list .blog_text .blog_date {
  margin: 1%;
  color: #668e68;
  font-size: 0.9375rem;
  font-family: "Cantarell", "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.top_blog .blog_list .blog_text h3 {
  order: 3;
  margin: 1%;
  font-size: 0.9375rem;
  font-family: "Cantarell", "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.top_blog .blog_list .blog_text h3 a span {
  color: #565656;
}
@media only screen and (max-width: 640px) {
  .top_blog .blog_list .blog_text h3 {
    width: 100% !important;
  }
}
.top_blog .blog_list .blog_text ul {
  display: none !important;
  margin: 1%;
  order: 2;
}
.top_blog .blog_list .blog_text ul li a {
  min-width: 100px;
  padding: 3px 5px;
  margin-right: 0;
  color: #72d9d1;
  text-align: center;
  font-size: 0.8125rem;
  background: rgba(114, 217, 209, 0.2);
}
.top_blog .blog_list .blog_text ul li a:not(.blog_cate1) {
  display: none;
}
.top_blog .blog_list .blog_text .detail {
  display: none;
}
.top_blog .blog_list .blog_text ul {
  display: block;
}
@media only screen and (max-width: 640px) {
  .top_blog .blog_list .blog_text {
    position: relative;
    flex-direction: column !important;
    padding: 10px;
  }
  .top_blog .blog_list .blog_text ul {
    position: absolute;
    left: 115px;
    top: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .top_blog {
    height: 280px;
  }
}

.top_blog2 .blog_list {
  position: relative;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media only screen and (max-width: 835px) {
  .top_blog2 .blog_list {
    justify-content: space-between;
  }
}
.top_blog2 .blog_list > div {
  width: 32%;
  margin: 0 1%;
  padding: 10px;
  background: #f5f5f5;
  border: #cccccc !important;
  flex-direction: column;
  border-bottom: none !important;
}
.top_blog2 .blog_list > div:nth-child(3n+1) {
  margin: 0 1% 1% 0;
}
.top_blog2 .blog_list > div:nth-child(3n+2) {
  margin: 0 1% 1% 1%;
}
.top_blog2 .blog_list > div:nth-child(3n+3) {
  margin: 0 0 1% 1%;
}
.top_blog2 .blog_list > div .blog_photo {
  width: 100%;
}
.top_blog2 .blog_list > div .blog_photo .square-inner {
  position: relative;
  display: block;
}
.top_blog2 .blog_list > div .blog_photo .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.top_blog2 .blog_list > div .blog_photo .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.top_blog2 .blog_list > div .blog_photo img {
  width: 100%;
  object-fit: cover;
}
.top_blog2 .blog_list > div .blog_text {
  width: 100%;
}
.top_blog2 .blog_list > div .blog_text .blog_date {
  color: #72d9d1;
  font-size: 0.9375rem;
}
.top_blog2 .blog_list > div .blog_text h3 {
  margin-bottom: 0;
}
.top_blog2 .blog_list > div .blog_text h3 a {
  font-size: 1rem;
  font-weight: 600;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
}
.top_blog2 .blog_list > div .blog_text .detail {
  margin-top: 0;
  font-size: 0.875rem;
}
@media only screen and (max-width: 1000px) {
  .top_blog2 .blog_list {
    flex-direction: column;
  }
  .top_blog2 .blog_list > div {
    width: 100%;
    margin: 0 auto !important;
    flex-direction: row !important;
  }
  .top_blog2 .blog_list > div .blog_photo {
    width: 250px;
  }
  .top_blog2 .blog_list > div:not(:last-child) {
    margin-bottom: 15px !important;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 640px) {
  .top_blog2 .blog_list > div {
    flex-direction: column !important;
  }
  .top_blog2 .blog_list > div .blog_photo {
    width: 100%;
  }
}

.blog {
  max-width: 1200px;
  margin: 80px auto 0;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .blog {
    margin: 50px 10px 0 10px;
  }
}
@media only screen and (max-width: 640px) {
  .blog {
    margin: 30px 10px 0 10px;
  }
}
.blog .wrap {
  display: flex;
}
.blog .wrap aside {
  width: 28%;
  margin: 1%;
}
.blog .wrap aside nav {
  line-height: 2em;
}
.blog .wrap aside nav h3 {
  background: #72d9d1 !important;
}
.blog .wrap aside nav ul li .blogside span {
  margin-left: 5px;
  display: block;
}
.blog .wrap aside nav > a {
  background: rgba(235, 98, 126, 0.8) !important;
}
.blog .wrap aside #form_calendar table tbody tr .blog {
  background: #e3eae3;
}
.blog .wrap #contents {
  width: 68%;
  margin: 1%;
  padding: 0 !important;
  min-width: auto;
}
.blog .wrap #contents > article {
  border-bottom: 3px dotted #ccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.blog .wrap #contents > article .date {
  color: #72d9d1 !important;
}
.blog .wrap #contents > article .date {
  color: #72d9d1 !important;
}
.blog .wrap #contents > article h1, .blog .wrap #contents > article > h2 {
  background: #72d9d1 !important;
  color: #fff;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.5em 0.5em 0.3em;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .blog .wrap #contents > article h1, .blog .wrap #contents > article > h2 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 835px) {
  .blog .wrap {
    flex-direction: column-reverse;
  }
  .blog .wrap aside, .blog .wrap #contents {
    width: 100%;
    margin: 10px auto;
  }
  .blog .wrap aside {
    text-align: center !important;
  }
}
@media only screen and (max-width: 640px) {
  .blog .wrap #contents article div {
    flex-direction: column;
  }
  .blog .wrap #contents article div img {
    width: 100%;
  }
}

section div#contents > dl dt div a {
  text-decoration: none;
}
section div#contents > dl dt div a > span:first-child {
  background: #72d9d1 !important;
  color: #fff !important;
  font-size: 20px;
  font-weight: 500;
  padding: 0.5em 0.5em 0.3em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 835px) {
  section div#contents > dl dt div a > span:first-child {
    font-size: 18px;
  }
}

.local_blog .blog_list {
  border: none;
}
.local_blog .blog_list > div .blog_photo img {
  margin: 0 auto;
  display: block;
}
.local_blog .blog_list > div .blog_text .blog_date {
  color: #72d9d1;
  font-family: "Cantarell", "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.875rem;
}
.local_blog .blog_list > div .blog_text h3 {
  background: #668e68;
  padding: 5px;
}
.local_blog .blog_list > div .blog_text h3 span {
  color: #fff;
  font-size: 1.25rem;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
}
.local_blog .blog_list > div .blog_text .detail {
  margin-top: 0;
  font-size: 0.9375rem;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .local_blog .blog_list > div {
    flex-direction: row !important;
  }
  .local_blog .blog_list > div .blog_photo {
    width: 25%;
  }
}
@media only screen and (max-width: 640px) {
  .local_blog .blog_list > div {
    margin-bottom: 10px;
    flex-direction: row !important;
  }
  .local_blog .blog_list > div .blog_photo {
    width: 30%;
    padding: 0 !important;
  }
}

.review_flx {
  display: flex;
  justify-content: space-between;
}
.review_flx .box_img {
  width: 18%;
  margin: 1%;
  flex-direction: column !important;
}
.review_flx .box_img > .box {
  width: 100%;
  margin-bottom: 10px;
}
.review_flx .box_txt {
  width: 78%;
  margin: 1%;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .review_flx .box_img {
    width: 23%;
  }
  .review_flx .box_txt {
    width: 73%;
  }
}
@media only screen and (max-width: 640px) {
  .review_flx {
    flex-direction: column;
  }
  .review_flx .box_img {
    width: 100%;
    margin: 0 auto 15px auto !important;
    flex-direction: row !important;
  }
  .review_flx .box_img > .box {
    width: 60%;
    margin: 0 auto;
  }
  .review_flx .box_txt {
    width: 100%;
    margin: 0 auto !important;
  }
}

.voice_bg {
  position: relative;
  padding: 50px 0;
}
.voice_bg .voice_inr {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  background: #fff;
  z-index: -1;
}
.voice_bg:nth-child(2n) .voice_inr {
  background: url(../images/top/bg06.jpg) no-repeat bottom;
  background-size: cover;
}
.voice_wrap {
  position: relative;
}
.voice_flx {
  display: flex;
  justify-content: space-between;
}
.voice_flx .box_img {
  width: 29%;
  margin: 0 1% 0 0;
  padding: 20px;
  flex-direction: column !important;
}
.voice_flx .box_img > .box {
  width: 100%;
  margin-bottom: 10px;
}
.voice_flx .box_txt {
  width: 70%;
}
@media only screen and (max-width: 640px) {
  .voice_flx .box_img {
    width: 24%;
  }
  .voice_flx .box_txt {
    width: 75%;
  }
}

.staff_info dl {
  flex-direction: column;
  background: #ece6da;
  margin-bottom: 10px;
  padding: 5px;
  line-height: 1.5em;
}
.staff_info dl dt {
  font-size: 1.1em;
  color: #72d9d1;
  font-weight: 500;
  border-bottom: 1px dashed #ccc !important;
}

.voice_box, .voice_box2 {
  border: 1px solid #ccc;
  box-shadow: 0px 3px 7px 0px rgba(1, 0, 0, 0.2);
  padding: 50px 20px 20px 20px;
  position: relative;
}
.voice_box .prof, .voice_box2 .prof {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #eb627e;
}
@media only screen and (max-width: 835px) {
  .voice_box, .voice_box2 {
    padding: 50px 10px 10px 10px;
  }
  .voice_box .prof, .voice_box2 .prof {
    font-size: 0.9em;
    right: 10px;
  }
}

.voice_box2 {
  padding: 40px 20px 20px 20px;
}
@media only screen and (max-width: 835px) {
  .voice_box2 {
    padding: 30px 10px 10px 10px;
  }
}

.prod_flx .box {
  position: relative;
}
.prod_flx .box article > h3 {
  display: none;
}
.prod_flx .box article div {
  line-height: 1.7em;
}
.prod_flx .box article div h3 {
  margin: 5px 0;
  padding: 5px;
  background: rgba(235, 98, 126, 0.8);
  text-align: center;
  font-size: 1rem;
}
.prod_flx .box article div h3 .price {
  display: block;
  font-size: 0.875rem;
  color: rgba(86, 86, 86, 0.8);
}
@media only screen and (max-width: 640px) {
  .prod_flx .box article div h3 {
    font-size: 0.875rem;
    text-align: left;
    line-height: 1.5em;
  }
}
.prod_flx .box article div .anchor {
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 835px) {
  #col_main .errorbg {
    padding: 0 !important;
  }
}

.flex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex1._top {
  align-items: flex-start;
}
.flex1._center {
  align-items: center;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 2;
}
.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex2._top {
  align-items: flex-start;
}
.flex2._center {
  align-items: center;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 2;
}
.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3._top {
  align-items: flex-start;
}
.flex3._center {
  align-items: center;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 2;
}
.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex4._top {
  align-items: flex-start;
}
.flex4._center {
  align-items: center;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 2;
}
.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}
.square._75 .square-inner:before {
  padding-top: 75%;
}
.square._66 .square-inner:before {
  padding-top: 66%;
}
.square td .square-inner {
  display: block;
  position: relative;
}
.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .square-inner {
  display: block;
  position: relative;
}
.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .square-inner {
  display: block;
  position: relative;
}
.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
}

.flex2cl_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}
.flex2cl_01 .flxL {
  width: 57%;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
.flex2cl_01 .flxR {
  width: 40%;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flex2cl_01 .flxR .img {
  width: 100%;
}
.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .flex2cl_02 {
    margin-left: -2.439%;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .flex2cl_02 {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}
.flex2cl_02 .box img {
  width: 100% !important;
}
.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.4390243902%;
}
@media screen and (max-width: 1200px) {
  .flex3cl {
    margin-left: -2.439%;
  }
}
@media only screen and (max-width: 640px) {
  .flex3cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex3cl .box {
  position: relative;
  width: 30.8943089431%;
  margin-left: 2.4390243902%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex3cl .box img {
  width: 100% !important;
}
.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -3.2258064516%;
}
@media screen and (max-width: 1200px) {
  .flex4cl {
    margin-left: -2.439%;
  }
}
@media only screen and (max-width: 640px) {
  .flex4cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex4cl .box {
  position: relative;
  width: 21.7741935484%;
  margin-left: 3.2258064516%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex4cl .box img {
  width: 100% !important;
}
.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.slide-bottom {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}

.slide-bottom.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes slide-top {
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.slide-top {
  animation-name: slide-top;
  animation-duration: 1s;
}

.slide-top2 {
  opacity: 0.4;
  transform: translate(0, -50px);
  transition: all 1000ms;
}

.slide-top2.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.slide-right {
  opacity: 0;
  transform: translate(100px, 0px);
  transition: all 2500ms;
}

.slide-right.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.slide-left {
  opacity: 0;
  transform: translate(-100px, 0px);
  transition: all 2500ms;
}

.slide-left.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.slide-left2 {
  opacity: 0;
  transform: translate(-100px, 0px);
  transition: all 1000ms;
}

.slide-left2.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.img {
  position: relative;
}
.img img {
  width: 100% !important;
}
.img:before {
  transition: all 1.5s ease 0.5s;
  content: "";
  background: #72d9d1;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.img.aaaa:before {
  overflow: hidden;
  width: 0;
}

.sns #media {
  margin: 70px auto 0 auto;
}
@media only screen and (max-width: 835px) {
  .sns #media {
    margin: 30px auto 0 auto;
  }
}
.sns #media .row {
  max-width: 1000px;
  margin: 0 auto;
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.sns #media .row .box {
  width: 32%;
  margin: 0 1%;
}
.sns #media .row .box:nth-child(3n+1) {
  margin: 0 1% 2% 0;
}
.sns #media .row .box:nth-child(3n+2) {
  margin: 0 1% 2% 1%;
}
.sns #media .row .box:nth-child(3n+3) {
  margin: 0 0 2% 1%;
}
.sns #media .row .box h3, .sns #media .row .box p {
  display: none;
}
@media screen and (max-width: 350px) {
  .sns #media .row {
    flex-direction: column;
  }
  .sns #media .row .box {
    width: 100%;
    margin: 0 auto !important;
  }
  .sns #media .row .box:not(:last-child) {
    margin-bottom: 15px !important;
  }
}
.sns #more a {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 350px;
  background: #fff;
  padding: 15px;
  color: #72d9d1;
  font-family: "Cantarell", "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.75rem;
  border: 3px solid #72d9d1;
  position: relative;
}
@media (max-width: 1200px) {
  .sns #more a {
    font-size: calc(1.3rem + 0.6vw);
  }
}
.sns #more a:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px dotted rgba(114, 217, 209, 0.5);
  margin: 5px;
}
.sns #more a:hover {
  transition: 0.5s;
}

.br3 {
  border-radius: 3px;
}
.br3 img {
  border-radius: 3px;
}

.br5 {
  border-radius: 5px;
}
.br5 img {
  border-radius: 5px;
}

.br10 {
  border-radius: 10px;
}
.br10 img {
  border-radius: 10px;
}

.br20 {
  border-radius: 20px;
}
.br20 img {
  border-radius: 20px;
}
@media only screen and (max-width: 640px) {
  .br20 img {
    border-radius: 15px;
  }
}

.br30 {
  border-radius: 30px;
}
.br30 img {
  border-radius: 30px;
}
@media only screen and (max-width: 640px) {
  .br30 img {
    border-radius: 20px;
  }
}

.slide1 .slick-track {
  display: flex !important;
}
.slide1 .slick-slide {
  margin: 10px;
  height: auto !important;
}
.slide1 .slick-slide a {
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.125rem;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .slide1 .slick-slide a {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .slide1 .slick-slide {
    margin: 5px;
  }
}
.slide1 .slick-dots {
  display: flex;
  justify-content: center;
}
.slide1 .slick-next2 {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
  bottom: 0;
  left: -30px;
}
.slide1 .slick-next2 i {
  font-size: 1.875rem;
}
@media (max-width: 1200px) {
  .slide1 .slick-next2 i {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media only screen and (max-width: 835px) {
  .slide1 .slick-next2 {
    left: -10px;
  }
}
.slide1 .slick-prev2 {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
  bottom: 0;
  right: -30px;
}
.slide1 .slick-prev2 i {
  font-size: 1.875rem;
}
@media (max-width: 1200px) {
  .slide1 .slick-prev2 i {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media only screen and (max-width: 835px) {
  .slide1 .slick-prev2 {
    right: -10px;
  }
}

.slide2 .slick-slide {
  margin: 0 20px;
}
@media only screen and (max-width: 640px) {
  .slide2 .slick-slide {
    margin: 0 4px;
  }
}
.slide2 .slick-slide .square-inner {
  position: relative;
  display: block;
}
.slide2 .slick-slide .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.slide2 .slick-slide .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.slide2 img {
  object-fit: cover;
}

.room_slider .slick-active img {
  margin: 0 auto;
}
.room_slider ul button:before {
  color: #72d9d1 !important;
}
.room_slider ul .slick-prev {
  left: -5px;
}
.room_slider ul .slick-arrow {
  right: -5px;
}
.room_slider ul .slick-dots {
  position: static;
  flex-wrap: wrap;
  margin-top: 15px !important;
}
.room_slider ul .slick-dots li {
  position: static;
  height: auto !important;
  width: 23.5%;
  margin: 0 1%;
}
.room_slider ul .slick-dots li:nth-child(4n+1) {
  margin: 0 1% 2% 0;
}
.room_slider ul .slick-dots li:nth-child(4n+4) {
  margin: 0 0 2% 1%;
}
.room_slider ul .slick-dots li img {
  height: 100%;
}
@media only screen and (max-width: 835px) {
  .room_slider ul .slick-dots li {
    width: 23%;
    margin: 1% !important;
  }
}
@media screen and (max-width: 350px) {
  .room_slider ul .slick-dots {
    flex-direction: column;
  }
  .room_slider ul .slick-dots li {
    width: 100%;
    margin-bottom: 15px;
  }
  .room_slider ul .slick-dots li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.room_slider .draggable {
  padding: 0 20px;
}

.bold {
  font-weight: bold !important;
}
.bold div, .bold article, .bold p, .bold span, .bold a {
  font-weight: bold !important;
}
@media only screen and (max-width: 835px) {
  .bold div, .bold article, .bold p, .bold span, .bold a {
    font-weight: 500 !important;
  }
}
@media only screen and (max-width: 835px) {
  .bold {
    font-weight: 500 !important;
  }
}

.local_btn a {
  text-align: center;
  position: relative;
  z-index: 2;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.25rem;
  font-weight: 400;
  transition: all 0.5s;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 36px 12px;
  background: #72d9d1;
  color: white;
  transition: 0.5s;
}
.local_btn a:after {
  font-family: "Font Awesome 5 pro";
  content: "\f054"; /*アイコンのユニコード*/
  font-weight: 100;
  font-size: 1.125rem;
  position: absolute; /*絶対位置*/
  right: 16px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.local_btn a:hover {
  opacity: 1 !important;
  background: #eb627e;
}
.local_btn a:hover:after {
  transform: translate(10px, 0);
}
@media only screen and (max-width: 835px) {
  .local_btn a {
    font-size: 1rem;
    padding: 20px 12px;
  }
}/*# sourceMappingURL=bxidx.css.map */