@charset "utf-8";

/* Large screens */

/*============================================================
base
============================================================*/

html { font-size: 1px; }

@media only screen and (min-width:1400px) {
  html { font-size: 0.071428571vw; /* base 1400 */ }
}

body { min-width: 1200px; }

a,a > *,a::before,a::after,
button,button::before,button::after {
  transition-property: color, fill, opacity, background-color, border-color;
  transition-duration: .5s;
  transition-timing-function: ease-in-out;
}

a[href^="tel:"] { pointer-events: none !important; }

.ss { display: none !important; }
.ls { display: block; }
br.ls,span.ls { display: inline; }

/*============================================================
header
============================================================*/

.global-header > p:nth-of-type(1) {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  height: 100px;
  background-color: var(--COL-PRI);
  box-shadow: 0 6px 4px 0 rgba(61, 199, 210, .4);
}

.global-header > p:nth-of-type(1) img {
  width: 855px;
  height: 52px;
}

.global-header > h1 {
  margin-right: auto;
  margin-left: auto;
}

.global-header > p:nth-of-type(2) {
  position: relative;
  height: 780px;
  margin-top: -120rem;
  padding-top: 88px;
  background-image: url(../img/ls_img-03.png);
  background-size: 1400px 780px;
  background-position: 50% 0;
}

.global-header > p:nth-of-type(2) img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 1006px;
  height: 578px;
}

@media only screen and (min-width:1400px) {
  .global-header > p:nth-of-type(2) {
    width: 1400rem;
    height: 780rem;
    padding-top: 88rem;
    background-size: cover;
  }

  .global-header > p:nth-of-type(2) img {
    width: 1006rem;
    height: 578rem;
  }
}

/*============================================================
main
============================================================*/

.area-about {
  padding-bottom: 120px;
  background-color: var(--COL-SEC);
  background-image: url(../img/ls_img-05.png);
  background-size: 1400px 668px;
  background-position: 50% 100%;
}

.area-about > p:nth-of-type(1) {
  position: relative;
  width: 1120px;
  height: 320px;
  margin-top: -41px;
  margin-right: auto;
  margin-left: auto;
}

.area-about > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 1000px;
  height: 296px;
  margin-top: -58px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  background-color: var(--COL-WHT);
  border-radius: 20px;
}

.area-about > div > img {
  width: 426px;
  height: 216px;
}

.area-about > div > div { width: 474px; }

.area-about > div > div > h2 {
  width: 415px;
  height: 42px;
  margin-top: 8px;
}

.area-about > div > div > p {
  margin-top: 15px;
  line-height: 30px;
  text-align: justify;
  text-justify: inter-character;
  font-size: 17px;
  font-weight: 400;
}

@media only screen and (min-width:1400px) {
  .area-about {
    padding-bottom: 80rem;
    width: 1400rem;
    background-size: cover;
  }

  .area-about > p:nth-of-type(1) {
    margin-top: -41rem;
  }
}

.area-potency {
  padding-top: 40px;
  padding-bottom: 125px;
  background-color: var(--COL-SEC);
  background-image: url(../img/ls_img-09.png);
  background-size: 1400rem 125rem;
  background-position: 50% 100.01%;
}

.area-potency > h2 {
  width: 1040px;
  height: 142px;
  margin-right: auto;
  margin-left: auto;
}

