@charset "UTF-8";
@import url("grid.css");
/*-----------------------------------------
  基本設定
-----------------------------------------*/
* { margin: 0; padding: 0; }
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.img_c { display: block; margin-left: auto; margin-right: auto; max-width: 100%; }
img{
  max-width: 100%;
  height: auto;
  width /***/:auto;
}
ul li {list-style:none; }
body, html, main {
    /* important */
    height: 100%;
}
body {
  font-size: 16px;
  font-family: 'Noto Sans JP',"Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  color: #333;
  line-height: 1.7;
	
}
a {
	word-wrap:break-word;
	text-decoration: none;
}
a:hover {color:#4d5f69;}
@media screen and (max-width: 1024px)
{body {	font-size: 1.1em;}}

::selection
{    background: #444; color:#fff;}

/* for Firefox */
::-moz-selection
{    background: #444; color:#fff;}


.pc {
  display: inline !important;
}
.sp {
  display: none !important;
}
.pc_br {
  display: inline !important;
}
.sp_br {
  display: none !important;
}
summary {
  display: block;
  list-style: none;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display:none;
}
/*-----------------------------------------
  共通
-----------------------------------------*/
.container {
	width: 100%;
	text-align: center;
	position: relative;
}
#wrapper {
    width: calc(100% - min(380px));
  position: relative;
  height: auto;
}
#sub-area {
	position: fixed;
	overflow-x: hidden;
	overflow-y: auto;
	top: 0; right: 0;
	width:380px;
	background-color:#faf0f0;
	height:100%;
	z-index:50;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
        scrollbar-width: none;       /* Firefox 対応 */
}
#sub-area h4 {
    text-align: center;
    margin: 15px auto 17px;
    font-size: 1.3em;
}
#sub-area::-webkit-scrollbar {
	/* Chrome, Safari 対応 */
        display:none;
    }

.w1160,.w1160v {
	max-width: 1160px;
	margin: 0 auto;
	position: relative;
}
.w1040 {
	max-width: 1040px;
	margin: 0 auto;
}
.w960 {
	max-width: 960px;
	margin: 0 auto;
}
.text {
	text-align: left;
}
.btn,
a.btn,
button.btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1024px) {
.w1160v {
	width:100%;
	}
#sub-area,.br-pc {
	display:none;
	}
#wrapper {
	width: 100%;
	}
}
@media screen and (min-width: 768px) {
    .br-sp {
		display:none;
	}
}
/*ヘッダー
-------------------------------------*/
#header {
	width: 100%;
	height: 100px;
	position: relative;
	background-color: #fff;
}

.head-content {
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
}
.head_logo {
	display: flex;
	align-items: center;
	width: 302px;
}
.head_logo p {
	margin:0 0 0 25px;
	font-size: 15px;
	line-height: 1.3em;
	font-weight: 600;
	color: #009ed5;
	text-align: left;
}

nav.globalMenu_pc ul {
	display: flex;
	align-items: center;
}
nav.globalMenu_pc ul li.mail {
	margin:0 15px;
	color: #fff;
}
nav.globalMenu_pc ul li.phone {
	margin:0 15px;
	line-height: 1.6em;
	font-family: din-2014, Arial, Helvetica, 'sans-serif';
	font-size: 30px;
	font-weight: 500;
	color: #212121;
	align-items: center;
}
nav.globalMenu_pc ul li.phone::before {
	content: '';
    display: inline-block;
    width: 18px;
    height: 28px;
    margin-right: 4px;
	vertical-align: -5px;
    background: url(../img/phone_icn.png) 50% 50% / contain no-repeat;
}

.contact_h_btn,
a.contact_h_btn {
    display: flex;
    align-items: center;
    gap: 0.5555555556vw;
	color: #fff;
	font-size: 1.04167vw;
	padding: 0 1.9vw;
	background: linear-gradient(90deg, #157ccb 0%, #00d3ee 100%);
	border-radius: 100vh;
	position: relative;
    height: 3.47222vw;
	border: 2px solid #fff;
    box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.4)
}
a.contact_h_btn::before {
	content: '';
    display: inline-block;
    width: 1.944444vw;
    height: 1.527777vw;
	vertical-align: -2px;
    background: url(../img/mail_icn.png) 50% 50% / contain no-repeat;
}

/* 資料ダウンロード */
nav.globalMenu_pc ul li.material{

}
nav.globalMenu_pc ul li.material a{
	background: linear-gradient(90deg, #ff5b4f 0%, #fab726 100%);

}
nav.globalMenu_pc ul li.material a:before{
    content: '';
    background: url(../img/material_icn.svg) 50% 50% / contain no-repeat;
}


	
/* メニュー背景　*/
nav.globalMenu {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  background: #fff;
  text-align: center;
  width: 100%;
  transform: translateY(-100%);
  transition: all 0.6s;
}

nav.globalMenu ul {
	width:100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	}
nav.globalMenu ul li {
	list-style-type: none;
	text-align: left;
	padding: 15px 20px 15px 30px;
	transition: .4s all;
	font-size: 0.9em;
	border-bottom: solid 1px #ccc;
	position: relative;
	}

nav.globalMenu ul li a {
	display: block;
	position: relative;
	padding-left: 0;
	color:#000;
	text-decoration :none;
	}
nav.globalMenu ul li:first-child {
	border-top: solid 1px #ccc;
	}
nav.globalMenu ul li a::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #009ed5;
    border-right: 2px solid #009ed5;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    left: 95%;
}
nav.globalMenu ul li a:hover{
	color: #009ed5;
	text-decoration: none;
}

/*メインビジュアル
-------------------------------------*/
.fv {
	width:100%;
	height:auto;
	background: url("../img/main_visual_pc.png") center center no-repeat;
	background-size:cover;
	overflow:hidden; 
	-webkit-transition: 0.3s cubic-bezier(0.18, 0.45, 0.25, 1);
    -o-transition: 0.3s cubic-bezier(0.18, 0.45, 0.25, 1);
    transition: 0.3s cubic-bezier(0.18, 0.45, 0.25, 1);
	}
.fv_content {
	max-width:1100px;
    width: 100%;
	padding: 60px 0 30px;
	margin:auto 0;
	text-align: center;
	}
.fv_content h1 {
	margin:30px 0 0 20px;
	font-size: 3.3em;
	line-height: 1.3em;
	color:#333;
	font-weight: 600;
	text-align: left;
-webkit-transition: 0.3s cubic-bezier(0.18, 0.45, 0.25, 1);
    -o-transition: 0.3s cubic-bezier(0.18, 0.45, 0.25, 1);
    transition: 0.3s cubic-bezier(0.18, 0.45, 0.25, 1);
}

