@charset "UTF-8";

/*
- 01.common
- 02 common parts
- 03 page original
- 03-01 hero
- 03-02 campaign
- 03-03 owner
- 03-04 strengths
- 03-05 system
- 03-06 faq
- 03-07 value
- 03-08 contact
- 03-09 guality-02
- 03-10 quality-01
- 04.other parts
*/

/* common */

*:focus {
  outline: none;
}

.min-txt {
  font-family: "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#maincon {
  padding-top: 50px;
}

#campaign,
#owner,
#strengths,
#system,
#faq,
#value {
  margin-top: -50px;
  padding-top: 50px;
}

#content {
  position: relative;
}

#topBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 65px;
  height: 89px;
  line-height: 89px;
  text-align: center;
}

@media all and (max-width: 640px) {
  #topBtn {
    bottom: 50px;
    right: 10px;
    width: 50px;
    height: 68px;
    line-height: 68px;
  }
}

.header {
  font-size: 0.7rem;
  font-weight: 500;
  width: 100%;
  height: 90px;
  padding: 22px 0;
  color: #454d5d;
  background: #eeefef;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

@media all and (max-width: 640px) {
  .header {
    height: 50px;
  }
}

.header-btn {
  display: block;
  position: relative;
  width: 150px;
  padding: 0.5rem;
  margin: 0 0.15rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #3eb082;
  font-size: 0.7rem;
  border-radius: 3px;
}

_:-ms-fullscreen,
:root .header-btn {
  padding: 0.5rem 0.5rem 0.25rem;
}

@media all and (max-width: 640px) {
  .footer__inner {
    padding: 0.75rem 0 4.5rem;
  }
}
.footer__cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #34b082;
}

.footer__readme {
  display: flex;
  background-color: #fff;
  font-size: 0.8rem;
  padding: 0;
  color: #e95876;
  font-weight: 600;
  align-items: center;
}

.footer__block01 {
  flex: 1;
}
.footer__block01 span {
  font-size: 0.7rem;
}
.footer__block02 {
  flex: 0 46px;
  background-color: #004569;
  padding: 0.35rem 0.5rem 0.35rem;
}

.footer__block02 img {
  width: 100%;
}

.footer__block02 a {
  margin: 0;
  padding: 0;
  display: block;
}

.footer__block {
  display: flex;
  justify-content: space-between;
}

.footer__btn {
  width: 50%;
  font-size: 0.7rem;
  padding: 0.75rem 0.75rem;
  border-right: solid 1px #fff;
  color: #ffff;
  font-weight: 600;
  display: block;
}

.footer__btn:last-child {
  border: none;
}

