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

/*=================================

採用ご担当者様
customer-index.php

==================================*/
/*フォント*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese');

.midashi-go{
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
}

.montserrat{
	font-family: 'Montserrat', sans-serif;
}

/*---------------------------------
	全体設定
----------------------------------*/
html{
    overflow: auto;}

body{
    overflow: hidden;
    position: relative;
    min-width: 1120px;
	background-color:#fff;
	}

.header_wrap header{
    margin: 0 auto;
}

#customer-wrapper{
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:100%;
	margin:0 auto;
}

/* 共通 */
.main-box{
	box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.1);
}

#lottie{
    background-color:#78C4EB;
    width: 35%;
    height: 35%;
    display: block;
    margin: 0 auto;
}

/*---------------------------------
	ヘッダー
----------------------------------*/
#header-top{
	width:100%;
	height:90px;
	background-color:#fff;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	border-style:none;
	z-index:9999;
	}

#header-top hr{
	height: 0;
	margin: 0 0 10px 0;
	padding: 0;
	border-top: 5px solid #fd5457;
	}

#header-in{
	width:1120px;
	margin: 0 auto;
	}

#header-top h1{
	width:321px;
	height:74px;
	margin:0;
	padding:0;
	float:left;
	}

#header-top h1 a{
	width:321px;
	height:74px;
	display:block;
	}

#header-top h1 img {
	width: 350px;
	}

/*---------------------------------
	メインビジュアル
----------------------------------*/
#mvisual-wrap{
	width:100%;
	height:650px;
	background-color: #fff;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	position: relative;
	z-index: 2;
	}

#mvisual-wrap #mvisual-in{
	width:1120px;
	margin: 0 auto;
	display: flex;
	}

/*左 ロゴエリア*/
#mvisual-in #mvisual-contents-l{
	width: 610px;
	height: 534px;
	background-color: #fff;
	margin: 0;
	padding-bottom: 117px;
	position: relative;
	z-index: 1;
	}

#mvisual-in #mvisual-contents-l ul{
	padding:0;
	list-style:none;
	}

#mvisual-contents-l .mvisual-tag-list{
	width: 680px;
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0;
}

.mvisual-tag-list li{
	width: 150px;
	height: 40px;
	background-color: #fff;
	border: 2px solid #3e3a39;
	border-radius: 50px;
	display: block;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	margin: 0 15px 15px 0;
}

.mvisual-tag-list li:nth-of-type(4){
	margin-right: 0;
}

#mvisual-contents-l h2{
	font-size: 70px;
	font-weight: bold;
	line-height: 106px;
	margin-bottom: 36px;
	padding-bottom: 60px;
	position: relative;
}

#mvisual-contents-l .mv-line-wrap{
	width: 610px;
	position: relative;
}

#mvisual-contents-l .mv-line-wrap #mv-line{
	position: absolute;
	bottom: 152px;
    left: -23px;
}

#mvisual-contents-l .mv-line-wrap #mv-line svg{
	width: 550px !important;
	height: 100px !important;
}

/* ボタン */
#mvisual-contents-l .mvisual-btn-list{
	width: 560px;
	display: flex;
	flex-wrap: wrap;
}

.mvisual-btn-list li a{
	width: 250px;
	height: 65px;
	background-color: #254EA8;
	background-image: url(../customer/img2/customer_index/chevron-right-b.svg);
	background-repeat: no-repeat;
	background-position: 209px 23px;
	border-radius: 10px;
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 65px;
	margin-right: 20px;
	text-indent: 20px;
	cursor: pointer;
  	transition: all 0.3s ease 0s;
}

.mvisual-btn-list li a:nth-of-type(2){
	margin-right: 0;
}

.mvisual-btn-list li a:hover{
	background-color: #16316D;
}

/*スクロールアイコン*/
#scroll-down {
	width: 80px;
    display: block;
    position: absolute;
    padding-top: 79px;
    text-align: center;
    right: 5px;
    bottom: 102px;
}

.arrow-down {
  	display: block;
  	margin: 0 auto;
  	width: 10px;
  	height: 18px;
}

.arrow-down:after {
	content: '';
	display: block;
	margin: 0;
	padding: 0;
	width: 8px;
	height: 8px;
	border-top: 2px solid #254EA8;
	border-right: 2px solid #254EA8;
	behavior: url(-ms-transform.htc);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

#scroll-title {
	display: block;
	text-transform: uppercase;
	color: #3e3a39;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .1em;
}

#scroll-down::before {
  animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 90px;
  background: linear-gradient(to right, #254EA8 0%, #41a4f8 100%);
  content: ' ';
}

@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}

/*右 スライドエリア*/
#mvisual-in #mvisual-contents-r{
	width: 800px;
	margin: 0;
	}

#mvisual-in .contents-r-in{
	width: 560px;
	margin: 0;
	z-index: -1;
	}

.slide-box{
	width: 800px;
	position: relative;
	padding-bottom: 100px;
}

.slide-box-in{
	width: 560px;
	display: flex;
}

.slick-slide img{
	width: 520px !important;
}

/*---------------------------------
	「学生とつながる」を徹底サポート
----------------------------------*/
#about-wrap{
	width:100%;
	background-color: #E7F5F8;
    background-image: radial-gradient(#AEE7F3 2px, transparent 2px);
    background-size: 30px 30px;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	border-style:none;
	}

#about-wrap #about-in{
	width:1120px;
	margin: 0 auto;
	padding: 50px 0 10px 0;
	}

#about-wrap #about-in h3{
	background-image: url(../customer/img2/customer_index/title-deco01.png),url(../customer/img2/customer_index/title-deco02.png);
	background-position: 231px 0px ,534px 67px;
	background-repeat: no-repeat;
	display: block;
	font-size: 40px;
	text-align: center;
	height: 100px;
	line-height: 100px;
	margin-bottom: 40px;
}

