@charset "utf-8";

/*---------------------------common*/
header:after{
	content:"";
	display: block;
	height:30px;
	background:url("../images/header_ruler.png") repeat-x left #ea6285;
	animation: ruler 1s;
}
@keyframes ruler{
	0%{width:0;}
	100%{width:100%;}
}
main {
    padding-top: 45px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

h2 {
    margin-bottom: 63px;
    font-size: 3.6rem;
    color: #ea6285;
    text-align: center;
}

h2 span {
    color: #3384c6;
}
.boxLink{
	display: flex;
	justify-content: center;
}
@media screen and (max-width:768px){
	body{
		font-size:1.8rem;
	}
header:after{
	animation: ruler 0.6s;
}
}

/*-----------------------------about*/
.secAbout {
    display: flex;
    align-items: flex-end;
    width: calc(100% - 200px);
		max-width: 900px;
    margin: 0 auto 125px;
    padding: 18px;
    background: #ea6285;
    border-radius: 18px;
		animation: appear 2s;
}
@keyframes appear{
	0%{opacity: 0;
				transform: translate(0, 80px);}
	100%{oppacity:1;
				transform: translate(0, 0);}
}
.boxAbout {
    width: 50%;
    height: 100%;
    background: #fff;
    border-radius: 14px;
    margin-right: 40px;
    padding: 45px 40px 40px;
    color: #ea6285;
}
.boxAbout h3 {
    margin-bottom:40px;
    text-align: center;
    color: #ea6285;
}
.boxAbout h3 span {
    color: #3384c6;
}
.boxAbout p {
    line-height: 2.3;
}
.txtVision{
  margin-bottom:50px;
  font-size:1.75rem;
}
.txtProf dt{
  margin-bottom: 10px;
  font-weight: bold;
}
.boxAboutImg {
    width: calc(50% - 40px);
    max-width: 400px;
}
.secJob {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% - 200px);
		max-width: 936px;
    margin: 0 auto 100px;
}
.secJob h3 {
    margin-bottom: 65px;
    font-size: 3.3rem;
    text-align: center;
    color: #ea6285;
}
.secJob>ul {
		background:#eee;
		margin-bottom:50px;
		padding:40px;
		border-radius: 18px;
}
.listJob>li{
	margin:0 0 30px 30px;
	padding-left:10px;
	background:url("../images/icn_tri02.png") no-repeat left 7px;
}
.namePlan{
	color: #ea6285;
	font-weight: bold;
}
.secJob .btnLink {
    margin: auto;
}
.bgP01{
	padding:0 6px;
	background:#ea6285;
	border-radius:3px;
	color:#fff!important;
	font-size:1.5rem;
	position: relative;
	top:-1px;
}
.secJob dl {
    display: flex;
    max-width: 1000px;
    margin: 0 auto 45px;
    font-family: noto-sans;
    font-weight: 100;
}
.secJob dt {
    box-sizing: border-box;
    width: 300px;
    padding-left: 100px;
}

@media screen and (max-width:768px){
	.secAbout {
		flex-direction: column;
		width:100%;
		max-width: none;
		padding:53px 0 42px;
		border-radius: 0;
	}
	.boxAbout {
		box-sizing: border-box;
  	width: 90%;
		margin:0 auto 50px;
    padding: 15px 30px 50px;
	}
	.boxAboutImg {
			width:80%;
		margin:auto;
	}
	.secJob {
			width:90%;
			max-width:none;
			margin: 0 auto 100px;
	}
	.secJob>ul {
			padding:16px;
	}
	.listJob>li{
		margin:0 0 30px 0;
	}
	
}

/*-----------------------------flow*/
.secFlow{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 200px);
		max-width: 936px;
    margin: 0 auto 100px;	
}
.boxStep{
	width:100%;
	margin-bottom:60px;
}
.boxStep:after{
	content:"";
	display: block;
	background:url("../images/icn_arrow.png") no-repeat;
	width:88px;
	height:24px;
	margin:auto;
	position:relative;
	top:30px;
    opacity: 0;
    transform: translate(0, 0);
    transition: all 1.0s;
}
.boxStep:last-child:after{
	content:"";
	display: none;
	background:url("../images/icn_arrow.png") no-repeat;
	width:88px;
	height:24px;
	margin:auto;
	position:relative;
	top:0;
}
.boxStep h3{
	margin:0 0 30px 80px;
	margin-bottom:30px;
	color:#ea6285;
	font-size:3rem;
}
.stepBln {
    display: inline-block;
    box-sizing: border-box;
    width: 56px;
    height: 56px;
		margin-right:15px;
    padding: 12px 0 0 0;
    background-image: url(../images/baloon_step.png);
    background-repeat: no-repeat;
    color: #fff;
    font-family: arial;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.1;
}

.stepNo {
    font-size: 2rem;
}
.blockFlow{
	background:#eee;
	padding:30px;
	border-radius:18px;
}