.fv_content h1 .f80 {
	font-size: 0.8em;
	}
.fv_content h1 .f140 {
	font-size: 1.4em;
	color:#cc0000;
	vertical-align: 5px
	}
.fv_content h1 .f160 {
	font-size: 1.6em;
	color:#cc0000;
	}
.ls {
	letter-spacing: -0.25em;
	}
.f40 {
	font-size: 0.5em;
	}
@media screen and (max-width: 1520px) {
	.fv_content h1 {
		font-size: 3.0em;
	}
}
/*CTA
-------------------------------------*/
#cta{
    width: 100%;
    background: url(../img/cta_bg.png) center center no-repeat;
    background-size: cover;
    overflow: hidden;
	z-index: -2;
	padding: 80px 0;
}
.cta_Area {
	display: flex;
    justify-content: center;
	text-align: center;
}

.cta_Area > [class*="cta_btn"]{
	width: 50%;
	max-width: 300px;
}
.cta_Area [class*="cta_btn"]:nth-child(n+2){
	margin-left: 3%;
}
.cta_bln{
	display: block;
	position: relative;
	z-index: 2;
	padding: 6px 18px 5px;
	width: max-content;
	margin: 0 auto -13px;
	background-color: #fff;
	border-radius: 30px;
	line-height: 1;
	letter-spacing: 0.05em;
	font-weight: 700;
}
.cta_bln::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -6px;
	transform: translateX(-50%);
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 7px 0;
	border-color: #fff transparent transparent transparent;
}
.cta_btn01 .cta_bln{
	border: 1.5px solid #157ccb;
}
.cta_btn02 .cta_bln{
	border: 1.5px solid #ea5404;
}
.cta_bln .blue{
	color: #157ccb;
}
.cta_bln .orange{
	color: #ff5b4f;
}
.cta_btn01 a,
.cta_btn02 a{
	position: relative;
	display: block;
	padding: 26px 30px 18px;
	border-radius: 60px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	box-shadow: 0 2px 6px rgba(125, 55, 4, 0.26);
	line-height: 1.4;
	font-weight: 700;
}
.cta_btn01 a::before,
.cta_btn02 a::before{
	content: "";
	position: absolute;
	top: 54%;
	left: 7.5%;
	transform: translateY(-50%);
	display: block;
}
.cta_btn01 a::after,
.cta_btn02 a::after{
	content: "";
	position: absolute;
	top: 54%;
	right: 25px;
	transform: translateY(-50%);
	display: block;
	width: 10px;
	height: 15px;
	background: url("../img/btn_arw.png") no-repeat center / contain;
}
/*.cta_btn01---------------------------------*/
.cta_btn01 a{
	background: linear-gradient(90deg, #157ccb 0%, #00d3ee 100%);
	border: 2px solid #fff;
}
.cta_btn01 a::before{
	width:29px;
	height: 20px;
	background: url(../img/mail_icn.png) 50% 50% / contain no-repeat;
}
.cta_btn01 a:hover{
	background-color: #ee6600;
}
/*.cta_btn02---------------------------------*/
.cta_btn02 a{
	background: linear-gradient(90deg, #ff5b4f 0%, #fab726 100%);
	border: 2px solid #fff;
}
.cta_btn02 a::before{
	width: 22px;
	height: 27px;
	background: url(../img/material_icn.svg) 50% 50% / contain no-repeat;
}
.cta_btn02 a:hover{
	background-color: #22140e;
}
@media screen and (max-width:768px){
	.cta_Area > [class*="cta_btn"]{
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
	.cta_Area [class*="cta_btn"]:nth-child(n+2){
		margin: 26px auto 0;
	}
	.cta_bln {
		font-size:13px;
		padding: 4px 18px 3px;
}
	.cta_btn01 a,
	.cta_btn02 a{
		padding: 22px 30px 16px;
		font-size: 16px;
	}
}
@media screen and (max-width:500px){
	
	.cta_btn01 a::before{
		width: 25px;
		height: 19px;
		left: 5.5%;
	}
	.cta_btn02 a::before{
		width: 25px;
		height: 19px;
		left: 5.5%;
	}
	.cta_btn01 a::after,
	.cta_btn02 a::after{
		width: 10px;
		height: 15px;
	}
	..cta_bln{
		font-size: 1.3rem;
	}
}

/*導入実績
-------------------------------------*/
#leading h2{
	font-size: 32px;
	margin: 60px auto 40px;
	font-weight: 600;
}
.fnt34{
	font-size: 34px;
	font-weight: bold;
}
.fnt42{
	font-size: 42px;
	font-weight: bold;
	color: #ce0000;
}
.fnt50din{
	font-size: 50px;
	font-family: din-2014, Arial, Helvetica, 'sans-serif';
	font-weight: bold;
	color: #ce0000;
}


/*loop logo*/
	@keyframes infinity-scroll-left {
		from {
			transform: translateX(0);
		}
		to {
			transform: translateX(-100%);
		}
}
.scroll-infinity__wrap {
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 94px;
    margin: 30px 0;
	overflow: hidden;
}
.scroll-infinity__list {
	display: flex;
	list-style: none;
	padding: 0
}
.scroll-infinity__list--top {
	animation: infinity-scroll-left 25s infinite linear 0.5s both;
}
.scroll-infinity__list--bottom {
	animation: infinity-scroll-left 20s infinite linear 0.5s both;
}
.scroll-infinity__item {
	    width: auto;
    height: auto;
    margin-right: 24px;
    flex-shrink: 0;
}
.scroll-infinity__item>img {
	height: 35px;
    width: 95px;
    -o-object-fit: contain;
    object-fit: contain;
}
/*制作実績
-------------------------------------*/
#reason{
	width: 100%;
    height: auto;
    background: url(../img/reason_bg.png) center center no-repeat;
    background-size: cover;
    overflow: hidden;
	z-index: -2;
}

#reason .reason_ttl {
    color: #212121;
    width: auto;
    height: auto;
    min-height: inherit;
    text-align: center;
    display: block;
	margin: -10px auto 0;
}

#reason .reason_ttl h2 {
	font-family: din-2014, Arial, Helvetica, 'sans-serif';
    position: relative;
    color: #fff;
    font-size: 220px;
    font-weight: bold;
    letter-spacing: 0;
	margin-bottom: -1.15em;
    z-index: 1;
}