.btn-mail:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 18px;
  margin: -3px 0 0 0;
  background: url("../images/icon-mail.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.btn-tel:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -3px 0 0 0;
  background: url("../images/icon-tel.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

a.btn-green:hover {
  background: #6fb83f;
}

.orenge-btn {
  display: block;
  position: relative;
  width: 374px;
  padding: 0.95rem 0.5rem;
  margin: 0 auto;
  text-decoration: none;
  color: #fff;
  background: #e35709;
  border-radius: 6px;
}

.orenge-btn:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -3px 0 0 5px;
  background: url(../images/btc-cta.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media all and (max-width: 480px) {
  .orenge-btn {
    width: auto;
  }
}

.tel-ttl {
  font-size: 15px;
}

.tel-ttl > span {
  color: #0075c2;
}

.tel-number {
  font-size: 35px;
  /*  font-weight: bold;*/
  line-height: 1.1;
}

.tel-number::before {
  content: "";
  display: inline-block;
  width: 46px;
  height: 27px;
  margin: -3px 0 0 5px;
  background: url(../images/freedial.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.tel-hour {
  font-size: 13px;
  font-feature-settings: "palt";
}

.sec-ttl {
  margin-bottom: 1.5em;
}

.subtitle {
  font-size: 1rem;
}

.bg-ttl {
  margin-bottom: 5.8rem;
  background: #e5e5e5 !important;
}

@media all and (max-width: 480px) {
  .bg-ttl {
    margin-bottom: 2rem;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
}

.sec-h2 {
  padding: 1.5em 0;
  margin: 0;
  font-size: 1.75rem;
  text-align: center;
  line-height: 1.28;
  font-feature-settings: "palt";
}

@media all and (max-width: 480px) {
  .sec-h2 {
    font-size: 1.15rem;
  }
}

h2.sec-h2 > span {
  display: block;
}

.btn-contact {
  display: block;
  position: relative;
  padding: 0.85em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #3eb082;
  font-size: 30px;
  font-weight: 500;
  border-radius: 8px;
}

.btn-contact:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -3px 0 0 5px;
  background: url("../images/btc-cta.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.btn-contact:hover {
  color: #fff;
  background: #369971;
}

.scrollanime {
  opacity: 0;
}

.fadeInDown {
  animation-name: fadeInDown3;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
}

@keyframes fadeInDown3 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

.updown {
  transform: translateY(-50px);
}

.downup {
  transform: translateY(50px);
}

.btn-wrapper {
  text-align: center;
  margin: 1em auto 1em;
  max-width: 800px;
}

.notification.has-shadow {
  padding: 1rem;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
  font-feature-settings: "palt";
  font-weight: 800;
}

/* 03 page original */

/* - 03-01 hero */
.hero.hero-slide {
  padding-bottom: 1.5rem;
  padding-top: 4rem;
}

@media (max-width: 640px) {
  .hero.hero-slide {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
.swiper-button-next,
.swiper-button-prev {
  color: #ea5977 !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ea5977 !important;
}

/* - 03-02 campaign  */
@media (max-width: 640px) {
  .show-sm.img-center {
    margin-left: auto;
    margin-right: auto;
  }

  .container.slide-only {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.change-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.4;
  font-feature-settings: "palt";
}

_:-ms-fullscreen,
:root .change-ttl {
  font-feature-settings: "pwid";
}

.change-pre {
  font-size: 1.5rem;
  font-feature-settings: "palt";
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.5rem;
  margin-top: 0.5rem;
}

_:-ms-fullscreen,
:root .change-pre {
  font-feature-settings: "pwid";
}

@media all and (max-width: 640px) {
  .change-ttl {
    font-size: 1.3rem;
  }

  .change-pre {
    font-size: 1.1rem;
  }
}

/* - 03-03 owner  */

/* - 03-04 strengths  */
.toggle_contents {
  margin-bottom: 16px;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
}

.toggle_title {
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 0.25em;
  padding: 1em 0.5em;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  background-color: #ddd;
  display: flex;
  align-items: center;
}

.toggle_ttl {
  line-height: 1.2;
  text-align: center;
  color: #fff;
  flex: 1;
}

.toggle_title .s-ttl {
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.4;
}

.toggle_title .m-ttl {
  font-size: 2.5rem;
  font-feature-settings: "palt";
}

@media all and (max-width: 640px) {
  .toggle_title .m-ttl {
    font-size: 1.7rem;
    font-feature-settings: "palt";
  }
}

.toggle_no {
  flex: 0 200px;
  height: 80px;
  text-align: center;
  padding: 0;
  margin: 0;
}

.toggle_btn {
  width: 40px;
  height: 40px;
  flex: 0 200px;
}

.toggle_title:hover {
  color: #fd7e00;
}

.toggle_title:after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 56px;
  background: url(../images/strengths_btn_01.svg) no-repeat right top;
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translateY(-50%);
  transition: 0.2s;
}

.toggle_title.selected:after {
  background: url(../images/strengths_btn_02.svg) no-repeat right top;
  transform: translateY(-50%);
  transition: 0.2s;
}

.toggle_txt {
  margin-top: 15px;
  display: none;
  padding: 4.8rem 2rem;
  background-color: #fff;
}

.toggle_txt h3 {
  text-align: center;
  margin-bottom: 0.75em;
  font-size: 44px;
  font-feature-settings: "palt";
  font-weight: 800;
}

_:-ms-fullscreen,
:root .toggle_txt h3 {
  font-feature-settings: "pwid";
}

@media all and (max-width: 640px) {
  .toggle_txt h3 {
    font-size: 23px;
  }
}

.toggle_txt h4 {
  padding: 0 0 0.75em;
  border-bottom: solid 2px #1e1e1e;
  margin-bottom: 0.75em;
  text-align: center;
  font-size: 2rem;
  font-feature-settings: "palt";
  font-weight: bold;
}

_:-ms-fullscreen,
:root .toggle_txt h4 {
  font-feature-settings: "pwid";
}

.toggle_txt h4 span {
  font-size: 1.25rem;
}

@media all and (max-width: 640px) {
  .toggle_txt h4 {
    font-size: 1.15rem;
  }
}

.toggle_txt .close_btn {
  text-align: center;
  display: block;
  width: 40px;
  margin: 0 auto;
}

.toggle_wrapper {
  max-width: 700px;
  margin: 0 auto;
}

@media all and (max-width: 640px) {
  .toggle_title {
    align-items: center;
    flex-direction: column;
    padding: 1rem 0 1.75rem;
  }

  .toggle_title:after {
    position: relative;
    top: 35px;
    right: 0;
  }

  .toggle_btn {
    width: 30px;
    height: 30px;
    text-align: center;
    flex: 100%;
  }

  .toggle_ttl {
    flex: 100%;
  }

  .toggle_no {
    padding: 0;
    margin: 0.5em 0;
    flex: 100%;
  }

  .toggle_txt {
    padding: 1rem 0.5rem;
  }
}

.flex2-table {
  display: flex;
}

.flex2-th {
  flex: 0 40%;
  font-weight: 600;
  font-size: 1.25rem;
  border-right: solid 1px #ddd;
  padding: 0.5em;
  line-height: 2em;
  text-align: center !important;
}

.flex2-td {
  flex: 1;
  padding: 0.5em 0.5em 0.5em 1.5em;
  text-align: left !important;
}

@media all and (max-width: 640px) {
  .flex2-table {
    flex-direction: column;
  }

  .flex2-td,
  .flex2-th {
    flex: 100%;
  }

  .flex2-th {
    padding: 0.5em;
    border-right: none;
  }

  .flex2-td {
    padding: 0.5em;
  }
}

.wrapper-nLabel {
  text-align: center;
  margin: 58px 0 24px;
}

.n-label {
  font-size: 1.5rem;
  border-radius: 0.75rem;
  line-height: 70px;
  width: 70px;
  height: 70px;
  background: #efefef;
  color: #fff;
  display: inline-block;
}

_:-ms-fullscreen,
:root .n-label {
  padding-top: 4px;
}

.n-label.is-sm {
  font-size: 1.2rem;
  border-radius: 0.5rem;
  line-height: 45px;
  width: 45px;
  height: 45px;
}

.n-label.is-red,
.toggle_title.is-red {
  background: #ec6d65;
}

.n-label.is-green,
.toggle_title.is-green {
  background: #72aa60;
}

.n-label.is-light-green,
.toggle_title.is-light-green {
  background: #71aa5f;
}

.n-label.is-blue,
.toggle_title.is-blue {
  background: #65aadd;
}

.n-label.is-purple,
.toggle_title.is-purple {
  background: #cf91b8;
}

.support-menu {
  text-align: center;
  margin-bottom: 3em;
}

.support-menu .col_3 > div {
  padding: 0.3rem;
}

.support-menu .card-body {
  background-color: #f5f5f5;
  padding: 0.4rem;
}

.ttl-border {
  border-bottom: solid 1px #1e1e1e;
  margin-bottom: 0.75em;
  text-align: center;
  padding: 0 0 0.5em;
  font-weight: bold;
  font-size: 1.2rem;
}

.ttl-deco.ttl-h5 {
  font-size: 1.37rem;
  font-weight: bold;
}

@media all and (max-width: 640px) {
  .ttl-deco.ttl-h5 {
    font-size: 1rem;
  }
}

.support-menu-ttl {
  font-size: 1rem;
}

@media all and (max-width: 640px) {
  .support-menu-ttl {
    font-size: 0.8rem;
  }
}

/* - 03-05 system  */

/* - 03-06 faq  */

/* - 03-07 value  */

#value-02 h3 {
  font-size: 4rem;
  font-weight: 700;
  font-feature-settings: "palt";
}
_:-ms-fullscreen,
:root #value-02 h3 {
  font-feature-settings: "pwid";
}

#value-02 h4 {
  font-size: 1.6rem;
  line-height: 1.5;
  font-feature-settings: "palt";
}
_:-ms-fullscreen,
:root #value-02 h4 {
  font-feature-settings: "pwid";
}

@media all and (max-width: 640px) {
  #value-02 h3 {
    font-size: 2.7rem;
  }

  #value-02 h4 {
    font-size: 1.2rem;
  }
}

.vision-list > div {
  padding: 0 2em;
}

.vision-dl dt {
  background-color: #dcdddd;
  padding: 0.5em;
  text-align: center;
  font-size: 18px;
  letter-spacing: 2.4px;
}

.vision-dl dd {
  margin: 0.6em 0 0;
}

.vision-dl dd ul {
  padding: 0.5em;
  list-style: none;
}

.vision-dl dd ul li {
  position: relative;
  padding: 0 0 0 1.2em;
}

.vision-dl dd ul li::before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "◎";
}

.notification.has-shadow2 {
  background-color: #fff;
  box-shadow: 0 0.25rem 1rem rgba(48, 55, 66, 0.15);
}

.vision-box {
  margin: 0 0 70px;
  background-color: #fff;
  padding: 4em;
  box-shadow: 10px 10px 10px 0 rgba(226, 225, 221, 0.8);
}

.ap100_title {
  margin: 3.5rem auto 0;
  padding: 0.5em;
  /* position: relative;*/
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  width: 45px;
}

.ap100_title:after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 54px;
  background: url(../images/vision_btn--open.svg) no-repeat right top;
  transition: 0.2s;
}

