@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Noto+Serif+JP:wght@400;700&display=swap");
@font-face {
  font-family: "line";
  src: url("font/line/._LINESeedJP_OTF_Th.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "line";
  src: url("font/line/._LINESeedJP_OTF_Rg.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "line";
  src: url("font/line/._LINESeedJP_OTF_Eb.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "line";
  src: url("font/line/._LINESeedJP_OTF_Bd.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
html, body {
  font-size: 14px;
  font-family: "maru-maru-gothic-blr-stdn", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

::-moz-selection {
  background: rgb(238, 224, 98);
  color: #fff;
}

::selection {
  background: rgb(238, 224, 98);
  color: #fff;
}

::-moz-selection {
  background: rgb(238, 224, 98);
  color: #fff;
}

code {
  font-family: "maru-maru-gothic-blr-stdn", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.article h2, .article h3, .article h4, .article h5, .article h6 {
  margin-top: 0;
}

p {
  text-align: justify;
}

@media screen and (max-width: 640px) {
  a:hover {
    opacity: 1 !important;
  }
}

.margin_b_0 {
  margin-bottom: 0 !important;
}

#content {
  margin: 0 !important;
  padding: 0 !important;
}
@media screen and (max-width: 834px) {
  #content {
    margin: 0 !important;
    padding: 0 !important;
  }
}

#main {
  margin: 0 !important;
  padding: 0 22px !important;
}
@media screen and (max-width: 834px) {
  #main {
    margin: 0 !important;
    padding: 0 22px !important;
  }
}

.container {
  max-width: 100% !important;
  padding: 0 !important;
  overflow-x: hidden;
}

.date-tags {
  display: none;
}

.br {
  display: block;
}

.br_pc {
  display: block;
}
@media screen and (max-width: 640px) {
  .br_pc {
    display: inline;
  }
}

.br_sp {
  display: inline;
}
@media screen and (max-width: 640px) {
  .br_sp {
    display: block;
  }
}

.br_tab {
  display: inline;
}
@media screen and (max-width: 834px) {
  .br_tab {
    display: block;
  }
}

.vk_posts {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.home_contact {
  margin: 0 auto;
}
.home_contact h2 {
  background: none;
  font-size: 1.71429rem;
  margin: 0 !important;
  margin-bottom: 40px !important;
  letter-spacing: 0.1em;
  padding: 0 !important;
}
.home_contact h2::first-letter {
  color: #f4bc1b;
}
@media screen and (max-width: 640px) {
  .home_contact h2 {
    line-height: 1.6;
    margin-bottom: 0 !important;
    padding: 0 !important;
  }
  .home_contact h2 strong {
    display: none;
  }
}
.home_contact dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #eee;
  padding: 40px 0;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .home_contact dl {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 25px 0;
  }
}
.home_contact dt, .home_contact dd {
  color: #555;
}
@media screen and (max-width: 640px) {
  .home_contact dt, .home_contact dd {
    width: 100% !important;
  }
}
.home_contact dt {
  width: 30%;
  font-size: 1rem;
  font-weight: bold;
  border: 0;
  padding: 0 !important;
  margin: 0;
}
@media screen and (max-width: 834px) {
  .home_contact dt {
    width: 32%;
  }
}
@media screen and (max-width: 640px) {
  .home_contact dt {
    width: auto;
    font-size: 0.928571428rem;
    margin-bottom: 1em;
  }
}
.home_contact dt span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .home_contact dt span {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.home_contact dt strong {
  color: crimson;
  font-weight: bold;
  display: inline-block;
  font-size: 0.928571428rem;
  background-color: rgb(248, 231, 231);
  padding: 0.4em 0.3em;
  line-height: 1;
  border-radius: 3px;
  margin-left: 1em;
}
@media screen and (max-width: 640px) {
  .home_contact dt strong {
    margin-left: 1em;
  }
}
.home_contact dd {
  width: 70%;
  font-size: 1.14286rem;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .home_contact dd {
    font-size: 1rem;
  }
}
.home_contact input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}
.home_contact input[type=radio] + span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 400;
  font-size: 18px;
}
.home_contact input[type=radio]:checked + span:before {
  content: "\f058";
  font-weight: 400;
  font-size: 18px;
  font-weight: bold;
  color: crimson;
}
.home_contact .form_001 dd > span:nth-child(2) label {
  position: relative;
  z-index: 3;
}
.home_contact .form_001 dd > span:nth-child(2) label:after {
  content: "";
  display: block;
  width: calc(100% - 1.5em);
  height: 0.6em;
  background: #d8f2f5;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.home_contact .form_001 dd > span:nth-child(2) .mwform-radio-field-text {
  position: relative;
  z-index: 10;
}
.home_contact .form_001 dd > span:nth-child(3) label {
  position: relative;
  z-index: 3;
}
.home_contact .form_001 dd > span:nth-child(3) label:after {
  content: "";
  display: block;
  width: calc(100% - 1.5em);
  height: 0.6em;
  background: #f1dfe8;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.home_contact .form_001 dd > span:nth-child(3) .mwform-radio-field-text {
  position: relative;
  z-index: 10;
}

.send_btn {
  margin-top: 30px !important;
  display: block;
}
.send_btn input {
  display: block;
  width: 300px;
  margin: 0 auto;
  background: #f4bc1b;
  font-size: 1rem;
  border-radius: 5px;
  padding: 1em 0;
  font-family: "maru-maru-gothic-blr-stdn", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.send_box {
  background-color: #f1eee8;
  padding: 2em 0;
  text-align: center;
  margin-bottom: 1em;
}

input, select, textarea, button {
  font-family: "maru-maru-gothic-blr-stdn", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

input::-webkit-input-placeholder {
  font-size: 0.857142857rem;
  font-family: "maru-maru-gothic-blr-stdn", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  color: #aaa;
}

input:-moz-placeholder {
  font-size: 1rem;
  font-family: "maru-maru-gothic-blr-stdn", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

input::-moz-placeholder {
  font-size: 1rem;
  font-family: "maru-maru-gothic-blr-stdn", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

input:-ms-input-placeholder {
  font-size: 1rem;
  font-family: "maru-maru-gothic-blr-stdn", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

textarea::-webkit-input-placeholder {
  font-size: 0.857142857rem;
  font-family: "maru-maru-gothic-blr-stdn", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  color: #aaa;
}

textarea:-moz-placeholder {
  font-size: 1rem;
  font-family: "maru-maru-gothic-blr-stdn", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

textarea::-moz-placeholder {
  font-size: 1rem;
  font-family: "maru-maru-gothic-blr-stdn", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

textarea:-ms-input-placeholder {
  font-size: 1rem;
  font-family: "maru-maru-gothic-blr-stdn", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

@media screen and (min-width: 1px) {
  #container::before {
    content: "";
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f4bc1b;
    z-index: 99999999999999;
    pointer-events: none;
    visibility: visible !important;
    right: 100%;
    bottom: inherit !important;
    display: block !important;
    overflow: inherit !important;
    -webkit-transition: right 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: right 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  }
  #container::after {
    content: "";
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f4bc1b;
    z-index: 9999999999;
    pointer-events: none;
    visibility: visible !important;
    left: 0% !important;
    right: inherit !important;
    bottom: inherit !important;
    display: block !important;
    overflow: inherit !important;
    -webkit-transition: left 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: left 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    clear: inherit !important;
  }
  #container.is-slide-in::before {
    right: 0 !important;
    visibility: visible !important;
  }
  #container.is-slide::after {
    left: 100% !important;
    visibility: visible !important;
  }
}
#header-container {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#header-container #header-container-in {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: nowrap;
      -ms-flex-flow: nowrap;
          flex-flow: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(images/home/bg_header.png) !important;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25) !important;
}
@media screen and (max-width: 640px) {
  #header-container header {
    width: 100%;
  }
  #header-container header img {
    width: auto;
  }
}
#header-container header .logo a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #f4bc1b;
  border-radius: 0 0 20px 0;
  padding: 0.6em 2em;
  -webkit-transition: 1s;
  transition: 1s;
}
#header-container header .logo a:hover {
  background-color: #d29e0a;
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (max-width: 834px) {
  #header-container header .logo a {
    border-radius: 0;
    height: 60px;
    position: static;
  }
  #header-container header .logo a img {
    max-height: 40px;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
#header-container #navi {
  background-color: inherit;
}

.navi {
  background: none;
}

.navi-in .sub-menu {
  display: block;
}

@media screen and (max-width: 1023px) {
  .navi-in .menu-pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 640px) {
  .navi-in .menu-pc {
    display: none;
  }
}
#header-container nav #navi-in, #header-container nav ul {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
#header-container nav #navi-in a:hover, #header-container nav ul a:hover {
  background-color: #eab10b !important;
}
#header-container nav #navi-in > li, #header-container nav ul > li {
  width: auto;
}
#header-container nav #navi-in > li a, #header-container nav ul > li a {
  padding: 0 1.5em;
  font-size: 13px;
  font-weight: bold;
}
@media screen and (max-width: 1048px) {
  #header-container nav #navi-in > li a, #header-container nav ul > li a {
    padding: 0 1em;
  }
}
@media screen and (max-width: 960px) {
  #header-container nav #navi-in > li a, #header-container nav ul > li a {
    padding: 0 0.6em;
  }
}
#header-container nav #navi-in .fa-angle-down:before, #header-container nav ul .fa-angle-down:before {
  display: none;
}
#header-container nav .sub-menu {
  background-color: #f4bc1b;
}
#header-container nav .sub-menu li a:hover {
  background-color: #eab10b !important;
}
#header-container nav .header_contact01 a {
  background: crimson;
  color: #fff;
}

#main-area-wrap {
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

#main-area {
  width: 100%;
  max-width: 1500px;
  height: 80vh;
  min-height: 770px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 0 auto;
  text-align: center;
  background-color: none !important;
}
@media screen and (max-width: 834px) {
  #main-area {
    height: 81vh;
    min-height: auto;
  }
}
@media screen and (max-width: 640px) {
  #main-area {
    height: 81vh;
    margin-bottom: 40px !important;
    min-height: 500px;
  }
}
#main-area .main_inner {
  z-index: 5;
  background-color: inherit !important;
}
#main-area .main_inner .img {
  margin-bottom: 2em;
}
#main-area .main_inner .img img {
  width: auto;
}
@media screen and (max-width: 640px) {
  #main-area .main_inner .img {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  #main-area .main_inner .img img {
    max-height: 100px !important;
  }
}
#main-area .main_inner .txt {
  font-size: 1.14286rem;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  #main-area .main_inner .txt {
    font-size: 0.928571428rem;
  }
}
#main-area .main_inner .txt h1 {
  font-size: 1.71429rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 640px) {
  #main-area .main_inner .txt h1 {
    font-size: 1.28571rem;
    margin-bottom: 1.3em;
  }
}
@media screen and (max-width: 640px) {
  #main-area .main_inner .txt h1 {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    margin-bottom: 0.5em;
  }
}
#main-area .main_inner .txt p {
  text-align: center;
}
@media screen and (max-width: 640px) {
  #main-area .main_inner .txt p {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}
#main-area .main_inner .txt ul {
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-top: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#main-area .main_inner .txt ul li {
  background: #f4bc1b;
  width: 24%;
  border-radius: 3px;
  margin-bottom: 10px;
  font-weight: bold;
}
#main-area .main_inner .txt ul li a {
  display: block;
  padding: 0.5em 0;
  color: #333 !important;
  text-decoration: none !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#main-area .main_inner .txt ul li a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 640px) {
  #main-area .main_inner .txt ul {
    width: 95%;
    margin: 10px auto 0;
  }
  #main-area .main_inner .txt ul li {
    font-size: 10px;
    margin-bottom: 3px;
  }
}
#main-area > span {
  display: block;
  position: absolute;
  z-index: 1;
  max-width: 600px;
}
@media screen and (max-width: 640px) {
  #main-area > span {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}
#main-area > span.bg_01 {
  background: url(images/home/bg_main01.svg);
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 40vw;
  height: 40vw;
  left: -5%;
  top: 0%;
}
@media screen and (max-width: 640px) {
  #main-area > span.bg_01 {
    top: -5%;
    left: -15%;
    width: 60vw;
    height: 60vw;
  }
}
#main-area > span.bg_02 {
  background: url(images/home/bg_main02.svg);
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 40vw;
  height: 40vw;
  right: -5%;
  top: 3%;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  #main-area > span.bg_02 {
    top: -8%;
    right: -18%;
    width: 60vw;
    height: 60vw;
  }
}
#main-area > span.bg_02_p {
  background: url(images/home/bg_main02_p.svg);
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 5vw;
  height: 5vw;
  max-width: 75px;
  max-height: 75px;
  right: 13vw;
  top: 70px;
  z-index: 9;
}
@media screen and (max-width: 640px) {
  #main-area > span.bg_02_p {
    right: 45px;
    width: 30px;
    height: 30px;
    top: 113px;
  }
}
#main-area > span.bg_02_inu {
  background: url(images/home/bg_main02_inu.svg);
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 5vw;
  height: 5vw;
  max-width: 75px;
  max-height: 75px;
  right: 40vw;
  top: 30px;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  #main-area > span.bg_02_inu {
    width: 40px;
    height: 40px;
    top: 137px;
    right: 82%;
  }
}
#main-area > span.bg_03 {
  background: url(images/home/bg_main03.svg);
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 40vw;
  height: 40vw;
  left: 5%;
  bottom: 0%;
  background-position: bottom !important;
}
@media screen and (max-width: 640px) {
  #main-area > span.bg_03 {
    bottom: 5px;
  }
}
@media screen and (max-width: 640px) {
  #main-area > span.bg_03 {
    bottom: -5%;
    left: -18%;
    width: 65vw;
    height: 65vw;
  }
}
#main-area > span.bg_03_p {
  background: url(images/home/bg_main03_p.svg);
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 5vw;
  height: 5vw;
  max-width: 75px;
  max-height: 75px;
  left: 5vw;
  bottom: 45px;
  z-index: 9;
}
@media screen and (max-width: 640px) {
  #main-area > span.bg_03_p {
    bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  #main-area > span.bg_03_p {
    width: 40px;
    height: 40px;
    left: 33px;
  }
}
#main-area > span.bg_04 {
  background: url(images/home/bg_main04.svg);
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 40vw;
  height: 40vw;
  right: 0%;
  bottom: 0%;
  background-position: bottom !important;
}
@media screen and (max-width: 640px) {
  #main-area > span.bg_04 {
    bottom: -5%;
    right: -10%;
    width: 50vw;
    height: 50vw;
  }
}

#main-area_sub {
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
#main-area_sub h1 {
  font-size: 1.71429rem;
  margin-bottom: 0.95em;
  line-height: 1.3;
  text-align: center;
}
#main-area_sub > div {
  padding: 150px 0 150px;
  background: url(images/home/bg_h1.png) center center no-repeat;
}
@media screen and (max-width: 640px) {
  #main-area_sub > div {
    padding: 45px 20px;
  }
  #main-area_sub > div h1 {
    line-height: 1.3;
  }
}

footer.footer {
  background: url(images/home/bg_footer.png);
  background-size: cover;
}
@media screen and (max-width: 640px) {
  footer.footer {
    padding: 45px 20px 0 !important;
    background: #f3efea;
  }
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer-bottom:after {
  display: none;
}
.footer-bottom .footer-bottom-logo {
  float: none;
  position: static;
  width: 38%;
}
@media screen and (max-width: 640px) {
  .footer-bottom .footer-bottom-logo {
    width: 100%;
  }
}
.footer-bottom .footer-bottom-logo .logo {
  text-align: left;
}
@media screen and (max-width: 640px) {
  .footer-bottom .footer-bottom-logo .logo {
    text-align: center;
    margin-bottom: 25px;
  }
}
.footer-bottom .footer-bottom-content {
  float: none;
  width: 55%;
}
@media screen and (max-width: 640px) {
  .footer-bottom .footer-bottom-content {
    width: 100%;
  }
}
.footer-bottom .footer-bottom-content ul {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .footer-bottom .footer-bottom-content ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer-bottom .footer-bottom-content ul a {
  font-size: 13px;
}
@media screen and (max-width: 640px) {
  .footer-bottom .footer-bottom-content ul a {
    font-size: 12px;
  }
}
.footer-bottom .footer-left {
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .footer-bottom .footer-left {
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
  }
  .footer-bottom .footer-left .address {
    margin-bottom: 1em;
  }
}
.footer-bottom .footer-left aside:nth-child(1) {
  margin-bottom: 15px;
}
.footer-bottom .textwidget i {
  color: #f4bc1b;
  display: inline-block;
  margin-right: 0.1em;
}
.footer-bottom .navi-footer li {
  width: 33% !important;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .footer-bottom .navi-footer li {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .footer-bottom .navi-footer li:nth-child(odd) {
    width: 50% !important;
  }
  .footer-bottom .navi-footer li:nth-child(even) {
    width: 46% !important;
  }
}
.footer-bottom .navi-footer a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 0.2em;
}
@media screen and (max-width: 640px) {
  .footer-bottom .navi-footer a {
    text-align: left;
  }
}

footer.footer .copyright {
  display: block;
  text-align: center;
}
@media screen and (max-width: 640px) {
  footer.footer .copyright {
    margin-top: 40px;
    padding-bottom: 10px;
    font-size: 12px;
  }
}

#go-to-top {
  display: none !important;
}

#pagetop {
  position: fixed;
  right: 1%;
  bottom: 20px;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#pagetop a:nth-child(1) {
  display: inline-block;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  right: 0;
  bottom: 160px;
  text-decoration: none;
  background: #f4bc1b;
  color: #333;
  padding: 1em 0.72em;
  border-radius: 5px;
  line-height: 1;
  margin-bottom: 15px;
  font-size: 13px;
}
#pagetop a:nth-child(1) i {
  color: #333 !important;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 3px;
}
#pagetop a:nth-child(2) {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0.5em;
  color: #f4bc1b !important;
}
#pagetop a:nth-child(3) {
  border: 1px solid #f4bc1b;
  width: 50px;
  height: 50px;
  border-radius: 5000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#pagetop a:nth-child(3):hover {
  background: #f4bc1b;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#pagetop a:nth-child(3):hover i {
  color: #fff !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#pagetop i {
  color: #f4bc1b !important;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact_banner {
  margin: 80px 0;
}
.contact_banner a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact_banner a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  .contact_banner {
    margin: 40px 0;
  }
}

.home .contact_banner {
  margin-bottom: 20px;
}

h2.h2_01 {
  background-color: inherit !important;
  font-size: 1.71429rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 30px;
  text-align: center !important;
}
h2.h2_01:after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: crimson;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  h2.h2_01 {
    font-size: 1.42857rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}

h2.h2_02, h3.h3_02, h3.h2_02, h2.h3_02 {
  background-color: rgb(245, 242, 238) !important;
  font-size: 1.42857rem;
  font-weight: bold;
  position: relative;
  padding: 0.7em 0.65em;
  margin-bottom: 30px;
  padding-left: 1.5em;
  line-height: 1.5;
  border: 0;
  margin-bottom: 20px;
}
h2.h2_02:after, h3.h3_02:after, h3.h2_02:after, h2.h3_02:after {
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  background: crimson;
  border-radius: 500px;
  position: absolute;
  left: 10px;
  bottom: 0;
  top: 0;
  margin: auto 0;
}
@media screen and (max-width: 640px) {
  h2.h2_02, h3.h3_02, h3.h2_02, h2.h3_02 {
    font-size: 1.28571rem;
    margin-bottom: 15px;
  }
}

.btn_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}
.btn_01 > div {
  display: block;
  width: 320px !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  border-radius: 4px !important;
}
.btn_01 a {
  background: crimson;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 4px !important;
  position: relative;
}
.btn_01 a:hover {
  color: #fff !important;
  opacity: 0.75;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_01 a:before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0.75em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}
@media screen and (max-width: 640px) {
  .btn_01 a {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .btn_01 {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .btn_01 a {
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width: 640px) {
  p.has-text-align-center {
    font-size: 0.928571428rem;
  }
}

.home .article-header {
  display: none;
}

#sidebar .post-count {
  margin-left: 0.2em;
  font-size: 0.8em;
}
#sidebar .post-count:before {
  content: "(";
}
#sidebar .post-count:after {
  content: ")";
}

.t_center {
  text-align: center;
  margin: 0 auto !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.home_01 {
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .home_01 {
    margin-bottom: 15px;
  }
}
.home_01 .wp-block-vk-blocks-card-item {
  background: #fff9e0 !important;
  padding: 20px !important;
  padding-top: 45px !important;
  padding-bottom: 45px !important;
  position: relative;
  overflow: inherit;
  margin: 0 !important;
  margin-bottom: 25px !important;
  width: calc(25% - 15px) !important;
}
@media screen and (max-width: 834px) {
  .home_01 .wp-block-vk-blocks-card-item {
    width: calc(25% - 10px) !important;
  }
}
@media screen and (max-width: 640px) {
  .home_01 .wp-block-vk-blocks-card-item {
    width: 48% !important;
    padding: 15px !important;
    padding-top: 25px !important;
    padding-bottom: 20px !important;
  }
}
.home_01 .wp-block-vk-blocks-card-item:before {
  content: "";
  display: block;
  width: 74px;
  height: 32px;
  background: url(images/home/bg_h.png);
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.home_01 a {
  text-decoration: none;
}
.home_01 h5 {
  margin: 0 !important;
}
@media screen and (max-width: 640px) {
  .home_01 h5 {
    font-size: 1rem !important;
  }
}
.home_01 p {
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .home_01 p {
    font-size: 12px !important;
    margin-top: 5px !important;
  }
}
.home_01 .vk_post_imgOuter {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border: 0 !important;
}
.home_01 .vk_post_btnOuter {
  margin: 0 auto;
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
}
.home_01 .vk_post_btnOuter a {
  background: crimson;
  border: 0 !important;
  display: block;
  padding: 0.3em 0 !important;
  margin: 0 auto;
}

.home_hp {
  background: rgb(245, 244, 242);
  background-size: contain;
  background-repeat: no-repeat !important;
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  margin-bottom: 0 !important;
  margin-top: 80px !important;
  padding: 80px 20px;
}
.home_hp > div.wp-block-group__inner-container {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .home_hp > div.wp-block-group__inner-container {
    padding: 0 25px;
  }
}
.home_hp > div.wp-block-group__inner-container > figure {
  width: 700px !important;
  max-width: 100%;
  margin: 0 auto 40px;
}
.home_hp h2 {
  margin-bottom: 30px !important;
}
.home_hp h3, .home_hp h4 {
  border: 0;
  padding: 0;
}
.home_hp ul {
  list-style: none;
  padding-left: 0;
}
.home_hp .service02_01 figure {
  background: #fff;
}
@media screen and (max-width: 640px) {
  .home_hp {
    padding: 50px 0;
  }
  .home_hp > div.wp-block-group__inner-container > figure {
    margin: 0 auto 20px;
  }
}

.home_02 {
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  background: url(images/home/bg_image.jpg);
  background-size: cover;
  padding: 80px 10px;
  margin-bottom: 80px !important;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .home_02 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
}
.home_02 h2 {
  margin-top: 0 !important;
}

.home_chiiki ul {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.home_chiiki li {
  display: block !important;
  width: 30% !important;
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
  margin: 0 !important;
}
.home_chiiki li:first-child {
  width: 100% !important;
  margin-bottom: 15px !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.home_chiiki li:first-child figure {
  width: 60%;
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important;
}
.home_chiiki li figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.home_chiiki li figure img {
  border: 1px solid #f4bc1b;
  padding: 1em;
}
.home_chiiki li figure figcaption {
  position: static !important;
  padding: 1em 0 0 0 !important;
  background: none !important;
  color: #333 !important;
}
.home_chiiki figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.home_chiiki figure img {
  border: 1px solid #f4bc1b;
  padding: 1em;
  margin-bottom: 0 !important;
}
.home_chiiki figure figcaption {
  position: static !important;
  background: none !important;
  color: #333 !important;
}
@media screen and (max-width: 640px) {
  .home_chiiki ul li {
    width: 100% !important;
    margin-bottom: 15px !important;
  }
  .home_chiiki ul li:first-child figure {
    width: 100% !important;
  }
}

.taiou_area h3 {
  padding: 0;
  border: 0;
  font-size: 1rem;
  margin-bottom: 0.3em;
}
.taiou_area__01 {
  border-left: 1px solid #f1f1f1;
  font-size: 0.857142857rem;
  padding-left: 1em;
}

.home_insta #sbi_images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .home_insta #sbi_images {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.home_insta #sbi_images .fa-external-link-alt {
  display: none;
}
.home_insta #sbi_images > div {
  padding: 5px !important;
}
.home_insta #sbi_images > div a {
  border: 1px solid #ccc;
}
@media screen and (max-width: 640px) {
  .home_insta #sbi_images > div {
    width: 50% !important;
  }
}

