@charset "UTF-8";

html {
	font-size: clamp(8px, 0.732vw, 10px);
}

@media screen and (max-width: 768px) {
	html {
		font-size: calc(100vw / 75);
	}
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
	color: #222;
}
@media screen and (max-width: 768px) {
	body {
		font-size: 1.5rem;
	}
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
*, ::before, ::after {
    background-repeat: no-repeat;
    box-sizing: border-box;
}
body.is-fixed {
  overflow: hidden;
}
nav {
    display: block;
    unicode-bidi: isolate;
    box-sizing: border-box;
}


img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}
button, input, select, textarea {
    background-color: transparent;
    border-style: none;
}
button, html [type='button'], [type='reset'], [type='submit'] {
    -webkit-appearance: button;
}
button {
    overflow: visible;
}
h1{
    margin: 0px;
}
.sec-body{
	max-width: 1200px;
	margin: 0 auto;
}
section{
	padding: 0px 20px;
}
section.hero{
	padding: 0px;
}
/* -------------------------------------------

header

------------------------------------------- */
.hero{
	position: relative;
	z-index: 4;
}
.hero .cta{
	position: absolute;
	bottom: 60px;
	right: 6.25%;
	width: 42.11%;
    
}
.cta a{
	position: relative;
	display: inline-block;
	height: 100%;
	transition: 0.3s ease-in-out;
}
.cta a img{
	position: relative;
	z-index: 2;

}
.cta a::before{
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 10px;
	left: 0;
	background: url(../img/cta/cta1.webp) no-repeat;
	background-size: 100% 100%;
	transition: 0.3s ease-in-out;
}
 .cta a:hover::before{
	top: 0px;
}
.cta a:hover{
	transform: translateY(3px);
}

.sec01{
	background: url(../img/sec01/bg.webp) no-repeat;
	background-size: 100% 100%;
	position: relative;
	z-index: 1;
	margin-top: -100px;
}
.sec01 .sec-body{
	padding: 150px 0px 151px 0px;
}
.sec01-group02{
	margin-top: 75px;
}
.sec01-title{
	font-size: 38px;
	letter-spacing: 0.1em;
	line-height: 1;
	font-weight: 700;
	color: #fff;

	background: url(../img/sec01/title.webp) no-repeat;
	background-size: 100% 100%;
    padding: 32px 85px 43px 90px;
    width: fit-content;
	margin: 0 auto;
	position: relative;
}
.sec01-title::before{
	content: "";
	position: absolute;
	z-index: -1;
	width: 66px;
	height: 100px;
	background: url(../img/sec01/icon01.webp) no-repeat;
	background-size: 100% 100%;
    top: 4px;
    right: 120px;
}
.sec01-title span{
	font-size: 48px;
	position: relative;
}
.sec01-title span::before{
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	background: #ffff00;
	border-radius: 50%;
	left: calc(50% - 4.5px);
	top: 0px;
}
.sec01-item{
	width: 238.5px;
	height: 238.5px;
	background: #fff;
	border-radius: 50%;

	display: flex;
	justify-content: center;
	align-items: center;
}
.sec01-item p{
	font-weight: 700;
	font-size: 24px;
	line-height: 42px;
	letter-spacing: 0.05em;
	color: #333333;
	text-align: center;
}
.sec01-item p span{
	color: #2e3192;
}
.sec01-item01.sec01-item p{
	padding-top: 20px;
}
.sec01-item02.sec01-item p{
	padding-bottom: 10px;
}
.sec01-item04.sec01-item p{
	padding-top: 30px;
}
.sec01-item03.sec01-item p{
	padding-top: 20px;
}

.sec01-item-group01{
	width: 834.5px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 16px;
}
.sec01-item-group02{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: -50px;
}

.sec01-img{
	width:490px ;
	margin: 0 auto;
	margin-top: 40px;
	position: relative;
}
.sec01-img img{
	position: relative;
	z-index: 2;
}
.sec01-item01{
	position: absolute;
    z-index: 1;
    top: -25px;
    left: -171px;
}
.sec01-item02{
	position: absolute;
    z-index: 1;
    top: -25px;
    right: -175px;
}
.sec01-item03{
	position: absolute;
    z-index: 1;
    bottom: -80px;
    left: -355px;
}
.sec01-item04{
	position: absolute;
    z-index: 1;
    bottom: -80px;
    right: -355px;
}
.sec01-group03-content{
    border-radius: 22.5px;
    background-color: #ffe419;
    padding: 30px 35px 43px 60px;
    width: fit-content;
    margin: -2px auto 0px auto;
    position: relative;
    z-index: 3;
}
.sec01-txt01{
	font-weight: 700;
	color: #333333;
	letter-spacing: 0.05em;
	font-size: 36px;
	line-height: 1;
	background: #fff;
	border-radius: 29.25px;
	padding: 10px 50px 12px 50px;
	width: fit-content;
	margin: 0 auto;
}
.sec01-txt02{
	font-weight: 700;
	color: #333333;
	font-size: 40.5px;
	line-height: 1;
	letter-spacing: 0.05em;
	margin-top: 25px;
}
.sec01-txt02 span{
	font-weight: 900;
	font-size: 54px;
	display: inline-block;
	color: #ff7700;
	letter-spacing: 0px;
}

