@charset "UTF-8";
.main_image {
  position: relative;
  min-width: 100%;
  height: 491px;
  box-sizing: border-box;
  overflow: hidden;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  padding: 0 0 0 35px;
  margin: 0 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #fff;
  font-weight: bold;
}
.main_image .subtext {
  color: #fff;
  font-size: 50px;
  opacity: 70%;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: 80vw;
    padding-top: 45.3vw;
    box-sizing: border-box;
    background: url(/images/) right 40% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    text-align: left;
    font-size: 5.8vw;
    padding-left: initial;
  }
  .main_image .subtext {
    color: #fff;
    font-size: 10vw;
    opacity: 70%;
    text-align: left;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.1;
  }
}

.lead_sec .gridbox {
  margin-top: 70px;
  -moz-column-gap: 45px;
       column-gap: 45px;
  grid-template-columns: repeat(3, 1fr);
}
.lead_sec .gridbox .box {
  width: 380px;
  position: relative;
}
.lead_sec .gridbox .box::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 14px;
  right: 50%;
  transform: translateX(50%);
  bottom: 15px;
  z-index: 10;
  background: url(/images/whitening/sankaku_bottom.webp) center/contain no-repeat;
}
.lead_sec .gridbox .box .img_text {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  font-family: serif;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  width: 380px;
  height: 120px;
  text-align: center;
  line-height: 1.5;
  padding-top: 15px;
}
.lead_sec .gridbox .box .img_text .small {
  font-family: serif;
  font-size: 18px;
  font-weight: bold;
}
.lead_sec .gridbox .box .blue {
  background-color: rgba(143, 172, 208, 0.85);
}
.lead_sec .gridbox .box .purple {
  background-color: rgba(177, 136, 168, 0.9);
}
.lead_sec .gridbox .box .orange {
  background-color: rgba(218, 180, 169, 0.8);
}
@media screen and (max-width: 768px) {
  .lead_sec {
    margin-bottom: 13.8vw;
  }
  .lead_sec .gridbox {
    margin-top: 10vw;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 5vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .lead_sec .gridbox .box {
    width: 100%;
    position: relative;
  }
  .lead_sec .gridbox .box::before {
    content: "";
    position: absolute;
    width: 7vw;
    height: 4vw;
    right: 50%;
    transform: translateX(50%);
    bottom: 3vw;
    z-index: 10;
    background: url(/images/whitening/sankaku_bottom.webp) center/contain no-repeat;
  }
  .lead_sec .gridbox .box .img_text {
    color: #fff;
    font-size: 5.5vw;
    font-weight: bold;
    font-family: serif;
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    width: 100%;
    height: 25vw;
    text-align: center;
    line-height: 1.5;
    padding-top: 5vw;
  }
  .lead_sec .gridbox .box .img_text .small {
    font-family: serif;
    font-size: 4vw;
    font-weight: bold;
  }
}

.sec01 {
  margin-bottom: 100px;
}
.sec01 .sec_header {
  background-color: #fff;
  padding: 50px 0 70px;
  border-radius: 40px 40px 0 0;
}
.sec01 .sec_header .sec_small {
  font-size: 21px;
  color: #6A84A3;
  text-align: center;
  letter-spacing: 0.1em;
}
.sec01 .sec_header .sec_title {
  letter-spacing: 0.1em;
  font-size: 32px;
  font-weight: bold;
  color: #8FACD0;
  text-align: center;
  font-family: serif;
}
.sec01 .sec_header .sec_subtitle {
  letter-spacing: 0.1em;
  font-size: 21px;
  font-weight: bold;
  font-family: serif;
  text-align: center;
}
.sec01 .first_box {
  background: #fff;
  padding: 0 75px 25px;
}
.sec01 .first_box .flexbox {
  -moz-column-gap: 90px;
       column-gap: 90px;
  align-items: flex-start;
}
.sec01 .first_box .flexbox .imagebox {
  width: 80%;
}
.sec01 .first_box .flexbox .textbox {
  width: 100%;
}
.sec01 .second_box {
  padding: 0 75px;
  background-color: #fff;
}
.sec01 .second_box .bottom_list {
  padding: 25px 37px 12px;
  background-color: #8FACD0;
}
.sec01 .second_box .bottom_list .list_text {
  color: #fff;
  font-size: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 10px;
  margin-bottom: 5px;
  padding-left: 40px;
  letter-spacing: 0.1em;
  position: relative;
}
.sec01 .second_box .bottom_list .list_text::before {
  content: "○";
  position: absolute;
  font-size: 18px;
  color: #fff;
  left: 10px;
  bottom: 50%;
  transform: translateY(35%);
}
.sec01 .third_box {
  background-color: #fff;
  padding-top: 95px;
  padding: 95px 75px 50px;
}
.sec01 .third_box .third_title {
  text-align: center;
  color: #6A84A3;
  font-size: 24px;
  font-weight: bold;
  font-family: serif;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 2px dashed #4E89BD;
}
.sec01 .third_box .flexbox {
  -moz-column-gap: 75px;
       column-gap: 75px;
}
.sec01 .third_box .flexbox .textbox {
  width: 100%;
}
.sec01 .third_box .flexbox .textbox .box_title {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: serif;
  margin-bottom: 20px;
}
.sec01 .third_box .flexbox .imagebox {
  width: 91.5%;
}
.sec01 .flow_box {
  background-color: rgba(161, 192, 214, 0.25);
  padding: 35px 80px 65px;
}
.sec01 .flow_box .flow_header {
  border-bottom: 2px dashed #4E89BD;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
.sec01 .flow_box .flow_header .flow_subtitle {
  text-align: center;
  font-size: 21px;
  color: #6A84A3;
  font-weight: bold;
  font-family: serif;
}
.sec01 .flow_box .flow_header .flow_title {
  font-size: 24px;
  font-family: serif;
  font-weight: bold;
  text-align: center;
}
.sec01 .flow_box .gridbox {
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 95px;
       column-gap: 95px;
  row-gap: 25px;
}
.sec01 .flow_box .gridbox .box {
  position: relative;
  width: 290px;
}
.sec01 .flow_box .gridbox .box .box_title {
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  padding: 5px 0;
}
.sec01 .flow_box .gridbox .yajirushi::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 24px;
  right: -55px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/whitening/sankaku_right.webp) center/contain no-repeat;
}
.sec01 .flow_box .gridbox .yajirushi_r::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 24px;
  left: -45px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/whitening/sankaku_right.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .sec_header {
    background-color: #fff;
    padding: 10vw 0 5vw;
    border-radius: 40px 40px 0 0;
  }
  .sec01 .sec_header .sec_small {
    font-size: 4.5vw;
    color: #6A84A3;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .sec01 .sec_header .sec_title {
    letter-spacing: 0.1em;
    font-size: 6vw;
    font-weight: bold;
    color: #8FACD0;
    text-align: center;
    font-family: serif;
  }
  .sec01 .sec_header .sec_subtitle {
    letter-spacing: 0.1em;
    font-size: 4.5vw;
    font-weight: bold;
    font-family: serif;
    text-align: center;
  }
  .sec01 .first_box {
    background: #fff;
    padding: 0 5vw 10vw;
  }
  .sec01 .first_box .flexbox {
    -moz-column-gap: 0;
         column-gap: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .sec01 .first_box .flexbox .imagebox {
    width: 100%;
  }
  .sec01 .first_box .flexbox .textbox {
    width: 100%;
  }
  .sec01 .second_box {
    padding: 0 5vw;
    background-color: #fff;
  }
  .sec01 .second_box .bottom_list {
    padding: 5vw;
    background-color: #8FACD0;
  }
  .sec01 .second_box .bottom_list .list_text {
    color: #fff;
    font-size: 4vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding-bottom: 3vw;
    margin-bottom: 2vw;
    padding-left: 7vw;
    letter-spacing: 0.1em;
    position: relative;
  }
  .sec01 .second_box .bottom_list .list_text::before {
    content: "○";
    position: absolute;
    font-size: 4vw;
    color: #fff;
    left: 0;
    bottom: 50%;
    transform: translateY(35%);
  }
  .sec01 .third_box {
    background-color: #fff;
    padding: 10vw 5vw 10vw;
  }
  .sec01 .third_box .third_title {
    text-align: center;
    color: #6A84A3;
    font-size: 5.5vw;
    font-weight: bold;
    font-family: serif;
    letter-spacing: 0.1em;
    padding-bottom: 5vw;
    margin-bottom: 5vw;
    border-bottom: 2px dashed #4E89BD;
  }
  .sec01 .third_box .flexbox {
    -moz-column-gap: 0;
         column-gap: 0;
    flex-direction: column;
  }
  .sec01 .third_box .flexbox .textbox {
    width: 100%;
  }
  .sec01 .third_box .flexbox .textbox .box_title {
    font-size: 5vw;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-family: serif;
    margin-bottom: 3vw;
  }
  .sec01 .third_box .flexbox .imagebox {
    width: 100%;
  }
  .sec01 .flow_box {
    background-color: rgba(161, 192, 214, 0.25);
    padding: 10vw 5vw 10vw;
  }
  .sec01 .flow_box .flow_header {
    border-bottom: 2px dashed #4E89BD;
    padding-bottom: 5vw;
    margin-bottom: 5vw;
  }
  .sec01 .flow_box .flow_header .flow_subtitle {
    text-align: center;
    font-size: 4.5vw;
    color: #6A84A3;
    font-weight: bold;
    font-family: serif;
  }
  .sec01 .flow_box .flow_header .flow_title {
    font-size: 5.5vw;
    font-family: serif;
    font-weight: bold;
    text-align: center;
  }
  .sec01 .flow_box .gridbox {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 18vw;
  }
  .sec01 .flow_box .gridbox .box {
    position: relative;
    width: 100%;
  }
  .sec01 .flow_box .gridbox .box::before {
    position: absolute;
    content: "";
    width: 5vw;
    height: 9vw;
    right: 50%;
    bottom: -10vw;
    transform: rotate(-270deg) translateX(50%);
    background: url(/images/whitening/sankaku_right.webp) center/contain no-repeat;
  }
  .sec01 .flow_box .gridbox .box .box_title {
    text-align: center;
    font-weight: bold;
    font-size: 5vw;
    padding: 1vw 0;
  }
  .sec01 .flow_box .gridbox .last::before {
    display: none;
  }
  .sec01 .flow_box .gridbox .yajirushi::before {
    display: none;
    position: absolute;
    content: "";
    width: 14px;
    height: 24px;
    right: 50%;
    bottom: 0;
    transform: translateX(50%);
    background: url(/images/whitening/sankaku_right.webp) center/contain no-repeat;
  }
  .sec01 .flow_box .gridbox .yajirushi_r::after {
    display: none;
  }
}