@media screen and (max-width: 640px) {
  .home_b {
    margin-top: 0;
    margin-bottom: 0 !important;
  }
}

.top-wc-plan {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .top-wc-plan {
    padding: 0 25px;
  }
}
.top-wc-plan h2 {
  padding: 0;
}
.top-wc-plan .wc-plan-keiyaku {
  background-color: #fff !important;
}
.top-wc-plan .wc-plan-renewal h2 {
  background-color: #f5f4f2;
}
.top-wc-plan .wc-plan-renewal__wrap {
  background-color: #fff;
}
.top-wc-plan .wc-plan__catch {
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .top-wc-plan .wc-plan__catch {
    margin-bottom: 15px;
    line-height: 1.3;
  }
}
.top-wc-plan .wc-plan__plan {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
@media screen and (max-width: 640px) {
  .top-wc-plan .wc-plan__txt {
    margin-bottom: 5px;
  }
}
.top-wc-plan .wc-plan__plan_group_row03 ul li.c02 {
  margin-bottom: 5px !important;
}

.service02-wrap {
  padding-bottom: 0;
}
.service02-wrap .wc-flow {
  margin-bottom: 0;
}
.service02-wrap .wc-contact {
  padding-bottom: 0;
}

.article-header {
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  padding: 100px 0 100px;
  background: url(images/home/bg_h1.png) center center no-repeat;
}
@media screen and (max-width: 640px) {
  .article-header {
    padding: 0;
    background-size: contain;
    background: rgb(250, 248, 241);
    margin-bottom: 15px;
  }
  .article-header h1 {
    line-height: 1.3;
  }
}
.article-header h1 {
  font-size: 1.71429rem;
  margin-bottom: 0.95em;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .article-header h1 {
    padding: 40px 0;
    margin-bottom: 0;
    font-size: 1.42857rem;
  }
}
.mb100 {
  margin-bottom: 100px;
}

.entry-card-snippet {
  line-height: 1.85;
}

#breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333;
  width: 100% !important;
}
@media screen and (max-width: 640px) {
  #breadcrumb {
    margin-top: 0;
    padding: 0 0 15px !important;
    padding-top: 0;
    border-bottom: 1px solid #ddd;
  }
}
#breadcrumb span {
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  #breadcrumb span {
    font-size: 10px;
  }
}
#breadcrumb span:first-letter {
  color: #f4bc1b;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  #breadcrumb .sp {
    margin: 0 3px;
  }
}
@media screen and (max-width: 640px) {
  #breadcrumb .breadcrumb-caption {
    margin: 0;
  }
}

hr {
  color: #ccc !important;
  border: none !important;
  border-top: 1px dashed #ccc !important;
}

.daen img {
  border-radius: 80% 30% 50% 50%/50% !important;
}

