@charset "utf-8";
.home{
    position: relative;
}
/*トップページ*/
@media screen and (min-width: 1200px) {
#main-visual {
    width: 100%;
    background: url(../../img/top/main.jpg);
    background-repeat: no-repeat;
    background-position:top 0 right 0;
    background-size: contain;
}   
#main-visual h1 {
    font-size: 24px;
    letter-spacing: 0.2em;
    line-height: 1.8;

}
}
@media screen and (min-width: 640px) {
#main-visual {
    width: 100%;
    background: url(../../img/top/main.jpg);
    background-repeat: no-repeat;
    background-position:top 0 right 0;
    background-size: contain;
    position: relative;
}
#main-visual .main_txt {
    padding: 10% 0 2%;
    padding-left: 4%;
}
#main-visual h1 {
    font-size: 24px;
    letter-spacing: 0.2em;
    line-height: 1.8;
}
#main-visual h2 {
    display: block;
    max-width: 450px;
    padding-top: 35px;
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 2;
    font-weight: 400;
}
#main-visual h2 + p {
    display: block;
    max-width: 450px;
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 2;
    font-weight: 400;   
}
#main-visual ul {
    padding-top: 30px;
}
#main-visual ul li{
    background: url(../../img/top/check.svg) no-repeat 0 5px;
    background-size: 18px 15px;
    padding-left: 30px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.1;
}
.top-f {
    padding-top: 50px;
}
.top-f .button.big2 {
    max-width: 460px;
    height: 76px;
    margin-bottom: 15px;
}
}
@media screen and (max-width: 767px) {
#main-visual {
    width: 100%;
    background: url(../../img/top/main_sp.jpg);
    margin-top: 20px;
    background-repeat: no-repeat;
    background-position:top 0 right 0;
    background-size: 100%;
}
#main-visual h1 {
    padding: 95% 0 0;
    padding-left: 4%;
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 1.7;
    color: #fff;
}
#main-visual h2 {
    display: block;
    max-width: 95%;
    margin: 0 auto;
    padding-top: 6%;
    font-size: 14px;
    text-align: justify;
    letter-spacing: 0.1em;
    line-height: 2;
    font-weight: 400;
    color: #333;
}
#main-visual h2 + p {
    display: block;
    max-width: 95%;
    margin: 0 auto;
    font-size: 14px;
    text-align: justify;
    letter-spacing: 0.1em;
    line-height: 2;
    font-weight: 400;
    color: #333;
}
#main-visual ul {
    padding-top: 20px;
    padding-left: 4%;
}
#main-visual ul li{
    background: url(../../img/top/check.svg) no-repeat 0 5px;
    background-size: 18px 15px;
    padding-left: 30px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.1;
}
.top-f {
    padding-top: 30px;
}
.top-f .button.big2 {
    display: block;
    margin: 0 auto;
    max-width: 460px;
    height: 60px;
}
.top-f .button.smalltext {
    margin-bottom: 15px;
}
.top-f .button.big2 .button__text {
    font-size: 13px;
}
}

#intro {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	margin-top: 100px;
	font-size: 0;
	letter-spacing: 0;
}

#intro figure {
	display: inline-block;
	width: 48%;
	vertical-align: top;
	margin-right: 4%;
}
#intro .txt-box {
	display: inline-block;
	width: 48%;
	vertical-align: top;
	padding-top: 20px;
}
#intro .txt-box h2 {
	font-size: 23px;
	color: #00a395;
	letter-spacing: 0.2em;
	line-height: 1.7;
	font-family: serif;
}
#intro .txt-box h2 span {
	display: block;
	color: #333;
	font-size: 30px;
	letter-spacing: 0.21em;
}
#intro .txt-box p{
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.1em;
	text-align: justify;
	margin-bottom: 40px;
}
#intro .section-product__cards__item__button {
	text-align: right;
}
@media screen and (max-width: 768px) {
#intro {
    margin-top: 50px;
}
#intro figure {
    width: 90%;
    display: block;
    margin: 0 auto;
}
#intro .txt-box {
    width: 90%;
    margin: 0 auto;
    display: block;
    padding-top: 20px;
} 
#intro .txt-box h2 {
    font-size: 15px;
    text-align: center;
}
#intro .txt-box h2 span {
    font-size: 21px;
}
#intro .txt-box p{
    padding-top: 15px;
}
#intro .section-product__cards__item__button {
    text-align: center;
}
}
#movie {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    margin-top: 100px;
}
#movie h2 {
    text-align: center;
    color: #00a395;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 700;
    padding-bottom: 20px;

}
#movie a {
    display: block;
    position: relative;
    background: #000;
    font-size: 0;
}
#movie img.over{
    opacity: 0.6;
}
#movie .info-no {
    position: absolute;
    top: 50%;
    left: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
}
#movie .info-no img {
    width: 70px;
    height: auto;
}
#movie img {
    width: 100%;
}
.modal-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9)!important;
    z-index: 1000000;
    cursor: pointer;
    opacity: 1;
    animation-timing-function: ease-out;
    animation-duration: .3s;
    animation-name: modal-video;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}
