@charset "UTF-8";
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

a {
  display: table;
}

a:hover,
input:hover,
textarea:hover {
  cursor: pointer;
}

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

.br-l {
  display: none;
}
@media screen and (max-width: 1024px) {
  .br-l {
    display: block;
  }
}
.br-l-hide {
  display: block;
}
@media screen and (max-width: 1024px) {
  .br-l-hide {
    display: none;
  }
}
.br-m {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-m {
    display: block;
  }
}
.br-m-hide {
  display: block;
}
@media screen and (max-width: 767px) {
  .br-m-hide {
    display: none;
  }
}
.br-s {
  display: none;
}
@media screen and (max-width: 520px) {
  .br-s {
    display: block;
  }
}
.br-s-hide {
  display: block;
}
@media screen and (max-width: 520px) {
  .br-s-hide {
    display: none;
  }
}

.show-template-name {
  color: white;
}

* {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}

.l-header__head {
  background: #000000;
  padding: 8px 0;
}
.l-header--txt {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-header--txt {
    font-size: 1rem;
  }
}
.l-header--link {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
  padding-left: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header--link {
    display: none;
  }
}
.l-header--link:before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
}
@media screen and (max-width: 767px) {
  .l-header--logo {
    max-width: 206px;
  }
}
.l-header__mid {
  background: url("../img/common/header_bg.jpg") bottom center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .l-header__mid {
    padding: 11px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header__info {
    display: none !important;
  }
}
.l-header--mail {
  width: 150px;
  height: 100px;
  background: #EC4755;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  padding: 10px 0;
}
.l-header--mail span {
  display: block;
  margin-bottom: 5px;
}
.l-header--btn {
  width: 245px;
  height: 72px;
  background: #BCDFE2;
  border-radius: 16px;
  font-size: 1.2rem;
  font-weight: 900;
  color: #272727;
  padding-left: 32px;
  padding-top: 12px;
  position: relative;
  margin-right: 25px;
}
.l-header--btn:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/icon/circle_r.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: calc(50% - 8px);
}
.l-header--btn:after {
  content: "";
  width: 51px;
  height: 49px;
  background: url("../img/icon/mascot.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 5px;
  top: calc(50% - 25px);
}
.l-header--btn small {
  font-size: 1.6rem;
  font-weight: 900;
  color: #EC4755;
  letter-spacing: -0.06em;
}
.l-header--btn span {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.2;
}

.l-nav {
  background: #E6EDF2;
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .l-nav {
    display: none;
  }
}
.l-nav--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-nav--list--item {
  width: 16.3%;
}
.l-nav--list--item a {
  display: block;
  background: #fff;
  border-radius: 10px;
  height: 61px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer {
  margin-top: 50px;
  padding: 0;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 35px;
    padding: 0 0 25vw;
  }
}
.footer__outer {
  padding: 0 15px;
}
.footer__title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__title {
    font-size: 1.8rem;
  }
}
.footer__title-border {
  width: 135px;
  height: 4px;
  margin: 10px auto 0;
  background-image: url(../img/border.png);
}
@media screen and (max-width: 767px) {
  .footer__title-border {
    width: 85px;
    margin-top: 6px;
  }
}
.footer__link-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 830px;
  height: 120px;
  margin: 50px auto 0;
  padding: 0 15px;
  border-radius: 8px;
  background: #ff401a;
  -webkit-filter: drop-shadow(0px 3px 0px #c84630);
          filter: drop-shadow(0px 3px 0px #c84630);
}
@media screen and (max-width: 767px) {
  .footer__link-top {
    height: 80px;
    margin-top: 15px;
    padding: 0 10px;
  }
}
.footer__link-top-img {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .footer__link-top-img {
    width: 65px;
  }
}
.footer__link-text {
  font-size: 2rem;
  font-weight: 700;
  margin-left: 15px;
  color: white;
}
@media screen and (max-width: 1024px) {
  .footer__link-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__link-text {
    font-size: 1.3rem;
    margin-left: 10px;
  }
}
.footer__link-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32%;
  margin-top: 25px;
  padding: 10px 10px 10px 15px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .footer__link-middle {
    width: 48%;
    margin-top: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding: 10px 5px 10px 5px;
  }
}
.footer__link-middle-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 830px;
  margin: 0 auto;
}
.footer__link-middle-img {
  width: 95px;
}
@media screen and (max-width: 767px) {
  .footer__link-middle-img {
    width: 65px;
  }
}
.footer__link-middle:nth-of-type(1) {
  background: #ff8c1a;
  -webkit-filter: drop-shadow(0px 3px 0px #c9711e);
          filter: drop-shadow(0px 3px 0px #c9711e);
}
.footer__link-middle:nth-of-type(2) {
  background: #6be62e;
  -webkit-box-shadow: 0 3px 0 #5cb131;
          box-shadow: 0 3px 0 #5cb131;
}
.footer__link-middle:nth-of-type(3) {
  background: #ffd500;
  -webkit-filter: drop-shadow(0px 3px 0px #ccab27);
          filter: drop-shadow(0px 3px 0px #ccab27);
}
.footer__link-middle:nth-of-type(4) {
  background: #41d98d;
  -webkit-filter: drop-shadow(0px 3px 0px #3fa46e);
          filter: drop-shadow(0px 3px 0px #3fa46e);
}
.footer__link-middle:nth-of-type(5) {
  background: #2bd9d9;
  -webkit-filter: drop-shadow(0px 3px 0px #26a6a6);
          filter: drop-shadow(0px 3px 0px #26a6a6);
}
.footer__link-middle:nth-of-type(6) {
  background: #6d83f2;
  -webkit-filter: drop-shadow(0px 3px 0px #5668bf);
          filter: drop-shadow(0px 3px 0px #5668bf);
}
.footer__link-bottom {
  width: 30%;
  padding-top: 10px;
  padding-bottom: 7px;
  border-radius: 8px;
}
.footer__link-bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 545px;
  margin: 50px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__link-bottom-wrap {
    margin-top: 15px;
  }
}
.footer__link-bottom-img {
  width: 60px;
}
.footer__link-bottom-text {
  font-size: 1.7rem;
  font-weight: 700;
  color: white;
}
@media screen and (max-width: 767px) {
  .footer__link-bottom-text {
    font-size: 1.2rem;
  }
}
.footer__link-bottom:nth-of-type(1) {
  background: #61aaf2;
  -webkit-box-shadow: 0 3px 0 #5798d9;
          box-shadow: 0 3px 0 #5798d9;
}
.footer__link-bottom:nth-of-type(1) .footer__link-bottom-text {
  margin-top: 10px;
}
.footer__link-bottom:nth-of-type(2) {
  background: #f29dac;
  -webkit-filter: drop-shadow(0px 3px 0px #d98d9b);
          filter: drop-shadow(0px 3px 0px #d98d9b);
}
.footer__link-bottom:nth-of-type(3) {
  background: #face7d;
  -webkit-filter: drop-shadow(0px 3px 0px #e0b970);
          filter: drop-shadow(0px 3px 0px #e0b970);
}
.footer__link-contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 500px;
  height: 150px;
  margin: 50px auto 0;
  padding-left: 20px;
  border-radius: 30px;
  background: #ff8000;
  -webkit-filter: drop-shadow(0px 5px 0px #c9671c);
          filter: drop-shadow(0px 5px 0px #c9671c);
}
@media screen and (max-width: 767px) {
  .footer__link-contact {
    width: 100%;
    max-width: 335px;
    height: 100px;
    margin-top: 25px;
    padding-left: 15px;
  }
}
.footer__link-contact-img {
  width: 110px;
  height: 110px;
}
@media screen and (max-width: 767px) {
  .footer__link-contact-img {
    width: 76px;
    height: 76px;
  }
}
.footer__link-contact-text {
  font-size: 2.9rem;
  font-weight: 700;
  margin-left: 30px;
  color: white;
}
@media screen and (max-width: 767px) {
  .footer__link-contact-text {
    font-size: 2rem;
    margin-left: 10px;
  }
}
.footer__link-contact-text span {
  font-size: 2rem;
  font-weight: 600;
  display: table;
  color: white;
}
@media screen and (max-width: 767px) {
  .footer__link-contact-text span {
    font-size: 1.4rem;
    margin-left: 10px;
  }
}
.footer__link-contact-icon--top {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 110px;
}
@media screen and (max-width: 767px) {
  .footer__link-contact-icon--top {
    width: 74px;
  }
}
.footer__link-contact-icon--bottom {
  position: absolute;
  top: 80px;
  right: 47px;
  width: 66px;
}
@media screen and (max-width: 767px) {
  .footer__link-contact-icon--bottom {
    top: 58px;
    width: 40px;
  }
}
.footer__logo {
  margin: 0 auto;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    display: none;
  }
}
.footer__logo--sp {
  display: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer__logo--sp {
    margin: 0 0;
    display: block;
  }
}
.footer__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 20px 0;
  }
}
.footer__bottom-logo {
  width: 192px;
}
@media screen and (max-width: 767px) {
  .footer__bottom-logo {
    width: 130px;
  }
}
.footer__bottom-left {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .footer__bottom-left {
    margin-right: 0;
  }
}
.footer__bottom-left-text {
  font-size: 1.7rem;
  font-weight: 700;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .footer__bottom-left-text {
    font-size: 1.2rem;
    margin-top: 7px;
  }
}
.footer__bottom-right-text--top {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .footer__bottom-right-text--top {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
.footer__bottom-right-text--bottom {
  font-size: 1.4rem;
  margin-top: 8px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .footer__bottom-right-text--bottom {
    margin-left: 20px;
  }
}
.footer__bottom-right-text--bottom svg {
  margin-left: 30px;
}
.footer__bottom #page-top {
  position: absolute;
  right: 0;
  top: calc(50% - 40px);
}
@media screen and (max-width: 767px) {
  .footer__bottom #page-top {
    display: none;
  }
}
.footer__copyright {
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: #000000;
  padding: 11px 0;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 1.2rem;
  }
}
.footer-top {
  margin-top: 0;
}

.u-flex {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.u-flex-row-reverse-pc {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .u-flex-row-reverse-sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.u-flex-col-reverse-pc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media screen and (max-width: 767px) {
  .u-flex-col-reverse-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.u-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.u-wrap {
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.u-right {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .u-reverseSP {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.c-btn01 {
  width: 269px;
  background: #FF5533;
  border: 2px solid #FF5533;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  padding: 12px 0 11px;
  border-radius: 30px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn01:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: calc(50% - 4px);
}
.c-btn01:hover {
  background: #ffffff;
  color: #FF5533;
}
.c-btn01:hover:after {
  border-color: #FF5533;
}
.c-btn01--yl {
  background: #FF8C1A;
  border-color: #FF8C1A;
}
.c-btn01--yl:hover {
  background: #ffffff;
  color: #FF8C1A;
}
.c-btn01--yl:hover:after {
  border-color: #FF8C1A;
}

.c-btn02 {
  display: block;
  width: 227px;
  background: #333333;
  border-radius: 36px;
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  padding: 10px 0;
  position: relative;
}
.c-btn02:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
}
.c-btn02 span {
  display: block;
  font-size: 1.4rem;
  color: #ffffff;
}
.c-btn02 span img {
  position: relative;
  bottom: 5px;
  margin-right: 5px;
}

.page_title {
  background: #FF401A;
  padding: 17px 0;
}
@media screen and (max-width: 767px) {
  .page_title {
    padding: 10px 0;
  }
}
.page_title--og {
  background: #FE801C;
}
.page_title--yl {
  background: #FFCD2B;
}
.page_title--gr {
  background: #42D485;
}
.page_title--jd {
  background: #38D2D2;
}
.page_title--vl {
  background: #617CEC;
}
.page_title--contact {
  background: #EC4755;
}
.page_title--contact .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_title--contact img {
  margin-right: 10px;
}
.page_title h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .page_title h2 {
    font-size: 1.8rem;
  }
}
.page_title h2 small {
  font-size: 1.9rem;
  font-weight: 400;
  color: #ffffff;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .page_title h2 small {
    font-size: 1.4rem;
  }
}

.archive_title {
  border-radius: 16px;
  background: #FFDB4D;
  -webkit-box-shadow: 0px 5px 0px 0px rgb(216, 189, 77);
          box-shadow: 0px 5px 0px 0px rgb(216, 189, 77);
  font-size: 2.4rem;
  font-weight: 700;
  padding: 12px 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .archive_title {
    font-size: 1.8rem;
    padding: 7px 15px;
  }
}

.c-title1 {
  padding-left: 60px;
  font-size: 2.8rem;
  font-weight: 900;
  color: #FF5533;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-title1 {
    width: 100%;
    font-size: 2.4rem;
    padding-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.c-title1:before {
  content: "";
  width: 45px;
  height: 36px;
  background: url(../img/icon/crown.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-title1:before {
    width: 35px;
    height: 28px;
  }
}
.c-title1 small {
  font-size: 2rem;
  font-weight: 700;
  margin-left: 10px;
  color: #FF5533;
}
@media screen and (max-width: 767px) {
  .c-title1 small {
    font-size: 1.6rem;
  }
}
.c-title1--yl {
  color: #FF8C1A;
}
.c-title1--yl small {
  color: #FF8C1A;
}

.c-title2 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 15px;
  position: relative;
}
.c-title2:after {
  content: "";
  width: 20px;
  height: 6px;
  background: #EC4755;
  position: absolute;
  bottom: 0;
  left: calc(50% - 10px);
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .mt-20 {
    margin-top: 10px;
  }
}

.mt-30 {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .mt-30 {
    margin-top: 10px;
  }
}

.mt-40 {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .mt-40 {
    margin-top: 20px;
  }
}

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

.mt-60 {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .mt-60 {
    margin-top: 40px;
  }
}

.mt-70 {
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .mt-70 {
    margin-top: 50px;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .mt-80 {
    margin-top: 60px;
  }
}

.mt-90 {
  margin-top: 90px;
}
@media screen and (max-width: 1024px) {
  .mt-90 {
    margin-top: 70px;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .mt-100 {
    margin-top: 80px;
  }
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .mb-20 {
    margin-bottom: 10px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .mb-30 {
    margin-bottom: 10px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}

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

.mb-60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .mb-70 {
    margin-bottom: 50px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}

.mb-90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  .mb-90 {
    margin-bottom: 70px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}

.pt-10 {
  padding-top: 10px;
}

.u-text-read {
  font-size: 1.6rem;
  left: 1.5em;
}

.u-text-note {
  font-size: 1.4rem;
  line-height: 1.43;
}

.u-text-note02 {
  padding-left: 25px;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.43;
}
.u-text-note02 span {
  position: absolute;
  left: 0;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-text-coral {
  color: #E73E4B;
}

.u-text-green {
  color: #2DBFD4;
}

.u-text-yellow {
  color: #EB9826;
}

@media screen and (max-width: 1024px) {
  .u-pc {
    display: none;
  }
}

.u-tb {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-tb {
    display: block;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.u-in {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-in {
    display: inline-block;
  }
}

.archive_bg {
  background: #E6EDF2;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .archive_bg {
    padding: 30px 0;
  }
}

.archive_bg02 {
  background: #E6EDF2;
}
@media screen and (max-width: 767px) {
  .archive_bg02 {
    padding: 15px 0;
  }
}

.archive_head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .archive_head {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .archive_head {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .archive_head__box {
    display: inline-block;
    margin-bottom: 15px;
  }
}

.top_sec01 {
  padding: 20px 0 70px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_sec01 {
    padding: 30px 0 10px;
  }
}
.top_sec01__main {
  position: relative;
  margin-left: auto;
  width: calc(100% - (100% - 1024px) / 2 + 20px);
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .top_sec01__main {
    width: 100%;
    padding-left: 0;
  }
}
.top_sec01__main .swiper {
  overflow: unset;
}
@media screen and (max-width: 767px) {
  .top_sec01__head .c-btn01 {
    display: none;
  }
}

.top_products01 {
  margin: 15px 0 0;
}
.top_products01__box {
  width: 360px;
}
@media screen and (max-width: 767px) {
  .top_products01__box {
    width: 368px;
  }
}
.top_products01--item {
  width: 360px;
  height: 212px;
  background: #F2F2F2;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .top_products01--item {
    width: 368px;
  }
}
.top_products01--item--img {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_products01--item--img img {
  max-height: 100%;
}
.top_products01--item--discount {
  position: absolute;
  left: 18px;
  bottom: 10px;
  width: 61px;
  height: 61px;
  background: #FFE733;
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: 900;
  text-align: center;
  padding: 8px 0;
}
.top_products01--item--discount--num {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
  color: #FF0000;
  display: block;
  letter-spacing: -0.08em;
}
.top_products01--item--discount--num small {
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 900;
  color: #FF0000;
}
.top_products01--item__content {
  padding-left: 15px;
  position: relative;
  height: 185px;
}
@media screen and (max-width: 767px) {
  .top_products01--item__content {
    height: auto;
  }
}
.top_products01--item--brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_products01--item--brand span {
  font-size: 1.4rem;
  font-weight: 700;
  width: 43px;
  border-radius: 8px;
  background: #FFD644;
  text-align: center;
  padding: 1px 0;
  margin-left: 10px;
}
.top_products01--item--title {
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 5px;
}
.top_products01--item--txt {
  font-size: 1.2rem;
}
.top_products01--item--price {
  position: absolute;
  left: 15px;
  bottom: 0px;
  width: 100%;
}
.top_products01--item--price--root {
  font-size: 1.2rem;
}
.top_products01--item--price--sale {
  font-size: 3.6rem;
  font-weight: 900;
  color: #FF0000;
  letter-spacing: -0.04em;
  line-height: 1;
  white-space: nowrap;
}
.top_products01--item--price--sale span {
  font-size: 1.8rem;
  font-weight: 900;
  color: #FF0000;
}
.top_products01--item--price--sale span small {
  font-size: 1.4rem;
  color: #FF0000;
}
@media screen and (max-width: 1024px) {
  .top_products01--item--price--sale span small {
    font-size: 1rem;
  }
}
.top_products01 .swiper-button-prev {
  left: 20px;
  width: 60px;
  height: 60px;
  background: #EC4755 !important;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top_products01 .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
.top_products01 .swiper-button-prev:before {
  content: "";
  width: 16px;
  height: 16px;
  border-top: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
}
@media screen and (max-width: 767px) {
  .top_products01 .swiper-button-prev:before {
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    top: calc(50% - 5px);
    left: calc(50% - 7px);
  }
}
.top_products01 .swiper-button-prev:after {
  display: none;
}
.top_products01 .swiper-button-prev:hover {
  opacity: 0.7;
}
.top_products01 .swiper-button-prev.swiper-button-disabled {
  display: none !important;
}
.top_products01 .swiper-button-next {
  width: 60px;
  height: 60px;
  background: #EC4755 !important;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .top_products01 .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.top_products01 .swiper-button-next:before {
  content: "";
  width: 16px;
  height: 16px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .top_products01 .swiper-button-next:before {
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    top: calc(50% - 5px);
    left: calc(50% - 7px);
  }
}
.top_products01 .swiper-button-next:after {
  display: none;
}
.top_products01 .swiper-button-next:hover {
  opacity: 0.7;
}
.top_products01 .swiper-button-next.swiper-button-disabled {
  display: none !important;
}

.top_products02 {
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .top_products02 {
    margin-bottom: 30px;
  }
}
.top_products02__box {
  width: 439px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .top_products02__box {
    width: 368px;
  }
}
.top_products02--item {
  width: 439px;
  height: 212px;
  background: #F2F2F2;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .top_products02--item {
    width: 368px;
  }
}
.top_products02--item--img {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_products02--item--img img {
  max-height: 100%;
}
.top_products02--item--discount {
  position: absolute;
  left: 18px;
  bottom: 10px;
  width: 61px;
  height: 61px;
  background: #FFE733;
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: 900;
  text-align: center;
  padding: 8px 0;
}
.top_products02--item--discount--num {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
  color: #FF0000;
  display: block;
}
.top_products02--item--discount--num small {
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 900;
  color: #FF0000;
}
.top_products02--item__content {
  padding-left: 15px;
  position: relative;
  height: 185px;
}
@media screen and (max-width: 767px) {
  .top_products02--item__content {
    height: auto;
  }
}
.top_products02--item--brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_products02--item--brand span {
  font-size: 1.4rem;
  font-weight: 700;
  width: 60px;
  border-radius: 8px;
  background: #FFD644;
  text-align: center;
  padding: 1px 0;
  margin-left: 10px;
}
.top_products02--item--title {
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 5px;
}
.top_products02--item--title span {
  font-size: 1.4rem;
}
.top_products02--item--txt {
  font-size: 1.2rem;
  font-weight: 500;
}
.top_products02--item--price {
  position: absolute;
  left: 15px;
  bottom: 0px;
  width: 100%;
}
.top_products02--item--price--root {
  font-size: 1.2rem;
}
.top_products02--item--price--sale {
  font-size: 3.6rem;
  font-weight: 900;
  color: #FF0000;
  letter-spacing: -0.04em;
  line-height: 1;
  white-space: nowrap;
}
.top_products02--item--price--sale span {
  font-size: 1.8rem;
  font-weight: 900;
  color: #FF0000;
}
.top_products02--item--price--sale span small {
  font-size: 1.4rem;
  color: #FF0000;
}
@media screen and (max-width: 1024px) {
  .top_products02--item--price--sale span small {
    font-size: 1rem;
  }
}
.top_products02 .swiper-button-prev {
  left: 20px;
  width: 60px;
  height: 60px;
  background: #EC4755 !important;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top_products02 .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
.top_products02 .swiper-button-prev:before {
  content: "";
  width: 16px;
  height: 16px;
  border-top: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
}
@media screen and (max-width: 767px) {
  .top_products02 .swiper-button-prev:before {
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    top: calc(50% - 5px);
    left: calc(50% - 7px);
  }
}
.top_products02 .swiper-button-prev:after {
  display: none;
}
.top_products02 .swiper-button-prev:hover {
  opacity: 0.7;
}
.top_products02 .swiper-button-prev.swiper-button-disabled {
  display: none !important;
}
.top_products02 .swiper-button-next {
  width: 60px;
  height: 60px;
  background: #EC4755 !important;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .top_products02 .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.top_products02 .swiper-button-next:before {
  content: "";
  width: 16px;
  height: 16px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .top_products02 .swiper-button-next:before {
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    top: calc(50% - 5px);
    left: calc(50% - 7px);
  }
}
.top_products02 .swiper-button-next:after {
  display: none;
}
.top_products02 .swiper-button-next:hover {
  opacity: 0.7;
}
.top_products02 .swiper-button-next.swiper-button-disabled {
  display: none !important;
}

.top_sec02 {
  background: #E6EDF2;
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .top_sec02 {
    padding: 40px 0;
  }
}
.top_sec02 .c-title2 {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .top_sec02__box {
    width: 49%;
  }
}

.top_products03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top_products03--item {
  width: 32%;
  background: #ffffff;
  border-radius: 16px;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .top_products03--item {
    width: 49%;
    display: block;
  }
}
.top_products03--item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .top_products03--item:nth-child(3n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .top_products03--item:nth-child(2n) {
    margin-right: 0;
  }
}
.top_products03--item--img {
  width: 40%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .top_products03--item--img {
    width: 100%;
    height: 70px;
  }
  .top_products03--item--img img {
    max-height: 100%;
  }
}
.top_products03--item__content {
  width: 60%;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .top_products03--item__content {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-top: 10px;
  }
}
.top_products03--item--title {
  font-size: 1.8rem;
  font-weight: 900;
}
.top_products03--item--txt {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 10px;
}
.top_products03--item--price {
  font-size: 3.2rem;
  font-weight: 700;
  color: #FF0000;
  line-height: 1.2;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.top_products03--item--price span {
  font-size: 2rem;
  font-weight: 700;
  color: #FF0000;
}

.top_sec03 {
  padding: 80px 0 20px;
}
@media screen and (max-width: 767px) {
  .top_sec03 {
    padding: 25px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .top_sec03 .container {
    padding: 0;
  }
}
.top_sec03__content {
  background: #F7F7F7;
  border-radius: 16px;
  padding: 60px 68px;
}
@media screen and (max-width: 767px) {
  .top_sec03__content {
    padding: 15px;
    border-radius: 0;
  }
}
.top_sec03--title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_sec03--title {
    margin-bottom: 20px;
  }
}
.top_sec03--title:before {
  content: "";
  width: 21px;
  height: 28px;
  background: url(../img/icon/location.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  bottom: -2px;
}
.top_sec03--table--tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top_sec03--table--tr {
    margin-bottom: 10px;
    display: block;
  }
}
.top_sec03--table--tr:last-child {
  margin-bottom: 0;
}
.top_sec03--table--th {
  width: 80px;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top_sec03--table--th {
    width: 100%;
    background: #E6E6E6;
    border-radius: 8px;
    padding: 10px 15px;
    position: relative;
  }
  .top_sec03--table--th:after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 4px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .top_sec03--table--th.open:after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}
.top_sec03--table--td {
  width: calc(100% - 80px);
  font-size: 1.2rem;
  line-height: 1.66;
}
@media screen and (max-width: 767px) {
  .top_sec03--table--td {
    display: none;
    width: 100%;
    padding: 10px 15px;
  }
}

.top_sec04 {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top_sec04 {
    padding-bottom: 20px;
  }
}
.top_sec04__box {
  width: 23.25%;
  max-width: 238px;
}
@media screen and (max-width: 767px) {
  .top_sec04__box {
    width: 49%;
    margin-bottom: 2%;
    max-width: auto;
  }
}

.top_sec05 {
  background: #E6EDF2;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .top_sec05 {
    padding: 40px 0;
  }
}
.top_sec05 .c-title2 {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .top_sec05__content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.top_sec05__box {
  width: 155px;
  margin-right: 18.8px;
}
@media screen and (max-width: 767px) {
  .top_sec05__box {
    margin-right: 0;
  }
}
.top_sec05__box:last-child {
  margin-right: 0;
}
.top_sec05__box--img {
  width: 155px;
  height: 155px;
  background: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_sec05__box--img img {
  max-height: 60%;
}
.top_sec05__box--title {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}

.product--list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .product--list01 {
    margin-bottom: 10px;
  }
}
.product--list01--item {
  background: #ffffff;
  border-radius: 16px;
  width: 49%;
  max-width: 500px;
  padding: 30px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .product--list01--item {
    padding: 15px;
    margin-bottom: 15px;
  }
}
.product--list01--item.w100 {
  width: 100%;
}
.product--list01--item a {
  display: block;
}
.product--list01--item__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .product--list01--item__flex {
    display: block;
  }
}
.product--list01--item--img {
  width: 37%;
}
@media screen and (max-width: 1024px) {
  .product--list01--item--img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 10px 0;
  }
}
.product--list01--item--img--large {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .product--list01--item--img--large {
    width: 40%;
  }
}
.product--list01--item--img--sub {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .product--list01--item--img--sub {
    width: 55%;
    margin-top: 0;
  }
}
.product--list01--item--img img {
  max-width: 100%;
}
.product--list01--item--discount {
  position: absolute;
  left: -5px;
  bottom: 0;
  width: 61px;
  height: 61px;
  background: #FFE733;
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: 900;
  text-align: center;
  padding: 8px 0;
}
@media screen and (max-width: 1024px) {
  .product--list01--item--discount {
    width: 53px;
    height: 53px;
    font-size: 1rem;
    bottom: -5px;
  }
}
.product--list01--item--discount--num {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
  color: #FF0000;
  display: block;
}
@media screen and (max-width: 1024px) {
  .product--list01--item--discount--num {
    font-size: 2.4rem;
  }
}
.product--list01--item--discount--num small {
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 900;
  color: #FF0000;
}
@media screen and (max-width: 1024px) {
  .product--list01--item--discount--num small {
    font-size: 1.4rem;
  }
}
.product--list01--item__content {
  width: 63%;
  padding-left: 30px;
}
@media screen and (max-width: 1024px) {
  .product--list01--item__content {
    width: 100%;
    padding-left: 0;
  }
}
.product--list01--item--cat {
  display: inline-block;
  font-size: 1.6rem;
  color: #ffffff;
  min-width: 128px;
  background-color: #FF401A;
  text-align: center;
  padding: 3px 5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .product--list01--item--cat {
    font-size: 1.4rem;
    width: 114px;
    margin-bottom: 10px;
  }
}
.product--list01--item--cat.cat_gr {
  background: #42D485;
}
.product--list01--item--title {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .product--list01--item--title {
    font-size: 1.8rem;
  }
}
.product--list01--item--txt {
  font-size: 1.6rem;
  line-height: 1.44;
}
@media screen and (max-width: 1024px) {
  .product--list01--item--txt {
    font-size: 1.4rem;
  }
}
.product--list01--item--price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .product--list01--item--price {
    display: block;
  }
}
.product--list01--item--price--icon {
  width: 43px;
  background: #FFD644;
  border-radius: 8px;
  font-size: 1.4rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .product--list01--item--price--icon {
    position: absolute;
    top: -4px;
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .product--list01--item--price--icon.u-rmpc {
    display: none;
  }
}
.product--list01--item--price--icon.u-rmtb {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .product--list01--item--price--icon.u-rmtb {
    display: inline-block !important;
    position: static;
  }
}
.product--list01--item--price__content {
  padding-left: 10px;
}
@media screen and (max-width: 1024px) {
  .product--list01--item--price__content {
    padding-left: 0;
  }
}
.product--list01--item--price__content .product--list01--item--price--icon {
  position: static;
  display: inline-block;
}
.product--list01--item--price--root {
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .product--list01--item--price--root {
    font-size: 1rem;
    padding-left: 45px;
    white-space: nowrap;
    margin-bottom: 5px;
  }
}
.product--list01--item--price--root.u-rm {
  padding-left: 0;
  display: inline-block;
}
.product--list01--item--price--sale {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  color: #FF0000;
}
@media screen and (max-width: 1024px) {
  .product--list01--item--price--sale {
    font-size: 2.8rem;
  }
}
.product--list01--item--price--sale span {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  color: #FF0000;
}
@media screen and (max-width: 1024px) {
  .product--list01--item--price--sale span {
    font-size: 1.3rem;
  }
}
.product--list01--item--price--sale span small {
  font-size: 1.4rem;
  color: #FF0000;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .product--list01--item--price--sale span small {
    font-size: 1rem;
  }
}
.product--list01--item--tag {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .product--list01--item--tag {
    margin-top: 10px;
  }
}
.product--list01--item--tag span {
  font-size: 1.2rem;
  font-weight: 700;
  color: #FF401A;
  border: 2px solid #FF401A;
  border-radius: 8px;
  padding: 1px 6px;
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;
}
.product--list01--item--tag span:last-child {
  margin-right: 0;
}
.product--list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .product--list02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.product--list02--item {
  width: 23.5%;
  margin-top: 15px;
  margin-right: 2%;
}
@media screen and (max-width: 1024px) {
  .product--list02--item {
    width: 48%;
    margin-right: 0;
  }
}
.product--list02--item:nth-child(4n) {
  margin-right: 0;
}
.product--list02--item--title {
  margin-bottom: 5px;
}
.product--list02--item--title span {
  font-size: 1.2rem;
  font-weight: 700;
  color: #FF401A;
  border: 2px solid #FF401A;
  border-radius: 8px;
  padding: 0 3px;
  display: inline-block;
}
.product--list02--item--txt {
  font-size: 1.4rem;
  line-height: 1.43;
}
.product--list03--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 16px 0 5px;
  border-bottom: 1px dashed #E84A58;
}
@media screen and (max-width: 767px) {
  .product--list03--item {
    display: block;
  }
}
.product--list03--item:last-child {
  border-bottom: none;
}
.product--list03--item--title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #E84A58;
  width: 116px;
}
@media screen and (max-width: 767px) {
  .product--list03--item--title {
    font-size: 1.5;
  }
}
.product--list03--item--txt {
  font-size: 1.6rem;
  font-weight: 700;
  color: #997B6B;
}
@media screen and (max-width: 767px) {
  .product--list03--item--txt {
    font-size: 1.5;
  }
}
.product--list04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .product--list04 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
}
.product--list04:last-child {
  margin-bottom: 0;
}
.product--list04--item {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  background: #ffffff;
  border-radius: 16px;
}
@media screen and (max-width: 1024px) {
  .product--list04--item {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}
.product--list04--item:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .product--list04--item__contentsp {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .product--list04--item__cont {
    width: 60%;
    padding-left: 5px;
  }
}
.product--list04--item a {
  display: block;
  background: #ffffff;
  padding: 20px;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .product--list04--item a {
    padding: 12px;
  }
}
.product--list04--item--cat {
  background: #FF401A;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  padding: 4px 8px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .product--list04--item--cat {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}
.product--list04--item--cat.cat_og {
  background: #FE801C;
}
.product--list04--item--title {
  font-size: 2rem;
  font-weight: 700;
  margin: 5px 0 10px;
}
@media screen and (max-width: 767px) {
  .product--list04--item--title {
    font-size: 1.2rem;
    margin: 0 0 5px;
  }
}
.product--list04--item--title span {
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .product--list04--item--title span {
    font-size: 1rem;
  }
}
.product--list04--item--txt {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .product--list04--item--txt {
    font-size: 1rem;
  }
}
.product--list04--item--img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product--list04--item--img {
    width: 40%;
  }
}
.product--list04--item--img img {
  max-width: 80%;
}
@media screen and (max-width: 767px) {
  .product--list04--item--img img {
    max-width: 90%;
  }
}
.product--list05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product--list05--item {
  width: 49%;
  max-width: 500px;
  background: #ffffff;
  border-radius: 16px;
  margin-bottom: 2%;
}
.product--list05--item a {
  display: block;
  padding: 25px;
}
@media screen and (max-width: 1024px) {
  .product--list05--item a {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product--list05--item a {
    padding: 15px 10px;
  }
}
.product--list05--item__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .product--list05--item__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.product--list05--item--img {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .product--list05--item--img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product--list05--item--img img {
    max-width: 40%;
  }
}
.product--list05--item__consp {
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .product--list05--item__consp {
    margin-top: 0;
    padding-left: 10px;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .product--list05--item__consp {
    padding-left: 5px;
  }
}
.product--list05--item__content {
  width: 60%;
  padding-left: 15px;
}
@media screen and (max-width: 1024px) {
  .product--list05--item__content {
    width: 100%;
    padding-left: 0;
  }
}
.product--list05--item--cat {
  display: inline-block;
  font-size: 1.6rem;
  color: #ffffff;
  min-width: 144px;
  background: #FE801C;
  text-align: center;
  padding: 3px 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .product--list05--item--cat {
    width: 128px;
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}
.product--list05--item--cat.cat_yl {
  background: #FFCD2B;
}
.product--list05--item--cat.cat_gr {
  background: #42D485;
}
.product--list05--item--cat.cat_jd {
  background: #38D2D2;
}
.product--list05--item--cat.cat_vl {
  background: #617CEC;
}
.product--list05--item--title {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .product--list05--item--title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.product--list05--item--title span {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .product--list05--item--title span {
    font-size: 1.2rem;
  }
}
.product--list05--item--txt {
  font-size: 1.6em;
  margin-top: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .product--list05--item--txt {
    font-size: 1rem;
    margin-top: 0;
    line-height: 1.2;
    white-space: normal;
  }
}
.product--list05--item--tag {
  margin-top: 15px;
}
.product--list05--item--tag span {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #FE801C;
  border: 2px solid #FE801C;
  border-radius: 8px;
  padding: 0 6px;
  margin-right: 5px;
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  .product--list05--item--tag span {
    font-size: 1rem;
  }
}
.product--list05--item--tag span:last-child {
  margin-right: 0;
}
.product--list05--item--price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}
.product--list05--item--price--icon {
  min-width: 43px;
  background: #FFD644;
  border-radius: 8px;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  padding: 15px 3px;
}
@media screen and (max-width: 1024px) {
  .product--list05--item--price--icon {
    font-size: 1rem;
    min-width: 36px;
  }
}
.product--list05--item--price--root, .product--list05--item--price--seri {
  font-size: 1.2rem;
  padding-left: 5px;
}
@media screen and (max-width: 1024px) {
  .product--list05--item--price--root, .product--list05--item--price--seri {
    font-size: 1rem;
    letter-spacing: -0.02em;
  }
}
.product--list05--item--price--sale {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  color: #FF0000;
  padding-left: 10px;
}
@media screen and (max-width: 1024px) {
  .product--list05--item--price--sale {
    font-size: 2.4rem;
    padding-left: 0;
    margin-top: 5px;
  }
}
.product--list05--item--price--sale.sale_30 {
  font-size: 3rem;
}
@media screen and (max-width: 1024px) {
  .product--list05--item--price--sale.sale_30 {
    font-size: 2.4rem;
  }
}
.product--list05--item--price--sale span {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  color: #FF0000;
}
@media screen and (max-width: 1024px) {
  .product--list05--item--price--sale span {
    font-size: 1.2rem;
  }
}
.product--list05--item--price--sale span small {
  font-size: 1.3rem;
  color: #FF0000;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .product--list05--item--price--sale span small {
    font-size: 1rem;
  }
}
.product--list05--item--price--discount {
  width: 61px;
  height: 61px;
  background: #FFE733;
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: 900;
  text-align: center;
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .product--list05--item--price--discount {
    width: 40px;
    height: 40px;
    font-size: 1rem;
    padding: 4px 0;
  }
}
.product--list05--item--price--discount--num {
  font-size: 2.8rem;
  font-weight: 900;
  color: #FF0000;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .product--list05--item--price--discount--num {
    font-size: 1.6rem;
  }
}
.product--list05--item--price--discount--num small {
  font-size: 1.7rem;
  font-weight: 900;
  color: #FF0000;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .product--list05--item--price--discount--num small {
    font-size: 1rem;
  }
}
.product--list05--item--note {
  font-size: 1.2rem;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .product--list05--item--note {
    font-size: 1rem;
  }
}
.product--box01 {
  background: #ffffff;
  border-radius: 8px;
  padding: 30px 35px;
}
@media screen and (max-width: 1024px) {
  .product--box01 {
    padding: 20px;
  }
}
.product--box01--og .product--box01--title {
  color: #FE801C;
}
.product--box01--og .product--list02--item {
  width: 32%;
  margin-right: 2%;
}
@media screen and (max-width: 1024px) {
  .product--box01--og .product--list02--item {
    margin-right: 0;
    width: 48%;
  }
}
.product--box01--og .product--list02--item:nth-child(3n) {
  margin-right: 0;
}
.product--box01--og .product--list02--item--title span {
  color: #FE801C;
  border-color: #FE801C;
}
.product--box01--title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FF401A;
}
.product--box02 {
  border: 4px solid #E84A58;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .product--box02 {
    margin: 20px 0 0;
  }
}
.product--box02--title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  background: #E84A58;
  text-align: center;
  padding: 9px 0;
}
.product--box02__main {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .product--box02__main {
    padding: 10px;
  }
}
.product--box02__content {
  position: relative;
  background: #FFF4F2;
  border-radius: 16px;
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  .product--box02__content {
    padding: 18px;
  }
}
.product--box02--dot span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #E84A58;
  position: absolute;
}
.product--box02--dot span:nth-child(1) {
  top: 10px;
  left: 10px;
}
.product--box02--dot span:nth-child(2) {
  top: 10px;
  right: 10px;
}
.product--box02--dot span:nth-child(3) {
  bottom: 10px;
  left: 10px;
}
.product--box02--dot span:nth-child(4) {
  bottom: 10px;
  right: 10px;
}
.product--single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px;
}
@media screen and (max-width: 767px) {
  .product--single {
    padding: 20px 0 10px;
  }
}
.product--single--img {
  width: 40%;
}
.product--single--img--sub {
  margin-top: 20px;
}
.product--single__content {
  width: 60%;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .product--single__content {
    padding-left: 20px;
  }
}
.product--single--cat {
  display: inline-block;
  min-width: 163px;
  text-align: center;
  background: #FF401A;
  font-size: 2.1rem;
  color: #ffffff;
  padding: 3px 5px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .product--single--cat {
    width: 114px;
    font-size: 1.4em;
    margin-bottom: 10px;
  }
}
.product--single--cat.cat_yl {
  background: #FFCD2B;
}
.product--single--cat.cat_gr {
  background: #42D485;
}
.product--single--cat.cat_jd {
  background: #38D2D2;
}
.product--single--cat.cat_vl {
  background: #617CEC;
}
.product--single--title {
  font-size: 3.2rem;
  font-weight: 700;
  margin: 5px 0 10px;
}
@media screen and (max-width: 767px) {
  .product--single--title {
    font-size: 2.2rem;
  }
}
.product--single--txt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.555;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .product--single--txt {
    font-size: 1.4rem;
  }
}
.product--single--tag {
  margin-bottom: 25px;
}
.product--single--tag span {
  display: inline-block;
  border: 2px solid #FF401A;
  border-radius: 8px;
  font-size: 1.7rem;
  font-weight: 700;
  color: #FF401A;
  padding: 0 5px;
  margin-right: 5px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .product--single--tag span {
    font-size: 1.2rem;
  }
}
.product--single--tag span:last-child {
  margin-right: 0;
}
.product--single--price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
.product--single--price--icon {
  font-size: 2.5rem;
  font-weight: 700;
  width: 128px;
  height: 128px;
  background: #FFD644;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product--single--price--icon {
    font-size: 1.6em;
    width: 63px;
    height: 88px;
  }
}
.product--single--price--root {
  font-size: 1.5rem;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .product--single--price--root {
    font-size: 1.2rem;
    margin-top: 0;
  }
}
.product--single--price--seri {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .product--single--price--seri {
    font-size: 1.1rem;
  }
}
.product--single--price--sale {
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 1;
  color: #FF0000;
}
@media screen and (max-width: 767px) {
  .product--single--price--sale {
    font-size: 3rem;
  }
}
.product--single--price--sale span {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  color: #FF0000;
}
@media screen and (max-width: 767px) {
  .product--single--price--sale span {
    font-size: 1.4rem;
  }
}
.product--single--price--sale span small {
  font-size: 1.4rem;
  color: #FF0000;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .product--single--price--sale span small {
    font-size: 1rem;
  }
}
.product--single--price--discount {
  width: 109px;
  min-width: 109px;
  height: 109px;
  border-radius: 50%;
  background: #FFD644;
  font-size: 2.3rem;
  font-weight: 900;
  text-align: center;
  padding: 10px 0;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .product--single--price--discount {
    width: 70px;
    min-width: 70px;
    height: 70px;
    font-size: 1.4rem;
    margin-left: 10px;
  }
}
.product--single--price--discount.dis_sta {
  position: static;
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .product--single--price--discount.dis_sta {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .product--single--price--discount.dis_sta {
    margin-left: 5px;
  }
}
.product--single--price--discount--num {
  font-size: 4.9rem;
  font-weight: 900;
  color: #FF0000;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .product--single--price--discount--num {
    font-size: 3.1rem;
  }
}
.product--single--price--discount--num small {
  font-size: 3rem;
  font-weight: 900;
  color: #FF0000;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .product--single--price--discount--num small {
    font-size: 1.9rem;
  }
}
.product--single--note {
  font-size: 1.5rem;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .product--single--note {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
.product--single02 {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .product--single02 {
    padding: 20px 0 10px;
  }
}
.product--single02__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product--single02--img {
  width: 40%;
}
.product--single02--img--sub {
  margin-top: 20px;
}
.product--single02__content {
  width: 60%;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .product--single02__content {
    padding-left: 20px;
  }
}
.product--single02--cat {
  width: 184px;
  text-align: center;
  background: #FE801C;
  font-size: 2.1rem;
  color: #ffffff;
  padding: 3px 0;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .product--single02--cat {
    width: 114px;
    font-size: 1.4em;
    margin-bottom: 10px;
  }
}
.product--single02--cat.cat_yl {
  background: #FFCD2B;
}
.product--single02--title {
  font-size: 3.2rem;
  font-weight: 700;
  margin: 5px 0 10px;
}
@media screen and (max-width: 767px) {
  .product--single02--title {
    font-size: 2.2rem;
  }
}
.product--single02--title span {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .product--single02--title span {
    font-size: 1.4rem;
    display: block;
  }
}
.product--single02--txt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.555;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .product--single02--txt {
    font-size: 1.4rem;
  }
}
.product--single02--tag {
  margin-top: 10px;
  margin-bottom: 25px;
}
.product--single02--tag span {
  display: inline-block;
  border: 2px solid #FE801C;
  border-radius: 8px;
  font-size: 1.7rem;
  font-weight: 700;
  color: #FE801C;
  padding: 0 5px;
  margin-right: 5px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .product--single02--tag span {
    font-size: 1.2rem;
  }
}
.product--single02--tag span:last-child {
  margin-right: 0;
}
.product--single02__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .product--single02__flex {
    display: block;
  }
}
.product--single02--price {
  width: 48%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .product--single02--price {
    width: 100%;
  }
}
.product--single02--price--icon {
  font-size: 2.5rem;
  font-weight: 700;
  width: 128px;
  background: #FFD644;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product--single02--price--icon {
    font-size: 1.6em;
    width: 63px;
  }
}
.product--single02--price__content {
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .product--single02--price__content {
    padding-left: 10px;
  }
}
.product--single02--price--root {
  font-size: 1.5rem;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .product--single02--price--root {
    font-size: 1.2rem;
    margin-top: 0;
  }
}
.product--single02--price--seri {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .product--single02--price--seri {
    font-size: 1.1rem;
  }
}
.product--single02--price--sale {
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 1;
  color: #FF0000;
}
@media screen and (max-width: 767px) {
  .product--single02--price--sale {
    font-size: 3rem;
  }
}
.product--single02--price--sale span {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  color: #FF0000;
}
@media screen and (max-width: 767px) {
  .product--single02--price--sale span {
    font-size: 1.4rem;
  }
}
.product--single02--price--sale span small {
  font-size: 1.4rem;
  color: #FF0000;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .product--single02--price--sale span small {
    font-size: 1rem;
  }
}
.product--single02--price--discount {
  width: 109px;
  height: 109px;
  border-radius: 50%;
  background: #FFD644;
  font-size: 2.3rem;
  font-weight: 900;
  text-align: center;
  padding: 10px 0;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .product--single02--price--discount {
    width: 70px;
    height: 70px;
    font-size: 1.4rem;
  }
}
.product--single02--price--discount--num {
  font-size: 4.9rem;
  font-weight: 900;
  color: #FF0000;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .product--single02--price--discount--num {
    font-size: 3.1rem;
  }
}
.product--single02--price--discount--num small {
  font-size: 3rem;
  font-weight: 900;
  color: #FF0000;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .product--single02--price--discount--num small {
    font-size: 1.9rem;
  }
}
.product--single02--note {
  font-size: 1.5rem;
  margin-top: 25px;
}

.contact {
  padding-top: 45px;
  padding-bottom: 120px;
}
.contact__text-top {
  margin-top: 40px;
  font-size: 1.4rem;
  line-height: 1.42;
}
@media screen and (max-width: 767px) {
  .contact__text-top {
    font-size: 1.4rem;
  }
}
.contact__flow {
  max-width: 512px;
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .contact__flow {
    max-width: 335px;
  }
}
.contact__head {
  background-color: #e6e6e6;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__head.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact__head--val {
  background-color: #ec4755;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  padding: 3px 10px;
  border-radius: 8px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .contact__head--val {
    font-size: 1.4rem;
  }
}
.contact__head--text {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.71;
}
@media screen and (max-width: 767px) {
  .contact__head--text {
    font-size: 1.4rem;
  }
}
.contact__desc {
  background-color: #fff;
  padding: 30px 15px;
}
@media screen and (max-width: 767px) {
  .contact__desc {
    padding: 15px;
  }
}
.contact__desc--box {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact__desc--box.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact__desc--radio {
  display: none;
}
.contact__desc--btn {
  margin-right: 15px;
  width: 50%;
  max-width: 160px;
}
.contact__desc--btn:last-child {
  margin-right: 0;
}
.contact__desc--btn.wrap {
  width: 45%;
  margin-bottom: 10px;
}
@media screen and (max-width: 520px) {
  .contact__desc--btn.wrap {
    width: 47%;
  }
  .contact__desc--btn.wrap:nth-of-type(even) {
    margin-right: 0;
  }
}
.contact__desc--btn-text {
  border: 1px solid #999999;
  background-color: #fff;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #808080;
  padding: 20px 0;
  display: inline-block;
  max-width: 160px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact__desc--btn-text {
    font-size: 1.4rem;
  }
}
.contact__desc--btn-text.current {
  border: none;
  background-color: #ec4755;
  color: #fff;
}
.contact__desc--text {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .contact__desc--text {
    font-size: 1.2rem;
  }
}
.contact__desc--column {
  margin-bottom: 20px;
}
.contact__desc--column:last-child {
  margin-bottom: 0;
}
.contact__input {
  border: 1px solid #999999;
  border-radius: 8px;
  width: 100%;
  height: 62px;
  padding: 10px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .contact__input {
    font-size: 1.4rem;
  }
}
.contact__textarea {
  border: 1px solid #999999;
  border-radius: 8px;
  width: 100%;
  height: 114px;
  padding: 10px;
  font-size: 1.6rem;
  resize: none;
}
@media screen and (max-width: 767px) {
  .contact__textarea {
    font-size: 1.4rem;
  }
}
.contact__file {
  display: none;
}
.contact__file--box {
  border: 1px solid #999999;
  border-radius: 8px;
  width: 100%;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contact__file--box {
    font-size: 1.4rem;
  }
}
.contact__file--img {
  width: 16px;
  margin-right: 5px;
}
.contact__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.contact__submit {
  background-color: #ec4755;
  padding: 15px 0;
  max-width: 335px;
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 8px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact__submit {
    font-size: 1.4rem;
  }
}
.contact__back {
  border: 1px solid #ec4755;
  border-radius: 8px;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ec4755;
  padding: 20px 0;
  text-align: center;
  max-width: 335px;
  width: 43%;
  margin: 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .contact__back {
    margin-right: 20px;
  }
}
.contact__text {
  font-size: 1.4rem;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .contact__text {
    font-size: 1.2rem;
  }
}
.contact__link {
  background-color: #ec4755;
  padding: 15px 0;
  max-width: 335px;
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 8px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact__link {
    font-size: 1.4rem;
  }
}
.contact__covid {
  max-width: calc(100% - 75px);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 40px auto 0;
  border: 2px solid #EC4755;
  background-color: #FFF9F2;
  padding: 25px;
}
.contact__covid--text {
  font-size: 1.4rem;
  font-weight: bold;
  color: #EC4755;
  line-height: 1.71;
}
.contact__box01 {
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .contact__box01--title {
    margin-bottom: 10px;
  }
}
.contact__box01--title span {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact__box01--title span {
    font-size: 1.4em;
  }
}
.contact__box01--title span:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #000000;
  position: absolute;
  left: -10px;
  bottom: 0;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.contact__box01--title span:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #000000;
  position: absolute;
  right: -10px;
  bottom: 0;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.contact__box01--banner {
  display: inline-block;
}
.contact__box02 {
  padding-bottom: 40px;
}
.contact__box02--title {
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 20px;
  position: relative;
  margin-bottom: 30px;
}
.contact__box02--title:before {
  content: "";
  width: 6px;
  height: 100%;
  background: #6BAAB3;
  position: absolute;
  top: 0;
  left: 0;
}
.contact__box02__content {
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .contact__box02__content {
    padding: 0;
  }
}
.contact__tab--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact__tab--nav li {
  width: 44%;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .contact__tab--nav li {
    margin-right: 10px;
  }
}
.contact__tab--nav li:last-child {
  margin-right: 0;
}
.contact__tab--nav li a {
  cursor: pointer;
  display: block;
  font-size: 1.8rem;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
  background: #E2E2E2;
  border-radius: 16px 16px 0 0;
  padding: 11px 0;
}
@media screen and (max-width: 767px) {
  .contact__tab--nav li a {
    font-size: 1.2rem;
    padding: 8px 0;
  }
}
.contact__tab--nav li.active a {
  background: #6BAAB3;
}
.contact__tab__content {
  padding: 20px 0;
  border: 5px solid #6BAAB3;
  border-radius: 16px;
}
.contact__list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact__list01--item {
  width: 25%;
  border-right: 1px dashed #707070;
  padding: 0 25px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .contact__list01--item {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .contact__list01--item {
    width: 50%;
    margin-bottom: 10px;
  }
  .contact__list01--item:nth-child(2n) {
    border-right: none;
  }
}
.contact__list01--item:last-child {
  border-right: none;
}
.contact__list01--item--title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.contact__list01--item--txt1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #EC4755;
  margin: 25px 0 10px;
}
.contact__list01--item--txt1 span {
  display: inline-block;
  position: relative;
  bottom: 3px;
}
.contact__list01--item--txt {
  font-size: 1.5rem;
  text-align: left;
}
.contact__list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact__list02--item {
  width: 33.33%;
  border-right: 1px dashed #707070;
  padding: 0 25px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .contact__list02--item {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .contact__list02--item {
    width: 50%;
    margin-bottom: 10px;
  }
  .contact__list02--item:nth-child(2n) {
    border-right: none;
  }
}
.contact__list02--item:last-child {
  border-right: none;
}
.contact__list02--item--title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.contact__list02--item--txt1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #EC4755;
  margin: 25px 0 10px;
}
.contact__list02--item--txt1 span {
  display: inline-block;
  position: relative;
  bottom: 3px;
}
.contact__list02--item--txt {
  font-size: 1.5rem;
  text-align: left;
}

.mw_wp_form_confirm .contact__box01,
.mw_wp_form_confirm .contact__box02 {
  display: none;
}

.choose_sec01 {
  padding: 10px 0 40px;
}
.choose_sec01--txt {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 40px;
}
.choose_sec01__banner img {
  width: 100%;
}

.choose_sec02 {
  padding: 40px 0;
}

.choose_sec03 {
  background: #E7F4F1;
  padding: 40px 0;
}
.choose_sec03.bg_yl {
  background: #F5F1DC;
}
.choose_sec03.bg_yl .choose--title7 {
  color: #C7B661;
}
.choose_sec03.bg_yl .choose__box7,
.choose_sec03.bg_yl .choose__list5--item--title,
.choose_sec03.bg_yl .choose__list7--item--title {
  background: #C7B661;
}
.choose_sec03.bg_yl .choose__box7:after,
.choose_sec03.bg_yl .choose__list5--item--title:after,
.choose_sec03.bg_yl .choose__list7--item--title:after {
  border-top-color: #C7B661;
}
.choose_sec03.bg_yl .choose__list6--item--q::before {
  background: #C7B661;
}
.choose_sec03__banner {
  margin-bottom: 30px;
}

.choose_anchor {
  background: #E7F4F1;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .choose_anchor {
    padding: 20px 0;
  }
}
.choose_anchor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.choose_anchor li {
  width: 32%;
  margin-top: 2%;
}
@media screen and (max-width: 767px) {
  .choose_anchor li {
    width: 100%;
  }
}
.choose_anchor li:nth-child(1), .choose_anchor li:nth-child(2), .choose_anchor li:nth-child(3) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .choose_anchor li:nth-child(1), .choose_anchor li:nth-child(2), .choose_anchor li:nth-child(3) {
    margin-top: 2%;
  }
}
.choose_anchor li a {
  display: block;
  background: #ffffff;
  border-radius: 8px;
  font-size: 1.3rem;
  text-align: center;
  padding: 20px 0 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .choose_anchor li a {
    font-size: 1.2rem;
    padding: 8px 0 18px;
  }
}
.choose_anchor li a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #00997F;
  border-bottom: 1px solid #00997F;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .choose_anchor li a:after {
    bottom: 10px;
  }
}
.choose_anchor li a:hover:after {
  content: "";
  bottom: 10px;
}
.choose_anchor li a span {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .choose_anchor li a span {
    font-size: 1.4rem;
  }
}

.choose_anchor02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .choose_anchor02 {
    margin-bottom: 20px;
  }
}
.choose_anchor02--item {
  width: 260px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .choose_anchor02--item {
    width: 116px;
    margin-right: 10px;
  }
}
.choose_anchor02--item:last-child {
  margin-right: 0;
}
.choose_anchor02--item a {
  display: block;
  background: #F5F5F5;
  border-radius: 8px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 27px 0 37px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .choose_anchor02--item a {
    font-size: 1.4rem;
    padding: 9px 0 19px;
  }
}
.choose_anchor02--item a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: 15px;
  left: calc(50% - 4px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .choose_anchor02--item a:after {
    bottom: 10px;
  }
}
.choose_anchor02--item a:hover:after {
  content: "";
  bottom: 10px;
}
.choose_anchor02--item a span {
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .choose_anchor02--item a span img {
    max-width: 70%;
  }
}

.choose--title {
  position: relative;
  padding: 12px 0 12px 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .choose--title {
    padding: 15px;
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
    background: #61C7B6;
    margin-bottom: 20px;
  }
}
.choose--title--num {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #00997F;
  position: absolute;
  left: 0;
  top: calc(50% - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.8rem;
  font-weight: 900;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .choose--title--num {
    width: 46px;
    height: 46px;
    font-size: 1.6rem;
    left: 15px;
    top: 15px;
  }
}
.choose--title__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #61C7B6;
  border-radius: 16px;
  padding: 11px 0;
}
@media screen and (max-width: 767px) {
  .choose--title__content {
    padding: 0;
  }
}
.choose--title--txt {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .choose--title--txt {
    font-size: 1.4rem;
    padding-left: 60px;
  }
}
.choose--title--txt span {
  display: block;
  font-size: 2rem;
  font-weight: 900;
  color: #FEFF01;
}
@media screen and (max-width: 767px) {
  .choose--title--txt span {
    font-size: 1.8rem;
  }
}
.choose--title--note {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .choose--title--note {
    font-size: 1.2rem;
  }
}

.choose--title2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  border-radius: 8px;
  background: #62B8C7;
  padding: 8px 15px;
  margin-bottom: 20px;
}
.choose--title2--vl {
  background: #8B97C7;
}
.choose--title2--br {
  background: #99846B;
}
.choose--title2--rd {
  background: #B36B6B;
}
.choose--title2--og {
  background: #EBA45E;
}
.choose--title2--pk {
  background: #EB8C8C;
}

.choose--title3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #00997F;
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
}
.choose--title3:before {
  content: "";
  width: 6px;
  height: 100%;
  background: #00997F;
  position: absolute;
  left: 0;
  top: 0;
}