.ap100_title.selected:after {
  display: none;
}

.ap100_txt {
  display: none;
}

.ap100_txt h3 {
  text-align: center;
  margin-bottom: 0.75em;
  font-size: 1.3rem;
}

.ap100_txt .close2 {
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}

.vision-ttl {
  margin-bottom: 3rem;
}

.vision-h4 {
  font-size: 1.25rem;
  line-height: 1.8;
}

.vision-h5 {
  font-size: 1.1rem;
  line-height: 1.8;
}

.vision-read {
  font-size: 1rem;
  line-height: 1.8;
}

@media all and (max-width: 640px) {
  .vision-list > div {
    padding: 0;
  }

  .vision-box {
    padding: 1.5rem 0.86rem;
    margin: 0 1rem;
  }

  .ap100_title:after {
    position: relative;
    top: 0;
    right: 0;
  }

  .ap100_txt {
    padding: 0;
  }

  .vision-ttl {
    width: 65%;
    margin: 0 auto 1.5rem;
  }
}

.ap100_txt .close_btn2 {
  text-align: center;
  display: block;
  width: 45px;
  margin: 0 auto;
}

/* - 03-08 contact */
_:-ms-fullscreen,
:root .badge {
  padding: 10px 9px 4px 9px;
}

.page-header {
  margin: 0.5em 0 2em;
  padding-top: 1em;
}