@media screen and (max-width: 768px) {
#movie {
    margin-top: 50px;
}
#movie h2 {
    font-size: 16px;
    padding-bottom: 10px;

}
}
#service {
	width: 100%;
    margin-top: 100px;
    position: relative;
}

#service .tit {
	text-align: center;
	color: #00a395;
    font-family: 'Catamaran', sans-serif;
    font-size: 28px;
    letter-spacing: 0.1em;
    font-weight: 700;
}
#service h2 {
    text-align: center;
    color: #00a395;
    font-family: 'Catamaran', sans-serif;
    letter-spacing: 0.1em;
    padding-bottom: 40px;
	display: block;
    font-size: 12px;
    font-weight: 700;
}
#service ul {
    max-width: 1080px;
    margin: 0 auto;
    font-size: 0;
    letter-spacing: 0;
}
#service ul.box1 li {
    display: block;
    width:100%;
    position: relative;
    margin-bottom: 60px;
}
#service ul.box2 li {
    display: inline-block;
    width:48%;
    position: relative;
}
#service ul.box2 li:nth-child(even){
    margin-left: 4%;
}
#service ul.box1 li figure {
    width: 55%;
}
#service ul.box1 li figure img{
    width: 100%;
}
#service ul.box1 li .txt-box {
    background:#f7f7f7;
    display: block;
    position: absolute;
    z-index: 1;
    width: 50%;
    right: 0;
    top: 0;
    padding: 45px 0;
    margin-top: 4%;
}
#service ul.box2 li .txt-box {
    background:#fff;
    display: block;
    width: 100%;
    padding: 45px 0;
    margin-top: 4%;
    background: #f7f7f7;
}
#service ul.box1 li.even figure {
    width: 100%;
    padding-left: 45%;
}
#service ul.box1 li.even .txt-box {
    left: 0;
}
#service ul li .txt-box h3 {
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.6;
}
#service ul li .txt-box h3 span {
    font-size: 20px;
    font-family: 'Catamaran', sans-serif;
    padding-right: 10px;
}
#service ul li .txt-box h3 span.en {
    font-size: 14px;
}
#service ul li .txt-box p {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-align: justify;
    padding: 20px 10%;
}
#service .section-product__cards__item__button {
    text-align:center;
}
@media screen and (max-width: 768px) {
#service {
    margin-top: 70px;
}
#service ul.box1 li {
    margin-bottom: 40px;
}
#service ul.box2 li {
    display: block;
    width:90%;
    margin: 0 auto;
    margin-bottom: 40px;
}
#service ul.box2 li:nth-child(even){
    margin-bottom: 0;
}
#service ul.box1 li figure {
    width: 90%;
    margin: 0 auto;
}
#service ul.box1 li figure img{
    width: 100%;
}
#service ul.box1 li .txt-box {
    display: block;
    position: inherit;
    z-index: 1000!important;
    width: 85%;
    margin:0 auto;
    padding: 25px 0;
    margin-top: -10%;
}
#service ul.box1 li.even figure {
    width: 90%;
    padding-left: 0;
}
#service ul li.even .txt-box {
}
#service ul li .txt-box h3 {
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.6;
    padding: 0 5%;
}
#service ul li .txt-box p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: justify;
    padding: 20px 10%;
}
}

#price{
    margin-top: 80px;
    width: 100%;
}

#price .inner{
    margin-top: 80px;
    font-size: 0;
    letter-spacing: 0;
    background: url(../../img/top/price_b.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}
