@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html{
	overflow: auto;
}

html,body{
    width: 100%;
}

body {
  color : #000;
	font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	position: relative;
}

@media screen and (min-width: 769px) {
	body{
		min-width: 1200px;
		overflow: hidden;
	}
}

.ipad{
	min-width: 1200px;
}

a,
a img{
	text-decoration: none;
	transition: 0.3s ease-out;
}

.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}

/*header
--------------------------------------------------*/
.header{
	position: relative;
	padding-top: 100px;
}

.floating__nav{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 300;
	min-width: 1200px;
}

.header__logo{
	position: absolute;
	top: 29px;
	left: 42px;
	z-index: 310;
	width: 223px;
}

.header__logo img{
	width: 100%;
}

.header__nav{
	position: absolute;
	top: 19px;
	right: 21px;
}

.nav__index{
	position: absolute;
	top: 0;
	right: 439px;
	width: auto;
	display: flex;
	flex-direction: row;
}

.nav__item{
	margin-left: 50px;
	white-space: nowrap;
}

.nav__item:first-child{
	padding-left: 0;
}

.nav__item a{
	height: 80px;
	display: flex;
	align-items: center;
  font-size : 14px;
  letter-spacing : 2.8px;
	line-height: 1;
	font-weight: 700;
  color : #1C2556;
	padding-top: 10px;
}

.nav__btn{
	width: 300px;
	position: absolute;
	top: 0;
	right: 0;
}

.nav__btn a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #e2453c;
	border-radius: 40px;
	height: 80px;
	line-height: 1;
	color: #fff;
}

.nav__btn--en{
  font-family : 'Roboto';
  font-weight : 700;
  font-size : 18px;
  letter-spacing : 1.8px;
	margin-bottom: 6px;
}

.nav__btn--ja{
  font-weight : 700;
  font-size : 26px;
}

@media screen and (max-width: 1500px) {
	.nav__index{
		right: 280px;
	}

	.nav__item{
	margin-left: 30px;
	}

	.nav__btn{
		width: 250px;
	}

	.ipad .nav__item{
		margin-left: 20px;
	}

	.ipad .nav__item a{
		font-size: 12px;
	}
}


@media screen and (min-width: 769px) {
	/*hover*/
	.nav__item a:hover,
	.header__logo a:hover,
	.nav__btn a:hover{
		opacity: .6;
	}
	
	/*fixed*/
	.is-fixed{
		position: fixed;
		z-index: 500;
		background: rgba(255, 255, 255, 0.95);
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
		height: 100px;
	}

	.is-fixed .header__logo{
		top: 28px;
	}

	.is-fixed .header__nav{
		top: 10px;
	}
}

@media screen and (max-width: 768px) {
	.header{
		padding-top: 60px;
	}

	.floating__nav{
		height: auto;
		min-width: auto;
		top: 0;
	}

	.header__logo{
		top: 15px;
		left: 10px;
		width: 160px;
	}

	.header__nav{
		display: none;
	}
}

/*mainvisual
--------------------------------------------------*/
.mainvisual{
	position: relative;
	width: 100%;
	z-index: 200;
}

.mainvisual:before{
	content: '';
	display: block;
	padding-top: 56.25%;
}

.mv__ph{
	position: absolute;
	top:0;
	left: 0;
	background: url(../img/mv_pc.jpg) no-repeat 0 0/100%;
	width: 100%;
	height: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.mainvisual:before{
		padding-top: 144%;
	}
	
	.mv__ph{
		background-image: url(../img/mv_sp.jpg);
	}
}

/*SP navi
--------------------------------------------------*/
/*hamburger SP*/
@media screen and (max-width: 768px) {
	.hamburger{
		position: fixed;
    top: 0;
		right: 0;
    width: 40px;
    height: 40px;
		z-index: 700;
		background: #e2453c;
	}
	
	.hamburger__inner{
		position: absolute;
		top: 16px;
		left: 9px;
		width: 23px;
		height: 6px;
		cursor: pointer;
	}

	.hamburger__line{
		background: #fff;
		display: block;
		height: 1px;
		position: absolute;
		transition: 0.3s ease-out;
		width: 100%;
	}

	.hamburger__line--c{
		top: 6px;
	}

	.hamburger__line--b{
		bottom: 0px;
		background: transparent;
		}

	.hamburger__line--t.nav--active{
		top: 3px;
		transform: rotate(45deg);
	}

	.hamburger__line--c.nav--active{
		transform:scaleX(0);
	}

	.hamburger__line--b.nav--active{
		top:3px;
		transform: rotate(135deg);
		background: #fff;
	}
}

