@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
.more-detail {
  width: calc(100% - 40px);
  background: #fff;
  border: solid 1px #bfbfbf;
  -webkit-box-shadow: 0px 3px 8.9px 1.1px rgba(80, 80, 80, 0.33);
          box-shadow: 0px 3px 8.9px 1.1px rgba(80, 80, 80, 0.33);
  position: relative;
  padding: 70px 60px 50px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .more-detail {
    width: 100%;
    padding: 50px 20px 40px;
  }
}

.more-detail .head {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: url(../img/square-img01-pc.png) no-repeat;
  background-size: 100% 100%;
  width: 210px;
  height: 30px;
  line-height: 30px;
}

.more-detail .ttl {
  font-size: 24px;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .more-detail .ttl {
    font-size: 20px;
    line-height: 1.4;
  }
}

@media (max-width: 480px) {
  .more-detail .sp-center {
    text-align: center;
  }
}

.more-detail .inner {
  padding: 0 30px;
}

@media (max-width: 480px) {
  .more-detail .inner {
    padding: 0;
  }
}

.more-detail .inner h4 {
  color: #d00225;
  margin-top: 20px;
  margin-bottom: 5px;
}

.more-detail .inner h4 span {
  background: url(../img/line-img02.png) no-repeat;
  background-size: 100%;
  background-position: bottom;
  padding-bottom: 2px;
}

.more-detail .inner .system {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.more-detail .inner .system li {
  width: calc(50% - 10px);
  text-align: center;
  background: #eee;
  padding: 10px;
  margin: 0 0 20px;
  position: relative;
}

.more-detail .inner .system li:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #d00225 transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 480px) {
  .more-detail .inner .system li:after {
    border-width: 15px 15px 0 0;
  }
}

.more-detail .inner .system li .title {
  font-size: 20px;
}

@media (max-width: 480px) {
  .more-detail .inner .system li .title {
    font-size: 18px;
    line-height: 1.4;
  }
}

.more-detail .inner .system li .img {
  padding: 10px 0;
}

@media (max-width: 480px) {
  .more-detail .inner .system li .img {
    padding: 10px 0 5px;
  }
}

.more-detail .inner .system li .img img {
  display: table;
  margin: 0 auto;
  height: 60px;
}

@media (max-width: 480px) {
  .more-detail .inner .system li .img img {
    height: 45px;
  }
}

.ac-label {
  cursor: pointer;
  position: relative;
}

@media (max-width: 480px) {
  .ac-label {
    margin-top: 50px;
  }
}

.ac-label .section_title {
  margin-bottom: 0 !important;
}

.ac-content {
  display: none;
}

.ac-content table td {
  white-space: pre;
}

.ac-content .sp-price > div {
  border: solid 1px #666666;
  margin-bottom: 20px;
  letter-spacing: 0;
}

.ac-content .sp-price > div .head {
  background: #666666;
  color: #fff;
  text-align: center;
  padding: 5px;
  line-height: 1.4;
}

.ac-content .sp-price > div .head small {
  display: inline-block;
}

.ac-content .sp-price > div .inner {
  padding: 15px 20px;
}

.ac-content .sp-price > div .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ac-content .sp-price > div .inner ul li {
  width: 50%;
}

.ac-content .sp-price > div .inner ul li.w-100 {
  width: 100%;
}

/* .ac-labelを親要素としてアイコン位置を絶対値で指定 */
.icon-wrap {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 40px;
  height: 40px;
  background: #000;
  /* そのうち1本を縦にする */
  /* プラスアイコンクリック後、マイナスにする */
}