.choose--title4 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  background: #FF8080;
  padding: 22px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .choose--title4 {
    font-size: 1.6rem;
    padding: 10px 20px;
    text-align: left;
  }
}

.choose--title5 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  background: #00997F;
  padding: 8px 15px;
  margin-bottom: 30px;
}

.choose--title6 {
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
}
.choose--title6:before {
  content: "";
  width: 6px;
  height: 100%;
  background: #808080;
  position: absolute;
  left: 0;
  top: 0;
}

.choose--title7 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #62B8C7;
  position: relative;
  margin-bottom: 20px;
}

.choose__box1 {
  width: 49%;
  max-width: 500px;
  border-radius: 16px;
  background: #DFEFF7;
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  .choose__box1 {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
  .choose__box1:last-child {
    margin-bottom: 0;
  }
}
.choose__box1:nth-child(2n) {
  background: #F7EBDF;
}
.choose__box1--title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
.choose__box1--title span {
  display: block;
  height: 84px;
}
.choose__box1--img {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .choose__box1--img {
    margin-bottom: 0;
  }
}
.choose__box1--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.choose__box1--list--item {
  width: 50%;
  border-right: 1px dashed #CCCCCC;
  padding: 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .choose__box1--list--item {
    width: 100%;
    border-right: none;
    border-bottom: 1px dashed #CCCCCC;
    padding: 20px 0;
  }
  .choose__box1--list--item:last-child {
    padding-bottom: 0;
  }
}
.choose__box1--list--item:last-child {
  border-right: none;
  border-bottom: none;
}
.choose__box1--list--item--title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #62B8C7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.choose__box1--list--item--title span {
  display: inline-block;
  margin-right: 10px;
}
.choose__box1--list--item--txt {
  font-size: 1.6rem;
}
.choose__box1--note {
  font-size: 1.3rem;
  padding: 0 20px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .choose__box1--note {
    display: none;
  }
}

