/* ------------------------------
General Styles
------------------------------ */
body {
  background: #fff;
  font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  color: #0F1502;
  -ms-overflow-style: scrollbar;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
main {
  display: block;
}
/* ------------------------------
Transition elsements
------------------------------ */
a, .btn {
  -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
/* ------------------------------
Typography
------------------------------ */
a {
  display: inline-block;
  text-decoration: none;
  color: #0F1502;
}
a:hover, a:focus {
  text-decoration: none;
  outline: 0;
}
h2, h4 {
  font-weight: bold;
}
h1 {
  margin: 0;
}
h2 {
  margin: 0;
  font-size: 30px;
  line-height: 40px;
  color: #104522;
  text-align: center;
}
h3 {
  font-size: 30px;
  font-weight: normal;
  color: #0F1502;
  margin:30px 0 20px;
}
h4 {
  font-size: 23px;
  line-height: 35px;
  color: #104522;
  margin: 0;
}
p {
  margin: 0;
}

span{
color:#01C18D;
}

@media screen and (min-width:768px) and ( max-width:1024px){

h2{
 font-size: 25px;
  line-height: 30px;
	}
h4{ font-size: 18px;
	line-height: 22px;
	}

}
@media screen and (max-width:767px) {

h2 {
  font-size: 5.33vw;
  line-height: 8vw;
}
h3 {
  font-size: 6.67vw;
    margin:5.33vw 0;
}
h4 {
  font-size:4.7vw;
  line-height: 7vw;
}
}
/* ------------------------------
Buttons
------------------------------ */

.relative-button-box-top a{
background-color:#FFE51D;
border-radius: 50px;
border:solid 3px white;
text-align:center;
max-width:460px;
padding:4% 0;
margin-top:30px;
box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
display: block;
}
.relative-button-box-top a:hover{
background-color:#E0C91B;
}
.relative-button-box-top p{
font-size:25px;
font-weight:bold;
color:#028696;
}

.relative-button-box-bottom a{
background-color:#FFE51D;
border-radius: 50px;
border:solid 3px white;
text-align:center;
max-width:460px;
padding:2.5% 0;
margin:0 auto 60px;
box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
display: block;
}
.relative-button-box-bottom a:hover{
background-color:#E0C91B;
}
.relative-button-box-bottom p{
font-size:25px;
font-weight:bold;
color:#028696;
}
@media screen and (min-width:768px) and ( max-width:1024px){
	.relative-button-box-top a{
	margin-top:10px;
	}
}
@media screen and (max-width:767px){
.relative-button-box-top a{
max-width:100%;
padding:4% 0;
margin-top:0;
}
.relative-button-box-top p{
font-size:4.8vw;
}

.relative-button-box-bottom a{
max-width:100%;
padding:4% 0;
margin-bottom: 8vw;
}
.relative-button-box-bottom p{
font-size:4.8vw;
}

}

/* ------------------------------
Hello
------------------------------ */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
#hello-area {
  width: 100%;
}
.hello-area-logo {
  max-width: 980px;
  height: 110px;
  margin: 0 auto;
  padding:0 20px;
}
.hello-area-logo img {
  width: 35%;
  margin: 30px 0;
}
.hello-area-background {
  background: url("../images/abstruct_bg.png") no-repeat;
  background-size: 100% auto;
  width: 100%;
}
.hello-area-wrapper {
  max-width: 980px;
  margin: 0 auto;
  padding:30px 20px 50px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.hello-area-text{
 max-width: 460px;
}
.hello-area-image{
 width: 45%;
}
.hello-area-image img {
  margin-top: -70px;
}

@media screen and (min-width:768px) and ( max-width:1024px){
.hello-area-wrapper{
	padding: 30px 20px 30px;
}
.hello-area-text{
width:50%
}
}

@media screen and (max-width:767px) {
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
.hello-area-logo {
  width:100%;
  height:auto;
  padding:5.33vw 0;
  text-align:center;
}
.hello-area-logo img {
  width: auto;
  height:8vw;
  margin:0;
}
.hello-area-background {
background: url("../images/sp/abstruct_bg.png") no-repeat;
  background-size: 100% auto;
  width: 100%;
}
.hello-area-wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding:8vw 10.67vw;
  display:block;
}
.hello-area-text{
 width: 100%;
}
.hello-area-image{
 width: 93.2%;
padding:2.67vw 0 3vw;
margin: 0 auto;
}
.hello-area-image img {
  margin-top: -10px;
}

}
/* ------------------------------
取り扱い事業者
------------------------------ */
.businesses-area{
text-align: center;
padding:25px 0 30px;
box-shadow: 0px 15px 15px 0px rgba(219,219,219,1);
}
.businesses-area-title p{
font-size: 25px;
font-weight: bold;
color:#104522;
margin-bottom:25px;
}
.swiper-slide{
width:190px !important;
height: 40px !important;
background: url(../images/companytag.svg) center center /contain no-repeat;
}
.swiper-slide p{
font-size:15px;
color:white;
font-weight: bold;
margin:0 auto;
padding-top:5px;
}

@media screen and (max-width:767px) {
.businesses-area{
padding:4vw 0 5.33vw;
}
.businesses-area-title p{
font-size: 3.73vw;
font-weight: bold;
color:#104522;
margin-bottom:4vw;
}
.swiper-slide{
width:38vw !important;
height: 8.5vw !important;
background: url(../images/sp/companytag.svg) center center /contain no-repeat;
}
.swiper-slide p{
font-size:3.2vw;
padding:0;
}
}

/* ------------------------------
紹介
------------------------------ */

.troubles{
margin-top: 50px;
text-align: center;
}
.troubles h2{
	position: relative;
	display: inline-block;
	padding: 0 40px;
}
.troubles h2:before {
	position: absolute;
	display: inline-block;
	content: '';
	top: 50%;
	width: 44px;
	height: 2px;
	background-color:#104522;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}
.troubles h2:after {
	position: absolute;
	display: inline-block;
	content: '';
	top: 50%;
	width: 44px;
	height: 2px;
	background-color:#104522;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.troubles h2:before {
	left:0;
}
.troubles h2:after {
	right: 0;
}

.troubles-wrapper{
display: flex;
justify-content:space-around;
margin:40px auto 50px;
max-width: 980px;
}

.title-balloon p{
    text-align:center;
    color:#FFFFFF;
    font-size:17px;
	line-height:22px;
	padding: 10px;
}
.title-balloon{
    position:relative;
    background:#028696;
    padding:0px;
    border-radius:50px;
	margin-bottom:30px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
}
.title-balloon:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(2, 134, 150, 0);
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:11px;
    border-right-width:11px;
    margin-left: -11px;
    border-top-color:#028696;
    top:100%;
    left:50%;
}

.box1{
width:30.612%;
}
.box2{
width:30.612%;
}
.box3{
width:30.612%;
}

.box1 .troubles-textbox-wrapper{
width:100%;
height: auto;
position:relative;
}
.box2 .troubles-textbox-wrapper{
width:100%;
height: auto;
position:relative;
}
.box3 .troubles-textbox-wrapper{
width:100%;
height: auto;
position:relative;;
}

.troubles-textbox-upper{
font-size:15px;
line-height:23px;
width:86.67%;
text-align:left;
position:absolute;
top:27%;
left:10%;
}
.troubles-textbox-lower{
font-size:15px;
line-height:23px;
width:86.67%;
text-align:left;
position:absolute;
top:77%;
left:10%;
}
.bakudan{
width:21.67%;
height:21.67%;
font-size:12px;
line-height:14px;
font-weight:bold;
background: url("../images/bakudan.svg") no-repeat;
background-size: contain;
padding-top: 6%;
position:absolute;
top:55%;
left:72%;
}
@media screen and (min-width:768px) and ( max-width:1024px){
.title-balloon p{
font-size:13px;
line-height:18px;
	}
.troubles-textbox-upper{
font-size:12px;
line-height:18px;
	}
	.troubles-textbox-lower{
font-size:12px;
line-height:18px;
	}
	.title-wrapper h2{
top:-30px;
	}
}

@media screen and (max-width:767px) {
	.troubles{
margin: 10.67vw 0 22vw;
}
.troubles h2{
	padding: 0 14.34vw;
}
.troubles h2:before {
	top: 50%;
	width: 16vw;
	-webkit-transform: rotate(75deg);
	transform: rotate(75deg);
}
.troubles h2:after {
	top: 50%;
	width: 16vw;
	-webkit-transform: rotate(-75deg);
	transform: rotate(-75deg);
}

.troubles-wrapper{
display: block;
margin:4vw 0 0;
width: 100%;
}

.title-balloon p{
    font-size:4vw;
	line-height:5.5vw;
	padding: 2.66vw;
}
.title-balloon{
	width: 78.67%;
	margin:0 auto;
	margin-bottom:7.67vw;
}

.box1{
width:89.33%;
margin:0 auto;
margin-bottom:10.67vw;
}
.box2{
width:89.33%;
margin:0 auto;
margin-bottom:10.67vw;
}
.box3{
width:89.33%;
margin:0 auto;
margin-bottom:10.67vw;
}

.troubles-textbox-upper{
font-size:3.2vw;
line-height:5.33vw;
width:76.12%;
top:30%;
left:12%;
}
.troubles-textbox-lower{
font-size:3.2vw;
line-height:5.33vw;
width:76.12%;
top:82%;
left:12%;
}
.bakudan{
width:23.88%;
height:23.88%;
font-size:3.2vw;
line-height:5.33vw;
padding-top: 6%;
position:absolute;
top:55%;
left:68%;
}
}

/* ------------------------------
3つの便利
------------------------------ */

.title-wrapper{
max-width: 100%;
margin:0 auto;
position: relative;
}
.title-wrapper h2{
position:absolute;
top:-10px;
left:0;
right:0;
margin:auto;
z-index:1;
}
.triangle{
width:100%;
position:absolute;
top:0px;
}
.useful-image{
width:415px;
height:auto;
}
.icon{
width:60px;
}
.useful-box-background1{
  background: -moz-linear-gradient(#EDF4F2,white);
  background: -webkit-linear-gradient(#EDF4F2,white);
  background: linear-gradient(#EDF4F2,white);
  background-size: 100% auto;
  margin:0 auto;
}
.useful-box-background2{
  background: -moz-linear-gradient(0deg, #EDF4F2,white);
  background: -webkit-linear-gradient(0deg, #EDF4F2,white);
  background: linear-gradient(90deg, #EDF4F2,white);
  background-size: 100% auto;
  margin:0 auto;
}
.useful-box-background3{
  background: -moz-linear-gradient(180deg, #EDF4F2,white);
  background: -webkit-linear-gradient(180deg, #EDF4F2,white);
  background: linear-gradient(-90deg, #EDF4F2,white);
  background-size: 100% auto;
  margin:0 auto;
}

.useful-box1 .caption-box{
text-align: center;
font-size:15px;
margin-left:70px;
}
.useful-box2 .caption-box{
text-align: center;
font-size:15px;
margin-right:70px;
}
.useful-box3 .caption-box{
text-align: center;
font-size:15px;
margin-left:70px;
}

.useful-box1{
  max-width:980px;
  display:flex;
  flex-direction:row-reverse;
  justify-content:space-around;
  align-items:center;
  padding: 150px 20px 50px;
  margin:0 auto;
}
.useful-box2{
  max-width:980px;
  display:flex;
  justify-content:space-around;
  align-items:center;
  padding: 50px 20px;
  margin:0 auto;
}
.useful-box3{
  max-width:980px;
  display:flex;
  flex-direction:row-reverse;
  justify-content:space-around;
  align-items:center;
  padding: 50px 20px 250px;
  margin:0 auto;
}

@media screen and (max-width:767px) {

.title-wrapper h2{
top:-18.5vw;
}

.useful-image{
width:100%;
height:auto;
margin-top:5.33vw;
}
.icon{
width:13.34vw;
}

.useful-box-background2{
  background: -moz-linear-gradient(#EDF4F2,white);
  background: -webkit-linear-gradient(#EDF4F2,white);
  background: linear-gradient(#EDF4F2,white);
  background-size: 100% auto;
  margin:0 auto;
}
.useful-box-background3{
  background: -moz-linear-gradient(#EDF4F2,white);
  background: -webkit-linear-gradient(#EDF4F2,white);
  background: linear-gradient(#EDF4F2,white);
  background-size: 100% auto;
  margin:0 auto;
}

.useful-box1 .caption-box{
font-size:3.2vw;
line-height:5.33vw;
margin:0 auto;
}
.useful-box2 .caption-box{
font-size:3.2vw;
line-height:5.33vw;
margin:0 auto;
}
.useful-box3 .caption-box{
font-size:3.2vw;
line-height:5.33vw;
margin:0 auto;
}

.useful-box1{
  width:78.67%;
  display:block;
  padding: 13vw 0 8vw;
  margin:0 auto;
}
.useful-box2{
  width:78.67%;
  display:block;
  padding: 5.33vw 0 8vw;
  margin:0 auto;
}
.useful-box3{
  width:78.67%;
  display:block;
  padding: 5.33vw 0 16vw;
  margin:0 auto;
  border-bottom:solid 1px #D6D6D6;
}
}


/* ------------------------------
お客様・事業者様のメリット-タイトル
------------------------------ */
.operation-image-title{
margin-top:-20px;
position:relative;
}

.operation-image-title .title-wrapper{
 max-width:100%;
 height:490px;
 background: url("../images/abstruct_bg.png") no-repeat;
 background-size: cover;
}
.triangle2{
width:100%;
height: auto;
position:absolute;
bottom:-1px;
}
.operation-image-title .title-wrapper h2{
color:white;
margin:360px auto 0;
}

@media screen and (min-width:768px) and ( max-width:1024px){
	.operation-image-title .title-wrapper{
 height:400px;
	}
	.title-wrapper h2{
	top:-60px;
	}
}

@media screen and (max-width:767px) {
.operation-image-title{
margin:0;
}
.operation-image-title .title-wrapper{
 max-width:100%;
 height:32vw;
 background: url("../images/sp/abstruct_bg.png") no-repeat;
 background-size: cover;
background-position:center;
}
.triangle2{
width:100%;
height: auto;
position:absolute;
bottom:-1px;
}
.operation-image-title .title-wrapper h2{
color:white;
margin:22vw 0 0 0;
}
}
/* ------------------------------
お客様・事業者様のメリット
------------------------------ */
.popup-part{
position:relative;
}
.benefits{
max-width:980px;
background-color:white;
box-shadow: 5px 5px 15px rgba(0,0,0,0.25);
border-radius: 5px;
padding:30px 60px;
margin:0 auto;
position: absolute;
top:-132px;
left:0;
right:0;
}
.benefits-wrapper h4{
text-align:center;
margin:0 auto;
max-width: 750px;
}
.mark{
padding:5px 10px;
background-color:#FFE51D;
margin-bottom:40px;
}
.benefits-contents-wrapper{
width:100%;
display:flex;
justify-content:space-between;
align-items:center;
margin-top:30px;
}
.passengers{
width:30.8%;
}
.operators{
width:30.8%;
}
.benefits-contents-image{
width:29%;
}
.passengers .title-balloon{
background:#01C18D;
}
.passengers .title-balloon:after{
border-top-color:#01C18D;
}
.benefits-contents-wrapper ul{
margin-top:40px;
}
.benefits-contents-wrapper ul li{
border-bottom: 1px dotted #D6D6D6;
font-size: 15px;
margin-bottom: 10px;
padding-bottom: 10px;
}
.passengers ul li{
list-style-image: url("../images/checkmark_a.svg");
}
.operators ul li{
list-style-image: url("../images/checkmark_b.svg");
}
@media screen and (min-width:768px) and ( max-width:1024px)
{
.benefits{
margin:0 20px;
}
}
@media screen and (max-width:767px) {
.popup-part{
position:relative;
}
.benefits{
max-width:100%;
box-shadow: none;
border-radius: 0px;
padding:5.33vw 8vw;
position:static;
}

.mark{
padding:0;
background-color:none;
background:linear-gradient(transparent 80%, #FFE51D 80%);
margin-bottom:40px;
}
.benefits-contents-wrapper{
width:100%;
display:flex;
justify-content:space-between;
align-items:flex-start;
margin-top:-10px;
}
.passengers{
width:48.65%;
}
.operators{
width:48.65%;
}
.benefits-contents-image{
width:54.33%;
margin:4vw auto;
}
.title-balloon-image{
width: 100%;
margin-bottom:5px;
}

.benefits-contents-wrapper ul{
margin:0;
padding:0;
}
.benefits-contents-wrapper ul li{
border-bottom: 1px dotted #D6D6D6;
font-size: 3.2vw;
line-height:5.3vw;
margin-bottom: 1.33vw;
padding-bottom: 1.33vw;
}
.passengers ul li{
list-style-image: url("../images/sp/checkmark_a.svg");
list-style-position: inside;
}
.operators ul li{
list-style-image: url("../images/sp/checkmark_b.svg");
list-style-position: inside;
}
}

/* ------------------------------
運用イメージ
------------------------------ */

.operation-outside-wrapper{
max-width:980px;
margin:0 auto;
display:flex;
align-items:flex-start;
}

.operation-image{
width:12.24%;
}
.operation-wrappper{
width:84.69%;
margin-left:30px;
}
.operation{
width:100%;
display:flex;
align-items:center;
padding-bottom:20px;
}
.step{
width:10.36%;
height:auto;
}
.flow-image{
width:21.69%;
height:auto;
margin-left:50px;
}
.flow-text{
font-size:15px;
line-height:25px;
margin-left:50px;
max-width:43.73%;
}
@media screen and (min-width:768px) and ( max-width:1024px)
{
.operation-outside-wrapper{
margin:0 20px;
}
}
@media screen and (max-width:767px){
.operation-outside-wrapper{
max-width:100%;
}
.operation-wrappper{
width:89.33%;
margin:0 auto;
}
.operation{
width:100%;
display:flex;
align-items:flex-start;
padding:3vw 0;
}
.step{
width:11.2vw;
height:auto;
}
.flow-image{
width:37.33vw;
height:auto;
margin:0 4vw 0 0;
}
.flow-text{
font-size:3.2vw;
line-height:5.33vw;
margin:0;
max-width:100%;
}
.step1{
float: right;
margin-top: 3vw;
margin-right: 10vw;
padding: 0.53vw 2.67vw;
font-size: 3.2vw;
color: white;
border-radius: 50px;
background-color: #028696;
	}
.step2{
float: right;
margin-top: 3vw;
margin-right: 10vw;
padding: 0.53vw 2.67vw;
font-size: 3.2vw;
color: white;
border-radius: 50px;
background-color: #38A0B9;
	}
.step3{
float: right;
margin-top: 3vw;
margin-right: 10vw;
padding: 0.53vw 2.67vw;
font-size: 3.2vw;
color: white;
border-radius: 50px;
background-color: #6EB9DC;
	}
}

/* ------------------------------
Q&A
------------------------------ */

.qa_background{
background-color:#EDF4F2;
display: block;
padding:50px;
margin-top:50px;
}

.qa_wrapper{
max-width:980px;
background-color:white;
border-radius: 5px;
padding:30px 30px 50px;
margin:0 auto;
}
.qa_wrapper h2{
margin-bottom:30px;
}
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid #D6D6D6;
}
.qa-list dl:first-child {
    border-top: 1px solid #D6D6D6;
}
.qa-list dl::before {
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 4px solid #028696;
    border-right: 4px solid #028696;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 25px;
    font-size: 15px;
}
.qa-list dl dt::before {
	font-family: din-2014, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    left: 0;
    display: block;
    content: 'Q';
    color: #028696;
}
.qa-list dl dd::before {
	font-family: din-2014, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    left: 2px;
    display: block;
    content: 'A';
    color: #01C18D;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 25px 0 0;
    padding: 0 30px 0 25px;
	 font-size: 15px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (max-width: 767px) {
.qa_background{
padding:10.66vw 5.33vw;
margin-top:5.33vw;
}

.qa_wrapper{
max-width:100%;
padding:5.33vw;
}
.qa_wrapper h2{
margin-bottom:5.33vw;
}
.qa-list dl {
    padding: 4vw 1vw;
}

.qa-list dl::before {
    position: absolute;
    top: 5vw;
    right: 2.67vw;
    display: block;
    width: 1.5vw;
    height: 1.5vw;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 3px solid #028696;
    border-right: 3px solid #028696;
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 6vw;
    font-size: 3.2vw;
}
.qa-list dl dt::before {
    font-size: 5.33vw;
}
.qa-list dl dd::before {
 font-size: 5.33vw;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 5vw 0 0;
    padding: 0 6vw 0 6vw;
	 font-size: 3.2vw;
}
}
/* ------------------------------
footer
------------------------------ */
footer{
background-color:#028696;
}
.footer-wrapper{
max-width: 980px;
padding:60px 20px;
margin:0 auto;
}
.footer-area-logo{
width:38.98%;
height:auto;
margin:0 auto;
}
.footer-copy{
margin:30px 0;
text-align:center;
color:white;
font-size:14px;
}
.footer-nav{
margin:0;
float: left;
}
.footer-nav li{
display:inline-block;
font-size:14px;
margin-right:30px;
}
.footer-nav li a{
color:white;
}
.copyright{
font-size:14px;
color:white;
text-align:right;
}
@media screen and (max-width: 767px) {
.footer-wrapper{
max-width: 100%;
padding:5.33vw;
text-align: center;
}
.footer-area-logo{
width:61.3vw;
}
.footer-copy{
margin:5.33vw 0;
font-size:3.2vw;
}
.footer-nav{
margin:0;
float:none;
padding: 0;
}
.footer-nav li{
display:block;
font-size:3.2vw;
margin:0 0 4vw 0;
}
.copyright{
font-size:3.2vw;
text-align:center;
}
}