/*navi*/
.sp-nav{
	background: rgba(0,0,0,0.8);
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 600;
	top: 0;
	left: 0;
}

.sp-nav__container{
	align-items:center;
	display: flex;
	height: 100%;
	justify-content: center;
	position: absolute;
	width: 100%;
}

.sp-nav__index {
	width: 200px;
	margin: 0 auto;
}

.sp-nav__item{
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.sp-nav__item:last-child{
	border: none;
}

.sp-nav__item a{
	font-size: 16px;
	letter-spacing: 0.1em;
	color : #fff;
}

.sp-nav__btn{
	width: 160px;
	margin: 0 auto;
}

.sp-nav__btn a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #e2453c;
	border-radius: 40px;
	height: 60px;
	line-height: 1;
	color: #fff;
}

.sp-nav__btn--en{
  font-family : 'Roboto';
  font-weight : 700;
  font-size : 12px;
  letter-spacing : 1.8px;
	margin-bottom: 6px;
}

.sp-nav__btn--ja{
  font-weight : 700;
  font-size : 16px;
}

/*break
--------------------------------------------------*/
.pc--hidden{
	display: none;
}

.sp--hidden{
	display: block;
}

@media screen and (max-width: 768px) {
	.pc--hidden{
		display: block;
	}
	
	.sp--hidden{
		display: none;
	}
}

/*heading
--------------------------------------------------*/
.content__heading{
	line-height: 1;
}

.content__heading--en{
	display: block;
  font-family : 'Roboto';
  font-weight : 700;
  font-size : 20px;
  letter-spacing : 2px;
  color : #1C2556;
	margin-bottom: 10px;
}

.content__heading--ja{
	font-weight: 700;
  font-size : 30px;
  color : #1C2556;
}

@media screen and (max-width: 768px) {
	.content__heading--en{
		font-size : 16px;
		margin-bottom: 5px;
	}

	.content__heading--ja{
		font-size : 24px;
	}
}

/*message
--------------------------------------------------*/
.message{
	background: url(../img/message_bg.webp) no-repeat 0 0/cover;
	height: 800px;
}

.message__container{
	width: 980px;
	margin: 0 auto;
	position: relative;
	padding-top: 117px;
}

.message__heading{
	position: absolute;
	top: 123px;
	left: 0;
}

.message__heading span{
	color: #fff;
}

.message__txt__area{
	width: 610px;
	margin-left: auto;
}

.message__ttl{
	font-weight: 700;
  font-size : 24px;
  line-height : 1;
  color : #fff;
	margin-bottom: 51px;
}

.message__ttl strong{
  font-size : 38px;
  letter-spacing : 7.6px;
	display: block;
	margin-bottom: 32px;
}

.nessage__txt{
	font-weight: 700;
  font-size : 18px;
  line-height : 2;
	margin-bottom: 2em;
  color : #fff;
}

@media screen and (max-width: 768px) {
	.message{
		height: auto;
		padding: 50px 0;
	}

	.message__container{
		width: auto;
		padding: 0 20px;
	}

	.message__heading{
		position: relative;
		top: auto;
		left: auto;
		margin-bottom: 30px;
	}

	.message__txt__area{
		width: auto;
		margin-left: 0;
	}

	.message__ttl{
		font-size : 16px;
		line-height : 1;
		margin-bottom: 30px;
	}

	.message__ttl strong{
		font-size : 20px;
		letter-spacing : 5px;
		margin-bottom: 20px;
	}

	.nessage__txt{
		font-size : 15px;
		line-height : 1.7;
		margin-bottom: 1.5em;
		font-weight: 500;
	}
}


/*interview
--------------------------------------------------*/
.interview{
	background:#eafaff url(../img/interview_bg.jpg) no-repeat bottom 0 left 0/cover;
	padding: 152px 0 60px 0;
}

.interview__container{
	width: 980px;
	margin: 0 auto;
}

.interview__heading{
	text-align: center;
	margin-bottom: 29px;
}