.price_001 table {
  margin: 0 auto !important;
}
.price_001 table tr, .price_001 table td {
  background: none;
  border: 0;
  padding: 0;
  line-height: 1.5;
}
.price_001 table tr {
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.price_001 table td:nth-child(1) {
  background: crimson;
  color: #fff;
  border-radius: 3px;
  padding: 0.5em 0.5em;
  margin-right: 2em;
}
.price_001 table td:nth-child(2) {
  font-size: 16px !important;
}
.price_001 table td:nth-child(2) strong {
  font-size: 26px !important;
}
.price_001 figcaption {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .price_001 table tr {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 20px !important;
    padding-bottom: 0 !important;
    text-align: center !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .price_001 table td {
    width: 100%;
  }
  .price_001 table td:nth-child(1) {
    display: inline-block;
    width: auto;
    padding: 0.2em 1em;
    margin-right: 0;
  }
  .price_001 figcaption {
    margin-top: 10px;
  }
}

.price_002 table {
  width: 100% !important;
}
.price_002 table tr {
  background-color: #fff;
}
.price_002 table td {
  border: 0;
  border-bottom: 1px solid #ccc;
}
.price_002 table td:nth-child(2) {
  font-weight: bold;
  color: crimson;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .single .wp-block-cocoon-blocks-balloon-ex-box-1 {
    margin-top: 0 !important;
  }
}

article .junbi_h2 {
  font-size: 20px;
  font-weight: bold;
  background: none;
  margin-top: 30px;
  text-align: center;
}

article .junbi_txt {
  margin-bottom: 100px;
  text-align: center;
}

.about_01 {
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  padding: 80px 20px 100px;
  background-size: cover;
  text-align: left;
  position: relative;
  background-color: rgb(250, 250, 246);
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .about_01 {
    padding: 60px 0 !important;
  }
}
.about_01 > div {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .about_01 > div {
    padding: 0 25px;
  }
}
.about_01 .wp-block-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about_01 .wp-block-columns .wp-block-column {
  margin: 0 !important;
  width: 48% !important;
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
  -webkit-flex-basis: auto !important;
      -ms-flex-preferred-size: auto !important;
          flex-basis: auto !important;
}
@media screen and (max-width: 640px) {
  .about_01 .wp-block-columns .wp-block-column {
    margin-bottom: 40px !important;
    width: 100% !important;
  }
}
.about_01 .wp-block-columns .wp-block-column h3 {
  border: 0;
  padding: 0;
  font-weight: bold;
}
.about_01 .wp-block-columns .wp-block-column h3 strong {
  font-size: 1.8em;
  color: crimson;
  display: inline-block;
  margin-right: 0.5em;
}
.about_01 .wp-block-columns .wp-block-column h4 {
  border: 0;
  padding: 0;
  font-size: 2.57143rem;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .about_01 .wp-block-columns .wp-block-column h4 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.about_01 .wp-block-columns .wp-block-column p {
  text-align: justify;
  line-height: 1.99;
}
@media screen and (max-width: 640px) {
  .about_01 .wp-block-columns .wp-block-column p {
    line-height: 1.7;
  }
}
.about_01 .circles {
  pointer-events: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about_01 .circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(244, 188, 27, 0.05);
  -webkit-animation: animate 25s linear infinite;
          animation: animate 25s linear infinite;
  bottom: -150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.about_01 .circles li:after {
  content: "";
  display: block;
  width: 105%;
  height: 105%;
  background: rgba(244, 188, 27, 0.05);
  top: 0;
  left: 0%;
  right: 0;
  bottom: 0;
  margin: auto !important;
  border-radius: 5000px;
}
.about_01 .circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.about_01 .circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}
.about_01 .circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.about_01 .circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}
.about_01 .circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.about_01 .circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.about_01 .circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.about_01 .circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 45s;
          animation-duration: 45s;
}
.about_01 .circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 35s;
          animation-duration: 35s;
}
.about_01 .circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 11s;
          animation-duration: 11s;
}
@-webkit-keyframes animate {
  0% {
    -webkit-transform: translateX(-20%) translateY(0) rotate(0deg);
            transform: translateX(-20%) translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 40%;
  }
  100% {
    -webkit-transform: translateX(0px) translateY(-1000px) rotate(720deg);
            transform: translateX(0px) translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
@keyframes animate {
  0% {
    -webkit-transform: translateX(-20%) translateY(0) rotate(0deg);
            transform: translateX(-20%) translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 40%;
  }
  100% {
    -webkit-transform: translateX(0px) translateY(-1000px) rotate(720deg);
            transform: translateX(0px) translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

.about_02 {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
@media screen and (max-width: 640px) {
  .about_02 {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.about_02 img {
  border-radius: 80% 30% 50% 50%/50% !important;
}
@media screen and (max-width: 640px) {
  .about_02 .wp-block-column:nth-child(1) {
    width: 75%;
    -webkit-flex-basis: 75% !important;
        -ms-flex-preferred-size: 75% !important;
            flex-basis: 75% !important;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 30px;
  }
}
.about_02 .wp-block-column:nth-child(2) p {
  font-size: 1.28571rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .about_02 .wp-block-column:nth-child(2) p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px !important;
  }
}
.about_02 .wp-block-column:nth-child(2) p strong {
  font-size: 0.75em;
  display: inline-block;
  margin-right: 1em;
}
@media screen and (max-width: 640px) {
  .about_02 .wp-block-column:nth-child(2) p strong {
    margin-right: 0;
  }
}
.about_02 .wp-block-column:nth-child(2) p code {
  font-family: "Noto Sans JP";
  font-size: 0.85em;
  display: inline-block;
  margin-left: 1em;
  color: #999;
}
.about_02 .wp-block-column:nth-child(2) p code span {
  background-color: inherit !important;
  color: #f4bc1b;
}
@media screen and (max-width: 640px) {
  .about_02 .wp-block-column:nth-child(2) p code {
    margin-left: 0;
  }
}
.about_02 .wp-block-column:nth-child(2) h4 {
  font-size: 1.14286rem;
  font-weight: bold;
  border: 0;
  margin-bottom: 10px !important;
  padding: 0 !important;
}
.about_02 .wp-block-column:nth-child(2) .wp-block-group {
  background: #f8f8f8;
  padding: 20px;
}
.about_02 .wp-block-column:nth-child(2) table tr, .about_02 .wp-block-column:nth-child(2) table td {
  background-color: inherit;
  border: 0;
  padding: 0;
  font-size: 0.928571428rem;
}
.about_02 .wp-block-column:nth-child(2) table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about_02 .wp-block-column:nth-child(2) table td:nth-child(1) {
  width: 65px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .about_02 .wp-block-column:nth-child(2) table td:nth-child(1) {
    width: 20%;
  }
}
.about_02 .wp-block-column:nth-child(2) table td:nth-child(2) {
  text-align: left;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.service02-jisseki {
  background-color: #f6f6f6;
  padding: 0 25px;
}

.about_03 table, .about_03 tbody {
  width: 100%;
  margin-right: 0 !important;
  display: block;
}
.about_03 tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: none !important;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.5em;
}
.about_03 td {
  border: 0;
  background: none;
  text-align: left;
  font-size: 0.928571428rem;
}
.about_03 td:nth-child(1) {
  width: 15%;
  background: #f3f3f3;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .about_03 td:nth-child(1) {
    width: 90px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 1em;
  }
}
.about_03 td:nth-child(2) {
  width: 83%;
}
@media screen and (max-width: 640px) {
  .about_03 td:nth-child(2) {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .school_01 {
    text-align: justify !important;
  }
}

.school_02 img {
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.service01_01 strong {
  background: crimson;
  color: #fff;
  display: inline-block;
  padding: 0.3em 0.6em;
  border-radius: 4px;
  margin-bottom: 10px;
}

.service01_02 {
  width: 100% !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service01_02:after {
  content: "";
  width: 30%;
}
@media screen and (max-width: 640px) {
  .service01_02:after {
    width: 48%;
  }
}
.service01_02 figure {
  width: 100%;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  width: 30% !important;
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
  margin: 0 !important;
}
.service01_02 figure img {
  width: 75% !important;
}
@media screen and (max-width: 640px) {
  .service01_02 figure {
    width: 48% !important;
  }
}
.service01_02 ul li {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important;
}
.service01_02 ul {
  width: 100% !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service01_02 ul li {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
  width: 30% !important;
  margin: 0 0 5% !important;
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important;
}
.service01_02 ul li figure {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.service01_02 ul li figure a {
  display: block;
  max-height: 100% !important;
  height: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.service01_02 ul li figure img {
  margin: auto !important;
  max-height: 135px !important;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 640px) {
  .service01_02 ul li {
    width: 44% !important;
    margin-bottom: 10% !important;
  }
  .service01_02 ul li figure img {
    max-height: 60px !important;
  }
}

.service_gallery01 figure {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
  border: 1px solid #eee;
}
.service_gallery01 ul {
  width: 100% !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service_gallery01 ul li {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
  width: 32% !important;
  margin: 0 0 15px !important;
  aspect-ratio: 1/1;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 15px;
}
.service_gallery01 ul li figure {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}
.service_gallery01 ul li figure a {
  display: block;
  max-height: 100% !important;
  height: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.service_gallery01 ul li figure img {
  margin: auto !important;
  max-height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border: 1px solid #eee;
}
@media screen and (max-width: 640px) {
  .service_gallery01 ul li {
    width: 48% !important;
  }
}

.service02_01 > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.service02_01 > div > figure {
  width: 48% !important;
  margin-bottom: 30px !important;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-top: 3px solid #f4bc1b;
  padding: 25px;
  margin-right: 4%;
}
.service02_01 > div > figure img {
  border: 1px solid #ccc;
}
.service02_01 > div > figure:nth-child(2) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .service02_01 > div > figure {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.service02_01 > div > figure table {
  width: 100%;
}
.service02_01 > div > figure table tr {
  background: none !important;
}
.service02_01 > div > figure table td {
  background: none !important;
  border: 0;
}
.service02_01 > div > figure table tr:nth-child(1) td {
  font-weight: 900;
  font-size: 1.28571rem;
  border-radius: 3px;
  text-align: center;
}
.service02_01 > div > figure table tr:nth-child(1) td .bold-red {
  font-size: 1.35em;
  color: crimson;
}
@media screen and (max-width: 640px) {
  .service02_01 > div > figure table tr:nth-child(1) td {
    font-size: 14px;
  }
  .service02_01 > div > figure table tr:nth-child(1) td .bold-red {
    display: block;
  }
}
.service02_01 > div > figure table tr:nth-child(2) td {
  padding: 0 !important;
  padding-top: 5px !important;
}
.service02_01 > div > figure table tr:nth-child(2) img {
  width: 100% !important;
}
.service02_01 > div > figure table tr:nth-child(4) {
  margin-bottom: 10px;
}
.service02_01 > div > figure table tr:nth-child(4) td {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .service02_01 > div > figure table tr:nth-child(4) td {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}
.service02_01 > div > figure table tr:nth-child(4) strong, .service02_01 > div > figure table tr:nth-child(4) em {
  display: inline-block;
  background-color: #00ada0;
  color: #fff;
  line-height: 1;
  padding: 0.7em 0.5em;
  margin-right: 5px;
  margin-bottom: 5px !important;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  .service02_01 > div > figure table tr:nth-child(4) strong, .service02_01 > div > figure table tr:nth-child(4) em {
    width: calc(50% - 2.5px);
    font-size: 12px;
    margin: 0 0 3px !important;
    text-align: center;
  }
}
.service02_01 > div > figure table tr:nth-child(5) {
  color: crimson;
  font-weight: bold;
  border-bottom: 1px dashed crimson;
}
.service02_01 > div > figure table tr:nth-child(6) {
  font-weight: bold;
}
.service02_01 > div > figure table tr:nth-child(7) td {
  background: rgb(243, 243, 239) !important;
  padding: 0.8em 1em !important;
}
.service02_01 > div > figure table tr:nth-child(8) td {
  text-align: center;
  padding-top: 30px;
}
.service02_01 > div figure.web10000 {
  width: 100% !important;
  margin-right: 0 !important;
}
.service02_01 > div figure.web10000 tr:nth-child(4) strong:nth-child(-n+2), .service02_01 > div figure.web10000 tr:nth-child(4) em:nth-child(-n+2) {
  background-color: #FF6F00;
  color: #fff;
}

.service02_09 {
  padding-left: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.service02_09 li {
  font-size: 13px;
  background: #555;
  line-height: 1.5;
  padding: 0.3em 0.5em;
  border-radius: 3px;
  color: #fff;
  margin: 0 6px 5px;
}
.service02_09 li:before {
  display: none;
}
@media screen and (max-width: 834px) {
  .service02_09 li {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .service02_09 {
    display: none;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .service02_09 li {
    margin: 0 3px 3px !important;
    font-size: 10px;
  }
}

.home_topics {
  background: rgb(248, 248, 246);
  padding: 40px;
}
.home_topics h2 {
  padding-top: 0;
}
@media screen and (max-width: 640px) {
  .home_topics h2 {
    margin-bottom: 15px !important;
  }
}
.home_topics .vk_posts > div {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 640px) {
  .home_topics .vk_posts > div {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 640px) {
  .home_topics {
    padding: 20px 10px 20px;
  }
}

.home_blog {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .home_blog {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.home_blog:before {
  content: "";
  width: 24%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.home_blog:after {
  content: "";
  width: 24%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.home_blog .vk_post {
  width: 24% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 640px) {
  .home_blog .vk_post {
    width: 49% !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
  }
}
.home_blog .vk_post:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 640px) {
  .home_blog .vk_post:hover:hover {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
@media screen and (max-width: 640px) {
  .home_blog .vk_post_body {
    padding: 10px;
  }
}
.home_blog .vk_post_taxonomies {
  margin-top: 0 !important;
}
.home_blog .vk_post_taxonomies .vk_post_taxonomy dt {
  display: none;
}
.home_blog .vk_post_taxonomies .vk_post_taxonomy dd {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.home_blog h5 {
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
}
.home_blog h5 a {
  text-decoration: none;
  line-height: 1.6;
  display: block;
}
@media screen and (max-width: 640px) {
  .home_blog h5 a {
    font-size: 12px;
    text-decoration: none;
    line-height: 1.6;
  }
  .home_blog h5 a span {
    font-size: 9px;
  }
}

@media screen and (max-width: 640px) {
  body.blog main h1#archive-title, body.archive main h1#archive-title {
    font-size: 1.42857rem;
    text-align: center;
    margin-top: 40px;
  }
}
body.blog main #list, body.archive main #list {
  margin-top: 30px !important;
}
body.blog main #list > a article figure img, body.archive main #list > a article figure img {
  border: 1px solid #eee;
}
@media screen and (max-width: 640px) {
  body.blog main #list, body.archive main #list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 15px;
  }
  body.blog main #list > a, body.archive main #list > a {
    width: calc((100% - 15px) / 2);
    margin-bottom: 0 !important;
    padding: 0 !important;
  }
  body.blog main #list > a article, body.archive main #list > a article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body.blog main #list > a article .entry-card-content, body.archive main #list > a article .entry-card-content {
    width: 100%;
    margin: 0;
  }
  body.blog main #list > a article figure, body.archive main #list > a article figure {
    width: 100%;
    margin: 0 0 10px;
  }
  body.blog main #list h2, body.archive main #list h2 {
    font-size: 13px;
    line-height: 1.4;
  }
}
body.blog main .entry-card-thumb, body.archive main .entry-card-thumb {
  position: relative;
}
body.blog main .entry-card-thumb:after, body.archive main .entry-card-thumb:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 57%;
}
body.blog main .entry-card-thumb img, body.blog main .entry-card-thumb video, body.archive main .entry-card-thumb img, body.archive main .entry-card-thumb video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

body.single main .eye-catch .cat-label {
  right: 0.4em;
  left: auto;
}
body.single main .article-header {
  margin: 0 !important;
  margin-top: 30px !important;
  background: none;
  text-align: left;
  padding: 1em 0;
  padding-top: 0;
  padding-bottom: 0;
}
body.single main .article-header h1 {
  text-align: left;
  line-height: 1.8;
  position: relative;
  padding-left: 1em;
}
@media screen and (max-width: 640px) {
  body.single main .article-header h1 {
    padding: 20px;
    padding-left: 1.4em;
    font-size: 18px !important;
    line-height: 1.5;
  }
}
body.single main .article-header h1:before {
  content: "";
  display: block;
  width: 4px;
  height: 30px;
  border-radius: 6px;
  background: #f4bc1b;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
@media screen and (max-width: 640px) {
  body.single main .article-header h1:before {
    height: 30px;
  }
}
body.single main .entry-content {
  margin-bottom: 20px;
}
body.single main .saboxplugin-wrap {
  margin-top: 100px;
}
body.single main .saboxplugin-wrap .saboxplugin-authorname a {
  color: #333 !important;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  body.single main .saboxplugin-wrap .saboxplugin-authorname {
    margin-top: 0px !important;
  }
  body.single main .saboxplugin-wrap .saboxplugin-authorname a {
    font-size: 1.71429rem;
    color: #333 !important;
  }
}
body.single main .saboxplugin-wrap .saboxplugin-socials {
  text-align: right;
}
body.single main .saboxplugin-wrap .saboxplugin-socials a span {
  display: none;
}
@media screen and (max-width: 640px) {
  body.single main .saboxplugin-wrap {
    margin-top: 60px;
  }
  body.single main .saboxplugin-wrap .saboxplugin-socials {
    text-align: center;
  }
  body.single main .saboxplugin-wrap a.vcard {
    font-size: 18px;
  }
}
body.single main #breadcrumb {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  body.single main #breadcrumb .sp {
    margin: 0 5px;
  }
}
body.single main .date-tags {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-bottom: 0 !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: none !important;
}
body.single main .date-tags span {
  font-size: 14px !important;
}
body.single main .date-tags .post-update {
  display: block;
  text-align: left;
}
body.single main .date-tags .post-date {
  display: block;
  text-align: left;
}
body.single main .badge {
  display: inline-block;
  font-size: 18px;
  padding: 0.2em 0.75em;
  margin-bottom: 7px;
}
@media screen and (max-width: 640px) {
  body.single main .badge {
    font-size: 16px;
    padding: 0.2em 0.3em;
  }
}
body.single main .sns-share {
  margin-top: 20px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
body.single main .sns-share .sns-share-message {
  font-weight: bold;
  background: rgb(240, 239, 234);
  border-radius: 4px;
  margin-bottom: 10px;
}
body.single main h2 {
  margin-bottom: 25px;
  margin-top: 60px;
}
body.single main h2:first-child {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  body.single main h2 {
    font-size: 1.28571rem;
    padding-bottom: 0.6em !important;
    margin-top: 40px;
  }
}
body.single main p {
  line-height: 2.2em;
  text-align: left;
  font-size: 1.14286rem;
}
body.single main p .marker-under {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff7b3));
  background: -webkit-linear-gradient(transparent 60%, #fff7b3 60%);
  background: linear-gradient(transparent 60%, #fff7b3 60%);
}
@media screen and (max-width: 640px) {
  body.single main p {
    line-height: 2;
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  body.single main .e-card-title {
    font-size: 1rem;
    line-height: 1.5;
  }
}
body.single main #pager-post-navi > a {
  background-color: #f7f7f7;
  margin-bottom: 5px;
}
body.single main .card-thumb {
  position: relative;
}
body.single main .card-thumb:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
body.single main .card-thumb img, body.single main .card-thumb video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
body.single main .blog-design p {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 640px) {
  body.single main .sp-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#sidebar h3 {
  margin: 20px 0 5px;
  margin-top: 20px;
}
#sidebar .widget_categories li {
  border-bottom: 1px solid #eee;
}
#sidebar .widget_categories li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#sidebar .widget_categories li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138"; /* アイコンのコードを記載 */
  font-weight: 900;
  margin: 0 5px 0 0;
  opacity: 0.3; /* 透明度 */
}
#sidebar .widget_categories li ul li a {
  font-size: 13px;
}
#sidebar .widget_archive li {
  border-bottom: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#sidebar .widget_archive li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#sidebar .widget_archive li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138"; /* アイコンのコードを記載 */
  font-weight: 900;
  margin: 0 5px 0 0;
  opacity: 0.3; /* 透明度 */
}
#sidebar .widget_recent_entries li {
  border-bottom: 1px solid #eee;
}
#sidebar .widget_recent_entries li a {
  font-size: 13px;
}
#sidebar .widget_popular_entries .widget-entry-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#sidebar .widget_popular_entries .popular-entry-card-content {
  width: 100%;
  margin: 0;
  font-size: 13px;
}
#sidebar .popular-entry-card-thumb {
  position: relative;
  margin-bottom: 6px;
}
#sidebar .popular-entry-card-thumb:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 57%;
}
#sidebar .popular-entry-card-thumb img, #sidebar .popular-entry-card-thumb video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.sns-share-message {
  display: none;
}
.sns-share-buttons {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.sns-share-buttons a {
  width: 15%;
}
.sns-share-buttons a span {
  display: none;
}
.sns-share-buttons a span:first-child {
  display: block;
}

@media screen and (max-width: 640px) {
  .vk_post_imgOuter_singleTermLabel {
    font-size: 8px !important;
    padding: 0 0.3em !important;
  }
}

.contact_line {
  width: 60%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_line figure {
  margin: 0 !important;
}
.contact_line figure:nth-child(1) {
  width: 60%;
}
.contact_line figure:nth-child(2) {
  width: 35%;
}
@media screen and (max-width: 640px) {
  .contact_line {
    width: 85%;
  }
}
.contact_line a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact_line a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact_line > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_line > div figure {
  margin: 0 !important;
}
.contact_line > div figure:nth-child(1) {
  width: 60%;
}
.contact_line > div figure:nth-child(2) {
  width: 35%;
}

.mw_wp_form .mw_wp_form_complete {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .mw_wp_form .mw_wp_form_complete {
    text-align: left;
  }
}

@media screen and (max-width: 640px) {
  .chiiki-imgtxt__img {
    width: 50% !important;
    -webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
            flex-basis: 50% !important;
    padding: 0 30px;
  }
}

.chiiki01, .chiiki02 {
  border: 6px solid #ef5d0b;
  border-radius: 4px;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .chiiki01, .chiiki02 {
    padding: 40px 20px 20px;
  }
}
.chiiki01 h3, .chiiki01 h4, .chiiki02 h3, .chiiki02 h4 {
  border: 0;
  padding: 0;
}
.chiiki01 h3, .chiiki02 h3 {
  position: absolute;
  top: 0;
  left: 10px;
  display: inline-block;
  background: #ef5d0b;
  color: #fff;
  padding: 0.6em 1em;
  border-radius: 500px;
  -webkit-transform: translateY(-52%);
          transform: translateY(-52%);
}
@media screen and (max-width: 640px) {
  .chiiki01 h3, .chiiki02 h3 {
    right: 0;
    left: 0;
    margin: auto;
    line-height: 1.6;
    text-align: center;
  }
}
.chiiki01 h4, .chiiki02 h4 {
  margin: 0 0 1em;
  margin-top: 1em !important;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .chiiki01 h4, .chiiki02 h4 {
    text-align: center;
  }
}
.chiiki01__container img, .chiiki02__container img {
  border: 1px solid #ccc;
}
@media screen and (max-width: 640px) {
  .chiiki01__container, .chiiki02__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .chiiki01__container img, .chiiki02__container img {
    margin: 0 auto !important;
  }
}
.chiiki01__gallery, .chiiki02__gallery {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.chiiki02 {
  border: 6px solid #00ada0;
}
.chiiki02 h3 {
  background: #00ada0;
}

.nigaoe_txt01 {
  font-size: 24px;
}
.nigaoe_txt01 span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.nigaoe_txt01 code {
  font-size: 0.554em;
  background: crimson;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  padding: 0.4em 0.8em;
  line-height: 1;
  margin-right: 0.5em;
}

.nigaoe_img li {
  width: 23% !important;
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
  margin: 0 10px 15px !important;
}
@media screen and (max-width: 640px) {
  .nigaoe_img li {
    width: 40% !important;
    margin: 0;
  }
}
.nigaoe_img img {
  border: 1px solid #ccc !important;
}

@media screen and (max-width: 640px) {
  .nigaoe_img02 li {
    width: 100% !important;
    margin: 0 0 10px !important;
  }
}

.nigaoe_plan01 {
  width: 100%;
  max-width: 100%;
}
.nigaoe_plan01 img {
  border: 1px solid #ccc;
}
.nigaoe_plan01 figure.wp-block-image {
  margin-bottom: 10px !important;
}
.nigaoe_plan01 h3 {
  padding: 0 0 0.5em;
  border: 0;
  font-size: 20px;
  color: crimson;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.2em !important;
}
.nigaoe_plan01 p {
  padding: 0.5em 0 !important;
  margin-bottom: 0.5em !important;
}
.nigaoe_plan01 table {
  width: 100% !important;
}
.nigaoe_plan01 table tr:nth-child(n+2) td:nth-child(2) {
  color: crimson;
  font-weight: bold;
}
.nigaoe_plan01 table td {
  text-align: center !important;
}

.single .wp-block-cocoon-blocks-balloon-ex-box-1 {
  width: 100%;
}
.single .wp-block-cocoon-blocks-balloon-ex-box-1 .speech-balloon {
  -webkit-transform: translateY(1em);
          transform: translateY(1em);
}
@media screen and (max-width: 640px) {
  .single .wp-block-cocoon-blocks-balloon-ex-box-1 {
    margin-top: -20px;
    margin-bottom: 40px !important;
  }
  .single .wp-block-cocoon-blocks-balloon-ex-box-1 .speech-person {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 23%;
  }
  .single .wp-block-cocoon-blocks-balloon-ex-box-1 .speech-balloon {
    font-size: 1rem;
    padding: 1.2em 1.5em;
  }
}
.single .blog_list {
  width: 100% !important;
  background: rgb(240, 238, 236);
  padding: 0 25px;
}
.single .blog_list ul {
  background: none;
}
.single .blog_list ul li {
  border-bottom: 2px dashed #ccc;
  padding-bottom: 0.75em;
}
@media screen and (max-width: 640px) {
  .single .blog_list ul {
    padding-right: 0 !important;
  }
}
.single .fz-32px {
  line-height: 1.7;
}
.single .blog_jisseki {
  background: rgb(240, 238, 236);
  padding: 20px 30px;
}
.single .blog_jisseki h3 {
  background: none;
  border: none;
  padding: 1em 0 0.5em;
  margin-bottom: 1em;
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #f4bc1b;
}

.webdesign_gallery figure {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}
.webdesign_gallery figure img {
  border: 1px solid #ccc !important;
}
.webdesign_gallery figure figure {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.webdesign_gallery figure figcaption {
  position: static !important;
  background: none !important;
  padding: 0.5em !important;
  color: #333 !important;
}
@media screen and (max-width: 640px) {
  .webdesign_gallery figure {
    width: 100% !important;
    margin: 0 0 15px !important;
  }
  .webdesign_gallery figure figure {
    display: block !important;
    height: auto !important;
  }
}

.webdesign_gallery02 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.webdesign_gallery02:after {
  content: "";
  width: 30% !important;
}
.webdesign_gallery02 figure {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
  margin-bottom: 20px !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30% !important;
}
.webdesign_gallery02 figure img {
  margin-bottom: 0 !important;
}
.webdesign_gallery02 figure figcaption {
  position: static !important;
  background: none !important;
  padding: 0.5em !important;
  color: #333 !important;
}
@media screen and (max-width: 640px) {
  .webdesign_gallery02 figure {
    width: 100% !important;
    margin: 0 0 15px !important;
  }
}

.test01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.test01 .wp-block-group__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.test01 .wp-block-group__inner-container figure {
  margin: 0;
}
.test01 .wp-block-group__inner-container figure:nth-child(1) {
  position: relative;
  width: 55%;
}
.test01 .wp-block-group__inner-container figure:nth-child(1):after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 44.8%;
}
.test01 .wp-block-group__inner-container figure:nth-child(1) > img, .test01 .wp-block-group__inner-container figure:nth-child(1) video {
  position: absolute;
  left: 0;
  top: 1;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
.test01 .wp-block-group__inner-container figure:nth-child(2) {
  width: 44%;
  position: relative;
}
.test01 .wp-block-group__inner-container figure:nth-child(2):after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 44.8%;
}
.test01 .wp-block-group__inner-container figure:nth-child(2) > table {
  position: absolute;
  left: 0;
  top: 1;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.jisseki_table tr {
  background-color: #fff !important;
  border-bottom: 1px solid #ddd;
  padding: 1em 0.2em !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.jisseki_table tr td {
  background-color: #fff;
  border: 0;
}
.jisseki_table tr td:first-child {
  width: 120px;
}
.jisseki_table tr td:last-child {
  width: calc(100% - 120px);
}
@media screen and (max-width: 640px) {
  .jisseki_table tr {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .jisseki_table td {
    width: 100% !important;
  }
  .jisseki_table td:first-child {
    font-size: 16px;
    font-weight: bold;
  }
}

.jisseki_img figure {
  margin-bottom: 40px !important;
}
.jisseki_img img {
  border: 1px solid #ccc;
}

.teacher-btn .wp-block-button {
  margin: 0 !important;
}

.teacher-cont {
  background-color: rgb(245, 242, 236);
  padding: 60px;
}
.teacher-cont h2, .teacher-cont h3, .teacher-cont h4, .teacher-cont p {
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
}
.teacher-cont h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.57143rem;
}
.teacher-cont h2 span {
  display: block;
  font-size: 0.75em;
  margin-bottom: 0.55em;
  color: #f4bc1b;
}
.teacher-cont p {
  text-align: center;
  margin-bottom: 25px;
}
.teacher-cont__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
.teacher-cont__tag span {
  background-color: #00ada0;
  line-height: 1;
  color: #fff;
  padding: 0.45em 0.5em;
  border-radius: 3px;
  display: inline-block;
  margin: 0 0.25em;
}
.teacher-cont__info {
  text-align: center;
  margin-bottom: 30px;
  color: crimson;
}
.teacher-cont__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  list-style: none;
  padding-left: 0 !important;
  margin-bottom: 40px;
}
.teacher-cont__img li {
  width: calc((100% - 60px) / 4);
  position: relative;
}
.teacher-cont__img li:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.teacher-cont__img li img, .teacher-cont__img li video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.teacher-cont h3 {
  text-align: center;
  margin-bottom: 15px;
}
.teacher-cont__jisseki {
  margin-bottom: 15px;
  background-color: #fff;
  padding: 25px;
}
.teacher-cont__jisseki:last-child {
  margin-bottom: 0;
}
.teacher-cont__jisseki h4 {
  font-size: 1.28571rem;
  border-bottom: #00ada0 1px solid;
  padding-bottom: 0.85em;
  margin-bottom: 0.85em;
}
.teacher-cont__jisseki h4 span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.7em;
}
.teacher-cont__jisseki h4 span a {
  text-decoration: none;
  color: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.teacher-cont__jisseki h4 span a:hover {
  color: #f4bc1b;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.teacher-cont__jisseki h4 span a span {
  display: none;
}
.teacher-cont__jisseki p {
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .teacher-cont {
    padding: 30px;
  }
  .teacher-cont h2 {
    font-size: 1.71429rem;
  }
  .teacher-cont p {
    text-align: left;
  }
  .teacher-cont__tag {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .teacher-cont__tag span {
    font-size: 0.857142857rem;
    margin-bottom: 5px;
  }
  .teacher-cont__img {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .teacher-cont__img li {
    width: calc((100% - 10px) / 2);
    margin: 0 0 5px !important;
  }
  .teacher-cont__jisseki h4 {
    line-height: 1.6;
    padding-bottom: 0.45em;
    margin-bottom: 0.45em;
  }
  .teacher-cont__jisseki h4 span {
    margin-bottom: 0;
  }
  .teacher-cont__jisseki p {
    font-size: 1rem;
  }
}

.jisseki {
  margin-bottom: 60px;
}
.jisseki-menu__search {
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  background-color: #fafaf6;
  margin-bottom: 40px;
  padding: 60px 20px;
}
.jisseki-menu__search ul {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.6em;
}
@media screen and (max-width: 640px) {
  .jisseki-menu__search ul {
    padding: 0 25px;
  }
}
.jisseki-menu__search ul li {
  background-color: #fff;
  min-width: 150px;
  padding: 1em 1.5em;
  text-align: center;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.jisseki-menu__search ul li:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #f4bc1b;
}
.jisseki-menu__search ul li.active {
  background-color: #f4bc1b;
}
@media screen and (max-width: 640px) {
  .jisseki-menu__search {
    padding: 20px 0;
    margin-bottom: 20px;
    margin-top: 15px !important;
  }
  .jisseki-menu__search ul li {
    width: calc((100% - 3em) / 3);
    font-size: 11px;
    padding: 0.95em 0.15em;
    text-align: center;
  }
}
.jisseki-menu__list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  padding-left: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.jisseki-menu__list ul li {
  width: 33.3333333333%;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.jisseki-menu__list ul li:hover {
  z-index: 20;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.jisseki-menu__list ul li:hover .more {
  color: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.jisseki-menu__list ul li > a {
  display: block;
  padding: 40px;
  text-decoration: none;
}
@media screen and (min-width: 640px) {
  .jisseki-menu__list ul li:nth-child(3n+2) {
    border-right: 0;
    border-left: 0;
  }
  .jisseki-menu__list ul li:nth-child(n+4) {
    border-top: 0;
  }
  .jisseki-menu__list ul li:last-child {
    border-right: 1px solid #eee;
  }
}
.jisseki-menu__list ul li figure {
  position: relative;
  border: 1px solid #eee;
}
.jisseki-menu__list ul li figure:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 57%;
}
.jisseki-menu__list ul li figure img, .jisseki-menu__list ul li figure video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.jisseki-menu__list ul li h3 {
  font-size: 18px;
  color: #333;
  margin-top: 1em;
}
.jisseki-menu__list ul li .category-name {
  margin-top: 10px;
}
.jisseki-menu__list ul li .category-name span {
  font-size: 13px;
  background-color: crimson;
  color: #fff;
  line-height: 1;
  border-radius: 4px;
  padding: 0.25em 0.5em;
  letter-spacing: 0.05em;
}
.jisseki-menu__list ul li .category-name .category01 {
  background-color: rgb(221, 149, 163);
}
.jisseki-menu__list ul li .category-name .category02 {
  background-color: #89c2bd;
}
.jisseki-menu__list ul li .category-name .category03 {
  background-color: #82b3d3;
}
.jisseki-menu__list ul li .category-name .category04 {
  background-color: #b2aeda;
}
.jisseki-menu__list ul li .category-name .category05 {
  background-color: #c2b57c;
}
.jisseki-menu__list ul li .category-name .category06 {
  background-color: #cc88bb;
}
.jisseki-menu__list ul li .category-name .category07 {
  background-color: #84b49c;
}
.jisseki-menu__list ul li .category-name .category08 {
  background-color: #84a1b4;
}
.jisseki-menu__list ul li .more {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #ccc;
  font-size: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.jisseki-menu__list ul li .more i {
  margin-right: 0.5em;
}
@media screen and (max-width: 640px) {
  .jisseki-menu__list ul {
    position: relative;
    margin: 0 calc(50% - 50vw);
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .jisseki-menu__list ul li {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 -1px -1px 0;
  }
  .jisseki-menu__list ul li > a {
    display: block;
    padding: 20px;
    text-decoration: none;
  }
  .jisseki-menu__list ul li h3 {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
  }
  .jisseki-menu__list ul li .category-name span {
    font-size: 11px;
  }
  .jisseki-menu__list ul li .more {
    display: none;
  }
}

.jisseki-menu__list {
  display: none;
}
.jisseki-menu__list.show {
  display: block;
}

.policy-address {
  background-color: #f5f5f5;
  padding: 0.75em;
  font-size: 14p;
}

.line00 {
  margin: 40px 0 60px;
}

.line-01 {
  background-color: #f7f6f2;
  padding: 40px;
  margin-bottom: 40px;
}
.line-01 figure {
  margin-bottom: 0 !important;
}
.line-01__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
}
.line-01__img > img {
  width: calc(50% - 25px);
}
.line-01__img > div {
  width: calc(50% - 25px);
}
.line-01__img > div div {
  color: crimson;
  text-align: center;
  margin: 10px 0;
}
.line-01__img02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
.line-01__img02 > img {
  width: 300px;
  max-width: 100%;
}
.line-01__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.line-01__info dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.7em 0;
  border-bottom: 1px dashed #ccc;
}
.line-01__info dl dt {
  color: crimson;
  font-weight: bold;
  width: 200px;
}
@media screen and (max-width: 640px) {
  .line h2 {
    margin-bottom: 30px;
  }
  .line-01 {
    padding: 25px;
  }
  .line-01 h2 {
    margin-bottom: 30px;
  }
  .line-01__info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .line-01__info dl {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .line-01__info dl dt, .line-01__info dl dd {
    width: 100%;
  }
  .line-01__info dl dd {
    font-size: 14px;
  }
  .line-01__img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .line-01__img > img {
    width: 100%;
  }
  .line-01__img > div {
    width: 100%;
  }
  .line-01__img02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .line-01__img02 > img {
    width: 100%;
  }
  .line-01__img02 > div {
    width: 100%;
  }
}

.page-id-1468 #header-container {
  display: none;
}
@media screen and (max-width: 640px) {
  .page-id-1468 #header-container {
    display: block;
  }
}
.page-id-1468 #breadcrumb {
  margin-top: 100px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .page-id-1468 #breadcrumb {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
.page-id-1468 #pagetop a:nth-child(1) {
  display: none;
}
.page-id-1468 article {
  margin-bottom: 0 !important;
}
.page-id-1468 #footer {
  margin-top: 0 !important;
}

.sch-header {
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  padding: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  background-color: #fff;
  z-index: 9999;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  height: 80px;
}
.sch-header__left {
  padding-left: 25px;
  padding: 0 25px 0;
}
.sch-header__left p {
  margin-bottom: 5px;
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (max-width: 1130px) {
  .sch-header__left p {
    font-size: 11px;
    margin-bottom: 0;
  }
}
.sch-header__left h1 img {
  height: 36px;
}
.sch-header__left h1 a {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sch-header__left h1 a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.75;
}
.sch-header__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.sch-header__right nav ul {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 !important;
  margin: 0 1em 0 0 !important;
}
.sch-header__right nav ul li {
  font-size: 1rem;
  margin-left: 2em;
}
.sch-header__right nav ul li a {
  text-decoration: none;
  color: #333;
}
.sch-header__right_contact a {
  display: block;
  background-color: #eb2f8a;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  padding: 0 2em;
  text-decoration: none;
  line-height: 1;
}
.sch-header__right_contact a span {
  display: block;
  font-size: 0.85em;
  margin-top: 0.85em;
}
@media screen and (max-width: 640px) {
  .sch-header {
    display: none;
  }
}

.schoolinfo-wrap {
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  padding: 0;
}
.schoolinfo-wrap .home_h2_02 {
  margin: 0px 0 0 !important;
  background: none !important;
}
.schoolinfo-wrap .home_h2_02 img {
  width: 380px !important;
  max-width: 100% !important;
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_h2_02 img {
    width: 300px !important;
  }
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_h2_02 {
    margin: 0 !important;
  }
}
.schoolinfo-wrap #anchor_05 {
  margin-top: 0 !important;
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .hide_sp {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .schoolinfo-wrap .hide_pc {
    display: none;
  }
}
.schoolinfo-wrap #appeal {
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  padding: 0;
  background-size: auto;
  background-position: center center;
  position: relative;
}
@media screen and (max-width: 834px) {
  .schoolinfo-wrap #appeal {
    padding: 0 0px;
    background-size: 70%;
  }
}
.schoolinfo-wrap #appeal:before {
  content: "";
  display: block;
  width: 35%;
  height: 100%;
  max-width: 400px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(images/school/main_003_02.png) left center no-repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .schoolinfo-wrap #appeal:before {
    max-width: 300px;
  }
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap #appeal:before {
    display: none;
  }
}
.schoolinfo-wrap #appeal:after {
  content: "";
  display: block;
  width: 35%;
  height: 100%;
  max-width: 400px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(images/school/main_003_01.png) right center no-repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .schoolinfo-wrap #appeal:after {
    max-width: 300px;
  }
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap #appeal:after {
    display: none;
  }
}
.schoolinfo-wrap #appeal > div {
  position: relative;
}
.schoolinfo-wrap #appeal #appeal-in {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap #appeal #appeal-in {
    padding: 0 25px;
  }
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap #appeal #appeal-in {
    padding: 0 !important;
  }
}
.schoolinfo-wrap #appeal #appeal-in .hide_pc {
  margin: 0 !important;
  padding: 0 !important;
}
.schoolinfo-wrap #appeal #appeal-in .main_txt00 {
  text-align: center;
  width: 78%;
}
@media screen and (max-width: 834px) {
  .schoolinfo-wrap #appeal #appeal-in .main_txt00 {
    width: 100%;
  }
}
.schoolinfo-wrap #appeal #appeal-in .main_txt00 h1 {
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap #appeal #appeal-in .main_txt00 h1 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 834px) {
  .schoolinfo-wrap #appeal #appeal-in .main_txt00 h1 img {
    width: auto !important;
  }
}
.schoolinfo-wrap #appeal #appeal-in .main_txt00 img {
  width: auto !important;
}
.schoolinfo-wrap #appeal #appeal-in .main_txt00 p {
  text-align: center;
  text-shadow: #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
  font-size: 16px;
  margin: 30px 0;
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap #appeal #appeal-in .main_txt00 p {
    text-align: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px !important;
  }
}
.schoolinfo-wrap #appeal #appeal-in .main_txt00 p img {
  margin-top: 30px;
}
.schoolinfo-wrap #appeal #appeal-in .main_txt00 p img:last-child {
  width: 250px !important;
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap #appeal #appeal-in .main_txt00 p img:last-child {
    width: 175px;
    display: inline-block;
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap #appeal #appeal-in .main_txt00 p img {
    margin-top: 10px;
  }
}
.schoolinfo-wrap #appeal #appeal-in .main_txt00 .txtimg01 {
  text-align: center;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.schoolinfo-wrap #appeal #appeal-in .main_txt00 .txtimg01 img {
  width: 78% !important;
  min-width: 350px;
  margin: 0 auto;
}
.schoolinfo-wrap #appeal #appeal-in .main_txt00 .txtimg03 {
  text-align: center;
  margin-top: 15px;
}
.schoolinfo-wrap #appeal #appeal-in .main_txt00 .txtimg03 a {
  -webkit-transition: 1s;
  transition: 1s;
}
.schoolinfo-wrap #appeal #appeal-in .main_txt00 .txtimg03 a:hover {
  opacity: 0.58;
  -webkit-transition: 1s;
  transition: 1s;
}
.schoolinfo-wrap #appeal #appeal-in .main_txt00 .txtimg03 img {
  width: 35% !important;
  min-width: 200px;
  margin: 0 auto;
}
.schoolinfo-wrap .schoolinfo_01 {
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  background-color: #1ea8df !important;
  color: #fff !important;
  font-family: "maru-maru-gothic-blr-stdn", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 22px !important;
  margin-bottom: 60px !important;
  position: relative;
  letter-spacing: 0.1em;
  padding: 1.5em !important;
}
.schoolinfo-wrap .schoolinfo_01_wrap {
  position: relative;
}
.schoolinfo-wrap .schoolinfo_01_wrap h2 {
  margin-top: 0 !important;
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .schoolinfo_01_wrap h2 {
    margin-bottom: 20px !important;
    margin-top: 40px !important;
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .schoolinfo-wrap .schoolinfo_01_wrap h2 {
    margin-bottom: -40px !important;
  }
}
.schoolinfo-wrap .schoolinfo_01_wrap:before {
  content: "";
  display: block !important;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #1ea8df transparent transparent transparent;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 100%;
}
.schoolinfo-wrap .wrap_osusume {
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  position: relative;
  overflow: visible !important;
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .wrap_osusume {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-top: 60px !important;
  }
}
.schoolinfo-wrap .wrap_osusume:after {
  content: "";
  display: block;
  width: 384px;
  height: 97px;
  background: url(images/school/bg_home_01_01.png) center center;
  background-size: contain;
  z-index: 1;
  position: absolute;
  top: 15%;
  left: -5%;
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .wrap_osusume:after {
    left: -80%;
  }
}
.schoolinfo-wrap .wrap_osusume:before {
  content: "";
  display: block;
  width: 314px;
  height: 189px;
  background: url(images/school/bg_home_01_02.png) center center;
  background-size: contain;
  z-index: 1;
  position: absolute;
  top: 0;
  right: -5%;
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .wrap_osusume:before {
    right: -50%;
  }
}
.schoolinfo-wrap .home_osusume {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 !important;
}
.schoolinfo-wrap .home_osusume:before {
  content: "";
  display: block;
  width: 362px;
  height: 121px;
  background: url(images/school/bg_home_01_04.png) center center;
  background-size: contain;
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: -5%;
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_osusume:before {
    right: -80%;
  }
}
.schoolinfo-wrap .home_osusume:after {
  content: "";
  display: block;
  width: 421px;
  height: 175px;
  background: url(images/school/bg_home_01_03.png) center center;
  background-size: contain;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: -5%;
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_osusume:after {
    left: -90%;
  }
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_osusume {
    padding: 0 25px;
  }
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_osusume {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.schoolinfo-wrap .home_osusume li {
  width: 49%;
  margin: 0 !important;
  margin-bottom: 60px !important;
  text-align: center;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_osusume li {
    margin-bottom: 10px !important;
    margin-right: 2% !important;
  }
  .schoolinfo-wrap .home_osusume li:nth-child(even) {
    margin-right: 0 !important;
  }
}
.schoolinfo-wrap .home_osusume li:nth-child(1) {
  width: 40%;
  -webkit-transform: translate(70px, -10px);
          transform: translate(70px, -10px);
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_osusume li:nth-child(1) {
    -webkit-transform: inherit;
            transform: inherit;
    width: 48%;
  }
}
.schoolinfo-wrap .home_osusume li:nth-child(2) {
  width: 46%;
  -webkit-transform: translate(-30px, 20px);
          transform: translate(-30px, 20px);
}
@media screen and (max-width: 834px) {
  .schoolinfo-wrap .home_osusume li:nth-child(2) {
    -webkit-transform: translate(0px, 20px);
            transform: translate(0px, 20px);
  }
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_osusume li:nth-child(2) {
    -webkit-transform: inherit;
            transform: inherit;
    width: 48%;
  }
}
.schoolinfo-wrap .home_osusume li:nth-child(3) {
  width: 30%;
  -webkit-transform: translate(0, -30px);
          transform: translate(0, -30px);
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_osusume li:nth-child(3) {
    -webkit-transform: inherit;
            transform: inherit;
    width: 48%;
  }
}
.schoolinfo-wrap .home_osusume li:nth-child(4) {
  width: 30%;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_osusume li:nth-child(4) {
    -webkit-transform: inherit;
            transform: inherit;
    width: 48%;
  }
}
.schoolinfo-wrap .home_osusume li:nth-child(5) {
  width: 30%;
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_osusume li:nth-child(5) {
    -webkit-transform: inherit;
            transform: inherit;
    width: 48%;
  }
}
.schoolinfo-wrap .home_osusume li:nth-child(6) {
  width: 40%;
  -webkit-transform: translate(30px, -40px);
          transform: translate(30px, -40px);
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_osusume li:nth-child(6) {
    -webkit-transform: inherit;
            transform: inherit;
    width: 48%;
  }
}
.schoolinfo-wrap .home_osusume li:nth-child(7) {
  width: 40%;
  -webkit-transform: translate(-60px, -20px);
          transform: translate(-60px, -20px);
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_osusume li:nth-child(7) {
    -webkit-transform: inherit;
            transform: inherit;
    width: 48%;
  }
}
.schoolinfo-wrap .home_osusume li img {
  width: auto !important;
}
.schoolinfo-wrap .school_txt01 {
  font-size: 1.28571rem;
  line-height: 2;
  font-family: "maru-maru-gothic-blr-stdn", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .school_txt01 {
    font-size: 1.14286rem;
    text-align: left !important;
    line-height: 1.9;
    margin-top: 30px;
    padding: 0 30px;
  }
}
.schoolinfo-wrap .school_txt01 strong {
  font-weight: normal;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f3eeda), color-stop(80%, #f3eeda), color-stop(80%, transparent));
  background: -webkit-linear-gradient(transparent 50%, #f3eeda 50%, #f3eeda 80%, transparent 80%);
  background: linear-gradient(transparent 50%, #f3eeda 50%, #f3eeda 80%, transparent 80%);
}
.schoolinfo-wrap .home_tokucho_wrap {
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: visible !important;
}
.schoolinfo-wrap .home_tokucho_wrap .home_tokucho {
  margin-bottom: 120px;
  gap: 0;
}
.schoolinfo-wrap .home_tokucho_wrap .home_tokucho:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_tokucho_wrap .home_tokucho {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 80px;
  }
  .schoolinfo-wrap .home_tokucho_wrap .home_tokucho > div {
    width: 100% !important;
  }
}
.schoolinfo-wrap .home_tokucho_wrap .home_tokucho:nth-child(1) {
  position: relative;
}
.schoolinfo-wrap .home_tokucho_wrap .home_tokucho:nth-child(1):before {
  content: "";
  width: 35%;
  height: 120px;
  background: url(images/school/tokucho_h01.png) left top no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .schoolinfo-wrap .home_tokucho_wrap .home_tokucho:nth-child(1):before {
    background-position: center;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_tokucho_wrap .home_tokucho:nth-child(1):before {
    width: 70%;
  }
}
.schoolinfo-wrap .home_tokucho_wrap .home_tokucho:nth-child(2) {
  position: relative;
}
.schoolinfo-wrap .home_tokucho_wrap .home_tokucho:nth-child(2):before {
  content: "";
  width: 35%;
  height: 120px;
  background: url(images/school/tokucho_h02.png) right top no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .schoolinfo-wrap .home_tokucho_wrap .home_tokucho:nth-child(2):before {
    background-position: center;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_tokucho_wrap .home_tokucho:nth-child(2):before {
    width: 70%;
  }
}
.schoolinfo-wrap .home_tokucho_wrap .home_tokucho:nth-child(3) {
  position: relative;
}
.schoolinfo-wrap .home_tokucho_wrap .home_tokucho:nth-child(3):before {
  content: "";
  width: 35%;
  height: 120px;
  background: url(images/school/tokucho_h03.png) left top no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .schoolinfo-wrap .home_tokucho_wrap .home_tokucho:nth-child(3):before {
    background-position: center;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_tokucho_wrap .home_tokucho:nth-child(3):before {
    width: 70%;
  }
}
.schoolinfo-wrap .home_tokucho_wrap .home_tokucho:nth-child(4) {
  position: relative;
}
.schoolinfo-wrap .home_tokucho_wrap .home_tokucho:nth-child(4):before {
  content: "";
  width: 35%;
  height: 120px;
  background: url(images/school/tokucho_h04.png) right top no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .schoolinfo-wrap .home_tokucho_wrap .home_tokucho:nth-child(4):before {
    background-position: center;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_tokucho_wrap .home_tokucho:nth-child(4):before {
    width: 70%;
  }
}
.schoolinfo-wrap .home_tokucho_wrap .wp-block-column {
  margin: 0 !important;
}
.schoolinfo-wrap .home_tokucho_wrap .wp-block-column:nth-child(1) {
  background: #fbfaf0;
  padding: 80px 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-basis: auto !important;
      -ms-flex-preferred-size: auto !important;
          flex-basis: auto !important;
  width: 70% !important;
}
@media screen and (max-width: 834px) {
  .schoolinfo-wrap .home_tokucho_wrap .wp-block-column:nth-child(1) {
    padding: 80px 5%;
    width: 55% !important;
  }
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_tokucho_wrap .wp-block-column:nth-child(1) {
    width: 100% !important;
    padding: 60px 30px 30px;
  }
}
.schoolinfo-wrap .home_tokucho_wrap .wp-block-column:nth-child(1) h3 {
  padding: 0 !important;
  border: 0 !important;
  font-family: "maru-maru-gothic-blr-stdn", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  color: #414c6e;
  font-size: 1.71429rem;
}
@media screen and (max-width: 834px) {
  .schoolinfo-wrap .home_tokucho_wrap .wp-block-column:nth-child(1) h3 {
    margin-bottom: 30px !important;
    line-height: 1.6;
  }
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_tokucho_wrap .wp-block-column:nth-child(1) h3 {
    margin-bottom: 20px !important;
    font-size: 1.14286rem;
    text-align: center;
    display: block;
    width: 100%;
  }
}
.schoolinfo-wrap .home_tokucho_wrap .wp-block-column:nth-child(1) h3 strong {
  font-size: 1.5em;
  line-height: 1.3;
}
.schoolinfo-wrap .home_tokucho_wrap .wp-block-column:nth-child(1) p {
  line-height: 2;
  text-align: justify;
}
.schoolinfo-wrap .home_tokucho_wrap .wp-block-column:nth-child(2) {
  display: block;
  width: 30% !important;
  -webkit-flex-basis: auto !important;
      -ms-flex-preferred-size: auto !important;
          flex-basis: auto !important;
}
@media screen and (max-width: 834px) {
  .schoolinfo-wrap .home_tokucho_wrap .wp-block-column:nth-child(2) {
    width: 45% !important;
  }
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_tokucho_wrap .wp-block-column:nth-child(2) {
    width: 100% !important;
  }
}
.schoolinfo-wrap .home_tokucho_wrap .wp-block-column:nth-child(2) figure, .schoolinfo-wrap .home_tokucho_wrap .wp-block-column:nth-child(2) img {
  display: block;
  height: 100% !important;
}
.schoolinfo-wrap .home_tokucho_wrap .wp-block-column:nth-child(2) img {
  display: inline-block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.schoolinfo-wrap .school_price {
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  background: url(images/school/bg_h1.jpg);
  background-size: cover;
  padding: 120px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .school_price {
    padding: 60px 20px;
    margin-bottom: 40px;
    margin-top: -60px !important;
  }
}
.schoolinfo-wrap .school_price > div {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .school_price > div {
    padding: 0 25px;
  }
}
.schoolinfo-wrap .school_price h2 {
  margin-bottom: 30px !important;
}
.schoolinfo-wrap .home_03 {
  font-size: 1.14286rem;
  background-color: #fff !important;
  border-radius: 5px;
  padding: 0.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.schoolinfo-wrap .home_03:before {
  content: "";
  display: block;
  width: 1em;
  height: 2px;
  background: #1ea8df;
  margin-right: 0.3em;
}
.schoolinfo-wrap .home_03:after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2px;
  background: #1ea8df;
  margin-left: 0.3em;
}
.schoolinfo-wrap .home_04__01 {
  padding: 120px 0;
  padding-left: 30%;
  padding-right: 13%;
  background: url(images/school/ill01.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  font-weight: bold;
  z-index: -222;
}
.schoolinfo-wrap .home_04__01:after {
  content: "";
  display: block;
  width: 80%;
  height: 170px;
  z-index: -1;
  background: url(images/school/fukidashi_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
.schoolinfo-wrap .home_04__02 {
  padding: 120px 0;
  padding-right: 30%;
  padding-left: 13%;
  background: url(images/school/ill01.png) right center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  font-weight: bold;
  z-index: -222;
}
.schoolinfo-wrap .home_04__02:after {
  content: "";
  display: block;
  width: 80%;
  height: 170px;
  z-index: -1;
  background: url(images/school/fukidashi_02.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.schoolinfo-wrap .home_05 {
  font-size: 1.14286rem;
  line-height: 2.6;
  font-weight: bold;
  color: #444;
  text-align: center;
}
.schoolinfo-wrap .home_06 ul {
  width: 100%;
}
.schoolinfo-wrap .home_06 li figure {
  position: relative;
}
.schoolinfo-wrap .home_06 li figure:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.schoolinfo-wrap .home_06 li figure img, .schoolinfo-wrap .home_06 li figure video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto !important;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.schoolinfo-wrap .home_06 li figure img {
  border-radius: 5000px;
}
.schoolinfo-wrap .home_price {
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  background: url(images/school/bg_h1.jpg);
  background-size: cover;
  padding: 120px 0;
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_price {
    padding: 60px 0;
  }
}
.schoolinfo-wrap .home_price > div {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_price > div {
    padding: 0 25px;
  }
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_price > div {
    padding: 0 !important;
  }
}
.schoolinfo-wrap .home_price h2 {
  margin-bottom: 30px !important;
}
.schoolinfo-wrap .home_07 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-bottom: 20px !important;
}
.schoolinfo-wrap .home_07 li {
  margin: 0 0.5em;
  font-size: 1.14286rem;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  padding: 0.6em 1em;
  line-height: 1;
  min-width: 100px;
  text-align: center;
}
.schoolinfo-wrap .home_07 li:nth-child(1) {
  background: #414C6E;
}
.schoolinfo-wrap .home_07 li:nth-child(2) {
  background: #414C6E;
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_07 {
    margin-bottom: 10px !important;
  }
  .schoolinfo-wrap .home_07 li {
    font-size: 14px;
  }
}
.schoolinfo-wrap .home_08 {
  font-size: 2.857142857rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 25px !important;
  margin-bottom: 20px !important;
  color: #333;
  color: crimson;
}
.schoolinfo-wrap .home_08 code {
  font-size: 0.5em;
  font-family: "maru-maru-gothic-blr-stdn", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_08 {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    padding: 0.31em 0;
    font-size: 36px;
  }
}
.schoolinfo-wrap .home_09 {
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px !important;
  padding: 40px;
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_09 {
    width: 100%;
    padding: 1em 10px !important;
    margin-bottom: 0 !important;
  }
}
.schoolinfo-wrap .home_09 h3 {
  border: 0;
  padding: 0;
  color: #1ea8df;
  background: #1ea8df;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  border-radius: 3px;
  padding: 0.5em;
}
.schoolinfo-wrap .home_09 .time-table {
  margin-bottom: 0;
  border-bottom: 1px dashed #ccc;
  padding: 0.5em 0;
  margin: 0 !important;
}
.schoolinfo-wrap .home_09 .time-table table tr {
  background: none;
}
.schoolinfo-wrap .home_09 .time-table table td {
  border: 0;
  background: none;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_09 .time-table {
    padding: 0.3em 0;
  }
  .schoolinfo-wrap .home_09 .time-table td {
    font-size: 18px;
  }
}
.schoolinfo-wrap .home_09 > div {
  display: inline-block;
  font-weight: bold;
  font-size: 1.71429rem;
  font-family: "maru-maru-gothic-blr-stdn", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.schoolinfo-wrap .home_09 > div strong {
  color: #1ea8df;
}
.schoolinfo-wrap .home_09 > div code {
  font-size: 0.6em;
  display: inline-block;
  margin-left: 0.25em;
  color: #666;
}
.schoolinfo-wrap .home_10 {
  font-size: 1.14286rem;
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_10 {
    font-size: 11px;
  }
}
.schoolinfo-wrap .home_h2__01 {
  color: #aa5029;
  background: none;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.857142857rem;
  font-family: "maru-maru-gothic-blr-stdn", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.schoolinfo-wrap .home_h2__01 code {
  font-size: 0.4em;
  font-family: "maru-maru-gothic-blr-stdn", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  color: #666;
}
.schoolinfo-wrap .home_11 {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_11 {
    padding: 0 25px;
  }
}
.schoolinfo-wrap .home_11 dt {
  font-size: 1rem !important;
  color: #414c6e;
  padding: 1.8em 0.8em 1.8em 80px !important;
}
.schoolinfo-wrap .home_11 dt:before {
  content: "" !important;
  background-image: url(images/school/q.png) !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: inherit !important;
  width: 60px !important;
  height: 60px !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
}
.schoolinfo-wrap .home_11 dd {
  padding: 1.8em 0.8em 1.8em 80px !important;
}
.schoolinfo-wrap .home_11 dd:before {
  content: "" !important;
  background-image: url(images/school/a.png) !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: inherit !important;
  width: 60px !important;
  height: 60px !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_11 dd:before {
    margin-top: 0 !important;
    top: 20px !important;
  }
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_11 {
    border: 0 !important;
  }
}
.schoolinfo-wrap .home_12 {
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  padding: 100px 0;
  background: #fbfaf0;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_12 {
    padding: 60px 0;
  }
}
.schoolinfo-wrap .home_12 > .wp-block-group__inner-container {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_12 > .wp-block-group__inner-container {
    padding: 0 25px;
  }
}
.schoolinfo-wrap .home_12__01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 1.71429rem !important;
  color: #fff !important;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #333 !important;
  margin-bottom: 30px !important;
}
.schoolinfo-wrap .home_12__01 strong {
  font-size: 2em;
  color: #fff !important;
}
@media screen and (max-width: 834px) {
  .schoolinfo-wrap .home_12__02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.schoolinfo-wrap .home_12__02 .wp-block-column:nth-child(1) {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  margin-right: 5%;
}
@media screen and (max-width: 834px) {
  .schoolinfo-wrap .home_12__02 .wp-block-column:nth-child(1) {
    margin-bottom: 25px !important;
    margin-right: 0;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_12__02 .wp-block-column:nth-child(1) figure {
    width: 70% !important;
  }
}
.schoolinfo-wrap .home_12__02 .wp-block-column:nth-child(2) {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}
@media screen and (max-width: 834px) {
  .schoolinfo-wrap .home_12__02 .wp-block-column:nth-child(2) {
    margin-left: 0;
    width: 100% !important;
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
  }
}
.schoolinfo-wrap .home_12__02 .wp-block-column:nth-child(2) .name {
  font-size: 1rem;
  letter-spacing: 0.2em;
  color: #555;
}
.schoolinfo-wrap .home_12__02 .wp-block-column:nth-child(2) .name strong {
  font-size: 1.5em;
  display: inline-block;
  margin-right: 1em;
}
.schoolinfo-wrap .home_12__02 .wp-block-column:nth-child(2) .txt {
  font-size: 1rem !important;
}
.schoolinfo-wrap .home_12__02 .wp-block-column:nth-child(2) .rireki {
  border: 0;
  border-left: 1px solid rgb(112, 98, 51);
  padding-left: 1.5em;
}
.schoolinfo-wrap .home_12__02 .wp-block-column:nth-child(2) .rireki table, .schoolinfo-wrap .home_12__02 .wp-block-column:nth-child(2) .rireki tbody {
  margin-right: 0 !important;
  display: block !important;
}
.schoolinfo-wrap .home_12__02 .wp-block-column:nth-child(2) .rireki tr, .schoolinfo-wrap .home_12__02 .wp-block-column:nth-child(2) .rireki td {
  background: none !important;
  padding: 0;
  color: rgb(112, 98, 51);
}
.schoolinfo-wrap .home_12__02 .wp-block-column:nth-child(2) .rireki tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.schoolinfo-wrap .home_12__02 .wp-block-column:nth-child(2) .rireki td {
  display: block;
  font-size: 0.857142857rem;
}
.schoolinfo-wrap .home_12__02 .wp-block-column:nth-child(2) .rireki td:nth-child(1) {
  width: 12%;
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_12__02 .wp-block-column:nth-child(2) .rireki td:nth-child(1) {
    width: 20%;
  }
}
.schoolinfo-wrap .home_12__02 .wp-block-column:nth-child(2) .rireki td:nth-child(2) {
  width: 85%;
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_12__02 .wp-block-column:nth-child(2) .rireki td:nth-child(2) {
    width: 77%;
  }
}
.schoolinfo-wrap .home_h2__02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 1.71429rem !important;
  color: #fff !important;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #333 !important;
  margin-bottom: 30px !important;
}
.schoolinfo-wrap .home_h2__02 strong {
  font-size: 2em;
  color: #aa5029 !important;
}
.schoolinfo-wrap .home_14 {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  margin: 80px auto;
  margin-bottom: 80px !important;
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_14 {
    padding: 0 25px;
  }
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_14 {
    margin: 60px 0;
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 834px) {
  .schoolinfo-wrap .home_14 > div {
    width: 100%;
  }
}
.schoolinfo-wrap .home_14 .txt {
  margin-top: 30px;
}
.schoolinfo-wrap .home_15 {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_15 {
    padding: 0 25px;
  }
}
.schoolinfo-wrap .home_15 h4 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 640px) {
  .schoolinfo-wrap .home_15 h4 strong {
    line-height: 1.6;
  }
}
.schoolinfo-wrap .home_15 .vk_step_item_dot {
  background-color: inherit !important;
  background-image: url(images/school/flow@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 0 !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-content: center;
}
.schoolinfo-wrap .home_15 .vk_step_item_dot > div {
  font-family: "maru-maru-gothic-blr-stdn", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 1.14286rem;
}
.schoolinfo-wrap .home_15 .vk_step_item_dot > div:nth-child(1) {
  display: none;
}
.schoolinfo-wrap .school_btn {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.schoolinfo-wrap .school_btn a {
  display: block;
}
.schoolinfo-wrap .school_btn img {
  width: 100%;
  max-width: 100%;
  -webkit-transition: 1s;
  transition: 1s;
}
.schoolinfo-wrap .school_btn img:hover {
  opacity: 0.7;
  -webkit-transition: 1s;
  transition: 1s;
}

.sch-contact {
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  background: rgb(252, 250, 247);
  padding: 80px 0;
  margin-bottom: 0 !important;
}
.sch-contact > div {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  width: 900px;
}
@media screen and (max-width: 640px) {
  .sch-contact > div {
    padding: 0 25px;
  }
}
.sch-contact h2 {
  background: none;
  font-size: 1.71429rem;
  margin: 0 !important;
  margin-bottom: 40px !important;
  letter-spacing: 0.1em;
  padding: 0 !important;
}
.sch-contact h2::first-letter {
  color: #f4bc1b;
}
@media screen and (max-width: 640px) {
  .sch-contact h2 {
    line-height: 1.6;
    margin-bottom: 0 !important;
    padding: 0 !important;
  }
  .sch-contact h2 strong {
    display: none;
  }
}
.sch-contact dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #eee;
  padding: 40px 0;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .sch-contact dl {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 25px 0;
  }
}
.sch-contact dt, .sch-contact dd {
  color: #555;
}
@media screen and (max-width: 640px) {
  .sch-contact dt, .sch-contact dd {
    width: 100% !important;
  }
}
.sch-contact dt {
  width: 25%;
  font-size: 1rem;
  font-weight: bold;
  border: 0;
  padding: 0 !important;
  margin: 0;
}
@media screen and (max-width: 834px) {
  .sch-contact dt {
    width: 32%;
  }
}
@media screen and (max-width: 640px) {
  .sch-contact dt {
    width: auto;
    font-size: 0.928571428rem;
    margin-bottom: 1em;
  }
}
.sch-contact dt span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .sch-contact dt span {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sch-contact dt strong {
  color: crimson;
  font-weight: bold;
  display: inline-block;
  font-size: 0.928571428rem;
  background-color: rgb(248, 231, 231);
  padding: 0.4em 0.3em;
  line-height: 1;
  border-radius: 3px;
}
@media screen and (max-width: 640px) {
  .sch-contact dt strong {
    margin-left: 1em;
  }
}
.sch-contact dd {
  width: 63%;
  font-size: 1.14286rem;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .sch-contact dd {
    font-size: 1rem;
  }
}
.sch-contact input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}
.sch-contact input[type=radio] + span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 400;
  font-size: 18px;
}
.sch-contact input[type=radio]:checked + span:before {
  content: "\f058";
  font-weight: 400;
  font-size: 18px;
  font-weight: bold;
  color: crimson;
}
.sch-contact .form_001 dd > span:nth-child(2) label {
  position: relative;
  z-index: 3;
}
.sch-contact .form_001 dd > span:nth-child(2) label:after {
  content: "";
  display: block;
  width: calc(100% - 1.5em);
  height: 0.6em;
  background: #f1dfe8;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.sch-contact .form_001 dd > span:nth-child(2) .mwform-radio-field-text {
  position: relative;
  z-index: 10;
}
.sch-contact .form_001 dd > span:nth-child(3) label {
  position: relative;
  z-index: 3;
}
.sch-contact .form_001 dd > span:nth-child(3) label:after {
  content: "";
  display: block;
  width: calc(100% - 1.5em);
  height: 0.6em;
  background: #d8f2f5;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.sch-contact .form_001 dd > span:nth-child(3) .mwform-radio-field-text {
  position: relative;
  z-index: 10;
}
.sch-contact .form_001 dd > span:nth-child(4) label {
  position: relative;
  z-index: 3;
}
.sch-contact .form_001 dd > span:nth-child(4) label:after {
  content: "";
  display: block;
  width: calc(100% - 1.5em);
  height: 0.6em;
  background: #eee8e0;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.sch-contact .form_001 dd > span:nth-child(4) .mwform-radio-field-text {
  position: relative;
  z-index: 10;
}

.send_btn {
  margin-top: 30px;
  display: block;
}
.send_btn input {
  display: block;
  width: 300px;
  margin: 0 auto;
  background: #f4bc1b;
  font-family: "maru-maru-gothic-blr-stdn", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important !important;
  color: #fff;
  font-size: 1rem;
  border-radius: 5px;
  padding: 1em 0;
}

.sch-thanks {
  text-align: center;
}
.sch-thanks p {
  text-align: center;
}
.sch-thanks p:nth-child(1) {
  margin-top: 40px;
  font-size: 1.71429rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .sch-thanks p {
    text-align: left;
  }
  .sch-thanks p:nth-child(1) {
    margin-top: 40px;
    font-size: 1.42857rem;
    margin-bottom: 30px;
  }
}

.page-id-2351 * {
  font-family: "Noto Sans JP";
}
.page-id-2351 #container::after {
  content: "";
  display: none !important;
}
.page-id-2351 #container.is-slide-in::before {
  display: none !important;
}
.page-id-2351 #container.is-slide::after {
  display: none !important;
}
.page-id-2351 #line, .page-id-2351 #mail {
  margin-top: -90px;
  padding-top: 90px;
}
@media screen and (max-width: 640px) {
  .page-id-2351 #line, .page-id-2351 #mail {
    margin-top: -65px;
    padding-top: 65px;
  }
}
.page-id-2351 #header-container {
  display: none;
}
@media screen and (max-width: 640px) {
  .page-id-2351 #header-container {
    display: block;
  }
}
.page-id-2351 #breadcrumb {
  display: none;
}
.page-id-2351 #pagetop a:nth-child(1) {
  display: none;
}
.page-id-2351 article {
  margin-bottom: 0 !important;
}
.page-id-2351 #footer {
  margin-top: 0 !important;
}
.page-id-2351 p {
  margin-bottom: 0;
  line-height: 1.8;
}
.page-id-2351 a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page-id-2351 a:hover {
  opacity: 0.75;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page-id-2351 h2, .page-id-2351 h3, .page-id-2351 h4, .page-id-2351 h5 {
  background: none;
  padding: 0;
  font-size: 1.28571rem;
  border: 0;
  margin-bottom: 0;
}
.page-id-2351 ul {
  width: 100%;
}
.page-id-2351 ul, .page-id-2351 li {
  list-style: none;
  padding-left: 0;
}
.page-id-2351 .wc-h2 {
  font-size: 60px;
  font-weight: 400;
  color: #2398c8;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
  line-height: 1;
}
.page-id-2351 .wc-h2 span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  .page-id-2351 .wc-h2 {
    font-size: 40px;
  }
}
.page-id-2351 .wc-header {
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100vw;
  background-color: #fff;
}
.page-id-2351 .wc-header__col01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-id-2351 .wc-header__col01 h1 {
  margin-left: 20px;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ccc;
  height: 50px;
  line-height: 50px;
}
.page-id-2351 .wc-header__col01 h1 img {
  height: 40px;
}
.page-id-2351 .wc-header__col01 > .logo {
  display: inline-block;
  margin-right: 15px;
}
.page-id-2351 .wc-header__col01 > .logo img {
  height: 30px;
}
.page-id-2351 .wc-header__col01 > .logo02 img {
  height: 35px;
}
.page-id-2351 .wc-header__col02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-id-2351 .wc-header__col02 a {
  text-align: left;
  height: 100px;
  background-color: crimson;
  color: #fff;
  padding: 0 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  font-family: "maru-maru-gothic-blr-stdn", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important !important;
}
.page-id-2351 .wc-header__col02 a span {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin-left: 0.5em;
  font-family: "maru-maru-gothic-blr-stdn", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.page-id-2351 .wc-header__col02 .line a {
  background-color: #4cc764;
}
.page-id-2351 .wc-header__col02 .line a:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(images/wc/line2.svg) center center no-repeat;
  background-size: contain;
}
.page-id-2351 .wc-header__col02 .mail a {
  background-color: #e64595;
  font-family: "maru-maru-gothic-blr-stdn", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.page-id-2351 .wc-header__col02 .mail a span {
  margin-left: 0.5em;
}
.page-id-2351 .wc-header__col02 .mail a:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(images/wc/mail.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .page-id-2351 .wc-header {
    height: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-id-2351 .wc-header__col01 {
    width: auto;
    padding-left: 0.3em;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .page-id-2351 .wc-header__col01 h1 {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
    margin-left: 0;
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-id-2351 .wc-header__col01 h1 a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-id-2351 .wc-header__col01 > p {
    display: none;
  }
  .page-id-2351 .wc-header__col01 > a {
    display: none;
  }
  .page-id-2351 .wc-header__col02 a {
    width: 60px;
    height: 60px;
  }
  .page-id-2351 .wc-header__col02 a span {
    display: none;
  }
}
.page-id-2351 #mainArea {
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  padding: 0;
  margin-top: 80px;
}
.page-id-2351 .drawer-toggle {
  display: none;
}
.page-id-2351 .wc-greeting {
  padding-top: 100px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .page-id-2351 .wc-greeting {
    margin-bottom: 0px;
  }
}
.page-id-2351 .wc-greeting > h2 {
  text-align: center;
  font-size: 40px;
  line-height: 1.75;
  margin-bottom: 40px;
  font-weight: 900;
  position: relative;
}
.page-id-2351 .wc-greeting > h2 div {
  font-weight: 900;
}
.page-id-2351 .wc-greeting > h2 img {
  height: 100px;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .page-id-2351 .wc-greeting > h2 img {
    height: 60px;
  }
}
@media screen and (max-width: 640px) {
  .page-id-2351 .wc-greeting > h2 {
    font-size: 20px;
    margin-bottom: 60px;
  }
}
.page-id-2351 .wc-greeting > p {
  margin-bottom: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #2398c8;
}
.page-id-2351 .wc-greeting > p .txt01 {
  font-weight: bold;
}
.page-id-2351 .wc-greeting > p .txt02 {
  color: #2398c8;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .page-id-2351 .wc-greeting > p {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.page-id-2351 .wc-greeting ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.page-id-2351 .wc-greeting ul li {
  width: calc((100% - 100px) / 3);
}
.page-id-2351 .wc-greeting ul li .wc-greeting__img {
  position: relative;
  margin-bottom: 15px;
}
.page-id-2351 .wc-greeting ul li .wc-greeting__img:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.page-id-2351 .wc-greeting ul li .wc-greeting__img img, .page-id-2351 .wc-greeting ul li .wc-greeting__img video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto !important;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.page-id-2351 .wc-greeting ul li .wc-greeting__nab {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  color: #2398c8;
}
.page-id-2351 .wc-greeting ul li h3 {
  text-align: center;
  line-height: 1.75;
  font-weight: 700;
  font-size: 1.42857rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  .page-id-2351 .wc-greeting {
    padding-top: 60px;
  }
  .page-id-2351 .wc-greeting ul li h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .page-id-2351 .wc-greeting ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .page-id-2351 .wc-greeting ul li .wc-greeting__img {
    width: 60%;
    margin: 0 auto 10px;
  }
  .page-id-2351 .wc-greeting ul li h3 {
    font-size: 21px;
  }
}
.page-id-2351 .amz_logo {
  margin-bottom: 20px;
  text-align: center;
  margin-bottom: 60px;
  border-top: 10px solid #eee;
  border-bottom: 10px solid #eee;
  padding: 20px 0;
}
.page-id-2351 .amz_logo span {
  background: #2398c8;
  color: #fff;
  border-radius: 4px;
  display: block;
  margin: 0 auto 10px;
  padding: 0 0.63em;
  font-size: 13px;
  width: 60px;
}
.page-id-2351 .amz_logo p {
  text-align: center;
  font-size: 13px;
}
.page-id-2351 .amz_logo a img {
  height: 60px;
}
.page-id-2351 .wc-jisseki {
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  background-color: #f6f6f6;
  padding: 100px 20px;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .page-id-2351 .wc-jisseki {
    padding: 60px 0;
    margin-bottom: 50px;
  }
}
.page-id-2351 .wc-jisseki ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .page-id-2351 .wc-jisseki ul {
    padding: 0 25px;
  }
}
.page-id-2351 .wc-jisseki ul li {
  width: 33.3333333333%;
  border: 1px solid #eee;
  background-color: #fff;
  padding: 40px 25px;
  margin: 0;
}
.page-id-2351 .wc-jisseki ul li:nth-child(2), .page-id-2351 .wc-jisseki ul li:nth-child(3), .page-id-2351 .wc-jisseki ul li:nth-child(5), .page-id-2351 .wc-jisseki ul li:nth-child(6) {
  border-left: 0;
}
.page-id-2351 .wc-jisseki ul li:nth-child(4), .page-id-2351 .wc-jisseki ul li:nth-child(5), .page-id-2351 .wc-jisseki ul li:nth-child(6) {
  border-top: 0;
}
.page-id-2351 .wc-jisseki ul li h3 {
  text-align: center;
  margin-top: 15px;
  line-height: 1.464;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .page-id-2351 .wc-jisseki ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .page-id-2351 .wc-jisseki ul li {
    width: 100%;
    border-left: 1px solid #ccc !important;
  }
  .page-id-2351 .wc-jisseki ul li:nth-child(2), .page-id-2351 .wc-jisseki ul li:nth-child(3) {
    border-top: 0;
  }
}
.page-id-2351 .wc-jisseki__bikou {
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-top: 5px;
}
.page-id-2351 .wc-riyuu {
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  padding: 100px 20px 60px;
  background: url(images/web-2000/bg_riyu.webp);
  background-size: cover;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .page-id-2351 .wc-riyuu {
    padding: 50px 0 0;
    margin-bottom: 50px;
  }
}
.page-id-2351 .wc-riyuu .title {
  margin-bottom: 35px;
}
.page-id-2351 .wc-riyuu .title h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.085em;
  text-shadow: #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px;
}
.page-id-2351 .wc-riyuu .title h2 .small {
  font-size: 0.7em;
}
.page-id-2351 .wc-riyuu .title h2 .big {
  font-size: 1.45em;
  color: rgb(230, 189, 78);
}
@media screen and (max-width: 640px) {
  .page-id-2351 .wc-riyuu .title h2 {
    font-size: 36px;
    line-height: 1.5;
  }
  .page-id-2351 .wc-riyuu .title h2 .big {
    line-height: 1;
  }
}
.page-id-2351 .wc-riyuu .container {
  position: relative;
  background-size: cover;
  padding: 0 0 0px;
}
.page-id-2351 .wc-riyuu .container .inner {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .page-id-2351 .wc-riyuu .container .inner {
    padding: 0 25px;
  }
}
.page-id-2351 .wc-riyuu .container .inner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-id-2351 .wc-riyuu .container .inner ul li {
  width: 32%;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 30px;
  padding: 30px;
}
.page-id-2351 .wc-riyuu .container .inner ul li .number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.page-id-2351 .wc-riyuu .container .inner ul li .number span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  background: #2398c8;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 500px;
}
.page-id-2351 .wc-riyuu .container .inner ul li h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.8;
}
.page-id-2351 .wc-riyuu .container .inner ul li .img {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #eee;
}
.page-id-2351 .wc-riyuu .container .inner ul li .img:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 45%;
}
.page-id-2351 .wc-riyuu .container .inner ul li .img > img, .page-id-2351 .wc-riyuu .container .inner ul li .img video {
  position: absolute;
  left: 0;
  top: 1;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.page-id-2351 .wc-riyuu .container .inner ul li p {
  font-size: 14px;
  text-align: left;
}
.page-id-2351 .wc-riyuu .container .inner ul li p span {
  color: #fb3c99;
  font-weight: bold;
}
@media screen and (max-width: 930px) {
  .page-id-2351 .wc-riyuu .container .inner ul li {
    width: 49%;
  }
}
@media screen and (max-width: 640px) {
  .page-id-2351 .wc-riyuu .container .inner ul li {
    width: 100%;
  }
}
.page-id-2351 .web2000-daihyo {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  padding: 40px;
}
@media screen and (max-width: 640px) {
  .page-id-2351 .web2000-daihyo {
    padding: 0 25px;
  }
}
@media screen and (max-width: 640px) {
  .page-id-2351 .web2000-daihyo {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 35px 0px !important;
    margin-bottom: 50px;
    width: calc(100% - 50px);
  }
}
.page-id-2351 .web2000-daihyo img {
  border-radius: 80% 30% 50% 50%/50% !important;
}
.page-id-2351 .web2000-daihyo__img {
  width: 30%;
}
@media screen and (max-width: 640px) {
  .page-id-2351 .web2000-daihyo__img {
    width: 75%;
    -webkit-flex-basis: 75% !important;
        -ms-flex-preferred-size: 75% !important;
            flex-basis: 75% !important;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 30px;
  }
}
.page-id-2351 .web2000-daihyo__txt {
  width: calc(70% - 40px);
}
@media screen and (max-width: 640px) {
  .page-id-2351 .web2000-daihyo__txt {
    width: 100%;
  }
}
.page-id-2351 .web2000-daihyo__txt h3 {
  font-size: 1.28571rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .page-id-2351 .web2000-daihyo__txt h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page-id-2351 .web2000-daihyo__txt h3 strong {
  font-size: 0.75em;
  display: inline-block;
  margin-right: 1em;
}
@media screen and (max-width: 640px) {
  .page-id-2351 .web2000-daihyo__txt h3 strong {
    margin-right: 0;
  }
}
.page-id-2351 .web2000-daihyo__txt h3 code {
  font-family: "Noto Sans JP";
  font-size: 0.85em;
  display: inline-block;
  margin-left: 1em;
  color: #999;
}
.page-id-2351 .web2000-daihyo__txt h3 code span {
  background-color: inherit !important;
  color: #f4bc1b;
}
@media screen and (max-width: 640px) {
  .page-id-2351 .web2000-daihyo__txt h3 code {
    margin-left: 0;
  }
}
.page-id-2351 .web2000-daihyo__txt_chiiki {
  background-color: rgb(247, 245, 243);
  border-radius: 15px;
  padding: 10px 25px;
  margin-top: 15px;
}
.page-id-2351 .web2000-daihyo__txt_chiiki a {
  text-decoration: underline;
}
.page-id-2351 .web2000-daihyo__txt_keireki {
  background-color: rgb(247, 245, 243);
  border-radius: 15px;
  padding: 25px;
}
.page-id-2351 .web2000-daihyo__txt_keireki h4 {
  font-size: 1.14286rem;
  font-weight: bold;
  border: 0;
  margin-bottom: 10px !important;
  padding: 0 !important;
}
.page-id-2351 .web2000-daihyo__txt_keireki_dl dl {
  background-color: inherit;
  border: 0;
  padding: 0;
  font-size: 0.928571428rem;
  margin-bottom: 0;
}
.page-id-2351 .web2000-daihyo__txt_keireki_dl dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-id-2351 .web2000-daihyo__txt_keireki_dl dt {
  width: 65px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.page-id-2351 .web2000-daihyo__txt_keireki_dl dd {
  text-align: left;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .page-id-2351 .web2000-daihyo__txt_keireki_dl dl {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-bottom: 1px dashed #ccc;
    padding: 0.35em 0;
  }
  .page-id-2351 .web2000-daihyo__txt_keireki_dl dl dt {
    font-weight: bold;
  }
  .page-id-2351 .web2000-daihyo__txt_keireki_dl dl dt, .page-id-2351 .web2000-daihyo__txt_keireki_dl dl dd {
    width: 100%;
    margin: 0;
  }
}
.page-id-2351 .wc-flow {
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .page-id-2351 .wc-flow {
    margin-bottom: 50px;
  }
}
.page-id-2351 .wc-flow ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .page-id-2351 .wc-flow ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.page-id-2351 .wc-flow ul li {
  margin: 0;
  width: 20%;
}
@media screen and (max-width: 640px) {
  .page-id-2351 .wc-flow ul li {
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
  }
}
.page-id-2351 .wc-flow ul li .wc-flow__n {
  background-color: #2398c8;
  color: #fff;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-weight: 900;
  font-size: 24px;
  position: relative;
}
.page-id-2351 .wc-flow ul li .wc-flow__n:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 39px 0 39px 28px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 100%;
  top: -4px;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .page-id-2351 .wc-flow ul li .wc-flow__n {
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding-left: 20px;
  }
  .page-id-2351 .wc-flow ul li .wc-flow__n:before {
    display: none;
  }
}
.page-id-2351 .wc-flow ul li h3 {
  padding: 0 20px;
  margin: 1em 0;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .page-id-2351 .wc-flow ul li h3 {
    font-size: 16px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 640px) {
  .page-id-2351 .wc-flow ul li h3 {
    text-align: left;
    padding: 0;
    padding-right: 10px;
  }
}
.page-id-2351 .wc-flow ul li p {
  padding: 0 20px;
  text-align: left;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 960px) {
  .page-id-2351 .wc-flow ul li p {
    padding: 0 10px;
  }
}
@media screen and (max-width: 640px) {
  .page-id-2351 .wc-flow ul li p {
    text-align: left;
    padding: 0;
    padding-right: 10px;
  }
}
.page-id-2351 .wc-flow ul li:nth-child(1) .wc-flow__n {
  background-color: #26b9de;
}
.page-id-2351 .wc-flow ul li:nth-child(1) .wc-flow__n:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 25px;
  border-color: transparent transparent transparent #26b9de;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .page-id-2351 .wc-flow ul li:nth-child(1) .wc-flow__n:after {
    border-width: 20px 0 20px 15px;
  }
}
.page-id-2351 .wc-flow ul li:nth-child(2) .wc-flow__n {
  background-color: #26a9de;
}
.page-id-2351 .wc-flow ul li:nth-child(2) .wc-flow__n:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 25px;
  border-color: transparent transparent transparent #26a9de;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .page-id-2351 .wc-flow ul li:nth-child(2) .wc-flow__n:after {
    border-width: 20px 0 20px 15px;
  }
}
.page-id-2351 .wc-flow ul li:nth-child(3) .wc-flow__n {
  background-color: #2398c8;
}
.page-id-2351 .wc-flow ul li:nth-child(3) .wc-flow__n:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 25px;
  border-color: transparent transparent transparent #2398c8;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .page-id-2351 .wc-flow ul li:nth-child(3) .wc-flow__n:after {
    border-width: 20px 0 20px 15px;
  }
}
.page-id-2351 .wc-flow ul li:nth-child(4) .wc-flow__n {
  background-color: #167ba4;
}
.page-id-2351 .wc-flow ul li:nth-child(4) .wc-flow__n:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 25px;
  border-color: transparent transparent transparent #167ba4;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .page-id-2351 .wc-flow ul li:nth-child(4) .wc-flow__n:after {
    border-width: 20px 0 20px 15px;
  }
}
.page-id-2351 .wc-flow ul li:nth-child(5) .wc-flow__n {
  background-color: #1652a4;
}
.page-id-2351 .wc-flow ul li:nth-child(5) .wc-flow__n:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 25px;
  border-color: transparent transparent transparent #1652a4;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .page-id-2351 .wc-flow ul li:nth-child(5) .wc-flow__n:after {
    border-width: 20px 0 20px 15px;
  }
}
.page-id-2351 .wc-faq {
  background: -webkit-gradient(linear, left top, right top, from(#50dac8), to(#16b5dd));
  background: -webkit-linear-gradient(left, #50dac8, #16b5dd);
  background: linear-gradient(to right, #50dac8, #16b5dd);
  background: url(images/wc/bg_riyu.webp);
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  background-size: cover;
  padding: 80px 20px;
}
@media screen and (max-width: 640px) {
  .page-id-2351 .wc-faq {
    padding: 50px 0px;
    margin-bottom: 0;
  }
}
.page-id-2351 .wc-faq__container {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .page-id-2351 .wc-faq__container {
    padding: 0 25px;
  }
}
.page-id-2351 .wc-faq__container dl {
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  padding: 30px 60px;
  margin-bottom: 25px;
}
.page-id-2351 .wc-faq__container dt {
  color: #2398c8;
  font-weight: 700;
  font-size: 1.28571rem;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #2398c8;
  padding-left: 50px;
  position: relative;
}
.page-id-2351 .wc-faq__container dt:before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
}
.page-id-2351 .wc-faq__container dd {
  padding-left: 50px;
  position: relative;
  margin-left: 0;
}
.page-id-2351 .wc-faq__container dd:before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
  color: crimson;
  font-size: 1.28571rem;
  font-weight: 900;
}
@media screen and (max-width: 640px) {
  .page-id-2351 .wc-faq__container dl {
    padding: 30px 20px;
  }
  .page-id-2351 .wc-faq__container dt, .page-id-2351 .wc-faq__container dd {
    padding-left: 30px;
    font-size: 16px;
  }
  .page-id-2351 .wc-faq__container dt:before, .page-id-2351 .wc-faq__container dd:before {
    font-size: 16px;
  }
  .page-id-2351 .wc-faq__container dd {
    font-size: 14px;
  }
}
.page-id-2351 .web2000-faq {
  background: url(images/web-2000/bg_faq.webp);
}
.page-id-2351 .wc-contact {
  padding: 100px 0;
}
@media screen and (max-width: 640px) {
  .page-id-2351 .wc-contact {
    padding: 50px 0;
  }
}
.page-id-2351 .wc-contact h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 50px;
}
.page-id-2351 .wc-contact h2 span {
  font-size: 0.8em;
}
@media screen and (max-width: 640px) {
  .page-id-2351 .wc-contact h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}
.page-id-2351 .wc-contact h3.line-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.page-id-2351 .wc-contact h3.line-h:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #4cc764;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.page-id-2351 .wc-contact h3.line-h span {
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  padding: 0.5em 1.5em;
  text-align: center;
  border-radius: 400px;
  background-color: #4cc764;
  position: relative;
  z-index: 2;
}
.page-id-2351 .wc-contact h3.mail-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  position: relative;
}
.page-id-2351 .wc-contact h3.mail-h:before {
  content: "";
  width: 100%;
  height: 1px;
  background: crimson;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.page-id-2351 .wc-contact h3.mail-h span {
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  padding: 0.5em 1.5em;
  text-align: center;
  border-radius: 400px;
  background-color: crimson;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .page-id-2351 .wc-contact h3 span {
    font-size: 14px !important;
  }
}
.page-id-2351 .wc-contact .line {
  margin-bottom: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-id-2351 .wc-contact .line a:nth-child(1) {
  width: 40%;
}
.page-id-2351 .wc-contact .line a:nth-child(1) img {
  width: 100%;
}
.page-id-2351 .wc-contact .line a:nth-child(2) {
  width: 40%;
}
.page-id-2351 .wc-contact > p {
  text-align: center;
}
.page-id-2351 .wc-contact .home_contact {
  width: 800px;
  max-width: 100%;
}
.page-id-2351 .wc-contact .home_contact .send_btn input {
  background-color: #2398c8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page-id-2351 .wc-contact .home_contact .send_btn input:hover {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 640px) {
  .page-id-2351 .wc-contact .home_contact > dl:first-child {
    padding-top: 0;
  }
}
.page-id-2351 .wc_area {
  margin-bottom: 100px;
  border-top: 10px solid #eee;
  border-bottom: 10px solid #eee;
  padding: 40px 0;
}
@media screen and (max-width: 834px) {
  .page-id-2351 .wc_area {
    padding: 40px 0px;
    margin-bottom: 80px;
  }
}
.page-id-2351 .wc_area h2 {
  font-size: 1.71429rem;
  font-weight: 900;
  position: relative;
  padding-bottom: 0.3em;
  margin-bottom: 30px;
  text-align: center;
}
.page-id-2351 .wc_area h2:after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: crimson;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .page-id-2351 .wc_area h2 {
    font-size: 1.42857rem;
  }
}
.page-id-2351 .wc_area h3 {
  font-weight: bold;
  line-height: 1.74;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .page-id-2351 .wc_area h3 {
    line-height: 1.5;
    margin-bottom: 7px;
  }
}
.page-id-2351 .wc_area p.txt {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
  color: #f4bc1b;
}
.page-id-2351 .wc_area p.txt span {
  font-size: 36px;
  font-weight: 900;
  color: #333;
}
@media screen and (max-width: 640px) {
  .page-id-2351 .wc_area p.txt span {
    line-height: 1.5;
  }
}
.page-id-2351 .wc_area > section p {
  font-size: 13px;
}

.wc-plan h2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .wc-plan h2 {
    margin-bottom: 40px;
  }
}
.wc-plan__catch {
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
  margin-bottom: 50px;
}
.wc-plan__catch_01 {
  font-size: 40px;
  margin-bottom: 30px;
}
.wc-plan__catch_01 span {
  font-size: 30px;
}
.wc-plan__catch_02 {
  font-size: 105px;
  color: #2398c8;
  margin-bottom: 30px;
}
.wc-plan__catch_02 span {
  font-size: 45px;
  display: inline-block;
  margin: 0 0.1em;
}
@media screen and (max-width: 640px) {
  .wc-plan__catch {
    line-height: 1.7;
    margin-bottom: 25px;
  }
  .wc-plan__catch_01 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .wc-plan__catch_01 span {
    font-size: 16px;
  }
  .wc-plan__catch_02 {
    line-height: 1;
    font-size: 40px;
    margin-bottom: 0px;
  }
  .wc-plan__catch_02 span {
    font-size: 20px;
  }
}