#about-wrap #about-in h3 span{
	color: #254EA8;
	padding-right: 44px;
}

#about-wrap .mv-line-wrap{
	width: 610px;
	position: relative;
}

#about-wrap .mv-line-wrap #mv-line2{
	position: absolute;
	bottom: 18px;
    left: 238px;
}

#about-wrap .mv-line-wrap #mv-line2 svg{
	width: 343px !important;
	height: 71px !important;
}

#about-in .about-txt{
	width: 1100px;
	text-align: center;	
	line-height: 30px;
	margin-bottom: 40px;
}

#about-in .about-txt .under-line{
	text-decoration: none;
    border-bottom: 3px solid  #F6B61F;
}

/*---------------------------------
	インタビュー
----------------------------------*/
.customer-interview-wrap{
    width: 100%;
    background: url("../customer/img2/customer_index/customer-interview-back.jpg")  no-repeat;
    background-size: cover;
    margin: 0 auto;
    padding: 100px 0;
}

.customer-interview-wrap h3{
    width: 60%;
	background-image: url(../customer/img2/customer_index/title-deco01.png),url(../customer/img2/customer_index/title-deco02.png);
	background-position: 10px 0px ,100% 50px;
	background-repeat: no-repeat;
    display: block;
    font-size: 40px;
	text-align: center;
    padding: 20px 20px 20px 0;
	margin: 0 auto 40px auto;
}

.customer-interview-in{
    width: 1120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.customer-interview-wrap:after {
    content: "";
    display: block;
    width: calc(100%/3 - 30px);
    height: 0;
}

.customer-interview-wrap .post{
    width: calc(100%/3 - 30px);
    background: #fff;
    margin-bottom: 60px;
}

.post figure{
    width: 346px;
    height: 226px;
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

.post figure img{
    max-width: 100%;
    height: 226px;
    min-height: 1px;
    object-fit: cover;
    vertical-align: bottom;
    overflow: hidden;
    transition: transform .6s ease;
}

.post:hover img{
    transform: scale(1.1);
}

.post h2{
     width: 90%;
     height: 55px;
     display: block;
     margin: 0 auto;
}

.post h2 span{
    padding-bottom: .25em;
    background: -webkit-linear-gradient(3e3a39,#3e3a39) 0 100%/0 1px no-repeat;
    background: -o-linear-gradient(3e3a39,#3e3a39) 0 100%/0 1px no-repeat;
    background: linear-gradient(0deg,#3e3a39,#3e3a39) no-repeat right bottom/0 1px;
    transition: background .4s;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
}

.post:hover h2 span{
    background-size: 100% 1px;
}

.post p{
    width: 90%;
    font-size: 14px;
    line-height: 26px;
    margin: 30px auto;
}

.customer-interview-btn-area{
	width: 100%;
	margin: 0 auto
}

.customer-interview-btn-area a{
	width: 346px;
	height: 60px;
	line-height: 60px;
	background-color: #254EA8;
	background-image: url(../customer/img2/customer_index/chevron-right-b.svg);
	background-repeat: no-repeat;
	background-position: 95% 50%;;
	border-radius: 35px;
	color: #fff;
    display: block;
	font-size: 20px;
	font-weight: bold;
	text-indent: 20px;
	transition: all 0.3s ease 0s;
    margin: 0 auto;
}

.customer-interview-btn-area a:hover{
	background-color: #16316D;
}

/*---------------------------------
	メニュー
----------------------------------*/
#pagemenu-wrap{
	width: 1120px;
	margin: 0 auto;
}

#pagemenu-wrap .about-menu-list{
	width: 1120px;
	margin: 0 auto;
	padding: 30px 0;
	display: flex;
	flex-wrap: wrap;
}

.about-menu-list .link-btn{
	width: 260px;
	height: 80px;
	background-color: #fff;
	border: 2px solid #254EA8;
	border-radius: 5px;
	display: block;
	margin-right: 20px;
	padding: 20px 0;
	position: relative;
}

.link-btn:last-of-type{
	margin-right: 0;
}

.link-btn:hover .chevron-bottom-b{
	transition: all .15s ease-out;
	transform: translate(0px,7px);
}

.link-btn .chevron-bottom-b{
	position: absolute;
	top: 95px;
	right: 50%;
}

.about-menu-list a .about-menu-list-in{
	text-align: center;
}

.about-menu-list-in dt{
	font-size: 24px;
	color: #F6B61F;
	font-weight: bold;
	margin-bottom: 20px;
}

.about-menu-list-in dd{
	font-size: 16px;
	font-weight: bold;
}

/*---------------------------------
	01ナビについて
----------------------------------*/

/* タイトル */
.navi-band-wrap{
	width:100%;
	background-color: #fbfcdb;
	background-image: url(../customer/img2/customer_index/band-img-o.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: -500%;
	margin-right: -500%;
	padding: 80px 500%;
	border-style:none;
}
.navi-band-wrap p{
	width: 1200px;
    height: 80px;
    line-height: 80px;
    color: #3e3a39;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}

.navi-band-wrap .garnish-number{
	font-family: 'Libre Baskerville', serif;
	font-size: 73px;
	color: #fff;
	position: relative;
	top: 11px;
	left: 0px;
	padding-left:22px;
}

.navi-band-wrap .garnish-number::before {
    content: "";
    display: block;
    width: 27px;
    border-bottom: 3px solid #3e3a39;
    position: absolute;
    top: 50%;
    left: -22px;
}

#navi-wrap{
	width:100%;
	background-color: #F8EED0;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	padding-bottom: 60px;
	border-style:none;
}

#navi-wrap #navi-in{
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 0 0;
}

#navi-in .logo-wrap{
	width: 1120px;
	display: flex;
	margin: 0 auto;
}

.logo-wrap .navi-logo{
	width: 450px;
	padding-bottom: 60px;
	position: relative;
}

.navi-logo img{
	width: 100%;
	display: block;
	text-align: center;
	margin: 50px 0;
}

.navi-logo .navi-txt{
	width: 450px;
	font-size: 16px;
	text-align: left;	
	line-height: 30px;
	padding-bottom: 10px;
}

#navi-in .navi-logo-area{
	width: 670px;
	margin: 0 auto;
	padding: 0 0 60px 0;
}

#navi-in .navi-content{
	width:100%;
	background-image: url(../customer/img2/customer_index/navi-back.jpg?ver02);
	background-position: center 0;
	background-repeat: no-repeat;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	padding-top: 50px;
	border-style:none;
	}

