@charset "UTF-8";
/* CSS Document */

html {
font-size: 62.5%;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 16px;
font-size: 1.6rem;
color: #3A3A3A;
font-family: "Noto Sans JP", YuGothic, "Hiragino Sans", Meiryo, "sans-serif";
background: #FFF;
margin: 0;
}
img{
width:100%;
max-width: 100%;
height: auto;
vertical-align: bottom;
}
video, iframe {
width: 100%;
vertical-align: bottom;
}
a, a:hover {
text-decoration: none;
color: #fff;
}
i {
font-size: 0.8em;
padding-right: 5px;
}
p {
word-break: break-all;
}
a.btn {
display: block;
text-align: center;
text-decoration: none;
font-weight: bold;
color: #FFF;
background: linear-gradient(0deg, #E91E63, #ffa4c1);
transition: .4s;
max-width: 320px;
}
.box{
margin: 0 auto;
}
/*--------------------
#header
--------------------*/
#header{
position: relative;
}
#header .logo img{
position: absolute;
top: 10px;
left: 10px;
}
#header .hero > img{
display: block;
margin-left: auto;
width: 80%;
}
#header .hero div{
position: absolute;
left: 5%;
width: 93%;
}
/*--------------------
#footer
--------------------*/
#footer{
}
#footer ul{
display: flex;
justify-content: center;
}
#footer ul li:last-of-type{
padding-right: 0;
}
#footer ul li a{
color: #333;
font-size: 1.2rem;
}
#footer small{
display: block;
text-align: center;
font-size: 1.2rem;
}
/*--------------------
#worries
--------------------*/
#worries{
position: relative;
}
#worries:after{
position: absolute;
left: 50%;
transform: translateX(-50%);
display: block;
content: "";
}
#worries h2{
display: block;
/*
background-image: url("../image/question.png");
background-repeat: no-repeat;
background-size: contain;
*/
text-align: center;
font-weight: 500;
margin: 0 auto 30px;
}
#worries h2 span{
display: block;
font-weight: 600;
}
#worries ul li {
position: relative;
line-height: 1;
display: flex;
align-items: center;
font-weight: 500;
border-radius: 50px;
}
#worries ul li:nth-child(1),
#worries ul li:nth-child(1):before,
#worries ul li:nth-child(1):after {
background: #ffe3ec;
}
#worries ul li:nth-child(2),
#worries ul li:nth-child(2):before,
#worries ul li:nth-child(2):after {
background: #ebebeb;
}
#worries ul li:nth-child(3), 
#worries ul li:nth-child(3):before, 
#worries ul li:nth-child(3):after {
background: #ffe3ec;
}
#worries ul li:nth-child(4),
#worries ul li:nth-child(4):before,
#worries ul li:nth-child(4):after {
background: #ebebeb;
}
#worries ul li:nth-child(5),
#worries ul li:nth-child(5):before,
#worries ul li:nth-child(5):after {
background: #ffe3ec;
}
#worries ul li:nth-child(odd) {
margin: 2em 0 2em 25px;
}
#worries ul li:nth-child(even) {
margin: 2em 25px 2em 0;
}
/*
#worries ul li:nth-child(odd):before,
#worries ul li:nth-child(even):before {  
content: "";
position: absolute;
border-radius: 50%;
width: 13px;
height: 12px;
bottom: 0;
}
#worries ul li:nth-child(odd):before {  
left: -38px;
}
#worries ul li:nth-child(even):before {  
right: -38px;
}
#worries ul li:nth-child(odd):after,
#worries ul li:nth-child(even):after {
content: "";
position: absolute;
border-radius: 50%;
width: 20px;
height: 18px;
bottom: 3px;
}
*/
#worries ul li:nth-child(odd):after {
left: -24px;
}
#worries ul li:nth-child(even):after {
right: -24px;
}

