@charset "UTF-8";
/*
font-family: $font-gothic;
300 400 600 700
*/
/*
font-family: $font-yugothic;
300 400 600 700
*/
/*
font-family: $font-en;
400 500 600 700
*/
/* font-family: $font-en; */
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
@media only screen and (min-width: 768px) {
  #topcontrol {
    bottom: 60px !important;
  }
}
.cmnBtn {
  padding-top: 60px;
  text-align: center;
}
.cmnBtn a {
  background-color: #3143cf;
  border-radius: 50px;
  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;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 0 auto;
  text-decoration: none;
  min-height: 80px;
  max-width: 290px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.cmnBtn a:hover {
  background-color: #FFF;
  color: #3143cf;
}

.top08 .cmnBtn a:hover, .top10 .cmnBtn a:hover {
  background-color: #EED84A;
  color: #333;
}

.contents {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

section {
  max-width: none;
  max-width: auto;
  margin-bottom: 0;
}

.topNotice {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  border-top: 1px solid #3143CF;
}
.topNotice.only-pc {
  display: block;
}
.topNotice.only-sp {
  display: none;
}
.topNotice a {
  display: block;
  padding: 12px 17px;
  background: #fff;
  color: #333;
  text-decoration: none;
}
.topNotice a:hover .catch, .topNotice a:hover .notes {
  opacity: 0.8;
}
.topNotice .catch {
  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-transition: all 0.3s;
  transition: all 0.3s;
}
.topNotice .catch strong {
  color: #1C2260;
  font-size: 2.1527777778vw;
  font-weight: 700;
}
.topNotice .catch img {
  max-width: 209px;
  margin: 0 15px;
}
.topNotice .notes {
  margin: -1em 0 0;
  font-size: 1.1rem;
  text-align: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.topMv {
  background-color: #000;
  height: calc(100vh - 172px);
  /*
  min-height: 760px;
  */
  position: relative;
}
.topMv .inr {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1800px;
  margin: 0 auto;
  height: calc(100vh - 172px);
  /*
  min-height: 760px;
  */
  width: calc(100% - 12vw);
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1300px) {
  .topMv .inr {
    width: calc(100% - 80px);
  }
}
.topMv .inr .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
}
.topMv .inr .data .dataInr {
  display: inline-block;
  margin: 0 auto;
}
.topMv .inr .data .dataInr h1 {
  line-height: 1.2;
  font-size: 82px;
  font-size: 8.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}
.topMv .inr .data .dataInr h1 span {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  padding-bottom: 20px;
}
.topMv .inr .data .dataInr .desc {
  border-left: 2px solid #FFF;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-bottom: 50px;
  padding-left: 25px;
}
.topMv .inr .data .dataInr .btn {
  font-weight: 700;
  text-align: left;
}
.topMv .inr .data .dataInr .btn a {
  background-color: #EED84A;
  border-radius: 5px;
  color: #333;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 35px 50px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  min-width: 376px;
}
.topMv .inr .data .dataInr .btn a:hover {
  background-color: #3143cf;
  color: #FFF;
}
@media only screen and (min-width: 1300px) {
  .topMv .inr .data .dataInr .btn a {
    font-size: 1.4vw;
  }
}
@media only screen and (min-width: 1700px) {
  .topMv .inr .data .dataInr .btn a {
    font-size: 22px;
  }
}
@media screen and (min-width: 1501px) and (max-width: 1800px) {
  .topMv .inr .data .dataInr h1 {
    font-size: 5.5vw;
  }
  .topMv .inr .data .dataInr h1 span {
    font-size: 1vw;
  }
  .topMv .inr .data .dataInr .desc {
    font-size: 1.6vw;
  }
}
@media only screen and (min-width: 1801px) {
  .topMv .inr .data .dataInr h1 {
    font-size: 100px;
    font-size: 10rem;
  }
  .topMv .inr .data .dataInr h1 span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .topMv .inr .data .dataInr .desc {
    font-size: 29px;
  }
}
.topMv #mvSlide {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  z-index: 2;
  width: 100%;
}
.topMv #mvSlide li {
  background-size: cover;
  background-position: right center;
  float: left;
  height: calc(100vh - 172px);
  width: 100%;
  position: relative;
}
.topMv #mvSlide li p {
  border: 2px solid #FFF;
  border-radius: 50px;
  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;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  height: 70px;
  text-align: center;
  width: 370px;
  position: absolute;
  bottom: 100px;
  right: 100px;
  z-index: 1000000000;
}