.navi-content .navi-about{
	width: 1120px;
	margin: 0 auto;
}

.navi-about .main-box{
	width: 1120px;
	background-color: #fff;
	margin: 40px auto;
	padding: 40px 0 10px 0;
}

.navi-about .main-box .mainbox-txt-area{
	width: 790px;
	margin: 0 auto 0 auto;
}

.navi-about .mainbox-txt-area strong{
	width: 500px;
	background-image: url(../customer/img2/title-deco01.png),url(../customer/img2/title-deco02.png);
    background-position: 0px 0px ,100% 100%;
    background-repeat: no-repeat;
    font-size: 24px;
    text-align: center;
    height: 80px;
    line-height: 80px;
	display: block;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin: 0px auto;
}

.mainbox-txt-area .mv-line-wrap{
	width: 606px;
	position: relative;
}
.mainbox-txt-area .mv-line-wrap #mv-line3{
	position: absolute;
	bottom: -28px;
    left: 186px;
}

.navi-about .main-box .mainbox-txt-area p{
	font-size: 16px;
	line-height: 25px;
	margin: 30px 0 30px 35px;
}

.navi-about .main-box .box-img-area{
	width: 1057px;
	margin: 0 auto;
	padding: 0;
}

.navi-about .main-box .pv-value{
	width: 1057px;
	margin: 0 auto 40px auto;
}

.pv-value .pv-value-list{
	width: 1057px;
	display: flex;
}

.pv-value-list li{
	width: 250px;
	margin-right: 20px;
}

.pv-value-list li img{
	display: block;
	margin: 0 auto;
}

.pv-value-list li:nth-of-type(1n) p{
	width: 250px;
	height: 120px;
	display: block;
	background-color: #78C4EB;
	margin-top: -20px;
}

.pv-value-list li:nth-of-type(2n) p{
	width: 250px;
	height: 120px;
	display: block;
	background-color: #F6C01F;
	margin-top: -20px;
}

.pv-value-list li:last-of-type{
	margin-right: 0;
}

.pv-value .pv-value-list p{
	font-size: 20px;
	font-weight: bold;
	padding-top: 30px;
}

.pv-value .pv-value-list p strong{
	display: block;
	font-size: 24px;
	text-align: center;
	margin: 0 auto 20px auto;
}

.pv-value .pv-value-list p .count{
	font-size: 43px;
	margin: 0 10px 0 30px;
}

.pv-value .pv-value-list p em{
	font-size: 16px;
}

.pv-value .pv-value-list p .pv-unit{
	font-size: 20px;
}

.pv-value-list li:last-of-type p .pv-unit{
	font-size: 18px;
}

.pv-value .pv-value-list li:last-of-type p strong{
	margin: 0 auto 30px auto;
}

.pv-value .pv-value-list li:last-of-type .count{
	font-size: 35px;
	margin-left: 14px;
}

.pv-value-list li:nth-of-type(1) p .count,
.pv-value-list li:nth-of-type(3) p .count
{
	margin-left: 58px;
}

.navi-content .navi-service-box{
	width: 1120px;
	background-color: #fff;
	margin-bottom: 50px;
	padding: 30px 0;
	box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.1);
}

.navi-service-box .navi-service-txt{
	color: #254EA8;
	font-size: 24px;
    text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

.navi-service-box .navi-service-list{
	width: 1060px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.navi-service-list li{
	width: 200px;
	color: #254EA8;
	font-size: 16px;
}

.navi-service-list li img{
	display: block;
	margin: 0 auto 30px auto;
}

.navi-service-list li p{
	text-align: center;
}

/* サブボックス */
.navi-about .sub-box-list{
	width: 1120px;
	display: flex;
	padding-bottom: 230px;
}

.navi-about .sub-box{
	width: 1080px;
	padding: 60px 0;
	position: relative;
}

.navi-about .sub-box:first-of-type{
	margin-right: 30px;
}

.navi-about .sub-box .box-img-area{
	width: 520px;
	margin: 32px 0 0 5px;
	z-index: -100;
}

.navi-about .sub-box .box-img-area img{
	width: 100%;
	z-index: -100;
}

.navi-about .sub-box .box-txt-area{
	width: 516px;
	height: 300px;
	background-color: #fff;
	box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.1);
	margin: 0 0 0 29px;
	position: absolute;
	z-index: 100;
	bottom: -200px;
}

.navi-about .sub-box strong{
	color: #3e3a39;
	display: block;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 60px auto 35px auto;
	position: relative;
}

.navi-about .sub-box strong::before{
	content: "";
    display: block;
	width: 2px;
	height: 100px;
	background-color: #F6B61F;
    position: absolute;
    top: -120px;
    left: 63px;
}

.navi-about .sub-box .box-txt-area p{
	width: 430px;
	font-size: 14px;
	line-height: 30px;
	margin: 0 auto;
}

/*---------------------------------
	02フェアについて
----------------------------------*/
#fair-wrap{
	width:100%;
	background-color: #E7F5F8;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	/*padding-bottom: 60px;*/
	padding-bottom: 200px;
	border-style:none;
	}