.badge.is-nomal {
  background-color: #727171;
}

form.inline {
  display: inline;
}

.field-body:not(:last-child) {
  margin-bottom: 1rem;
}

.has-line {
  border-bottom: solid 1px #ccc;
  padding: 1.5em 0.75em;
}

.required-icon {
  font-size: 0.75em;
  color: #d10000;
}

.btn.btn-cotact {
  background: #3eb082;
  border-color: #3eb082;
  color: #fff;
  width: 250px;
  height: 50px;
}

.mail-f th {
  width: 35%;
  text-align: left;
  font-weight: normal;
  font-size: 1rem;
  font-feature-settings: "palt";
}

.mail-f td {
  font-size: 1rem;
  font-feature-settings: "palt";
}

.mail-f label,
.mail-f input[type="text"] {
  padding-right: 5px;
}

.block-list label {
  display: block;
  line-height: 1.5;
}

.input,
.textarea {
  width: 100%;
}

.mark-red {
  color: #cc0000;
}

.form-input-hint {
  color: #e85600;
  font-size: 0.7rem;
  margin-top: 0.2rem;
}

@media only screen and (max-width: 769px) {
  .mail-f label,
  .mail-f input[type="text"] {
    display: block;
  }

  .mail-f th,
  .mail-f td {
    width: 100%;
    display: block;
    border-top: none;
    padding: 0.4rem;
  }
}

/* - 03-09 guality-02 */
.ttl-main {
  font-size: 3.6rem;
  font-weight: 700;
  font-feature-settings: "palt";
  color: #fff;
  margin: 3.5rem 0;
}
@media all and (max-width: 640px) {
  .ttl-main {
    font-size: 1.625rem;
  }
}
.psec-box {
  text-align: center;
  color: #fff;
}