.sec02{
	background: #ffffd9;
	position: relative;
	clip-path: polygon(
        0 0,
        100% 0,
        100% 80%,
        50% 100%,
        0 80%
    );
	overflow: hidden;
}
.sec01{
	position: relative;
	z-index: 3;
}
.sec02-txt{
	background-color: #2e3192;
	width: 162px;
	height: 162px;
	border-radius: 50%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;

	color: #fff;
	font-weight: 700;
	letter-spacing: 0.05em;
	font-size: 31px;
	line-height: 1;

	position: absolute;
	left: calc(50% - 81px);
	bottom: -81px;
	z-index: 2;
	transform: rotate(350deg);
}
.sec02-txt span{
	display: inline-block;
	line-height: 1;
	font-size: 45px;
}
/* .sec02::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 430px;
    background: #ffe419;
    clip-path: polygon(
        0 0,
        50% 60%,
        100% 0,
        100% 100%,
        0 100%
    );
} */
.sec02 {
	padding: 131px 0px 140px 0px;
	position: relative;
	z-index: 2;
}
.sec02-title {
	
}
.sec02::before{
	content: "Why?\00A0\00A0 Ad\00A0Truck\00A0Now?";
	font-size: 200px;
	letter-spacing: 0;
	color: #fbb03b;
	font-weight: 700;
	font-family: "Barlow", sans-serif;
	position: absolute;
	left: 0;
	top: 48px;
	line-height: 1;
	opacity: 0.12;
	width: 100%;
}
.sec02-title h2{
	font-weight: 700;
	font-size: 40px;
	letter-spacing: 0.1em;
	line-height: 1;
	width: fit-content;
	margin: 0 auto;
	position: relative;
	padding-bottom: 16px;
}
.sec02-title h2::before{
	content: "";
	width: 105%;
	left: -2%;
	height: 3px;
	background: #e6c000;
	position: absolute;
	bottom: 0px;
	border-radius: 5px;
}
.sec02-title h2::after{
    content: "";
    background: #e6c000;
    position: absolute;
    bottom: -18px;
    height: 30px;
    width: 3px;
    left: 50%;
    transform: rotate(30deg);
}
.sec02-title h2 span{
	font-size: 50px;
	display: inline-block;
	line-height: 1;
	color: #2e3192;
}
.sec02-title-sub{
	text-align: center;
	color: #333333;
	font-size: 24px;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 40px;
}
.sec02-title-sub p{
	display: inline-block;
	background: #2e3192;
	font-weight: 700;
	color: #fff;
	font-size: 40px;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 6px 0px 9px 0px;
	margin-right: 8px;
}
.sec02-title-span01{
	display: inline-block;
	margin-left: -18px;
}
.sec02-title-span02{
	display: inline-block;
    letter-spacing: -18px;
}
.sec02-title-span03{
	display: inline-block;
    letter-spacing: -18px;	
}

.sec03{
	background: #ffe419;
	position: relative;
	z-index: 1;
	margin-top: -98.5px;
}
.sec03 .sec-body{
	padding-top: 180px;
	padding-bottom: 70px;
}
.sec03-title{
	font-weight: 700;
	font-size: 50px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
	position: relative;
}
.sec03-title::before{
	content: "Strengths";
	font-family: "Barlow", sans-serif;
	font-size: 164px;
	letter-spacing: 0.04em;
	line-height: 1;
	position: absolute;
	color: #fbb03b;
	opacity: 0.2;
	z-index: -1;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	font-weight: 700;
}
.sec03-span01{
	display: inline-block;
	font-weight: 600;
	font-size: 100px;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #2e3192;
	font-family: "Barlow", sans-serif;
}
.sec03-span02{
	color: #2e3192;
}

.sec03-group{
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}
.sec03-item{
	padding-top: 46.75px;
	width: 30.71%;
	position: relative;
}
.sec03-item-nub{
	position: absolute;
	top: 0;
	width: 93.5px;
	height: 93.5px;
	background: url(../img/sec03/item_bg.webp) no-repeat;
	background-size: 100% 100%;
	left: calc(50% - 46.75px);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	padding-bottom: 5px;
}
.sec03-item-nub p{
	font-weight: 700;
	font-size: 22px;
	letter-spacing: 0;
	text-align: center;
	color: #fff;
	padding-left: 5px;
	padding-bottom: 5px;
}
.sec03-item-nub p span{
    font-family: "Barlow", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 44px;
    line-height: 30px;
    color: #fff;
    display: inline-block;
	margin-left: -6px;
}
.sec03-item-body{
	background: linear-gradient(125deg,#FFFF00 0%, #FBB03B 100%);
	padding: 1.65px;
	border-radius: 11px;
	position: relative;
}
.sec03-item-content{
	background-color: #ffffff;
	border-radius: 9.35px;
	padding: 53px 25px 45px 25px;
}
.sec03-item-body::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
}
.sec03-item-title{
	text-align: center;
	color: #ff7700;
	font-weight: 700;
	font-size: 26px;
	line-height: 37px;
	letter-spacing: 0.1em;
}
.sec03-item-txt{
	color: #333333;
	font-size: 18px;
	line-height: 31.5px;
	letter-spacing: 0.05em;
	margin-top: 10px;
}