#reason .reason_ttl h2 + p {
    position: relative;
    font-size: 46px;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 1.6;
    z-index: 2;
}

#reason .reason_ttl span {
    font-size: 20px;
	color: #fff;
	font-size: 32px;
	padding: 10px 40px;
	background-color: #ce0000;
	border-radius: 100vh;
}


.reason_box{
	padding: 40px 60px;
	background-color: #fff;
	}

@media screen and (min-width: 1100px) and ( max-width:1650px) {
.reason_box{
	padding: 30px;
	background-color: #fff;
	}
}
.reason_box h3{
	font-size: 85px;
	line-height: 1.4;
}
.reason-heading01 span{
	font-family: din-2014, Arial, Helvetica, 'sans-serif';
	display: flex;
	align-items: center;
	color: #ce0000;
	font-size: 70px;
	text-transform: uppercase;
}
.reason-heading01 span::before{
	content: '';
	display: inline-block;
	margin-right: 10px;
	width: 30px;
	height: 2px;
	background-color: #ce0000;
}

.reason_box .fnt18{
	padding: 10px 0 0;
	font-size: 18px;
}
.reason_col2 {
    overflow: hidden;
}
.reason_col2_l {
    float: left;
    width: 732px;
	text-align: left;
}
.reason_col2_r{
    float: right;
    width: 200px;
}
@media (min-width: 1025px) {
    .reason_box h3{
        font-size: min(38px,2.638888vw);
        line-height: 1.4;
    }
    .reason_box p{
        padding: 15px 0 0;
        text-align: left;
        font-size: min(18px,1.25vw) !important;
    }    
    .reason_col2 {
        display: flex;
        align-items: center;
        gap:3.47222vw;
    }
    .reason_col2_l {
        max-width: 732px;
        width: 50vw;
        text-align: left;
    }    
    .reason_col2_r{
        flex-shrink: 0;
        max-width: 200px;
    }    
  }  
.reason-heading02{
	position:relative;
	
}
.reason_ex h4{
	position: relative;
    background: #f3f5f6;
	margin-top: 25px;
	font-size: 24px;
    padding: 20px 30px 20px 40px;
	text-align: left;
	align-items: center;
}
.reason_ex h4:before {
    position: absolute;
    top: 25%;
    left: 20px;
    width: 5px;
    height: 40px;
    content: '';
    border-radius: 3px;
    background: #ce0000;
}
.reason_ex-2col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
}
.reasonflex-2item {
    width: calc(100% / 2 - 20px);
    float: left;
}
.reason_ex-4col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}
.reasonflex-4item {
    width: calc(100% / 4 - 15px);
    float: left;
}

.p-box{
	width: 245px;
	color: #FFFFFF;
	background-color: #212121;
	text-align: center;
	padding: 3px 0;
}
.p-box-g{
	width: 245px;
	color: #FFFFFF;
	background-color: #cccccc;
	text-align: center;
	padding: 3px 0;
}
.reason_box p{
	padding: 15px 0 0;
	text-align: left;
	font-size: 16px;
}

.mt40{
	margin-top: 40px;
}
.mt20{
	margin-top: 20px;
}


/*お客様の声
-------------------------------------*/
#voice{
    background: linear-gradient(-90deg, rgb(206, 0, 0), rgb(83, 18, 18));
	padding: 100px 0;
}

#voice .voice_ttl {
	color: #fff;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 1.4;
}

#voice .voice_ttl span {
	font-family: din-2014, Arial, Helvetica, 'sans-serif';
    font-size: 20px;
    color: #ce0000;
    padding: 0 20px;
    background-color: #fff;
    border-radius: 100vh;
}


.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 450px !important;
}


.swiper-pagination-bullets {
  width: 100px;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
  background: #fff;
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}
.voice_area{
	position: relative;
    max-width:1160px;
	width: 100%;
    margin-inline: auto;
}


/* 前への矢印 */
.swiper-button-prev {
  left: -44px;
}
/* 次への矢印 */
.swiper-button-next {
  right: -44px;
}

.swiper {
  max-width: 1040px;
	width: 100%;
	margin: auto;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
	position: absolute;
  height: 35px;
  width: 35px;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 35px;
  margin: auto;
  width: 35px;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(../img/left_arrow.png);
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(../img/right_arrow.png);
}
@media screen and (min-width: 1100px) and ( max-width:1650px) {
.voice_area{
	position: relative;
    max-width:960px;
	width: 100%;
    margin-inline: auto;
}
}


.voice-inner {
	color: #212121;
	width: 100%;
	height: 450px;
	background-color: #ffffff;
    padding: 55px 28px 60px;
    border-radius: 26px 26px 0 26px;
	text-align: left;
}

.voice-inner::before {
	top: 60px;
    right: 30px;
    width: 36px;
    height: 33px;
    content: "";
    display: block;
    position: absolute;
    background: url(../img/voice_bg.png) no-repeat center center / contain;
}

.voice-h3_ttl{
	font-size: 28px;
	font-weight: bold;
	padding: 0 0 10px;
	margin:0 0 10px;
	position: relative;
}
.voice-h3_ttl::before {
  content: '';
  background-color: #ce0000;
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.voice-h4_ttl{
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
}
.voice-h4_ttl span{
	color: #ce0000;
}

.voice-inner-txt{
	height: 168px;
	margin-top: 20px;
}

.voice-inner-user{
	margin-top: 30px;
    min-height: 42px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.voice-inner-img{
	width: 50%;
	display: block;
	margin-right: 10px;
}
.voice-inner-user-p{
	width: calc(100% - 65px);
    font-size: 14px;
	color: #ce0000;
}

/*お悩み
-------------------------------------*/
#problem{
    width: 100%;
    background: url(../img/problem_bg.png) center center no-repeat;
    background-size: cover;
    overflow: hidden;
	z-index: -2;
	padding: 100px 0;
}

#problem .problem_ttl {
	color: #212121;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
    line-height: 1.4;
}

#problem .problem_ttl .en_s_ttl {
	font-family: din-2014, Arial, Helvetica, 'sans-serif';
    font-size: 20px;
    color: #fff;
    padding: 0 20px;
    background-color: #ce0000;
    border-radius: 100vh;
}
#problem .problem_ttl .red_txt_42 {
    font-size: 42px;
    color: #ce0000;
}
.problem_3col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.problemflex-3item {
    width: calc(100% / 3 - 40px);
    float: left;
}
.problem_box{
	padding: 40px 15px;
    color: #212121;/*文字色*/
    background: #FFF;
    border: solid 2px #cccccc;/*線*/
    border-radius: 12px;/*角の丸み*/
	
}
.problemflex-3item figure{
    width: 190px;
	margin: 0 auto;
}
.problem_box p {
    font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
	margin-top: 25px;
}