.wc-plan__txt {
  margin-bottom: 25px;
  text-align: center;
  font-weight: 900;
  font-size: 20px;
  color: #2398c8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wc-plan__txt:before {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #2398c8;
  margin-right: 1em;
}
.wc-plan__txt:after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #2398c8;
  margin-left: 1em;
}

.wc-plan__naiyo {
  background-color: #2398c8;
  padding: 50px;
  border-radius: 40px;
  margin-bottom: 25px;
}
.wc-plan__naiyo ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
.wc-plan__naiyo ul li {
  width: calc((100% - 45px) / 4);
  margin: 0 0 15px;
  background-color: #fff;
  padding: 25px;
  border-radius: 20px;
  text-align: center;
}
.wc-plan__naiyo ul li:nth-child(n+5) {
  margin-bottom: 0;
}
.wc-plan__naiyo ul li .wc-plan__naiyo_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
.wc-plan__naiyo ul li .wc-plan__naiyo_img img {
  height: 90px;
  border-radius: 500px;
}
.wc-plan__naiyo ul li h3 {
  font-weight: 700;
  font-size: 16px;
}
.wc-plan__naiyo ul li p {
  text-align: center;
  font-size: 14px;
  color: #2398c8;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .wc-plan__naiyo {
    padding: 15px;
    border-radius: 20px;
  }
  .wc-plan__naiyo ul li {
    width: calc((100% - 10px) / 2);
    padding: 20px;
    margin-bottom: 10px;
  }
  .wc-plan__naiyo ul li:nth-child(n+5) {
    margin-bottom: 10px;
  }
  .wc-plan__naiyo ul li:nth-child(n+7) {
    margin-bottom: 0px;
  }
  .wc-plan__naiyo ul li .wc-plan__naiyo_img {
    margin-bottom: 5px;
  }
  .wc-plan__naiyo ul li .wc-plan__naiyo_img img {
    height: 60px;
  }
  .wc-plan__naiyo ul li h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .wc-plan__naiyo ul li p {
    font-size: 13px;
  }
}

