﻿@charset "utf-8";
/* CSS Document */
@import url(layout.css);
@import url(font-awesome.min.css);
@import url(all.min.css);


* {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

i{
	font-family: Font Awesome\ 5 Free;
	font-style:normal;
}

/*----------------------------------------
共通項目は最下部▼
-----------------------------------------*/
:root {
  --min-width: 1200px;
  /*--base-width: 1200px;*/
}


/*====================================
PC版
=====================================*/
@media print, screen and (min-width: 521px) {

.sp_box {
	display: none !important;
}
html{
}

body {
	font-size: 18px;
    /*font-size: 16px;*/
	line-height: 1.76;
	margin: 0;
    padding: 0;
	/*background: #F6E2FF;*/
	-webkit-text-size-adjust:100%;
	text-size-adjust:100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

main {
    position: relative;
	min-width: var(--min-width);
    overflow-x: hidden;
}

#about,
#efficacy,
#howto,
#company,
#product,
#contact{
    position: absolute;
    top: -98px;
}


/*-------------------------------------------
　レイアウト
--------------------------------------------*/
.container {
    width: 100%;
    /*min-width: var(--min-width);*/
    padding: 0 40px;
    margin: 0 auto;
    box-sizing: border-box;
    /*background: #EEE;*/
}

.wrap {
	position: relative;
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
	/*background: #DDD;*/
}

.row {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    /*background-color: #EEE;*/
}

.row96 {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    /*background-color: #EEE;*/
}



/*--------------------------------------------
　画像
---------------------------------------------*/
img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	/*width: 100%;
	height: auto;*/
}

.img_auto {
    width: 100%;
    height: auto;
}



/*--------------------------------------------
　タイトル・テキスト
---------------------------------------------*/
h1, h2, h3, h4, h5 {
    /*line-height: 1.2;*/
    position: relative;
    margin: 0;
}

h1 {
    
}

h2 {
    
}

h3 {
    
}

h4 {

}



/*--------------------------------------------
　ヘッダー
--------------------------------------------*/
header{
    display: flex;
    width: 100%;
    min-width: 1400px;
    position: fixed;
    top: 18px;
    z-index: 100;
}

.company_name{
    display: flex;
    justify-content: center;
    height: 90px;
    padding:0 max(2.5vw,35px);
    flex-direction: column;
    font-family: 'ShinRetro-B';
    background-color: #f7f1ea;
    border-radius: 0 36px 36px 0;
}
.company_name h1{
    font-size: 36px;
    line-height: 1.5;
    color: #01846d;
}

.company_name p{
    font-size: 16px;
}

.header_menu{
    position: absolute;
    right: max(2vw,28px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
    background-color: #f7f1ea;
    border-radius: 36px;
  font-family: 'ShinRetro-M';
}
.header_menu li{
    background-color: #f7f1ea;
    height: 100%;
    transition: all .3s ease;
}
.header_menu li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 max(1vw,14px);
}
.header_menu li:first-of-type{
    border-radius: 36px 0 0 36px;
}
.header_menu li:last-of-type{
    border-radius: 0 36px 36px 0;
}
.header_menu li:first-of-type a{
    padding-left: max(2.5vw,35px);
}
.header_menu li:last-of-type a{
    padding-right: max(2.5vw,35px);
}
.header_menu li a p:first-of-type{
    font-size: 18px;
    line-height: 1.2;
}
.header_menu li a p:last-of-type{
    font-size: 13px;
    color: #ff6c00;
    line-height: 1.2;
}
.header_menu li:last-of-type a{
    margin: 0;
}
.header_menu li:hover{
    filter: brightness(0.9);
}



/*------------------------------------------
　フッター
-------------------------------------------*/
footer{
    position: relative;
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-image: url(../home/footer_base.png);
    background-repeat: no-repeat;
    background-size: 100% ;
    padding: 80px 0 0 0;
}
footer::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    top: 50%;
    background-color: #A1E3D7;
    z-index: -1;
}
.f_company{
    font-size: 30px;
    margin-bottom: 10px;
}
.tel{
    font-size: 40px;
}
.tel span{
    font-size: 24px;
    margin-right: 10px;
}
.address{
    font-size: 16px;
}