.sec03-item01 .sec03-item-body::before{
	background: url(../img/sec03/item01.webp) no-repeat;
	background-size: 313.5px auto;
	background-position: center 35px;
}
.sec03-item-txt span{
	display: inline-block;
	margin-left: -4.2px;
}
.sec03-item-txt span.span02{
	letter-spacing: 0px;
	margin-left: -10px;
}
.sec03-item-txt span.span03{
	letter-spacing: -5px;
	margin-left: -5px;
}
.sec03-item02 .sec03-item-body::before{
	background: url(../img/sec03/item02.webp) no-repeat;
	background-size: 273.9px auto;
	background-position: center 15px;
}
.sec03-item03 .sec03-item-body::before{
	background: url(../img/sec03/item03.webp) no-repeat;
	background-size: 182.3px auto;
	background-position: center 15px;
}
.sec03-item04 .sec03-item-body::before{
	background: url(../img/sec03/item04.webp) no-repeat;
	background-size: 223.3px auto;
	background-position: center center;
}
.sec03-item05 .sec03-item-body::before{
	background: url(../img/sec03/item05.webp) no-repeat;
	background-size: 192.5191px auto;
	background-position: center center;
}
.sec03-item05 .sec03-item-title{
	letter-spacing: 0.025em;
    margin: 0px -5px;
}
.sec03-item06 .sec03-item-body::before{
	background: url(../img/sec03/item06.webp) no-repeat;
	background-size: 163.286px auto;
	background-position: center center;
}
.sec03-item06 .sec03-item-title{
	letter-spacing: 0.05em;
}
.sec03-group02{
	align-items: flex-end;
	margin-top: -15px;
}


.sec04{
	background: #2e3192;
}
.sec04 .sec-body{
	padding:  100px 0px;
}
.sec04-title{
	font-weight: 700;
	font-size: 50px;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
	position: relative;
}
.sec04-title span{
	color: #ffff00;
}
.sec04-title::before {
    content: "Comparison";
    font-family: "Barlow", sans-serif;
    font-size: 164px;
    letter-spacing: 0em;
    line-height: 1;
    position: absolute;
    color: #ffffff;
    opacity: 0.1;
   	left: 49.5%;
    bottom: -18px;
    transform: translateX(-50%);
    font-weight: 700;
}
.sec04-group{
	margin-top: 22px;
}

.sec05 .sec-body{
	padding: 50px 0px;
}
.sec05-group{
	position: relative;
}
.sec05-group .cta{
	position: absolute;
    bottom: 40px;
    left: 50%;
    width: 67.38%;
    transform: translateX(-50%);
}


.sec06{
	background: #ffe419;
	 clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 30px));
}
.sec06 .sec-body{
	padding: 100px 0px;
}

.sec06-title{
	font-size: 50px;
	font-weight: 700;
	color: #333333;
	letter-spacing: 0.1em;
	text-align: center;
	position: relative;
	z-index: 2;
}
.sec06-title span{
	color: #2e3192;
	letter-spacing: 0em;
}
.sec06-title::before {
    content: "Strength";
    font-family: "Barlow", sans-serif;
    font-size: 164px;
    letter-spacing: 0em;
    line-height: 1;
    position: absolute;
    color: #fbb03b;
    opacity: 0.2;
   	left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    font-weight: 700;
	
	z-index: -1;
}
.sec06-sub{
	font-size: 18px;
	letter-spacing: 0.05em;
	text-align: center;
	margin-top: 15.5px;
	color: #333;
}
.sec06-group{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	width: 100%;
	align-items: stretch;
}
.sec06-item{
	width: 380px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.16);
	background: #fff;
}
.sec06-item-txt{
	padding: 35px 20px 25px 20px;
	
}
.sec06-item-txt p{
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 31.5px;
	color: #333333;
}
.sec06-item-img{
	position: relative;
}
.sec06-item-title{
	position: absolute;
	bottom: -19px;
	left: 0;
	z-index: 2;
}
.sec06-item-title p{
	background: #2e3192;
	padding: 7px 10px;
	color: #fff;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 1;
	width: fit-content;
	white-space: nowrap;
}
.sec06-item-title p+p{
	margin-top: 4px;
}
.sec06-item-title  span.span02 {
    margin-left: -14px;
}
.sec06-item-title  span.span01 {
    letter-spacing: -14px;
}
.sec06-item-title  span.span03 {
    letter-spacing: -5px;
}
.sec06-item-nub{
	position: absolute;
	z-index: 1;
	bottom: -28px;
	right: 0px;
	color: #2e3192;
	opacity: 0.7;
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	font-size: 115px;
	line-height: 1;
	letter-spacing: 0;
}
.sec06-item-txt p span {
   margin-left: -10px;
}

.sec07{
	background: #2e3192;
	margin-top: -30px;
}
.sec07 .sec-body{
	padding: 100px 0px 140px 0px;
}

.sec07-title{
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.1em;
	text-align: center;
	position: relative;
	z-index: 2;
}
.sec07-title span{
	color: #ffff00;
}
.sec07-title::before {
    content: "Flow";
    font-family: "Barlow", sans-serif;
    font-size: 164px;
    letter-spacing: 0em;
    line-height: 1;
    position: absolute;
    color: #ffffff;
    opacity: 0.15;
   	left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    font-weight: 700;
	
	z-index: -1;
}
.sec07-sub{
	color: #fff;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 31.5px;
	margin-top: 30px;
}
.sec07-group01{
	padding: 61.5px 0px 45px 0px;
	width: 100%;
	background: url(../img/sec07/bg.webp) no-repeat;
	background-size: 100% 100%;
	margin-top: 83px;
	position: relative;
}
.sec07-group01::before{
	content: "";
	background: url(../img/sec07/icon.webp) no-repeat;
	background-size: 100% 100%;
	width: 90px;
	height: 90px;
	top: -40px;
	left: calc(50% - 45.5px);
	position: absolute;
}
.sec07-group01 p{
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 40px;
	color: #ffffff;
	text-align: center;
}
.sec07-group01 p span{
	color: #ffff00;
	font-weight: 700;
}
.sec07-group02{
	display: flex;
	gap: 28px;
	margin-top: 50px;
	padding-bottom: 52px;
	border-bottom: 2px solid #fff;
	margin-bottom: 50px;
}
.sec07-group02-item{
	border-radius: 7.5px;
	background-color: #e6e6e6;
	padding: 7px 0px 28px 0px;
	position: relative;
	width: 217.5px;
}
.sec07-group02-item-img{
	height: 55px;
}
.sec07-group02-item01 .sec07-group02-item-img img{
	width: 68.3226px;
	margin: 0 auto;
	display: block;
}
.sec07-group02-item p{
	color: #000000;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.05em;
	font-weight: 700;
	text-align: center;
}
.sec07-group02-item p span{
	font-size: 16px;
}
.sec07-group02-item-arrow{
	position: absolute;
	bottom: -12px;
	padding-top: 3px;
	width: 40.5px;
	height: 40.5px;
	left: calc(50% - 20.25px);
	background: linear-gradient(90deg,#ffff00 0%, #fbb03b 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
@keyframes floatArrow{
    0%,100%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-3px);
    }
}

