@charset "utf-8";
/* CSS Document */

*{margin:0;padding:0;box-sizing: border-box;}
html {scroll-behavior: smooth;font-size: 62.5%;}
body {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    overflow-wrap: break-word;
    word-break: normal;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#222;
	line-height: 1.65;
}
ol, ul {list-style: none;}
a{text-decoration: none;color:#222;}
a:hover {opacity: 0.7 ;}
img{width: 100%;}
/*------------------*/
/*   header area    */
/*------------------*/
header{
	position: relative;
	box-shadow: #222 0 -5px 10px;
	padding: .5rem;
}
header h1{
	background: url(../images/logo_h.png) no-repeat center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-size: contain;
	height: 55px;
	width: 50%;
	margin: auto;
}
header h1 a{display: block;height: 55px;}

.h_icon{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(-20%,-50%);
}
.h_icon a.h_Tel , .h_icon a.h_Mail {
	position: relative;
	margin: 0;
	background-color: #222;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 0 .5rem;
}
.h_icon a.h_Tel:after, .h_icon a.h_Mail:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	transform: translate(-50%,-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
	.h_icon a.h_Tel:after{
		background-image: url(../images/h_tel.png);
		width: 22px;
		height: 30px
}
	.h_icon a.h_Mail:after{
		background-image: url(../images/h_mail.png);
		width: 28px;
		height: 20px
}

@media screen and (max-width: 599px) {
	header h1{margin: 0 2rem;}
	.h_icon{transform: translate(-10%,-50%);}
}

/*------------------*/
/*   Contents area    */
/*------------------*/
.contents h2{
	font-size: 4rem;
	margin: 3rem 0;
}
.contents h3{
	font-size: 2.8rem;
	text-align: right;
}

.min {font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;font-weight: unset;}
.txtcnt{text-align: center!important;}
.imgw80{width: 80%;}
.imgw50{width: 50%;}
.underline{background:linear-gradient(transparent 70%, #FFFF00 0%);padding: 5px;}
.bggry{background-color: rgb(249, 249, 249);}
.bgble{	background: linear-gradient(135deg,#0f4b8c 0,#0e4a8a 18%,#0d4581 31%,#0c3d73 46%,#0b3666 63%,#092e57 82%,#08294d 100%);color: #fff;}
.ftred{color: #df0707;}
.pd_t3b7{padding: 3rem 0 7rem;}
.pd_t3b2{padding: 3rem 0 2rem;}
.mgn_tb10{margin: 10rem 0!important;}
.ft150{font-size: 150%;}
.contents_inner2{
	max-width:850px;
	margin: auto;
}

.contents_image{
	position: relative;
	display: flex;
	justify-content: end;
}
.contents_image:after{
	content: '';
	display: inline-block;
	background: url(../images/corporation_imgbg.png)no-repeat;
	background-size: contain;
	position: absolute;
	transform: rotate(-15deg);
	box-shadow: #ccc -5px 10px 12px;
	bottom: 0;
	left: 57px;
	height: 28.5vw;
	width: 23%;
}
.contents_image img{width: 80%;}
.contents_image_txt{
	text-align: center;
	margin: 5rem;
	font-size: 1.8rem;
}
.corporate_sec1{padding: 5rem 0;}
.corporate_sec1 h3{
	text-align: center;
	font-size: 3.2rem;
	margin: 1rem 0;
	position: relative;
}
.corporate_sec1 h3.staff:before , .corporate_sec1 h3.user:before{
	font-size: 10vw;
	color: rgb(241, 241, 241);
	font-family: "Arial Black";
	position: absolute;
}
.corporate_sec1 h3.user:before {
	content: "Suppliers";
	right: 0;
}
.corporate_sec1 h3.staff:before {
	content: "Employee";
	left: 0;
}

.corporate_sec1 ul{
	font-size: 1.5rem;
	line-height: 1.8;
	padding: 0.5rem 1rem 0.5rem 1.5rem;
	margin: 5rem 0;
	background-image: linear-gradient(#333 20%, #ccc 80%);
	background-repeat: no-repeat;
	background-size: 0.2rem 100%;
	position: relative;
	width: 35%;
}
.corporate_sec1_inner , .corporate_sec1_inner-rt{position: relative;}
.corporate_sec1_inner img{width: 80%;}
.corporate_sec1_inner-rt img{width: 80%;display: block;margin-left: auto;}
.box-inner{
	background: linear-gradient(135deg,#0f4b8c 0,#0e4a8a 18%,#0d4581 31%,#0c3d73 46%,#0b3666 63%,#092e57 82%,#08294d 100%);
	color: #fff;
	position: absolute;
	width: 40%;
	padding: 3rem;
	right: 10%;
	top: -100px;
}
.boxleft{left: 10%;}
.box-inner h4{
	font-size: 2.5rem;
	margin-bottom: 2rem;
}
.box-inner p{
	line-height: 2;
}
.cont_right{
	display: block;
	margin-left: auto!important;
}
.cont_left{
	display: block;
	margin-right: auto!important;
}
.choose h3 , .recom h3{
	padding-bottom: 1.5rem;
	background-repeat: no-repeat;
	background-size: 10% 0.2rem;
	background-position: bottom;
	padding: 3rem 0 2rem;
	margin-bottom: 4rem;
	font-size: 3.5rem;
}
.choose h3 {background-image: linear-gradient(#fff 0 100%);margin: 3rem;}
.recom h3 {background-image: linear-gradient(#333 0 100%);}
.choose p{font-size: 1.8rem;margin: 2rem 0;}
.choose_inner, .recom_inner , .select_font ,.select_layout_inner , .font_inner , .templage_inner , .items{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.choose_inner > div{
	width: calc(88%/4);
	margin: 2rem 0 4rem 2rem;
	position: relative;
}
.choose_inner > div:last-child{margin: 2rem 2rem 4rem 2rem;}
.choose_inner > div:before{
	display: inline-block;
	position: absolute;
	font-family: serif;
	bottom: 5vw;
	font-size: 4rem;
	left: 0;
	opacity: .6;
	text-shadow: 1px 2px #333;
}
.choose_inner > div:nth-child(1):before{content: "01";}
.choose_inner > div:nth-child(2):before{content: "02";}
.choose_inner > div:nth-child(3):before{content: "03";}
.choose_inner > div:nth-child(4):before{content: "04";}
.choose_inner p{font-size: 2.5rem;font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;}

.recom_inner > div{
	display: inline-block;
	width: calc(95% / 2 );
	margin: 0 5% 5% 0;
	text-align: left;
}
.recom_inner > div:nth-child(2n) {margin: 0 0 5% 0;}
.contents h5 {
	font-size: 2rem;
	margin: 1rem 0;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-weight: unset;
}
.service p{text-align: left;}
.service_discrirption{display: flex;justify-content: space-between;margin-bottom: 5rem;}
.service_discrirption img{width: 50%;}
.select{padding: 5rem;}
.select h3{
  display:flex;
  align-items: center;
  justify-content: center;
	font-weight: unset;
	margin-bottom: 5rem;
}
.select h3:before,
.select h3:after{
  content: "";
  flex-grow:1;
  border-top: 1px solid #333;
}
.select h3:before {margin-right: 1rem; }
.select h3:after {margin-left: 1rem; }
.select_font > div, .select_layout_inner > div , .templage_inner > div , .items > div {
	width: calc(94% / 3 );
	margin: 0 2% 0 0;
	text-align: center;
}
.select_font > div:nth-child(3n), .select_layout_inner > div:nth-child(3n) , .templage_inner > div:nth-child(3n) , .items > div:nth-child(3n) {
	margin: 0;
}
.select_font > div , .items > div {margin: 0 2% 5% 0;}
.select_font > div p{text-align: center;display: inline-block;}
.select h4 {
	padding: 0.5rem 1rem;
	border-left: 5px solid;
	color: #333;
	font-weight: bold;
	font-size: 1.8rem;
	text-align: left;
	margin: 5rem 0 3rem;
}
.select_layout_inner > div a{
	display: inline-block;
	border: .1rem solid #ccc;
	border-radius: 5px;
	padding: 1rem;
	text-align: center;
	width: 100%;
	margin-bottom: 3rem;
}
.select_layout_inner > div a:after{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right: 0 solid transparent;
  border-left: 8px solid #333;
	margin: 2px;
}
.select_layout_att{
	background-color: #efefee;
	border-radius: 5px;
	padding: 2rem 10rem;
	text-align: left;
	margin: 2rem 0;
}
.font_inner > div{
	display: inline-block;
	width: calc(98% / 2 );
	margin: 0 2% 2% 0;
	text-align: left;
}
.font_inner > div:nth-child(2n) {margin: 0 0 2% 0;}
.font_inner p{
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 1rem;
	border-top: dotted #ccc 0.1rem;
	border-bottom: dotted #ccc 0.1rem;
	padding: 0.5rem 0;
}
.items > div a{
	display: block;
	color: #fff;
	border: 0.1rem solid;
	padding: 1rem;
	margin: 0.5rem 0;
	position: relative;
}
.items > div a:hover{
	color:#333;
	background-color: #fff;
	transition: .3s;
	border: 0.1rem solid #fff;
	opacity: 1;
}
.items > div a:before{
	transform: rotate(45deg);
	content: '';
  width: 10px;
  height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	right: 5%;
	top: 50%;
	margin-top: -.5em;
}
.items > div a:hover:before{border-right: solid 2px #333;border-top: solid 2px #333;}
.items > div p {margin: 2rem 0;text-align: center;}

.itemslink a{
	display: block;
	width: 80%;
	text-align: center;
	border-radius: 10px;
	padding: 2rem;
	font-size: 1.8rem;
	margin: 5rem auto;
	background-color: #0e4a8a;
	color: #fff;
}

.order_inner{
	background-color: #fafafa;
	border-radius: 9px;
	margin: 0 0 2rem 0;
	padding: 0 0 2rem;
	position: relative;
}
.order_inner p{font-size: 1.8rem;line-height: 2;}
.order_inner .step1, .order_inner .step2, .order_inner .step3, .order_inner .step4{
	padding: 1rem 2rem 0 10rem;
}
.order_inner > div:after{
	content: '';
	display: inline-block;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	height: 80px;
	width: 12%;
}
.order_inner .step1:after{background: url(../images/step1_icon.png)no-repeat center/70%;}
.order_inner .step2:after{background: url(../images/step2_icon.png)no-repeat center/70%;}
.order_inner .step3:after{background: url(../images/step3_icon.png)no-repeat center/70%;}
.order_inner .step4:after{background: url(../images/step4_icon.png)no-repeat center/70%;}
.order_inner > div:before{
	content: '';
	display: inline-block;
	background-size: contain;
	position: absolute;
	top: -25px;
	left: 10px;
	height: 55px;
	width: 24%;
}
.order_inner .step1:before{background: url(../images/step1.png)no-repeat left/30%; }
.order_inner .step2:before{background: url(../images/step2.png)no-repeat left/30%;}
.order_inner .step3:before{background: url(../images/step3.png)no-repeat left/30%;}
.order_inner .step4:before{background: url(../images/step4.png)no-repeat left/30%;}

.step2_att{
	background-color: #fff;
	border: 0.1rem solid #cfcfcf;
	padding: 2rem;
	margin: 2rem 2rem 0;
}
.step2_att p{margin-bottom: 2rem;}
.faq dt{
	position: relative;
	padding: 1.5rem;
	margin: 3rem 0 1rem;
	background-color: #fff;
	border-radius: 5px;
	color: #333;
	font-size: 1.8rem;
}
.faq dt:before{
	content: '?';
	color: #fff;
	background-color: #333;
	border-radius: 50%;
	height: 25px;
	width: 25px;
	display: inline-block;
	text-align: center;
	font-size: 1.6rem;
	margin-right: 1rem;
}

.pc{display: block;}
.sp{display: none;}

@media screen and (max-width: 599px) {
	.pc{display: none;}
	.sp{display: block;}

	.contents h2{font-size: 6.2vw;}
	.contents h3{font-size: 3.8vw;}
	.corporate_sec1{padding: 5rem 0 0;}
	.corporate_sec1 h3{font-size: 5vw;}
	.corporate_sec1 h3.user:before, .corporate_sec1 h3.staff:before{bottom: -10vw;}
	.contents_inner2{padding: 0 1.5rem;}
	.corporate_sec1 ul{width: 100%;margin: 2rem 0}
	.corporate_sec1_inner img, .corporate_sec1_inner-rt img{width: 100%;}
	.box-inner{position: initial;width: 100%;}
	.box-inner h4{font-size: 6vw;}
	.corporate_sec1 ul:last-child{width: 65%;}
	.contents_image_txt{margin: 5rem 1rem;}
	.choose h3 ,.recom h3 {font-size: 5.7vw;padding: 2rem 0;margin: 5vw 0;}
	.choose p {font-size: 3.5vw;}
	.choose_inner{padding-bottom:5rem;}
	.choose_inner > div {width: calc(76%/2);margin: 0 2rem;}
	.choose_inner p{margin: 1rem 0;font-size: 5.5vw;}
	.choose_inner > div:last-child {margin: 0 2rem;}
	.choose_inner > div:before{bottom: 7vw;}
	.recom_inner > div{width: 100%;margin: 0 0 3rem 0;}
	.select h3{margin: 0;padding: 3rem 0;font-size: 2rem;}
	.select_font > div, .select_layout_inner > div, .templage_inner > div, .items > div{width: 100%;}
	.select_font > div, .select_font > div:nth-child(3n), .items > div:nth-child(3n),.items > div{margin: 0 0 3rem 0;}
	.select_layout_inner > div a{margin-bottom: 1rem;}
	.imgw50{width: 100%;margin: 0 0 5rem;}
	.select_layout_att{padding: 1rem;}
	.font_inner > div{width: 100%;}
	.set p{font-size: 100%;}
	.order_inner .step1, .order_inner .step2, .order_inner .step3, .order_inner .step4{padding: 7rem 2rem 0;}
	.order_inner .step1:before{background: url(../images/step1.png)no-repeat left/60%; }
	.order_inner .step2:before{background: url(../images/step2.png)no-repeat left/60%;}
	.order_inner .step3:before{background: url(../images/step3.png)no-repeat left/60%;}
	.order_inner .step4:before{background: url(../images/step4.png)no-repeat left/60%;}
	.order_inner > div:after{top: 44px;margin: -5rem;width: 30%;left: 50%;}
}

/*------------------*/
/*   footer area    */
/*------------------*/
.footerArea{
	display: flex;
	max-width: 890px;
	margin: auto;
	font-size: 1.3rem;
}
.footerArea_inner{
	width: calc(100% /3 );
}
.footerArea_inner img{max-width: 185px;}
.footerArea_inner li{margin-bottom: 1.5rem;}
.footerArea_inner a.contact{
	position: relative;
	display: inline-block;
	font-size: 1.8rem;
	margin: 1rem 0;
	padding: 1rem 3.75vw 1rem 0;
}
.footerArea_inner a.contact svg{
	position: absolute;
	height: 2vw;
	top: 50%;
	transform: translate(10%,-50%);
}
.footerArea_inner a.contact:after{
	content: "";
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #274c8d;
}

footer small{
	background-color: #222;
	color: #fff;
	padding: 1.8rem;
	text-align: center;
	width: 100%;
	display: block;
}

@media screen and (max-width: 599px) {
.footerArea{
	display: inline-block;
	padding: 2rem;
	text-align: center;
	width: 100%;
}
.footerArea_inner{width: 100%;}
.footerArea_inner ul{
	padding: 1rem 0 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	margin: 2rem 0;
}
.footerArea_inner a.contact{padding: 1rem 10vw 1rem 0;}
.footerArea_inner a.contact svg{height: 10vw;}
}

/* topへ */
#page_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background: #222;
	border-radius: 50%;
}
#page_top .arrow{
	width: 15px;
	height: 15px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
	margin-top: 5px;
	display: inline-block;
}