@charset "UTF-8";
/* modify common */
#container #wrapper {
  width: 100%;
  overflow: hidden;
}

/* contents */
#breadcrumbs {
  margin-bottom: 0;
}

/* mouse over */
.contents #nav a:hover img,
.contents .recomend a:hover img,
.contents #etc a:hover img {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

@media only screen and (max-width: 667px) {
  html {
    min-width: 1px;
  }
  /* modify common */
  /* .logoA .biz-link {top: 0 !important;} */

  #container #wrapper img {
    max-width: 100%;
    height: auto;
  }
  /* contents */
}
/*============================
#part
============================*/
.pageTop {
  width: 1200px;
  max-width: 100%;
  margin-bottom: 40px;
}
.pageTop p {
  display: inline-block;
  width: auto;
  height: auto;
}
.pageTop p a {
  color: #D96C88;
  font-size: 14px;
  text-decoration: underline;
}
.pageTop p a:before {
  content: "▲";
  display: inline-block;
}
@media screen and (max-width: 667px) {
  .pageTop {
    margin-bottom: 0;
  }
  .pageTop p {
    display: block;
    background: #D96C88;
  }
  .pageTop p a {
    color: #fff;
  }
}

.contents * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.contents .wrap {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 667px) {
  .contents .wrap {
    padding: 0 10px;
  }
}
.contents .fwb {
  font-weight: bold;
}
.contents .c-blue {
  color: #1565C0;
}
.contents .c-pink {
  color: #D96C88;
}
.contents .title01 {
  color: #D96C88;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
.contents .title01 .size01 {
  font-size: 40px;
  display: block;
}
.contents .title01 .size02 {
  font-size: 30px;
  display: block;
}
.contents .title01 .size01 + .size02 {
  margin-top: 10px;
}
.contents .title01_deco {
  display: inline-block;
  position: relative;
  padding: 0 70px;
}
.contents .title01_deco:before, .contents .title01_deco:after {
  content: "";
  position: absolute;
  background: url("../images/deco01.png") no-repeat center/contain;
  width: 54px;
  height: 38px;
  top: calc(50% - 22px);
}
.contents .title01_deco:before {
  left: 0;
}
.contents .title01_deco:after {
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 667px) {
  .contents .title01 .size01 {
    font-size: 20px;
  }
  .contents .title01 .size02 {
    font-size: 20px;
  }
  .contents .title01 .size01 + .size02 {
    margin-top: 0;
  }
  .contents .title01_deco {
    padding: 0 8.5vw;
  }
  .contents .title01_deco:before, .contents .title01_deco:after {
    width: 26px;
    height: 20px;
    top: calc(50% - 3vw);
  }
}
.contents .title02 {
  color: #D96C88;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  font-size: 24px;
}
@media screen and (max-width: 667px) {
  .contents .title02 {
    font-size: 18px;
  }
}
.contents .txtLink {
  text-decoration: underline;
}
.contents .txtLink:hover {
  text-decoration: none;
}
.contents .txtTag {
  display: inline-block;
  padding: 2px 10px;
  background: #D96C88;
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.contents .linkList {
  margin-top: 8px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 667px) {
  .contents .linkList {
    line-height: 1.5;
  }
}
.contents .text {
  font-size: 16px;
  line-height: 2;
}
.contents .text p + p {
  margin-top: 30px;
}
@media screen and (max-width: 667px) {
  .contents .text {
    line-height: 1.5;
  }
  .contents .text p + p {
    margin-top: 25px;
  }
}
.contents .btn01 {
  display: inline-block;
  font-size: 14px;
  border-radius: 4px;
  line-height: 1.4;
  padding: 8px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  position: relative;
  min-width: 186px;
}
.contents .btn01:hover {
  text-decoration: none;
  opacity: 0.8;
}
.contents .btn01-blue {
  background: #1565C0;
  color: #fff;
  text-align: center;
}
.contents .btn01-blue:after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  background: url("../images/arrow_right_white.png") no-repeat center/100% auto;
  width: 16px;
  height: 8px;
  right: 20px;
}
.contents .btn01-white {
  color: #1565C0;
  background: #fff;
  padding: 8px 28px 8px 5px;
  border: 1px solid #1565C0;
  letter-spacing: -0.07em;
  text-align: left;
}
.contents .btn01-white:after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  background: url("../images/arrow_right_blue.png") no-repeat center/100% auto;
  width: 16px;
  height: 8px;
  right: 10px;
}
@media screen and (max-width: 667px) {
  .contents .btn01 {
    font-size: 16px;
    padding: 7px 35px;
    width: 100%;
  }
  .contents .btn01-blue:after {
    right: 12px;
  }
  .contents .btn01-white {
    padding: 7px 28px 7px 0px;
    text-align: center;
    letter-spacing: 0;
  }
  .contents .btn01-white:after {
    right: 12px;
  }
}