#fair-wrap #fair-in{
	width: 100%;
	margin: 0 auto;
	padding-top: 60px;
	}

#fair-in .logo-wrap{
	width: 1120px;
	display: flex;
	margin: 0 auto;
}

.logo-wrap .fair-logo{
	width: 450px;
	padding-bottom: 60px;
	position: relative;
}

.fair-logo img{
	width: 80%;
	display: block;
	text-align: center;
	margin: 80px 0 0 0;
}

.fair-logo .garnish-number{
	font-family: 'Libre Baskerville', serif;
    font-size: 73px;
	color: #CED4D8;
	position: absolute;
	top: 0px;
	left: 30px;
	padding-left:22px;
}

.fair-logo .garnish-number::before {
    content: "";
    display: block;
    width: 27px;
    border-bottom: 3px solid #254EA8;
    position: absolute;
    top: 50%;
    left: -22px;
}

#fair-in .fair-logo-area{
	width: 670px;
	margin: 0 auto;
	padding: 0 0 60px 0;
}

.fair-logo-area h5{
	width: 745px;
	font-size: 30px;
	text-align: left;
	margin: 20px 0 40px 0;
}

.fair-logo-area h5 span{
	color: #254EA8;
	padding-bottom: 60px;
}

.fair-logo-area .fair-txt{
	width: 670px;
	font-size: 16px;
	text-align: left;	
	line-height: 30px;
	padding-bottom: 10px;
}

#fair-in .fair-content{
	width:100%;
	background-image: url(../customer/img2/customer_index/fair-back.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	padding-top: 220px;
	border-style:none;
	}

.fair-content .fair-about{
	width: 1120px;
	margin: 0 auto;
}

.fair-about .main-box{
	width: 1120px;
	background-color: #fff;
	margin: 0 auto 50px auto;
	padding: 40px 0 50px 0;
}

.fair-main-box-title{
	background-image: url(../customer/img2/customer_index/title-deco01.png),url(../customer/img2/customer_index/title-deco02.png);
    background-position: 33px 0px ,594px 68px;
    background-repeat: no-repeat;
    font-size: 24px;
    text-align: center;
    height: 100px;
    line-height: 100px;
    margin-bottom: 30px;
}

.fair-main-box-title span{
	color: #254EA8;
	font-weight: bold;
	padding-right: 20px;
}

.main-box .fair-data{
	width: 1060px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.fair-data li{
	width: 340px;
	border: 1px solid #254EA8;
	margin: 20px 15px 0 0;
	padding: 20px 0;
}

.fair-data li:nth-of-type(3),
.fair-data li:nth-of-type(6)
{
	margin-right: 0;
}

.fair-data li:nth-of-type(4),
.fair-data li:nth-of-type(5){
	padding-bottom: 0;
}

.fair-data li:nth-of-type(6){
	border: none;
	color: #254EA8;
	margin-top: 100px;
}

.fair-data .fair-data-content{
	width: 300px;
	display: flex;
	margin: 0 auto;
}

.fair-data li:first-of-type .fair-data-content{
	margin-top: 10px;
}

.fair-data li:nth-of-type(3) .fair-data-content{
	margin-top: 30px;
}

.fair-data-content dt{
	margin-right: 20px;
}

.fair-data li:nth-of-type(2) .fair-data-content dt{
	margin-top: 20px;
}

.fair-data-content dd .fair-data-title{
	color: #254EA8;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.fair-data-title span{
	font-size: 18px;
	font-weight: normal;
}

.fair-data-content dd .fair-data-value{
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 15px;
}

.fair-data-content dd .fair-data-value2{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}

.count2{
	color: #F6B61F;
}

.fair-data-content em{
	color: #254EA8;
	font-size: 18px;
	font-weight: normal;
	margin-right: 49px;
}

.fair-data-value2 .p-student{
	margin-right: 30px;
}

.fair-data-value .fair-data-unit{
	color: #254EA8;
	font-size: 20px;
}

.fair-data li:nth-of-type(2) .fair-data-content .fair-data-unit{
	color: #254EA8;
	font-size: 18px;
}

.fair-data .data-txt{
	width: 300px;
	color: #254EA8;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
}

.fair-data .data-txt2{
	width: 300px;
	color: #254EA8;
	font-size: 14px;
	text-align: right;
	margin: 0 auto;
}

/* 最後2つのボックスだけ設定変更 */
.fair-data .fair-data-content2{
	width: 300px;
	margin: 0 auto 20px auto;
}

.fair-data-content2 dt{
	color: #254EA8;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

.fair-data-content2 .fair-data-value{
	color: #254EA8;
	font-size: 34px;
	font-weight: bold;
	text-align: left;
}

.fair-data-content2 dd{
	width: 253px;
	display: flex;
	margin: 0 auto;
}

.fair-data-content2 .question{
	width: 100px;
	display: flex;
}

.fair-data-content2 .question:first-of-type{
	width: 130px;
	margin-right: 20px;
}

.question img{
	margin-right: 15px;
}

.question em{
	font-size: 20px;
}

.question .fair-data-unit{
	font-size: 20px;
	margin-left: 10px;
}

.fair-data-content2 .fair-data-value3{
	color: #254EA8;
	font-size: 50px;
}

.fair-btn-area{
	width: 1125px;
	display: flex;
	margin: 0 auto;
}

.fair-btn-area a{
	width: 547px;
	height: 60px;
	line-height: 60px;
	background-color: #254EA8;
	background-image: url(../customer/img2/customer_index/chevron-right-b.svg);
	background-repeat: no-repeat;
	background-position: 95% 50%;;
	border-radius: 35px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-indent: 20px;
	transition: all 0.3s ease 0s;
}

.fair-btn-area a:first-of-type{
	margin-right: 30px;
}

.fair-btn-area a:hover{
	background-color: #16316D;
}

/* サブボックス */
.fair-about .sub-box{
	width: 1040px;
	height: 370px;
	display: flex;
	margin: 0 auto;
	padding: 60px 0;
	position: relative;
}

.fair-about .sub-box .box-img-area{
	/*width: 400px;
	margin: 32px 0 0 30px;*/
	width: 450px;
	margin: 90px 0 0 0px;
}

.fair-about .sub-box .box-img-area img{
	width: 100%;
	z-index: -100;
}

.fair-about .sub-box .box-txt-area{
	width: 700px;
    /*height: 452px;*/
	height: 580px;
    background-color: #fff;
    box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding-bottom: 60px;
	z-index: 100;
	position: absolute;
	right: 30px;
    /*bottom: -12px;*/
	bottom: -130px;
}

.fair-about .sub-box strong{
	display: block;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 40px auto 30px auto;
	position: relative;
}

.fair-about .sub-box .box-txt-area p{
	width: 480px;
	font-size: 13px;
	line-height: 25px;
	margin: 0 auto 20px auto;
}

.fair-about .performance-title{
	width: 650px;
	font-size: 13px;
	margin: 10px auto 0 auto;
	display: flex;
	position: relative;
}

.performance-title em{
	background-color: #F6B61F;
    display: block;
    color: #fff;
	margin-bottom: 10px;
	padding: 5px 10px;
	position: absolute;
}

.performance-title em:first-of-type{
	left: 100px;
}

.performance-title em:nth-of-type(2){
	right: 100px;
}

.fair-about .sub-box .box-txt-area .performance-list{
	width: 650px;
	margin: 0 auto;
	display: flex;
}

.fair-about .box-txt-area ul{
	margin-top: 10px;
}

.fair-about .box-txt-area ul:first-of-type{
	width: 50%;
	background-color: #E7F5F8;
	padding: 20px 0 20px 20px;
}

.fair-about .box-txt-area ul:nth-of-type(2){
	width: 260px;
	background-color: #E7F5F8;
	padding: 20px 20px 20px 0px;
}

.fair-about .box-txt-area ul:last-of-type{
	width: 50%;
	/*background-color: #F8EED0;*/
	background-color: #E7F5F8;
	padding: 20px 0 20px 20px;
}

.fair-about .box-txt-area ul li{
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 5px;
}

.sub-box .box-txt-area .performance-list2{
	width: 430px;
	margin: 0 auto;
}

/*---------------------------------
	03ナビBOOKについて
----------------------------------*/
#book-wrap{
	width:100%;
	background-color: #F5F5F5;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	padding-bottom: 160px;
	border-style:none;
}

#book-wrap #book-in{
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 60px 0;
}