#worries ul li span{
line-height: 0.6;
font-weight: 500;
padding-bottom: 10px;
}
#worries h3{
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
font-weight: 500;
}
#worries a.btn{
margin: 0 auto;
}
/*--------------------
#true
--------------------*/
#true{
background-color: #f5d9e2;
}
#true h2{
font-weight: bold;
color: #3a3a3a;
margin-bottom: 30px;
}
#true h2 span{
display: block;
font-weight: 600;
font-size: 1.6rem;
}
#true ul{
display: flex;
justify-content: space-between;
align-items: center;
}
#true ul li{
text-align: center;
font-weight: 500;
background-color: #fff;
border-radius: 10px;
}
#true a.btn{
margin: 0 auto;
}
/*--------------------
#results
--------------------*/
#results{
background-image: url("../image/results.jpg");
background-repeat: no-repeat;
background-size: cover;
}
#results h2{
font-weight: bold;
color: #fff;
margin-bottom: 30px;
}
#results h2 span{
display: block;
font-size: 1.6rem;
}
#results .box > div{
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 50px;
}
#results ul{
display: flex;
flex-wrap: wrap;
}
#results ul li{
position: relative;
background: #fff;
border-radius: 50%;
}
#results ul li:nth-child(-n+2){
margin-bottom: 20px;
}
#results ul li p{
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 100%;
font-weight: 500;
}
#results ul li p span{
font-weight: bold;
}
#results div > p{
color: #fff;
line-height: 1.7em;
font-size: 1.6rem;
}
#results div p span{
font-weight: bold;
font-size: 2.0rem;
padding-right: 3px;
}
#results a.btn{
margin: 0 auto;
}
/*--------------------
#works
--------------------*/
#works h2{
font-weight: bold;
margin-bottom: 30px;
}
#works h2 span{
display: block;
font-size: 1.6rem;
}
#works ul{
display: flex;
justify-content: center;
}
#works ul li a{
color: #3a3a3a;
}
#works ul li h3{
text-align: center;
}
#works a.btn{
margin: 0 auto;
}
/*--------------------
#company
--------------------*/
#company{
background: #eeeeee;
}
#company h2{
font-weight: bold;
margin-bottom: 30px;
}
#company h2 span{
display: block;
font-size: 1.6rem;
}
#company .box div{
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 30px;
}
#company table th{
padding-bottom: 15px;
}
#company table td{
padding-bottom: 15px;
}
#company a.btn{
margin: 0 auto;
}

@media (max-width: 560px){
.box{
width: 90%;
margin: 0 auto;
}
section{
padding: 50px 0;
}
.sp-nobr{
display: none;
}
a.btn{
width: 80%;
padding: 15px 0;
letter-spacing: 2px;
font-size: 1.1em;
border-radius: 35px;
}
/*--------------------
#header
--------------------*/
#header .logo img{
width: calc(35% - 20px);
}
#header .hero div{
bottom: 10%;
}
/*
#header h2{
font-family: 'Kiwi Maru', serif;
margin-bottom: 20px;
}
#header h2 span{
display: inline-block;
background: #fff;
font-size: 3.0rem;
font-weight: 500;
padding: 0px 20px 5px;
border-radius: 10px;
}
#header h2 span:first-of-type{
margin-bottom: 10px;
}
*/
#header h2 img{
width: 60%;
}
#header p{
padding-bottom: 20px;
font-size: 1.4rem;
font-weight: 500;
}
#header p span{
padding-bottom: 10px;
font-weight: bold;
}
#header h2.copy{
font-size: 2rem;
padding-bottom: 50px;
letter-spacing: 0.3rem;
}
#header h2{
padding-bottom: 30px;
}
/*--------------------
#footer
--------------------*/
#footer{
padding: 20px 0;
}
#footer ul{
margin-bottom: 30px;
flex-direction: column;
text-align: center;
}
#footer ul li{
padding-bottom: 10px;
}
/*--------------------
#worries
--------------------*/
#worries{
padding-top: 20px;
}
#worries:after{
bottom: -40px;
border-top: 40px solid #fff;;
border-right: 100px solid transparent;
border-left: 100px solid transparent;
}
#worries h2{
font-size: 1.8rem;
padding-top: 40px;
background-size: 40px;
background-position: top bottom;
}
#worries h2 span{
font-size: 1.8rem;
}
#worries ul li {
padding: 20px 15px;
letter-spacing: 0.1rem;
line-height: 1.5em;
font-size: 1.6rem;
}
#worries ul li span{
font-size: 2.6rem;
padding-right: 5px;
}
#worries h3{
padding-bottom: 25px;
}
/*--------------------
#true
--------------------*/
#true h2{
font-size: 4.0rem;
}
#true ul{
margin-bottom: 30px;
flex-wrap: wrap;
}
#true ul li{
width: calc(48% - 20px) ;
padding: 10px;
font-size: 1.6rem;
}
#true ul li:nth-child(-n+2){
padding: 25px 10px;
margin-bottom: 15px;
}