#price .inner .warp {
    max-width: 1280px;
    margin:0 auto;
}
#price .inner .warp a {
    display: block;
}
#price .inner .warp a:hover {
    opacity: 0.8;
}
#price h2 {
    display: inline-block;
    width: 30%;
    text-align: center;
    color: #fff;
    font-family: 'Catamaran', sans-serif;
    font-size: 28px;
    letter-spacing: 0.1em;
    font-weight: 700;
    padding: 90px 0;
    vertical-align: middle;
}
#price h2 span{
    display: block;
    font-size: 12px;
    font-weight: 700;
}
#price .txt-box{
    display: inline-block;
    width: 70%;
    vertical-align: middle;
}
#price .txt-box ul{
    color: #fff;
    font-weight: 600;
}
#price .txt-box ul li{
    font-size: 16px;
    display: inline;
    padding-left: 20px;
    letter-spacing: 0.1em;
}
#price .txt-box ul li:first-child {
    padding-left: 0;
}
#price .txt-box p{
    padding-top: 20px;
    font-size: 14px;
    text-align: left;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 400;
    padding-right: 15%;
}
#price .txt-box p.b {
    font-weight: 700;
    font-size: 14px;
}
#price .txt-box p.b i {
    width: 12px;
    vertical-align: middle;
    padding-left: 10px;
}
#price .txt-box p.b i img {
    width: 12px;
}
#price .section-product__cards__item__button {
    text-align:center;
    margin: 40px 0;
}

@media screen and (max-width: 768px) {
#price{
    margin-top: 70px;
    width: 100%;
}
#price .inner {
    margin-top: 0;
    background: url(../../img/top/price_b_sp.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}
#price h2 {
    display: inline-block;
    width: 100%;
    font-size: 28px;
    text-align: left;
    letter-spacing: 0.1em;
    font-weight: 700;
    padding: 30px 0 20px;
    padding-left: 7%;
    line-height: 1.1;
}
#price h2 span{
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
#price .txt-box ul li{
    font-size: 16px;
    display: block;
    padding-left: 5%;
}
#price .txt-box ul li:first-child {
    padding-left: 5%;
}
#price .txt-box{
    width: 100%;
}
#price .txt-box p{
    padding-top: 20px;
    padding-left: 5%;
    font-size: 13px;
    padding-right: 5%;
    padding-bottom: 15px;
}
#price .txt-box p.b {
    padding-top: 0;
    font-weight: 700;
    font-size: 14px;
    padding-bottom: 30px;
}
}

#blog{
    width: 64%;
    display: inline-block;
    margin-left: 5%;
    margin-right: 1%;
    font-size: 0;
    margin-top: 110px;
    padding-bottom: 60px;
    vertical-align: top;
}
#blog .inner {
    margin-top: 0;
    width: 100%;
    margin: 0 auto;
}
#blog .tit {
    display: inline-block;
    text-align: left;
    color: #00a395;
    font-family: 'Catamaran', sans-serif;
    font-size: 28px;
    letter-spacing: 0.1em;
    font-weight: 700;
    vertical-align: middle;
}
#blog h2 {
    display: block;
    text-align: center;
    color: #00a395;
    font-family: 'Catamaran', sans-serif;
    letter-spacing: 0.1em;
    padding-bottom: 40px;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
}

#blog ul {
    padding: 30px 0 0;
    width: 100%;
}
#blog ul li {
    width: 100%;
    border-bottom: solid 1px #e5e5e5;
    font-size: 0;
    letter-spacing: 0;
    vertical-align: top;
}
#blog ul li:last-child {
    border-bottom: none;
}
#blog ul li a {
    display: block;
    padding: 20px 0;
}
#blog ul li a:hover {
    background: rgba(0, 0, 0, 0.05);
}
#blog ul li time {
    display: inline-block;
    width: 13%;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1em;
    vertical-align: top;
}
#blog ul li span {
    display: inline-block;
    width: 20%;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding-left: 2%;
    vertical-align: top;
    color: #00a0e6;
}
#blog ul li span.news {
    color: #00a395;
}
#blog ul li p {
    display: inline-block;
    width: 65%;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding-left: 4%;
    vertical-align: top;
}
#blog .section-product__cards__item__button {
    text-align:center;
    margin: 40px 0;
}
@media screen and (max-width: 768px) {
#blog {
    width: 100%;
    display: block;
    margin: 0;
    margin-top: 70px;
    padding-bottom: 30px;
}
#blog .inner {
    width: 90%;
}
#blog h2 {
    padding-bottom: 0;
}
#blog ul li {
    padding: 0 10px;
}
#blog ul li time {
    width: 34%;
    font-size: 12px;
    letter-spacing: 0.06em;
}
#blog ul li span {
    width: 60%;
    font-size: 12px;
    letter-spacing: 0.1em;
    padding-left: 3%;
    color: #00a0e6;
}
#blog ul li p {
    width: 100%;
    padding-top: 5px;
    font-size: 14px;
    padding-left: 0;
}  
}