#book-in .logo-wrap{
	width: 1120px;
	display: flex;
	margin: 0 auto;
}

.logo-wrap .book-logo{
	width: 450px;
	padding-bottom: 60px;
	position: relative;
}

.book-logo img{
	width: 80%;
	display: block;
	text-align: center;
	margin: 80px 0 0 0;
}

.book-logo .garnish-number{
	font-family: 'Libre Baskerville', serif;
    font-size: 73px;
    color: #CED4D8;
    position: absolute;
    top: 0px;
	left: 30px;
	padding-left: 22px;
}

.book-logo .garnish-number::before {
    content: "";
    display: block;
    width: 27px;
    border-bottom: 3px solid #254EA8;
    position: absolute;
    top: 50%;
    left: -20px;
}
.book-logo-area h6{
	width: 670px;
	font-size: 24px;
	text-align: left;
	margin: 20px 0 40px 0;
}

.book-logo-area h6 span{
	color: #254EA8;
	padding-bottom: 60px;
}

#book-in .book-logo-area{
	width: 670px;
	margin: 0 auto;
	padding: 0 0 60px 0;
}

.book-logo-area .book-txt{
	width: 670px;
	font-size: 16px;
    text-align: left;
    line-height: 30px;
    padding-bottom: 10px;
}

#book-in .book-content{
	width:100%;
	background-image: url(../customer/img2/customer_index/book-back.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	padding-top: 220px;
	border-style:none;
	}

.book-content .book-about{
	width: 1120px;
	margin: 0 auto;
}

.book-about .main-box{
	width: 1120px;
	background-color: #fff;
	margin: 0 auto 40px auto;
	padding: 60px 0;
}

.book-about .main-box .box-txt-area{
	width: 495px;
	float: left;
	margin: 0 35px 0 30px;
}

.book-about .main-box strong{
	display: block;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 30px auto 60px auto;
	position: relative;
}

.book-about .main-box strong::after{
	content: "";
    display: block;
    width: 420px;
	border-bottom: 5px solid #254EA8;
	position: absolute;
	top: 45px;
    left: 35px;
}

.main-box .box-txt-area .box-txt-area-in{
	width: 430px;
	font-size: 16px;
	line-height: 30px;
	margin-left: 35px;
}

.book-about .main-box .box-img-area{
	width: 485px;
	background-color:#F6F6F6;
	float: left;
	margin: 0 70px 50px 0;
	padding: 0;
} 

.main-box .navi-book-post{
	width: 960px;
	height: 112px;
	background-color: #E7F5F8;
	background-image: url(../customer/img2/customer_index/book-post-img01.png),url(../customer/img2/customer_index/book-post-img02.png);
	background-position: 29px 11px , 791px 20px;
	background-repeat: no-repeat , no-repeat;
	border: 3px solid #254EA8;
	border-radius: 10px;
	clear: both;
	margin: 60px auto 0 auto;
	padding-top: 15px;
	position: relative;
}