.problem_box p span{
    font-size: 24px;
	font-weight: bold;
	color: #ce0000;
}

#problem .answ_ttl {
	color: #fff;
    font-size: 44px;
    font-weight: bold;
    margin: 100px auto 0;
    line-height: 1.4;
}

/*特徴
-------------------------------------*/
.feature_list{
	position: relative;
    margin: 40px 0 0;
}
.feature_item{
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row-reverse;
    flex-wrap: wrap;
    max-width: 1040px;
    margin: 0 auto;
	padding: 10px 0;
}
.feature_list_wrap-re .feature_item{
	flex-flow: wrap-reverse;
}

.feature_list .feature_item::after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% + 150px);
    height: 100%;
    background-color: #faf0f0;
    z-index: -10;	
}
.feature_list_wrap-re .feature_item::after{
	left: 0;
}
.feature_right{
	width: 50%;
    padding: 0 0 0 30px;
}
.feature_right_re{
	width: 50%;
    padding: 0 30px 0 0;
}
.feature_left{
	width: 50%;
    height: 340px;
}
.feature_right h3,
.feature_right_re h3{
	font-size: 36px;
	font-weight: bold;
	text-align: left;
	color:#ce0000;
}

.feature_right h4,
.feature_right_re h4{
	position: relative;
	font-size: 30px;
	font-weight: bold;
	text-align: right;
	color:#ce0000;
	font-family: din-2014, Arial, Helvetica, 'sans-serif';
	letter-spacing: 1px;
}

.feature_right h4::before,
.feature_right_re h4::before{
	content: '';
    display: inline-block;
    margin-right: 10px;
    width: 442px;
    height: 2px;
    background-color: #ce0000;
	position: absolute;
	top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
	left: 0;
}

.feature_right p,
.feature_right_re p{
	margin-top: 20px;
	font-size: 16px;
	text-align: left;
}
.feature_right p span,
.feature_right_re p span{
	color: #ce0000;
}
.mt100{
	margin-top: 100px;
}

/*比較表
-------------------------------------*/
#comparison {
    padding: 10px 0 100px;
}

#comparison .comparison_ttl {
    color: #000;
    width: auto;
    height: auto;
    min-height: inherit;
    text-align: center;
    display: block;
	margin: -10px auto 0;
}

#comparison .comparison_ttl h2 {
	font-family: din-2014, Arial, Helvetica, 'sans-serif';
    position: relative;
    color: #f3f5f6;
    font-size: 220px;
    font-weight: bold;
    letter-spacing: -15px;
	margin-bottom: -1.23em;
    z-index: 1;
}

#comparison .comparison_ttl h2 + p {
    position: relative;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 1.3;
    z-index: 2;
}

#comparison .comparison_ttl span {
	color: #ce0000;
	font-size: 32px;
	padding: 10px 40px;
}

/*フロー
-------------------------------------*/
#flow{
    width: 100%;
    background: url(../img/flow_bg.png) center center no-repeat;
    background-size: cover;
    overflow: hidden;
	z-index: -2;
	padding: 90px 0 100px;
}

#flow .flow_ttl {
	color: #212121;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 50px;
    line-height: 1.4;
}

#flow .flow_ttl .en_s_ttl {
	font-family: din-2014, Arial, Helvetica, 'sans-serif';
    font-size: 20px;
    color: #fff;
    padding: 0 20px;
    background-color: #ce0000;
    border-radius: 100vh;
}
.flow_box{
	padding: 40px;
    background-color: #fff;
	border-radius: 15px;
}
.flow_box_col2{
	overflow: hidden;
    display: flex;
    align-items: center;
    gap: 40px;
}
.flow_col2_txt {
    width: 764px;
    text-align: left;
}
.flow_col2_img {
    max-width: 156px;
    width: 10.8333vw;
    flex-shrink: 0;
}
.flow_list {
  display: flex;
}
.flow_item > li {
  list-style-type: none;
  display: flex;
}

.flow_item > li dl dt {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}

.flow_item > li .num {
  line-height: 1;
  text-align: center;
  width: 60px;
  position: relative;
  margin-right: 20px;
}
.flow_item > li dl dd {
  margin: 0;
}

.flow_item > li dl {
  width: calc(100% - 70px);
  margin-top: 0.8em;
}
.arrow{
	width: 60px;
	height: 25px;
	margin: 20px auto;
		
}

/*faq
-------------------------------------*/
#faq{
	width: 100%;
	background-color: #fff;
	z-index: -1;
	padding: 80px 0;
}

.paper{
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f9f9f9 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #f9f9f9 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}

#faq .faq_ttl {
	color: #212121;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 50px;
    line-height: 1.4;
}

#faq .faq_ttl .en_s_ttl {
	font-family: din-2014, Arial, Helvetica, 'sans-serif';
    font-size: 20px;
    color: #fff;
    padding: 0 20px;
    background-color: #ce0000;
    border-radius: 100vh;
}
.faq_list {
    margin-bottom: 20px;
    border: none;
    border-radius: 25px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
	padding: 40px 40px 10px 40px;
}

.faq_list summary {
    display: block;
    align-items: center;
	font-size: 20px;
    position: relative;
    padding: 0 0 30px 48px;
    color: #ce0000;
    font-weight: bold;
    cursor: pointer;
	text-align: left;
}

.faq_list summary .txtQ::before {
	content: "Q";
    font-family: din-2014, Arial, Helvetica, 'sans-serif';
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.05em;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    background: #ce0000;
    color: #fff;
    width: 30px;
    height: 30px;
    font-weight: 700;
	align-items: center;
}

.faq_list summary::before,
.faq_list summary::after{
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #ce0000;
    position: absolute;
    right: 0;
    top: 25%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.faq_list summary::before {
	    -webkit-transform: translate(0, -50%) rotate(-180deg);
    transform: translate(0, -50%) rotate(-180deg);
}
.faq_list summary::after {
	    -webkit-transform: translate(0, -50%) rotate(-90deg);
    transform: translate(0, -50%) rotate(-90deg);
}
.faq_list[open] summary::before {
	-webkit-transform: translate(0, -50%) rotate(0);
    transform: translate(0, -50%) rotate(0);
}
.faq_list[open] summary::after {
	-webkit-transform: translate(0, -50%) rotate(0);
    transform: translate(0, -50%) rotate(0);
}

.faq_list p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 30px 0 30px 48px;
    color: #333;
    transition: transform .5s, opacity .5s;
	border-top: 1px dashed #212121;
	text-align: left;
}