.sec07-group02-item:hover .sec07-group02-item-arrow{
    animation: floatArrow .8s ease-in-out infinite;
}
.sec07-group02-item-arrow img{
	width: auto;
	height: 9px;
}

.sec07-group02-item02  .sec07-group02-item-img img{
	width: 45.6788px;
	margin: 0 auto;
	display: block;
}
.sec07-group02-item03 .sec07-group02-item-img img{
	width: 45.7536px;
	margin: 0 auto;
	display: block;
}
.sec07-group02-item04 .sec07-group02-item-img img{
	width: 51.6926px;
	margin: 0 auto;
	display: block;
}
.sec07-group02-item04.sec07-group02-item p {
    letter-spacing: -0.05em;
}

.sec07-group02-item02.sec07-group02-item p span{
	margin: 0px -10px;
}
.sec07-group02-item05 .sec07-group02-item-img img{
	width: 79.2302px;
	margin: 0 auto;
	display: block;
}
.sec07-group02-item05.sec07-group02-item p span{
	letter-spacing: -6px;
}

.sec07-group03{
	display: flex;
	justify-content: center;
	gap: 29.5px 30px;
	flex-wrap: wrap;
}
.sec07-group03-item{
	width: 380px;
	border-radius: 5px;
	background: #e6e6e6;
	display: flex;
}
.sec07-group03-item-left{
	width: 65px;
	background: linear-gradient(125deg, #FFFF00 0%, #FBB03B 100%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 5px 0px 0px 5px;
}
.sec07-group03-item-step{
	font-family: "Barlow", sans-serif;
	color: #333333;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 1;
	font-weight: 700;
	width: fit-content;
}
.sec07-group03-item-nub{
	font-family: "Barlow", sans-serif;
	font-size: 40px;
	line-height: 1;
	letter-spacing: 0px;
	font-weight: 700;
	width: fit-content;
	margin-top: -2px;
}
.sec07-group03-item-left img{
	width: 52.0553px;
}
.sec07-group03-item-right{
	width: calc(100% - 29.5px);
	padding: 25px 15px 30px 15px;
}
.sec07-group03-item-right h3{
	font-size: 20px;
	letter-spacing: 0.05em;
	font-weight: 700;
	color: #2e3192;
	line-height: 24px;
	min-height: 50.4px;
}
.sec07-group03-item-right h3 span{
	    margin-left: -5px;
    letter-spacing: -5px;
}
.sec07-group03-item-right h3 span.txt{
    font-size: 16px;
    margin-left: -8px;
    letter-spacing: 0.05em;
    display: inline-block;
    margin-right: -10px;
}
.sec07-group03-item-right p{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.05em;
	color: #333333;
	margin-top: 10px;
}
.sec07-group03-item01 .sec07-group03-item-right h3{
	min-height: auto;
}
.sec07-group03-item01 .sec07-group03-item-right p{
	margin-top: 11px;
}
.sec07-group03-item-right p span{
	letter-spacing: -10px;
}
.sec07-group03-item-right p span.span02{
	letter-spacing: 0px;
	margin-left: -8px;
}
.sec07-group03-item-note{
	font-size: 12px;
	letter-spacing: 0.05em;
	display: inline-block;
	line-height: 24px;
}
.sec07-group03-item01 .sec07-group03-item-left img{
	width: 52.0553px;
	margin-top: 9px;
}
.sec07-group03-item02 .sec07-group03-item-left img{
	width: 40.6034px;
	margin-top: 9px;
}
.sec07-group03-item03 .sec07-group03-item-left img{
	width: 35.9523px;
	margin-top: 9px;
}
.sec07-group03-item04 .sec07-group03-item-left img{
	width: 40px;
	margin-top: 9px;
}
.sec07-group03-item05 .sec07-group03-item-left img{
	width: 45px;
	margin-top: 12px;
}
.sec07-group03-item04,
.sec07-group03-item02,
.sec07-group03-item01{
	position: relative;
}
.sec07-group03-item04::after,
.sec07-group03-item02::after,
.sec07-group03-item01::after{
	content: "";
	width: 40px;
	height: 40px;
	border-radius: 50%;
	top: calc(50% - 20px);
	background: #2e3192;
	position: absolute;
	right: -34.75px;
	z-index: 1;
}
.sec07-group03-item04::before,
.sec07-group03-item02::before,
.sec07-group03-item01::before{
	content: "";
	position: absolute;
	z-index: 2;
	right:-34.75px;
	top: calc(50% - 1px);
	width: 40px;
	height: 2px;
	background: #ffffff;
}
.sec08{
	background-color: #f55150;
}
.sec08 .sec-body{
	padding: 86.5px 0px 270px 0px;
	position: relative;
}
.sec08-title{
	position: absolute;
	top: -40px;
	left: calc(50% - 305px);
	width: 710px;
	height: 104px;
}
.sec08-group{
	max-width: 1100px;
	margin:22.5px auto 0px auto;
}
.sec08 .cta{
	margin-top: 44px;
    width: 67.38%;
    height: fit-content;
    margin-left: auto;
    margin-right: auto;
}

/*=================================================faq========================================= */

.sec09-title{
	font-size: 50px;
    font-weight: 700;
    color: #333333;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    z-index: 2;
}
.sec09-title span {
    color: #2e3192;
}
.sec09-title::before {
    content: "Reasons";
    font-family: "Barlow", sans-serif;
    font-size: 164px;
    letter-spacing: 0em;
    line-height: 1;
    position: absolute;
    color: #2e3192;
    opacity: 0.05;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    font-weight: 700;
    z-index: -1;
}
.faq{
  margin-top: 37px;
}

.faq-question{
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  background: #2e3192;
  
  height: 87px;
  padding: 0px 25px;
}
.faq-item{
  overflow: hidden;
  margin-bottom: 15px;
  border-radius:7.496px 7.496px 7.496px 7.496px;
}
.faq-item.active{
	margin-bottom: 30px;
}
.faq-item:last-child,
.faq-item:last-child.active{
  margin-bottom: 0;
}
.faq-head-group{
  width: 100%;
}
.faq-item .faq-head::after, 
.faq-item .faq-head::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 21px;
  height: 3px;
  background: #fff;
  transform-origin: center;
  transition: transform 0.3s ease;
}