.choose__box2 {
  background: #F7F5EB;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 40px;
}
.choose__box2--note {
  text-align: right;
  font-size: 1.4rem;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .choose__box2--note {
    margin-top: 0;
  }
}

.choose__box3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #F7F5EB;
  border-radius: 16px;
  padding: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .choose__box3 {
    display: block;
    padding: 30px 20px;
  }
}
.choose__box3--img {
  padding-top: 50px;
  width: 233px;
}
@media screen and (max-width: 1024px) {
  .choose__box3--img {
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }
}
.choose__box3--img .c-btn02 {
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .choose__box3--img .c-btn02 {
    margin: 0 auto 20px;
  }
}
.choose__box3__content {
  width: calc(100% - 285px);
}
@media screen and (max-width: 1024px) {
  .choose__box3__content {
    width: 100%;
  }
}
.choose__box3--logo {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .choose__box3--logo {
    margin-bottom: 20px;
  }
}
.choose__box3--title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .choose__box3--title {
    font-size: 2rem;
  }
}
.choose__box3--title small {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
}
.choose__box3--title2 {
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}
.choose__box3--title2:before {
  content: "";
  width: 6px;
  height: 100%;
  background: #808080;
  position: absolute;
  top: 0;
  left: 0;
}
.choose__box3--txt {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 40px;
}