.bgWave {
  background-color: #fff;
  position: relative;
}
.bgWave:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% - 1px);
  background: url("../images/line01.png") repeat-x center bottom/auto 100%;
  height: 26px;
}
.bgWave:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: url("../images/line02.png") repeat-x center top/auto 100%;
  height: 26px;
}
@media screen and (max-width: 667px) {
  .bgWave:before {
    height: 13px;
  }
  .bgWave:after {
    height: 13px;
  }
}

/*============================
MV
============================*/
#mvBlock {
  text-align: center;
}
#mvBlock img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 1500px;
  width: 100%;
  height: 550px;
}
@media screen and (max-width: 667px) {
  #mvBlock img {
    height: auto;
  }
}

/*============================
leadBlock
============================*/
.leadBlock {
  margin-top: -7px;
  text-align: center;
  padding: 63px 0 52px;
}
@media screen and (max-width: 667px) {
  .leadBlock {
    padding: 30px 0 20px;
  }
}
.leadBlock .title01 {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 667px) {
  .leadBlock .title01 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.leadBlock .anchorArea {
  position: relative;
}
.leadBlock .listAnchor {
  position: absolute;
  text-align: left;
  left: 0;
  right: 0;
  top: 52px;
}
.leadBlock .listAnchor a {
  display: inline-block;
  color: #fff;
  background: #D96C88;
  border-radius: 4px;
  min-width: 104px;
  padding: 13px 27px 13px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}
.leadBlock .listAnchor a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.leadBlock .listAnchor a:after {
  content: "";
  position: absolute;
  right: 10px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 50%;
  margin-top: -6px;
}
.leadBlock .listAnchor li {
  position: absolute;
  z-index: 1;
  top: 0;
}
.leadBlock .listAnchor li:nth-child(odd) {
  left: 72px;
}
.leadBlock .listAnchor li:nth-child(even) {
  right: 0;
  width: 201px;
}
.leadBlock .listAnchor li:nth-child(3) {
  top: 70px;
}
.leadBlock .listAnchor li:nth-child(4) {
  top: 70px;
}
.leadBlock .listAnchor li:nth-child(5) {
  top: 140px;
}
.leadBlock .listAnchor li:nth-child(6) {
  top: 140px;
}
@media screen and (max-width: 667px) {
  .leadBlock .listAnchor {
    position: relative;
    top: 0;
    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: 3px 12px 0;
  }
  .leadBlock .listAnchor a {
    font-size: 12px;
    padding: 8px 25px 7px 10px;
    text-align: center;
    width: 100%;
  }
  .leadBlock .listAnchor a:after {
    right: 13px;
  }
  .leadBlock .listAnchor li {
    position: static;
    width: 48% !important;
    margin-bottom: 10px;
  }
}

/*============================
section
============================*/
.colBox {
  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;
}
.colBox.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.colBox_item {
  width: 460px;
}
.colBox img {
  max-width: 100%;
  height: auto;
  display: block;
}
.colBox_image {
  margin: 0 -4px;
}
.colBox_text .title02 {
  margin-bottom: 10px;
}
.colBox_text .txtTag {
  margin-top: 30px;
}
.colBox + .colBox {
  margin-top: 52px;
}
@media screen and (max-width: 667px) {
  .colBox {
    display: block;
  }
  .colBox_item {
    width: 100%;
  }
  .colBox_image {
    margin-bottom: 12px;
  }
  .colBox_text .txtTag {
    margin-top: 10px;
  }
  .colBox + .colBox {
    margin-top: 27px;
  }
}

.equipmentBox {
  background: #fff;
  border-radius: 20px;
  padding: 32px 20px 40px;
}
.equipmentBox .title02 {
  text-align: center;
}
.equipmentBox .equipmentlist {
  margin-top: 23px;
}
.equipmentBox--style02 {
  background: #FFF8F2;
}
@media screen and (max-width: 667px) {
  .equipmentBox {
    padding: 20px 20px 20px;
  }
  .equipmentBox .equipmentlist {
    margin-top: 7px;
  }
}

.expBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.expBox_image {
  width: 70px;
  margin-right: 10px;
}
.expBox_image img {
  max-width: 100%;
  height: auto;
}
.expBox_text {
  background: url("../images/bb_01.png") no-repeat top left;
  width: 317px;
  max-width: calc(100% - 80px);
  height: 65px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 5px 10px 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-bottom: 7px;
}
@media screen and (max-width: 667px) {
  .expBox_text {
    background: url("../images/bb_01_sp.png") no-repeat top left/100% 100%;
    width: 275px;
    height: 71px;
  }
}

.infoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 40px 40px 35px;
  border-radius: 20px;
}
.infoBox_image {
  width: 160px;
  margin-right: 40px;
}
.infoBox_image img {
  max-width: 100%;
  height: auto;
}
.infoBox_text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.infoBox_text .infoBox_ttl {
  font-size: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 667px) {
  .infoBox {
    display: block;
    padding: 30px 25px 30px;
  }
  .infoBox_image {
    width: 160px;
    margin: 0 auto;
  }
  .infoBox_text {
    margin-top: 17px;
  }
}