.faq-item .faq-head::after {
  transform: translateY(-50%) rotate(0deg);
}
.faq-item .faq-head::before {
  transform: translateY(-50%) rotate(90deg);
}

.faq-item.active .faq-head::after {
  transform: translateY(-50%) rotate(45deg);
}
.faq-item.active .faq-head::before {
  transform: translateY(-50%) rotate(-45deg);
}
.faq-answer-group,
.faq-head-group {
  display: flex;
  gap: 16px;
}
 .faq-head-group{
  align-items: center;
 }
.faq-head-txt {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: color 0.3s ease;
  line-height: 31.5px;
}

.faq-head-q{
	font-family: "Barlow", sans-serif;
	color: #FFF;
	font-size: 39px;
	font-weight:700;
	letter-spacing: -0.02em;
	line-height: 31.5px;
}
.faq-body-txt {
  padding-top: 10px;
}
.faq-answer {
	background: #f2f2f2;
    padding: 20px 25px 22px 25px;
	    display: none;
}
.faq-answer-txt{
  color: #333333;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.5px; /* 150% */
  letter-spacing: 0.05em;
}
.faq-answer-a{
	font-size: 39px;
	font-weight:700;
	letter-spacing: -0.02em;
	line-height: 31.5px;
	color: #2e3192;
	font-family: "Barlow", sans-serif;
}
.faq-item02 .faq-answer-txt{
  padding-left: 20px;
}
.l-faq{
	background: url(../img/faq/bg.webp) no-repeat;
	background-size: 100% 100%;
	margin-top: -200px;
	position: relative;
	z-index: 2;
}
.l-faq .sec-body{
	padding: 100px 0px 110px 0px;
	max-width: 1000px;
}
/*=================================================faq========================================= */
.sec10{
	background-color: #2e3192;
	margin-top: -130px;
	position: relative;
	z-index: 1;
}
.sec10 .sec-body{
	padding: 195px 0px 110px 0px;
}

.sec10-title{
	font-size: 50px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    z-index: 2;
}

.sec10-title::before {
    content: "Flow";
    font-family: "Barlow", sans-serif;
    font-size: 164px;
    letter-spacing: 0em;
    line-height: 1;
    position: absolute;
    color: #ffffff;
    opacity: 0.15;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    font-weight: 700;
    z-index: -1;
}
.sec10-img{
	margin-top: 37px;
	padding-left: 100px;
}
.sec10-img img{
	max-width:  1055px;
	width:100%;
}
.sec10-txt{
	margin-top: 60px;
	font-size: 30px;
	line-height: 60px;
	color: #ffffff;
	letter-spacing: 0.1em;
	text-align: center;
}
.sec10-txt span{
	letter-spacing: -16px;
}
.sec10 .cta {
    margin-top: 122px;
    width: 67.38%;
    height: fit-content;
    margin-left: auto;
    margin-right: auto;
	position: relative;
}
.sec10 .cta::before{
    content: "";
    background: url(../img/sec10/icon.webp) no-repeat;
    background-size: cover;
    width: 331px;
    height: 149px;
    right: -135px;
    top: -123px;
    position: absolute;
    z-index: 3;
}


footer{
	background-color: #333;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
}
footer p{
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 1;
}

