/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

/*
html5doctor.com Reset Stylesheet
end
*/
@font-face {
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.otf") format("opentype");
  font-family: "Noto Sans JP";
}
@font-face {
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.otf") format("opentype");
  font-family: "Noto Sans JP";
}
@font-face {
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-family: "Montserrat";
}
ul li, ol li {
  list-style: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
}

html {
  font-size: 0.1333333333vw;
}

body {
  word-wrap: break-word;
  overflow: hidden scroll;
  color: #000;
  line-height: 1.5;
  word-break: break-all;
  overflow-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

video {
  width: 100%;
}

header, nav, main, footer, small, button, label, picture, video {
  display: block;
}

a, button {
  max-width: 100%;
  text-decoration: none;
  cursor: pointer;
}

button:hover, button:active {
  outline: 0;
  text-decoration: none;
}

a:hover, a:active {
  outline: 0;
  text-decoration: none;
}

input, button, textarea, select {
  -webkit-appearance: none;
     -moz-appearance: none;
  display: block;
          appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  font: inherit;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

.wrapper {
  position: relative;
}

.innerbox {
  padding: 0 20rem;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.display_mq__inline {
  display: none;
}
.display_mq__block {
  display: none;
}

.display_mq_m__inline {
  display: none;
}
.display_mq_m__block {
  display: none;
}

.relative_wrap {
  position: relative;
}

.inline_block {
  display: inline-block;
  max-width: 100%;
}

.pt1em {
  padding-top: 1em;
}

.pr1em {
  padding-right: 1em;
}

.pb1em {
  padding-bottom: 1em;
}

.pl1em {
  padding-left: 1em;
}

.mt1em {
  margin-top: 1em;
}

.mr1em {
  margin-right: 1em;
}

.mb1em {
  margin-bottom: 1em;
}

.ml1em {
  margin-left: 1em;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.clickable {
  cursor: pointer;
}

.font_mont {
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
}

.under_line {
  border-bottom: 2px solid;
}

.l-footer__wrap {
  padding-bottom: 40rem;
  background-color: #434343;
}
.l-footer__mol_box {
  padding: 72rem 0 66rem;
  background: linear-gradient(-45deg, #fff, #d1e3ec);
}
.l-footer__mol_text_l {
  color: #5ea7d6;
  font-weight: bold;
  font-size: 40rem;
  text-align: center;
}
.l-footer__footer_logo {
  width: 588rem;
  margin: 28rem auto 0;
}
.l-footer__mol_text {
  margin-top: 20rem;
  color: rgba(24, 115, 159, 0.7);
  font-weight: bold;
  font-size: 32rem;
  text-align: center;
}
.l-footer__copyright {
  padding-top: 30rem;
  color: #fff;
  font-size: 32rem;
  text-align: center;
}

.l-header__wrap {
  position: relative;
  padding-bottom: 16%;
}
.l-header__logo {
  position: absolute;
  top: 50%;
  left: 2.66%;
  width: 40.13%;
  transform: translateY(-50%);
}

.o-btn__sample {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 670rem;
  height: 120rem;
  background-image: url(../images/lp/arrow_right_wh.png);
  background-position: right 7.46% center;
  background-size: 2.68% auto;
  background-repeat: no-repeat;
  background-color: #18739f;
  color: #fff;
  font-weight: bold;
  font-size: 36rem;
}
.o-btn__sample.is-mv {
  position: absolute;
  bottom: 52rem;
  left: 40rem;
}
.o-btn__sample.is-sec1 {
  margin: 0 auto;
}
.o-btn__sample.is-sample_wrap {
  margin: 28rem auto 0;
}
.o-btn__sample.is-bg_wh {
  background-image: url(../images/lp/arrow_right_blue.png);
  background-color: #fff;
  color: #18739f;
}
.o-btn__mol_detail {
  display: block;
  position: absolute;
  bottom: 80rem;
  left: 50%;
  width: 524rem;
  padding: 118rem 0 40rem;
  transform: translateX(-50%);
  border: 4px solid #18739f;
  border-radius: 12px;
  background-color: #fff;
}
.o-btn__mol_detail::after {
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 60rem;
  background-color: #18739f;
  content: "";
}
.o-dl_box__feature_merit > dt {
  display: flex;
  position: relative;
  align-items: center;
  min-height: 176rem;
  padding: 32rem 40rem;
  background-color: #18739f;
  color: #fff;
}
.o-dl_box__feature_merit > dt::after {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 42.42rem;
  height: 42.42rem;
  transform: translate(-50%, 40%) rotate(45deg);
  background-color: #18739f;
  content: "";
}
.o-dl_box__feature_merit > dt.is-even {
  background-color: #5ea7d6;
}
.o-dl_box__feature_merit > dt.is-even::after {
  background-color: #5ea7d6;
}
.o-dl_box__feature_merit > dd {
  padding: 70rem 40rem;
  background: linear-gradient(-45deg, #fff, #d1e3ec);
}
.o-dl_box__feature_merit > dd.is-even {
  background: linear-gradient(135deg, #fff, #d1e3ec);
}
.o-dl_box__feature_merit > dd.is-last {
  padding-bottom: 460rem;
}
.o-dl_box__mol_use {
  margin-top: 16rem;
}
.o-dl_box__mol_use > dt {
  color: #18739f;
  font-weight: bold;
  font-size: 40rem;
  line-height: 1.4;
  text-align: center;
}
.o-dl_box__mol_use > dd {
  margin-top: 4rem;
  font-size: 32rem;
  line-height: 1.7;
  text-align: center;
}
.o-list__footer_sns {
  display: flex;
  justify-content: center;
  margin-top: 48rem;
}
.o-list__footer_sns > li {
  flex: 0 0 80rem;
  margin: 0 17rem;
}
.o-list__footer_sns > li > a {
  display: block;
}
.o-list__mol_use {
  padding: 80rem 0;
}
.o-list__mol_use > li {
  margin-top: 72rem;
}
.o-list__mol_use > li:nth-child(1) {
  margin-top: 0;
}

.o-single_img__check_mark {
  z-index: 10;
  position: relative;
  flex: 0 0 79rem;
  width: 79rem;
}
.o-single_img__mol_detail {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 50%;
  width: 192rem;
  transform: translate(-50%, -45%);
}
.o-single_img__mol_use {
  width: 400rem;
  margin: 0 auto;
}

.o-slider__swiper {
  max-width: 100%;
}
.o-slider__swiper .swiper-wrapper .swiper-slide {
  position: relative;
  height: 1000rem;
  overflow: hidden;
}
.o-slider__bg_thumb {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.o-slider__swiper_text_box {
  width: 670rem;
  margin: 0 auto;
  padding-top: 100rem;
}
.o-slider__swiper_text {
  color: #fff;
  font-weight: bold;
  font-size: 50rem;
  text-shadow: 0 0 8px #666;
}

.o-text_box__copyright_care {
  padding-top: 60rem;
  color: #fff;
  font-size: 28rem;
  text-align: center;
}
.o-text_box__feature_merit_title {
  z-index: 10;
  position: relative;
  padding-left: 20rem;
  font-weight: bold;
  font-size: 40rem;
  line-height: 1.4;
}

.o-title__c_blue {
  color: #18739f;
  font-weight: bold;
  font-size: 50rem;
}
.o-title__blue_band {
  padding: 46rem 0;
  background-color: #145f85;
  color: #fff;
  font-weight: bold;
  font-size: 46rem;
  line-height: 1.4;
  text-align: center;
}

.p-index__sec1_wrap {
  padding-top: 424rem;
  padding-bottom: 80rem;
  background-image: url(../images/lp/bg1_sp.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-index__sec1_text {
  margin-top: 40rem;
  margin-bottom: 56rem;
  color: #18739f;
  font-size: 36rem;
  line-height: 1.7;
}
.p-index__sec1_text p + p {
  margin-top: 20rem;
}
.p-index__movie_wrap {
  position: relative;
  padding: 100rem 0;
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #d7e9f5 50%, #d7e9f5 100%);
}
.p-index__movie_box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.p-index__movie_inner {
  padding-bottom: 56.25%;
}
.p-index__movie_inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-index__feature_merit_wrap {
  position: relative;
}
.p-index__feature_merit_text {
  color: #18739f;
  font-weight: bold;
  font-size: 36rem;
  line-height: 1.7;
}
.p-index__feature_merit_percent {
  padding: 48rem 0 20rem;
  font-size: 100rem;
  line-height: 1;
  text-align: center;
}
.p-index__mol_detail_text {
  color: #18739f;
  font-weight: bold;
  font-size: 36rem;
  text-align: center;
}
.p-index__sec3_wrap {
  padding: 80rem 0 356rem;
  background-image: url(../images/lp/bg2_sp.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-index__sec3_box {
  padding: 48rem 20rem 40rem;
  background-color: rgba(255, 255, 255, 0.8);
}
.p-index__sec3_text {
  margin-top: 64rem;
  color: #18739f;
  font-size: 32rem;
  line-height: 1.7;
}
.p-index__sec3_text.is-first {
  margin-top: 28rem;
}
.p-index__sample_wrap {
  padding: 88rem 0 100rem;
  background-color: #18739f;
  color: #fff;
  font-weight: bold;
  font-size: 40rem;
  text-align: center;
}
.p-index__sec4_wrap {
  background-image: url(../images/lp/bg_use_sp.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  html {
    font-size: 0.0625vw;
  }
  button:hover, button:active {
    opacity: 0.8;
  }
  a:hover, a:active {
    opacity: 0.8;
  }
  .innerbox {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40rem;
  }
  .display_to_mq {
    display: none;
  }
  .display_mq__inline {
    display: inline;
  }
  .display_mq__block {
    display: block;
  }
  .display_to_mq_mq_m__inline {
    display: none;
  }
  .clickable:hover {
    opacity: 0.8;
  }
  .l-footer__wrap {
    padding-bottom: 16rem;
  }
  .l-footer__mol_box {
    padding: 92rem 0 100rem;
    background: linear-gradient(-90deg, #fff, #d1e3ec);
  }
  .l-footer__footer_logo {
    width: 470rem;
  }
  .l-footer__mol_text {
    font-size: 26rem;
  }
  .l-footer__copyright {
    padding-top: 20rem;
    font-size: 14rem;
  }
  .l-header__wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 3.12% 86rem;
  }
  .l-header__logo {
    width: 251rem;
  }
  .o-btn__sample {
    width: 400rem;
    height: 70rem;
    background-position: right 5% center;
    background-size: 3.25% auto;
    font-size: 20rem;
  }
  .o-btn__sample.is-mv {
    position: static;
    margin-top: 24rem;
  }
  .o-btn__sample.is-sec1 {
    margin: 0;
  }
  .o-btn__mol_detail {
    bottom: 50rem;
    width: 262rem;
    padding: 60rem 0 16rem;
  }
  .o-btn__mol_detail::after {
    height: 30rem;
  }
  .o-dl_box__feature_merit {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
  }
  .o-dl_box__feature_merit > dt {
    flex-direction: column;
    min-height: 195rem;
    padding: 30rem 0 24rem;
  }
  .o-dl_box__feature_merit > dt::after {
    width: 20rem;
    height: 20rem;
  }
  .o-dl_box__feature_merit > dd {
    flex-grow: 1;
    padding: 200rem 36rem;
  }
  .o-dl_box__feature_merit > dd.is-last {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }
  .o-dl_box__mol_use {
    flex: 0 0 460rem;
    margin-top: 0;
    padding-left: 40rem;
  }
  .o-dl_box__mol_use > dt {
    text-align: left;
  }
  .o-dl_box__mol_use > dd {
    margin-top: 12rem;
    font-size: 16rem;
    text-align: left;
  }
  .o-dl_box__mol_use.is-reverse {
    padding-right: 40rem;
    padding-left: 0;
  }
  .o-dl_box__mol_use.is-reverse > dt {
    text-align: right;
  }
  .o-dl_box__mol_use.is-reverse > dd {
    text-align: right;
  }
  .o-list__feature_merit {
    display: flex;
  }
  .o-list__feature_merit > li {
    display: flex;
    flex: 0 0 25%;
    flex-direction: column;
  }
  .o-list__footer_sns {
    margin-top: 40rem;
  }
  .o-list__footer_sns > li {
    flex: 0 0 40rem;
    margin: 0 8rem;
  }
  .o-list__mol_use {
    width: 1000rem;
    margin: 0 auto;
    padding: 100rem 0;
  }
  .o-list__mol_use > li {
    display: flex;
    align-items: center;
    margin-top: 0;
  }
  .o-list__mol_use > li.is-reverse {
    flex-direction: row-reverse;
  }
  .o-single_img__check_mark {
    flex: 0 0 auto;
    padding-bottom: 6rem;
  }
  .o-single_img__mol_detail {
    width: 95rem;
  }
  .o-single_img__mol_use {
    flex: 0 0 540rem;
    width: 540rem;
    margin: 0;
  }
  .o-slider__swiper .swiper-wrapper .swiper-slide {
    height: auto;
    padding-bottom: 43.62%;
  }
  .o-slider__swiper_text_box {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0;
    padding-top: 0;
  }
  .o-slider__swiper_text {
    padding-top: 184rem;
  }
  .o-text_box__copyright_care {
    padding-top: 36rem;
    font-size: 13rem;
  }
  .o-text_box__feature_merit_title {
    display: flex;
    flex-grow: 1;
    align-items: center;
    padding-left: 0;
    font-size: 24rem;
    text-align: center;
  }
  .o-title__c_blue {
    font-size: 40rem;
  }
  .o-title__blue_band {
    font-size: 46rem;
  }
  .p-index__sec1_wrap {
    padding-top: 88rem;
    padding-bottom: 100rem;
    background-image: url(../images/lp/bg1_pc.jpg);
  }
  .p-index__sec1_text {
    width: 700rem;
    margin-top: 18rem;
    margin-bottom: 20rem;
    font-size: 18rem;
    line-height: 1.7;
  }
  .p-index__sec1_text p + p {
    margin-top: 0;
  }
  .p-index__movie_box {
    width: 800rem;
    margin: 0 auto;
  }
  .p-index__feature_merit_text {
    max-width: 328px;
    margin: 0 auto;
    font-size: 18rem;
  }
  .p-index__feature_merit_percent {
    padding: 24rem 0 12rem;
    font-size: 50rem;
  }
  .p-index__mol_detail_text {
    font-size: 18rem;
  }
  .p-index__sec3_wrap {
    padding: 100rem 0;
    background-image: url(../images/lp/bg2_pc.jpg);
  }
  .p-index__sec3_box {
    width: 700rem;
    margin-left: auto;
    padding: 36rem 50rem;
  }
  .p-index__sec3_text {
    margin-top: 32rem;
    font-size: 16rem;
  }
  .p-index__sec4_wrap {
    background-image: url(../images/lp/bg_use_pc.png);
  }
}
@media (min-width: 1600px) {
  .innerbox {
    padding: 0 40px;
  }
  .l-footer__wrap {
    padding-bottom: 16px;
  }
  .l-footer__mol_box {
    padding: 92px 0 100px;
  }
  .l-footer__mol_text_l {
    font-size: 40px;
  }
  .l-footer__footer_logo {
    width: 470px;
    margin-top: 28px;
  }
  .l-footer__mol_text {
    margin-top: 20px;
    font-size: 26px;
  }
  .l-footer__copyright {
    padding-top: 20px;
    font-size: 14px;
  }
  .l-header__logo {
    width: 251px;
  }
  .o-btn__sample {
    width: 400px;
    height: 70px;
    background-position: right 20px center;
    background-size: 13px auto;
    font-size: 20px;
  }
  .o-btn__sample.is-mv {
    margin-top: 24px;
  }
  .o-btn__sample.is-sample_wrap {
    margin-top: 28px;
  }
  .o-btn__mol_detail {
    bottom: 50px;
    width: 262px;
    padding: 60px 0 16px;
  }
  .o-btn__mol_detail::after {
    height: 30px;
  }
  .o-dl_box__feature_merit > dt {
    min-height: 195px;
    padding: 30px 0 24px;
  }
  .o-dl_box__feature_merit > dt::after {
    width: 20px;
    height: 20px;
  }
  .o-dl_box__feature_merit > dd {
    padding: 200px 36px;
  }
  .o-dl_box__feature_merit > dd.is-last {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .o-dl_box__mol_use {
    flex: 0 0 460px;
    padding-left: 40px;
  }
  .o-dl_box__mol_use > dt {
    font-size: 40px;
  }
  .o-dl_box__mol_use > dd {
    font-size: 16px;
  }
  .o-dl_box__mol_use.is-reverse {
    padding-right: 40px;
  }
  .o-list__footer_sns {
    margin-top: 40px;
  }
  .o-list__footer_sns > li {
    flex: 0 0 40px;
    margin: 0 8px;
  }
  .o-list__mol_use {
    width: 1000px;
    padding: 100px 0;
  }
  .o-single_img__check_mark {
    width: 79px;
    padding-bottom: 6px;
  }
  .o-single_img__mol_detail {
    width: 95px;
  }
  .o-single_img__mol_use {
    flex: 0 0 540px;
    width: 540px;
  }
  .o-slider__swiper .swiper-wrapper .swiper-slide {
    padding-bottom: 698px;
  }
  .o-slider__swiper_text {
    padding-top: 184px;
    font-size: 50px;
  }
  .o-text_box__copyright_care {
    padding-top: 36px;
    font-size: 13px;
  }
  .o-text_box__feature_merit_title {
    font-size: 24px;
  }
  .o-title__c_blue {
    font-size: 40px;
  }
  .o-title__blue_band {
    font-size: 46px;
  }
  .p-index__sec1_wrap {
    padding-top: 88px;
    padding-bottom: 100px;
  }
  .p-index__sec1_text {
    width: 700px;
    margin-top: 18px;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .p-index__movie_wrap {
    padding: 100px 0;
  }
  .p-index__movie_box {
    width: 800px;
  }
  .p-index__feature_merit_text {
    font-size: 18px;
  }
  .p-index__feature_merit_percent {
    padding: 24px 0 12px;
    font-size: 50px;
  }
  .p-index__mol_detail_text {
    font-size: 18px;
  }
  .p-index__sec3_wrap {
    padding: 100px 0;
  }
  .p-index__sec3_box {
    width: 700px;
    padding: 36px 50px;
  }
  .p-index__sec3_text {
    margin-top: 32px;
    font-size: 16px;
  }
  .p-index__sec3_text.is-first {
    margin-top: 28px;
  }
  .p-index__sample_wrap {
    padding: 88px 0 100px;
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .display_to_mq_m {
    display: none;
  }
  .display_mq_m__inline {
    display: inline;
  }
  .display_mq_m__block {
    display: block;
  }
  .display_to_mq_mq_m__inline {
    display: inline;
  }
}
@media (min-width: 1280px) {
  .l-header__wrap {
    padding: 0 40px 86px;
  }
}