@media screen and (max-width: 640px) {
  .wc-plan__plan {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -ms-scroll-snap-type: x mandatory;
    -webkit-scroll-snap-type: x mandatory;
            scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
  }
}
.wc-plan__plan > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .wc-plan__plan > div {
    min-width: 860px;
  }
}
.wc-plan__plan_group {
  width: calc((100% - 40px) / 3);
  background-color: #2398c8;
  padding: 40px 25px;
  color: #fff;
  border-radius: 40px;
}
@media screen and (max-width: 640px) {
  .wc-plan__plan_group {
    padding: 40px 20px 20px;
  }
}
.wc-plan__plan_group:nth-child(1) {
  background-color: #26a9de;
}
.wc-plan__plan_group:nth-child(3) {
  background-color: #167ba4;
}
.wc-plan__plan_group h3 {
  background-color: #fff;
  color: #333;
  text-align: center;
  padding: 1.15em 0 1em;
  border-radius: 500px;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 15px;
  position: relative;
}
.wc-plan__plan_group h3:before {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background: url(images/web-2000/crown.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wc-plan__plan_group .c01 {
  background-image: -webkit-linear-gradient(20deg, #fac044 45%, rgb(238, 234, 209) 50%, #ecc134 55%);
  background-image: linear-gradient(70deg, #fac044 45%, rgb(238, 234, 209) 50%, #ecc134 55%);
  background-size: 500% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-animation: shine 4s infinite;
          animation: shine 4s infinite;
}
@-webkit-keyframes shine {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes shine {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.wc-plan__plan_group_row01 {
  text-align: center;
  border-bottom: 1px solid #aad8eb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.wc-plan__plan_group_row01 div {
  font-size: 46px;
  font-weight: 900;
  letter-spacing: 0.025em;
  line-height: 1;
}
.wc-plan__plan_group_row01 div span {
  font-size: 16px;
}
.wc-plan__plan_group_row01 p {
  letter-spacing: 0;
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  .wc-plan__plan_group_row01 div {
    font-size: 36px;
  }
  .wc-plan__plan_group_row01 p {
    font-size: 13px;
  }
}
.wc-plan__plan_group_row02 {
  text-align: center;
  border-bottom: 1px solid #aad8eb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.wc-plan__plan_group_row02 h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
}
.wc-plan__plan_group_row02 h4 span {
  display: inline-block;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border-radius: 500px;
  padding: 0.5em 1.5em;
}
.wc-plan__plan_group_row02 div {
  font-size: 46px;
  font-weight: 900;
  letter-spacing: 0.025em;
  line-height: 1;
  text-align: center;
}
.wc-plan__plan_group_row02 div span {
  font-size: 19px;
}
.wc-plan__plan_group_row02 p {
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
}
.wc-plan__plan_group_row03 {
  text-align: center;
  border-bottom: 1px solid #aad8eb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.wc-plan__plan_group_row03 h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
}
.wc-plan__plan_group_row03 h4 span {
  display: inline-block;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border-radius: 500px;
  padding: 0.5em 1.5em;
}
.wc-plan__plan_group_row03 div {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.025em;
  line-height: 1;
  text-align: center;
}
.wc-plan__plan_group_row03 div span {
  font-size: 20px;
}
.wc-plan__plan_group_row03 p {
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
}
.wc-plan__plan_group_row03 ul {
  margin-bottom: 0;
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.wc-plan__plan_group_row03 ul li {
  margin: 0;
  width: calc((100% - 5px) / 2);
  margin-bottom: 5px;
  font-size: 13px;
  background-color: #0d668a;
  border-radius: 4px;
  line-height: 1.4;
  padding: 0.5em 0em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .wc-plan__plan_group_row03 ul li {
    font-size: 12px;
  }
}
.wc-plan__plan_group_row03 ul li.c02 {
  background-image: -webkit-linear-gradient(20deg, #fac044 45%, rgb(238, 234, 209) 50%, #fac044 55%);
  background-image: linear-gradient(70deg, #fac044 45%, rgb(238, 234, 209) 50%, #fac044 55%);
  background-size: 500% 100%;
  -webkit-animation: shine 4s infinite;
          animation: shine 4s infinite;
  color: #333;
  font-weight: bold;
}

.wc-plan-bikou {
  margin-bottom: 20px;
  background-color: #f5f2ee;
  padding: 35px;
}
.wc-plan-bikou ul {
  margin-bottom: 0;
}
.wc-plan-bikou ul li {
  position: relative;
  border-bottom: 1px dashed #ccc;
  padding: 0.5em 0.1em;
  padding-left: 1.5em;
}
.wc-plan-bikou ul li:before {
  content: "※";
  position: absolute;
  top: 0.5em;
  left: 0;
}
@media screen and (max-width: 640px) {
  .wc-plan-bikou {
    padding: 10px 20px 20px;
    font-size: 14px;
  }
}

.wc-plan-keiyaku {
  text-align: center;
  margin-bottom: 60px;
  background-color: #f1f1f1;
  padding: 35px;
}
.wc-plan-keiyaku h3 {
  margin-bottom: 10px;
}
.wc-plan-keiyaku p {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .wc-plan-keiyaku {
    padding: 20px 20px;
    font-size: 14px;
  }
  .wc-plan-keiyaku h3 {
    font-size: 16px;
  }
}

.wc-plan-renewal {
  margin-bottom: 100px;
}
.wc-plan-renewal h2 {
  text-align: center;
  font-size: 40px;
  line-height: 1.75;
  margin-bottom: 40px;
  font-weight: 900;
}
.wc-plan-renewal h2 div {
  font-weight: 900;
  letter-spacing: 0.05em;
}
.wc-plan-renewal h2 div span {
  font-size: 0.75em;
}
.wc-plan-renewal h2 img {
  height: 100px;
  margin-bottom: 5px;
}
.wc-plan-renewal__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #f5f3eb;
  padding: 25px 40px;
  border-radius: 30px;
}
.wc-plan-renewal__wrap img {
  width: 100px;
  margin-right: 25px;
}
.wc-plan-renewal__wrap p {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .wc-plan-renewal {
    margin-bottom: 60px;
  }
  .wc-plan-renewal h2 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .wc-plan-renewal h2 img {
    height: 80px;
    margin-bottom: 0;
  }
  .wc-plan-renewal__wrap {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .wc-plan-renewal__wrap img {
    width: 80px;
    margin: 0 auto 10px;
  }
  .wc-plan-renewal__wrap p {
    width: 100%;
    font-size: 14px;
  }
}

.service02-wrap {
  padding-bottom: 0;
}
.service02-wrap .wc-flow {
  margin-bottom: 0;
}
.service02-wrap .wc-contact {
  padding-bottom: 0;
}

.page-id-2868 * {
  font-family: "Noto Sans JP";
}
.page-id-2868 #container::after {
  content: "";
  display: none !important;
}
.page-id-2868 #container.is-slide-in::before {
  display: none !important;
}
.page-id-2868 #container.is-slide::after {
  display: none !important;
}
.page-id-2868 #line, .page-id-2868 #mail, .page-id-2868 #price {
  margin-top: -90px;
  padding-top: 90px;
}
@media screen and (max-width: 640px) {
  .page-id-2868 #line, .page-id-2868 #mail, .page-id-2868 #price {
    margin-top: -65px;
    padding-top: 65px;
  }
}
.page-id-2868 #header-container {
  display: none;
}
@media screen and (max-width: 640px) {
  .page-id-2868 #header-container {
    display: block;
  }
}
.page-id-2868 #breadcrumb {
  display: none;
}
.page-id-2868 #pagetop a:nth-child(1) {
  display: none;
}
.page-id-2868 article {
  margin-bottom: 0 !important;
}
.page-id-2868 #footer {
  margin-top: 0 !important;
}
.page-id-2868 p {
  margin-bottom: 0;
  line-height: 1.8;
}
.page-id-2868 a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page-id-2868 a:hover {
  opacity: 0.75;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page-id-2868 h2, .page-id-2868 h3, .page-id-2868 h4, .page-id-2868 h5 {
  background: none;
  padding: 0;
  font-size: 1.28571rem;
  border: 0;
  margin-bottom: 0;
}
.page-id-2868 ul {
  width: 100%;
}
.page-id-2868 ul, .page-id-2868 li {
  list-style: none;
  padding-left: 0;
}
.page-id-2868 .wc-h2 {
  font-size: 60px;
  font-weight: 400;
  color: #2398c8;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
  line-height: 1;
}
.page-id-2868 .wc-h2 span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .wc-h2 {
    font-size: 40px;
  }
}
.page-id-2868 .wc-header {
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100vw;
  background-color: #fff;
}
.page-id-2868 .wc-header__col01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-id-2868 .wc-header__col01 h1 {
  margin-left: 20px;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ccc;
  height: 50px;
  line-height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-id-2868 .wc-header__col01 h1 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-id-2868 .wc-header__col01 h1 a img {
  height: 20px;
}
.page-id-2868 .wc-header__col01 > .logo {
  display: inline-block;
  margin-right: 15px;
}
.page-id-2868 .wc-header__col01 > .logo img {
  height: 30px;
}
.page-id-2868 .wc-header__col01 > .logo02 img {
  height: 35px;
}
.page-id-2868 .wc-header__col02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-id-2868 .wc-header__col02 .price a {
  color: #333;
  margin-right: 1.5em;
  font-size: 14px;
}
.page-id-2868 .wc-header__col02 .price a i {
  margin-right: 0.25em;
}
.page-id-2868 .wc-header__col02 .mail a {
  text-align: left;
  height: 100px;
  background-color: crimson;
  color: #fff;
  padding: 0 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  font-family: "maru-maru-gothic-blr-stdn", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important !important;
  background-color: #e64595;
  font-family: "maru-maru-gothic-blr-stdn", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.page-id-2868 .wc-header__col02 .mail a > span {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin-left: 0.5em;
  font-family: "maru-maru-gothic-blr-stdn", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  margin-left: 0.5em;
}
.page-id-2868 .wc-header__col02 .mail a .br {
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .page-id-2868 .wc-header__col02 .mail a .br {
    display: block;
  }
}
.page-id-2868 .wc-header__col02 .mail a:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(images/wc/mail.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .wc-header {
    height: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-id-2868 .wc-header__col01 {
    width: auto;
    padding-left: 0.3em;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .page-id-2868 .wc-header__col01 h1 {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
    margin-left: 0;
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-id-2868 .wc-header__col01 h1 a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-id-2868 .wc-header__col01 h1 a img {
    height: 15px;
  }
  .page-id-2868 .wc-header__col01 .logo img {
    height: 20px;
  }
  .page-id-2868 .wc-header__col01 .amzlogo {
    display: none;
  }
  .page-id-2868 .wc-header__col01 > p {
    display: none;
  }
  .page-id-2868 .wc-header__col01 > a {
    display: none;
  }
  .page-id-2868 .wc-header__col02 .price {
    display: none;
  }
  .page-id-2868 .wc-header__col02 .mail a {
    height: 60px;
    padding: 0 0.2em;
  }
  .page-id-2868 .wc-header__col02 .mail a > span .br {
    display: none;
  }
  .page-id-2868 .wc-header__col02 .mail a:before {
    display: none;
  }
}
.page-id-2868 #mainArea {
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  padding: 0;
  margin-top: 80px;
}
.page-id-2868 .mainArea-catalog {
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  padding: 0;
  margin-top: 80px;
  background: url(images/catalog/mainarea01.jpg);
  background: url(images/catalog/mainarea02.jpg);
  background: url(images/catalog/mainarea03.jpg);
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 20px 20px;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .mainArea-catalog {
    margin-top: 0;
    padding: 40px 20px 20px;
  }
}
.page-id-2868 .mainArea-catalog__wrap {
  background: rgba(255, 255, 255, 0.85);
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  border-radius: 20px;
}
.page-id-2868 .mainArea-catalog__wrap_txt {
  border: 2px solid rgba(22, 181, 221, 0.5);
  padding: 80px;
  border-radius: 20px;
  display: none;
}
.page-id-2868 .mainArea-catalog__wrap_txt h2 {
  font-size: 48px;
  font-family: "line";
  font-weight: 100;
}
.page-id-2868 .mainArea-catalog__wrap img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .mainArea-catalog {
    padding: 10px;
  }
  .page-id-2868 .mainArea-catalog__wrap {
    padding: 10px 15px;
  }
  .page-id-2868 .mainArea-catalog__wrap > div {
    padding: 0px;
  }
}
.page-id-2868 .drawer-toggle {
  display: none;
}
.page-id-2868 .catalog-greeting {
  padding-top: 100px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .catalog-greeting {
    margin-bottom: 0px;
  }
}
.page-id-2868 .catalog-greeting .web2000-mockupPC img {
  width: 500px;
  position: absolute;
  right: 88%;
  top: 75%;
  -webkit-transform: rotate(-15deg) translateY(-50%);
  transform: rotate(-15deg) translateY(-50%);
  height: auto;
}
.page-id-2868 .catalog-greeting .web2000-mockupPHONE img {
  width: 500px;
  position: absolute;
  left: 88%;
  top: 75%;
  -webkit-transform: rotate(15deg) translateY(-50%);
  transform: rotate(15deg) translateY(-50%);
  height: auto;
}
.page-id-2868 .catalog-greeting > h2 {
  text-align: center;
  font-size: 28px;
  line-height: 1.75;
  margin-bottom: 40px;
  font-weight: 900;
  position: relative;
  padding: 0 6%;
}
.page-id-2868 .catalog-greeting > h2 div {
  font-weight: 900;
}
.page-id-2868 .catalog-greeting > h2 img {
  height: 100px;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .catalog-greeting > h2 img {
    height: 60px;
  }
}
@media screen and (max-width: 640px) {
  .page-id-2868 .catalog-greeting > h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.page-id-2868 .catalog-greeting > p {
  margin-bottom: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #2398c8;
}
.page-id-2868 .catalog-greeting > p .txt01 {
  font-weight: bold;
}
.page-id-2868 .catalog-greeting > p .txt02 {
  color: #2398c8;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .catalog-greeting > p {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.page-id-2868 .catalog-greeting ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.page-id-2868 .catalog-greeting ul li {
  width: calc((100% - 100px) / 3);
}
.page-id-2868 .catalog-greeting ul li .catalog-greeting__img {
  position: relative;
  margin-bottom: 15px;
  width: 75%;
  margin: 0 auto 15px;
}
.page-id-2868 .catalog-greeting ul li .catalog-greeting__img:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.page-id-2868 .catalog-greeting ul li .catalog-greeting__img img, .page-id-2868 .catalog-greeting ul li .catalog-greeting__img video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto !important;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.page-id-2868 .catalog-greeting ul li .catalog-greeting__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.page-id-2868 .catalog-greeting ul li .catalog-greeting__nab {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  color: #2398c8;
}
.page-id-2868 .catalog-greeting ul li h3 {
  text-align: center;
  line-height: 1.75;
  font-weight: 900;
  font-size: 1.42857rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  .page-id-2868 .catalog-greeting {
    padding-top: 60px;
  }
  .page-id-2868 .catalog-greeting ul li h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .page-id-2868 .catalog-greeting ul {
    margin-bottom: 0;
  }
  .page-id-2868 .catalog-greeting ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .page-id-2868 .catalog-greeting ul li .catalog-greeting__img {
    width: 40%;
    margin: 0 auto 10px;
  }
  .page-id-2868 .catalog-greeting ul li h3 {
    font-size: 21px;
  }
}
.page-id-2868 .amz_logo {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  padding: 20px 0;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .amz_logo {
    padding: 0 25px;
  }
}
.page-id-2868 .amz_logo span {
  background: #2398c8;
  color: #fff;
  border-radius: 4px;
  display: block;
  margin: 0 auto 10px;
  padding: 0 0.63em;
  font-size: 13px;
  width: 60px;
}
.page-id-2868 .amz_logo p {
  text-align: center;
  font-size: 13px;
}
.page-id-2868 .amz_logo a img {
  height: 60px;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .amz_logo {
    padding: 20px !important;
  }
}
.page-id-2868 .wc-jisseki {
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  background-color: #f6f6f6;
  padding: 60px 20px;
  margin-bottom: 100px;
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .wc-jisseki {
    padding: 60px 20px;
    margin-bottom: 50px;
  }
}
.page-id-2868 .wc-jisseki ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .wc-jisseki ul {
    padding: 0 25px;
  }
}
.page-id-2868 .wc-jisseki ul li {
  width: 33.3333333333%;
  border: 1px solid #eee;
  background-color: #fff;
  padding: 40px 25px;
  margin: 0;
}
.page-id-2868 .wc-jisseki ul li:nth-child(2), .page-id-2868 .wc-jisseki ul li:nth-child(3), .page-id-2868 .wc-jisseki ul li:nth-child(5), .page-id-2868 .wc-jisseki ul li:nth-child(6) {
  border-left: 0;
}
.page-id-2868 .wc-jisseki ul li:nth-child(4), .page-id-2868 .wc-jisseki ul li:nth-child(5), .page-id-2868 .wc-jisseki ul li:nth-child(6) {
  border-top: 0;
}
.page-id-2868 .wc-jisseki ul li h3 {
  text-align: center;
  margin-top: 15px;
  line-height: 1.464;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .wc-jisseki ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .page-id-2868 .wc-jisseki ul li {
    width: 100%;
    border-left: 1px solid #ccc !important;
  }
  .page-id-2868 .wc-jisseki ul li:nth-child(2), .page-id-2868 .wc-jisseki ul li:nth-child(3) {
    border-top: 0;
  }
}
.page-id-2868 .wc-jisseki__bikou {
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-top: 5px;
}
.page-id-2868 .wc-riyuu {
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  padding: 100px 20px 60px;
  background: url(images/web-2000/bg_riyu.webp);
  background-size: cover;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .wc-riyuu {
    padding: 50px 0;
    margin-bottom: 50px;
  }
}
.page-id-2868 .wc-riyuu .title {
  margin-bottom: 35px;
}
.page-id-2868 .wc-riyuu .title h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.085em;
  text-shadow: #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px;
}
.page-id-2868 .wc-riyuu .title h2 .small {
  font-size: 0.7em;
}
.page-id-2868 .wc-riyuu .title h2 .big {
  font-size: 1.45em;
  color: rgb(230, 189, 78);
}
@media screen and (max-width: 640px) {
  .page-id-2868 .wc-riyuu .title h2 {
    font-size: 32px;
    line-height: 1.5;
  }
  .page-id-2868 .wc-riyuu .title h2 .big {
    line-height: 1;
  }
}
.page-id-2868 .wc-riyuu .container {
  position: relative;
  background-size: cover;
  padding: 0 0 0px;
}
.page-id-2868 .wc-riyuu .container .inner {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .wc-riyuu .container .inner {
    padding: 0 25px;
  }
}
.page-id-2868 .wc-riyuu .container .inner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-id-2868 .wc-riyuu .container .inner ul li {
  width: 32%;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 30px;
  padding: 30px;
}
.page-id-2868 .wc-riyuu .container .inner ul li .number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.page-id-2868 .wc-riyuu .container .inner ul li .number span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  background: #2398c8;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 500px;
}
.page-id-2868 .wc-riyuu .container .inner ul li h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.8;
}
.page-id-2868 .wc-riyuu .container .inner ul li .img {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #eee;
}
.page-id-2868 .wc-riyuu .container .inner ul li .img:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 45%;
}
.page-id-2868 .wc-riyuu .container .inner ul li .img > img, .page-id-2868 .wc-riyuu .container .inner ul li .img video {
  position: absolute;
  left: 0;
  top: 1;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.page-id-2868 .wc-riyuu .container .inner ul li p {
  font-size: 14px;
  text-align: left;
}
.page-id-2868 .wc-riyuu .container .inner ul li p span {
  color: #fb3c99;
  font-weight: bold;
}
@media screen and (max-width: 930px) {
  .page-id-2868 .wc-riyuu .container .inner ul li {
    width: 49%;
  }
}
@media screen and (max-width: 640px) {
  .page-id-2868 .wc-riyuu .container .inner ul li {
    width: 100%;
  }
}
.page-id-2868 .web2000-daihyo {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  padding: 40px;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .web2000-daihyo {
    padding: 0 25px;
  }
}
@media screen and (max-width: 640px) {
  .page-id-2868 .web2000-daihyo {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 35px 20px !important;
    width: 100%;
  }
}
.page-id-2868 .web2000-daihyo img {
  border-radius: 80% 30% 50% 50%/50% !important;
}
.page-id-2868 .web2000-daihyo__img {
  width: 30%;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .web2000-daihyo__img {
    width: 75%;
    -webkit-flex-basis: 75% !important;
        -ms-flex-preferred-size: 75% !important;
            flex-basis: 75% !important;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 30px;
  }
}
.page-id-2868 .web2000-daihyo__txt {
  width: calc(70% - 40px);
}
@media screen and (max-width: 640px) {
  .page-id-2868 .web2000-daihyo__txt {
    width: 100%;
  }
}
.page-id-2868 .web2000-daihyo__txt h3 {
  font-size: 1.28571rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .web2000-daihyo__txt h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page-id-2868 .web2000-daihyo__txt h3 strong {
  font-size: 0.75em;
  display: inline-block;
  margin-right: 1em;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .web2000-daihyo__txt h3 strong {
    margin-right: 0;
  }
}
.page-id-2868 .web2000-daihyo__txt h3 code {
  font-family: "Noto Sans JP";
  font-size: 0.85em;
  display: inline-block;
  margin-left: 1em;
  color: #999;
}
.page-id-2868 .web2000-daihyo__txt h3 code span {
  background-color: inherit !important;
  color: #f4bc1b;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .web2000-daihyo__txt h3 code {
    margin-left: 0;
  }
}
.page-id-2868 .web2000-daihyo__txt_chiiki {
  background-color: rgb(247, 245, 243);
  border-radius: 15px;
  padding: 10px 25px;
  margin-top: 15px;
}
.page-id-2868 .web2000-daihyo__txt_chiiki a {
  text-decoration: underline;
}
.page-id-2868 .web2000-daihyo__txt_keireki {
  background-color: rgb(247, 245, 243);
  border-radius: 15px;
  padding: 25px;
}
.page-id-2868 .web2000-daihyo__txt_keireki h4 {
  font-size: 1.14286rem;
  font-weight: bold;
  border: 0;
  margin-bottom: 10px !important;
  padding: 0 !important;
}
.page-id-2868 .web2000-daihyo__txt_keireki_dl dl {
  background-color: inherit;
  border: 0;
  padding: 0;
  font-size: 0.928571428rem;
  margin-bottom: 0;
}
.page-id-2868 .web2000-daihyo__txt_keireki_dl dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-id-2868 .web2000-daihyo__txt_keireki_dl dt {
  width: 65px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.page-id-2868 .web2000-daihyo__txt_keireki_dl dd {
  text-align: left;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .web2000-daihyo__txt_keireki_dl dl {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-bottom: 1px dashed #ccc;
    padding: 0.35em 0;
  }
  .page-id-2868 .web2000-daihyo__txt_keireki_dl dl dt {
    font-weight: bold;
  }
  .page-id-2868 .web2000-daihyo__txt_keireki_dl dl dt, .page-id-2868 .web2000-daihyo__txt_keireki_dl dl dd {
    width: 100%;
    margin: 0;
  }
}
.page-id-2868 .wc-flow {
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .wc-flow {
    margin-bottom: 50px;
  }
}
.page-id-2868 .wc-flow ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .wc-flow ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.page-id-2868 .wc-flow ul li {
  margin: 0;
  width: 20%;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .wc-flow ul li {
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
  }
}
.page-id-2868 .wc-flow ul li .wc-flow__n {
  background-color: #2398c8;
  color: #fff;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-weight: 900;
  font-size: 24px;
  position: relative;
}
.page-id-2868 .wc-flow ul li .wc-flow__n:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 39px 0 39px 28px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 100%;
  top: -4px;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .wc-flow ul li .wc-flow__n {
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding-left: 20px;
  }
  .page-id-2868 .wc-flow ul li .wc-flow__n:before {
    display: none;
  }
}
.page-id-2868 .wc-flow ul li h3 {
  padding: 0 20px;
  margin: 1em 0;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .page-id-2868 .wc-flow ul li h3 {
    font-size: 16px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 640px) {
  .page-id-2868 .wc-flow ul li h3 {
    text-align: left;
    padding: 0;
    padding-right: 10px;
  }
}
.page-id-2868 .wc-flow ul li p {
  padding: 0 20px;
  text-align: left;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 960px) {
  .page-id-2868 .wc-flow ul li p {
    padding: 0 10px;
  }
}
@media screen and (max-width: 640px) {
  .page-id-2868 .wc-flow ul li p {
    text-align: left;
    padding: 0;
    padding-right: 10px;
  }
}
.page-id-2868 .wc-flow ul li:nth-child(1) .wc-flow__n {
  background-color: #26b9de;
}
.page-id-2868 .wc-flow ul li:nth-child(1) .wc-flow__n:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 25px;
  border-color: transparent transparent transparent #26b9de;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .wc-flow ul li:nth-child(1) .wc-flow__n:after {
    border-width: 20px 0 20px 15px;
  }
}
.page-id-2868 .wc-flow ul li:nth-child(2) .wc-flow__n {
  background-color: #26a9de;
}
.page-id-2868 .wc-flow ul li:nth-child(2) .wc-flow__n:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 25px;
  border-color: transparent transparent transparent #26a9de;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .wc-flow ul li:nth-child(2) .wc-flow__n:after {
    border-width: 20px 0 20px 15px;
  }
}
.page-id-2868 .wc-flow ul li:nth-child(3) .wc-flow__n {
  background-color: #2398c8;
}
.page-id-2868 .wc-flow ul li:nth-child(3) .wc-flow__n:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 25px;
  border-color: transparent transparent transparent #2398c8;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .wc-flow ul li:nth-child(3) .wc-flow__n:after {
    border-width: 20px 0 20px 15px;
  }
}
.page-id-2868 .wc-flow ul li:nth-child(4) .wc-flow__n {
  background-color: #167ba4;
}
.page-id-2868 .wc-flow ul li:nth-child(4) .wc-flow__n:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 25px;
  border-color: transparent transparent transparent #167ba4;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .wc-flow ul li:nth-child(4) .wc-flow__n:after {
    border-width: 20px 0 20px 15px;
  }
}
.page-id-2868 .wc-flow ul li:nth-child(5) .wc-flow__n {
  background-color: #1652a4;
}
.page-id-2868 .wc-flow ul li:nth-child(5) .wc-flow__n:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 25px;
  border-color: transparent transparent transparent #1652a4;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .wc-flow ul li:nth-child(5) .wc-flow__n:after {
    border-width: 20px 0 20px 15px;
  }
}
.page-id-2868 .wc-faq {
  background: -webkit-gradient(linear, left top, right top, from(#50dac8), to(#16b5dd));
  background: -webkit-linear-gradient(left, #50dac8, #16b5dd);
  background: linear-gradient(to right, #50dac8, #16b5dd);
  background: url(images/wc/bg_riyu.webp);
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  background-size: cover;
  padding: 80px 20px;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .wc-faq {
    padding: 50px 0px;
    margin-bottom: 0;
  }
}
.page-id-2868 .wc-faq__container {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .wc-faq__container {
    padding: 0 25px;
  }
}
.page-id-2868 .wc-faq__container dl {
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  padding: 30px 60px;
  margin-bottom: 25px;
}
.page-id-2868 .wc-faq__container dt {
  color: #2398c8;
  font-weight: 700;
  font-size: 1.28571rem;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #2398c8;
  padding-left: 50px;
  position: relative;
}
.page-id-2868 .wc-faq__container dt:before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
}
.page-id-2868 .wc-faq__container dd {
  padding-left: 50px;
  position: relative;
  margin-left: 0;
}
.page-id-2868 .wc-faq__container dd:before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
  color: crimson;
  font-size: 1.28571rem;
  font-weight: 900;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .wc-faq__container dl {
    padding: 30px 20px;
  }
  .page-id-2868 .wc-faq__container dt, .page-id-2868 .wc-faq__container dd {
    padding-left: 30px;
    font-size: 16px;
  }
  .page-id-2868 .wc-faq__container dt:before, .page-id-2868 .wc-faq__container dd:before {
    font-size: 16px;
  }
  .page-id-2868 .wc-faq__container dd {
    font-size: 14px;
  }
}
.page-id-2868 .web2000-faq {
  background: url(images/web-2000/bg_faq.webp);
}
.page-id-2868 .wc-contact {
  padding: 100px 0;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .wc-contact {
    padding: 50px 0;
  }
}
.page-id-2868 .wc-contact h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 50px;
  line-height: 1.5;
}
.page-id-2868 .wc-contact h2 span {
  font-size: 0.8em;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .wc-contact h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}
.page-id-2868 .wc-contact h3.line-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.page-id-2868 .wc-contact h3.line-h:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #4cc764;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.page-id-2868 .wc-contact h3.line-h span {
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  padding: 0.5em 1.5em;
  text-align: center;
  border-radius: 400px;
  background-color: #4cc764;
  position: relative;
  z-index: 2;
}
.page-id-2868 .wc-contact h3.mail-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  position: relative;
}
.page-id-2868 .wc-contact h3.mail-h:before {
  content: "";
  width: 100%;
  height: 1px;
  background: crimson;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.page-id-2868 .wc-contact h3.mail-h span {
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  padding: 0.5em 1.5em;
  text-align: center;
  border-radius: 400px;
  background-color: crimson;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .wc-contact h3 span {
    font-size: 14px !important;
  }
}
.page-id-2868 .wc-contact .line {
  margin-bottom: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-id-2868 .wc-contact .line a:nth-child(1) {
  width: 40%;
}
.page-id-2868 .wc-contact .line a:nth-child(1) img {
  width: 100%;
}
.page-id-2868 .wc-contact .line a:nth-child(2) {
  width: 40%;
}
.page-id-2868 .wc-contact > p {
  text-align: center;
}
.page-id-2868 .wc-contact .home_contact {
  width: 800px;
  max-width: 100%;
}
.page-id-2868 .wc-contact .home_contact .send_btn input {
  background-color: #2398c8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page-id-2868 .wc-contact .home_contact .send_btn input:hover {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .wc-contact .home_contact > dl:first-child {
    padding-top: 0;
  }
}
.page-id-2868 .wc_area {
  margin-bottom: 100px;
  border-top: 10px solid #eee;
  border-bottom: 10px solid #eee;
  padding: 40px 0;
}
@media screen and (max-width: 834px) {
  .page-id-2868 .wc_area {
    padding: 40px 0px;
    margin-bottom: 80px;
  }
}
.page-id-2868 .wc_area h2 {
  font-size: 1.71429rem;
  font-weight: 900;
  position: relative;
  padding-bottom: 0.3em;
  margin-bottom: 30px;
  text-align: center;
}
.page-id-2868 .wc_area h2:after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: crimson;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .wc_area h2 {
    font-size: 1.42857rem;
  }
}
.page-id-2868 .wc_area h3 {
  font-weight: bold;
  line-height: 1.74;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .wc_area h3 {
    line-height: 1.5;
    margin-bottom: 7px;
  }
}
.page-id-2868 .wc_area p.txt {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
  color: #f4bc1b;
}
.page-id-2868 .wc_area p.txt span {
  font-size: 36px;
  font-weight: 900;
  color: #333;
}
@media screen and (max-width: 640px) {
  .page-id-2868 .wc_area p.txt span {
    line-height: 1.5;
  }
}
.page-id-2868 .wc_area > section p {
  font-size: 13px;
}