.faq_list[open] p {
    transform: none;
    opacity: 1;
}

.faq_list p::before {
    content: "A";
    font-family: din-2014, Arial, Helvetica, 'sans-serif';
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.05em;
    position: absolute;
    left: 0;
    top: 30px;
    border-radius: 50%;
    background: #fff;
    color: #ce0000;
    width: 30px;
    height: 30px;
    font-weight: 700;
	align-items: center;
	border: 1px solid #ce0000;
}
/*コンタクトフォーム
-------------------------------------*/
#contact{
    width: 100%;
    background: #fff;
	z-index: -2;
	padding: 90px 0 100px;
}

#contact .contact_ttl {
	color: #212121;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 50px;
    line-height: 1.4;
}

#contact .contact_ttl .en_s_ttl {
	font-family: din-2014, Arial, Helvetica, 'sans-serif';
    font-size: 20px;
    color: #fff;
    padding: 0 20px;
    background-color: #ce0000;
    border-radius: 100vh;
}

/*About US
-------------------------------------*/
#aboutus{
	width: 100%;
    background: url(../img/aboutus_bg.png) center center no-repeat;
    background-size: cover;
    overflow: hidden;
	z-index: -2;
}

#aboutus .aboutus_ttl {
    color: #fff;
    width: auto;
    height: auto;
    min-height: inherit;
    text-align: center;
    display: block;
	margin: -10px auto 0;
}

#aboutus .aboutus_ttl h2 {
	font-family: din-2014, Arial, Helvetica, 'sans-serif';
    position: relative;
    color: #b52a29;
    font-size: 220px;
    font-weight: bold;
    letter-spacing: 0;
	margin-bottom: -1.03em;
    z-index: 1;
}

#aboutus .aboutus_ttl h2 + p {
    position: relative;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 1.6;
    z-index: 2;
}
.aboutus_inner{
	text-align: left;
	margin:100px 0 90px; 
}

.aboutus_h3 {
    font-family: din-2014, Arial, Helvetica, 'sans-serif';
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
}
.aboutus_h3::before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 30px;
    height: 2px;
    background-color: #fff;
}
.aboutus_txt{
	color: #fff;
	font-size: 42px;
	font-weight: bold;
	line-height: 1.6;
	margin-top: 20px;
}

/*フッター
-------------------------------------*/
footer{
	background-color: #212121;
	padding: 60px 0 20px;
}

footer h2 {
	width: 302px;
	margin: 0 auto;
}

.foot_2col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
}
.footflex-2item {
    width: calc(100% / 2 - 30px);
    float: left;
}

.footflex-2item p {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
/*コピーライト
-------------------------------------*/
.copyright {
	text-align: center;
	padding: 40px 0 0;
}
.copyright p {
	color: #ffffff;
	text-decoration: none;
	display: inline;
	font-size: 12px;
}
/*--------------------------------------------------------------------------------------------------------------------
  レスポンシブ
--------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px){
	.pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
	.pc_br {
    display: none !important;
  }
  .sp_br {
    display: inline !important;
  }
	.w1160, .w1160v {
    max-width: 94%;
    margin: 0 auto;
    position: relative;
}
	.w1040 {
    max-width: 94%;
    margin: 0 auto;
}
	/*ヘッダー
-------------------------------------*/
#header {
	width: 100%;
	height: 70px;
	position: relative;
	background-color: #fff;
}

.head-content {
	position: fixed;
	background: #fff;
	z-index: 999;
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
}
	
	.head-content-sp{
		position: fixed;
		top: 0;
		height: 70px;
		z-index: 999;
		width: 100%;
		background: #fff;
		padding: 0 20px;
		justify-content: space-between;
		align-items: center;
		box-shadow: 0 0px 20px rgba(0,0,0,0.1);
}