.navi-book-post em{
	width: 395px;
	background-color: #F6B61F;
	display: block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	position: absolute;
	top: -20px;
    left: 300px;
}

.navi-book-post p{
	width: 593px;
	font-size: 16px;
    line-height: 30px;
	margin: 6px auto 0 auto;
	padding: 20px;
}

/*---------------------------------
	04採用ツール作成・採用サービス
----------------------------------*/
#tool-wrap{
	width:100%;
	background-color: #F3F6FD;
	background-image:
	 radial-gradient(#DCDCDC 2px, transparent 2px);
	background-size: 30px 30px;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	padding-bottom: 60px;
	border-style:none;
	}

#tool-wrap #tool-in{
	width: 100%;
	margin: 0 auto;
	}

#tool-in .tool-logo-area{
	width: 800px;
	margin: 0 auto;
	padding: 60px 0 20px 0;
	position: relative;
}

.tool-logo-area .garnish-number{
	font-family: 'Libre Baskerville', serif;
    font-size: 73px;
    color: #CED4D8;
    position: absolute;
    top: 46px;
	left: 30px;
}

.tool-logo-area .garnish-number::before {
    content: "";
    display: block;
    width: 27px;
    border-bottom: 3px solid #254EA8;
    position: absolute;
    top: 50%;
    left: -37px;
}

.tool-logo-area h6{
	font-size: 34px;
	text-align: left;
	margin: 0 0 30px 135px;
}

.tool-logo-area h6 span{
	color: #254EA8;
	padding-bottom: 60px;
}

.tool-logo-area .tool-txt{
	font-size: 16px;
    text-align: left;
    line-height: 30px;
    margin-left: 145px;
    padding-bottom: 10px;
}

#tool-in .tool-list{
	width: 1120px;
	margin: 0 auto;
	display: flex;
}

.tool-list li{
	width: 223px;
	background-color: #fff;
	border: 1px solid #254EA8;
    margin: 20px 15px 0 0;
    padding: 20px 0 0 0;
}

.tool-list li:last-of-type{
	margin-right: 0;
}

.tool-list .tool-list-in{
	text-align: center;
}

.tool-list-in dt{
	height: 90px;
	position: relative;
}

.tool-list-in dt img{
	display: block;
	margin: 0 auto;
}

.tool-list li:nth-of-type(2) .tool-list-in dt img,
.tool-list li:nth-of-type(5) .tool-list-in dt img{
	position: absolute;
    left: 25%;
    top: 10px;
}

.tool-list li:nth-of-type(3) .tool-list-in dt img{
	position: absolute;
    left: 33%;
    top: 10px;
}
.tool-list-in dd{
	color: #254EA8;
	font-weight: bold;
	padding-top: 10px;
}

.tool-list li:nth-of-type(3) .tool-list-in dd{
	padding-top: 10px;
}

.tool-list li:nth-of-type(4) .tool-list-in dd{
	padding: 20px 0;
}

.tool-list li:nth-of-type(4) .tool-list-in dd span{
	font-size: 12px;
}

/*---------------------------------
	私たちのサービスがなぜ評価されるのか？
----------------------------------*/
.band-wrap{
	width:100%;
	background-color: #F6B61F;
	background-image: url(../customer/img2/customer_index/band-img-o.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: -500%;
	margin-right: -500%;
	padding: 80px 500%;
	border-style:none;
}
.band-wrap p{
	width: 1200px;
    height: 80px;
    line-height: 80px;
    background-image: url(../customer/img2/customer_index/title-deco03.png),url(../customer/img2/customer_index/title-deco04.png);
    background-position: 174px 0px ,971px 46px;
    background-repeat: no-repeat;
    color: #3e3a39;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}

/*---------------------------------
	05養成校とのつながり
----------------------------------*/
#school-wrap{
	width:100%;
	background-color: #F8EED0;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	border-style:none;
	}

#school-wrap #school-in{
	width: 100%;
	margin: 0 auto;
	}

#school-in .school-logo-area{
	width: 800px;
	margin: 0 auto;
	padding: 60px 0 20px 0;
	position: relative;
}

.school-logo-area .garnish-number{
	font-family: 'Libre Baskerville', serif;
    font-size: 73px;
    color: #F6B61F;
    position: absolute;
    top: 46px;
    left: 30px;
}

.school-logo-area .garnish-number::before {
    content: "";
    display: block;
    width: 27px;
    border-bottom: 3px solid #3e3a39;
    position: absolute;
    top: 50%;
    left: -37px;
}

.school-logo-area h6{
	width: 810px;
	font-size: 34px;
	text-align: left;
	margin: 0 0 30px 135px;
}

.school-logo-area h6 span{
	color: #F47F21;
	padding-bottom: 60px;
}

.school-logo-area .school-txt{
	font-size: 16px;
    text-align: left;
    line-height: 30px;
    margin-left: 145px;
    padding-bottom: 10px;
}

#school-in .school-content{
	width:100%;
	background-image: url(../customer/img2/customer_index/school-back.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	padding-top: 220px;
	border-style:none;
	}

.school-content .school-about{
	width: 1200px;
	margin: 0 auto;
}

.school-about .main-box{
	width: 1120px;
	background-color: #fff;
	margin: 0 auto 40px auto;
	padding: 60px 0;
}

.school-about .main-box .box-txt-area{
	width: 1060px;
	margin: 0 auto;
}

.school-about .main-box .txt-area-title{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 40px auto;
}

.school-about .main-box strong{
	display: block;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 15px auto;
	position: relative;
}

.school-about .main-box strong::after{
	content: "";
    display: block;
    width: 380px;
	border-bottom: 5px solid #F6B61F;
	position: absolute;
	top: 40px;
    left: 338px;
}

.school-about .main-box .box-txt-area p{
	width: 1060px;
	line-height: 35px;
	margin: 56px 0 20px 35px;
}