body.openFB .topMv #mvSlide li p {
  top: calc(100% - 300px);
  bottom: auto;
}

.top01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 40px;
}
.top01 .data {
  width: 45%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (min-width: 1300px) {
  .top01 .data {
    width: 42%;
  }
}
@media only screen and (min-width: 1700px) {
  .top01 .data {
    width: 45%;
  }
}
.top01 .data .dataInr {
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
.top01 .data .dataInr .medal {
  position: absolute;
  top: -7vw;
  right: -3vw;
}
.top01 .data .dataInr .medal img {
  width: 12vw;
  max-width: 175px;
}
@media only screen and (min-width: 1300px) {
  .top01 .data .dataInr .medal {
    top: -100px;
    right: -50px;
  }
}
.top01 .data .dataInr h2 {
  color: #3143cf;
  display: inline-block;
  font-size: 55px;
  font-size: 5.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  position: relative;
}
@media only screen and (min-width: 1300px) {
  .top01 .data .dataInr h2 {
    font-size: 4.2vw;
  }
}
@media only screen and (min-width: 1700px) {
  .top01 .data .dataInr h2 {
    font-size: 72px;
  }
}
.top01 .data .dataInr h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1300px) {
  .top01 .data .dataInr h3 {
    font-size: 1.7vw;
  }
}
@media only screen and (min-width: 1700px) {
  .top01 .data .dataInr h3 {
    font-size: 28px;
  }
}
.top01 .data .dataInr .btn {
  margin-bottom: 30px;
  text-align: left;
}
.top01 .data .dataInr .btn a {
  background-color: #EED84A;
  border-radius: 5px;
  color: #333;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 35px 50px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  min-width: 376px;
}
.top01 .data .dataInr .btn a:hover {
  background-color: #3143cf;
  color: #FFF;
}
@media only screen and (min-width: 1300px) {
  .top01 .data .dataInr .btn a {
    font-size: 1.4vw;
  }
}
@media only screen and (min-width: 1700px) {
  .top01 .data .dataInr .btn a {
    font-size: 22px;
  }
}
.top01 .data .dataInr ul {
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 32vw;
}
.top01 .data .dataInr ul li {
  margin-bottom: 5px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.top01 .img {
  padding-right: 4vw;
  text-align: right;
  width: 52%;
}
.top01 .img img {
  height: auto;
  width: 100%;
  max-width: 625px;
}

.top02 {
  background-color: #FFF;
  padding: 120px 40px;
}
.top02 .inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1800px;
  margin: 0 auto;
}
.top02 .inr .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 43%;
}
.top02 .inr .data .dataInr {
  display: inline-block;
}
.top02 .inr .data .dataInr h2 {
  color: #3143cf;
  display: inline-block;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.3;
  position: relative;
}
.top02 .inr .data .dataInr h3 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 30px;
}
.top02 .inr .data .dataInr h3 img {
  margin: 10px 15px 0 0;
  vertical-align: -10px;
  width: 200px;
}
.top02 .inr .img {
  width: 53%;
}
.top02 .inr .img img {
  height: auto;
  width: 100%;
  max-width: 795px;
}