.interview__read{
  font-size : 20px;
  line-height : 1.75;
  color : #1C2556;
	margin-bottom: 59px;
	text-align: center;
}

.interview__list{
	display: flex;
	justify-content: space-between;
}

.interview__item{
	width: 310px;
	transition: 0.3s ease-out;
	cursor: pointer;
}

.interview__ph{
	line-height: 0;
	margin-bottom: 27px;
}

.interview__ph img{
	width: 100%;
}

.interview__txt{
	font-weight: 700;
  font-size : 18px;
  line-height : 1.6;
  color : #1C2556;
	margin-bottom: 21px;
}

.interview__pos{
	font-weight: 700;
  font-size : 18px;
  line-height : 1;
  color : #1C2556;
  margin-bottom: 46px;
}

.interview__more{
	width: 150px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #1c2556;
	border-radius: 30px;
	height: 60px;
	font-size : 18px;
  color : #fff;
	font-weight: 700;
}

@media screen and (min-width: 769px) {
	.interview__item:hover{
		opacity: .6;
	}
}

@media screen and (max-width: 768px) {
	.interview{
		background:#eafaff url(../img/interview_bg.jpg) no-repeat top 0 left 100%/800px;
		padding: 50px 0;
	}

	.interview__container{
		width: auto;
		padding: 0 20px;
	}

	.interview__heading{
		text-align: center;
		margin-bottom: 25px;
	}

	.interview__read{
		font-size : 18px;
		line-height : 1.75;
		margin-bottom: 30px;
	}

	.interview__list{
		width: 280px;
		margin: 0 auto;
		display: block;

	}

	.interview__item{
		width: 100%;
		margin-bottom: 40px;
	}

	.interview__ph{
		margin-bottom: 15px;
	}

	.interview__txt{
		margin-bottom: 15px;
	}

	.interview__pos{
		margin-bottom: 20px;
	}
}

/*modal
--------------------------------------------------*/
.modal{
	margin: 50px auto;
	width: 800px;
	position: relative;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	box-sizing: border-box;
	padding: 30px 0;
}

.modal__top__close{
	width: 52px;
	position: absolute;
	top: -18px;
	right: -22px;
}

.modal__top__close img{
	width: 100%;
}