.school-about .main-box .box-img-area{
	width: 1040px;
	background-color:#F6F6F6;
	margin: 0 auto;
	padding: 5px 0;
}

.school-about .box-img-area em{
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 30px auto;
}

.school-about .school-list{
	width: 1000px;
	display: flex;
}

.school-about .box-img-area img{
	margin: 0 40px;
}

.school-about .box-img-area .school-list-in{
	width: 580px;
	font-size: 13px;
	line-height: 25px;
	margin: 0 auto 20px auto;
}

.school-list-in p{
	margin-bottom: 20px;
}

/* サブボックス */
.school-about .sub-box{
	width: 1040px;
	height: 370px;
	display: flex;
	margin: 0 auto;
	padding: 0 0 80px 0;
	position: relative;
}

.school-about .sub-box .box-txt-area{
	width: 516px;
    background-color: #fff;
    box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding-bottom: 30px;
	z-index: 100;
	position: absolute;
	right: 30px;
    bottom: 58px;
}

.school-about .sub-box strong{
	display: block;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 30px auto;
	position: relative;
}

.school-about .sub-box strong::before{
	content: "";
    display: block;
    width: 111px;
    height: 2px;
    background-color: #F6B61F;
    position: absolute;
    top: 11px;
    left: -54px
}

.school-about .sub-box .box-txt-area p{
	width: 430px;
	font-size: 13px;
	line-height: 24px;
	margin: 0 auto 15px auto;
}

.school-about .sub-box .box-txt-area .performance-list{
	width: 430px;
	margin: 0 auto;
	display: flex;
}

.school-about .box-txt-area ul li {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 5px;
}

.school-about .sub-box .box-img-area{
	width: 520px;
	margin: 32px 0 0 30px;
}

.school-about .sub-box .box-img-area img{
	width: 100%;
	z-index: -100;
}

/*---------------------------------
	02蓄積されたノウハウ
----------------------------------*/
#lecture-wrap{
	width:100%;
	background-color: #FFF7F5;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	border-style:none;
	}

#lecture-wrap #lecture-in{
	width: 100%;
	margin: 0 auto;
	}

#lecture-in .lecture-logo-area{
	width: 800px;
	margin: 0 auto;
	padding: 60px 0 20px 0;
	position: relative;
}

.lecture-logo-area .garnish-number{
	font-family: 'Libre Baskerville', serif;
    font-size: 73px;
    color: #F6B61F;
    position: absolute;
    top: 46px;
    left: 30px;
}

.lecture-logo-area .garnish-number::before {
    content: "";
    display: block;
    width: 27px;
    border-bottom: 3px solid #3e3a39;
    position: absolute;
    top: 50%;
    left: -37px;
}

.lecture-logo-area h6{
	width: 810px;
	font-size: 34px;
	text-align: left;
	margin: 0 0 30px 135px;
}

.lecture-logo-area h6 span{
	color: #F47F21;
	padding-bottom: 60px;
}

.lecture-logo-area .lecture-txt{
	font-size: 16px;
    text-align: left;
    line-height: 30px;
    margin-left: 145px;
    padding-bottom: 10px;
}

#lecture-in .lecture-content{
	width:100%;
	background-image: url(../customer/img2/customer_index/lecture-back.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	padding-top: 220px;
	border-style:none;
	}

.lecture-content .lecture-about{
	width: 1200px;
	margin: 0 auto;
}

.lecture-about .main-box{
	width: 1120px;
	background-color: #fff;
	margin: 0 auto 40px auto;
	padding: 60px 0;
}

.lecture-about .main-box .box-txt-area{
	width: 1060px;
	margin: 0 auto;
}

.lecture-about .main-box .txt-area-title{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 40px auto;
}

.lecture-about .main-box strong{
	display: block;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 15px auto;
	position: relative;
}

.lecture-about .main-box strong::after{
	content: "";
    display: block;
    width: 380px;
	border-bottom: 5px solid #F6B61F;
	position: absolute;
	top: 40px;
    left: 338px;
}

.lecture-about .main-box .box-txt-area p{
	width: 1060px;
	line-height: 35px;
	margin: 56px 0 20px 35px;
}

.lecture-about .main-box .box-img-area{
	width: 1040px;
	background-color:#F6F6F6;
	margin: 0 auto;
	padding: 5px 0 30px 0;
}

.lecture-about .box-img-area em{
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 30px auto;
}

.lecture-about .lecture-list{
	width: 1000px;
	display: flex;
}

.lecture-about .box-img-area img{
	margin: 0 40px;
}

.lecture-about .box-img-area .lecture-list-in{
	width: 580px;
	font-size: 14px;
	line-height: 25px;
}

.lecture-list-in p{
	line-height: 30px;
	margin-top: 40px;
}