.equipmentlist {
  font-size: 15px;
  line-height: 2;
}
.equipmentlist li {
  position: relative;
  padding-left: 30px;
  margin-top: 16px;
}
.equipmentlist_ttl {
  font-weight: bold;
}
.equipmentlist.list01 li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: url("../images/ico_check.png") no-repeat center/contain;
  width: 19px;
  height: 19px;
}
.equipmentlist.list02 li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  border: 1px solid #00C257;
  background: #fff;
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
}
.equipmentlist.list03 li:after {
  content: "×";
  position: absolute;
  left: 0;
  top: 4px;
  line-height: 1;
  color: #FF0000;
  display: block;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 667px) {
  .equipmentlist {
    font-size: 14px;
    line-height: 1.5;
  }
  .equipmentlist li {
    margin-top: 11px;
  }
  .equipmentlist.list01 li:after {
    top: 2px;
  }
  .equipmentlist.list02 li:after {
    top: 2px;
  }
  .equipmentlist.list03 li:after {
    top: 0px;
  }
}

.infoBox02 {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #D9D9D9;
  padding: 40px 104px 40px;
}
@media screen and (max-width: 667px) {
  .infoBox02 {
    padding: 19px 19px 19px;
  }
}
.infoBox02_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.infoBox02_col.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.infoBox02_col + .infoBox02_col {
  border-top: 1px solid #D9D9D9;
  padding-top: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 667px) {
  .infoBox02_col {
    display: block;
  }
  .infoBox02_col + .infoBox02_col {
    padding-top: 20px;
    margin-top: 20px;
  }
}
.infoBox02 img {
  max-width: 100%;
  height: auto;
  display: block;
}
.infoBox02_imgArea {
  width: 280px;
}
@media screen and (max-width: 667px) {
  .infoBox02_imgArea {
    width: 100%;
  }
}
.infoBox02_txtArea {
  width: 432px;
}
@media screen and (max-width: 667px) {
  .infoBox02_txtArea {
    width: 100%;
    margin-top: 17px;
  }
}
.infoBox02_ttl {
  font-size: 20px;
  margin-bottom: 17px;
}
.infoBox02_ttl .sub {
  font-size: 14px;
}
@media screen and (max-width: 667px) {
  .infoBox02_ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.infoBox02 .linkList {
  margin-top: 8px;
}
@media screen and (max-width: 667px) {
  .infoBox02 .linkList {
    font-size: 14px;
    margin-top: 12px;
  }
  .infoBox02 .linkList li + li {
    margin-top: 11px;
  }
}
.infoBox02_btn {
  margin-top: 30px;
}
.infoBox02_btn .text {
  text-align: center;
  line-height: 1.75;
}
.infoBox02_btn .text > span {
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
.infoBox02_btn .text > span:after, .infoBox02_btn .text > span:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1px;
  background: currentColor;
  height: 55px;
}
.infoBox02_btn .text > span:before {
  right: 100%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.infoBox02_btn .text > span:after {
  left: 100%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.infoBox02_btn .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  margin-top: 8px;
}
@media screen and (max-width: 667px) {
  .infoBox02_btn {
    margin: 13px 0 0;
    text-align: center;
  }
  .infoBox02_btn .text {
    font-size: 14px;
    line-height: 1.5;
  }
  .infoBox02_btn .text > span {
    padding: 0 12px;
  }
  .infoBox02_btn .text > span:after, .infoBox02_btn .text > span:before {
    height: 35px;
    bottom: 3px;
  }
  .infoBox02_btn .text > span:before {
    -webkit-transform: rotate(-24deg);
            transform: rotate(-24deg);
  }
  .infoBox02_btn .text > span:after {
    -webkit-transform: rotate(24deg);
            transform: rotate(24deg);
  }
  .infoBox02_btn .group {
    display: block;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .infoBox02_btn .group a {
    margin-bottom: 10px;
  }
  .infoBox02_btn .btn01 {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.jsAcc-btn {
  cursor: pointer;
}
.jsAcc-content {
  display: none;
}

.toggleBox {
  border: 1px solid #D96C88;
  -webkit-box-shadow: 0 3px 0 #D96C88;
          box-shadow: 0 3px 0 #D96C88;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 0 30px;
}
@media screen and (max-width: 667px) {
  .toggleBox {
    padding: 0 20px;
    margin-bottom: 10px;
  }
}
.toggleBox_head {
  font-weight: bold;
  padding: 22px 0 18px;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
}
.toggleBox_head:after {
  content: "";
  border-top: 1px solid #D96C88;
  border-right: 1px solid #D96C88;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: 24px;
  width: 8px;
  height: 8px;
  right: 6px;
}
.toggleBox_head .inner {
  position: relative;
  padding: 0 30px;
}
.toggleBox_head i {
  display: block;
  background: url("../images/ico_question.png") no-repeat center/contain;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 667px) {
  .toggleBox_head {
    padding: 17px 0 16px;
  }
  .toggleBox_head:after {
    top: 22px;
  }
  .toggleBox_head .inner {
    position: relative;
    padding: 0 23px;
  }
}
.toggleBox_content .inner {
  padding: 15px 0 40px;
  border-top: 1px solid #D96C88;
}
@media screen and (max-width: 667px) {
  .toggleBox_content .inner {
    padding: 10px 0 20px;
    margin-top: -10px;
  }
}
.toggleBox.active .toggleBox_head:after {
  margin-top: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.section01 {
  background: url("../images/bg_01.png") no-repeat center top/cover, #FFF8F2;
  padding: 108px 0 95px;
}
@media screen and (max-width: 667px) {
  .section01 {
    background: url("../images/bg_01_sp.png") no-repeat center top/100% auto, #FFF8F2;
    padding: 53px 0 50px;
  }
}
.section01 .toggleList {
  margin-top: 40px;
}
@media screen and (max-width: 667px) {
  .section01 .toggleList {
    margin-top: 30px;
  }
}
.section01 .block01 {
  margin-bottom: 62px;
}
.section01 .block01 .text01 {
  margin-top: 32px;
  margin-bottom: 60px;
  text-align: center;
}
.section01 .block01 .expBox {
  margin-top: 45px;
}
@media screen and (max-width: 667px) {
  .section01 .block01 {
    margin-bottom: 22px;
  }
  .section01 .block01 .text01 {
    margin-top: 15px;
    margin-bottom: 29px;
  }
  .section01 .block01 .expBox {
    margin-top: 20px;
  }
}
.section01 .block02 {
  margin-bottom: 63px;
}
.section01 .block02 .title01 {
  margin-bottom: 60px;
}
.section01 .block02 .infoBox {
  margin-top: 52px;
}
@media screen and (max-width: 667px) {
  .section01 .block02 {
    margin-bottom: 28px;
  }
  .section01 .block02 .title01 {
    margin-bottom: 20px;
  }
  .section01 .block02 .infoBox {
    margin-top: 27px;
  }
}
.section01 .block03 .infoBox02 {
  margin-top: 60px;
}
@media screen and (max-width: 667px) {
  .section01 .block03 .infoBox02 {
    margin-top: 30px;
  }
}

.section02 {
  padding: 83px 0 80px;
  background: url("../images/bg_02.png") no-repeat center top/cover, #fff;
}
@media screen and (max-width: 667px) {
  .section02 {
    padding: 43px 0 38px;
    background: url("../images/bg_02_sp.png") no-repeat center top/100% auto, #fff;
  }
  .section02 .title01 .title01_deco {
    padding: 0 7vw;
  }
  .section02 .title01 .size01 > span {
    font-size: 90%;
  }
}
.section02 .text01 {
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 667px) {
  .section02 .text01 {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.section02 .box02 {
  margin-top: 88px;
}
@media screen and (max-width: 667px) {
  .section02 .box02 {
    margin-top: 27px;
  }
}
.section02 .box03 {
  margin-top: 47px;
}
.section02 .box03 .infoBox02_btn {
  margin-top: 18px;
}
@media screen and (max-width: 667px) {
  .section02 .box03 {
    margin-top: 30px;
  }
  .section02 .box03 .infoBox02_btn {
    margin-top: 14px;
  }
}

.section03 {
  padding: 105px 0 106px;
  background: url("../images/bg_03.png") no-repeat center top/cover, #FFF8F2;
}
@media screen and (max-width: 667px) {
  .section03 {
    padding: 53px 0 52px;
    background: url("../images/bg_03_sp.png") no-repeat center top/100% auto, #FFF8F2;
  }
}
.section03 .text01 {
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 667px) {
  .section03 .text01 {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.section03 .box04 {
  margin-top: 52px;
}
@media screen and (max-width: 667px) {
  .section03 .box04 {
    margin-top: 25px;
  }
}

.section04 {
  padding: 83px 0 80px;
  background: url("../images/bg_04.png") no-repeat center top/cover, #fff;
}
@media screen and (max-width: 667px) {
  .section04 {
    padding: 40px 0 40px;
    background: url("../images/bg_04_sp.png") no-repeat center top/100% auto, #fff;
  }
}
.section04 .text01 {
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 667px) {
  .section04 .text01 {
    margin-top: 20px;
    margin-bottom: 32px;
  }
}
.section04 .colBox .equipmentBox {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section04 .box01 {
  margin-bottom: 60px;
}
@media screen and (max-width: 667px) {
  .section04 .box01 {
    margin-bottom: 30px;
  }
  .section04 .box01 .equipmentBox {
    margin-bottom: 30px;
  }
}
.section04 .box02 {
  margin-bottom: 50px;
}
@media screen and (max-width: 667px) {
  .section04 .box02 {
    margin-bottom: 30px;
  }
  .section04 .box02 .colBox_image {
    margin-bottom: 10px;
  }
}
.section05 {
  padding: 115px 0 105px;
  background: #FFF8F2;
  background: url("../images/bg_05.png") no-repeat center top/cover, #FFF8F2;
}
@media screen and (max-width: 667px) {
  .section05 {
    padding: 47px 0 50px;
    background: url("../images/bg_05_sp.png") no-repeat center top/100% auto, #FFF8F2;
  }
}
.section05 .text01 {
  margin-top: 35px;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 667px) {
  .section05 .text01 {
    margin-top: 15px;
    margin-bottom: 28px;
  }
}
.section05 .block01 {
  margin-bottom: 55px;
}
@media screen and (max-width: 667px) {
  .section05 .block01 {
    margin-bottom: 27px;
  }
}
.section05 .block02 .title01 {
  margin-bottom: 55px;
}
.section05 .block02 .infoBox02 {
  margin-top: 58px;
}
@media screen and (max-width: 667px) {
  .section05 .block02 .title01 {
    margin-bottom: 20px;
  }
  .section05 .block02 .infoBox02 {
    margin-top: 28px;
  }
}

/*============================
Introduce Block
============================*/
.intro {
  padding: 80px 0 105px;
}
.intro .title01 {
  margin-bottom: 40px;
}
.intro .introCarousel {
  margin: 0 -10px;
}
.intro .introCarousel img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 672/504;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro .introCarousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.intro .introCarousel .slick-track .slick-slide {
  height: auto !important;
}
.intro .introCarousel {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.intro .introCarousel.slick-initialized {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 667px) {
  .intro {
    padding: 40px 0 53px;
  }
  .intro:after {
    content: none;
  }
  .intro .title01 {
    margin-bottom: 30px;
  }
}

.pcOnly {
  display: block !important;
}

.spOnly {
  display: none !important;
}

.introTitle {
  font-size: 40px;
  font-weight: 700;
  color: #D96C88;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
}

#introduce .slick-list {
  padding-bottom: 35px;
}

#introduce .carouselItem {
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 10px;
}

#introduce .carouselImage {
  max-height: 168px;
}

#introduce .carouselContent {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 20px 24px 19px;
  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;
}

#introduce .carouselTitle {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.75;
  color: #1A1A1A;
  margin-bottom: 12px;
}

#introduce .carouselDesc {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  color: #4A4A4A;
  margin-bottom: 27px;
}

#introduce .carouselBtn {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 1.429;
  background-color: #1565C0;
  border-radius: 4px;
  padding: 8px 0;
  position: relative;
}

#introduce .carouselBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 21px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/house-maintenance/water-heater/post/images/arrow_right_white.png);
  background-size: 100% 100%;
  width: 16px;
  height: 8px;
}

#introduce .carouselBtn:hover {
  text-decoration: none;
  opacity: 0.7;
}

#introduce .slick-arrow {
  opacity: 0.7;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgb(95, 95, 95);
  position: absolute;
  top: 50%;
  margin-top: -30px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 1px solid rgb(67, 56, 53);
  z-index: 1;
}
#introduce .slick-arrow:before {
  content: none;
}
#introduce .slick-arrow:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 19px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 20 19" xmlns="http://www.w3.org/2000/svg"><path d="M11.25 16.8438C11.25 17.5341 10.6904 18.0938 10 18.0938C9.30964 18.0937 8.75 17.5341 8.75 16.8437L11.25 16.8438ZM9.11612 0.959866C9.60427 0.47171 10.3957 0.47171 10.8839 0.959866L18.8388 8.91482C19.327 9.40297 19.327 10.1944 18.8388 10.6826C18.3507 11.1707 17.5592 11.1707 17.0711 10.6826L10 3.61152L2.92893 10.6826C2.44078 11.1707 1.64932 11.1707 1.16117 10.6826C0.67301 10.1944 0.67301 9.40297 1.16117 8.91482L9.11612 0.959866ZM8.75 16.8437L8.75 1.84375L11.25 1.84375L11.25 16.8438L8.75 16.8437Z" fill="white"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 20 19" xmlns="http://www.w3.org/2000/svg"><path d="M11.25 16.8438C11.25 17.5341 10.6904 18.0938 10 18.0938C9.30964 18.0937 8.75 17.5341 8.75 16.8437L11.25 16.8438ZM9.11612 0.959866C9.60427 0.47171 10.3957 0.47171 10.8839 0.959866L18.8388 8.91482C19.327 9.40297 19.327 10.1944 18.8388 10.6826C18.3507 11.1707 17.5592 11.1707 17.0711 10.6826L10 3.61152L2.92893 10.6826C2.44078 11.1707 1.64932 11.1707 1.16117 10.6826C0.67301 10.1944 0.67301 9.40297 1.16117 8.91482L9.11612 0.959866ZM8.75 16.8437L8.75 1.84375L11.25 1.84375L11.25 16.8438L8.75 16.8437Z" fill="white"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  color: #fff;
}
#introduce .slick-arrow.slick-prev {
  left: -70px;
}
#introduce .slick-arrow.slick-prev:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#introduce .slick-arrow.slick-next {
  right: -70px;
}
#introduce .slick-arrow.slick-next:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#introduce .slick-arrow:hover {
  opacity: 1;
}