.icon-wrap .icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.icon-wrap .icon:before,
.icon-wrap .icon:after {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 1px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.icon-wrap .icon:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.icon-wrap .icon.open:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.ac-content {
  border: solid 1px #939598;
  padding: 50px 20px;
  background: #fff;
}

.ac-content table {
  width: 100%;
  margin: 0 auto;
  border: solid 1px #000;
}

@media (max-width: 480px) {
  .ac-content table {
    display: none;
  }
}

.ac-content table th:first-child {
  background: #666;
  color: #fff;
  border: solid 1px #fff;
}

.ac-content table th,
.ac-content table td {
  padding: 10px;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
}

.ac-content table td {
  border: solid 1px #000;
}

.ac-content table tr:first-child th:first-child {
  border-top: solid 1px #000;
}

.ac-content table tr:first-child th:not(:first-child) {
  background: #d0d0d0;
  border: solid 1px #000;
}

.ac-content table tr:last-child th:first-child {
  border-bottom: solid 1px #000;
}

.ac-content table small {
  display: block;
  font-size: 11px;
}

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

@media (max-width: 480px) {
  .text-concept {
    margin-bottom: 50px;
  }
}

.text-concept h3 {
  font-size: 40px;
}

@media (max-width: 480px) {
  .text-concept h3 {
    font-size: 24px;
  }
}

.text-concept p {
  font-size: 18px;
}

@media (max-width: 480px) {
  .text-concept p {
    font-size: 16px;
  }
}

/* .section#concept */
.section#concept {
  overflow: hidden;
}

.concept-block {
  margin-bottom: 100px;
  position: relative;
}

.concept-block:after {
  content: "";
  background: #eaeaeb;
  width: 100vw;
  right: 50%;
  top: 0;
  height: 270px;
  position: absolute;
}

@media (max-width: 480px) {
  .concept-block:after {
    content: none;
  }
}

@media (max-width: 480px) {
  .concept-block {
    margin-bottom: 20px;
  }
}

.concept-block:last-child {
  margin-bottom: 0;
}

.concept-block.right:after {
  left: 50%;
  right: unset;
}

.concept-block.right > div {
  background: url(../img/background-img09-pc2.png) no-repeat;
  background-size: 770px 270px;
  background-position: right top;
}

@media (max-width: 480px) {
  .concept-block.right > div {
    background: none;
  }
}

.concept-block.right > div .img {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.concept-block.right > div .inner {
  left: unset;
  right: 10px;
}

@media (max-width: 480px) {
  .concept-block.right > div .inner {
    right: -10px;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .concept-block.right > div .inner .ttl {
    background: url(../img/square-img03-sp2.png) no-repeat;
    background-size: 90% 100%;
    background-position: right top;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.concept-block.right > div .inner .text {
  padding-left: 130px;
}

@media (max-width: 480px) {
  .concept-block.right > div .inner .text {
    padding-left: 0;
    margin-left: -10px;
    padding-right: 10px;
  }
}

.concept-block > div {
  background: url(../img/background-img09-pc.png) no-repeat;
  background-size: 980px 270px;
  background-position: left top;
  width: 1040px;
  padding: 40px 0 0;
  margin: 0 -10px;
  position: relative;
  z-index: 2;
}

@media (max-width: 480px) {
  .concept-block > div {
    background: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }
}

.concept-block > div .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 480px) {
  .concept-block > div .img {
    display: block;
  }
}

.concept-block > div .img img {
  width: 644px;
  max-width: 100%;
}

.concept-block > div .inner {
  position: absolute;
  left: 10px;
  top: 80px;
  width: 590px;
}

@media (max-width: 480px) {
  .concept-block > div .inner {
    position: relative;
    width: calc(100% + 10px);
    left: -10px;
    top: -30px;
  }
}

.concept-block > div .inner .ttl {
  background: url(../img/square-img03.png) no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  color: #fff;
  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 0;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .concept-block > div .inner .ttl {
    background: url(../img/square-img03-sp.png) no-repeat;
    background-size: 100% 100%;
    background-position: left top;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 10px;
  }
}

.concept-block > div .inner .ttl img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin-right: 20px;
}

@media (max-width: 480px) {
  .concept-block > div .inner .ttl img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}

.concept-block > div .inner .ttl h4 {
  font-size: 28px;
}

@media (max-width: 480px) {
  .concept-block > div .inner .ttl h4 {
    font-size: 18px;
  }
}

.concept-block > div .inner .text {
  padding: 0 80px;
}

@media (max-width: 480px) {
  .concept-block > div .inner .text {
    padding: 0 0 0 10px;
  }
}

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

@media (max-width: 480px) {
  .text-center.sp-left {
    text-align: left;
  }
}
/*# sourceMappingURL=contents.css.map */