.modal__header{
	margin: 0 30px 30px 50px;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.modal__ph{
	width: 310px;
}

.modal__ph img{
	width: 100%;
}

.modal__head__txt{
	width: 370px;
	padding-top: 72px;
}

.modal__read{
	font-size : 24px;
	font-weight: 700;
  line-height : 1.625;
  color : #1C2556;
	margin-bottom: 22px;
}

.modal__pos{
  font-size : 18px;
	font-weight: 700;
	line-height: 1.8;
	color: #1C2556;
	padding-left: 6px;
}

.modal__qa{
	background: #f6f6f6;
	padding: 48px 40px 1px 100px;
	margin: 0 50px 30px 50px;
}

.modal__q{
  font-size : 20px;
	font-weight: 700;
  line-height : 1.5;
  color : #1C2556;
	margin-bottom: 19px;
	position: relative;
}

.modal__q::before{
	content: '';
	display: block;
	background: url(../img/modal_icon_q.svg) no-repeat 0 0/100%;
	width: 46px;
	height: 46px;
	position: absolute;
	top: -9px;
	left: -60px;
}

.modal__a{
  font-size : 16px;
  line-height : 32px;
  color : #333;
	margin-bottom: 47px;
}

.modal__btm__close{
	width: 420px;
	margin: 0 auto;
}

.modal__btm__close a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 94px;
	font-weight: 700;
  font-size : 22px;
  line-height : 1;
  color : #333;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

@media screen and (min-width: 769px) {
	.modal__close:hover{
		opacity: .7;
	}
}

@media screen and (max-width: 768px) {
	.modal{
		margin: 30px auto;
		width: 90%;
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
		border-radius: 5px;
		padding: 20px;
	}

	.modal__top__close{
		width: 30px;
		position: absolute;
		top: -15px;
		right: -15px;
	}

	.modal__header{
		margin: 0 0 20px 0;
		display: block;
	}

	.modal__ph{
		width: 80%;
		margin: 0 auto 10px auto;
	}

	.modal__head__txt{
		width: auto;
		padding-top: 0;
	}

	.modal__read{
		width: 80%;
		margin: 0 auto 10px auto;
		font-size : 18px;
		line-height : 1.4;
	}

	.modal__pos{
		width: 80%;
		margin: 0 auto;
		font-size : 16px;
		line-height: 1;
		padding-left: 0;
	}

	.modal__qa{
		background: #f6f6f6;
		padding: 20px 20px 20px 50px;
		margin: 0 0 20px 0;
	}

	.modal__q{
		font-size : 16px;
		line-height : 1.7;
		margin-bottom: 10px;
	}

	.modal__q::before{
		width: 30px;
		height: 30px;
		position: absolute;
		top: 0;
		left: -35px;
	}

	.modal__a{
		font-size : 14px;
		line-height : 1.7;
		margin-bottom: 20px;
	}

	.modal__btm__close{
		width: 200px;
	}

	.modal__btm__close a{
		height: 60px;
		font-weight: 700;
		font-size : 18px;
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
		border-radius: 5px;
	}
}


/*Job
--------------------------------------------------*/
.job{
	background: #eafaff;
	padding: 104px 0 100px 0;
}

.job__container{
	width: 980px;
	margin: 0 auto;
}

.job__heading{
	margin-bottom: 89px;
	text-align: center;
}

/*tab*/
.tab__block {
	display: none;
}

.tab__block.tab--active {
	display: block;
}

.switched__area{
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 88px 50px 44px 50px;
	position: relative;

}

.tab__list{
	width: 650px;
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -325px;
	display: flex;
	justify-content: space-between;
}

.tab__item{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 155px;
	height: 80px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	font-size : 20px;
	font-weight: 700;
	line-height: 1;
  color : #1C2556;
	cursor: pointer;
}

.tab__item.tab--active{
	background: #1c2556;
	color: #fff;
}

.job__content__top{
	display: flex;
	justify-content: space-between;
}

.job__ph__area{
	width: 430px;
}

.job__txt__area{
	width: 430px;
}

.job__ph{
	line-height: 0;
	margin-bottom: 20px;
}

.job__ph:nth-child(2){
	margin-bottom: 0;
}

.job__ph img{
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

}

.job__mhd{
  font-size : 24px;
  line-height : 1;
	font-weight: 700;
	margin-bottom: 15px;
	padding-left: 10px;
}

.job__txt{
  font-size : 16px;
  line-height : 1.875;
  letter-spacing : 1.6px;
	padding-left: 10px;
}

.point{
	background: #f3f3f3;
	border-radius: 10px;
	padding: 30px 29px 16px 30px;
	margin-top: 22px;
}

.point dt{
  font-size : 22px;
  line-height : 1;
  color : #1C2556;
	font-weight: 700;
	margin-bottom: 19px;
}

.point__item{
  font-size : 16px;
  line-height : 1.25;
	position: relative;
	padding-left: 21px;
	margin-bottom: 15px;
}

.point__item::before{
	content: '・';
  font-size : 16px;
  line-height : 1.25;
	color: #000;
	position: absolute;
	top: 0;
	left: 0;
}

.point__border{
	border-top: 1px solid #000;
	margin-top: 19px;
	padding-top: 23px;
}

.schedule{
	position: relative;
	background: #f3f3f3;
	border-radius: 10px;
	padding: 31px 0 23px 0;
	margin-top: 40px;
}

.job__shd{
	position: absolute;
	top: 43px;
	left: 54px;
	font-weight: 700;
	font-size : 22px;
  line-height : 1;
  color : #1C2556;
}

.schedule__tbl{
	width: 614px;
	margin-left: auto;
	position: relative;
}

.schedule__tbl th{
	width: 142px;
	text-align: right;
  font-size : 16px;
  line-height : 1.875;
	position: relative;
	padding: 0 71px 9px 0;
}

.schedule__tbl th::before{
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 12px;
	left: 103px;
	background: #1c2556;
}

.schedule__tbl tr:last-child th::before{
	display: none;
}

.schedule__tbl th::after{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 9px;
	background: #1c2556;
	position: absolute;
	top: 12px;
	left: 98px;
}

.schedule__tbl td{
	width: auto;
  font-size : 16px;
  line-height : 1.875;
  letter-spacing : 0.8px;
}

@media screen and (max-width: 768px) {
	.job{
		padding: 20px 0 50px 0;
	}

	.job__container{
		width: auto;
		padding: 0 20px;
	}

	.job__heading{
		margin-bottom: 50px;
	}

	/*tab*/
	.switched__area{
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
		border-radius: 5px;
		padding: 50px 20px 20px 20px;

	}

	.tab__list{
		width: 96%;
		position: absolute;
		top: -20px;
		left: 50%;
		margin-left: -48%;
		display: flex;
		justify-content: space-between;
	}

	.tab__item{
		width: 23.8%;
		height: 40px;
		border-radius: 5px;
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
		font-size : 14px;
	}

	.job__content__top{
		display: block;
	}

	.job__ph__area{
		width: 100%;
		margin-bottom: 20px;
	}

	.job__txt__area{
		width: 100%;
	}

	.job__ph{
		line-height: 0;
		margin-bottom: 10px;
	}

	.job__ph img{
		border-radius: 5px;
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);

	}

	.job__mhd{
		font-size : 20px;
		margin-bottom: 10px;
		padding-left: 0;
	}

	.job__txt{
		font-size : 14px;
		line-height : 1.7;
		letter-spacing : 0;
		padding-left: 0;
	}

	.point{
		border-radius: 5px;
		padding: 20px;
		margin-top: 20px;
	}

	.point dt{
		font-size : 18px;
		margin-bottom: 10px;
	}

	.point__item{
		font-size : 14px;
		line-height : 1.7;
		padding-left: 14px;
		margin-bottom: 5px;
	}

	.point__item::before{
		font-size : 14px;
		line-height : 1.7;
	}

	.point__border{
		margin-top: 15px;
		padding-top: 15px;
	}

	.schedule{
		border-radius: 5px;
		padding: 20px;
		margin-top: 20px;
	}

	.job__shd{
		position: relative;
		top: auto;
		left: auto;
		font-size : 18px;
		margin-bottom: 10px;
	}

	.schedule__tbl{
		width: auto;
		margin-left: 0;
		position: relative;
	}

	.schedule__tbl th{
		width: 60px;
		font-size : 14px;
		line-height : 1.7;
		padding: 0 24px 10px 0;
	}

	.schedule__tbl th::before{
		top: 8px;
		left: 48px;
	}

	.schedule__tbl th::after{
		width: 10px;
		height: 10px;
		top: 8px;
		left: 44px;
	}

	.schedule__tbl td{
		font-size : 14px;
		line-height : 1.7;
	}
}