.catalog-plan h2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .catalog-plan h2 {
    margin-bottom: 40px;
  }
}
.catalog-plan__catch {
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
  margin-bottom: 50px;
}
.catalog-plan__catch_01 {
  font-size: 40px;
  margin-bottom: 30px;
}
.catalog-plan__catch_01 span {
  font-size: 30px;
}
.catalog-plan__catch_02 {
  font-size: 105px;
  color: #2398c8;
  margin-bottom: 30px;
}
.catalog-plan__catch_02 span {
  font-size: 45px;
  display: inline-block;
  margin: 0 0.1em;
}
@media screen and (max-width: 640px) {
  .catalog-plan__catch {
    line-height: 1.7;
    margin-bottom: 25px;
  }
  .catalog-plan__catch_01 {
    font-size: 34px;
    margin-bottom: 0px;
    line-height: 1.4;
  }
  .catalog-plan__catch_01 span {
    font-size: 26px;
  }
  .catalog-plan__catch_02 {
    line-height: 1;
    font-size: 40px;
    margin-bottom: 0px;
  }
  .catalog-plan__catch_02 span {
    font-size: 20px;
  }
}

.catalog-plan__matome {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.71429rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 35px;
}
.catalog-plan__matome i {
  display: inline-block;
  margin: 0 1em;
  font-size: 0.75em;
  font-weight: 900;
}
.catalog-plan__matome > span {
  display: inline-block;
  background-color: #eee;
  padding: 1em;
  border-radius: 5px;
}
@media screen and (max-width: 640px) {
  .catalog-plan__matome {
    font-size: 1.14286rem;
    line-height: 1.35;
  }
}