.top03 {
  padding: 120px 40px;
}
.top03 h2 {
  color: #3143cf;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 50px;
  text-align: center;
}
.top03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
}
.top03 ul li {
  border-radius: 6px;
  overflow: hidden;
  width: 23.5%;
}
.top03 ul li h3 {
  background-position: center top;
  background-size: 140% auto;
  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;
  position: relative;
  text-align: center;
  min-height: 330px;
}
.top03 ul li h3 span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  padding-top: 30px;
  position: relative;
  z-index: 2;
}
.top03 ul li h3:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0)), color-stop(70%, rgb(0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 30%, rgb(0, 0, 0) 70%, rgb(0, 0, 0));
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.top03 ul li h3:after {
  background: url("/assets/img/o-plux/top/img_top03_icon.png") center center no-repeat;
  background-size: 114px auto;
  content: "";
  display: block;
  height: 114px;
  width: 114px;
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -57px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.top03 ul li p.answer {
  background-color: #EED84A;
  color: #333;
  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;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  min-height: 130px;
  text-align: center;
}

.top04 {
  background: url("/assets/img/o-plux/top/img_top04_bg.jpg") center center no-repeat #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 14vw 40px 5vw;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.top04 .diagnosis {
  color: #FFF;
  margin: 0;
  width: 42%;
}
.top04 .diagnosis h2 {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin-bottom: 30px;
}
.top04 .diagnosis .copy {
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
.top04 .diagnosis .form_btn {
  background-color: #3143cf;
  border-radius: 50px;
  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;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 40px 0 0;
  text-decoration: none;
  min-height: 80px;
  width: 100%;
  max-width: 290px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.top04 .diagnosis .form_btn:hover {
  background-color: #FFF;
  color: #3143cf;
}

.diagnosis .form_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.diagnosis .form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  padding: 10px;
  width: 100%;
}

.diagnosis .form_ttl {
  line-height: 1.3;
  width: 13em;
  font-weight: 600;
}

.diagnosis .form_field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.diagnosis input[type=text],
.diagnosis input[type=number] {
  color: #999;
  margin-right: 15px;
  padding: 0.8em 1em;
  line-height: 1.5;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
textarea {
  width: 100%;
  padding: 0.6em 1em;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

label.radio,
label.check {
  cursor: pointer;
  display: block;
  padding: 0;
  line-height: 1.5;
  text-align: center;
}

label.radio span,
label.check span {
  position: relative;
  display: inline-block;
}

label.radio span::before,
label.check span::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  border: 1px solid #333;
  vertical-align: middle;
}

label.radio:hover span::before {
  -webkit-box-shadow: 0 0 8px gray;
          box-shadow: 0 0 8px gray;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

input[type=radio]:checked + label.radio {
  color: #fff;
}

input[type=radio]:checked + label.radio span::before {
  background: url("/assets/img/common/icon_check.png") center center no-repeat #FFF;
  background-size: 50% auto;
  border: 1px solid #fff;
}

label.check span::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.4em;
  height: 0.8em;
  top: -0.1em;
  left: 0.3em;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

input[type=checkbox]:checked + label.check span::after {
  border-color: #0e3c88;
}

.check2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 240px;
}

/* ========== MODAL ==========*/
.modal_wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background: #000;
  display: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.modal_wrap.on {
  display: block;
  background: rgba(0, 0, 0, 0.8);
}

.modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  max-width: 90%;
  min-height: 26em;
  max-height: 80%;
  padding: 2em;
  background: #fff;
  border-radius: 1em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal_content h2 {
  margin-bottom: 1.6em;
  font-size: 1.4em;
  text-align: center;
}

.modal_content p {
  margin-bottom: 1.6em;
  line-height: 1.6;
}

.message {
  position: absolute;
  top: 6em;
  left: 2em;
  bottom: 10em;
  right: 2em;
  padding: 0 1em;
  overflow-y: scroll;
}

.modal_content .btn {
  position: absolute;
  left: 50%;
  bottom: 4em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #EED84A;
  border-radius: 50px;
  color: #333;
  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;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  text-decoration: none;
  min-height: 65px;
  width: 100%;
  max-width: 290px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.modal_content .btn:hover {
  opacity: 0.8;
}

.modal_content .close {
  position: absolute;
  left: 50%;
  bottom: 1em;
  display: block;
  padding: 1em;
  margin: auto;
  cursor: pointer;
  text-decoration: underline;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .message {
    left: 1em;
    bottom: 12em;
    right: 1em;
    padding: 0;
  }
  .modal_content .btn {
    width: calc(100% - 4em);
    bottom: 2.5em;
  }
}
.diagnosis.cont_wrap {
  position: relative;
  -webkit-box-shadow: 0px 8px 57px 0px rgba(47, 94, 201, 0.15);
          box-shadow: 0px 8px 57px 0px rgba(47, 94, 201, 0.15);
  overflow: hidden;
}

.diagnosis .inner {
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .diagnosis.cont_wrap::before,
.diagnosis.cont_wrap::after {
    display: none;
  }
}
.top05 {
  padding: 90px 40px;
}
.top05 h2 {
  color: #3143cf;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 40px;
  text-align: center;
}
.top05 ul {
  background: url("/assets/img/o-plux/top/img_top05_bg.jpg") center top no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto;
  min-height: 526px;
  padding-bottom: 20px;
}
.top05 ul li {
  border-radius: 6px;
  overflow: hidden;
  width: 350px;
}
.top05 ul li h3 {
  background-size: cover;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
  min-height: 228px;
}
.top05 ul li h3 span {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
}
.top05 ul li h3:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7));
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.top05 .attention {
  font-weight: 600;
  padding-top: 60px;
  text-align: center;
}
.top05 .attention:before {
  background: url("/assets/img/common/icon_att.png") center center no-repeat;
  content: "";
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  height: 40px;
  width: 40px;
}
.top05 .cmnBtn {
  padding-top: 30px;
}

.top06 {
  background-color: #FFF;
  padding: 120px 0 50px;
}
.top06 .inr {
  margin: 0 auto;
  max-width: 1800px;
  text-align: center;
}
.top06 .inr h2 {
  color: #3143cf;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
  text-align: center;
}
.top06 .inr .copy {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.top06 .inr ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 30px 40px 30px 0;
}
.top06 .inr ul li .img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 40vw;
  width: 60%;
}
@media only screen and (min-width: 1800px) {
  .top06 .inr ul li .img {
    min-height: 700px;
  }
}
.top06 .inr ul li .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: left;
  width: 38%;
}
.top06 .inr ul li .data .dataInr {
  display: inline-block;
}
.top06 .inr ul li .data .dataInr h3 {
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
.top06 .inr ul li .data .dataInr p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.9;
}
.top06 .inr ul li:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 30px 0;
}
.top06 .inr ul li:nth-child(2) .img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 40vw;
  width: 52%;
}
@media only screen and (min-width: 1800px) {
  .top06 .inr ul li:nth-child(2) .img {
    min-height: 700px;
  }
}
.top06 .inr ul li:nth-child(2) .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 48%;
}
.top06 .inr ul li:nth-child(2) .data .dataInr {
  display: inline-block;
  margin: 0 auto;
}