#twitter {
    width: 25%;
    display: inline-block;
    font-size: 0;
    margin-top: 110px;
    padding-bottom: 60px;
    vertical-align: top;
}
#twitter .tit {
    display: inline-block;
    text-align: left;
    color: #00a395;
    font-family: 'Catamaran', sans-serif;
    font-size: 28px;
    letter-spacing: 0.1em;
    font-weight: 700;
    vertical-align: middle;
}
#twitter h2 {
    display: block;
    text-align: center;
    color: #00a395;
    font-family: 'Catamaran', sans-serif;
    letter-spacing: 0.1em;
    padding-bottom: 40px;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
}

@media screen and (max-width: 768px) {
#twitter {
    width: 90%;
    display: block;
    margin: 0 auto; 
}
#twitter h2 {
    padding-bottom: 0;
}
}


#faq {
padding-top: 80px;
padding-bottom: 80px;
background: #d3eeed;
margin-bottom: 20px;
}
#faq .tit {
    text-align: center;
    color: #00a395;
    font-family: 'Catamaran', sans-serif;
    letter-spacing: 0.1em;
    font-weight: 700;
    font-size: 28px;
    
}
#faq h2 {
    text-align: center;
    color: #00a395;
    font-family: 'Catamaran', sans-serif;
    letter-spacing: 0.1em;
    padding-bottom: 40px;
    display: block;
    font-size: 12px;
    font-weight: 700;
}

.faq {
    width: 100%;
    margin-bottom: 40px;
}
.faq:last-child{
    margin-bottom: 0;
}
.faq dl{
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    font-size: 14px;
    letter-spacing: 0.1em;
}

.faq dt:before {
    content: "Q.";
    font-family: 'Catamaran', sans-serif;
    font-size: 1.2em;
    color: #00a395;
    margin-right: 10px;
}

.faq dt {
    margin-top: 20px;
    padding: 15px 15px 15px 30px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
}

.faq dd:before {
    content: "A.";
    font-family: 'Catamaran', sans-serif;
    font-size: 1.2em;
    color: #FF8000;
    margin-right: 10px;
}
.faq dd {
    display: none;
    padding: 15px 30px 30px 30px;
    background-color: #fff;
    border-top: dotted 1px #dfdfdf;
    text-align: justify;
}
.faq dd a{
    color: #00a395;
    text-decoration: underline;
}
.faq dd ul {
    list-style: disc;
    padding-left: 20px;
}
.faq dd ul li b {
    display: block;
    padding-top: 20px;
}
.faq dd ul li:first-child b {
    padding-top: 0;
}
.faq dd tbody {
  width: 100%;
  border: solid 1px #333;
}

.faq dd tbody tr{
  width: 50%;
  border: solid 1px #333;
  padding: 10px;
}

.faq dd tbody td{
  width: 50%;
  border: solid 1px #333;
  padding: 10px;
}
/*＋、－切り替え*/
.accordion_icon,
.accordion_icon span{
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
}
.accordion_icon{
  position: absolute;
  width: 40px;
  height: 40px;
  float: right;
  right: 20px;
  top:25px;
}
.accordion_icon span{
  position: absolute;
  left: 6px;
  width: 50%;
  height: 2px;
  background-color: #00a395;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1){
  top: 5px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2){
  top: 5px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.accordion_icon.active span:nth-of-type(1){
  display:none;
}
.accordion_icon.active span:nth-of-type(2){
  top: 5px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
/*＋、－切り替え over */


@media screen and (max-width: 640px) {
#faq {
padding-top: 40px;
padding-bottom: 40px;
}
.faq dl{
font-size: 12px;
}
.faq dt {
font-size: 13px;
margin-top: 10px;
padding: 15px 40px 15px 10px;
background-color: #fff;
position: relative;
cursor: pointer;
}
.faq dd {
display: none;
padding: 15px;
background-color: #fff;
border-top: dotted 1px #dfdfdf;
}
.faq dd.strong {
  font-weight: bold;
}
.faq dd.strong span {
  font-weight: normal;
}
.accordion_icon{
position: absolute;
width: 30px;
height: 30px;
right: 5px;
top: 50%;
-webkit-transform: translate(0,-20%);
-moz-transform: translate(0,-20%);
-ms-transform: translate(0,-20%);
-o-transform: translate(0,-20%);
transform: translate(0,-20%);
}
}