nav.globalMenu_pc ul {
	display: flex;
	align-items: center;
    gap: 15px;
}
nav.globalMenu_pc ul li {
	margin:0;
	line-height: 1.6em;
	color: #fff;
}
nav.globalMenu_pc ul li.mail{
    margin: 0;
}
nav.globalMenu_pc ul li.phone {
	margin:0 15px;
	line-height: 1.6em;
	font-family: din-2014, Arial, Helvetica, 'sans-serif';
	font-size: 30px;
	font-weight: 500;
	color: #212121;
	align-items: center;
}
nav.globalMenu_pc ul li.phone::before {
	content: '';
    display: inline-block;
    width: 18px;
    height: 28px;
    background: url(../img/phone_icn.png) 50% 50% / contain no-repeat;
}
.contact_h_btn,
a.contact_h_btn {
	color: #fff;
	padding: 6px 30px;
	background: linear-gradient(90deg, #157ccb 0%, #00d3ee 100%);
	border-radius: 100vh;
	position: relative;
    height: auto;
}
a.contact_h_btn::before {
	content: '';
    display: inline-block;
    width: 28px;
    height: 22px;
    margin-right: 0;
	vertical-align: -2px;
    background: url(../img/mail_icn.png) 50% 50% / contain no-repeat;
}

/* 資料ダウンロード */
nav.globalMenu_pc ul li.material{

}
nav.globalMenu_pc ul li.material a{
	background: linear-gradient(90deg, #101010 0%, #626262 100%);

}
nav.globalMenu_pc ul li.material a:before{
    background: url(../img/material_icn.svg) 50% 50% / contain no-repeat;
    fill: #fff;
}

	
/* メニュー背景　*/
nav.globalMenu {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  background: #fff;
  text-align: center;
  width: 100%;
  transform: translateY(-100%);
  transition: all 0.6s;
}

nav.globalMenu ul {
	width:100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	}
nav.globalMenu ul li {
	list-style-type: none;
	text-align: left;
	padding: 15px 20px 15px 30px;
	transition: .4s all;
	font-size: 0.9em;
	border-bottom: solid 1px #ccc;
	position: relative;
	}

nav.globalMenu ul li a {
	display: block;
	position: relative;
	padding-left: 0;
	color:#000;
	text-decoration :none;
	}
nav.globalMenu ul li:first-child {
	border-top: solid 1px #ccc;
	}
nav.globalMenu ul li a::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #009ed5;
    border-right: 2px solid #009ed5;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    left: 95%;
}
nav.globalMenu ul li a:hover{
	color: #009ed5;
	text-decoration: none;
}
	
/*ヘッダー
-------------------------------------*/
	.head_logo {
	width:90%;
}
.pclogo {
	width:60%;
	display: flex;
	align-items: center;
	}
.head_logo p {
	margin:0 0 0 15px;
	font-size: 13px;
	line-height: 1.3em;
	font-weight: 600;
	color: #009ed5;
	text-align: left;
	}
/*nav.globalMenu_pc {
	display: none;
	}*/
	
	/*メインビジュアル
-------------------------------------*/
/*メインビジュアル
-------------------------------------*/
.fv {
	width:100%;
	height:100%;
	background: url("../img/main_visual_sp.png") center center no-repeat;
	background-size:cover;
	overflow:hidden; 
	-webkit-transition: 0.3s cubic-bezier(0.18, 0.45, 0.25, 1);
    -o-transition: 0.3s cubic-bezier(0.18, 0.45, 0.25, 1);
    transition: 0.3s cubic-bezier(0.18, 0.45, 0.25, 1);
	}
.fv_content {
	width:100%;
	padding: 25px 0;
	margin:auto 0;
	text-align: center;
	}
.fv_content img{
    margin: 0 auto;
}
.fv_content h1 {
	margin:30px 0 0 20px;
	font-size: 3.3em;
	line-height: 1.3em;
	color:#333;
	font-weight: 600;
	text-align: left;
-webkit-transition: 0.3s cubic-bezier(0.18, 0.45, 0.25, 1);
    -o-transition: 0.3s cubic-bezier(0.18, 0.45, 0.25, 1);
    transition: 0.3s cubic-bezier(0.18, 0.45, 0.25, 1);
}

.fv_content h1 .f80 {
	font-size: 0.8em;
	}
.fv_content h1 .f140 {
	font-size: 1.4em;
	color:#cc0000;
	vertical-align: 5px
	}
.fv_content h1 .f160 {
	font-size: 1.6em;
	color:#cc0000;
	}
.ls {
	letter-spacing: -0.25em;
	}
.f40 {
	font-size: 0.5em;
	}
	
/*CTA
-------------------------------------*/
#cta{
    width: 100%;
    background: url("../img/cta_bg_sp.png") center center no-repeat;
    background-size: cover;
    overflow: hidden;
	z-index: -2;
	padding: 30px 0;
}
	
	.cta_Area {
	display: block !important;
    justify-content: center;
    text-align: center;
	margin:10px auto;
}
	/*導入実績
-------------------------------------*/
#leading h2{
	font-size: 24px;
	margin: 20px auto 15px;
	font-weight: 600;
	line-height: 1.5;
}
	.scroll-infinity__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 84px;
    margin: 15px 0;
	}
	.scroll-infinity__item {
    width: auto;
    height: auto;
    margin-right: 20px;
    flex-shrink: 0;
}
	.scroll-infinity__item>img {
    height: 70%;
    width: 95px;
    -o-object-fit: contain;
    object-fit: contain;
}
	
.fnt34{
	font-size: 26px;
	font-weight: bold;
}
.fnt42{
	font-size: 31px;
	font-weight: bold;
	color: #ce0000;
}
.fnt50din{
	font-size: 39px;
	font-family: din-2014, Arial, Helvetica, 'sans-serif';
	font-weight: bold;
	color: #ce0000;
}

/*制作実績
-------------------------------------*/
#reason{
	width: 100%;
    height: 100%;
    background: url(../img/reason_bg_sp.png) center center no-repeat;
    background-size: cover;
    overflow: hidden;
	z-index: -2;
	padding: 0 0 50px;
}

#reason .reason_ttl {
    color: #212121;
    width: auto;
    height: auto;
    min-height: inherit;
    text-align: center;
    display: block;
	margin: -10px auto 0;
}

#reason .reason_ttl h2 {
	font-family: din-2014, Arial, Helvetica, 'sans-serif';
    position: relative;
    color: #fff;
    font-size: 70px;
    font-weight: bold;
    letter-spacing: 0;
	margin-bottom: -1.5em;
	margin-top: 40px;
    z-index: 1;
}

#reason .reason_ttl h2 + p {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 20px;
    line-height: 1.3;
    z-index: 2;
}

#reason .reason_ttl span {
    font-size: 20px;
	color: #fff;
	padding: 5px 20px;
	background-color: #ce0000;
	border-radius: 100vh;
}


.reason_box{
	padding: 20px 15px;
	background-color: #fff;
	}
.reason_box h3{
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: -0.3px;
}
.reason-heading01 span{
	font-family: din-2014, Arial, Helvetica, 'sans-serif';
	display: flex;
	align-items: center;
	color: #ce0000;
	font-size: 42px;
	text-transform: uppercase;
}
.reason-heading01 span::before{
	content: '';
	display: inline-block;
	margin-right: 6px;
	width: 20px;
	height: 1px;
	background-color: #ce0000;
}

.reason_box .fnt18{
	padding: 10px 0 0;
	font-size: 16px;
}
.reason_col2 {
    overflow: hidden;
}
.reason_col2_l {
    width: 100%;
    margin-right: 0;
	float: none;
}
.reason_col2_r{
	text-align: center;
    width: 150px;
	float: none;
	padding: 20px 0;
	margin: 0 auto;
}
.reason-heading02{
	position:relative;
	
}
.reason_ex h4{
	position: relative;
    background: #f3f5f6;
	margin-top: 15px;
	font-size: 18px;
    padding: 10px 15px 10px 18px;
	text-align: left;
	align-items: center;
}
.reason_ex h4:before {
    position: absolute;
    top: 25%;
    left: 10px;
    width: 3px;
    height: 24px;
    content: '';
    border-radius: 3px;
    background: #ce0000;
}
.reason_ex-2col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
}
.reasonflex-2item {
    width: 100%;
    float: none;
}
	.mt15_sp{
		margin-top: 15px;
	}
	.mt10_sp{
		margin-top: 10px;
	}
.reason_ex-4col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}
.reasonflex-4item {
    width: calc(100% / 2 - 5px);
    float: left;
}

.p-box{
	font-size: 12px;
	width: 100%;
	color: #FFFFFF;
	background-color: #212121;
	text-align: center;
	padding: 3px 0;
}
.p-box-g{
	font-size: 12px;
	width: 100%;
	color: #FFFFFF;
	background-color: #cccccc;
	text-align: center;
	padding: 3px 0;
}
.reason_box p{
	padding: 15px 0 0;
	text-align: left;
	font-size: 15px;
}