.top07 {
  padding: 120px 40px 80px;
}
.top07 h2 {
  color: #3143cf;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
  text-align: center;
}
.top07 .copy {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 60px;
  text-align: center;
}
.top07 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.top07 ul li {
  background-color: #FFF;
  border-radius: 10px;
  letter-spacing: 0.06em;
  width: 356px;
  overflow: hidden;
}
.top07 ul li a {
  height: 100%;
  color: #333;
  display: block;
  text-decoration: none;
  padding-bottom: 100px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.top07 ul li a:hover {
  opacity: 0.7;
}
.top07 ul li a .img img {
  height: auto;
  width: 100%;
  max-width: auto;
  max-width: none;
}
.top07 ul li a .company {
  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;
  line-height: 1;
  min-height: 100px;
}
.top07 ul li a .cName {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
.top07 ul li a .txt {
  font-weight: 600;
  min-height: 160px;
  padding: 0 30px;
}
.top07 ul li a .txt strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #EED84A));
  background: linear-gradient(transparent 50%, #EED84A 50%);
  font-weight: 500;
}
.top07 ul li a:after {
  border-top: 1px solid #EEE;
  content: "詳しく見る";
  color: #3143cf;
  display: block;
  letter-spacing: 0;
  padding: 25px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.top08 {
  background-color: #FFF;
  padding: 100px 40px 90px;
}
.top08 h2 {
  color: #3143cf;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
  text-align: center;
}
.top08 .copy {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 60px;
  text-align: center;
}
.top08 .flowArea {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}
.top08 .flowArea ol li {
  border-top: 1px solid #EEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 21px 25px;
  width: 100%;
}
.top08 .flowArea ol li > p {
  width: 115px;
}
.top08 .flowArea ol li > p img {
  max-width: 46px;
}
.top08 .flowArea ol li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.06em;
}
.top08 .flowArea ol li dl dt {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  width: 370px;
}
.top08 .flowArea ol li dl dd {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}
.top08 .flowArea ol li.blue {
  background-color: #3143cf;
  color: #FFF;
}
.top08 .flowArea .arrow {
  position: absolute;
  bottom: 18px;
  right: 25px;
}

.top09 {
  padding: 100px 40px 80px;
}
.top09 h2 {
  color: #3143cf;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
  text-align: center;
}
.top09 .copy {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 60px;
  text-align: center;
}
.top09 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}
.top09 ul li {
  border-top: 4px solid #3143cf;
  border-radius: 0 0 10px 10px;
  background-color: #FFF;
  padding: 30px 30px 70px;
  text-align: center;
  width: 46%;
}
.top09 ul li h3 {
  color: #3143cf;
  font-family: "BuenosAires", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
}
.top09 ul li h3 span {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 100;
}
.top09 ul li h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.06em;
  margin-bottom: 60px;
}
.top09 ul li .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 75%;
}
.top09 ul li .price dl {
  text-align: left;
  width: 45%;
}
.top09 ul li .price dl dt {
  margin-bottom: 20px;
}
.top09 ul li .price dl dd img {
  height: 50px;
  margin-right: 10px;
}