.box-point {
  width: 1000px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.box-point + .box-point { margin-top: 60px; }

.box-point > p:nth-of-type(1) {
  width: 1000px;
  height: 42px;
}

.box-point > h3:nth-of-type(1) {
  margin-top: 22px;
  margin-bottom: 35px;
  text-align: center;
}

.box-point > h3:nth-of-type(1) img {
  height: 42px;
}

.box-point > div:nth-of-type(1) {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.box-point > div:nth-of-type(1) > img {
  width: 480px;
}

.box-point > div:nth-of-type(1) > p {
  width: 490px;
  line-height: 35px;
  text-align: justify;
  text-justify: inter-character;
  font-size: 17px;
  font-weight: 400;
  color: var(--COL-WHT);
}

.box-function {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.box-function > h4 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 330px;
  height: 218px;
  background-color: var(--COL-WHT);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.box-function > h4 img {
  width: 280px;
  height: 115px;
}

.box-function > p {
  width: 670px;
  padding: 25px 30px;
  line-height: 30px;
  text-align: justify;
  text-justify: inter-character;
  font-size: 17px;
  font-weight: 400;
  color: var(--COL-WHT);
  background-color: var(--COL-PRI);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.box-function > p strong {
  display: block;
  width: 598px;
  height: 68px;
  margin-bottom: 10px;
}

.box-special {
  width: 1000px;
  height: 294px;
  margin-top: 90px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 42px;
  border: 4px solid var(--COL-ORG);
  border-radius: 20px;
  background-color: var(--COL-WHT);
  background-image: url(../img/ls_img-24.png);
  background-size: 175px 175px;
  background-position: top 30px right 20px;
}

.box-special > p:nth-of-type(1) {
  width: 430px;
  height: 87px;
  margin-right: auto;
  margin-left: auto;
  transform: translateY(-45px);
}

.box-special > p:nth-of-type(2) {
  width: 723px;
  height: 110px;
  margin-top: -30px;
}

.box-special > p:nth-of-type(3) {
  margin-top: 18px;
  font-size: 17px;
  font-weight: 400;
}

.box-special > a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 580px;
  height: 44px;
  margin-top: 18px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 22px;
  background-color: var(--COL-PRI);
}

.box-special > a > img {
  width: 290px;
  height: 25px;
}

.box-special > a:link,
.box-special > a:visited { opacity: 1; }
.box-special > a:hover,
.box-special > a:active { opacity: .5; }

.area-originator {
  position: relative;
  display: grid;
  grid-template:
    "img ttl" 70px
    "img txt" 130px / 
    270px auto;
  gap: 0 40px;
  width: 1000px;
  height: 200px;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
}

.card-img {
  width: 270px;
  height: 200px;
}

.card-ttl {
  grid-area: ttl;
  padding: 10px 0;
}

.card-ttl img {
  width: 610px;
  height: 37px;
}

.card-txt {
  grid-area: txt;
  line-height: 35px;
  text-align: justify;
  text-justify: inter-character;
  font-size: 17px;
  font-weight: 400;
}

.area-originator > p:last-child {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 350px;
}

.area-originator > p:last-child > span {
  line-height: 23px;
  font-size: 14px;
}

.area-originator > p:last-child > span:nth-of-type(1) { width: 100%; }

.area-originator > p:last-child > span:nth-of-type(3) {
  text-align: right;
  font-size: 18px;
}

.area-structure { margin-top: 90px; }
.area-practical { margin-top: 85px; }
.area-type { margin-top: 85px; }

.ttl-primary {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 1040px;
  height: 90px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 45px;
  background-color: var(--COL-PRI);
}

.ttl-primary img { height: 40px; }

.box-step {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1000px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.box-step > div {
  position: relative;
  width: 485px;
  height: 330px;
}

.box-step > div > p:nth-of-type(1) {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 107px;
  height: 42px;
  background-color: var(--COL-PRI);
  font-family: var(--FNT-BL);
  font-style: italic;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: .03em;
  color: var(--COL-WHT);
}

.box-step > div > p:nth-of-type(2) {
  margin-top: 18px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: var(--COL-PRI);
}

.box-conditions {
  width: 1000px;
  height: 258px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid var(--COL-POR);
  border-radius: 20px;
  overflow: hidden;
}

.box-conditions > h3 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 58px;
  padding-bottom: 2px;
  background-color: var(--COL-POR);
}

.box-conditions > h3 img {
  width: 458px;
  height: 30px;
}

.box-conditions > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 196px;
}

.box-conditions > div > ol {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.box-conditions > div > ol > li { text-align: center; }

.box-conditions > div > ol > li:nth-of-type(1) {
  width: 260px;
  margin-right: 4px;
  border-right: 1px solid var(--COL-POR);
}

.box-conditions > div > ol > li:nth-of-type(2) {
  width: 200px;
  border-right: 1px solid var(--COL-POR);
}

.box-conditions > div > ol > li:nth-of-type(3) { width: 200px; }

.box-conditions > div > ol > li img,
.box-conditions > div > p img { height: 148px; }

.box-conditions + ul {
  width: 1000px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  line-height: 21px;
  font-size: 13px;
}

.area-structure > p {
  width: 686px;
  height: 108px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

.area-practical > p:nth-of-type(1) {
  width: 800px;
  height: 25px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.area-practical > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 1000px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.area-practical > div > img {
  width: 485px;
  height: 350px;
}

.area-practical > p:nth-of-type(2) {
  width: 970px;
  height: 108px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

.area-type > p:nth-of-type(1) {
  width: 1000px;
  height: 192px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.area-type > h3 {
  width: 1005px;
  height: 28px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
}

.area-type > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1000px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.area-type > div > picture:nth-of-type(1) {
  width: 430px;
  height: 290px;
}

.area-type > div > picture:nth-of-type(2) {
  width: 550px;
  height: 290px;
}

.area-type > div > picture:nth-of-type(3) {
  width: 690px;
  height: 290px;
  margin-top: 20px;
}

.area-type > div > div {
  width: 290px;
  height: 290px;
  margin-top: 20px;
  padding-right: 10px;
}

.area-type > div > div h4 {
  width: 107px;
  height: 43px;
  margin-top: 23px;
  margin-right: auto;
  margin-left: auto;
}

.area-type > div > div ul {
  line-height: 35px;
  font-size: 17px;
  text-align: justify;
  text-justify: inter-character;
  margin-top: 15px;
  margin-left: 1em;
  text-indent: -1em;
}

.area-type > p:nth-of-type(2) {
  width: 606px;
  height: 31px;
  margin-top: 33px;
  margin-right: auto;
  margin-left: auto;
}

.area-type > a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 780px;
  height: 80px;
  margin-top: 47px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid var(--COL-PRI);
  transition-property: transform,box-shadow;
  transition-duration: .25s;
  transition-timing-function: ease-in-out;
}

.area-type > a:link,
.area-type > a:visited {
  box-shadow: 5px 5px var(--COL-PRI);
}

.area-type > a:hover,
.area-type > a:active {
  box-shadow: 5px 5px var(--COL-WHT);
  transform: translate3d(5px, 5px, 0);
}

.area-type > a img {
  width: 625px;
  height: 45px;
}

.area-voice {
  margin-top: 80px;
  padding-bottom: 70px;
  background: repeating-linear-gradient(135deg, #eefafb, #eefafb 3px, #fff 3px, #fff 6px);
}

.box-voice {
  width: 1000px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.item-voice {
  padding: 40px;
  border-radius: 20px;
  background-color: var(--COL-WHT);
  box-shadow: 4px 4px 6px 0 rgba(61, 199, 210, .35);
}

.item-voice + .item-voice { margin-top: 30px; }

.item-voice > div:nth-of-type(1) {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 920px;
  margin-right: auto;
  margin-left: auto;
}

.item-voice > div:nth-of-type(1) > div { width: 448px; }

.item-voice > div:nth-of-type(1) > div:nth-of-type(1) {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 440px;
}

.item-voice > div:nth-of-type(1) > div:nth-of-type(1) > img {
  width: 219px;
  height: 170px;
  margin-top: 17px;
}

.item-voice > div:nth-of-type(1) > div:nth-of-type(1) > img:nth-of-type(1) {
  width: 448px;
  height: 252px;
  margin-top: 0;
}

.item-voice > div:nth-of-type(1) > div:nth-of-type(2) {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.item-voice > div:nth-of-type(1) > div:nth-of-type(2) h3 {
  margin-top: -6px;
  line-height: 45px;
  font-size: 32px;
  font-weight: 700;
  color: var(--COL-PRI);
}

.item-voice > div:nth-of-type(1) > div:nth-of-type(2) > div p:nth-of-type(1) {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
  color: var(--COL-GRY);
}

.item-voice > div:nth-of-type(1) > div:nth-of-type(2) > div p:nth-of-type(2) {
  line-height: 37px;
  margin-top: 7px;
  font-size: 26px;
  font-weight: 500;
  color: var(--COL-GRY);
}

.item-voice > div:nth-of-type(1) > div:nth-of-type(2) > p {
  margin-top: 1em;
  margin-bottom: -8px;
  line-height: 33px;
  font-size: 17px;
  text-align: justify;
  text-justify: inter-character;
}

.item-voice > div:nth-of-type(2) {
  width: 920px;
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
  padding: 13px 20px;
  background-color: var(--COL-TER);
}

.item-voice > div:nth-of-type(2) > dl {
  position: relative;
  color: var(--COL-PRI);
  line-height: 28px;
  font-size: 18px;
  font-weight: 500;
}

.item-voice > div:nth-of-type(2) > dl > dt {
  position: absolute;
  left: 0;
  width: 3em;
}

.item-voice > div:nth-of-type(2) > dl > dd {
  margin-left: 3em;
  text-align: justify;
  text-justify: inter-character;
}

.ttl-secondary {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  height: 110px;
  background-color: var(--COL-PRI);
}

.ttl-secondary img { height: 42px; }

.box-company {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 1000px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.box-company > img {
  width: 460px;
  height: 185px;
}

.box-company > p {
  width: 510px;
  height: 185px;
  text-align: justify;
  text-justify: inter-character;
  line-height: 33px;
  font-size: 17px;
}

.box-uvb {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 1000px;
  height: 284px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  border-radius: 20px;
  background-color: var(--COL-BLU);
}

.box-uvb > picture {
  width: 306px;
  height: 204px;
}

.box-uvb > div {
  width: 584px;
}

.box-uvb > div > img {
  width: 584px;
  height: 117px;
}

.box-uvb > div > a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 584px;
  height: 70px;
  margin-top: 14px;
  margin-right: auto;
  margin-left: auto;
  background-color: var(--COL-WHT);
  transition-property: transform,box-shadow;
  transition-duration: .25s;
  transition-timing-function: ease-in-out;
}

.box-uvb > div > a img {
  width: 474px;
  height: 30px;
}

.box-uvb > div > a:link,
.box-uvb > div > a:visited {
  box-shadow: 5px 5px var(--COL-DBL);
}

.box-uvb > div > a:hover,
.box-uvb > div > a:active {
  box-shadow: 5px 5px var(--COL-BLU);
  transform: translate3d(5px, 5px, 0);
}

.box-contact {
  padding-top: 70px;
  padding-bottom: 120px;
}

.box-contact > p {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
  line-height: 33px;
  font-size: 17px;
}

.box-contact form dl {
  position: relative;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: var(--COL-PGR);
}

.box-contact form dl dt {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  left: 50px;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
}

.box-contact form dl dd {
  position: relative;
  margin-bottom: 30px;
  margin-left: 150px;
  width: 800px;
}
.box-contact form dl dd:last-child { margin-bottom: 0; }

.box-contact input[type="text"],
.box-contact input[type="email"],
.box-contact input[type="tel"],
.box-contact textarea {
  width: 800px;
  height: 40px;
  background-color: var(--COL-WHT);
  font-family: var(--FNT-ZG);
  font-size: 16px;
  padding: 0 20px;
}

.box-contact textarea {
  height: 200px;
  padding: 15px 20px;
  line-height: 1.5;
}

span.wpcf7-not-valid-tip {
  display: block;
  font-size: 17px;
  color: var(--COL-RED);
  margin-top: 0.5em;
}

.wpcf7-response-output {
  margin-top: 40px;
  border: 0 !important;
  text-align: center;
  font-size: 17px;
  color: var(--COL-RED);
}

.wpcf7 form.sent .wpcf7-response-output {
  color: var(--COL-PRI);
  font-weight: 700;
}

.btn {
  position: relative;
  display: block;
  border: 2px solid var(--COL-PRI);
  transition-property: transform,box-shadow;
  transition-duration: .25s;
  transition-timing-function: ease-in-out;
  box-shadow: 5px 5px var(--COL-PRI);
  background-color: var(--COL-WHT);
  width: 480px;
  height: 80px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.btn:hover {
  box-shadow: 5px 5px var(--COL-WHT);
  transform: translate3d(5px, 5px, 0);
}

.btn::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 14px;
  border-color: transparent transparent transparent  var(--COL-PRI);
  position: absolute;
  top: 50%;
  right: 180px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

input[type="submit"] {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  height: 76px;
  padding-right: 20px;
  font-family: var(--FNT-ZG);
  font-weight: 500;
  font-size: 29px;
  letter-spacing: .5em;
  color: var(--COL-PRI);
  border: 0;
  background-color: transparent;
}

span.wpcf7-spinner {
  display: block !important;
  margin: 10px auto 0 auto !important;
}

.global-footer {
  padding-top: 45px;
  padding-bottom: 50px;
  border-top: 1px solid var(--COL-PRI);
}

.global-footer dl {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 301px;
  margin-right: auto;
  margin-left: auto;
}

.global-footer dt {
  width: 301px;
  height: 35px;
}

.global-footer dd {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 500;
  color: var(--COL-GRN);
}

.global-footer small {
  display: block;
  margin-top: 30px;
  text-align: center;
  font-size: 12px;
  letter-spacing: .03em;
}

.area-controller {
  z-index: 999;
  position: fixed;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  width: 500px;
  right: 0;
  opacity: 0;
  transition-property: opacity,bottom;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
}

.area-controller.is-visible {
  bottom: 85px;
  opacity: 1;
}

.area-controller.is-visible.is-fixed {
  bottom: 185px;
  transition-duration: .5s;
}

a.link-contact {
  display: block;
  width: 408px;
  height: 78px;
  margin-right: 10px;
}

a.link-pagetop {
  display: block;
  width: 70px;
  height: 70px;
  margin-top: 8px;
}

.area-controller a {
  transition-property: transform,filter;
  transition-duration: .25s;
  transition-timing-function: ease-in-out;
}

.area-controller a:link,
.area-controller a:visited {
  filter: drop-shadow( 3px 3px 0 rgba(11, 134, 156, .2) );
  transform: translate3d( 0, 0, 0);
}

.area-controller a:hover,
.area-controller a:active {
  filter: drop-shadow( 0 0 0 transparent );
  transform: translate3d( 3px, 3px, 0);
}

.area-type + .area-contact { margin-top: 90px; }