.choose__box4 {
  background: #F7F5EB;
  border-radius: 16px;
  padding: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .choose__box4 {
    padding: 20px;
  }
}
.choose__box4:last-child {
  margin-bottom: 0;
}
.choose__box4--img {
  padding-top: 50px;
  width: 233px;
}
.choose__box4--img .c-btn02 {
  margin-bottom: 25px;
}
.choose__box4__content {
  width: calc(100% - 285px);
}
.choose__box4--logo {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .choose__box4--logo {
    margin-bottom: 20px;
  }
}
.choose__box4--title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .choose__box4--title {
    font-size: 2rem;
  }
}
.choose__box4--title small {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
}
.choose__box4--title2 {
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}
.choose__box4--title2:before {
  content: "";
  width: 6px;
  height: 100%;
  background: #808080;
  position: absolute;
  top: 0;
  left: 0;
}
.choose__box4--txt {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 40px;
}

.choose__box5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .choose__box5 {
    display: block;
    margin-bottom: 30px;
  }
}
.choose__box5:last-child {
  margin-bottom: 0;
}
.choose__box5--img {
  width: 350px;
}
@media screen and (max-width: 1024px) {
  .choose__box5--img {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}
.choose__box5__content {
  width: calc(100% - 400px);
}
@media screen and (max-width: 1024px) {
  .choose__box5__content {
    width: 100%;
  }
}
.choose__box5--title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .choose__box5--title {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.choose__box5--title sup {
  font-weight: 700;
}
.choose__box5--txt1 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.choose__box5--txt2 {
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .choose__box5 .c-btn02 {
    margin: 15px auto 0;
  }
}

.choose__box6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
.choose__box6--txt {
  max-width: 405px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.choose__box6--rgt {
  max-width: 598px;
}
.choose__box6--title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.choose__box6--table {
  border-collapse: collapse;
  width: 100%;
}
.choose__box6--table tr {
  border: 2px solid #00997F;
}
.choose__box6--table th {
  font-size: 1.6rem;
  width: 102px;
  padding: 0 15px;
  height: 80px;
  vertical-align: middle;
  background: #E6F2F0;
}
.choose__box6--table td {
  font-size: 1.6rem;
  padding: 0 15px;
  height: 80px;
  vertical-align: middle;
}
.choose__box6--note {
  font-size: 1.4rem;
  margin-top: 10px;
}

.choose__box7 {
  padding: 23px;
  background: #62B8C7;
  border-radius: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .choose__box7 {
    padding: 40px;
  }
}

.choose__box8 {
  width: 48.5%;
  max-width: 500px;
  text-align: center;
  background: #DFEFF7;
  border-radius: 16px;
  padding: 38px;
}
@media screen and (max-width: 767px) {
  .choose__box8 {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 16px;
  }
  .choose__box8:last-child {
    margin-bottom: 0;
  }
}
.choose__box8:nth-child(2n) {
  background: #F7EBDF;
}
.choose__box8__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}
.choose__box8__head__content {
  padding-left: 15px;
}
.choose__box8__head--num {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 700;
}
.choose__box8__head--num small {
  font-size: 1.8rem;
  font-weight: 700;
}
.choose__box8__head--txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.choose__box8--title {
  text-align: center;
  margin-bottom: 20px;
}
.choose__box8--title span {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.choose__box8--title span:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #333333;
  position: absolute;
  left: -15px;
  top: 0;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.choose__box8--title span:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #333333;
  position: absolute;
  right: -15px;
  top: 0;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.choose__box8--title2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .choose__box8--title2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.choose__box8--txt2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .choose__box8--txt2 {
    margin-bottom: 10px;
  }
}

.choose__box9 {
  background: #F7F5EB;
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .choose__box9 {
    padding: 20px 16px;
  }
}
.choose__box9--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 3px solid #ffffff;
}
.choose__box9--row:last-child {
  border-bottom: none;
}
.choose__box9--col:nth-child(1) {
  width: 139px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  background: #D9D2AD;
  border-right: 3px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .choose__box9--col:nth-child(1) {
    width: 32px;
    font-size: 1.4em;
    padding: 0 5px;
  }
}
.choose__box9--col:nth-child(2) {
  width: calc(100% - 139px);
  padding: 25px;
  background: #F2EAC2;
}
@media screen and (max-width: 767px) {
  .choose__box9--col:nth-child(2) {
    width: calc(100% - 32px);
    padding: 12px;
  }
}
@media screen and (max-width: 767px) {
  .choose__box9--col .u-middle {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.choose__box9--img {
  width: 136px;
}
@media screen and (max-width: 767px) {
  .choose__box9--img {
    width: 102px;
  }
}
.choose__box9--txt {
  width: calc(100% - 136px);
  padding-left: 20px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .choose__box9--txt {
    width: calc(100% - 102px);
    padding-left: 10px;
  }
}

.choose__box10 {
  padding: 38px;
  background: #DFEFF7;
  border-radius: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .choose__box10 {
    padding: 20px;
  }
}
.choose__box10--txt {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.choose__box10--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .choose__box10--img {
    display: block;
  }
}
.choose__box10--img img {
  max-width: 49%;
}
@media screen and (max-width: 767px) {
  .choose__box10--img img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}

.choose__box11 {
  padding: 50px;
  background: #DFEFF7;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .choose__box11 {
    display: block;
    padding: 20px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .choose__box11--img {
    margin-bottom: 15px;
  }
  .choose__box11--img img {
    width: 100%;
  }
}
.choose__box11__content {
  width: calc(100% - 190px);
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .choose__box11__content {
    width: 100%;
    padding-left: 0;
  }
}
.choose__box11__group {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .choose__box11__group {
    margin-bottom: 15px;
  }
}
.choose__box11__group:last-child {
  margin-bottom: 0;
}
.choose__box11--title {
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
}
.choose__box11--title:before {
  content: "";
  width: 6px;
  height: 100%;
  background: #00997F;
  position: absolute;
  top: 0;
  left: 0;
}

.choose__box12 {
  background: #F7F5EB;
  border-radius: 16px;
  padding-left: 30px;
  padding-bottom: 50px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .choose__box12 {
    padding: 24px;
    margin-bottom: 20px;
  }
}
.choose__box12__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .choose__box12__head {
    display: block;
  }
}
.choose__box12__head__content {
  padding-top: 50px;
  max-width: 438px;
}
@media screen and (max-width: 767px) {
  .choose__box12__head__content {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.choose__box12__head--logo {
  margin-bottom: 20px;
}
.choose__box12__head--title {
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .choose__box12__head--title {
    margin-bottom: 15px;
  }
}
.choose__box12__head--txt {
  font-size: 1.65em;
  line-height: 1.75;
  letter-spacing: -0.02em;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  .choose__box12__head--txt {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .choose__box12__head--txt {
    padding-right: 0;
  }
}
.choose__box12__mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .choose__box12__mid {
    display: block;
  }
}
.choose__box12__mid--title {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 10px 30px 5px 0;
  border-right: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .choose__box12__mid--title {
    border-bottom: 1px solid #707070;
    border-right: none;
    margin-bottom: 10px;
  }
}
.choose__box12__mid__content {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .choose__box12__mid__content {
    padding-left: 0;
  }
}
.choose__box12__mid--tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.choose__box12__mid--tag li {
  font-size: 1.6rem;
  font-weight: bold;
  background: #ffffff;
  border-radius: 16px;
  padding: 4px 16px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.choose__box12__mid--tag li:last--child {
  margin-right: 0;
}
.choose__box12__bottom {
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .choose__box12__bottom {
    padding-right: 0;
  }
}

.choose__list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.choose__list01--item {
  width: 33.33%;
  padding: 0 20px;
  border-right: 1px dashed #CCCCCC;
  padding-bottom: 190px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .choose__list01--item {
    width: 100%;
    border-right: none;
    border-bottom: 1px dashed #CCCCCC;
    padding-bottom: 190px;
    margin-bottom: 50px;
  }
}
.choose__list01--item:last-child {
  border-right: none;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .choose__list01--item:last-child {
    margin-bottom: 0;
  }
}
.choose__list01--item--num {
  background: #00997F;
  border-radius: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  padding: 12px 0;
  text-align: center;
  margin-bottom: 15px;
}
.choose__list01--item--img {
  text-align: center;
  margin-bottom: 10px;
}
.choose__list01--item--title {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
.choose__list01--item--title span {
  display: block;
  color: #00997F;
  font-size: 2.4rem;
  font-weight: 900;
}
.choose__list01--item--title small {
  font-size: 1.8rem;
  font-weight: 900;
  color: #00997F;
}
.choose__list01--item--txt {
  font-size: 1.6rem;
  line-height: 1.75;
}
.choose__list01--item--txt small {
  font-size: 1.4rem;
  display: block;
  margin-top: 15px;
}
.choose__list01--item--chart {
  position: absolute;
  left: 20px;
  bottom: 0;
  max-width: calc(100% - 40px);
}
@media screen and (max-width: 767px) {
  .choose__list01--item--chart {
    bottom: 20px;
  }
}

.choose__list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
.choose__list02--item {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .choose__list02--item {
    width: 100%;
    margin-bottom: 20px;
  }
  .choose__list02--item:last-child {
    margin-bottom: 0;
  }
}
.choose__list02--item--title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 10px 0;
}
.choose__list02--item--cat {
  font-size: 1.4rem;
  background: #E6E6E6;
  padding: 3px 9px;
}
.choose__list02--item--txt {
  font-size: 1.4rem;
  margin-top: 15px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .choose__list02--item--txt {
    text-align: left;
  }
}

.choose__list03--item {
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .choose__list03--item {
    margin-right: 5px;
  }
}
.choose__list03--item a {
  font-size: 1.6rem;
  background: #F2F2F2;
  border-radius: 8px;
  padding: 9px 19px;
}
@media screen and (max-width: 767px) {
  .choose__list03--item a {
    font-size: 1.4rem;
  }
}

.choose__list04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .choose__list04 {
    display: block;
  }
}
.choose__list04--item {
  width: 21.5%;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .choose__list04--item {
    width: 210px;
    margin: 0 auto 46px;
  }
  .choose__list04--item:last-child {
    margin-bottom: 0;
  }
}
.choose__list04--item:after {
  content: "+";
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 0.63;
  position: absolute;
  left: 104%;
  top: calc(50% - 12px);
}
@media screen and (max-width: 767px) {
  .choose__list04--item:after {
    top: calc(100% + 10px);
    left: calc(50% - 11px);
  }
}
.choose__list04--item:nth-child(2) img {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .choose__list04--item:nth-child(2) img {
    margin-right: 35px;
  }
}
.choose__list04--item:last-child:after {
  display: none;
}
.choose__list04--item--title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.choose__list5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .choose__list5 {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .choose__list5 {
    padding: 0 20px;
  }
}
.choose__list5--item {
  width: 32.3%;
  background: #ffffff;
  border-radius: 16px;
}
@media screen and (max-width: 1024px) {
  .choose__list5--item {
    width: 100%;
    margin-bottom: 10px;
  }
  .choose__list5--item:last-child {
    margin-bottom: 0;
  }
}
.choose__list5--item.sz50 {
  width: 48.8%;
}
@media screen and (max-width: 1024px) {
  .choose__list5--item.sz50 {
    width: 100%;
  }
}
.choose__list5--item--title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background: #62B8C7;
  border-radius: 16px 16px 0 0;
  padding: 10px 0;
}
.choose__list5--item--title span {
  display: inline-block;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
}
.choose__list5--item__content {
  padding: 25px;
}
.choose__list5--item--circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.choose__list5--item--circle li {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FF9E81;
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: calc(50% - 93px);
  position: relative;
}
.choose__list5--item--circle li:after {
  content: "+";
  font-size: 2.4rem;
  line-height: 1;
  position: absolute;
  left: calc(107% + 12px);
}
.choose__list5--item--circle li:last-child {
  margin-right: 0;
}
.choose__list5--item--circle li:last-child:after {
  display: none;
}
.choose__list5--item--circle li.bg_og {
  background: #FCCC88;
}
.choose__list5--item--circle li.bg_pk {
  background: #FFA3B2;
}
.choose__list5--item--circle li.bg_gr {
  background: #F7F779;
  font-size: 1.4rem;
}
.choose__list5--item--tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.choose__list5--item--tag li {
  width: 131px;
  height: 62px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FF9E81;
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: 35px;
  position: relative;
}
.choose__list5--item--tag li:after {
  content: "+";
  font-size: 2.4rem;
  line-height: 1;
  position: absolute;
  left: calc(100% + 10px);
}
.choose__list5--item--tag li:last-child {
  margin-right: 0;
}
.choose__list5--item--tag li:last-child:after {
  display: none;
}
.choose__list5--item--tag li.bg_og {
  background: #FCCC88;
}
.choose__list5--item--tag li.bg_pk {
  background: #FFA3B2;
}
.choose__list5--item--tag li.bg_gr {
  background: #F7F779;
  font-size: 1.4rem;
}
.choose__list5--item table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  margin-top: 10px;
}
.choose__list5--item table th:nth-child(1) {
  font-size: 1.6rem;
  font-weight: 700;
  background: #62B8C7;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  height: 34px;
  border-right: 2px solid #ffffff;
}
.choose__list5--item table th:nth-child(2) {
  font-size: 1.6rem;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  background: #808080;
}
.choose__list5--item table td {
  font-size: 1.4rem;
  font-weight: 700;
  background: #F2F2F2;
  text-align: center;
  vertical-align: middle;
  height: 34px;
}
.choose__list5--item table td:nth-child(1) {
  border-right: 2px solid #ffffff;
}
.choose__list5--item--price {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  background: #F2F2F2;
  padding: 19px 0;
  margin: 10px auto 0;
  max-width: 280px;
}

.choose__list6 {
  background: #ffffff;
  padding: 20px;
  border-radius: 16px;
  margin-bottom: 30px;
}
.choose__list6--item {
  margin-bottom: 20px;
}
.choose__list6--item:last-child {
  margin-bottom: 0;
}
.choose__list6--item--q {
  position: relative;
  padding-left: 35px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.choose__list6--item--q::before {
  content: "Q";
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  width: 27px;
  height: 27px;
  border-radius: 4px;
  background: #62B8C7;
  position: absolute;
  left: 0;
  top: 0;
}
.choose__list6--item--a {
  padding-left: 35px;
  position: relative;
}
.choose__list6--item--a::before {
  content: "A";
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  width: 27px;
  height: 27px;
  border-radius: 4px;
  background: #6196C7;
  position: absolute;
  left: 0;
  top: 0;
}
.choose__list6--item--a h5 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #6196C7;
}
.choose__list6--item--a ol li {
  position: relative;
  font-size: 1.4rem;
  margin-top: 10px;
  padding-left: 20px;
}
.choose__list6--item--a ol li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.choose__list7--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.choose__list7--item:last-child .choose__list7--item--title:after {
  display: none;
}
.choose__list7--item--title {
  width: 133px;
  background: #62B8C7;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  padding: 40px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .choose__list7--item--title {
    width: 64px;
    padding: 80px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .choose__list7--item--title span {
    width: 100%;
  }
}
.choose__list7--item--title > div {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
}
.choose__list7--item--title:after {
  content: "";
  border-top: 16px solid #62B8C7;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  position: absolute;
  top: 100%;
  left: calc(50% - 13px);
}
.choose__list7--item--title span {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  display: block;
}
.choose__list7--item__content {
  padding: 20px 0;
  background: #ffffff;
  width: calc(100% - 133px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .choose__list7--item__content {
    width: calc(100% - 64px);
    display: block;
    padding: 10px 20px;
  }
}
.choose__list7--item--box {
  width: 50%;
  border-right: 1px dashed #333333;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .choose__list7--item--box {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px dashed #333333;
    border-right: 0;
  }
  .choose__list7--item--box:last-child {
    border-bottom: 0;
  }
}
.choose__list7--item--box.w100 {
  width: 100%;
  border-right: none;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .choose__list7--item--box.w100 {
    margin-bottom: 0;
  }
}
.choose__list7--item--box.w100:last-child {
  margin-bottom: 0;
}
.choose__list7--item--box:last-child {
  border-right: none;
}
.choose__list7--item--box.w100 {
  width: 100%;
}
.choose__list7--item--box h5 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.choose__list7--item--box p {
  font-size: 1.6rem;
}

.choose__list8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
.choose__list8--item {
  width: 31.2%;
}
@media screen and (max-width: 767px) {
  .choose__list8--item {
    width: 100%;
    margin-top: 30px;
  }
}
.choose__list8--item.sz50 {
  width: 47.4%;
}
@media screen and (max-width: 767px) {
  .choose__list8--item.sz50 {
    width: 100%;
  }
}
.choose__list8--item--title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}
.choose__list8--item--txt {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 10px;
}

.choose__list9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .choose__list9 {
    display: block;
  }
}
.choose__list9--item {
  width: 29.6%;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .choose__list9--item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.choose__list9--item:last-child {
  margin-right: 0;
}
.choose__list9--item.sz30 {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .choose__list9--item.sz30 {
    width: 100%;
  }
}
.choose__list9--item--txt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .choose__list9--item--txt {
    margin-top: 5px;
  }
}
.choose__list9--item--note {
  font-size: 1.3rem;
  margin-top: 10px;
}