.top10 {
  background-color: #FFF;
  padding: 90px 40px 100px;
}
.top10 h2 {
  color: #3143cf;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
  text-align: center;
}
.top10 .faqArea {
  margin: 0 auto;
  max-width: 740px;
}
.top10 .faqArea dl dt {
  border-bottom: 1px solid #EEE;
  cursor: pointer;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 30px 80px 30px 90px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.top10 .faqArea dl dt:hover {
  /*
  opacity: 0.7;
  */
}
.top10 .faqArea dl dt:before {
  content: "Q";
  color: #3143cf;
  font-family: "BuenosAires", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 20px;
  left: 5px;
}
.top10 .faqArea dl dt:after {
  background: url("/assets/img/common/icon_arrow.png") center center no-repeat;
  background-size: 20px auto;
  content: "";
  display: block;
  width: 21px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}
.top10 .faqArea dl dt.open:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.top10 .faqArea dl dd {
  border-bottom: 1px solid #EEE;
  display: none;
  padding: 30px 0px 30px 90px;
  position: relative;
}
.top10 .faqArea dl dd:before {
  content: "A";
  color: #3143cf;
  font-family: "BuenosAires", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 30px;
  left: 8px;
}
.top10 .faqArea dl dd > p {
  margin-top: 20px;
}
.top10 .faqArea dl dd > p:first-child {
  margin-top: 0px;
}

/* add 2023/03/22 */
.topCatch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 999;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 12px 0 0 7.4285714286vw;
}
.topCatch .circle {
  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;
  width: 194px;
  height: 194px;
  margin-top: -81px;
  background: #fff;
  border-radius: 50%;
}
.topCatch .circle + .circle {
  margin-left: 6px;
}
.topCatch .circle p {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3143cf;
  font-weight: bold;
}
.topCatch .circle p .title {
  margin-bottom: 8px;
  font-size: 18px;
  font-size: 1.8rem;
}
.topCatch .circle p strong {
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-size: 5rem;
}
.topCatch .circle p strong .unit {
  font-size: 16px;
  font-size: 1.6rem;
}
.topCatch .circle p .bottom {
  margin-top: 8px;
  font-size: 16px;
  font-size: 1.6rem;
}
.topCatch .circle p .bottom sub {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  bottom: 0;
}
.topCatch .notes {
  width: calc(100% - 821px);
  margin-left: 27px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: normal;
}

/* add 2023/04/11 */
.bannerAsahi {
  min-width: 376px;
  max-width: 410px;
  margin: 30px 0 20px;
}
.bannerAsahi img {
  width: 100%;
}
.bannerAsahi a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.bannerAsahi a:hover {
  opacity: 0.8;
}

.catarogArea.opxTop .img {
  background-image: url("/assets/img/o-plux/top/img_catarogarea_opx_top.png");
  background-position: center bottom;
  background-size: 24vw auto;
  min-height: 625px;
}
@media only screen and (max-width: 1420px) {
  .catarogArea.opxTop .img {
    background-size: 410px auto;
  }
}
.catarogArea.opxTop .data .dataInr h2 {
  font-size: 40px;
  font-size: 4rem;
}

