@charset "utf-8";
/*
	Description: initial setting
	Version: 1.0
	Author: idealgrow
*/
/*
===== CONTENTS ===========================================
*/
/** animation **/
@keyframes logoFadeIn {
    0% {
        opacity:0;
		margin-top: -50px;
    }
	40% {
        opacity:40%;
		margin-top: -10px;
    }
    100% {
        opacity:1;
		margin-top: 0;
    }
}
@keyframes stepIn {
    0% {
        opacity:0;
		margin-left: -50px;
    }
    100% {
        opacity:1;
		margin-left: 0;
    }
}
.stepIn {
  -webkit-animation-name: stepIn;
  animation-name: stepIn;
}
/** header **/
#headImg {
  background: url("../img/main_img.jpg") center top no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
}
#headImg .inner {
  padding: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
	animation: logoFadeIn 1.6s ease-out;
}
#headImg .inner:before {
  content: "";
  background: url("../img/main_ico_right.png") left top no-repeat;
  background-size: 100%;
  width: 67px;
  height: 81px;
  position: absolute;
  right: 0px;
  top: -30px;
}
#headImg .inner:after {
  content: "";
  background: url("../img/main_ico_left.png") left top no-repeat;
  background-size: 100%;
  width: 72px;
  height: 108px;
  position: absolute;
  left: 0px;
  bottom: -10px;
}
#headImg .inner h1 {
  margin-bottom: 30px;
}
#headImg .inner p {
  font-size: 18px;
  font-weight: bold;
  color: #003f88;
  text-align: center;
}
#navToggle {
  z-index: 20;
  position: fixed;
  top: 15px;
  right: 15px;
  transition: all 0.3s;
	background: rgba(255,255,255,0.8);
	padding:8px;
}
#navToggle span{
	position: relative;
  border-bottom: solid 2px #003f88;
  width: 24px;
  height: 16px;
	display: block;
}
#navToggle span:before {
  width: 100%;
  position: absolute;
  top: -2px;
  left: 0;
  height: 2px;
  background: #003f88;
  content: "";
  transition: all 0.3s;
}
#navToggle span:after {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background: #003f88;
  content: "";
  transition: all 0.3s;
}
#navToggle.active {
  border-bottom: none;
}
#navToggle.active:before {
  transform: rotate(-45deg);
  top: 42%;
}
#navToggle.active:after {
  transform: rotate(45deg) translateY(0);
  top: 40%;
}
nav {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 18;
  background: #fff;
}
nav ul {
  padding: 0 40px;
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
nav ul li {
  margin-bottom: 10px;
  font-size: 18px;
  border-bottom: solid 1px #003f88;
}
nav ul li:nth-last-of-type(2) {
  border-bottom: none;
}
nav ul li:last-of-type {
  border: solid 1px #003f88;
  background: #003f88;
}
nav ul li:last-of-type a {
  color: #fff;
}
nav ul li a {
  padding: 15px;
  display: block;
}
nav li a:link, nav li a:visited {
  color: #003f88;
}
/** point **/
.baseTit {
  font-size: 24px;
  font-weight: bold;
  color: #003f88;
  text-align: center;
}
.baseTit img {
  height: 38px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 3px;
}
#point {
  padding: 60px 20px;
  position: relative;
}
#point ul {
  margin-top: 40px;
  position: relative;
  z-index: 5;
}
#point ul li {
  border: solid 2px #003f88;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.8);
}
#point ul li p {
  font-size: 18px;
  color: #003f88;
  font-weight: bold;
}
#point ul li:first-of-type br, #point ul li:nth-of-type(4) br {
  display: none;
}
#point ul li:nth-of-type(3) br:last-of-type {
  display: none;
}
#point ul li h3 {
  font-size: 22px;
  font-weight: bold;
  color: #003f88;
  margin-bottom: 10px;
}
#point ul li p.subTxt {
  font-size: 16px;
  font-weight: normal;
  color: #003f88;
}
#point ul li p.subTxt br {
  display: none;
}
#point ul li p.subTxt span {
  display: block;
  font-size: 14px;
}
#point .pointBg01 {
  width: 60px;
  position: absolute;
  left: 0;
  top: 110px;
  z-index: 1;
}
#point .pointBg02 {
  width: 60px;
  position: absolute;
  right: 0;
  bottom: 40px;
  z-index: 1;
}
/** scene **/
.catch {
  padding: 0 20px;
  text-align: center;
  color: #003f88;
  font-weight: bold;
  margin-bottom: 40px;
}
#scene {
  padding: 40px 20px 60px 20px;
}
#scene li {
  margin-bottom: 40px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 40px;
}
#scene li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#scene li img {
  width: 100%;
  height: auto;
  display: block;
}
#scene li h3 {
  padding: 20px 0;
  font-weight: bold;
  color: #003f88;
  font-size: 20px;
}
#scene li p {
  font-size: 16px;
  color: #003f88;
}
/** wash **/
#wash {
  position: relative;
}
#wash:before {
  z-index: 1;
  position: absolute;
  background: #003f88;
  content: "";
  width: 200%;
  height: 100%;
  transform: translateX(-50%) rotate(-3.8deg);
  left: 50%;
}
#wash .inner {
  position: relative;
  z-index: 10;
  padding: 60px 20px;
}
#wash h2 {
  color: #fff;
}
#wash .catch {
  color: #fff;
  margin: 40px 0;
  padding: 0;
}
#wash ol li {
  position: relative;
  background: #fff;
  padding: 20px;
  margin-bottom: 40px;
	z-index: 10;
}
#wash ol li:after {
  content: "";
  background: url("../img/ico_arrow02.svg")center center no-repeat;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: -30px;
}
#wash ol li:last-of-type:after {
  display: none;
}
#wash ol li img {
  width: 100%;
  height: auto;
  display: block;
}
#wash ol li h3 {
  padding: 30px 0 20px 0;
  font-size: 24px;
  color: #003f88;
  text-align: center;
  font-weight: bold;
}
#wash ol li h3 span {
  background: #003f88;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-top: -8px;
  margin-right: 6px;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
}
#wash ol li p {
  color: #003f88;
  text-align: center;
}
#wash .pointBg03 {
  width: 60px;
  position: absolute;
  right: 0;
  top: -1600px;
  z-index: 1;
}
#wash .pointBg04 {
  width: 60px;
  position: absolute;
  left: 0;
  bottom: -1960px;
  z-index: 1;
}
#remove {
  padding: 60px 20px;
}
#remove .catch {
  padding: 0;
  margin: 40px 0;
}
#remove .catch span {
  font-size: 14px;
  display: block;
  font-weight: normal;
  margin-top: 20px;
}
#remove h3 {
  font-size: 24px;
  font-weight: bold;
  color: #003f88;
  padding-left: 20px;
  position: relative;
}
#remove h3:before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background: #003f88;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#remove h3 + p {
  color: #003f88;
  margin-bottom: 40px;
}
#remove ul li:nth-of-type(2) {
  margin-top: 20px;
}
#remove ul li h4 {
  font-size: 20px;
  font-weight: bold;
  color: #003f88;
  margin-bottom: 10px;
}
#remove h3:last-of-type {
  margin-top: 40px;
}
#remove ul li table {
  border-collapse: collapse;
  width: 100%;
}
#remove ul li table th {
  text-align: center;
  color: #fff;
  background: #003f88;
  padding: 6px 0;
  font-weight: normal;
}
#remove ul li table th:nth-of-type(even) {
  background: #004ea2;
}
#remove ul li table td {
  padding: 6px 0;
  text-align: center;
  background: #efefef;
  font-size: 14px;
  color: #003f88;
  font-weight: bold;
}
#remove ul li table td:nth-of-type(even) {
  background: #f7f8f8;
}
/** product **/
#product {
  position: relative;
}
#product:before {
  z-index: 1;
  position: absolute;
  background: #f8f8f8;
  content: "";
  width: 200%;
  height: 100%;
  transform: translateX(-50%) rotate(-3.8deg);
  left: 50%;
  padding-bottom: 200px;
}
#product .inner {
  position: relative;
  z-index: 10;
  padding: 60px 20px;
}
#product .inner h2 {
  margin-bottom: 40px;
}
#product img {
  width: 100%;
  height: auto;
  display: block;
}
#product h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #003f88;
  padding: 20px 0;
}
#product h3 span:first-of-type {
  font-size: 16px;
  display: block;
  border: solid 1px #003f88;
  margin: 0 20px 10px 20px;
}
#product h3 span:last-of-type {
  display: inline-block;
  background: #eb6aa4;
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  padding: 0 15px;
}
#product p {
  color: #003f88;
  border-bottom: dotted 1px #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#product p span {
  font-size: 14px;
  display: block;
}
#product dl {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #ccc;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#product dt {
  width: 25%;
  border: solid 1px #003f88;
  text-align: center;
  color: #003f88;
  margin-right: 5%;
  margin-bottom: 10px;
}
#product dd {
  width: 70%;
  margin-bottom: 10px;
  color: #003f88;
}
#product h4 {
  color: #003f88;
  font-weight: bold;
  border: solid 1px #003f88;
  padding: 10px;
  position: relative;
  background: #fff;
}
#product h4:before {
  content: "";
  width: 15px;
  height: 2px;
  background: #003f88;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