.mt40{
	margin-top: 20px;
}
.mt20{
	margin-top: 10px;
}


/*お客様の声
-------------------------------------*/
#voice{
    background: linear-gradient(-90deg, rgb(206, 0, 0), rgb(83, 18, 18));
	padding: 50px 20px;
}

#voice .voice_ttl {
	color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
}

#voice .voice_ttl span {
	font-family: din-2014, Arial, Helvetica, 'sans-serif';
    font-size: 16px;
    color: #ce0000;
    padding: 0 20px;
    background-color: #fff;
    border-radius: 100vh;
}


.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 470px !important;
}


.swiper-pagination-bullets {
  width: 100px;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
  background: #fff;
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}
.voice_area{
	position: relative;
    max-width:100%;
	width: 100%;
    margin-inline: auto;
}


/* 前への矢印 */
.swiper-button-prev {
  left: -25px;
}
/* 次への矢印 */
.swiper-button-next {
  right: -25px;
}

.swiper {
  /* max-width: 400px; */
	width: 100%;
	margin: auto;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
	position: absolute;
  height: 36px;
  width: 36px;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 36px;
  margin: auto;
  width: 36px;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(../img/left_arrow.png);
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(../img/right_arrow.png);
}


.voice-inner {
	color: #212121;
	width: 100%;
	height: 470px;
	background-color: #ffffff;
    padding: 30px 20px;
    border-radius: 20px 20px 0 20px;
	text-align: left;
}

.voice-inner::before {
	top: 30px;
    right: 20px;
    width: 36px;
    height: 33px;
    content: "";
    display: block;
    position: absolute;
    background: url(../img/voice_bg.png) no-repeat center center / contain;
}

.voice-h3_ttl{
	font-size: 26px;
	font-weight: bold;
	padding: 0 0 10px;
	margin:0 0 10px;
	position: relative;
}
.voice-h3_ttl::before {
  content: '';
  background-color: #ce0000;
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.voice-h4_ttl{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
}
.voice-h4_ttl span{
	color: #ce0000;
}

.voice-inner-txt{
	font-size: 15px;
	height: 220px;
	margin-top: 15px;
}

.voice-inner-user{
	margin-top: 5px;
    min-height: 42px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.voice-inner-img{
	width: 50%;
	display: block;
	margin-right: 8px;
}
.voice-inner-user-p{
	width: calc(100% - 65px);
    font-size: 14px;
	color: #ce0000;
}

/*お悩み
-------------------------------------*/
#problem{
    width: 100%;
    background: url("../img/problem_bg_sp.png") center center no-repeat;
    background-size: cover;
    overflow: hidden;
	z-index: -2;
	padding: 30px 0;
}

#problem .problem_ttl {
	color: #212121;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1.4;
}

#problem .problem_ttl .en_s_ttl {
	font-family: din-2014, Arial, Helvetica, 'sans-serif';
    font-size: 16px;
    color: #fff;
    padding: 0 18px;
    background-color: #ce0000;
    border-radius: 100vh;
}
#problem .problem_ttl .red_txt_42 {
    font-size: 30px;
    color: #ce0000;
}
.problem_3col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.problemflex-3item {
    width: 100%;
    float: none;
}
.problem_box{
	margin:0 6% 15px;
	padding: 20px 12px;
    color: #212121;/*文字色*/
    background: #FFF;
    border: solid 2px #cccccc;/*線*/
    border-radius: 12px;/*角の丸み*/
	
}
.problemflex-3item figure{
    width: 30%;
	margin: 0 auto;
}
.problem_box p {
    font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 12px;
}

.problem_box p span{
    font-size: 19px;
	font-weight: bold;
	color: #ce0000;
}

#problem .answ_ttl {
	color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin: 0 auto 0;
    line-height: 1.4;
	padding-top: 10px;
}

/*特徴
-------------------------------------*/
.feature_list{
	position: relative;
    margin: 0;
}
.feature_item{
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row-reverse;
    flex-wrap: wrap;
    max-width: 1040px;
    margin: 0 auto;
	padding: 10px 0;
}
.feature_list_wrap-re .feature_item,
.feature_list_wrap-re_sp .feature_item{
	flex-flow: wrap-reverse;
}
.feature_list .feature_item::after{
	content: '';
    display: block;
    position: absolute;
    top: 25%;
    right: 0;
    width: calc(90% + 20px);
    height: 75%;
    background-color: #faf0f0;
    z-index: -10;	
}
.feature_list_wrap-re .feature_item::after{
	left: 0;
}
.feature_right{
	width: 100%;
    padding: 0 2% 0 10%;
}
.feature_right_re{
	width: 100%;
    padding: 0 10% 0 2%;
}
.feature_left{
	width: 60%;
    height: 100%;
	padding:20px 0 15px;
	margin: 0 auto;
}
.feature_right h3,
.feature_right_re h3{
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	color:#ce0000;
}

.feature_right h4,
.feature_right_re h4{
	position: relative;
	font-size: 25px;
	font-weight: bold;
	text-align: right;
	color:#ce0000;
	font-family: din-2014, Arial, Helvetica, 'sans-serif';
	letter-spacing: 1px;
}

.feature_right h4::before,
.feature_right_re h4::before{
	content: '';
    display: inline-block;
    margin-right: 10px;
    width: 86%;
    height: 1px;
    background-color: #ce0000;
	position: absolute;
	top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
	left: 0;
}

.feature_right p,
.feature_right_re p{
	margin: 10px 0 20px;
	font-size: 15px;
	text-align: left;
}
.feature_right p span,
.feature_right_re p span{
	color: #ce0000;
}
.mt100{
	margin-top: 20px;
}

/*比較表
-------------------------------------*/
#comparison {
    padding: 10px 0 50px;
}

#comparison .comparison_ttl {
    color: #000;
    width: auto;
    height: auto;
    min-height: inherit;
    text-align: center;
    display: block;
	margin: 5px auto 0;
    overflow: hidden;
}

#comparison .comparison_ttl h2 {
	font-family: din-2014, Arial, Helvetica, 'sans-serif';
    position: relative;
    color: #f3f5f6;
    font-size: 17vw;
    font-weight: bold;
    letter-spacing: -5px;
	margin-bottom: -1.23em;
    z-index: 1;
}

#comparison .comparison_ttl h2 + p {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.3;
    z-index: 2;
}

#comparison .comparison_ttl span {
	color: #ce0000;
	font-size: 20px;
	padding: 10px 0;
}