/* 新卒採用における個別のサポート */
.lecture-content .support-wrap{
	width: 100%;
	height: 385px;
	background-image: url(../customer/img2/customer_index/back-img-o.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 30px;
	padding-top: 50px;
}

.support-wrap .support-in{
	width: 840px;
	background-color: #fff;
	margin: 0 auto;
	padding: 30px;
}

.support-in .support-title{
	width: 840px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 52px;
	margin: 0 20px 20px 0;
}

.support-in strong{
	background-color: #F47F21;
	border-radius: 50px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin-right: 5px;
	padding: 5px 15px;
}

.support-in strong:nth-of-type(2){
	background-color: #254EA8;
	margin: 0 5px;
}

.support-in .support-list{
	width: 840px;
	display: flex;
}

.support-in .support-txt{
	width: 480px;
	font-size: 16px;
	line-height: 27px;
	margin: 15px 0 0 30px;
}

.support-txt li{
	background-image: url(../customer/img2/customer_index/check.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: left;
	padding-left: 35px;
	margin: 0 0 5px 0;
}

.support-txt li:last-of-type{
	background-image: none;
	margin: 20px auto 0 auto;
	padding-left: 0;
}

/*---------------------------------
	サービス一覧
----------------------------------*/
#service-wrap{
	width:100%;
	background-color: #F3F6FD;
    background-image: radial-gradient(#DCDCDC 2px, transparent 2px);
    background-size: 30px 30px;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	padding-bottom: 60px;
	border-style:none;
	}

#service-wrap #service-in{
	width: 100%;
	background: linear-gradient(120deg, #7CC1EB 0%, #C0E8FA 100%);
	background-repeat: no-repeat;
	background-size: 100% 460px;
	margin: 0 auto;
	padding: 60px 0;
	}

#service-in strong{
	width: 210px;
	display: block;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 50px auto;
    padding-bottom: 30px;
    position: relative;
}

#service-in strong::after{
	content: "";
    display: block;
    width: 30px;
    border-bottom: 3px solid #254EA8;
    position: absolute;
    top: 74px;
    left: 93px;
}

#service-in .service-list{
	width: 1120px;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 40px 30px 10px 30px;
}

.service-list li{
	width: 320px;
	border: 1px solid #254EA8;
	margin: 0 77px 30px 0;
}

.service-list li:nth-of-type(3n){
	margin-right: 0;
}

.service-list .service-list-title{
	color: #254EA8;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.service-list .service-list-txt{
	width: 280px;
	line-height: 25px;
	margin: 0 auto 20px auto;
}

.service-list dl dt{
	height: 100px;
	margin: 0 auto;
}

.service-list dl dt img{
	display: block;
	text-align: center;
	margin: 20px auto;
}

/*---------------------------------
	お問い合わせ
----------------------------------*/
#contact-wrap{
	width:100%;
	background-color: #F6C01F;
	background-image: url(../customer/img2/customer_index/back-img-o.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: -500%;
	margin-right: -500%;
	padding: 40px 500%;
	border-style:none;
	}

#contact-wrap #contact-in{
	width: 1120px;
	margin: 0 auto;
	}

#contact-in strong{
	background-image: url(../customer/img2/customer_index/title-deco01.png),url(../customer/img2/customer_index/title-deco02.png);
    background-position: 402px 0px ,697px 46px;
    background-repeat: no-repeat;
	display: block;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 30px auto;
	padding: 30px 0;
	}

#contact-in #contact-contents{
	width: 840px;
	display: flex;
	margin: 0 auto 30px auto;
	justify-content: center;
}

#contact-in .contact-list{
	width: 410px;
	background-color: #fff;
	border: 1px solid #254EA8;
	}

#contact-in .contact-list .contact-list-in{
	margin: 30px 25px;
}

.contact-list .contact-list-in dt{
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 25px;
	color: #333;
}

.contact-list-in dd p{
	font-size: 14px;
	line-height: 24px;
	font-weight: 800;
	color: #333;
	margin-bottom: 25px;
}

.contact-list-in dd .contact-btn{
	width: 360px;
	height: 65px;
	background-image: url(../customer/img2/customer_index/chevron-right-b.svg);
	background-repeat: no-repeat;
	background-position: 318px 20px;
	display: block;
	font-size: 20px;
	line-height: 65px;
	background-color: #254EA8;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	text-indent: 20px;
	cursor: pointer;
  	transition: all 0.3s ease 0s;
}

.contact-list-in dd .contact-btn:hover{
	background-color: #16316D;
}

#contact-in .tel-contact{
	width: 600px;
	display: flex;
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

#contact-in .tel-contact em{
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
}

#contact-in .tel-contact img{
	display: block;
    margin-left: 220px;
    width: 10%;
}

#contact-in .tel-contact span{
	font-size: 40px;
	font-weight: bold;
}

/* 固定メニュー */
#fixed-menu{
	width: 100%;
	height: 10%;
	background-color: #254EA8;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
}

#fixed-menu #fixed-menu-in{
	width: 1200px;
	margin: 0 auto;
	display: flex;
}

.is-fixed {
	display: none!important;
	
  }

#fixed-menu .tel-contact{
	width: 480px;
	color: #fff;
	position: relative;
	margin-top: 20px;
}

#fixed-menu .tel-contact em{
	display: block;
	font-weight: bold;
	position: absolute;
	top: 14px;
	left: 0;
}

#fixed-menu .tel-contact span{
	font-size: 40px;
	font-weight: bold;
	margin-left: 156px;
}

#fixed-menu .fixed-btn-area{
	width: 530px;
	display: flex;
	margin: 10px 0 0 188px;
}

.fixed-btn-area .contact-btn{
	width: 260px;
	height: 55px;
	line-height: 55px;
	background-image: url(../customer/img2/customer_index/chevron-right-b.svg);
	background-repeat: no-repeat;
	background-position: 215px 15px;
	background-color: #fff;
	border-radius: 10px;
	color: #254EA8;
	font-weight: bold;
	text-indent: 20px;
	transition: all 0.3s ease 0s;
}

.fixed-btn-area .contact-btn:hover{
	background-color: #16316D;
	color: #fff;
}

.contact-btn:first-of-type{
	margin-right: 20px;
}

/*フッター*/
#footer_wrap{
	width:100%;
	background-color:#fff;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	border-style:none;
	}

#footer_wrap #footer_in{
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0 10px 0;
	}

#footer_in img{
	width: 340px;
}

#footer_wrap  .page-back{
	position: fixed;
 	bottom: 80px;
 	right: 20px;
	}

#footer_wrap #footer_in small{
	font-size: 14px;
	position: relative;
	top: -15px;
	left: 15px;
}

/*共有*/
.clear{
	clear:both;}