/* Responsive Start */
@media only screen and (max-width: 768px) {
  .cmnBtn {
    padding-top: 35px;
  }
  .cmnBtn a {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    min-height: 56px;
    max-width: 250px;
  }
  .topNotice {
    position: static;
  }
  .topNotice.only-pc {
    display: none;
  }
  .topNotice.only-sp {
    display: block;
  }
  .topNotice a {
    padding: 15px 5px 5px;
  }
  .topNotice .catch {
    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;
  }
  .topNotice .catch strong {
    font-size: 3.5vw;
  }
  .topNotice .catch img {
    max-width: 103px;
    margin: 0 6px;
  }
  .topNotice .notes {
    margin: 10px 0 0;
    font-size: 1rem;
    text-align: center;
  }
  .topMv {
    height: 90vw;
    min-height: auto;
    min-height: none;
  }
  .topMv .inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 90vw;
    min-height: auto;
    min-height: none;
    width: calc(100% - 60px);
  }
  .topMv .inr .data {
    display: block;
    width: auto;
  }
  .topMv .inr .data .dataInr h1 {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 20px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
  }
  .topMv .inr .data .dataInr h1 span {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 600;
    padding-bottom: 15px;
  }
  .topMv .inr .data .dataInr .desc {
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  .topMv .inr .data .dataInr .btn a {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 20px 20px;
    min-width: 218px;
  }
  .topMv .inr .data .dataInr .btn a:hover {
    opacity: 0.7;
  }
  .topMv #mvSlide li {
    background-size: cover;
    background-position: right center;
    height: 90vw;
    min-height: auto;
    min-height: none;
  }
  .topMv #mvSlide li:first-child {
    background-position: 70% center;
  }
  .topMv #mvSlide li p {
    display: none;
  }
  .top01 {
    display: block;
    padding: 45px 30px;
    position: relative;
    z-index: 2;
  }
  .top01 .data {
    margin-bottom: 30px;
    width: auto;
  }
  .top01 .data .dataInr {
    position: static;
  }
  .top01 .data .dataInr .medal {
    top: -24px;
    right: 12px;
  }
  .top01 .data .dataInr .medal img {
    width: 102px;
    max-width: auto;
    max-width: none;
  }
  .top01 .data .dataInr h2 {
    font-size: 31px;
    font-size: 3.1rem;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.25;
    position: static;
  }
  .top01 .data .dataInr h3 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .top01 .data .dataInr .btn a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px 20px;
    min-width: 250px;
  }
  .top01 .data .dataInr ul {
    font-size: 10px;
    font-size: 1rem;
    max-width: auto;
    max-width: none;
  }
  .top01 .data .dataInr ul li {
    color: rgba(0, 0, 0, 0.6);
    letter-spacing: -0.03em;
    margin-bottom: 5px;
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  .top01 .img {
    padding-right: 0;
    text-align: center;
    width: auto;
  }
  .top02 {
    padding: 35px 30px;
    text-align: center;
  }
  .top02 .inr {
    display: block;
  }
  .top02 .inr .data {
    display: block;
    width: auto;
  }
  .top02 .inr .data .dataInr {
    display: block;
  }
  .top02 .inr .data .dataInr h2 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .top02 .inr .data .dataInr h3 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.9;
    margin-bottom: 30px;
  }
  .top02 .inr .data .dataInr h3 img {
    margin: 7px 7px 0 0;
    vertical-align: -6px;
    max-width: 100px;
  }
  .top02 .inr .img {
    width: auto;
  }
  .top02 .inr .img img {
    height: auto;
    width: 100%;
  }
  .top03 {
    padding: 55px 20px;
  }
  .top03 h2 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 35px;
  }
  .top03 ul {
    display: block;
  }
  .top03 ul li {
    border-radius: 6px;
    margin-bottom: 30px;
    width: 100%;
    overflow: hidden;
  }
  .top03 ul li h3 {
    background-size: contain;
    background-position: center top;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    min-height: 280px;
  }
  .top03 ul li h3 span {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 85px;
  }
  .top03 ul li h3:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0)), color-stop(80%, rgb(0, 0, 0)), to(rgb(0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 40%, rgb(0, 0, 0) 80%, rgb(0, 0, 0));
  }
  .top03 ul li h3:after {
    background: url("/assets/img/o-plux/top/img_top03_icon.png") center center no-repeat;
    background-size: 90px auto;
    height: 90px;
    width: 90px;
    bottom: -13px;
    left: 50%;
    margin-left: -45px;
  }
  .top03 ul li p.answer {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    min-height: 110px;
  }
  .top03 ul li:last-child {
    margin-bottom: 0;
  }
  .top04 {
    background: url("/assets/img/o-plux/top/img_top04_bg_sp.jpg") right bottom no-repeat #000;
    background-size: 90% auto;
    display: block;
    padding: 55px 30px 100px;
    min-height: auto;
    min-height: none;
  }
  .top04 .diagnosis {
    width: auto;
  }
  .top04 .diagnosis h2 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .top04 .diagnosis .copy {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: -0.04em;
    margin-bottom: 25px;
  }
  .top04 .diagnosis .form_btn {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 30px;
    min-height: 56px;
    max-width: 162px;
  }
  .diagnosis .form_item {
    padding: 5px 0;
  }
  .diagnosis .form_ttl {
    font-size: 12px;
    font-size: 1.2rem;
    width: 140px;
  }
  .diagnosis .form_field {
    width: calc(100% - 140px);
  }
  .diagnosis .form_field.check2 {
    width: calc(100% - 160px);
  }
  .diagnosis input[type=text], .diagnosis input[type=number] {
    margin-right: 10px;
    padding: 10px;
    line-height: 1.5;
    max-width: 140px;
  }
  label.radio span::before,