.choose--table01 {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.choose--table01 th {
  border: 2px solid #ffffff;
  background: #E6E4DA;
  text-align: center;
  font-size: 1.6rem;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .choose--table01 th:nth-child(3) {
    display: none;
  }
}
.choose--table01 th:nth-child(1) {
  width: 100px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .choose--table01 th:nth-child(1) {
    width: 42px;
  }
}
.choose--table01 td {
  background: #F7F5EB;
  padding: 20px;
  border: 2px solid #ffffff;
  font-size: 1.6rem;
}
.choose--table01 td:nth-child(1) {
  width: 100px;
  background: #00997F;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .choose--table01 td:nth-child(1) {
    padding: 0 5px;
    width: 42px;
  }
}
@media screen and (max-width: 767px) {
  .choose--table01 td:nth-child(3) {
    display: none;
  }
}
.choose--table01 td ul li {
  padding-left: 20px;
  font-size: 1.6rem;
  line-height: 1.75;
  position: relative;
}
.choose--table01 td ul li:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #00997F;
  position: absolute;
  left: 0;
  top: 7px;
}

.heading {
  position: relative;
}
.heading__bg {
  background-color: #1B4390;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .heading__bg {
    height: 10px;
  }
}
.heading__outer {
  padding: 20px 15px;
  background-image: url(../images/heading-bg.png);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .heading__outer {
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url(../images/heading-bg-sp.png);
  }
}
.heading__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1024px;
  margin: auto;
}
.heading__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.heading__logo {
  max-width: 145px;
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  .heading__logo {
    max-width: 21vw;
    margin: 0 0 5px;
  }
}
.heading__title {
  max-width: 172px;
  display: block;
}
@media screen and (max-width: 767px) {
  .heading__title {
    max-width: 26vw;
  }
}
.heading__img {
  max-width: 345px;
  margin-left: 20px;
  display: block;
}
@media screen and (max-width: 767px) {
  .heading__img {
    max-width: 45vw;
    margin-left: 10px;
  }
}

.banner {
  position: fixed;
  z-index: 50;
  width: 100%;
  bottom: 25px;
  right: 25px;
  max-width: 304px;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .banner {
    max-width: 29vw;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    max-width: 100%;
    max-height: 100px;
    bottom: 0;
    right: 0;
  }
}
.banner.top_banner {
  right: unset;
  left: 25px;
}
@media screen and (min-width: 767px) {
  .banner.top_banner {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .banner.top_banner {
    left: auto;
  }
}
.banner__cross {
  max-width: 50px;
  display: block;
  margin-left: auto;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .banner__cross {
    max-width: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .banner__cross {
    display: none;
  }
}
.banner__img {
  max-width: 304px;
  display: block;
}
@media screen and (max-width: 767px) {
  .banner__img {
    display: none;
  }
}
.banner__img:hover {
  opacity: 1;
}
.banner__img--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .banner__img--sp {
    display: block;
  }
}
.banner__icon {
  max-width: 240px;
  margin: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .banner__icon {
    display: none;
  }
}

.hamburger-btn {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  width: 80px;
  height: 80px;
  outline: none;
  border: none;
  border-radius: 8px;
  background-color: transparent;
  background-color: #ec4755;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 767px) {
  .hamburger-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
  }
}
.hamburger-btn__bar {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .hamburger-btn__bar {
    margin-top: 8px;
  }
}
.hamburger-btn__bar--top, .hamburger-btn__bar--middle, .hamburger-btn__bar--bottom {
  display: block;
  width: 40px;
  height: 4px;
  border-radius: 1px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .hamburger-btn__bar--top, .hamburger-btn__bar--middle, .hamburger-btn__bar--bottom {
    width: 20px;
    height: 2px;
  }
}
.hamburger-btn__bar--top {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.hamburger-btn__bar--middle {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
@media screen and (max-width: 767px) {
  .hamburger-btn__bar--middle {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
.hamburger-btn__bar--bottom {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
}
@media screen and (max-width: 767px) {
  .hamburger-btn__bar--bottom {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
.hamburger-btn__text {
  margin-top: 13px;
  color: white;
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .hamburger-btn__text {
    margin-top: 10px;
    font-size: 1rem;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

.cross.bar.hamburger-btn__bar--top {
  -webkit-transform: translateY(5.5px) rotate(31deg);
          transform: translateY(5.5px) rotate(31deg);
}
.cross.bar.hamburger-btn__bar--middle {
  opacity: 0;
}
.cross.bar.hamburger-btn__bar--bottom {
  -webkit-transform: translateY(1px) rotate(-31deg);
          transform: translateY(1px) rotate(-31deg);
}

.page-title {
  padding: 15px 0;
}
.page-title--support {
  background-color: #f29dac;
}
.page-title--city {
  background-color: #face7d;
}
.page-title--aqua {
  background-color: #61aaf2;
}
.page-title--red {
  background-color: #ff401a;
}
.page-title--orange {
  background-color: #ff8c1a;
}
.page-title--lightgreen {
  background-color: #6be634;
}
.page-title--yellow {
  background-color: #ffd500;
}
.page-title--green {
  background-color: #56d98d;
}
.page-title--lightblue {
  background-color: #2bd9d9;
}
.page-title--purple {
  background-color: #6d83f2;
}
.page-title--contact {
  background-color: #ec4755;
}
.page-title__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1064px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .page-title__container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.page-title__img {
  width: 125px;
}
@media screen and (max-width: 767px) {
  .page-title__img {
    width: 64px;
  }
}
.page-title__text {
  font-size: 3.5rem;
  font-weight: 700;
  margin-left: 20px;
  color: white;
}
@media screen and (max-width: 767px) {
  .page-title__text {
    font-size: 1.8rem;
    margin-left: 12px;
  }
}
.page-title__sub-text {
  font-size: 1.9rem;
  margin-left: 20px;
  color: white;
}

.menu {
  position: absolute;
  height: 100vh;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: none;
}
.menu__bg {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 80;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .menu__bg {
    display: none;
  }
}
.menu__section {
  padding: 80px 15px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .menu__section {
    padding: 0;
  }
}
.menu__outer {
  max-width: 1024px;
  position: relative;
  margin: auto;
  z-index: 100;
  background-color: #FFFFFF;
  height: 100%;
  overflow: scroll;
}
.menu__inner {
  background-image: url(../images/heading-bg.png);
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 15px;
  position: relative;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .menu__inner {
    background-image: url(../images/heading-bg-sp.png);
  }
}
.menu__top {
  height: 17px;
  background-color: #1B4390;
}
@media screen and (max-width: 767px) {
  .menu__top {
    height: 10px;
  }
}
.menu__logo {
  max-width: 145px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .menu__logo {
    max-width: 21vw;
    margin-bottom: 5px;
  }
}
.menu__title {
  max-width: 172px;
}
@media screen and (max-width: 767px) {
  .menu__title {
    max-width: 26vw;
  }
}
.menu__img {
  max-width: 345px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .menu__img {
    max-width: 45vw;
    margin-left: 10px;
  }
}
.menu__cross {
  max-width: 35px;
  position: absolute;
  right: 35px;
  top: 10px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .menu__cross {
    position: static;
    margin-left: 40px;
  }
}
.menu__group {
  padding: 0 15px 50px;
}
@media screen and (max-width: 767px) {
  .menu__group {
    padding: 0 16px 150px;
  }
}
.menu__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 925px;
  padding-bottom: 45px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .menu__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.menu__ul {
  width: calc(50% - 20px);
  font-size: 1.7rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .menu__ul {
    font-size: 1.4rem;
    width: 100%;
    margin-bottom: 15px;
  }
  .menu__ul:last-of-type {
    margin-bottom: 0;
  }
}
.menu__link {
  border-bottom: solid 1px #EC4755;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: block;
  position: relative;
}
.menu__link:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.menu__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 10px;
  margin: auto;
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 11px;
}
.menu__button {
  display: block;
  margin: auto;
  max-width: 336px;
  padding-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .menu__button {
    max-width: 100%;
  }
}
.menu__icon {
  max-width: 130px;
  margin: auto;
  display: block;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .menu__icon {
    max-width: 34vw;
  }
}
.menu__address {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.menu__info {
  font-size: 1.4rem;
  display: block;
  position: relative;
  max-width: 195px;
  margin: auto auto 15px;
  line-height: 1;
}
.menu__info::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 5px;
  height: 10px;
}
.menu__text {
  font-size: 1.2rem;
  text-align: center;
}

.container {
  max-width: 1064px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.breadcrumb {
  margin-top: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb > span {
  padding: 0 10px;
}
.breadcrumb > span:first-child {
  padding-left: 0;
}
.breadcrumb span,
.breadcrumb a {
  font-size: 1.4rem;
  font-weight: 400;
  display: inline;
}
@media screen and (max-width: 767px) {
  .breadcrumb span,
.breadcrumb a {
    font-size: 1.2rem;
  }
}

.city-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.city-top__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 46%;
  background-color: white;
}
.city-top__logo {
  max-width: 450px;
  margin: 0 auto;
}
.city-top__text {
  font-size: 2.4rem;
  font-weight: 700;
  margin-left: 45px;
}
@media screen and (max-width: 1024px) {
  .city-top__text {
    font-size: 2.2rem;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .city-top__text {
    font-size: 1.6rem;
    margin-left: 10px;
  }
}
.city-top__right {
  width: 54%;
}
.city-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  padding: 30px;
  background-color: #fae8c8;
}
@media screen and (max-width: 767px) {
  .city-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
  }
}
.city-info__img {
  max-width: 215px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .city-info__img {
    max-width: 42%;
    margin-right: 0;
  }
}
.city-info__title {
  font-size: 2rem;
  font-weight: 700;
  color: #ec4755;
}
@media screen and (max-width: 767px) {
  .city-info__title {
    font-size: 1.4rem;
    max-width: 145px;
  }
}
.city-info__text {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .city-info__text {
    display: none;
  }
}
.city-info__text--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .city-info__text--sp {
    font-size: 1.4rem;
    display: block;
    margin-top: 15px;
  }
}
.city-info__sp-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .city-info__sp-top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.city__text {
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .city__text {
    font-size: 1.6rem;
  }
}
.city__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}
.city__points-item {
  overflow: hidden;
  width: 100%;
  max-width: 372px;
  margin: 0 15px;
  border-radius: 16px;
  background-color: #fae8c8;
}
@media screen and (max-width: 767px) {
  .city__points-item:nth-of-type(2) .city__points-text {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .city__points-item:nth-of-type(2) svg {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .city__points-item {
    width: 41%;
  }
}
.city__points-top {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
  color: white;
  background-color: #face7d;
}
@media screen and (max-width: 767px) {
  .city__points-top {
    font-size: 1.8rem;
  }
}
.city__points-text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  padding: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .city__points-text {
    font-size: 1.6rem;
    line-height: 1.2;
    padding: 10px;
  }
}
.city__points-text--strong {
  font-size: 5rem;
  font-weight: 700;
  display: block;
  color: #ec4755;
}
@media screen and (max-width: 767px) {
  .city__points-text--strong {
    font-size: 3.2rem;
  }
}
.city__points-text--strong span {
  font-size: 3.2rem;
  font-weight: 700;
  color: #ec4755;
}
@media screen and (max-width: 767px) {
  .city__points-text--strong span {
    font-size: 2.4rem;
  }
}
.city__points-text svg {
  display: table;
  margin: 10px auto 0;
}
.city-inexpensive__title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 97px;
  margin-top: 40px;
  padding-left: 30px;
  color: white;
  border-radius: 15px;
  background-color: #face7d;
}
@media screen and (max-width: 767px) {
  .city-inexpensive__title {
    font-size: 1.8rem;
    line-height: 73px;
  }
}
.city-inexpensive__text {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .city-inexpensive__text {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .city-inexpensive__text {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}
.city-inexpensive__text--red {
  font-size: 6rem;
  font-weight: 700;
  margin: 0 30px;
  color: #ec4755;
}
@media screen and (max-width: 1024px) {
  .city-inexpensive__text--red {
    font-size: 4rem;
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .city-inexpensive__text--red {
    font-size: 2.4rem;
    margin: 0;
  }
}
.city-inexpensive__text--red span {
  font-weight: 700;
  color: #ec4755;
}
@media screen and (max-width: 767px) {
  .city-inexpensive__text--red span {
    font-size: 1.6rem;
  }
}
.city-inexpensive__img {
  display: table;
  max-width: 700px;
  margin: 20px auto 0;
}
.city-inexpensive__img-announce {
  font-size: 1.4rem;
  font-weight: 400;
  max-width: 700px;
  margin: 35px auto 0;
}
.city-inexpensive__structure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .city-inexpensive__structure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .city-inexpensive__structure svg {
    margin: 20px 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.city-inexpensive__structure-left {
  max-width: 188px;
}
@media screen and (max-width: 767px) {
  .city-inexpensive__structure-left {
    max-width: 130px;
  }
}
@media screen and (max-width: 1024px) {
  .city-inexpensive__structure-left-wrap {
    width: 100%;
    max-width: 546px;
    text-align: center;
    border-radius: 16px;
    background-color: #49b8f3;
  }
}
.city-inexpensive__structure-middle {
  max-width: 222px;
}
@media screen and (max-width: 767px) {
  .city-inexpensive__structure-middle {
    max-width: 155px;
  }
}
@media screen and (max-width: 1024px) {
  .city-inexpensive__structure-middle-wrap {
    width: 100%;
    max-width: 546px;
    text-align: center;
    border-radius: 16px;
    background-color: #eff5f9;
  }
}
.city-inexpensive__structure-right {
  max-width: 546px;
}
.city-inexpensive__bottom {
  text-align: center;
}
.city-inexpensive__bottom-top {
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .city-inexpensive__bottom-top {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .city-inexpensive__bottom-top {
    font-size: 1.6rem;
  }
}
.city-inexpensive__bottom-top span {
  font-size: 6rem;
  font-weight: 700;
  margin-left: 30px;
  color: #ec4755;
}
@media screen and (max-width: 1024px) {
  .city-inexpensive__bottom-top span {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .city-inexpensive__bottom-top span {
    font-size: 2.4rem;
    display: block;
    margin-left: 0;
  }
}
.city-inexpensive__bottom-middle {
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .city-inexpensive__bottom-middle {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .city-inexpensive__bottom-middle {
    font-size: 1.8rem;
  }
}
.city-inexpensive__bottom-bottom {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 12px;
}
@media screen and (max-width: 1024px) {
  .city-inexpensive__bottom-bottom {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .city-inexpensive__bottom-bottom {
    font-size: 1.4rem;
  }
}
.city-inexpensive__bottom-announce {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .city-inexpensive__bottom-announce {
    text-align: left;
  }
}
.city-inexpensive__flow {
  overflow: hidden;
  margin-top: 25px;
  border: 3px solid #ec4755;
  border-radius: 16px;
}
.city-inexpensive__flow-text {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .city-inexpensive__flow-text {
    font-size: 1.4rem;
  }
}
.city-inexpensive__flow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .city-inexpensive__flow-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 17px;
  }
}
.city-inexpensive__flow-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
  color: white;
  background-color: #ec4755;
}
.city-inexpensive__flow-left {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .city-inexpensive__flow-left {
    width: 100%;
  }
}
.city-inexpensive__flow-left-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 46px;
  padding-left: 20px;
  color: white;
  background-color: #faa57d;
}
@media screen and (max-width: 767px) {
  .city-inexpensive__flow-left-title {
    text-align: center;
  }
}
.city-inexpensive__flow-left-text {
  font-size: 1.6rem;
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  .city-inexpensive__flow-left-text {
    text-align: center;
  }
}
.city-inexpensive__flow-right {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .city-inexpensive__flow-right {
    width: 100%;
  }
}
.city-inexpensive__flow-right-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 46px;
  margin-top: 30px;
  padding-left: 20px;
  color: white;
  background-color: #faa57d;
}
.city-inexpensive__flow-right-title:nth-of-type(1) {
  margin-top: 0;
}
.city-inexpensive__flow-right-text {
  font-size: 1.6rem;
  font-weight: 400;
  max-width: 415px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .city-inexpensive__flow-right-text:nth-of-type(1) {
    text-align: center;
  }
}
.city-inexpensive__flow-right-btn {
  line-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 336px;
  height: 60px;
  margin-top: 20px;
  text-align: center;
  border-radius: 16px;
  background: #fb401c;
  -webkit-box-shadow: 0 5px 0 #c73316;
          box-shadow: 0 5px 0 #c73316;
}
@media screen and (max-width: 1024px) {
  .city-inexpensive__flow-right-btn {
    width: 100%;
  }
}
.city-inexpensive__flow-right-btn p {
  font-size: 2rem;
  font-weight: 700;
  color: white;
}
.city-inexpensive__flow-right-btn svg {
  display: table;
  margin-left: 25px;
}
.city-faq__title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 97px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 30px;
  color: white;
  border-radius: 15px;
  background-color: #face7d;
}
@media screen and (max-width: 767px) {
  .city-faq__title {
    font-size: 1.8rem;
    line-height: 73px;
    margin-bottom: 15px;
  }
}
.city-faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 54px;
  margin-top: 2px;
  padding: 0 10px 0 20px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #fae8c8;
}
.city-faq__question.city-faq-current {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #face7d;
}
.city-faq__question svg {
  margin-left: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.city-faq__question svg.city-faq-current-icon {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.city-faq__question svg.city-faq-current-icon path {
  fill: white;
}
.city-faq__question p {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .city-faq__question p {
    font-size: 1.2rem;
  }
}
.city-faq__answer {
  margin-bottom: 2px;
  padding: 10px 20px 20px;
  background-color: white;
}
.city-faq__answer-text {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .city-faq__answer-text {
    font-size: 1.2rem;
  }
}
.city-faq__answer-announce {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .city-faq__answer-announce {
    font-size: 1.2rem;
  }
}
.city-document__title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 97px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 30px;
  color: white;
  border-radius: 15px;
  background-color: #face7d;
}
@media screen and (max-width: 767px) {
  .city-document__title {
    font-size: 1.8rem;
    line-height: 73px;
    margin-bottom: 15px;
  }
}
.city-document__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.city-document__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 32%;
  height: 56px;
  margin-bottom: 20px;
  padding: 0 15px;
  border: 2px solid #f9ce7d;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .city-document__link {
    width: 48%;
  }
}
@media screen and (max-width: 520px) {
  .city-document__link {
    width: 100%;
    margin-bottom: 10px;
  }
}
.city-document__link-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.city-document__link-left img {
  width: auto;
  height: 20px;
}
.city-document__link-left p {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 10px;
}

.wrapper {
  padding: 60px 15px 50px;
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding: 40px 15px 35px;
  }
}
.wrapper__outer {
  max-width: 1024px;
  margin: auto;
  background-color: #C3E3E6;
  border-radius: 16px;
  padding: 10px 15px 15px;
}
@media screen and (max-width: 767px) {
  .wrapper__outer {
    padding: 0 15px 20px;
  }
}
.wrapper__title {
  max-width: 620px;
  margin: auto auto 15px;
  display: block;
}
@media screen and (max-width: 767px) {
  .wrapper__title {
    display: none;
  }
}
.wrapper__title--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .wrapper__title--sp {
    display: block;
    max-width: 81vw;
    margin-left: auto;
    position: relative;
    top: -15px;
  }
}
.wrapper__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .wrapper__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wrapper__unit {
  position: relative;
  background-color: #fff;
  width: calc(33.3333333333% - 7.5px);
  border-radius: 16px;
  padding: 30px 20px 50px;
}
@media screen and (max-width: 767px) {
  .wrapper__unit {
    width: 100%;
    margin-bottom: 15px;
  }
  .wrapper__unit:last-of-type {
    margin-bottom: 0;
  }
}
.wrapper__count {
  background-color: #EC4755;
  border-radius: 16px 0 16px 0;
  max-width: 70px;
  padding: 10px 30px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
}
.wrapper__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 166px;
  margin-bottom: 20px;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .wrapper__box {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .wrapper__box {
    min-height: 40vw;
  }
}
.wrapper__item {
  font-size: 2rem;
  font-weight: bold;
  padding-top: 55px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .wrapper__item {
    font-size: 5.3vw;
  }
}
.wrapper__icon {
  max-width: 166px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .wrapper__icon {
    max-width: 15vw;
  }
}
@media screen and (max-width: 767px) {
  .wrapper__icon {
    max-width: 40vw;
  }
}
.wrapper__text {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .wrapper__text {
    font-size: 4.2vw;
  }
}

#page-top {
  margin-left: auto;
  display: table;
  width: 80px;
  height: 80px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #page-top {
    width: 60px;
    height: 60px;
  }
}

.support-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
  padding: 50px 60px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .support-top {
    padding: 20px;
  }
}
.support-top__left {
  max-width: 420px;
}
.support-top__left-top {
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .support-top__left-top {
    font-size: 1.1rem;
  }
}
.support-top__left-bottom {
  font-size: 4rem;
  font-weight: 700;
  color: #f29dac;
}
@media screen and (max-width: 767px) {
  .support-top__left-bottom {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
.support-top__right {
  max-width: 410px;
}
@media screen and (max-width: 1024px) {
  .support-top__right {
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .support-top__right {
    width: 50%;
  }
}
.support-top__text {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .support-top__text {
    font-size: 1.2rem;
  }
}
.support__title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 97px;
  margin-top: 40px;
  padding-left: 30px;
  color: white;
  border-radius: 15px;
  background-color: #f29dac;
}
@media screen and (max-width: 767px) {
  .support__title {
    font-size: 2rem;
    line-height: 1.2;
    padding: 10px 0 10px 15px;
  }
}
.support__sub-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 50px;
  margin-top: 50px;
  padding: 0 15px;
  border-radius: 8px;
  background-color: #f2dade;
}
@media screen and (max-width: 767px) {
  .support__sub-title {
    font-size: 1.4rem;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    margin-top: 20px;
  }
}
.support__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 28%;
  margin: 0 2.7%;
}
@media screen and (max-width: 767px) {
  .support__item {
    width: 48%;
    margin: 0 1% 20px;
  }
}
.support__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  padding: 20px 0;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .support__item-wrap {
    margin-top: 10px;
    padding: 15px 5px 0;
  }
}
.support__item-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 8px;
  color: #f29dac;
  border-bottom: 1px dashed #f29dac;
}
.support__item-text {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 10px;
}
.support__item-bottom {
  margin-top: 20px;
}
.support__item-bottom-top {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  color: white;
  background-color: #f29dac;
}
@media screen and (max-width: 767px) {
  .support__item-bottom-top {
    font-size: 1.2rem;
  }
}
.support__item-bottom-bottom {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  background-color: #f2dade;
}
.support__plus-icon {
  display: table;
  margin: 25px auto -20px;
}
@media screen and (max-width: 767px) {
  .support__plus-icon {
    margin: 15px auto;
  }
}
.support__nursing {
  margin-top: 30px;
  padding: 20px 20px 30px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .support__nursing {
    margin-top: 10px;
    padding: 10px 10px 15px;
  }
}
.support__nursing-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 8px;
  color: #f29dac;
  border-bottom: 1px dashed #f29dac;
}
.support__nursing-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .support__nursing-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.support__nursing-text {
  font-size: 1.4rem;
  font-weight: 400;
}
.support__nursing-img {
  width: 47%;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .support__nursing-img {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }
}
.support__terms {
  font-size: 1.2rem;
  font-weight: 400;
  overflow-y: scroll;
  height: 370px;
  margin-top: 15px;
  padding: 30px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .support__terms {
    height: 100%;
    padding: 15px;
  }
}
.support__terms-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 50px;
  margin-top: 50px;
  text-align: center;
  border-radius: 8px;
  background-color: #e6e6e6;
}
@media screen and (max-width: 767px) {
  .support__terms-title {
    font-size: 1.4rem;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
  }
}
.support__terms-sub-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #f29dac;
}
.support__terms-section {
  font-weight: 700;
}