/*--------------------
#results
--------------------*/
#results h2{
font-size: 4.0rem;
}
#results .box > div{
flex-direction: column;
}
#results ul{
justify-content: center;
margin-bottom: 30px;
}
#results ul li{
width: 150px;
height: 150px;
font-size: 1.4rem;
}
#results ul li:nth-child(odd){
margin-right: 15px;
}
#results ul li p span{
font-size: 2.0rem;
}
/*--------------------
#works
--------------------*/
#works h2{
font-size: 4.0rem;
}
#works ul{
margin-bottom: 30px;
}
#works ul li{
width: 30%;
margin: 0 10px;
}
#works ul li h3{
padding-top: 5px;
font-size: 1.6rem;
}
/*--------------------
#company
--------------------*/
#company h2{
font-size: 4.0rem;
}
#company .box div{
flex-direction: column;
}
#company table{
font-size: 1.4rem;
width: 100%;
margin-bottom: 20px;
}
#company .g-map{
width: 100%;
}

.f-btn{
position: fixed;
bottom: 0;
width: 100%;
background: #E91E63;
text-align: center;
padding: 15px 0;
font-size: 1.8rem;
letter-spacing: 0.1em;
font-weight: bold;
}
.f-btn a{
font-weight: bold;
}
}

@media (min-width: 561px){
.nobr{
display: none;
}

.box{
width: 90%;
max-width: 960px;
margin: 0 auto;
}
section{
padding: 70px 0;
}
a.btn{
width: 30%;
padding: 20px;
letter-spacing: 3px;
font-size: 1.4em;
border-radius: 50px;
margin-left: 20px;
}
/*--------------------
#header
--------------------*/
#header .logo img{
width: calc(20% - 25px);
}
/*
#header h2{
font-family: 'Kiwi Maru', serif;
margin-bottom: 20px;
}
#header h2 span{
display: inline-block;
background: #fff;
font-size: 3.0rem;
font-weight: 500;
padding: 0px 20px 5px;
border-radius: 10px;
}
#header h2 span:first-of-type{
margin-bottom: 10px;
}
*/
#header h2 img{
width: 50%;
}
#header p{
padding: 0 0 20px 20px;
font-weight: 500;
font-size: 1.8rem;
}
#header p span{
padding-bottom: 20px;
font-size: 2.4rem;
font-weight: bold;
}
#header h2.copy{
font-size: 3rem;
padding-bottom: 100px;
padding-left: 20px;
letter-spacing: 0.5rem;
}
#header h2{
padding-bottom: 50px;
padding-left: 20px;
}
/*--------------------
#footer
--------------------*/
#footer{
padding: 10px 0;
}
#footer ul{
margin-bottom: 10px;
}
#footer ul li{
padding-right: 20px;
}
/*--------------------
#worries
--------------------*/
#worries:after{
bottom: -70px;
border-top: 70px solid #ffffff;
border-right: 200px solid transparent;
border-left: 200px solid transparent;
}
#worries h2{
font-size: 3.2rem;
padding-top: 50px;
width: 550px;
}
#worries h2 span{
font-size: 2.0rem;
}
#worries ul li {
letter-spacing: 0.5rem;
padding: 20px 70px;
font-size: 2.4rem;
}
#worries ul li span{
font-size: 4.0rem;
padding-right: 20px;
}
#worries h3{
padding-bottom: 2em;
font-size: 2.6rem;
}
/*--------------------
#true
--------------------*/
#true h2{
font-size: 6.0rem;
}
#true ul{
margin-bottom: 50px;
}
#true ul li{
width: calc(23% - 20px) ;
padding: 10px;
font-size: 2.0rem;
}
#true ul li:nth-child(-n+2){
padding: 25px 10px;
}

/*--------------------
#results
--------------------*/
#results h2{
font-size: 6.0rem;
}
#results ul{
width: 400px;
}
#results ul li{
width: 170px;
height: 170px;
}
#results ul li:nth-last-child(-n+2){
transform: translateX(50px);
}
#results ul li:nth-child(odd){
margin-right: 20px;
}
#results ul li p span{
font-size: 2.5rem;
}
#results div > p{
line-height: 2.2em;
width: calc(100% - 450px);
}
/*--------------------
#works
--------------------*/
#works h2{
font-size: 6.0rem;
}
#works ul{
margin-bottom: 40px;
}
#works ul li{
width: 30%;
margin: 0 10px;
}
#works ul li:hover{
opacity: 0.7;
}
#works ul li h3{
padding-top: 10px;
font-size: 2.0rem;
}
/*--------------------
#company
--------------------*/
#company h2{
font-size: 6.0rem;
}
#company table{
width: 45%;
}
#company .g-map{
width: 50%;
}
	
	
	
	
}

@media (min-width: 561px) and (max-width: 1024px){
/*--------------------
#header
--------------------*/
#header .hero div{
bottom: 10%;
}
}

@media (min-width: 1025px){
/*--------------------
#header
--------------------*/
#header .hero div{
bottom: 20%;
}
}