.psec-image {
  width: 380px;
  margin: 0 auto;
  padding: 1.8rem 0 2.5rem;
}

@media all and (max-width: 640px) {
  .psec-image {
    max-width: 150px;
    margin: 0 auto;
    padding: 0.75rem 0 1.5rem;
  }
}
.psec-subttl {
  font-size: 1.45rem;
  font-feature-settings: "palt";
  font-weight: bold;
}

.psec-ttl {
  font-size: 4rem;
  font-feature-settings: "palt";
  font-weight: bold;
}

@media all and (max-width: 640px) {
  .psec-image {
    max-width: 150px;
    margin: 0 auto;
    padding: 0.75rem 0 1.5rem;
  }
  .psec-subttl {
    font-size: 0.75rem;
  }
  .psec-ttl {
    font-size: 2.25rem;
    line-height: 1.2;
    margin-top: 0.25rem;
  }
}
#quality-02-01 h3 {
  font-size: 4rem;
  font-feature-settings: "palt";
  font-weight: bold;
  text-align: center;
}

@media all and (max-width: 640px) {
  #quality-02-01 h3 {
    font-size: 1.8rem;
  }
}

.bg-pink {
  background: #fdf2f2 !important;
}

.bg-normal {
  background: #fcfaf7 !important;
}

.bg-blue {
  background: #65a9dd !important;
}

.bg-light-green {
  background: #71aa5f !important;
}

.bg-green {
  background: #e2efe7 !important;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
}