.footer_menu{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    min-width: 850px;
    background-color: #fff;
    border-radius: 25px;
  font-family: 'ShinRetro-M';
}
.footer_menu li{
    background-color: #fff;
    height: 100%;
    transition: all .3s ease;
}
.footer_menu li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 1vw;
}
.footer_menu li:first-of-type{
    border-radius: 25px 0 0 25px;
}
.footer_menu li:last-of-type{
    border-radius: 0 25px 25px 0;
}
.footer_menu li:first-of-type a{
    padding-left: 2.5vw;
}
.footer_menu li:last-of-type a{
    padding-right: 2.5vw;
}
.footer_menu li a p:first-of-type{
    font-size: 18px;
    line-height: 1.2;
}
.footer_menu li a p:last-of-type{
    font-size: 13px;
    color: #ff6c00;
    line-height: 1.2;
}
.footer_menu li:last-of-type a{
    margin: 0;
}
.footer_menu li:hover{
    filter: brightness(0.9);
}
.copyright{
    font-size: 16px;
    margin: 30px;
}

/*------------------------------------------
ページのトップへ
-------------------------------------------*/
.page_top{
    display: block;
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
}
.page_top.active{
    opacity: 0.8;
    pointer-events: all;
}

.page_top.active:hover{
    opacity: 1;
}


}   /*  PC版ここまで  */






/*===================================
スマホ版
===================================*/
@media only screen and (max-width : 520px ) {
.pc_box {
	display: none !important;
}

.sp_non {
	display: none;
}


body {
	margin: 0;
	padding: 0;
    /*font-size: 0.875rem;*/
	/*font-size: 16px;*/
    /*font-size: 3.8vw;*/
	line-height: 1.74;
    overflow-x: hidden;
}

main {
	/*margin-top: 70px;*/
}

#about,
#efficacy,
#howto,
#company,
#product,
#contact{
    position: absolute;
    top: -68px;
}


/*------------------------------------------------
　ヘッダー&ナビ
------------------------------------------------*/
header{
    display: flex;
    justify-content: space-between;
    width: 100vw;
    position: fixed;
    top: 1.5vw;
    z-index: 500;
}

.company_name{
    display: flex;
    justify-content: center;
    height: 13vw;
    padding:0 2.5vw;
    flex-direction: column;
    font-family: 'ShinRetro-M';
    background-color: #f7f1ea;
    border-radius: 0 5.625vw 5.625vw 0;
    position: relative;
    z-index: 500;
}
.company_name h1{
    font-size: 5.5vw;
    line-height: 1.4;
    color: #01846d;
}
.company_name p{
    font-size: 2.6vw;
    line-height: 1.4;
}

.line{
    width: 52vw;
    height: 3px;
    object-fit: cover;
}
.bar{
    position: relative;
    right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 14vw;
    height: 13vw;
    border-radius: 5.625vw;
    background-color: #f7f1ea;
    cursor: pointer;
    z-index: 500;
}
.bar_container{
    position: relative;
    top: 9px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 7.5vw;
    height: 4.85vw;
}
.bar_container span{
    position: absolute;
    width: 7.5vw;
    height: 3px;
    background-color: #666;
    transition: all .3s ease;
}
.bar span:nth-of-type(1){
    top: 0;
}
.bar span:nth-of-type(2){
    top: calc(50% - 1.5px);
}
.bar span:nth-of-type(3){
    top: calc(4.85vw - 3px);
}
.bar.active span:nth-of-type(1){
    transform: rotate(45deg);
    top: 7px;
}
.bar.active span:nth-of-type(2){
    opacity: 0;

}
.bar.active span:nth-of-type(3){
    transform: rotate(-45deg);
    top: 7px;

}
.bar p{
    margin-top: 6px;
    position: relative;
    color: #ff6c00;
    font-size: 2.8vw;
}