label.check span::before {
    width: 27px;
    height: 27px;
    margin-right: 10px;
  }
  label.radio span, label.check span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .modal_content .btn {
    bottom: 4em;
  }
  .top05 {
    padding: 70px 0 60px;
  }
  .top05 h2 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .top05 ul {
    background: url("/assets/img/o-plux/top/img_top05_bg.jpg") center top no-repeat;
    background-size: 130% auto;
    display: block;
    min-height: auto;
    min-height: none;
    padding: 150px 30px 0;
  }
  .top05 ul li {
    width: 100%;
  }
  .top05 ul li h3 {
    background-position: center bottom;
    background-size: 105% auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    min-height: 160px;
  }
  .top05 ul li h3 span {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
    padding: 0 0 15px 20px;
    text-align: left;
    position: relative;
    z-index: 2;
  }
  .top05 ul li h3:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7));
  }
  .top05 ul li:nth-child(3) h3 {
    background-position: center center;
  }
  .top05 .attention {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    padding-top: 30px;
    text-align: center;
  }
  .top05 .attention:before {
    background: url("/assets/img/common/icon_att.png") center center no-repeat;
    background-size: 20px auto;
    content: "";
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    margin-top: -2px;
  }
  .top05 .cmnBtn {
    padding-top: 30px;
  }
  .top06 {
    padding: 60px 0 0;
  }
  .top06 .inr h2 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .top06 .inr .copy {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
  }
  .top06 .inr ul li {
    display: block;
    padding: 0;
  }
  .top06 .inr ul li .img {
    background-position: 10vw center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-height: 80vw;
    width: 100%;
  }
  .top06 .inr ul li .data {
    display: block;
    text-align: center;
    padding: 0 20px 45px;
    width: 100%;
  }
  .top06 .inr ul li .data .dataInr {
    display: inline-block;
  }
  .top06 .inr ul li .data .dataInr h3 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .top06 .inr ul li .data .dataInr p {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.7;
  }
  .top06 .inr ul li:nth-child(2) {
    background-color: #EFF2F4;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
  .top06 .inr ul li:nth-child(2) .img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 80vw;
    margin-bottom: 40px;
    width: 100%;
  }
  .top06 .inr ul li:nth-child(2) .data {
    display: block;
    width: 100%;
  }
  .top06 .inr ul li:nth-child(2) .data .dataInr {
    display: inline-block;
    margin: 0 auto;
  }
  .top07 {
    padding: 60px 0 40px;
  }
  .top07 h2 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .top07 .copy {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .top07 .scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .top07 ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    padding: 0 20px 20px 50px;
    width: 805px;
  }
  .top07 ul li {
    width: 235px;
    overflow: hidden;
  }
  .top07 ul li a {
    color: #333;
    display: block;
    text-decoration: none;
    padding-bottom: 70px;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .top07 ul li a:hover {
    opacity: 0.7;
  }
  .top07 ul li a .img img {
    height: auto;
    width: 100%;
    max-width: auto;
    max-width: none;
  }
  .top07 ul li a .company {
    line-height: 0;
    min-height: 70px;
  }
  .top07 ul li a .company img {
    width: 80%;
  }
  .top07 ul li a .cName {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  .top07 ul li a .txt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
    font-weight: 600;
    min-height: 160px;
    padding: 0 20px;
  }
  .top07 ul li a .txt strong {
    font-weight: 600;
  }
  .top07 ul li a:after {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 20px;
  }
  .top08 {
    padding: 45px 0 50px;
  }
  .top08 h2 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .top08 .copy {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .top08 .flowArea {
    margin: 0 10px;
  }
  .top08 .flowArea ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 15px;
    width: 100%;
  }
  .top08 .flowArea ol li > p {
    width: 40px;
  }
  .top08 .flowArea ol li > p img {
    height: auto;
    width: 30px;
  }
  .top08 .flowArea ol li dl {
    display: block;
    letter-spacing: 0;
    width: calc(100% - 50px);
  }
  .top08 .flowArea ol li dl dt {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: bold;
    padding-bottom: 4px;
    width: auto;
  }
  .top08 .flowArea ol li dl dd {
    font-size: 10.5px;
    font-size: 1.05rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.3;
  }
  .top08 .flowArea .arrow {
    position: absolute;
    bottom: 20px;
    right: 10px;
  }
  .top08 .flowArea .arrow img {
    width: 60px;
  }
  .top09 {
    padding: 45px 30px 40px;
  }
  .top09 h2 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
  }
  .top09 .copy {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0;
  }
  .top09 ul {
    display: block;
  }
  .top09 ul li {
    margin: 30px auto 0;
    padding: 30px 20px 40px;
    text-align: center;
    width: 100%;
    max-width: 280px;
  }
  .top09 ul li h3 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .top09 ul li h3 span {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
  }
  .top09 ul li h4 {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .top09 ul li .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    width: 75%;
  }
  .top09 ul li .price dl {
    text-align: left;
    width: 45%;
  }
  .top09 ul li .price dl dt {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .top09 ul li .price dl dd {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
  }
  .top09 ul li .price dl dd img {
    margin-right: 7px;
    height: 30px;
    width: auto;
  }
  .top10 {
    background-color: #FFF;
    padding: 45px 20px;
  }
  .top10 h2 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .top10 .faqArea dl dt {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 15px 30px 15px 40px;
  }
  .top10 .faqArea dl dt:before {
    font-size: 25px;
    font-size: 2.5rem;
    position: absolute;
    top: 12px;
    left: 5px;
  }
  .top10 .faqArea dl dt:after {
    background: url("/assets/img/common/icon_arrow.png") center center no-repeat;
    background-size: 10px auto;
    width: 10px;
    height: 6px;
    top: 50%;
    right: 5px;
    margin-top: -3px;
  }
  .top10 .faqArea dl dt:hover {
    opacity: 1;
  }
  .top10 .faqArea dl dd {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 15px 0 15px 40px;
    position: relative;
  }
  .top10 .faqArea dl dd:before {
    font-size: 25px;
    font-size: 2.5rem;
    position: absolute;
    top: 16px;
    left: 5px;
  }
  .top10 .faqArea dl dd > p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 15px;
  }
  .top10 .faqArea dl dd > p:first-child {
    margin-top: 0px;
  }
  /* add 2023/03/22 */
  .topCatch {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 999;
    width: calc(100% - 60px);
    margin-top: -55px;
    padding: 0 0 30px;
  }
  .topCatch .circle {
    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;
    width: calc(33.3333333333% - 2.6666666667px);
    height: 27.2vw;
    margin-top: 6px;
    background: #fff;
    border-radius: 50%;
  }
  .topCatch .circle + .circle {
    margin-left: 4px;
  }
  .topCatch .circle:nth-child(3n+1) {
    margin-left: 0;
  }
  .topCatch .circle p .title {
    margin-bottom: 5px;
    font-size: 10px;
    font-size: 1rem;
  }
  .topCatch .circle p strong {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .topCatch .circle p strong .unit {
    font-size: 10px;
    font-size: 1rem;
  }
  .topCatch .circle p .bottom {
    margin-top: 5px;
    font-size: 10px;
    font-size: 1rem;
  }
  .topCatch .circle p .bottom sub {
    font-size: 10px;
    font-size: 1rem;
  }
  .topCatch .notes {
    width: calc((33.3333333333% - 2.6666666667px) * 2);
    margin-left: 0;
    padding: 10px 0 0 12px;
    font-size: 10px;
    font-size: 1rem;
  }
  /* add 2023/04/11 */
  .bannerAsahi {
    min-width: auto;
  }
  .catarogArea.opxTop .img {
    height: 80vw;
    min-height: auto;
    background-size: 58vw auto;
  }
  .catarogArea.opxTop .data .dataInr h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .catarogArea.opxTop .data .dataInr h2 br {
    display: none;
  }
}