@media screen and (max-width: 640px) {
  .hero.sp-slim {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}

.parallax {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
  .parallax-bg {
    background-size: cover;
    background-attachment: scroll;
  }
}

.parallax_line {
  padding: 0 0 1.75rem;
  border-bottom: solid 2px #1e1e1e;
  margin-bottom: 1.75rem;
  text-align: center;
}

.parallax_contet {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  padding: 0 1rem;
}

.parallax_wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.parallax.is-bgnon {
  background-color: transparent;
}

.parallax_line h4 sup {
  vertical-align: super;
  font-size: 25%;
}

.parallax_txt {
  display: block;
  padding: 2.5rem 2rem 3.75rem;
}

.parallax_txt h3 {
  text-align: center;
  margin-bottom: 0.75em;
  font-size: 44px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 800;
}

.parallax_txt .sub-ttl {
  text-align: center;
  font-size: 2rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: bold;
}

.parallax_txt h4 {
  font-size: 4rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: bold;
  margin-bottom: 0;
}

@media all and (max-width: 640px) {
  .wrapper-nLabel {
    margin: 40px 0 24px;
  }
  .parallax_txt {
    padding: 0 0.5rem 0.5rem;
  }

  .parallax_txt h3 {
    font-size: 26px;
  }

  .parallax_txt .sub-ttl {
    font-size: 1rem;
  }

  .parallax_txt h4 {
    font-size: 1.85rem;
    line-height: 1.25;
    padding-top: 0.5rem;
  }

  .parallax_contet {
    font-size: 1rem;
    text-align: left;
    padding: 0;
    font-feature-settings: "palt";
    letter-spacing: 0.05rem;
    line-height: 1.625rem;
  }
}

.bg-08-01a {
  background-image: url("../images/quality-02-01a.jpg");
}

.bg-08-01b {
  background-image: url("../images/quality-02-01b.jpg");
}

.bg-08-01c {
  background-image: url("../images/quality-02-01c.jpg");
}

.bg-08-02a {
  background-image: url("../images/quality-02-02a.jpg");
}

.bg-08-02b {
  background-image: url("../images/quality-02-02b.jpg");
}

.bg-08-02c {
  background-image: url("../images/quality-02-02c.jpg");
}

.bg-08-02d {
  background-image: url("../images/quality-02-02d.jpg");
}

.bg-08-02e {
  background-image: url("../images/quality-02-02e.jpg");
}

.bg-07-01a {
  background-image: url("../images/quality-01-main.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 600px;
}
@media all and (max-width: 640px) {
  .bg-07-01a {
    background-image: url("../images/quality-01-main_sp.png");
    min-height: 400px;
  }
}
.twoBlocks {
  display: flex;
  margin: 0 1em 1.5em;
}

.twoBlocks-left {
  padding: 0.25em 0 0.25em 0.5em;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.twoBlocks-right {
  padding: 0.25em 0.25em;
  font-size: 1rem;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

_:-ms-fullscreen,
:root .twoBlocks-right {
  font-feature-settings: "pwid";
}

.twoBlocks-left {
  flex: 0 43%;
}

.twoBlocks-right {
  flex: 1;
}

@media all and (max-width: 640px) {
  .twoBlocks {
    flex-direction: column;
    text-align: center;
    margin: 0 0 1.5em;
  }

  .twoBlocks-left {
    font-size: 1.2rem;
    flex: 100%;
  }
  .twoBlocks-right {
    font-size: 0.96rem;
    flex: 100%;
  }
}

/* - 03-10 quality-01 */

.quality-01a_txt h3 {
  text-align: center;
  margin-bottom: 0.8em;
  font-size: 56px;
  font-weight: 600;
  letter-spacing: 0.14rem;
}

.quality-01a_txt .sub-ttl {
  text-align: center;
  font-size: 2rem;
  font-feature-settings: "palt";
  font-weight: bold;
}

.quality-01a_txt h4 {
  text-align: center;
  /*font-size: 1.1rem;*/
  font-size: 1.2rem;
  font-feature-settings: "palt";
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 2;
}

@media all and (max-width: 640px) {
  .quality-01a_txt h3 {
    font-size: 1.9rem;
    line-height: 1.25;
    letter-spacing: normal;
  }
  .quality-01a_txt .sub-ttl {
    font-size: 1rem;
  }
  .quality-01a_txt h4 {
    font-size: 0.75rem;
    line-height: 2;
    font-weight: 700;
    font-feature-settings: "palt";
    text-align: center;
    margin-bottom: 1rem;
  }
}

.quality01_txt h3 {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 0;
}

@media all and (max-width: 640px) {
  .quality01_txt h3 {
    font-size: 36px;
    line-height: 1.25;
  }
}

.twoBlocks-quality01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 2em 1.2em;
}

.twoBlocks-quality01-left,
.twoBlocks-quality01-right {
  padding: 0.25em 0.25em;
  font-size: 1rem;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.twoBlocks-quality01-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 44%;
  flex: 0 44%;
}

_:-ms-fullscreen,
:root .twoBlocks-quality01-left {
  width: 402px;
}

.twoBlocks-quality01-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media all and (max-width: 640px) {
  .twoBlocks-quality01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .twoBlocks-quality01-right,
  .twoBlocks-quality01-left {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0;
  }
}

.quality-01-box {
  margin-left: 30px;
  font-size: 15px;
  font-weight: 600;
  padding: 0 0;
}
.quality-01-box .sub-ttl {
  font-size: 18px;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 25px;
}
/*.quality-01-box  img.quality-01_02 {
	height: 37px;
	padding-bottom: 8px;
}*/
.quality-01-box img.quality-01_03 {
  width: 72%;
  padding-bottom: 2px;
  padding-left: 10px;
  display: block;
  margin-right: auto;
  margin-top: -10px;
}
.quality-01-box img.quality-01_04 {
  width: 45%;
  padding-bottom: 8px;
  padding-left: 10px;
  display: block;
  margin-right: auto;
}

@media all and (max-width: 640px) {
  .quality-01-box {
    margin-left: 0;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0 0;
  }
  .quality-01-box .sub-ttl {
    font-size: 0.86rem;
    font-weight: 600;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
  }
  .quality-01-box img {
    /*width: 86%;*/
    display: block;
    padding-bottom: 8px;
    margin: 0 auto;
  }
  .quality-01-box img.quality-01_03 {
    width: 90%;
    padding-bottom: 8px;
    margin-left: 0;
  }
  .quality-01-box img.quality-01_04 {
    width: 65%;
    padding-bottom: 8px;
    padding-left: 0;
  }
}

.value-ttl {
  text-align: center;
  font-weight: bold;
  /*font-size: 2.0rem;*/
  font-size: 38px;
  line-height: 1.4;
  font-feature-settings: "palt";
}
_:-ms-fullscreen,
:root .value-ttl {
  font-feature-settings: "pwid";
}

.value-pre {
  font-size: 20px;
  font-feature-settings: "palt";
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.5rem;
  margin-top: 0.5rem;
}
@media all and (max-width: 640px) {
  .value-ttl {
    font-size: 1.32rem;
  }
  .value-pre {
    font-size: 1rem;
    font-weight: 600;
  }
}

.text-gold {
  color: #93733b;
}
.text-orange {
  color: #e65304;
}
.text-green {
  color: #2a6e3a;
}
/* - 04.other parts */

.pc_br {
  display: block;
}

.mobile_br {
  display: none;
}

@media screen and (max-width: 640px) {
  .pc_br {
    display: none;
  }

  .mobile_br {
    display: block;
  }
}

/*.apartment-maker h4 {
  font-size: 1.1rem;
  line-height: 1.85;
  font-weight: 700;
  font-feature-settings: "palt";
  text-align: center;
}*/

.is-pt15 {
  padding-top: 1.5rem;
  text-align: center;
  font-size: 1.2rem;
}

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

.is-mh200 {
  min-height: 120px;
}

@media all and (max-width: 640px) {
  .pc-center {
    text-align: left;
  }

  .is-mh200 {
    min-height: auto;
  }
}

.mb-40p {
  margin-bottom: 40px;
}

img.has-shadow {
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}

.s-txt {
  font-size: 11px;
}

.s-txt2 {
  font-size: 13px;
}

.container.grid-mm {
  max-width: 740px;
}

.container.grid-contact {
  max-width: 780px;
  margin-bottom: 4.5rem;
}

.lh180 {
  line-height: 2.25;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.section.is-cta {
  padding: 3.8rem 1.5rem !important;
}

.ttl-h3 {
  font-size: 44px;
  font-feature-settings: "palt";
  font-weight: 700;
}
_:-ms-fullscreen,
:root .ttl-h3 {
  font-size: 42px;
  font-feature-settings: "pwid";
}

.ttl-h3 .ttl-small {
  font-size: 34px;
}

.ttl-h2 {
  font-size: 1rem;
  line-height: 2;
  font-weight: 600;
}

@media all and (max-width: 640px) {
  .ttl-h2 {
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .ttl-h3 {
    font-size: 28px;
    font-weight: 700;
  }

  .ttl-h3 .ttl-small {
    font-size: 24px;
  }
}

.center-img01 {
  max-width: 620px;
  margin: 0 auto;
  padding: 1.8rem 0 2.5rem;
}

_:-ms-fullscreen,
:root .center-img01 {
  width: 620px;
}

@media all and (max-width: 640px) {
  .center-img01 {
    padding: 0.75rem 0 1.5rem;
  }
}

.center-img02 {
  max-width: 620px;
  margin: 0 auto;
  padding: 1.8rem 0 2.5rem;
}

_:-ms-fullscreen,
:root .center-img02 {
  width: 60%;
  padding: 1.8rem 0 0;
}

@media all and (max-width: 640px) {
  .center-img02 {
    padding: 0.75rem 0 1.5rem;
  }
}

.plr-2 {
  padding: 0 2em;
}

@media all and (max-width: 640px) {
  .plr-2 {
    padding: 0;
  }
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.pt-4 {
  padding-top: 2rem !important;
}

.pb-4 {
  padding-bottom: 2rem !important;
}

.mt-5 {
  margin-top: 2.5rem !important;
}

.mb-5 {
  margin-bottom: 2.5rem !important;
}

.mb-6 {
  margin-bottom: 3.5rem !important;
}

.m-025 {
  margin: 0.25rem !important;
}

.text-bold small {
  font-weight: bold;
}

.txt-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

@media all and (max-width: 640px) {
  .card-body {
    font-size: 0.8rem;
  }
}

.pb-58 {
  padding-bottom: 5.8rem !important;
}

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

@media all and (max-width: 640px) {
  .pb-58 {
    padding-bottom: 2.8rem !important;
  }

  .mb-80 {
    margin-bottom: 1.5rem;
  }
  .btm-change {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
}

.text-white {
  color: #fff;
}

.text-200 {
  font-size: 2rem;
}

.text-100 {
  font-size: 1rem;
}

.is-fw700 {
  font-weight: 700;
}

.lh-1 {
  line-height: 1 !important;
}