.catalog-plan__price01 {
  width: 750px;
  max-width: 100%;
  margin: 0 auto 30px;
}
.catalog-plan__price01 h3 {
  background-color: #2398c8;
  color: #fff;
  height: 60px;
  border-radius: 5px;
  text-align: center;
  line-height: 60px;
  margin-bottom: 10px;
}
.catalog-plan__price01 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.catalog-plan__price01 .container dl {
  width: calc(50% - 5px);
}
.catalog-plan__price01 .container dl dt {
  background-color: #145c79;
  color: #fff;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 20px;
}
.catalog-plan__price01 .container dl dd {
  margin-left: 0;
  text-align: center;
  line-height: 1;
}
.catalog-plan__price01 .container dl dd div:nth-child(1) {
  font-weight: 900;
  font-size: 1.42857rem;
  margin-bottom: 0.5em;
  color: crimson;
}
.catalog-plan__price01 .container dl dd div:nth-child(2) {
  font-weight: 900;
  font-size: 3.428571428rem;
  color: #444;
  margin-bottom: 0.45em;
}
.catalog-plan__price01 .container dl dd div:nth-child(2) span {
  font-size: 0.5em;
  display: inline-block;
  margin-left: 0.2em;
}
.catalog-plan__price01 .container dl dd div:nth-child(3) {
  color: #999;
}
@media screen and (max-width: 640px) {
  .catalog-plan__price01 {
    margin-bottom: 0px;
  }
  .catalog-plan__price01 h3 {
    height: 40px;
    line-height: 40px;
  }
  .catalog-plan__price01 .container dl dt {
    font-size: 0.928571428rem;
  }
  .catalog-plan__price01 .container dl dd div:nth-child(2) {
    font-size: 2.57143rem;
  }
}

.catalog-plan__price02 {
  width: 750px;
  max-width: 100%;
  margin: 0 auto 80px;
}
.catalog-plan__price02 h3 {
  background-color: #1caa8b;
  color: #fff;
  height: 60px;
  border-radius: 5px;
  text-align: center;
  line-height: 60px;
  margin-bottom: 10px;
}
.catalog-plan__price02 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.catalog-plan__price02 .container dl {
  width: calc((100% - 20px) / 3);
}
.catalog-plan__price02 .container dl dt {
  background-color: #19856b;
  color: #fff;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 20px;
}
.catalog-plan__price02 .container dl dd {
  margin-left: 0;
  text-align: center;
  line-height: 1;
}
.catalog-plan__price02 .container dl dd div:nth-child(1) {
  font-weight: 900;
  color: #444;
  font-size: 2.57143rem;
  margin-bottom: 0.45em;
}
.catalog-plan__price02 .container dl dd div:nth-child(1) span {
  font-size: 0.5em;
  display: inline-block;
  margin-left: 0.2em;
}
.catalog-plan__price02 .container dl dd div:nth-child(2) {
  color: #999;
}
@media screen and (max-width: 640px) {
  .catalog-plan__price02 {
    margin-bottom: 30px;
  }
  .catalog-plan__price02 h3 {
    height: 40px;
    line-height: 40px;
  }
  .catalog-plan__price02 .container dl dt {
    font-size: 0.928571428rem;
    margin-bottom: 5px;
  }
  .catalog-plan__price02 .container dl dd div:nth-child(1) {
    font-size: 1.28571rem;
  }
  .catalog-plan__price02 .container dl dd div:nth-child(2) {
    font-size: 0.857142857rem;
  }
}

.catalog-plan__txt {
  margin-bottom: 25px;
  text-align: center;
  font-weight: 900;
  font-size: 30px;
  color: #2398c8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.catalog-plan__txt:before {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #2398c8;
  margin-right: 1em;
}
.catalog-plan__txt:after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #2398c8;
  margin-left: 1em;
}
@media screen and (max-width: 640px) {
  .catalog-plan__txt {
    font-size: 16px;
  }
}

.catalog-plan__txt02 {
  margin-bottom: 25px;
  text-align: center;
  font-weight: 900;
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  font-weight: 900;
  font-size: 1.71429rem;
  color: #333;
  margin-bottom: 40px !important;
}
.catalog-plan__txt02:before {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #2398c8;
  margin-right: 1em;
}
.catalog-plan__txt02:after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #2398c8;
  margin-left: 1em;
}
@media screen and (max-width: 640px) {
  .catalog-plan__txt02 {
    font-size: 16px;
  }
}