.sp_header{
    position: fixed;
    top: -100%;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-top: 100px;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
    z-index: 400;
}
.sp_header.active{
    opacity: 1;
    top: 0;
    pointer-events: all;
}
.sp_header li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    line-height: 1.2;
}

.sp_header li a p{
    color: #fff;
}
.sp_header li a p:last-of-type{
    color: #ff6c00;
}



/*-------------------------------------------
　レイアウト
--------------------------------------------*/
.container {
    width: 100%;
    margin: 0 auto;
}

.wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
	/*background: #C0D1FF;*/
}

.row {
    width: 100%;
    position: relative;
    margin: 0;
    /*background-color: #EEE;*/
}




/*--------------------------------------------
　画像
---------------------------------------------*/
img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	width: 100%;
	height: auto;
}



/*--------------------------------------------
　タイトル・テキスト
---------------------------------------------*/
h1, h2, h3, h4, h5 {
    line-height: 1.2;
    position: relative;
    margin: 0;
}

h1 {
    
}

h2 {
    
}

h3 {
   
}

h4 {

}


/*------------------------------------------
　フッター
-------------------------------------------*/
footer{
    position: relative;
    margin-top: calc(102px + 13.15vw) ;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-image: url(../home/footer_base_sp.png);
    background-repeat: no-repeat;
    background-size: 100% ;
    padding: 12vw 0 0 0;
    bottom: calc(13.15vw + 4px);
}
footer::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 90%;
    top: 10%;
    background-color: #A1E3D7;
    z-index: -1;
}
.f_company{
    font-size: 5.4vw;
    margin-bottom: 10px;
}
.f_img{
    width: 22.8vw;
    height: 22.8vw;
}
.tel{
    font-size: 6.25vw;
}
.tel span{
    font-size: 3.75vw;
    margin-right: 3px;
}
.address{
    font-size: 2.8vw;
    line-height: 1.4;
    text-align: center;
}

.copyright{
    font-size: 2.2vw;
    margin-top: 12vw;
    margin-bottom: 5px;
    text-indent: 1em;
}


/*------------------------------------------
ページのトップへ
-------------------------------------------*/
.page_top{
    position: fixed;
    left: 10px;
    bottom: calc(9.375vw + 8px);
    z-index: 10;
    width: 10vw;
    height: 10vw;
    opacity: 0;
    pointer-events: none;
}

.page_top.active{
    opacity: 0.8;
    pointer-events: all;
}

.page_top.active:hover{
    opacity: 1;
}



}  /*  スマホ版ここまで  */










/*---------------------------------------
　共通
---------------------------------------*/


input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

#textarea,
#textfield,
#textfield1,
#textfield2,
#textfield3 {
    border-radius: 4px;
    border: 1px solid #999999;
    padding: 0.32rem 0.4rem 0.2rem 0.4rem;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
}

#select {
    border-radius: 4px;
    border: 1px solid #999999;
    /* padding: 0.32rem 0.4rem 0.2rem 0.4rem; */
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
}




body {
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
}

textarea,input {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-feature-settings: "palt";
}

p, ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}

p, ul, li {
	text-align: justify;
}

dl, dt, dd {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
	color: #000000;
	text-decoration: none;
	transition: .3s all;
    margin: 0;
    padding: 0;
}

table {
	/*border-collapse: collapse;*/
}


span,
div {
	margin: 0;
	padding: 0;
}

.order01 {
	order: 1;
}

.order02 {
	order: 2;
}

.order03 {
	order: 3;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
}

.none {
    display: none;
}

.no_scroll{
    height: 100vh;
    overflow-y: hidden;
}