#product h4:after {
  content: "";
  width: 2px;
  height: 15px;
  background: #003f88;
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s all;
}
#product h4.active:after {
  display: none;
}
#product ul > li {
  margin-bottom: 80px;
}
#product ul > li:last-of-type {
  margin-bottom: 0;
}
#product ul li ul {
  display: none;
  padding: 20px;
  background: #fff;
  border: solid 1px #003f88;
  border-top: none;
}
#product ul li ul li {
  font-size: 14px;
  padding-left: 16px;
  margin-bottom: 10px;
  color: #003f88;
  position: relative;
}
#product ul li ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #003f88;
  position: absolute;
  left: 0;
  top: 8px;
}
#product ul li ul li:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  /** header **/
  #headImg {
    height: calc(100vh - 92px);
  }
  #headImg .inner {
    width: 750px;
    padding: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #headImg .inner:before {
    width: 135px;
    height: 142px;
    right: -100px;
    top: -140px;
  }
  #headImg .inner:after {
    width: 145px;
    height: 216px;
    left: -120px;
    bottom: -130px;
  }
  #headImg .inner h1 {
    padding: 0 140px;
  }
  #headImg .inner p {
    font-size: 20px;
  }
  #navToggle {
    display: none;
  }
  nav {
    display: block;
    position: relative;
    height: 92px;
    background: #003f88;
    ;
  }
  nav ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1000px;
    transform: translate(-50%, -50%);
  }
  nav ul li {
    margin-bottom: 0;
    font-size: 18px;
    border-bottom: none;
    position: relative;
  }
  nav ul li:after {
    content: "";
    height: 40%;
    width: 1px;
    background: #fff;
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
  }
  nav ul li:nth-last-of-type(2):after {
    display: none;
  }
  nav ul li:last-of-type {
    border: none;
    background: none;
    width: 18%;
  }
  nav ul li:last-of-type:after {
    display: none;
  }
  nav ul li:last-of-type a {
    border: solid 1px #fff;
    color: #fff;
  }
  nav ul li a {
    padding: 6px 15px;
  }
  nav li a:link, nav li a:visited {
    color: #fff;
  }
  nav ul li a:hover {
    opacity: 0.6;
  }
  /** point **/
  .baseTit {
    font-size: 38px;
  }
  .baseTit img {
    height: 60px;
  }
  #point {
    padding: 100px 0;
    width: 1000px;
    margin: 0 auto;
  }
  #point ul {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
  }
  #point ul li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 40px 20px;
  }
  #point ul li p {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  #point ul li:nth-of-type(4) {
    margin-right: 0;
  }
  #point ul li:first-of-type br, #point ul li:nth-of-type(4) br {
    display: block;
  }
  #point ul li:nth-of-type(3) br:last-of-type {
    display: block;
  }
  #point ul li:nth-of-type(4) ~ li {
    width: 49%;
  }
  #point ul li:last-of-type {
    margin-right: 0;
  }
  #point ul li h3 {
    font-size: 28px;
  }
  #point ul li p.subTxt {
    display: block;
    font-size: 18px;
  }
  #point ul li p.subTxt br {
    display: block;
  }
  #point ul li p.subTxt span {
    display: block;
    font-size: 14px;
  }
  #point .pointBg01 {
    width: 100px;
    left: -120px;
    top: 20px;
  }
  #point .pointBg02 {
    width: 100px;
    right: -120px;
    bottom: -70px;
  }
  /** scene **/
  .catch {
    font-size: 18px;
    padding: 0;
    margin-bottom: 70px;
  }
  #scene {
    padding: 100px 0 120px 0;
    width: 1000px;
    margin: 0 auto;
  }
  #scene ul {
    display: flex;
    flex-wrap: wrap;
  }
  #scene li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 40px;
    border-bottom: none;
    padding-bottom: 20px;
  }
  #scene li:nth-of-type(3n) {
    margin-right: 0;
  }
  #scene li h3 {
    padding: 30px 0;
    font-size: 22px;
  }
  /** wash **/
  #wash .inner {
    padding: 160px 0;
    width: 1000px;
    margin: 0 auto;
  }
  #wash ol {
    display: flex;
  }
  #wash ol li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 0;
  }
  #wash ol li:last-of-type {
    margin-right: 0;
  }
  #wash ol li:after {
    content: "";
    background: url("../img/ico_arrow.svg")center center no-repeat;
    width: 20px;
    height: 100%;
    position: absolute;
    left: auto;
    right: -36px;
    bottom: 0;
  }
  #wash ol li h3 {
    padding: 30px 20px 20px 0;
    font-size: 26px;
  }
  #wash .pointBg03 {
    width: 100px;
    right: -120px;
    top: -350px;
  }
  #wash .pointBg04 {
    width: 100px;
    left: -120px;
    bottom: -550px;
  }
  #remove {
    padding: 160px 0;
    width: 1000px;
    margin: 0 auto;
  }
  #remove .catch {
    margin: 40px 0 90px 0;
  }
  #remove h3 {
    font-size: 32px;
  }
  #remove ul {
    display: flex;
  }
  #remove ul li {
    width: 47.5%;
    margin-right: 5%;
  }
  #remove ul li:nth-of-type(2) {
    margin-top: 0;
    margin-right: 0;
  }
  #remove ul li h4 {
    font-size: 26px;
  }
  #remove h3:last-of-type {
    margin-top: 80px;
  }
  #remove ul li table th {
    font-size: 18px;
  }
  #remove ul li table td {
    padding: 10px 0;
    font-size: 18px;
  }
  /** product **/
  #product .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 160px 0;
  }
  #product .inner h2 {
    margin-bottom: 60px;
  }
  #product ul {
    display: flex;
    padding: 0 20px;
  }
  #product ul li {
    width: 45%;
    margin-right: 10%;
  }
  #product ul li:last-of-type {
    margin-right: 0;
  }
  #product h3 {
    font-size: 26px;
    padding: 30px 0;
  }
  #product li:first-of-type h3 {
    padding: 76px 0;
  }
  #product h3 span:first-of-type {
    line-height: 34px;
    margin: 0 100px 10px 100px;
  }
  #product h4 {
    border: none;
    padding: 0;
    background: none;
    margin-bottom: 10px;
  }
  #product h4:before, #product h4:after {
    display: none;
  }
  #product h4.active:after {
    display: none;
  }
  #product ul > li {
    margin-bottom: 0;
  }
  #product ul li ul {
    display: block;
    padding: 0;
    background: none;
    border: none;
  }
  #product ul li ul li {
    width: 100%;
  }
}