@charset "utf-8";



/*======
   header
======*/

header {
	height: 4rem;
}

.h_back {
	height: 4rem;
	box-shadow: none;
}


/*======
   基本レイアウト
======*/
#gnavi {
	background-color: rgb(255, 255, 255);
}

.menu li {
	box-shadow: 0 2px 3px -3px rgb(0,0,0,0.5) inset;
}

.sab {
	color: #222;
}

.bb {
	background-color: #54C3F1;
}

.mv2 {
	padding: 5rem 2rem;
	letter-spacing: 0.05em;
}

.mv2 li {
	max-width: 1000px;
	margin: 0 auto;
}

.mv2 li:last-child {
	padding-top: 2rem;
}

h3::after {
	width: 14rem;
}

section,
.section {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}

.wrapper {
	width: 90%;
	margin: 0 auto;
	padding: 4rem 0 2rem;
}

.section {
	padding: 1rem 0 0;
}

.max-600 {
	max-width: 600px;
	margin: 0 auto;
}

.max-400 {
	max-width: 400px;
	margin: 0 auto;
}

.tra_text {
	max-width: 520px;
	margin: 2rem auto 0;
	line-height: 2;
}

.example {
	margin: 4rem auto 0;
}

.e-box {
	box-shadow: 0px 0px 5px 0px rgb(0,0,0,0.1);
	padding: 1rem;
}

.e-box dt,
.e-list,
.e-check {
	width: 62.5%;
	margin: 0.5rem 0 0 auto;
	line-height: 1.5;
}

.e-box dt span {
	padding: 0.5rem 0;
}

.e-item {
	display: inline-block;
	padding: 0.5rem 2rem;
	color: #fff;
	position: absolute;
	top: -1rem;
	right: 0;
}

.e-list ul {
	padding-left: 1.5rem;
}

.e-img {
	width: 30%;
	position: absolute;
	top: 1.75rem;
	left: 1rem;
	box-shadow: 0px 0px 5px 0px rgb(0,0,0,0.1);
	padding: 0.5rem;
}


.flow {
	margin: 2rem 0 0;
	display: flex;
	justify-content: space-between;
	letter-spacing: 0.05em;
}

.flow:first-child {
	margin-top: 3rem;
}

.flow dt {
	width: 25%;
	border-right: solid 1px #9acbd1;
}

.flow dd {
	width: 70%;
}

.flow dd li {
	padding-bottom: 0.25rem;
	line-height: 1.25;
}

.flow dd li:first-child {
	letter-spacing: 0.1rem;
	font-weight: 400;
}

/****/
.cp_qa01 {
  margin: 3rem 0 1rem;
}
.cp_qa01 .cp_actab input {
  display: none;
}
/*質問テキスト*/
.cp_qa01 .cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1px;
  color: #222;
  letter-spacing: 0.02em;
}
.cp_qa01 .cp_actab label {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.5em 2em 1.5em 1em;
  cursor: pointer;
  border-bottom: 2px solid #9acbd1;
}
.cp_qa01 .cp_actab .cp_actab-content p {
  margin: 1em 0.5em;
}
.cp_qa01 .cp_actab label:hover {
  background-color: #EBF3F0;
}
.cp_qa01 .cp_actab input:checked ~ label {
  color: #222;
}
/*答えテキスト*/
.cp_qa01 .cp_actab .cp_actab-content {
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 0 14px;
  transition: 0.3s ease;
  opacity: 0;
  line-height: 1.5;
}
.cp_qa01 .cp_actab input:checked ~ .cp_actab-content {
 height: auto;
  padding: 14px;
  opacity: 1;
}
/*▼アイコン*/
.cp_qa01 .cp_actab label::after {
  position: absolute;
  content: '';
  right: 10px;
  width: 15px;
  height: 10px;
  background: #9acbd1;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.cp_qa01 .cp_actab label:hover::after {
  background: #9acbd1;
}
.cp_qa01 .cp_actab input[type=checkbox]:checked + label::after {
  transform: rotateX(180deg);
  background: #9acbd1;
}


/************************/
/************************/

.con_text {
	margin: 2rem 0 0;
}

.con_text li {
	margin: 0 0 1.5rem;
	line-height: 1.5;
}

.Career {
	margin: 0 auto;
}

.Career dt {
	margin: 1rem 0;
}

.Career ul {
	padding-left:1.5rem;
	line-height: 1.5;
}

.cr_text {
	margin-top: 3rem; 
	line-height: 1.5;
}

.c_dt {
	padding-top: 2.5rem;
}

.c_dd {
	margin: 1rem 0;
	line-height: 1.5;
}


/*======
   スクリーンサイズ　780px
======*/
@media screen and (min-width: 780px) {	

	header {
		height: 4rem;
}
	
	.h_back {
		height: 4rem;
}
	
	#gnavi {
		top: 2rem;
	}
	
	.menu li {
		box-shadow: none;
}
	
	.e-item {
		top: -1rem;
		right: -1rem;
}
	
	.cr_text {
		text-align: center;
	}
	
}


/*======
   スクリーンサイズ　910px
======*/
@media screen and (min-width: 910px) {
	
	
}
/*======
   スクリーンサイズ　1200px
======*/
@media screen and (min-width: 1200px) {
	
	
}
	