@media screen and (max-width:768px){
	.secFlow{
			width: 90%;
			max-width:none;
			margin: 0 auto 100px;	
	}
	.boxStep h3{
	  margin:0 0 10px 0;
		color:#ea6285;
		font-size:3rem;
	}
	.blockFlow{
		padding:18px;
	  border-radius:10px;
	}
	.btnLink{
		display: block;
		width:76%;
		background: #ea6285 no-repeat url("../images/icn_tri01.png") 15px 50%;
		margin:auto;
		padding:20px 30px;
	}
}

/*-----------------------------case*/
.secCareer{
	box-sizing: border-box;
	width:80%;
	max-width: 900px;
	background:#eee;
	margin:0 auto 80px;
	padding:30px;
	border-radius: 18px;
		animation: appear 2s;
}
@keyframes appear{
	0%{opacity: 0;
				transform: translate(0, 80px);}
	100%{oppacity:1;
				transform: translate(0, 0);}
}
.secCareer dl{
	display: flex;
	flex-wrap: wrap;
	margin-bottom:30px;
}
.secCareer dt{
	margin-right:10px;
	margin-bottom:10px;
	text-align: right;
}
.secCareer .txtSup{
	padding-top:3px;
}
.secCareer dd{
	width:calc(100% - 70px);
	margin-bottom:10px;
	margin-left:2rem;
	text-indent:-2rem;
}
.secCareer em{
	color:#ea6285;
	font-style: normal;
	font-weight: bold;
}
.secCase{
	box-sizing: border-box;
	width:80%;
	max-width: 900px;
	margin:0 auto 100px;
}
.boxCase{
	display:flex;
	justify-content: space-between;
	margin-bottom:40px;
}
.boxCase:nth-child(even){
	flex-direction: row-reverse;
}
.txtCase{
	width:65%;
}
.imgCase{
	width:35%;
	margin-right:30px;
}
.boxCase:nth-child(even) .txtCase{
	margin-right:30px;
}
.boxCase:nth-child(even) .imgCase{
	margin-right:0;
}
.txtCase ul{
	margin-bottom:20px;
}
.txtCase li{
	margin-left:1.6rem;
	margin-bottom:10px;
	text-indent: -1.6rem;
}
.txtCase h3{
	margin-bottom:20px;
	color: #ea6285;
}

@media screen and (max-width:768px){
	.secCareer{
		width:90%;
		max-width:none;
		background:#eee;
		margin:0 auto 80px;
		padding:18px;
    border-radius:10px;
	}
	.secCase{
		box-sizing: border-box;
		width:90%;
		max-width:none;
		margin:0 auto 100px;
	}
	.boxCase{
		flex-direction: column-reverse;
		justify-content: space-between;
		margin-bottom:40px;
	}
	.boxCase:nth-child(even){
		flex-direction: column-reverse;
	}
	.txtCase{
		width:100%;
		margin:0 auto 20px;
	}
	.imgCase{
		width:100%;
		margin:0 auto 20px;
	}
}
/*-----------------------------contact*/
.secContact {
    width: calc(100% - 200px);
		max-width: 800px;
    margin: 0 auto 125px;
}
.required{
  display: inline-block;
  margin-left:8px;
  padding:2px 4px 3px 2px;
  background:#ea6285;
  border-radius:2px;
  color:#fff;
  line-height: 1;
  font-size:1.3rem;
	position: relative;
	bottom:2px;
	
  background:initial;
  color:#ea6285;
	font-weight: bold;
}
form dt{
	text-align: left;
}
form dd{
  margin-bottom: 20px;
}
form dd input{
	box-sizing: border-box;
}
form dd input[type="text"]{
  box-sizing: border-box;
	width: 40rem;
  border:1px solid #cdcdcd;
  border-radius:5px;
  padding:8px 10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1.7rem;
	color:#555;
}
form dd input[type="checkbox"]{
	marigin-left:10px;
}
form select{
    padding:4px 8px;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1.6rem;
	color:#555;
}
form select option[disabled]{
  background-color:#eee;
  color:#bbb;
}
.title{
  background-color:#ccc;
  color:#fff;
}
/*
dd.sex{
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
dd.sex input{
  vertical-align: middle;
}*/
#address1,#address2{
	width:100%;
}
.attention01{
  display:inline-block;
  margin-left:30px;
}
dd.check label{
	margin-right:20px;
}
dd.selectDate label{
	margin-right:0px;
}
dd.selectDate input{
		margin-right:10px;
    padding:4px 5px 5px;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1.4rem;
	color:#555;
}

.boxSelectDate{
      display: flex;
      flex-wrap: wrap;
      width:100%;
    }
.boxSelectDate dt{
      width:30%;
      margin-bottom:20px;
    }
.boxSelectDate dd{
      width:70%;
      margin-bottom:20px;
    }