#introduce .slick-dots {
  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;
  bottom: -15px;
}

#introduce .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 8px;
}

#introduce .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #D9D9D9;
  border-radius: 50%;
}

#introduce .slick-dots li.slick-active button {
  background-color: #1565C0;
}

#introduce .slick-dots li button:before {
  display: none;
}

@media screen and (max-width: 667px) {
  .pcOnly {
    display: none !important;
  }
  .spOnly {
    display: block !important;
  }
  .introTitle {
    font-size: 5.333vw;
    margin-bottom: 8vw;
  }
  #introduce .slick-list {
    padding-bottom: 7vw;
  }
  #introduce .carouselItem {
    border: 1px solid #D9D9D9;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    padding: 5.066vw;
    border-radius: 20px;
  }
  #introduce .carouselImage {
    max-height: unset;
  }
  #introduce .carouselContent {
    margin-top: 5.333vw;
    padding: 0;
    gap: 3.2vw;
  }
  #introduce .carouselDesc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 17px;
    margin-bottom: 0;
  }
  #introduce .carouselBtn {
    width: 73.6vw;
    margin: 0 auto;
  }
  #introduce .carouselBtn::after {
    right: 12px;
  }
  #introduce .slick-arrow {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  #introduce .slick-arrow.slick-prev {
    left: 0px;
  }
  #introduce .slick-arrow.slick-next {
    right: 0px;
  }
}