.sp{
	display: none;
}
@media screen and (min-width:768px) and (max-width:1200px){
	.sec01-item {
		width: 200px;
        height: 200px;
	}
	.sec01-item p {
		font-size: 20px;
		line-height: 38px;
	}
	.sec01-item01 {
		left: -125px;
		top: -9px;
	}
	.sec01-item02{
		right: -135px;
		top: -9px;
	}
	.sec01-item03 {
        bottom: -34px;
        left: -310px;
	}
	.sec01-item04 {
        bottom: -34px;
        right: -310px;
	}
	.sec01-img {
		width: 420px;
		margin: 0 auto;
	}
}
@media screen and (max-width:768px){
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}

	.hero .cta{
		width: 89.33%;
		position: relative;
		bottom: unset;
		right: unset;
		left: unset;
		height: fit-content;
		margin: 24.02px auto 0px auto;
	}
	.cta a::before{
		top: 6px;
	}
	.hero{
		padding-bottom: 6px;
	}
	.sec-body{
		width: 89.33%;
	}
	.sec01 {
		background: url(../img/sec01/bg_sp.webp) no-repeat;
		background-size: 100% 100%;
		margin-top: -700px;
	}
	.sec01 .sec-body {
		padding: 740px 0px 70.21px 0px;
	}
	.sec01-title{
        padding: 22px 0px 28px 0px;
        font-size: 20px;
        width: 100%;
        text-align: center;
		background: url(../img/sec01/title_sp.webp) no-repeat;
    	background-size: 100% 100%;
	}
	.sec01-title span {
		font-size: 30px;
		position: relative;
	}
	.sec01-title span::before {
		width: 6px;
		height: 6px;
		left: calc(50% - 3px);
		top: 0px;
	}
	.sec01-title::before {
		width: 34.8975px;
		height: 53.0489px;
		top: 9px;
		right: 15px;
	}
	.sec01-group02 {
		margin-top: 30px;
	}
	.sec01-img{
		width: 100%;
	}
	.sec01-item01 {
		position: relative;
		top: unset;
		left: unset;
	}
	.sec01-item p{
		font-size: 16px;
		line-height: 28px;
	}
	.sec01-item{
		width: 159px;
		height: 159px;
	}
	.sec01-item02 {
		position: relative;
		top: unset;
		right: unset;
		margin-top: 28px;
	}
	.sec01-item03 {
		position: relative;
		bottom: unset;
		left: unset;
		margin-top: -28px;
	}
	.sec01-item04 {
		position: relative;
		z-index: 1;
		bottom: unset;
		right: unset;
	}
	.sec01-img {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 14px 16px;
		margin-top: 9px;
		justify-content: center;
    }
	.sec01-img img {
		margin-top: -30px;
	}
	.sec01-txt01 {
		font-size: 16px;
		border-radius: 13px;
		padding: 4px 23px 6px 23px;
	}
	.sec01-txt02 {
	    font-size: 18px;
        letter-spacing: 0.1em;
        margin-right: -10px;
        margin-top: 10px;
	}
	.sec01-txt02 span {
		font-size: 24px;
		letter-spacing: 0px;
	}
	.sec01-group03-content {
		margin: -3px -10.5px 0px -10.5px;
		padding: 20px 0px;
		border-radius: 10px;
		text-align: center;
		width: auto;
		padding: 15px 0px 20px 0px;
	}
	.sec02-txt{
		width: 108px;
		height: 108px;

		font-size: 20px;
		line-height: 1;

		position: absolute;
		left: calc(50% - 54px);
		bottom: -54px;
		z-index: 2;
		transform: rotate(350deg);
	}
	.sec02-txt span{
		display: inline-block;
		line-height: 1;
		font-size: 30px;
	}
	.sec02-title h2 {
		font-size: 24px;
	}
	.sec02-title h2 span {
		font-size: 30px;
	}
	.sec02::before{
		content: "Why?\A Ad\00A0Truck\A Now?";
		font-size: 85px;
		text-align: center;
		        top: 44px;
	}
	.sec02-title-sub p {
		font-size: 20px;
		padding: 6px 0px 6px 0px;
	}
	.sec02-title-sub {
		font-size: 16px;
		line-height: 36px;
		position: relative;
	}
	.sec02-title-span02 {
		letter-spacing: -6px;
	}
	.sec02-title-span01 {
		margin-left: -6px;
	}
	.sec02 {
		padding: 84px 0px 70px 0px;
		clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
	}
	.sec02-title h2::before{
		height: 2px;
	}
	.sec02-title h2::after {
		bottom: -12px;
		height: 20px;
		width: 2px;
	}
	.sec03-title::before{
		font-size: 82px;
		letter-spacing: 0;
	}
	.sec03-title {
		font-size: 30px;
	}
	.sec03-span01 {
		font-size: 60px;
	}
	.sec03{
		margin-top: -53px;
	}
	.sec03 .sec-body {
		padding-top: 90.18px;
		padding-bottom: 100px;
	}
	.sec03-item {
		width: 100%;
	}
	.sec03-group {
    	margin-top: 15px;
	}
	.sec03-item-nub{
		width: 85px;
		height: 85px;
	}
	.sec03-item-nub p{
		font-size: 20px;
	}
	.sec03-item-nub p span{
		font-size: 40px;
		margin-top: -3px;
	}
	.sec03-item-body{
		border-radius: 10px;
		padding: 1.5px;
	}
	.sec03-item-content {
		background-color: #ffffff;
		border-radius: 8.5px;
		padding: 50px 22px 35px 22px;
	}
	.sec03-item-title {
		font-size: 24px;
		line-height: 36px;
	}
	.sec03-item-txt {
		margin-top: 5px;
		font-size: 16px;
		line-height: 32px;
	}
	.sec03-item01 .sec03-item-body::before {
		background: url(../img/sec03/item01.webp) no-repeat;
		background-size: 285px auto;
		background-position: center 35px;
	}
	.sec03-item02 .sec03-item-body::before {
		background: url(../img/sec03/item02.webp) no-repeat;
		background-size: 249px auto;
		background-position: center 10px;
	}
	.sec03-item03 .sec03-item-body::before {
		background: url(../img/sec03/item03.webp) no-repeat;
		background-size: 165.750px auto;
		background-position: calc(50% - 15px) 11px;
	}
	.sec03-item04 .sec03-item-body::before {
		background: url(../img/sec03/item04.webp) no-repeat;
		background-size: 203px auto;
		background-position: calc(50% - 5px) 30px;
	}
	.sec03-item05 .sec03-item-title {
		letter-spacing: 0.025em;
		margin: 0px -6px;
	}
	.sec03-item05 .sec03-item-body::before {
		background: url(../img/sec03/item05.webp) no-repeat;
		background-size: 210px auto;
		background-position: center center;
	}
	.sec03-item06 .sec03-item-body::before {
		background: url(../img/sec03/item06.webp) no-repeat;
		background-size: 165px auto;
		background-position: center 48px;
	}
    .sec04-title::before {
        font-size: 70.24px;
        letter-spacing: 0;
        left: 50%;
        bottom: 3px;
    }
	.sec04-title {
		font-size: 30px;
		line-height: 40px;
	}
	.sec04 .sec-body {
		padding: 70px 0px;
		width: 94.67%;
	}
	.sec04-group {
		margin-top: 37px;
		margin-right: -2.665%;
		overflow-x: auto;
		overflow-y: hidden;

		scrollbar-width: none;

		-ms-overflow-style: none;
	}

	.sec04-group::-webkit-scrollbar {
		display: none;
	}

	.sec04-group img {
		width: 699px;
		padding-right: 2.665%;
	}
	.scroll{
		display: flex;
		gap: 6.3px;
		justify-content: flex-end;
		align-items: center;
		margin-top: -15px;
	}
	.scroll p{
		font-family: "Barlow", sans-serif;
		font-weight: 700;
		font-size: 12px;
		color: #fff;
		letter-spacing: 0;
		line-height: 1;
	}
	.scroll img{
		width: 58px;
	}

	.sec05 .sec-body{
		padding: 0px;
		width: 100%;
	}
	.sec05-group .cta {
		bottom: 30px;
		width: 89.33%;
	}
	.sec06 .sec-body {
		padding: 90px 0px;
	}
	.sec06-title {
		font-size: 30px;
		line-height: 40px;
	}
	.sec06-title::before{
		font-size: 82px;
		letter-spacing: 0px;
		bottom: 5px;
	}
	.sec06 {
		border-top-left-radius: 50% 180px;
		border-top-right-radius: 50% 180px;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
	}
	.sec06-sub {
		font-size: 16px;
		letter-spacing: 0.1em;
		line-height: 32px;
		margin-top: 30px;
	}
	.sec06-sub span{
		letter-spacing: -8px;
	}
	.sec06-item-title p {
		font-size: 20px;
		padding: 6px 7px 6px 7px;
	}
	.sec06-item-title p+p {
		margin-top: 3px;
	}
	.sec06-item{
		width: 100%;
	}
	.sec06-item-title {
		bottom: -51px;
	}
	.sec06-item-nub {
		bottom: -37px;
	}
	.sec06-item-txt p {
		font-size: 14px;
		line-height: 27px;
	}
	.sec06-item-txt {
		padding: 64px 20px 25px 20px;
	}
	.sec06-group{
		gap: 20px;
	}

	.sec07 {
		margin-top: -40px;
	}
	.sec07-title::before{
		font-size: 82px;
		bottom: -10px;
	}
	.sec07-title{
		font-size: 30px;
	}
	.sec07 .sec-body{
		padding: 77px 0px 89.41px 0px;
	}
	.sec07-sub {
		font-size: 16px;
		letter-spacing: 0.1em;
		line-height: 32px;
		margin-top: 25px;
	}
	.sec07-group01::before {
		width: 75px;
		height: 75px;
		top: -37.5px;
		left: calc(50% - 37.5px);
	}
    .sec07-group01 {
        margin-top: 50px;
        width: 100%;
        background: url(../img/sec07/bg_sp.webp) no-repeat;
        background-size: 100% 100%;
        padding: 47.5px 25px 40px 25px;
    }
	.sec07-group01 p {
		font-size: 16px;
		line-height: 32px;
		letter-spacing: 0.025em;
		text-align: left;
	}
	.sec07-group02 {
		flex-wrap: wrap;
		justify-content: center;
		gap: 24px 9.98px;
		padding-bottom: 40px;
		border-bottom: 1px solid #fff;
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.sec07-group02-item p {
		font-size: 11px;
		line-height: 15px;
	}
	.sec07-group02-item p span{
		font-size: 8px;
	}
	.sec07-group02-item01 .sec07-group02-item-img img{
		width: 45.5484px;
	}
	.sec07-group02-item02 .sec07-group02-item-img img {
		width: 30.4525px;
	}
	.sec07-group02-item03 .sec07-group02-item-img img {
		width: 30.5024px;
	}
	.sec07-group02-item04 .sec07-group02-item-img img {
		width: 34.4618px;
	}
	.sec07-group02-item05 .sec07-group02-item-img img {
		width: 52.8201px;
	}
	.sec07-group02-item{
		width: 105px;
		border-radius: 5px;
		padding: 5px 0px 20px 0px;
	}
	.sec07-group02-item-arrow {
		bottom: -9px;
		padding-top: 3px;
		width: 27px;
		height: 27px;
		left: calc(50% - 13.5px);
	}
	.sec07-group02-item-arrow img{
		height: 6px;
	}
	.sec07-group02-item-img {
		height: 40px;
	}
	.sec07-group02-item05 .sec07-group02-item-img{
		height: auto;
        margin-bottom: 8px;
	}
	.sec07-group02-item04 .sec07-group02-item-img {
		height: auto;
        margin-bottom: 5px;
	}
	.sec07-group02-item04.sec07-group02-item p {
		letter-spacing: 0.1em;
		line-height: 12px;
	}
	.sec07-group03-item-right p {
		font-size: 11px;
		line-height: 18px;
		margin-top: 5px;
	}
	.sec07-group03-item-right h3 {
		font-size: 16px;
		min-height: auto;
	}
	.sec07-group03-item-right h3 span.txt{
		font-size: 14px;
		margin-left: -6px;
	}
	.sec07-group03-item-step {
		font-size: 13.32px;
	}
	.sec07-group03-item-nub {
		font-size: 21.78px;
		margin-top: 3px;
	}
	.sec07-group03-item01 .sec07-group03-item-left img {
		width: 45.5484px;
		margin-top: 8px;
	}
	.sec07-group03-item-left {
		width: 60px;
	}
	.sec07-group03-item-right {
		width: calc(100% - 60px);
		padding: 15px 15px 15px 15px;
	}
	.sec07-group03{
		gap: 20px;
	}

	.sec07-group03-item03{
		position: relative;
	}
	.sec07-group03-item04::after, 
	.sec07-group03-item03::after,
	.sec07-group03-item02::after, 
	.sec07-group03-item01::after {
		width: 35px;
		height: 35px;
		left: calc(50% - 17.5px);
		right: unset;
		bottom: -27.5px;
		top: unset;
		background: #2e3192;
    	position: absolute;
		z-index: 1;
		border-radius: 50%;
		content: "";
	}
	.sec07-group03-item04::before, 
	.sec07-group03-item03::before,
	.sec07-group03-item02::before,
	.sec07-group03-item01::before {
		content: "";
		position: absolute;
		z-index: 2;
		left: calc(50% - 1px);
		bottom: -27.5px;
		width: 2px;
		height: 35px;
		background: #ffffff;
		right: unset;
		top: unset;
	}
	.sec07-group03-item-note {
		font-size: 9px;
		line-height: 18px;
	}
	.sec07-group03-item-right p span {
		letter-spacing: -5px;
	}
	.sec07-group03-item-right p span.span02 {
		letter-spacing: 0px;
		margin-left: -5px;
	}
	.sec07-group03-item02 .sec07-group03-item-left img {
		width: 35.3489px;
		margin-top: 6px;
	}
	.sec07-group03-item03 .sec07-group03-item-left img {
		width: 34.3727px;
		margin-top: 5px;
	}
	.sec07-group03-item04 .sec07-group03-item-left img {
		width: 35.3546px;
		margin-top: 9px;
	}
	.sec07-group03-item05 .sec07-group03-item-left img {
		width: 42.9457px;
		margin-top: 6px;
	}
	.sec07-group03-item-right h3 span {
		margin-left: -3px;
		letter-spacing: -3px;
	}
	.sec08-title {
        position: absolute;
        top: -19px;
        left: -3%;
        width: 106%;
        height: auto;
	}
	.sec08 .sec-body {
		padding: 23.5px 0px 150px 0px;
	}
	.sec08 .cta {
		margin-top: 29.73px;
		width: 100%;
		height: fit-content;
		margin-left: auto;
		margin-right: auto;
	}
	.l-faq {
		background: url(../img/faq/bg_sp.webp) no-repeat;
		background-size: 100% 100%;
		margin-top: -109px;
		position: relative;
		z-index: 2;
	}
	.sec09-title::before{
		font-size: 82px;
		letter-spacing: 0px;
		bottom: -9px;
	}
	.sec09-title{
		font-size: 30px;
		letter-spacing: 0px;
	}
	.l-faq .sec-body {
		padding: 70px 0px 84.46px 0px;
		max-width: 100%;
	}
	.faq-head-txt {
		font-size: 16px;
		line-height: 21px;
	}
	.faq-head-q {
		font-size: 26px;
		line-height: 21px;
	}
	.faq-answer-group, .faq-head-group{
		gap: 10px;
	}
	.faq-question{
		padding: 0px 24px 0px 10px;
		height: 58px;
	}
	.faq-item .faq-head::after, .faq-item .faq-head::before{
		right: 8px;
		height: 2px;
		width: 14px;
	}
	.faq-answer {
		padding: 11px 10px 16px 10px;
	}
	.faq-answer-a {
		font-size: 26px;
		line-height: 21px;
		padding-top: 4px;
	}
	.faq-answer-txt {
		font-size: 14px;
		line-height: 21px;
		letter-spacing: 0.05em;
	}
	.faq-item{
		border-radius: 5px;
		margin-bottom: 10px;
	}
	.faq-item.active {
		margin-bottom: 20px;
	}
	.faq {
		margin-top: 22px;
	}

	.sec10-title{
		font-size: 30px;
	}
	.sec10-title::before{
		font-size: 82px;
		bottom: -10px;
	}
	.sec10-img img{
		width: 100%;
	}
	.sec10-img{
		padding-left: 0px;
		margin-top: 18px;
	}
	.sec10 .sec-body{
		padding: 165px 0px 70px 0px;
	}
	.sec10-txt {
		margin-top: 30px;
		font-size: 16px;
		line-height: 32px;
		text-align: left;
		padding: 0px 0px 0px 8px;
	}
	.sec10-txt span {
		letter-spacing: -5px;
	}
	.sec10-txt span.span01{
		letter-spacing: 0px;
		margin-left: -8px;
	}
	.sec10-img{
		position: relative;
	}
	.sec10-img .peo{
		position: absolute;
		width: 119px;
		right: -12px;
		bottom: -80px;
	}
	.sec10 .cta::before {
		content: "";
		background: url(../img/sec10/icon_sp.webp) no-repeat;
		background-size: cover;
		width: 255px;
		height: 66px;
		left: calc(50% - 127.5px);
		right: unset;
		top: -76px;
		position: absolute;
		z-index: 3;
	}
	.sec10 .cta{
		width: 100%;
		margin-top: 110px;
	}
	section {
		padding: 0px 0px;
	}
}