/*フロー
-------------------------------------*/
#flow{
    width: 100%;
    background: url("../img/flow_bg_sp.png") center center no-repeat;
    background-size: cover;
    overflow: hidden;
	z-index: -2;
	padding: 40px 0 50px;
}

#flow .flow_ttl {
	color: #212121;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
}

#flow .flow_ttl .en_s_ttl {
	font-family: din-2014, Arial, Helvetica, 'sans-serif';
    font-size: 16px;
    color: #fff;
    padding: 0 15px;
    background-color: #ce0000;
    border-radius: 100vh;
}
.flow_box{
	padding: 15px;
    background-color: #fff;
	border-radius: 8px;
}
.flow_box_col2{
	overflow: hidden;
}
.sp-block{
    display: block !important;
}
.flow_col2_txt {
    float: none;
    width: 100%;
    margin-right: 15px;
    text-align: left;
}
.flow_col2_img {
    float: none;
    width: 30%;
	margin: 10px auto 0;
}
.flow_list {
  display: flex;
}
.flow_item > li {
  list-style-type: none;
  display: flex;
}

.flow_item > li dl dt {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
}

.flow_item > li .num {
  line-height: 1;
  text-align: center;
  width: 40px;
  position: relative;
  margin-right: 10px;
}
.flow_item > li dl dd {
  margin: 0;
	font-size: 15px;
}

.flow_item > li dl {
  width: 100%;
  margin-top: 0.2em;
}
.arrow{
	width: 62px;
	height: 25px;
	margin: 10px auto;
		
}

/*faq
-------------------------------------*/
#faq{
	width: 100%;
	background-color: #fff;
	z-index: -1;
	padding: 30px 0 30px;
}

.paper{
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f9f9f9 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #f9f9f9 calc(100% - 1px));
  background-size: 12px 12px;
  background-repeat: repeat;
  background-position: center center;
}

#faq .faq_ttl {
	color: #212121;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.4;
}

#faq .faq_ttl .en_s_ttl {
	font-family: din-2014, Arial, Helvetica, 'sans-serif';
    font-size: 16px;
    color: #fff;
    padding: 0 15px;
    background-color: #ce0000;
    border-radius: 100vh;
}
.faq_list {
    margin-bottom: 10px;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
	padding: 15px 15px 3px 15px;
}

.faq_list summary {
    display: block;
    align-items: center;
	font-size: 16px;
    position: relative;
    padding: 0 0 10px 24px;
    color: #ce0000;
    font-weight: bold;
    cursor: pointer;
	text-align: left;
	line-height: 1.2;
}

.faq_list summary .txtQ::before {
	content: "Q";
    font-family: din-2014, Arial, Helvetica, 'sans-serif';
    font-size: 18px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.05em;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    background: #ce0000;
    color: #fff;
    width: 20px;
    height: 20px;
    font-weight: 700;
	align-items: center;
}

.faq_list summary::before,
.faq_list summary::after{
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background: #ce0000;
    position: absolute;
    right: 0;
    top: 25%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.faq_list summary::before {
	    -webkit-transform: translate(0, -50%) rotate(-180deg);
    transform: translate(0, -50%) rotate(-180deg);
}
.faq_list summary::after {
	    -webkit-transform: translate(0, -50%) rotate(-90deg);
    transform: translate(0, -50%) rotate(-90deg);
}
.faq_list[open] summary::before {
	-webkit-transform: translate(0, -50%) rotate(0);
    transform: translate(0, -50%) rotate(0);
}
.faq_list[open] summary::after {
	-webkit-transform: translate(0, -50%) rotate(0);
    transform: translate(0, -50%) rotate(0);
}

.faq_list p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 10px 0 10px 24px;
    color: #333;
    transition: transform .5s, opacity .5s;
	border-top: 1px dashed #212121;
	text-align: left;
	font-size: 15px;
}

.faq_list[open] p {
    transform: none;
    opacity: 1;
}

.faq_list p::before {
    content: "A";
    font-family: din-2014, Arial, Helvetica, 'sans-serif';
    font-size: 18px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.05em;
    position: absolute;
    left: 0;
    top: 13px;
    border-radius: 50%;
    background: #fff;
    color: #ce0000;
    width: 20px;
    height: 20px;
    font-weight: 700;
	align-items: center;
	border: 1px solid #ce0000;
}
	/*コンタクトフォーム
-------------------------------------*/
#contact{
    width: 100%;
    background: #fff;
	z-index: -2;
	padding: 40px 0 10px;
}

#contact .contact_ttl {
	color: #212121;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
}

#contact .contact_ttl .en_s_ttl {
	font-family: din-2014, Arial, Helvetica, 'sans-serif';
    font-size: 16px;
    color: #fff;
    padding: 0 15px;
    background-color: #ce0000;
    border-radius: 100vh;
}
/*About US
-------------------------------------*/
#aboutus{
	width: 100%;
    background: url(../img/aboutus_bg.png) center center no-repeat;
    background-size: cover;
    overflow: hidden;
	z-index: -2;
}

#aboutus .aboutus_ttl {
    color: #fff;
    width: auto;
    height: auto;
    min-height: inherit;
    text-align: center;
    display: block;
	margin: 8px auto 0;
}

#aboutus .aboutus_ttl h2 {
	font-family: din-2014, Arial, Helvetica, 'sans-serif';
    position: relative;
    color: #b52a29;
    font-size: 70px;
    font-weight: bold;
    letter-spacing: 0;
	margin-bottom: -1.2em;
    z-index: 1;
}

#aboutus .aboutus_ttl h2 + p {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.6;
    z-index: 2;
}
.aboutus_inner{
	text-align: left;
	margin:20px 0 40px; 
}

.aboutus_h3 {
    font-family: din-2014, Arial, Helvetica, 'sans-serif';
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.aboutus_h3::before {
    content: '';
    display: inline-block;
    margin-right: 5px;
    width: 15px;
    height: 1px;
    background-color: #fff;
}
.aboutus_txt{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	margin-top: 10px;
}

/*フッター
-------------------------------------*/
footer{
	background-color: #212121;
	padding: 30px 0 10px;
}

footer h2 {
	width: 40%;
	margin: 0 auto;
}

.foot_2col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 0;
}
.footflex-2item {
    width: 100%;
    float: left;
}

.footflex-2item p {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin-top: 12px;
}
/*コピーライト
-------------------------------------*/
.copyright {
	text-align: center;
	padding: 10px 0 0;
}
.copyright p {
	color: #ffffff;
	text-decoration: none;
	display: inline;
	font-size: 10px;
}
}