.sec02 {
  margin-bottom: 80px;
}
.sec02 .sec_header {
  background-color: #fff;
  border-radius: 40px 40px 0 0;
  padding: 60px 0 70px;
}
.sec02 .sec_header .sec_small {
  font-size: 21px;
  color: #B188A8;
  text-align: center;
  letter-spacing: 0.1em;
}
.sec02 .sec_header .sec_title {
  letter-spacing: 0.1em;
  font-size: 32px;
  font-weight: bold;
  color: #B188A8;
  text-align: center;
  font-family: serif;
}
.sec02 .sec_header .sec_subtitle {
  letter-spacing: 0.1em;
  font-size: 21px;
  font-weight: bold;
  font-family: serif;
  text-align: center;
}
.sec02 .sec_body {
  padding: 0 80px 85px;
  background-color: #fff;
}
.sec02 .sec_body .flexbox {
  -moz-column-gap: 60px;
       column-gap: 60px;
  align-items: flex-start;
}
.sec02 .sec_body .flexbox .imagebox {
  width: 77.2%;
}
.sec02 .sec_body .flexbox .textbox {
  width: 100%;
}
.sec02 .sec_body .flexbox .textbox .box_text {
  margin-bottom: 92px;
}
.sec02 .sec_body .flexbox .textbox .bottom_list {
  padding: 25px 37px 12px;
  background-color: #B188A8;
}
.sec02 .sec_body .flexbox .textbox .bottom_list .list_text {
  color: #fff;
  font-size: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 10px;
  margin-bottom: 5px;
  padding-left: 40px;
  letter-spacing: 0.1em;
  position: relative;
}
.sec02 .sec_body .flexbox .textbox .bottom_list .list_text::before {
  content: "○";
  position: absolute;
  font-size: 18px;
  color: #fff;
  left: 10px;
  bottom: 50%;
  transform: translateY(35%);
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .sec_header {
    background-color: #fff;
    border-radius: 40px 40px 0 0;
    padding: 10vw 0;
  }
  .sec02 .sec_header .sec_small {
    font-size: 4.5vw;
    color: #B188A8;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .sec02 .sec_header .sec_title {
    letter-spacing: 0.1em;
    font-size: 6vw;
    font-weight: bold;
    color: #B188A8;
    text-align: center;
    font-family: serif;
  }
  .sec02 .sec_header .sec_subtitle {
    letter-spacing: 0.1em;
    font-size: 4.5vw;
    font-weight: bold;
    font-family: serif;
    text-align: center;
  }
  .sec02 .sec_body {
    padding: 0 5vw 10vw;
    background-color: #fff;
  }
  .sec02 .sec_body .flexbox {
    -moz-column-gap: 0;
         column-gap: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .sec02 .sec_body .flexbox .imagebox {
    width: 100%;
  }
  .sec02 .sec_body .flexbox .textbox {
    width: 100%;
  }
  .sec02 .sec_body .flexbox .textbox .box_text {
    margin-bottom: 10vw;
  }
  .sec02 .sec_body .flexbox .textbox .bottom_list {
    padding: 5vw;
    background-color: #B188A8;
  }
  .sec02 .sec_body .flexbox .textbox .bottom_list .list_text {
    color: #fff;
    font-size: 4vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding-bottom: 3vw;
    margin-bottom: 2vw;
    padding-left: 7vw;
    letter-spacing: 0.1em;
    position: relative;
  }
  .sec02 .sec_body .flexbox .textbox .bottom_list .list_text::before {
    content: "○";
    position: absolute;
    font-size: 4vw;
    color: #fff;
    left: 0;
    bottom: 50%;
    transform: translateY(35%);
  }
}

.sec03 {
  margin-bottom: 130px;
}
.sec03 .sec_header {
  background-color: #fff;
  border-radius: 40px 40px 0 0;
  padding: 60px 0 70px;
}
.sec03 .sec_header .sec_small {
  font-size: 21px;
  color: #CA9486;
  text-align: center;
  letter-spacing: 0.1em;
}
.sec03 .sec_header .sec_title {
  letter-spacing: 0.1em;
  font-size: 32px;
  font-weight: bold;
  color: #CA9486;
  text-align: center;
  font-family: serif;
}
.sec03 .sec_header .sec_subtitle {
  letter-spacing: 0.1em;
  font-size: 21px;
  font-weight: bold;
  font-family: serif;
  text-align: center;
}
.sec03 .sec_body {
  padding: 0 80px 85px;
  background-color: #fff;
}
.sec03 .sec_body .flexbox {
  -moz-column-gap: 60px;
       column-gap: 60px;
  align-items: flex-start;
}
.sec03 .sec_body .flexbox .imagebox {
  width: 77.2%;
}
.sec03 .sec_body .flexbox .textbox {
  width: 100%;
}
.sec03 .sec_body .flexbox .textbox .box_text {
  margin-bottom: 92px;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .sec_header {
    background-color: #fff;
    border-radius: 40px 40px 0 0;
    padding: 5vw 0;
  }
  .sec03 .sec_header .sec_small {
    font-size: 4.5vw;
    color: #CA9486;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .sec03 .sec_header .sec_title {
    letter-spacing: 0.1em;
    font-size: 6vw;
    font-weight: bold;
    color: #CA9486;
    text-align: center;
    font-family: serif;
  }
  .sec03 .sec_header .sec_subtitle {
    letter-spacing: 0.1em;
    font-size: 4.5vw;
    font-weight: bold;
    font-family: serif;
    text-align: center;
  }
  .sec03 .sec_body {
    padding: 0 5vw 10vw;
    background-color: #fff;
  }
  .sec03 .sec_body .flexbox {
    -moz-column-gap: 0;
         column-gap: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .sec03 .sec_body .flexbox .imagebox {
    width: 100%;
  }
  .sec03 .sec_body .flexbox .textbox {
    width: 100%;
  }
  .sec03 .sec_body .flexbox .textbox .box_text {
    margin-bottom: 10vw;
  }
}

.sec04 {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .sec04 {
    margin-bottom: 13.8vw;
  }
}

.sec05 {
  margin-bottom: 125px;
}
.sec05 .sec_header {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .sec05 {
    margin-bottom: 23.8vw;
  }
}

.sec06 {
  margin-bottom: 100px;
  padding: 100px 0;
}
.sec06 .flexbox {
  position: relative;
  justify-content: flex-start;
}
.sec06 .flexbox .textbox {
  width: 50%;
}
.sec06 .flexbox .textbox .box_title {
  font-size: 74px;
  font-weight: bold;
  font-family: serif;
  color: #4e89bd;
  opacity: 40%;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 85px;
}
.sec06 .flexbox .textbox .box_subtitle {
  font-size: 28px;
  font-weight: bold;
  font-family: serif;
  margin-bottom: 50px;
}
.sec06 .flexbox .textbox .box_text {
  font-size: 18px;
}
.sec06 .flexbox .textbox .box_text .blue {
  color: #397CB6;
  font-size: 18px;
  font-weight: bold;
}
.sec06 .flexbox .imagebox {
  position: absolute;
  right: -105px;
  bottom: 50%;
  transform: translateY(50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec06 {
    margin-bottom: 13.8vw;
    padding: 10vw 0;
  }
  .sec06 .inner {
    padding: 0;
  }
  .sec06 .flexbox {
    position: relative;
    justify-content: flex-start;
    flex-direction: column;
  }
  .sec06 .flexbox .textbox {
    width: 90%;
  }
  .sec06 .flexbox .textbox .box_title {
    font-size: 10vw;
    font-weight: bold;
    font-family: serif;
    color: #4e89bd;
    opacity: 40%;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 5vw;
  }
  .sec06 .flexbox .textbox .box_subtitle {
    font-size: 5.5vw;
    font-weight: bold;
    font-family: serif;
    margin-bottom: 5vw;
    font-feature-settings: "palt";
  }
  .sec06 .flexbox .textbox .box_text {
    font-size: 4vw;
  }
  .sec06 .flexbox .textbox .box_text .blue {
    color: #397CB6;
    font-size: 4vw;
    font-weight: bold;
  }
  .sec06 .flexbox .imagebox {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 50%;
    transform: translateY(50%);
  }
}/*# sourceMappingURL=whitening.css.map */