.catalog-plan__naiyo {
  background-color: #2398c8;
  padding: 50px;
  border-radius: 40px;
  margin-bottom: 25px;
}
.catalog-plan__naiyo ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
.catalog-plan__naiyo ul li {
  width: calc((100% - 45px) / 4);
  margin: 0 0 15px;
  background-color: #fff;
  padding: 25px;
  border-radius: 20px;
  text-align: center;
}
.catalog-plan__naiyo ul li:nth-child(n+5) {
  margin-bottom: 0;
}
.catalog-plan__naiyo ul li .catalog-plan__naiyo_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
.catalog-plan__naiyo ul li .catalog-plan__naiyo_img img {
  height: 90px;
  border-radius: 500px;
}
.catalog-plan__naiyo ul li h3 {
  font-weight: 700;
  font-size: 16px;
}
.catalog-plan__naiyo ul li p {
  text-align: center;
  font-size: 14px;
  color: #2398c8;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .catalog-plan__naiyo {
    padding: 15px;
    border-radius: 20px;
  }
  .catalog-plan__naiyo ul li {
    width: calc((100% - 10px) / 2);
    padding: 20px;
    margin-bottom: 10px;
  }
  .catalog-plan__naiyo ul li:nth-child(n+5) {
    margin-bottom: 10px;
  }
  .catalog-plan__naiyo ul li:nth-child(n+7) {
    margin-bottom: 0px;
  }
  .catalog-plan__naiyo ul li .catalog-plan__naiyo_img {
    margin-bottom: 5px;
  }
  .catalog-plan__naiyo ul li .catalog-plan__naiyo_img img {
    height: 60px;
  }
  .catalog-plan__naiyo ul li h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .catalog-plan__naiyo ul li p {
    font-size: 13px;
  }
}

@media screen and (max-width: 640px) {
  .catalog-plan__plan {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -ms-scroll-snap-type: x mandatory;
    -webkit-scroll-snap-type: x mandatory;
            scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
  }
}
.catalog-plan__plan > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .catalog-plan__plan > div {
    min-width: 860px;
  }
}
.catalog-plan__plan_group {
  width: calc((100% - 40px) / 3);
  background-color: #2398c8;
  padding: 40px 25px;
  color: #fff;
  border-radius: 40px;
}
@media screen and (max-width: 640px) {
  .catalog-plan__plan_group {
    padding: 40px 20px 20px;
  }
}
.catalog-plan__plan_group:nth-child(1) {
  background-color: #26a9de;
}
.catalog-plan__plan_group:nth-child(1) .catalog-plan__plan_group_row04 .bikou {
  background-color: #43b7e6;
}
.catalog-plan__plan_group:nth-child(3) {
  background-color: #167ba4;
}
.catalog-plan__plan_group h3 {
  background-color: #fff;
  color: #333;
  text-align: center;
  padding: 1.15em 0 1em;
  border-radius: 500px;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 15px;
  position: relative;
}
.catalog-plan__plan_group h3:before {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background: url(images/web-2000/crown.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.catalog-plan__plan_group .c01 {
  background-image: -webkit-linear-gradient(20deg, #fac044 45%, rgb(238, 234, 209) 50%, #ecc134 55%);
  background-image: linear-gradient(70deg, #fac044 45%, rgb(238, 234, 209) 50%, #ecc134 55%);
  background-size: 500% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-animation: shine 4s infinite;
          animation: shine 4s infinite;
}
@keyframes shine {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.catalog-plan__plan_group_row01 {
  text-align: center;
  border-bottom: 1px solid #aad8eb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.catalog-plan__plan_group_row01 h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
}
.catalog-plan__plan_group_row01 h4 span {
  display: inline-block;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border-radius: 500px;
  padding: 0.5em 1.5em;
}
.catalog-plan__plan_group_row01 div {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.4;
  text-align: center;
}
.catalog-plan__plan_group_row01 p {
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .catalog-plan__plan_group_row01 div {
    font-size: 16px;
  }
}
.catalog-plan__plan_group_row02 {
  text-align: center;
  border-bottom: 1px solid #aad8eb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.catalog-plan__plan_group_row02 h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
}
.catalog-plan__plan_group_row02 h4 span {
  display: inline-block;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border-radius: 500px;
  padding: 0.5em 1.5em;
}
.catalog-plan__plan_group_row02 div {
  font-size: 46px;
  font-weight: 900;
  letter-spacing: 0.025em;
  line-height: 1;
  text-align: center;
}
.catalog-plan__plan_group_row02 div span {
  font-size: 19px;
}
.catalog-plan__plan_group_row02 p {
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
}
.catalog-plan__plan_group_row03 {
  text-align: center;
  border-bottom: 1px solid #aad8eb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.catalog-plan__plan_group_row03 h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
}
.catalog-plan__plan_group_row03 h4 span {
  display: inline-block;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border-radius: 500px;
  padding: 0.5em 1.5em;
}
.catalog-plan__plan_group_row03 div {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.025em;
  line-height: 1;
  text-align: center;
}
.catalog-plan__plan_group_row03 div span {
  font-size: 20px;
}
.catalog-plan__plan_group_row03 p {
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
}
.catalog-plan__plan_group_row03 ul {
  margin-bottom: 0;
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.catalog-plan__plan_group_row03 ul li {
  margin: 0;
  width: calc((100% - 5px) / 2);
  margin-bottom: 5px;
  font-size: 13px;
  background-color: #0d668a;
  border-radius: 4px;
  line-height: 1.4;
  padding: 0.5em 0em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .catalog-plan__plan_group_row03 ul li {
    font-size: 12px;
  }
}
.catalog-plan__plan_group_row03 ul li.c02 {
  background-image: -webkit-linear-gradient(20deg, #fac044 45%, rgb(238, 234, 209) 50%, #fac044 55%);
  background-image: linear-gradient(70deg, #fac044 45%, rgb(238, 234, 209) 50%, #fac044 55%);
  background-size: 500% 100%;
  -webkit-animation: shine 4s infinite;
          animation: shine 4s infinite;
  color: #333;
  font-weight: bold;
}
.catalog-plan__plan_group_row04 {
  text-align: center;
  border-bottom: 1px solid #aad8eb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.catalog-plan__plan_group_row04 h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
}
.catalog-plan__plan_group_row04 h4 span {
  display: inline-block;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border-radius: 500px;
  padding: 0.5em 1.5em;
}
.catalog-plan__plan_group_row04 div {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.4;
  text-align: center;
}
.catalog-plan__plan_group_row04 div span {
  font-size: 19px;
}
.catalog-plan__plan_group_row04 p {
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
}
.catalog-plan__plan_group_row04 .bikou {
  font-size: 14px;
  background-color: #31a4d1;
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
  font-weight: 400;
}
.catalog-plan__plan_group_row04 .bikou dl {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: #2398c8 dashed 1px;
}
.catalog-plan__plan_group_row04 .bikou dl dd {
  margin-left: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 0.5em;
}
.catalog-plan__plan_group_row04 .bikou dl:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.catalog-plan-bikou {
  margin-bottom: 20px;
  background-color: #f5f2ee;
  padding: 35px;
}
.catalog-plan-bikou ul {
  margin-bottom: 0;
}
.catalog-plan-bikou ul li {
  position: relative;
  border-bottom: 1px dashed #ccc;
  padding: 0.5em 0.1em;
  padding-left: 1.5em;
}
.catalog-plan-bikou ul li:before {
  content: "※";
  position: absolute;
  top: 0.5em;
  left: 0;
}
@media screen and (max-width: 640px) {
  .catalog-plan-bikou {
    padding: 10px 20px 20px;
    font-size: 14px;
  }
}

.catalog-plan-keiyaku {
  text-align: center;
  margin-bottom: 60px;
  background-color: #f1f1f1;
  padding: 35px;
}
.catalog-plan-keiyaku h3 {
  margin-bottom: 10px;
}
.catalog-plan-keiyaku p {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .catalog-plan-keiyaku {
    padding: 20px 20px;
    font-size: 14px;
  }
  .catalog-plan-keiyaku h3 {
    font-size: 16px;
  }
}

.catalog-plan-renewal {
  margin-bottom: 100px;
}
.catalog-plan-renewal h2 {
  text-align: center;
  font-size: 34px;
  line-height: 1.75;
  margin-bottom: 40px;
  font-weight: 900;
}
.catalog-plan-renewal h2 div {
  font-weight: 900;
  letter-spacing: 0.05em;
}
.catalog-plan-renewal h2 div span {
  font-size: 0.75em;
}
.catalog-plan-renewal h2 img {
  height: 100px;
  margin-bottom: 5px;
}
.catalog-plan-renewal_op {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-bottom: 40px !important;
}
.catalog-plan-renewal_op li {
  width: calc((100% - 45px) / 4);
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  background-color: #eee;
  padding: 25px;
  border-radius: 20px;
}
.catalog-plan-renewal_op li h3 {
  text-align: center;
  font-size: 1.14286rem;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
}
.catalog-plan-renewal_op li p {
  font-size: 1rem;
}
@media screen and (max-width: 640px) {
  .catalog-plan-renewal_op {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 8px;
  }
  .catalog-plan-renewal_op li {
    width: 100%;
  }
  .catalog-plan-renewal_op li h3 {
    font-size: 1.28571rem;
  }
}
.catalog-plan-renewal__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #f5f3eb;
  padding: 25px 40px;
  border-radius: 30px;
}
.catalog-plan-renewal__wrap img {
  width: 100px;
  margin-right: 25px;
}
.catalog-plan-renewal__wrap p {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .catalog-plan-renewal {
    margin-bottom: 60px;
  }
  .catalog-plan-renewal h2 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .catalog-plan-renewal h2 img {
    height: 80px;
    margin-bottom: 0;
  }
  .catalog-plan-renewal__wrap {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .catalog-plan-renewal__wrap img {
    width: 80px;
    margin: 0 auto 10px;
  }
  .catalog-plan-renewal__wrap p {
    width: 100%;
    font-size: 14px;
  }
}

.service02-wrap {
  padding-bottom: 0;
}
.service02-wrap .wc-flow {
  margin-bottom: 0;
}
.service02-wrap .wc-contact {
  padding-bottom: 0;
}

.catalog_contact h3 {
  margin: 60px 0 0px;
  border-top: 4px solid #ccc;
  border-bottom: 4px solid #ccc;
  padding: 1em 0;
}
.catalog_contact dl dt {
  width: 260px !important;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.catalog_contact dl dd {
  width: calc(100% - 300px);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.catalog_contact input {
  width: auto;
  max-width: 100%;
}
.catalog_contact .home_contact__yubin {
  margin-bottom: 0.5em;
}
.catalog_contact .sonota {
  border: 1px solid #d6d6d6;
  padding: 0.75em;
  margin-top: 10px;
}
.catalog_contact .sonota h4 {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 5px;
}
.catalog_contact .mwform-radio-field {
  margin-right: 0.5em;
}
.catalog_contact .send_btn input {
  width: 300px;
}

.catalog-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.catalog-cta a {
  display: block;
  width: 800px;
  max-width: 100%;
  background: #00b383;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  padding: 25px;
  font-size: 18px;
}
.catalog-cta a h4 {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 0.25em;
}
.catalog-cta a div {
  display: block;
  margin-top: 0.75em;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 0.7em 2em;
  line-height: 1;
  border-radius: 10px;
}
.catalog-cta a div i {
  margin-right: 0.5em;
}
@media screen and (max-width: 640px) {
  .catalog-cta a {
    font-size: 13px;
    padding: 15px;
  }
  .catalog-cta a h4 {
    font-size: 18px;
    font-weight: 700;
  }
}

.catalog-ctaimg {
  text-align: center;
}
.catalog-ctaimg img {
  width: 750px;
  max-width: 100%;
}

html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

html.wp-toolbar {
  visibility: visible;
}

.blog0720_01 {
  margin-top: 20px;
}
.blog0720_01 h3 {
  font-size: 18px;
  padding: 0 !important;
  border: 0;
  background: none;
  margin-bottom: 0;
}
.blog0720_01 figure img {
  border: 1px solid #ccc;
}
.blog0720_01 figcaption {
  text-align: center;
}

.blog0720_02 {
  background: rgb(238, 228, 200);
  padding: 20px;
}
.blog0720_02 h3 {
  font-size: 16px;
  border-bottom: 1px solid #999;
  margin-bottom: 5px;
  padding-bottom: 5px !important;
}
.blog0720_02 ul {
  padding-left: 0.5em;
  list-style: none;
}
.blog0720_02 ul li {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #bbb;
}
.blog0720_02 ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: crimson;
  margin-right: 0.6em;
}
.blog0720_02 ul li:last-child {
  border-bottom: 0;
}

.blog0720_03 {
  background: rgb(241, 240, 237);
  padding: 20px;
}
.blog0720_03 h3 {
  font-size: 16px;
  border-bottom: 1px solid #aaa;
  margin-bottom: 5px;
  padding-bottom: 5px !important;
}
.blog0720_03 ul {
  padding-left: 0.5em;
  list-style: none;
}
.blog0720_03 ul li {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #ccc;
}
.blog0720_03 ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: crimson;
  margin-right: 0.6em;
}
.blog0720_03 ul li:last-child {
  border-bottom: 0;
}

.fz-22px {
  line-height: 1.5 !important;
  display: inline-block;
}

.blog2414-info {
  background-color: rgb(250, 249, 246);
  padding: 30px;
}
.blog2414-info h3 {
  background: none;
  padding: 0;
  border: 0;
  margin: 0;
  font-size: 1.28571rem;
  color: crimson;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 0.3em;
  margin-bottom: 0.35em;
}
.blog2414-info p {
  margin-bottom: 35px;
  line-height: 1.8 !important;
}
.blog2414-info p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .blog2414-info p {
    font-size: 1rem !important;
  }
}

.drawer-nav {
  display: none;
}

@media screen and (max-width: 834px) {
  /*!------------------------------------*\
      Base
  \*!------------------------------------*/
  body .drawer-nav {
    position: fixed;
    z-index: 151;
    top: 50%;
    left: 0;
    right: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    max-height: 75vh;
    color: #222;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    pointer-events: none;
    -ms-touch-action: auto !important;
        touch-action: auto !important;
    margin: 0px auto 0;
    padding: 0 12.5%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    overflow: auto;
  }
  body .drawer-nav > div {
    width: 100%;
  }
  body .drawer-nav img {
    width: auto;
  }
  body .drawer-nav .d_logo {
    margin-bottom: 0.5em;
    text-align: center;
    text-align: left;
    padding: 0 1em;
  }
  body .drawer-nav .d_logo a {
    color: #333 !important;
  }
  body .drawer-nav .d_logo a img {
    max-height: 46px !important;
  }
  body .drawer-nav .txt {
    font-size: 11px;
    padding: 0 1em;
    margin-bottom: 14px;
    border-bottom: 1px solid #222;
    margin-bottom: 10px;
    padding-bottom: 15px;
    line-height: 1.3;
  }
  body .drawer-nav .txt a {
    color: #333 !important;
  }
  body .drawer-nav .service_menu {
    background: #f4bc1b;
    padding: 0em;
    padding-left: 1em;
    margin-top: 0em;
  }
  body .drawer-nav .service_menu h2 {
    border-bottom: 1px solid #444;
    margin-bottom: 0.3em;
    padding-bottom: 0.1em;
    font-size: 16px;
  }
  body .drawer-nav .service_menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none !important;
    padding-left: 0px !important;
  }
  body .drawer-nav .service_menu ul li {
    width: 48%;
    text-align: left;
    line-height: 1;
  }
  body .drawer-nav .service_menu ul li a {
    color: #333 !important;
    font-size: 11px;
    line-height: 2;
    text-decoration: none;
  }
  body .drawer-nav .drawer_info {
    border-top: 1px solid #333;
    padding: 1em 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 1em;
  }
  body .drawer-nav .drawer_info .tel a.tel_link {
    display: inline-block;
    line-height: 1.5;
    display: inline-block;
    font-size: 1.71429rem;
    font-weight: bold;
    margin-bottom: 0 !important;
    color: #333 !important;
    margin: 5px 0 10px !important;
  }
  body .drawer-nav .drawer_info .mail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  body .drawer-nav .drawer_info .mail a {
    display: inline-block;
    background: #333;
    color: #f4bc1b !important;
    padding: 0.8em 2.2em;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  body .drawer-nav .drawer_info .mail a i {
    margin-right: 0.3em;
  }
  body .drawer-nav::-webkit-scrollbar {
    display: none;
  }
  .drawer-menu {
    width: 100% !important;
    margin: 0 !important;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left !important;
    padding: 0 1em;
    margin-bottom: 0.5em !important;
  }
  .drawer-menu > li {
    text-align: center !important;
    display: block;
    width: 100%;
    position: relative;
    text-align: left !important;
    line-height: 1.6 !important;
  }
  .drawer-menu > li > a {
    font-size: 1rem;
    font-weight: 400;
    color: #333 !important;
    line-height: 1;
    display: inline-block;
    text-decoration: none !important;
  }
  .drawer-menu > li > ul {
    width: 100%;
    top: 100%;
    right: 0;
    left: 0;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding: 10px;
    z-index: 999999999999999;
    overflow: auto;
    list-style: none;
  }
  .drawer-menu > li > ul > li {
    text-align: center;
    width: 100%;
    margin-bottom: 3px;
  }
  .drawer-menu > li > ul > li > a {
    display: inline-block;
    color: #333 !important;
    font-size: 1rem;
    padding: 0.3em !important;
  }
  .drawer-nav .tel a.tel_link {
    pointer-events: none;
  }
  .drawer-open .drawer-nav .tel a.tel_link {
    pointer-events: auto;
  }
  .drawer-hamburger {
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .drawer-hamburger:after {
    content: "menu";
    position: absolute;
    bottom: 2px;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transition: 0;
    transition: 0;
    color: #333 !important;
  }
  .nav_bg {
    content: "";
    background: #f4bc1b;
    width: 2500px;
    height: 2500px;
    margin-right: -1250px;
    margin-top: -1250px;
    top: 36px;
    right: 24px;
    display: block;
    position: fixed;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: scale(0);
            transform: scale(0);
    pointer-events: none;
    z-index: 9;
  }
  /*! overlay */
  /*!------------------------------------*\
      Right
  \*!------------------------------------*/
  /*!------------------------------------*\
      Hamburger
  \*!------------------------------------*/
  /*!------------------------------------*\
      accessibility
  \*!------------------------------------*/
  /*!
   * Only display content to screen readers
   * See: http://a11yproject.com/posts/how-to-hide-content
   */
  /*!
   * Use in conjunction with .sr-only to only display content when it's focused.
   * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
   * Credit: HTML5 Boilerplate
   */
  /*!------------------------------------*\
      Sidebar
  \*!------------------------------------*/
  /*!------------------------------------*\
      Navbar
  \*!------------------------------------*/
  /*! .drawer-navbar modifier */
  /*!------------------------------------*\
      Dropdown
  \*!------------------------------------*/
  /*! open */
  /*! drawer-caret */
  /*! open */
  /*!------------------------------------*\
      Container
  \*!------------------------------------*/
}
@media screen and (max-width: 834px) and (max-width: 640px) {
  .nav_bg {
    width: 2000px;
    height: 2000px;
    margin-right: -1000px;
    margin-top: -1000px;
  }
}
@media screen and (max-width: 834px) {
  .drawer-open .nav_bg {
    -webkit-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .drawer-open {
    overflow: hidden !important;
  }
  .drawer-brand {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 3.75rem;
    display: block;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    text-decoration: none;
    color: #222;
  }
  .drawer-menu-item {
    font-size: 1rem;
    display: block;
    padding: 0.75rem;
    text-decoration: none;
    color: #222;
  }
  .drawer-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent;
  }
  .drawer-overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
  }
  .drawer-open .drawer-overlay {
    display: block;
  }
  .drawer--right .drawer-nav {
    opacity: 0;
    pointer-events: none !important;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    pointer-events: all !important;
  }
  .drawer--right.drawer-open .drawer-nav {
    opacity: 1;
    -webkit-transition: all 1s ease-in;
    transition: all 1s ease-in;
    pointer-events: all !important;
  }
  .drawer-nav, .drawer--right.drawer-close .drawer-nav {
    pointer-events: none !important;
  }
  .drawer--right.drawer-open .drawer-nav {
    pointer-events: all !important;
  }
  .drawer-hamburger {
    position: fixed;
    z-index: 99999;
    top: 3px;
    right: 3px;
    display: block;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 2rem;
    padding: 0;
    padding-top: 10px;
    padding-right: 0.75rem;
    padding-bottom: 30px;
    padding-left: 0.75rem;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
    background-color: transparent;
  }
  .drawer-hamburger:hover {
    cursor: pointer;
    background-color: transparent;
  }
  .drawer-hamburger-icon {
    position: relative;
    display: block;
    margin-top: 10px;
  }
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #222;
  }
  .drawer-open .drawer-hamburger-icon,
  .drawer-open .drawer-hamburger-icon:before,
  .drawer-open .drawer-hamburger-icon:after {
    background-color: #222;
  }
  .drawer-open .drawer-hamburger {
    color: #222;
    -webkit-transition: 0;
    transition: 0;
  }
  .drawer-open .drawer-hamburger:after {
    content: "close";
    position: absolute;
    bottom: 2px;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transition: 0;
    transition: 0;
  }
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    position: absolute;
    top: -10px;
    left: 0;
    content: " ";
  }
  .drawer-hamburger-icon:after {
    top: 10px;
  }
  .drawer-open .drawer-hamburger-icon {
    background-color: transparent;
  }
  .drawer-open .drawer-hamburger-icon:before,
  .drawer-open .drawer-hamburger-icon:after {
    top: 0;
  }
  .drawer-open .drawer-hamburger-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  .sr-only-focusable:active,
  .sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
  }
  .drawer--sidebar {
    background-color: #fff;
  }
  .drawer--sidebar .drawer-contents {
    background-color: #fff;
  }
}
@media screen and (max-width: 834px) and (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }
  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }
  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}
@media screen and (max-width: 834px) and (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}
@media screen and (max-width: 834px) {
  .drawer--navbarTopGutter {
    padding-top: 3.75rem;
  }
  .drawer-navbar .drawer-navbar-header {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar {
    z-index: 102;
    top: 0;
    width: 100%;
  }
  .drawer-navbar--fixed {
    position: fixed;
  }
  .drawer-navbar-header {
    position: relative;
    z-index: 102;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 3.75rem;
    padding: 0 0.75rem;
    text-align: center;
  }
  .drawer-navbar .drawer-brand {
    line-height: 3.75rem;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none;
  }
  .drawer-navbar .drawer-brand:hover {
    background-color: transparent;
  }
  .drawer-navbar .drawer-nav {
    padding-top: 3.75rem;
  }
  .drawer-navbar .drawer-menu {
    padding-bottom: 7.5rem;
  }
}
@media screen and (max-width: 834px) and (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.75rem;
  }
}
@media screen and (max-width: 834px) {
  .drawer-dropdown-menu {
    display: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
  }
  .drawer-dropdown-menu > li {
    width: 100%;
    list-style: none;
  }
  .drawer-dropdown-menu-item {
    line-height: 3.75rem;
    display: block;
    padding: 0;
    padding-right: 0.75rem;
    padding-left: 1.5rem;
    text-decoration: none;
    color: #222;
  }
  .drawer-dropdown-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent;
  }
  .drawer-dropdown.open > .drawer-dropdown-menu {
    display: block;
  }
  .drawer-dropdown .drawer-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: transform 0.2s ease, opacity 0.2s ease;
    transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .drawer-dropdown.open .drawer-caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .drawer-container {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 834px) and (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}
@media screen and (max-width: 834px) and (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}/*# sourceMappingURL=asstes.css.map */