/*environment
--------------------------------------------------*/
.environment{
	background: url(../img/environment_bg.jpg) no-repeat 0 0/cover;
	padding: 103px 0 100px 0;
}

.environment__container{
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.environment__heading{
	margin-bottom: 55px;
}

.environment__list{
	display: flex;
	flex-wrap: wrap;
}

.environment__item{
	width: 470px;
	height: 395px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	background-color: #fff;
	background-repeat: no-repeat;
	border-radius: 10px;
	box-sizing: border-box;
	padding-top: 35px;
	margin-right: 40px;
	margin-bottom: 40px;
	position: relative;
}

.environment__item:nth-child(2n){
	margin-right: 0;
}

.environment__item:nth-child(1){
	background-image: url(../img/environment_img_01.svg);
	background-position: top 106px left 185px;
}

.environment__item:nth-child(2){
	background-image: url(../img/environment_img_02.svg);
	background-position: top 129px left 170px;
}

.environment__item:nth-child(3){
	background-image: url(../img/environment_img_03.svg);
	background-position: top 95px left 186px;
}

.environment__item:nth-child(4){
	background-image: url(../img/environment_img_04.svg);
	background-position: top 115px left 179px;
}

.environment__ttl{
  font-size : 24px;
  line-height : 1.35;
  color : #1C2556;
	font-weight: 700;
	text-align: center;
}

.environment__txt{
	position: absolute;
	top: 274px;
	left: 30px;
	width: 410px;
	font-size : 16px;
  line-height : 1.75;
  color : #1C2556;
}

.salesposition{
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	background-color: #fff;
	border-radius: 10px;
	padding: 46px 50px 43px 51px;
	position: relative;
}

.environment__label{
	width: 120px;
	line-height: 40px;
	background: #1c2556;
	text-align: center;
  font-size : 20px;
  color : #fff;
	font-weight: 700;
	margin-bottom: 20px;
}

.salesposition__ttl{
  font-size : 24px;
  line-height : 1.25;
  color : #1C2556;
	font-weight: 700;
	margin-bottom: 21px;
}

.salesposition__read{
  font-size : 16px;
  line-height : 1.75;
  color : #1C2556;
	margin-bottom: 28px;
}

.salesposition__txt__box{
	width: 520px;
	border-radius: 10px;
	background: #f3f3f3;
	margin-bottom: 15px;
	padding: 22px 25px 18px 25px;
}

.salesposition__txt-1{
  font-size : 18px;
  line-height : 1;
	font-weight: 700;
  color : #1C2556;
	margin-bottom: 11px;
}

.salesposition__txt-2{
  font-size : 16px;
  line-height : 1.75;
  color : #1C2556;
	margin-bottom: 3px;
}

.salesposition__list{
	position: relative;
	padding-left: 15px;
	margin-bottom: 14px;
}

.salesposition__list::before{
	content: '※';
  font-size : 16px;
  line-height : 1.75;
  color : #1C2556;
	position: absolute;
	top: 0;
	left: 0;
}

.salesposition__item{
  font-size : 16px;
  line-height : 1.75;
  color : #1C2556;
	position: relative;
	padding-left: 16px;
}

.salesposition__item::before{
	content: '・';
  font-size : 16px;
  line-height : 1.75;
  color : #1C2556;
	position: absolute;
	top: 0;
	left: 0;
}

.salesposition__note{
  font-size : 16px;
  line-height : 1.75;
  color : #1C2556;
	padding: 2px 0 0 3px;
}

.salesposition__graph{
	position: absolute;
	right: 54px;
	top: 253px;
	line-height: 0;
}

@media screen and (max-width: 768px) {
	.environment{
		background: url(../img/environment_bg.jpg) no-repeat top 0 left 0/auto 100%;
		padding: 50px 0;
	}

	.environment__container{
		width: auto;
		padding: 0 20px;
	}

	.environment__heading{
		margin-bottom: 30px;
	}

	.environment__list{
		display: block;
		width: 280px;
		margin: 0 auto;
	}

	.environment__item{
		width: 100%;
		height: auto;
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
		border-radius: 5px;
		padding: 20px 0 10px 0;
		margin: 0 0 20px 0;
	}

	.environment__item:nth-child(1){
		background-size: 63px;
		background-position: top 55px left 50%;
	}

	.environment__item:nth-child(2){
		background-size: 79px;
		background-position: top 82px left 50%;
	}

	.environment__item:nth-child(3){
		background-size: 45px;
		background-position: top 59px left 50%;
	}

	.environment__item:nth-child(4){
		background-size: 68px;
		background-position: top 60px left 50%;
	}

	.environment__ttl{
		font-size: 18px;
		margin-bottom: 98px;
	}

	.environment__txt{
		position: relative;
		top: auto;
		left: auto;
		width: 240px;
		margin: 0 auto;
		font-size : 14px;
		line-height : 1.7;
	}

	.salesposition{
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
		border-radius: 5px;
		padding: 20px;
	}

	.environment__label{
		width: 90px;
		line-height: 30px;
		font-size : 14px;
		letter-spacing: 1px;
		margin-bottom: 10px;
	}

	.salesposition__ttl{
		font-size : 18px;
		line-height : 1.5;
		margin-bottom: 10px;
	}

	.salesposition__read{
		font-size : 14px;
		line-height : 1.7;
		margin-bottom: 20px;
	}

	.salesposition__txt__box{
		width: 100%;
		border-radius: 5px;
		margin-bottom: 15px;
		padding: 20px;
	}

	.salesposition__txt-1{
		font-size : 16px;
		margin-bottom: 5px;
	}

	.salesposition__txt-2{
		font-size : 14px;
		line-height : 1.7;
		margin-bottom: 0;
	}

	.salesposition__list{
		position: relative;
		padding-left: 14px;
		margin-bottom: 14px;
	}

	.salesposition__list::before{
		font-size : 14px;
		line-height : 1.7;
	}

	.salesposition__item{
		font-size : 14px;
		line-height : 1.7;
		padding-left: 14px;
	}

	.salesposition__item::before{
		font-size : 14px;
		line-height : 1.7;
	}

	.salesposition__note{
		font-size : 14px;
		line-height : 1.7;
		padding: 0;
	}

	.salesposition__graph{
		position: relative;
		right: auto;
		top: auto;
	}

	.salesposition__graph img{
		width: 100%;
	}
}

/*search
--------------------------------------------------*/
.search{
	padding: 103px 0 41px 0;
}

.search__container{
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.search__heading{
	margin-bottom: 81px;
}

.search__block{
	position: relative;
	margin-bottom: 45px;
}

.search__mhd{
  font-size : 26px;
	font-weight: 500;
  line-height : 1;
  color : #1C2556;
	position: absolute;
	top: 28px;
	left: 0;

}

.search__list{
	width: 760px;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
}

.search__item{
	width: 370px;
	margin-right: 20px;
	margin-bottom: 15px;
}

.search__item:nth-child(2n){
	margin-right: 0;
}

.search__item a{
	height: 80px;
	border-radius: 40px;
	background: #1c2556 url(../img/search_arrow.svg) no-repeat top 50% right 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
  font-size : 22px;
  line-height : 1;
  color : #fff;
}

@media screen and (min-width: 769px) {
	.search__item a:hover{
		opacity: .7;
	}
}

@media screen and (max-width: 768px) {
	.search{
		padding: 50px 0 100px 0;
	}

	.search__container{
		width: auto;
		padding: 0 20px;
	}

	.search__heading{
		margin-bottom: 30px;
	}

	.search__block{
		margin-bottom: 20px;
	}

	.search__mhd{
		font-size : 18px;
		margin-bottom: 18px;
		position: relative;
		top: auto;
		left: auto;
	}

	.search__list{
		width: auto;
		margin-left: 0;
	}

	.search__item{
		width: 48%;
		margin-right: 2%;
		margin-bottom: 2%;
	}

	.search__item a{
		height: 50px;
		background-size: 5px;
		background-position: top 50% right 10px;
		font-size : 16px;
	}
}

/*ページトップ・SPエントリーボタン
--------------------------------------------------*/
/*sp下ボタン・上に戻る*/
.floating__btm__block{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 300;
}

.pg-top{
	position: fixed;
	display: none;
	bottom: 60px;
	right: 55px;
	z-index: 300;
	width: 130px;
}

.pg-top a{
	display: block;
	background: url(../img/pgtop.svg) no-repeat 0 0/100%;
	width: 100%;
	height: 130px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.floating__btm__btn{
	display: none;
}

@media screen and (min-width: 769px) {
	.pg-top a:hover{
		opacity: .7;
	}
}

@media screen and (max-width: 768px) {
	.floating__btm__block{
		position: sticky;
	}

	.pg-top{
		position: sticky;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	
	.pg-top a{
		position: absolute;
		bottom: 60px;
		right: 0;
		width: 50px;
		height: 50px;
	}

.floating__btm__btn{
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 60px;
		z-index: 300;
	}
	
	.floating__btm__btn a{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		background: #e2453c;
		color: #fff;
		line-height: 1;
	}

	.floating__btm__btn--en{
		font-family : 'Roboto';
		font-weight : 700;
		font-size : 14px;
		letter-spacing : 1.8px;
		margin-bottom: 2px;
	}

	.floating__btm__btn--ja{
		font-weight : 700;
		font-size : 18px;
	}
}

/*フッター
--------------------------------------------------*/
.footer p,
.footer a{
  color : #1C2556;
}

.footer{
	background: #eafaff;
}

.footer__container{
	padding: 51px 40px 47px 43px;
	display: flex;
	justify-content: space-between;

}

.footerLink__list{
	display: flex;
}

.footerLink__item{
  font-size : 18px;
  line-height : 1;
}

.footerLink__item:before{
	content: '　|　';
  font-size : 18px;
  line-height : 1;
  color : #1C2556;
}

.footerLink__item:first-child:before{
	display: none;
}

.copyright{
  font-size : 18px;
  line-height : 1;
}

.footerLink__item a:hover{
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.footer__container{
		padding: 30px 0;
		flex-direction: column;
		align-items: center;
	}
	
	.footerLink__list{
		justify-content: center;
		flex-wrap: wrap;
		margin-bottom: 10px;
	}

	.footerLink__item{
		font-size : 12px;
		line-height : 2;
		white-space: nowrap;
	}

	.footerLink__item:before{
		font-size : 12px;
		line-height : 2;
	}

	.copyright{
		font-size : 10px;
	}
}