.boxSelectDate dd input[type="text"]{
  box-sizing: border-box;
	width: 10rem;
}
form textarea{
  box-sizing: border-box;
  width:100%;
  height:18em;
  border:1px solid #cdcdcd;
  border-radius:5px;
  padding:8px 10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1.7rem;
	color:#555;
}
.txtAccept{
  display: block;
  width:28%;
  margin:0 auto;
}
.txtAccept button{
  display: block;
  width:90%;
  margin-top:6px;
  padding:10px;
  border:none;
  border-radius:9999px;
  text-align: center;
  color:#fff;
  font-size:2rem;
}
.btnConfirm_off{
  background:#ccc;
}
.btnConfirm{
  background:#ea6285;
  cursor:pointer;
}
@media screen and (max-width:768px){
	.secContact {
			width:90%;
			max-width:none;
			margin: 0 auto 125px;
		  text-align: left;
	}
	form dt {
		font-weight: bold;
	}
	form dd input[type="text"]{
		width:100%;
	}
	form dd label{
		font-size:1.6rem;
	}
  .boxSelectDate{
    display:block;
  }
  .boxSelectDate dt{
    width:100%;
    margin-bottom:0;
  }
  .selectDate{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:100%!important;
  }
	.selectDate input,
	.selectDate select{
		margin-bottom:4px;
    padding:4px 8px!important;
	}
/*	label[for="specificTime"]:before,
	label[for="priority"]:before{
		content:"\A";
		white-space: pre;
	}*/
	
	.txtAccept{
	  display: block;
	  width:80%;
	}
	#modalPolicy{
		box-sizing: border-box;
		padding:30px;
	}
}

/*--------------------------modal*/
#modalPolicy,
#modalExclude{
	margin:0!important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
	box-sizing: border-box;
	padding:10%!important;
}
.modalPolicy-off{
	z-index:-9999!important;
	opacity:0!important
}
#btn-close-modal,
#btn-close-modalExclude{
	position:fixed;
	top:0;
	width:100%;
	padding:20px;
	background:rgba(255,255,255,0.8);
	}
#btn-close-modal a,
#btn-close-modalExclude a {
  margin: 10px;
  font-size: 80px;
  font-weight: 100;
  line-height: 1;
  cursor: pointer;
  transition: 1s;
	text-decoration: none;
}
#btn-close-modal a:hover,
#btn-close-modalExclude a:hover {
  color: #000;
	transition-duration: 1s;
}
#modalPolicy div,
#modalExclude div {
  margin-bottom: 40px;
  font-size: 1.5rem;
}
#modalPolicy h3 {
  margin-bottom: 12px;
  font-weight: bold;
  visibility: visible !important;
}
#modalPolicy ul{
  margin: 0.6em 0 0 1em;
}
.boxInnerExclude ul {
  margin: 2em 0 3em 1em;
}
.boxInnerExclude ul li{
	margin-bottom:0.5em;
	text-indent:-1.1em;
}

@media(max-width:768px){
	#btn-close-modal,
	#btn-close-modalExclude{
		z-index:3;
	}
	#btn-close-modal a,
	#btn-close-modalExclude a{
		margin:0;
		font-size:30px;
	}
	#modalPolicy div,
	#modalExclude div {
		font-size: 1.6rem;
	}
	#modalPolicy h3 {
		margin-bottom:0;
		font-size:1.6rem;
	}
	#modalPolicy ul li,
	#modalExclude ul li{
		margin-left:1em;
		text-indent:-1.1em;
	}
  #modalPolicy div{
    left:0;
  }
  #modalPolicy h2{
    margin-top:80px;
  }
}

/*--------------------------------------------------------tradelaw*/
.secTradelaw{
    width: calc(100% - 200px);
		max-width: 800px;
    margin: 0 auto 125px;
}
.secTradelaw dl{
	display:flex;
	flex-wrap: wrap;
}

.secTradelaw dt,.secTradelaw dd{
	box-sizing: border-box;
	padding:20px;
	border-bottom:1px solid #fff;
}
.secTradelaw dt{
	background:#ccc;
}
.secTradelaw dd:nth-child(even){
	background:#eee;
}
.secTradelaw dt{
	width:30%;
}
.secTradelaw dd{
	width:70%;
}
@media(max-width:767px){
  .secTradelaw{
      width: calc(100% - 50px);
      max-width: 800px;
      margin: 0 auto 125px;
  }
  .secTradelaw dl{
    display:flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom:5px;
  }
  .secTradelaw dt,.secTradelaw dd{
    padding:10px;
  }
  .secTradelaw dt{
    width:100%;
    text-align: center;
  }
  .secTradelaw dd{
    width:100%;
  }
  
}

/*--------------------------------------------------------policy*/
.secPolicy{
    width: calc(100% - 200px);
		max-width: 800px;
    margin: 0 auto 125px;
}
.boxPolicy div {
  margin-bottom: 40px;
  font-size: 1.5rem;
}
.boxPolicy h3 {
  margin-bottom: 12px;
  font-weight: bold;
  visibility: visible !important;
}
.boxPolicy ul{
  margin: 0.6em 0 0 1em;
}
.boxInnerExclude ul {
  margin: 2em 0 3em 1em;
}
.boxInnerExclude ul li{
	margin-bottom:0.5em;
	text-indent:-1.1em;
}
@media(max-width:767px){
  .secPolicy{
      width: calc(100% - 50px);
      max-width: 800px;
      margin: 0 auto 125px;
  }
  
}