.aqua-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.aqua-top__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48%;
  background-color: white;
}
.aqua-top__left-img {
  width: 80%;
}
.aqua-top__right {
  width: 52%;
}
.aqua-top__text {
  font-size: 1.6rem;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .aqua-top__text {
    font-size: 1.4rem;
    margin-top: 15px;
  }
}
.aqua-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .aqua-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.aqua-about__left, .aqua-about__right {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .aqua-about__left, .aqua-about__right {
    width: 100%;
  }
}
.aqua-about__title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  padding: 0 20px;
  color: white;
  border-radius: 16px;
  background-color: #61aaf2;
}
@media screen and (max-width: 1100px) {
  .aqua-about__title {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .aqua-about__title {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .aqua-about__title {
    font-size: 1.8rem;
    height: 75px;
    margin-top: 20px;
    padding: 0 15px;
  }
}
.aqua-about__item {
  height: calc(100% - 120px);
  margin-top: 20px;
  padding: 25px 20px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .aqua-about__item {
    padding: 20px 15px;
  }
}
.aqua-about__item-text {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .aqua-about__item-text {
    font-size: 1.4rem;
  }
}
.aqua-about__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding: 20px;
  border-radius: 16px;
  background-color: #e9f3fd;
}
@media screen and (max-width: 767px) {
  .aqua-about__point {
    padding: 20px 10px;
  }
}
.aqua-about__point-img {
  max-width: 130px;
  margin-right: 15px;
}
@media screen and (max-width: 520px) {
  .aqua-about__point-img {
    max-width: 80px;
  }
}
.aqua-about__point-title {
  font-size: 1.7rem;
  font-weight: 700;
  color: #61aaf2;
}
@media screen and (max-width: 767px) {
  .aqua-about__point-title {
    font-size: 1.4rem;
  }
}
.aqua-about__point-text {
  font-size: 1.4rem;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .aqua-about__point-text {
    margin-top: 10px;
  }
}
.aqua-about__right .aqua-about__item-text {
  margin-top: 20px;
}
.aqua-about__left .aqua-about__item-img {
  margin-top: 20px;
}
.aqua-about__btn {
  font-size: 2.6rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 450px;
  height: 80px;
  margin: 60px auto 0;
  color: white;
  border-radius: 16px;
  background-color: #f7ba3e;
  -webkit-box-shadow: 0 5px 0 #dea637;
          box-shadow: 0 5px 0 #dea637;
}
@media screen and (max-width: 520px) {
  .aqua-about__btn {
    font-size: 2rem;
    width: 100%;
    height: 60px;
    margin-top: 30px;
  }
}
.aqua-about__btn svg {
  margin-left: 15px;
}
.aqua-voice {
  margin-top: 60px;
}
.aqua-voice__title {
  font-size: 2.6rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  padding-left: 30px;
  color: white;
  border-radius: 16px;
  background-color: #61aaf2;
}
@media screen and (max-width: 767px) {
  .aqua-voice__title {
    font-size: 1.8rem;
    height: 75px;
    padding: 15px;
  }
}
.aqua-voice__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .aqua-voice__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.aqua-voice__left, .aqua-voice__right {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .aqua-voice__left, .aqua-voice__right {
    width: 100%;
  }
}
.aqua-voice__right .aqua-voice__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .aqua-voice__right .aqua-voice__item .aqua-voice__item-text {
    margin-right: 20px;
    margin-left: 0;
  }
}
.aqua-voice__right .aqua-voice__item .aqua-voice__item-text::before {
  right: -20px;
  left: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.aqua-voice__right .aqua-voice__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1024px) {
  .aqua-voice__right .aqua-voice__item:nth-of-type(even) .aqua-voice__item-text {
    margin-right: 0;
    margin-left: 20px;
  }
}
.aqua-voice__right .aqua-voice__item:nth-of-type(even) .aqua-voice__item-text::before {
  right: auto;
  left: -20px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
@media screen and (max-width: 1024px) {
  .aqua-voice__left .aqua-voice__item-text {
    margin-right: 0;
    margin-left: 20px;
  }
}
.aqua-voice__left .aqua-voice__item:nth-of-type(even) .aqua-voice__item-text::before {
  right: -20px;
  left: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  .aqua-voice__left .aqua-voice__item:nth-of-type(even) .aqua-voice__item-text {
    margin-right: 20px;
    margin-left: 0;
  }
}
.aqua-voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.aqua-voice__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.aqua-voice__item--01 img {
  margin-top: 20px;
}
.aqua-voice__item--02 p {
  margin-top: 10px;
}
.aqua-voice__item--03 img {
  margin-top: 10px;
}
.aqua-voice__item--04 img {
  margin-top: 30px;
}
.aqua-voice__item--05 img {
  margin-top: 5px;
}
.aqua-voice__item--06 img {
  margin-top: 30px;
}
.aqua-voice__item--07 p {
  margin-top: 15px;
}
.aqua-voice__item--08 img {
  margin-top: 15px;
}
.aqua-voice__item--09 img {
  margin-top: 15px;
}
.aqua-voice__item-img {
  width: auto;
  height: 105px;
}
.aqua-voice__item-text {
  font-size: 1.4rem;
  line-height: 1.4;
  position: relative;
  max-width: 324px;
  padding: 15px;
  background-color: white;
}
.aqua-voice__item-text::before {
  position: absolute;
  bottom: 5px;
  left: -20px;
  display: block;
  width: 23px;
  height: 29px;
  content: "";
  background-image: url(../img/balloon_arrow.svg);
}
.aqua-join {
  max-width: 710px;
  margin: 60px auto 0;
  border-radius: 16px;
  background-color: white;
}
.aqua-join--sp {
  display: none;
  max-width: 710px;
  margin: 30px auto 0;
  border-radius: 16px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .aqua-join--sp {
    display: block;
  }
}
.aqua-join__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  color: white;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-color: #ec4755;
}
@media screen and (max-width: 767px) {
  .aqua-join__title {
    font-size: 1.8rem;
  }
}
.aqua-join__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .aqua-join__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.aqua-join__left {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .aqua-join__left {
    margin-right: 0;
  }
}
.aqua-join__left-top {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #ec4755;
}
.aqua-join__left-bottom {
  font-size: 3.2rem;
  font-weight: 500;
}
.aqua-join__right-top {
  font-size: 2rem;
  font-weight: 700;
  color: #ec4755;
}
.aqua-join__right-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.aqua-join__right-btn--left {
  font-size: 2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 60px;
  margin-right: 15px;
  color: white;
  border-radius: 16px;
  background: #f7ba3e;
  -webkit-box-shadow: 0 5px 0 #dea637;
          box-shadow: 0 5px 0 #dea637;
}
.aqua-join__right-btn--left svg {
  margin-left: 7px;
}
.aqua-join__right-btn--right {
  font-size: 2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 60px;
  color: white;
  border-radius: 16px;
  background: #ff401a;
  -webkit-box-shadow: 0 5px 0 #c73316;
          box-shadow: 0 5px 0 #c73316;
}
.aqua-join__right-btn--right svg {
  margin-left: 7px;
}
.aqua-lineup__title {
  font-size: 2.6rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  margin-top: 80px;
  padding-left: 30px;
  color: white;
  border-radius: 16px;
  background-color: #61aaf2;
}
@media screen and (max-width: 1024px) {
  .aqua-lineup__title {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .aqua-lineup__title {
    font-size: 1.8rem;
    height: 75px;
    padding: 0 15px;
  }
}
.aqua-lineup__text {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .aqua-lineup__text {
    font-size: 1.4rem;
  }
}
.aqua-lineup__bg {
  margin-top: 30px;
  padding: 30px;
  background-color: #e9eef2;
}
@media screen and (max-width: 767px) {
  .aqua-lineup__bg {
    width: calc(100% + 30px);
    padding: 25px 15px;
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}
.aqua-lineup__sub-title {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 55px;
  margin-top: 45px;
  padding-left: 20px;
  color: white;
  background-color: #61aaf2;
}
@media screen and (max-width: 767px) {
  .aqua-lineup__sub-title {
    font-size: 1.8rem;
  }
}
.aqua-lineup__sub-title:nth-of-type(1) {
  margin-top: 0;
}
.aqua-lineup__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .aqua-lineup__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.aqua-lineup__item {
  width: 49%;
}
@media screen and (max-width: 1024px) {
  .aqua-lineup__item {
    width: 100%;
  }
}
.aqua-lineup__item-size {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .aqua-lineup__item-size {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .aqua-lineup__item-size {
    font-size: 1.6rem;
  }
}
.aqua-lineup__item-bg {
  margin-top: 10px;
  padding: 25px 20px;
  border: 1px solid #61aaf2;
  border-radius: 16px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .aqua-lineup__item-bg {
    padding: 15px 10px;
  }
}
.aqua-lineup__item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.aqua-lineup__item-img {
  max-width: 170px;
  margin-top: 25px;
  margin-right: 20px;
}
@media screen and (max-width: 1100px) {
  .aqua-lineup__item-img {
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .aqua-lineup__item-img {
    max-width: 130px;
    margin-right: 10px;
  }
}
.aqua-lineup__item-right {
  width: 100%;
}
.aqua-lineup__item-maker {
  font-size: 1.7rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .aqua-lineup__item-maker {
    font-size: 1.4rem;
  }
}
.aqua-lineup__item-name {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .aqua-lineup__item-name {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.aqua-lineup__item-plan {
  font-size: 1.7rem;
  font-weight: 700;
  padding-bottom: 5px;
  color: #61aaf2;
  border-bottom: 1px dashed black;
}
@media screen and (max-width: 767px) {
  .aqua-lineup__item-plan {
    font-size: 1.4rem;
  }
}
.aqua-lineup__item-value {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .aqua-lineup__item-value {
    font-size: 1.4rem;
    margin-bottom: 3px;
  }
}
.aqua-lineup__item-value span {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .aqua-lineup__item-value span {
    font-size: 1.2rem;
  }
}
.aqua-lineup__item-announce {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .aqua-lineup__item-announce {
    font-size: 1.2rem;
  }
}
.aqua-lineup__item-bottom-text {
  font-size: 1.4rem;
  margin-top: 25px;
}

.products {
  background-color: #FFEBEC;
  padding: 30px 15px 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .products {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
}
.products__title {
  max-width: 477px;
  display: block;
  margin: auto auto -35px;
}
@media screen and (max-width: 767px) {
  .products__title {
    margin-bottom: 15px;
  }
}
.products__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  max-width: 1024px;
  margin: auto;
  padding: 50px 20px 25px;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .products__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 10px 0;
  }
}
.products__unit {
  width: calc(25% - 5px);
  border-right: #707070 solid 1px;
  margin-right: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .products__unit {
    width: calc(50% - 5px);
    margin-right: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
  }
  .products__unit:nth-of-type(2n) {
    margin-right: 0;
    padding-right: 0;
    border: none;
  }
}
.products__unit:last-of-type {
  margin-right: 0;
  padding-right: 0;
  border: none;
}
.products__img {
  min-height: 60px;
  max-height: 60px;
  margin: 10px auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.products__img01 {
  max-width: 75px;
}
@media screen and (max-width: 767px) {
  .products__img01 {
    max-width: 20vw;
  }
}
.products__img02, .products__img03 {
  max-width: 50px;
}
@media screen and (max-width: 767px) {
  .products__img02, .products__img03 {
    max-width: 13vw;
  }
}
.products__img04 {
  max-width: 101px;
}
@media screen and (max-width: 767px) {
  .products__img04 {
    max-width: 26vw;
  }
}
.products__item {
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .products__item {
    font-size: 3.7vw;
  }
}
.products__span {
  color: #EC4755;
  font-weight: bold;
}
.products__maker {
  font-size: 1.4rem;
  margin-bottom: 5px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .products__maker {
    font-size: 3.7vw;
  }
}
.products__name {
  font-size: 1.4rem;
  margin-bottom: 5px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .products__name {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 767px) {
  .products__name {
    font-size: 3.2vw;
  }
}
.products__text {
  font-size: 1.4rem;
  margin-bottom: 15px;
  min-height: 42px;
  /*文字が２行以上になったら…を出す*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 1024px) {
  .products__text {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 767px) {
  .products__text {
    max-width: 40vw;
    margin: auto auto 15px;
    font-size: 3.7vw;
    min-height: 16vw;
    /*文字が2行以上になったら…を出す*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
.products__button {
  background-color: #EC4755;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  max-width: 150px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  border: solid 1px #ec4755;
  font-size: 1.6rem;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media screen and (max-width: 767px) {
  .products__button {
    font-size: 4vw;
    max-width: 40vw;
    padding: 15px 5px;
  }
}
.products__button:hover {
  background-color: #fff;
  opacity: 1;
  color: #EC4755;
}
.products__button:hover .products__arrow {
  fill: #EC4755;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.products__arrow {
  max-width: 20px;
  margin-left: 10px;
  fill: #fff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media screen and (max-width: 767px) {
  .products__arrow {
    max-width: 5.3vw;
  }
}

.archive__top-img {
  height: 210px;
  background-image: url(../img/gas_top.jpg);
}
@media screen and (max-width: 767px) {
  .archive__top-img {
    background-image: url(../img/archive_top_image.jpg);
    height: 20.7vw;
    background-size: cover;
  }
}
.archive__bg {
  margin-top: -20px;
  padding-top: 20px;
  padding-bottom: 40px;
}
.archive__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 80px;
  padding-left: 25px;
  color: white;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .archive__title {
    font-size: 2rem;
    line-height: 45px;
  }
}
.archive__info {
  margin-top: 40px;
  padding: 25px 25px 0;
  border-radius: 8px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .archive__info {
    padding: 10px;
  }
}
.archive__info-title {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .archive__info-title {
    font-size: 1.4rem;
    padding-left: 5px;
  }
}
.archive__info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .archive__info-wrap {
    margin-top: 10px;
  }
}
.archive__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .archive__info-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 49%;
    margin-bottom: 15px;
  }
}
.archive__info-img {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .archive__info-img {
    width: 40px;
    height: 40px;
  }
}
.archive__info-text {
  font-size: 1.4rem;
  font-weight: 400;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .archive__info-text {
    font-size: 1.1rem;
    margin-left: 10px;
  }
}
.archive__bg-color {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .archive__bg-color {
    padding: 25px 0;
  }
}
.archive__sub-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 80px;
  padding-left: 30px;
  color: #66581f;
  border-radius: 16px;
  background: #ffdb4d;
  -webkit-box-shadow: 0 5px 0 #d8bd4d;
          box-shadow: 0 5px 0 #d8bd4d;
}
@media screen and (max-width: 767px) {
  .archive__sub-title {
    font-size: 1.8rem;
    line-height: 50px;
  }
}
.archive__item {
  position: relative;
  width: 48.5%;
  margin-bottom: 25px;
  padding: 70px 40px 40px;
  border-radius: 16px;
  background-color: white;
}
@media screen and (max-width: 1100px) {
  .archive__item {
    padding: 60px 20px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .archive__item {
    width: 100%;
  }
}
.archive__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .archive__item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.archive__item-flag--left, .archive__item-flag--right {
  position: absolute;
  top: -5px;
  width: 40%;
}
.archive__item-flag--left {
  left: -10px;
}
.archive__item-flag--right {
  right: -10px;
}
.archive__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .archive__item-top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.archive__item-img {
  max-width: 170px;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .archive__item-img {
    max-width: 130px;
    margin-right: 10px;
  }
}
.archive__item-category {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 35px;
  display: table;
  padding: 0 8px;
  color: white;
}
@media screen and (max-width: 767px) {
  .archive__item-category {
    font-size: 1.4rem;
  }
}
.archive__item-maker {
  font-size: 2.1rem;
  font-weight: 600;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .archive__item-maker {
    font-size: 1.6rem;
    margin-top: 5px;
  }
}
.archive__item-name {
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .archive__item-name {
    font-size: 2rem;
  }
}
.archive__item-sub-name {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .archive__item-sub-name {
    font-size: 1.3rem;
  }
}
.archive__item-sub-img {
  margin-top: 15px;
}
.archive__item-icon {
  width: 23%;
  margin: 0 1%;
}
.archive__item-icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 360px;
  margin: 50px auto 0;
}
@media screen and (max-width: 520px) {
  .archive__item-icon-wrap {
    max-width: 265px;
    margin-top: 35px;
  }
}
.archive__item-btn {
  font-size: 2.1rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 270px;
  height: 65px;
  margin: 25px auto 0;
  color: white;
  border-radius: 16px;
  background: #ec4755;
}
@media screen and (max-width: 767px) {
  .archive__item-btn {
    font-size: 1.6rem;
    width: 200px;
    height: 50px;
  }
}
.archive__item-btn svg {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .archive__item-btn svg {
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }
}

.single__bg {
  padding-bottom: 40px;
}
.single-name {
  position: relative;
  padding: 25px;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .single-name {
    padding: 15px;
  }
}
.single-name__icon {
  position: absolute;
  top: -8px;
  right: 12px;
  width: 115px;
}
@media screen and (max-width: 767px) {
  .single-name__icon {
    width: 53px;
  }
}
.single-name__top {
  font-size: 2.6rem;
  font-weight: 600;
  color: white;
}
@media screen and (max-width: 767px) {
  .single-name__top {
    font-size: 1.6rem;
  }
}
.single-name__middle {
  font-size: 3.2rem;
  font-weight: 700;
  color: white;
}
@media screen and (max-width: 767px) {
  .single-name__middle {
    font-size: 2rem;
  }
}
.single-name__bottom {
  font-size: 2.3rem;
  font-weight: 700;
  margin-top: 5px;
  color: white;
}
@media screen and (max-width: 767px) {
  .single-name__bottom {
    font-size: 1.3rem;
  }
}
.single-movie {
  margin-top: 40px;
}
.single-movie__link {
  max-width: 560px;
  display: block;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .single-movie__link {
    max-width: 335px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .single-movie__btn {
    display: none;
  }
}
.single-movie__btn-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .single-movie__btn-sp {
    display: block;
  }
}
.single__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .single__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .single__wrap {
    margin-top: 20px;
  }
}
.single__item {
  position: relative;
  margin-bottom: 30px;
  padding: 60px 15px 30px;
  border-radius: 16px;
  background-color: white;
}
@media screen and (max-width: 1024px) {
  .single__item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .single__item {
    padding: 40px 10px 20px;
  }
}
.single__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.single__item-flag--left, .single__item-flag--right {
  position: absolute;
  top: -5px;
  width: 40%;
}
.single__item-flag--left {
  left: -10px;
}
.single__item-flag--right {
  right: -10px;
}
.single__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 10px;
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  .single__item-top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .single__item-top {
    padding: 0;
  }
}
.single__item-img {
  max-width: 170px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .single__item-img {
    max-width: 130px;
  }
}
.single__item-category {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 35px;
  display: table;
  padding: 0 8px;
  color: white;
}
@media screen and (max-width: 767px) {
  .single__item-category {
    font-size: 1.4rem;
  }
}
.single__item-maker {
  font-size: 2.1rem;
  font-weight: 600;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .single__item-maker {
    font-size: 1.6rem;
  }
}
.single__item-name {
  font-size: 2.6rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .single__item-name {
    font-size: 2rem;
  }
}
.single__item-sub-name {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .single__item-sub-name {
    font-size: 1.3rem;
  }
}
.single__item-sub-img {
  margin-top: 15px;
}
.single__item-icon {
  width: 23%;
  margin: 0 1%;
}
.single__item-icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 360px;
  margin: 50px auto 0;
}
@media screen and (max-width: 520px) {
  .single__item-icon-wrap {
    max-width: 265px;
    margin-top: 30px;
  }
}
.single__item-border {
  margin-top: 20px;
  border-top: 1px dashed #ee664f;
}
.single__item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
}
@media screen and (max-width: 1024px) {
  .single__item-bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.single__item-bottom-left {
  font-size: 2.2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  margin-right: 10px;
  color: #66581f;
  border-radius: 8px;
  background-color: #ffdb4d;
}
@media screen and (max-width: 767px) {
  .single__item-bottom-left {
    font-size: 1.4rem;
    margin-right: 5px;
  }
}
.single__item-bottom-name {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .single__item-bottom-name {
    font-size: 1rem;
  }
}
.single__item-bottom-value {
  font-size: 4.3rem;
  font-weight: 700;
  line-height: 1;
  color: #ec4755;
}
@media screen and (max-width: 767px) {
  .single__item-bottom-value {
    font-size: 3rem;
    white-space: nowrap;
  }
}
.single__item-bottom-value span {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .single__item-bottom-value span {
    font-size: 1.4rem;
  }
}
.single__item-bottom-sub-value {
  font-size: 1.8rem;
  line-height: 1;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .single__item-bottom-sub-value {
    font-size: 1.4rem;
  }
}
.single__item-bottom-right {
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1;
  width: 90px;
  height: 90px;
  padding-top: 18px;
  padding-left: 15px;
  color: white;
  border-radius: 100%;
  background-color: #ec4755;
}
@media screen and (max-width: 767px) {
  .single__item-bottom-right {
    font-size: 2.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 60px;
    height: 60px;
    padding-top: 10px;
    padding-left: 10px;
  }
}
.single__item-bottom-right span:nth-of-type(1) {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: white;
}
@media screen and (max-width: 767px) {
  .single__item-bottom-right span:nth-of-type(1) {
    font-size: 1.5rem;
  }
}
.single__item-bottom-right span:nth-of-type(2) {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  display: table;
  margin-top: 3px;
  padding-left: 15px;
  color: white;
}
@media screen and (max-width: 767px) {
  .single__item-bottom-right span:nth-of-type(2) {
    font-size: 1.5rem;
    padding-left: 5px;
  }
}
.single__item-bottom-announce {
  font-size: 1.6rem;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .single__item-bottom-announce {
    font-size: 1.2rem;
  }
}
.single__point {
  width: calc(50% - 10px);
  border: 4px solid #e84a58;
  border-radius: 8px;
  background-color: white;
}
@media screen and (max-width: 1024px) {
  .single__point {
    width: 100%;
  }
}
.single__point-title {
  font-size: 1.8rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  background-color: #e84a58;
}
@media screen and (max-width: 767px) {
  .single__point-title {
    font-size: 1.4rem;
  }
}
.single__point-title-icon {
  width: 44px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .single__point-title-icon {
    width: 33px;
  }
}
.single__point-bg {
  position: relative;
  padding: 10px 25px;
  border-radius: 8px;
  background-color: #fff4f2;
}
@media screen and (max-width: 767px) {
  .single__point-bg {
    padding: 10px 20px;
  }
}
.single__point-bottom {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .single__point-bottom {
    padding: 15px 10px;
  }
}
.single__point-circle {
  position: absolute;
  display: table;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #ee664f;
}
.single__point-circle:nth-of-type(1) {
  top: 10px;
  left: 10px;
}
.single__point-circle:nth-of-type(2) {
  top: 10px;
  right: 10px;
}
.single__point-circle:nth-of-type(3) {
  bottom: 10px;
  left: 10px;
}
.single__point-circle:nth-of-type(4) {
  right: 10px;
  bottom: 10px;
}
.single__point-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  border-bottom: 1px dashed #ec4755;
}
@media screen and (max-width: 767px) {
  .single__point-item {
    padding: 15px 0;
  }
}
.single__point-item:last-of-type {
  border-bottom: none;
}
.single__point-item-num {
  font-size: 1.8rem;
  font-weight: 700;
  width: 105px;
  margin-right: 20px;
  color: #ec4755;
}
@media screen and (max-width: 767px) {
  .single__point-item-num {
    font-size: 1.4rem;
    width: 75px;
  }
}
.single__point-item-text {
  font-size: 1.6rem;
  font-weight: 700;
  width: calc(100% - 105px);
  color: #997b6b;
}
@media screen and (max-width: 767px) {
  .single__point-item-text {
    font-size: 1.4rem;
    width: calc(100% - 80px);
  }
}
.single__point-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
  padding: 17px 26px;
  background-image: url(../img/point_note.svg);
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .single__point-note {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 454px;
    margin: 20px auto 0;
  }
}
.single__point-note-img {
  width: 160px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .single__point-note-img {
    width: 120px;
    margin-right: 10px;
  }
}
.single__point-note-top {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .single__point-note-top {
    font-size: 1.2rem;
  }
}
.single__point-note-name {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .single__point-note-name {
    font-size: 1.4rem;
  }
}
.single__point-note-text {
  font-size: 1.4rem;
  max-width: 220px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .single__point-note-text {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}
.single__sub-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 60px;
  padding-left: 30px;
  color: #66581f;
  border-radius: 16px;
  background: #ffdb4d;
  -webkit-box-shadow: 0 5px 0 #d8bd4d;
          box-shadow: 0 5px 0 #d8bd4d;
}
@media screen and (max-width: 767px) {
  .single__sub-title {
    font-size: 1.6rem;
    padding-left: 15px;
    line-height: 50px;
  }
}
.single__sub-title span {
  font-size: 1.8rem;
  margin-left: 15px;
  color: #66581f;
}
@media screen and (max-width: 767px) {
  .single__sub-title span {
    font-size: 1.4rem;
    margin-left: 10px;
  }
}
.single-info {
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #B8E1E6;
}
@media screen and (max-width: 767px) {
  .single-info {
    padding-top: 30px;
  }
}
.single-info__text {
  font-size: 1.6rem;
  padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .single-info__text {
    font-size: 1.4rem;
  }
}
.single-info__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .single-info__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .single-info__wrap {
    margin-top: 15px;
  }
}
.single-info__left, .single-info__right {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .single-info__left, .single-info__right {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .single-info__right {
    margin-top: 30px;
  }
}
.single-info .maker_logo {
  width: 100%;
  background: #ffffff;
  border-radius: 76px;
  text-align: center;
  padding: 21px 0;
}
.single-info .maker_logo--txt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 5px;
}
.single-info .maker_logo--txt span {
  display: inline-block;
  position: relative;
  bottom: 5px;
  margin-right: 10px;
}
.single-info__functions {
  margin-top: 16px;
  border-radius: 16px;
  background-color: white;
  padding: 20px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.single-info__btn {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  border-radius: 20px;
  background-color: white;
}
@media screen and (max-width: 1024px) {
  .single-info__btn {
    max-width: 500px;
    margin: 0 auto;
  }
}
.single-info__btn-logo {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .single-info__btn-logo {
    width: 135px;
  }
}
.single-info__btn-text {
  font-size: 2.1rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .single-info__btn-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .single-info__btn-text svg {
    width: 16px;
    margin-right: 5px;
  }
}
.single-info__contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 500px;
  height: 150px;
  margin: 20px auto 0;
  padding-left: 20px;
  border-radius: 30px;
  background: #ff8000;
  -webkit-filter: drop-shadow(0px 5px 0px #c9671c);
          filter: drop-shadow(0px 5px 0px #c9671c);
}
@media screen and (max-width: 767px) {
  .single-info__contact {
    width: 335px;
    height: 100px;
    margin-top: 25px;
    padding-left: 15px;
  }
}
.single-info__contact-img {
  width: 110px;
  height: 110px;
}
@media screen and (max-width: 767px) {
  .single-info__contact-img {
    width: 76px;
    height: 76px;
  }
}
.single-info__contact-text {
  font-size: 2.9rem;
  font-weight: 700;
  margin-left: 30px;
  color: white;
}
@media screen and (max-width: 767px) {
  .single-info__contact-text {
    font-size: 2rem;
    margin-left: 10px;
  }
}
.single-info__contact-text span {
  font-size: 2rem;
  font-weight: 600;
  display: table;
  color: white;
}
@media screen and (max-width: 767px) {
  .single-info__contact-text span {
    font-size: 1.4rem;
    margin-left: 10px;
  }
}
.single-info__contact-icon--top {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 110px;
}
@media screen and (max-width: 767px) {
  .single-info__contact-icon--top {
    width: 74px;
  }
}
.single-info__contact-icon--bottom {
  position: absolute;
  top: 80px;
  right: 47px;
  width: 66px;
}
@media screen and (max-width: 767px) {
  .single-info__contact-icon--bottom {
    top: 58px;
    width: 40px;
  }
}
.single-other {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .single-other {
    padding: 40px 0;
  }
}
.single-other__title {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  color: white;
}
@media screen and (max-width: 767px) {
  .single-other__title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.single-other__item {
  width: 23%;
  margin-right: 2.6%;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 16px;
  background-color: white;
}
@media screen and (max-width: 1024px) {
  .single-other__item {
    width: 48%;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .single-other__item {
    padding: 15px 10px;
  }
}
.single-other__item:first-of-type {
  margin-left: 0;
}
.single-other__item:last-of-type {
  margin-right: 0;
}
.single-other__item:nth-of-type(4) {
  margin-right: 0;
}
.single-other__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 25px 0 20px;
}
@media screen and (max-width: 1024px) {
  .single-other__item-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.single-other__item-category {
  font-size: 1.8rem;
  line-height: 1;
  display: table;
  padding: 10px;
  color: white;
}
@media screen and (max-width: 767px) {
  .single-other__item-category {
    font-size: 1.3rem;
  }
}
.single-other__item-maker {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .single-other__item-maker {
    font-size: 1.4rem;
  }
}
.single-other__item-name {
  font-size: 2.1rem;
  font-weight: 600;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .single-other__item-name {
    font-size: 1.6rem;
  }
}
.single-other__item-sub-name {
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .single-other__item-sub-name {
    font-size: 1.2rem;
  }
}
.single-other__item-img {
  display: table;
  width: auto;
  height: 150px;
  margin: 30px auto 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .single-other__item-img {
    width: 100%;
    height: auto;
  }
}
.single-other__item-btn {
  font-size: 2.1rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 65px;
  margin: 25px auto 0;
  color: white;
  border-radius: 16px;
  background: #ec4755;
}
@media screen and (max-width: 767px) {
  .single-other__item-btn {
    font-size: 1.4rem;
    height: 40px;
  }
}
.single-other__item-btn svg {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .single-other__item-btn svg {
    width: 16px;
  }
}
.single-sp-btn {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  display: none;
}
@media screen and (max-width: 520px) {
  .single-sp-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.single-sp-btn__inner {
  width: 48%;
  text-align: center;
  height: 85px;
  background: #daeff2;
  -webkit-filter: drop-shadow(0px 2px 0px #b8c9cc);
          filter: drop-shadow(0px 2px 0px #b8c9cc);
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-sp-btn__inner p {
  font-size: 1.8rem;
  font-weight: 700;
}
.single-sp-btn__inner svg {
  margin-top: 5px;
}
.single__group {
  width: calc(50% - 10px);
}
@media screen and (max-width: 1024px) {
  .single__group {
    width: 100%;
    margin-bottom: 50px;
  }
}
.single__button {
  background-color: #F78819;
  -webkit-box-shadow: 0 6px 0 #BF6A15;
          box-shadow: 0 6px 0 #BF6A15;
  border: solid 1px #F78819;
  font-size: 2rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
  padding: 34px 20px 34px 80px;
  line-height: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .single__button {
    width: 77vw;
    margin: auto;
  }
}
.single__button::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 20px;
  width: 50px;
  height: 50px;
  background-image: url(../images/kitchen-icon.png);
  background-size: contain;
}
.single__button:hover {
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.single__arrow {
  fill: #fff;
}

.window {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  display: none;
}
.window__scroll {
  overflow: hidden;
}
.window__bg {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 50;
}
.window__outer {
  padding: 35px 15px 140px;
  max-width: 790px;
  height: 100vh;
  margin: auto;
  position: relative;
  z-index: 100;
  overflow: scroll;
}
.window__cross {
  max-width: 40px;
  margin-left: auto;
  margin-bottom: 5px;
  display: block;
  cursor: pointer;
}
.window__cross02 {
  max-width: 15px;
  margin-right: 10px;
  stroke: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .window__cross02 {
    max-width: 4vw;
  }
}
.window__title {
  font-size: 1.8rem;
  background-color: #EC4755;
  border-radius: 16px 16px 0 0;
  color: #fff;
  padding: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .window__title {
    font-size: 4.5vw;
  }
}
.window__group {
  padding: 30px 30px 50px 40px;
  border: solid #EC4755 3px;
  border-top: none;
  border-radius: 0 0 16px 16px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .window__group {
    padding: 30px 0 45px;
  }
}
.window__image {
  position: relative;
  margin-bottom: 35px;
}
.window__after {
  font-size: 2.1rem;
  font-weight: bold;
  border-radius: 50%;
  background-color: #EC4755;
  padding: 25px 8px;
  max-width: 80px;
  color: #fff;
  position: absolute;
  left: -20px;
  top: -20px;
}
@media screen and (max-width: 767px) {
  .window__after {
    left: 20px;
  }
}
.window__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .window__block {
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.window__before {
  font-size: 2.3rem;
  color: #EC4755;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .window__before {
    font-size: 6.1vw;
  }
}
.window__unit {
  max-width: 215px;
  min-width: 215px;
}
@media screen and (max-width: 767px) {
  .window__unit {
    margin-bottom: 20px;
    max-width: 44vw;
    min-width: auto;
  }
}
.window__table {
  margin-left: 45px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .window__table {
    margin-left: 0;
  }
}
.window__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.window__item {
  background-color: #B33640;
  color: #fff;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 1.6rem;
  max-width: 180px;
  width: 100%;
  margin-right: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .window__item {
    max-width: 37vw;
    font-size: 3.4vw;
    padding: 10px;
  }
}
.window__name {
  font-size: 1.6rem;
  background-color: #F2F2F2;
  padding: 10px 15px;
  max-width: 240px;
  width: 100%;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .window__name {
    max-width: 100%;
    font-size: 3.4vw;
    padding: 10px;
  }
}
.window__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .window__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.window__wrap {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .window__wrap {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .window__wrap:last-of-type {
    margin-bottom: 0;
  }
}
.window__icon {
  max-width: 30px;
  margin-bottom: -10px;
}
.window__subtitle {
  font-size: 1.8rem;
  border-bottom: solid 2px #EC4755;
  padding-bottom: 8px;
  padding-left: 35px;
  margin-bottom: 10px;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .window__subtitle {
    font-size: 4.8vw;
    padding-left: 9.3vw;
  }
}
.window__subtitle01::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -8px;
  background-image: url(../images/modal-icon01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .window__subtitle01::before {
    width: 10vw;
    height: 10vw;
  }
}
.window__subtitle02::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  background-image: url(../images/modal-icon02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 33px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .window__subtitle02::before {
    width: 8.8vw;
    height: 8vw;
  }
}
.window__text {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .window__text {
    font-size: 4.2vw;
  }
}
.window__container {
  padding: 20px 20px 35px;
  margin-bottom: 40px;
  background-color: #F2F2F2;
  border-radius: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .window__container {
    margin: 0 20px 40px;
  }
}
.window__circle {
  background-color: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
}
.window__circle01 {
  top: 15px;
  left: 15px;
}
.window__circle02 {
  top: 15px;
  right: 15px;
}
.window__circle03 {
  bottom: 15px;
  left: 15px;
}
.window__circle04 {
  bottom: 15px;
  right: 15px;
}
.window__subitem {
  font-size: 1.8rem;
  font-weight: bold;
  color: #EC4755;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .window__subitem {
    font-size: 4.8vw;
  }
}
.window__subtext {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .window__subtext {
    font-size: 4.2vw;
  }
}
.window__close {
  background-color: #666666;
  border: #666 solid 1px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  color: #fff;
  width: 100%;
  max-width: 200px;
  margin: auto;
  padding: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .window__close {
    max-width: 53vw;
    font-size: 4.2vw;
  }
}
.window__close:hover {
  background-color: #fff;
  color: #666;
}
@media screen and (max-width: 767px) {
  .window__close:hover {
    background-color: #666666;
    color: #fff;
  }
}
.window__close:hover .window__cross02 {
  stroke: #666;
}
@media screen and (max-width: 767px) {
  .window__close:hover .window__cross02 {
    stroke: #fff;
  }
}

#water-heater .archive__info-title {
  color: #ff401a;
}
#water-heater .archive__item-category {
  background: #ff401a;
}
#water-heater .single__item-category {
  background-color: #ff401a;
}
#water-heater .single__item {
  border: 3px solid #fb401c;
}
#water-heater .single-other {
  background-color: #ff401a;
}
#water-heater .single-other__item-category {
  background-color: #ff401a;
}
#water-heater .single-name {
  background: #fb401c;
  -webkit-filter: drop-shadow(0px 5px 0px #cc4429);
          filter: drop-shadow(0px 5px 0px #cc4429);
}
#water-heater .archive__bg-color {
  background-color: #ff401a;
}
#water-heater .archive__title {
  background-color: #ff401a;
  -webkit-box-shadow: 0 5px 0 #cc4429;
          box-shadow: 0 5px 0 #cc4429;
}

#gas-conro .archive__info-title {
  color: #ff8c1a;
}
#gas-conro .archive__item-category {
  background: #ff8c1a;
}
#gas-conro .single__item-category {
  background-color: #ff8c1a;
}
#gas-conro .single__item {
  border: 3px solid #ff8c1a;
}
#gas-conro .single-other {
  background-color: #ff8c1a;
}
#gas-conro .single-other__item-category {
  background-color: #ff8c1a;
}
#gas-conro .single-name {
  background: #ff8c1a;
  -webkit-filter: drop-shadow(0px 5px 0px #cc7014);
          filter: drop-shadow(0px 5px 0px #cc7014);
}
#gas-conro .archive__bg-color {
  background-color: #ff8c1a;
}
#gas-conro .archive__title {
  background-color: #ff8c1a;
  -webkit-box-shadow: 0 5px 0 #cc7014;
          box-shadow: 0 5px 0 #cc7014;
}

#heating-equipment .archive__info-title {
  color: #6be62e;
}
#heating-equipment .archive__item-category {
  background: #6be62e;
}
#heating-equipment .single__item-category {
  background-color: #6be62e;
}
#heating-equipment .single__item {
  border: 3px solid #6be62e;
}
#heating-equipment .single-other {
  background-color: #6be62e;
}
#heating-equipment .single-other__item-category {
  background-color: #6be62e;
}
#heating-equipment .single-name {
  background: #6be62e;
  -webkit-filter: drop-shadow(0px 5px 0px #53b324);
          filter: drop-shadow(0px 5px 0px #53b324);
}
#heating-equipment .archive__bg-color {
  background-color: #6be62e;
}
#heating-equipment .archive__title {
  background-color: #6be62e;
  -webkit-box-shadow: 0 5px 0 #53b324;
          box-shadow: 0 5px 0 #53b324;
}

#system-kitchen .archive__info-title {
  color: #ffd500;
}
#system-kitchen .archive__item-category {
  background: #ffd500;
}
#system-kitchen .single__item-category {
  background-color: #ffd500;
}
#system-kitchen .single__item {
  border: 3px solid #ffd500;
}
#system-kitchen .single-other {
  background-color: #ffd500;
}
#system-kitchen .single-other__item-category {
  background-color: #ffd500;
}
#system-kitchen .single-name {
  background: #ffd500;
  -webkit-filter: drop-shadow(0px 5px 0px #c7aa04);
          filter: drop-shadow(0px 5px 0px #c7aa04);
}
#system-kitchen .archive__bg-color {
  background-color: #ffd500;
}
#system-kitchen .archive__title {
  background-color: #ffd500;
  -webkit-box-shadow: 0 5px 0 #c7aa04;
          box-shadow: 0 5px 0 #c7aa04;
  color: #66581f;
}
#system-kitchen .archive__sub-title {
  background-color: #ec4755;
  color: white;
}
#system-kitchen .archive__item-category {
  color: #66581f;
}
#system-kitchen .single-name p,
#system-kitchen .single-name h2 {
  color: #66581f;
}
#system-kitchen .system-kitchen-title {
  background: #ec4755;
  -webkit-filter: drop-shadow(0px 3px 0px #d8bd4d);
          filter: drop-shadow(0px 3px 0px #d8bd4d);
  color: white;
}
#system-kitchen .single-other__title {
  color: #66581f;
}
#system-kitchen .single-other__item-category {
  color: #66581f;
}
#system-kitchen .single__item-category {
  color: #66581f;
}

#sanitary .archive__info-title {
  color: #56d98d;
}
#sanitary .archive__item-category {
  background: #56d98d;
}
#sanitary .single__item-category {
  background-color: #56d98d;
}
#sanitary .single__item {
  border: 3px solid #56d98d;
}
#sanitary .single-other {
  background-color: #56d98d;
}
#sanitary .single-other__item-category {
  background-color: #56d98d;
}
#sanitary .single-name {
  background: #56d98d;
  -webkit-filter: drop-shadow(0px 5px 0px #32a66c);
          filter: drop-shadow(0px 5px 0px #32a66c);
}
#sanitary .archive__bg-color {
  background-color: #56d98d;
}
#sanitary .archive__title {
  background-color: #56d98d;
  -webkit-box-shadow: 0 5px 0 #32a66c;
          box-shadow: 0 5px 0 #32a66c;
}
#sanitary .single__item-bottom-left {
  background-color: #56d98d;
  color: white;
}

#other .archive__info-title {
  color: #2bd9d9;
}
#other .archive__item-category {
  background: #2bd9d9;
}
#other .single__item-category {
  background-color: #2bd9d9;
}
#other .single__item {
  border: 3px solid #2bd9d9;
}
#other .single-other {
  background-color: #2bd9d9;
}
#other .single-other__item-category {
  background-color: #2bd9d9;
}
#other .single-name {
  background: #2bd9d9;
  -webkit-filter: drop-shadow(0px 5px 0px #42a6a6);
          filter: drop-shadow(0px 5px 0px #42a6a6);
}
#other .archive__bg-color {
  background-color: #2bd9d9;
}
#other .archive__title {
  background-color: #2bd9d9;
  -webkit-box-shadow: 0 5px 0 #42a6a6;
          box-shadow: 0 5px 0 #42a6a6;
}
#other .single__item-bottom-left {
  background-color: #2bd9d9;
  color: white;
}

#new-energy .archive__info-title {
  color: #6d83f2;
}
#new-energy .archive__item-category {
  background: #6d83f2;
}
#new-energy .single__item-category {
  background-color: #6d83f2;
}
#new-energy .single__item {
  border: 3px solid #6d83f2;
}
#new-energy .single-other {
  background-color: #6d83f2;
}
#new-energy .single-other__item-category {
  background-color: #6d83f2;
}
#new-energy .single-name {
  background: #6d83f2;
  -webkit-filter: drop-shadow(0px 5px 0px #5668bf);
          filter: drop-shadow(0px 5px 0px #5668bf);
}
#new-energy .archive__bg-color {
  background-color: #6d83f2;
}
#new-energy .archive__title {
  background-color: #6d83f2;
  -webkit-box-shadow: 0 5px 0 #5668bf;
          box-shadow: 0 5px 0 #5668bf;
}
#new-energy .single__item-bottom-left {
  background-color: #6d83f2;
  color: white;
}

.contact__file {
  display: none !important;
}

.file_text_01, .file_text_02, .file_text_03 {
  font-weight: 700;
}

.mwform-file-delete {
  display: none !important;
}

.contact__desc--box .mwform-radio-field.horizontal-item {
  max-width: 160px;
  width: 23%;
}
@media screen and (max-width: 520px) {
  .contact__desc--box .mwform-radio-field.horizontal-item {
    width: 48%;
    max-width: 100%;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 520px) {
  .contact__desc--box .mwform-radio-field.horizontal-item:nth-of-type(1) {
    margin-bottom: 10px !important;
    margin-right: 5px !important;
  }
}
@media screen and (max-width: 520px) {
  .contact__desc--box .mwform-radio-field.horizontal-item:nth-of-type(2) {
    margin-bottom: 10px !important;
    margin-left: 5px !important;
  }
}
@media screen and (max-width: 520px) {
  .contact__desc--box .mwform-radio-field.horizontal-item:nth-of-type(3) {
    margin-right: 5px !important;
  }
}
@media screen and (max-width: 520px) {
  .contact__desc--box .mwform-radio-field.horizontal-item:nth-of-type(4) {
    margin-left: 5px !important;
  }
}
.contact__desc--box .mwform-radio-field.horizontal-item label {
  border: 1px solid #999999;
  background-color: #fff;
  border-radius: 8px;
  font-size: 1.6rem;
  padding: 20px 0;
  display: inline-block;
  max-width: 160px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .contact__desc--box .mwform-radio-field.horizontal-item label {
    max-width: 100%;
  }
}
.contact__desc--box .mwform-radio-field.horizontal-item label.radio-current, .contact__desc--box .mwform-radio-field.horizontal-item label.use-current {
  border: none;
  background-color: #ec4755;
}
.contact__desc--box .mwform-radio-field.horizontal-item label.radio-current span, .contact__desc--box .mwform-radio-field.horizontal-item label.use-current span {
  color: white;
}
.contact__desc--box .mwform-radio-field.horizontal-item span {
  font-weight: bold;
  color: #808080;
}

.file_img_text_01,
.file_img_text_02,
.file_img_text_03 {
  display: none;
}

#confirm .contact__desc {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #confirm .contact__desc {
    font-size: 1.2rem;
  }
}
#confirm .contact-img-info {
  display: none;
}
#confirm .contact__file--box {
  display: none;
}
#confirm .file_img_text_01,
#confirm .file_img_text_02,
#confirm .file_img_text_03 {
  display: block;
  font-size: 1.6rem;
}

.contact__file--box {
  position: relative;
}
.contact__file--box .error {
  position: absolute;
  bottom: -25px;
}
.contact__file--box .error:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 767px) {
  .contact__file--box .error {
    bottom: -22px;
  }
}

.error {
  font-size: 1.6rem !important;
}
@media screen and (max-width: 767px) {
  .error {
    font-size: 1.3rem !important;
  }
}

.system-kitchen-top {
  color: #66581f;
}

.energie {
  background-color: #f3f7eb;
  border: 3px solid #98de0b;
  border-radius: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.energie__title {
  height: 45px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  background-color: #98de0b;
  font-size: 2rem;
  color: white;
  font-weight: 700;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.energie__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .energie__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 15px;
  }
}
.energie__left {
  width: 32%;
}
@media screen and (max-width: 1024px) {
  .energie__left {
    width: 100%;
  }
}
.energie__left-img {
  margin: 30px auto 0;
  width: 90%;
  display: table;
}
.energie__left-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.energie__left-top-left {
  font-size: 2rem;
  font-weight: 700;
  color: #98de0b;
  padding: 12px 20px;
  border: 2px solid #98de0b;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .energie__left-top-left {
    padding: 10px 15px;
    font-size: 1.8rem;
  }
}
.energie__left-top-right {
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 10px;
}
.energie__left-bottom {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 25px;
}
.energie__right {
  width: 65%;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .energie__right {
    width: 100%;
    margin-top: 20px;
  }
}
.energie__right-img {
  margin: 20px auto 0;
  width: 90%;
  display: table;
}
.energie__right-title {
  border-radius: 8px;
  background-color: #0b8dde;
  color: white;
  padding: 10px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  margin-top: 20px;
}
.energie__right-title--top {
  border-radius: 8px;
  background-color: #dec60b;
  color: white;
  padding: 10px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  margin-top: 20px;
}
.energie__right-text {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .energie__right-text {
    font-size: 1.3rem;
  }
}
.energie__right-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .energie__right-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.energie__right-right, .energie__right-left {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .energie__right-right, .energie__right-left {
    width: 100%;
  }
}
.energie__right-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.energie__right-top-left {
  font-size: 2rem;
  font-weight: 700;
  color: #98de0b;
  padding: 12px 20px;
  border: 2px solid #98de0b;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .energie__right-top-left {
    padding: 10px 15px;
    font-size: 1.8rem;
  }
}
.energie__right-top-right {
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 10px;
}

.single-other__item-img-wrap {
  max-width: 100%;
}
.single-other__item-img-wrap img {
  max-width: 100%;
}

.single__item-name span {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .single__item-name span {
    font-size: 1.3rem;
    display: block;
  }
}

.single-name__middle span {
  color: white;
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .single-name__middle span {
    font-size: 1.4rem;
  }
}

.single-other__item-name span {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .single-other__item-name span {
    font-size: 1.3rem;
    display: block;
  }
}

.archive__item-name span {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .archive__item-name span {
    font-size: 1.3rem;
  }
}

.water-heater-icon {
  width: 240px;
  position: fixed;
  right: 50px;
  bottom: 20px;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .water-heater-icon {
    right: 20px;
  }
}

.half {
  width: 48.5%;
}
@media screen and (max-width: 1024px) {
  .half {
    width: 100%;
  }
}

.other-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.other-wrap .other-item {
  margin: 0 10px;
  width: 100%;
}

.one {
  width: calc(25% - 20px) !important;
}
@media screen and (max-width: 1024px) {
  .one {
    width: calc(50% - 20px) !important;
  }
}
.one .single-other__item {
  width: 100%;
}

.two {
  width: calc(50% - 20px) !important;
}
@media screen and (max-width: 1024px) {
  .two {
    width: 100% !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.two .single-other__item {
  width: 47.34%;
}
.two .single-other__item-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.three {
  width: calc(75% - 20px) !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .three {
    width: 100% !important;
  }
}
.three .single-other__item {
  width: 31.5%;
}
@media screen and (max-width: 1024px) {
  .three .single-other__item {
    width: calc(50% - 10px);
  }
}

.single-other__item,
.archive__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-other__item .single-other__item-btn,
.archive__item .single-other__item-btn {
  width: 100%;
}
.single-other__item .archive__item-icon-wrap,
.archive__item .archive__item-icon-wrap {
  width: 100%;
}

#new-energy .single__sub-title {
  font-size: 2rem;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  #new-energy .single__sub-title {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .sanitary .single-other__item-name {
    font-size: 1.4rem;
  }
}

.new-energy-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .new-energy-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.new-energy-item {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .new-energy-item {
    width: 100%;
  }
}
.new-energy-item .archive__sub-title {
  width: 100%;
}
.new-energy-item .archive__item {
  width: 100%;
}

.key-img {
  max-width: 500px;
  margin: 30px auto -70px;
  display: block;
}
@media screen and (max-width: 767px) {
  .key-img {
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 767px) {
  .key-img02 {
    margin-bottom: 20px;
  }
}

.hero__step {
  height: 53px;
  padding-top: 9px;
}
@media screen and (max-width: 767px) {
  .hero__step {
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 15px;
  }
}
.hero__step--img {
  max-width: 88px;
}
@media screen and (max-width: 767px) {
  .hero__step--img {
    display: none;
  }
}
.hero__step--img.no2, .hero__step--img.no3 {
  max-width: 97px;
}
.hero__step--img.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .hero__step--img.sp {
    display: block;
    max-width: 53px;
  }
}