/* ============================================================
PC
==============================================================*/
@media (min-width: 762px) {
	
	
	
	/* ============================================================
 	main vi 
	==============================================================*/
	#main_wrap_sec {
		width: 100%;
		height: 500px;
		position: relative;
	}

	#main_wrap_sec:before{
		content: "";
		display: block;
		width: 1140px;
		height: 383px;
		background:url(../img/mv_bg.jpg) no-repeat top center;
		background-size:100% auto;
		position: absolute;
		top:0;
		left:0;
		z-index: 2;
	}
	
	#main_wrap_sec::after {
		content: "";
		position: absolute;
		right: 11%;
		bottom: 19px;
		width: 180%;
		max-width: 1380px;
		height: 200px;
		background: linear-gradient(to left, #0B4C86, #0072ce);
		z-index: 1;
		transform: translateX(30%);
	}

	.mv_ttl_wrap h1{
		padding:4px 20px 7px 18px;
	}
	
	
	/* ============================================================
 	section 01
	==============================================================*/
	#sec01 {
		width: 100%;
		padding:0 0 100px;
		position:relative;
	}

	#sec01:before{
		content: "";
		display: block;
		width: 100%;
		height: 220%;
		background: linear-gradient(to bottom, #fff 0%, #f8f8f8 5%);
		position: absolute;
		top: calc(100vw * 600 / 1400 - 982px);
		left:0;
	}
	
	#sec01 .wrapper {
		width: 1050px;
		box-sizing:border-box;
		padding: 50px 75px 70px;
		margin: 60px auto 0;
		background: #fff;
		border-radius: 10px;
	}
	
	
	#sec01 h2 {
		font-family: 'Noto Sans', sans-serif;
		font-weight: 600;
		font-size: 2.2rem;
		letter-spacing: 0.2rem;
		font-feature-settings: 'palt';
		line-height: 1.6;
		color: #0858A3;
		padding: 0 0 10px;
	}

	#sec01 p.body_txt {
		font-family: 'Noto Sans', sans-serif;
		font-weight: 400;
		font-size: 1.6rem;
		letter-spacing: 0.1rem;
		font-feature-settings: 'palt';
		line-height: 2.0;
		text-align:left;
		padding: 0 0 10px;
	}

	#sec01 p.ex_txt {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.3rem;
		letter-spacing: 0.1rem;
		font-feature-settings: 'palt';
		line-height: 2.0;
		text-align:left;
	}
	
	#sec01 p.body_txt a {
	  color: #43abdf;
	  font-weight: 500;
	  text-decoration: underline !important;
	  text-underline-offset: 0.5rem;
	}
	
	#sec01 p.body_txt a:hover {
	  color: #72a3d5;
	}

	#sec01 p.tel_txt {
		font-family: "Oswald", sans-serif;
		font-weight: 600;
		font-size: 2.2rem;
		letter-spacing: 0.1rem;
		font-feature-settings: 'palt';
		line-height: 1;
		white-space: nowrap;
		color: #000;
	}

	#sec01 p.tel_txt:nth-child(3){
		margin-left: 30px;
	}

	#sec01 p.note_txt{
		font-family: 'Noto Sans', sans-serif;
		font-weight: 400;
		font-size: 1.3rem;
		letter-spacing: 0.1rem;
		font-feature-settings: 'palt';
		line-height: 1;
		padding: 6px 0 0 8px;
		white-space: nowrap;
	}


	#sec01 .t_block{
		padding: 20px 0 30px;
	}

	#sec01 .tel_wrap{
		background:#F5F5F5;
		padding: 30px 22px;
		display: flex;
	}
	#sec01 h2{
		font-family: 'Noto Sans', sans-serif;
		font-weight: 700;
		letter-spacing: 0.1rem;
		font-size: 2.4rem;
		color: #000000;
		position:relative;
		padding: 0 0 0px 19px;
		margin: 10px auto 10px;
	}	
	#sec01 h2:before{
		content:"";
		position:absolute;
		width:12px;
		height:12px;
		background: #66CCFF;
		top: 50%;
		left:0;
		transform: translate(0%, -50%);
	}
	

	#sec01 p.body_txt2 {
		font-family: 'Noto Sans', sans-serif;
		font-weight: 400;
		font-size: 1.6rem;
		letter-spacing: 0.1rem;
		font-feature-settings: 'palt';
		line-height: 2.0;
		text-align:center;
		padding: 0 0 16px;
	}

	#sec01 li a{
		display:block;
		width: 200px;
		margin:40px auto 100px;
		box-sizing:border-box;
		border-radius:30px;
		font-family: 'Noto Sans', sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		letter-spacing: 0.1rem;
		padding: 9px 0 9px;
		text-align:center;
		color:#fff;
		background: linear-gradient( to bottom,  #0a5aa5 0%, #4090db 70% );
	}

	#sec01 li a span{
		display:inline-block;
		font-size: 1.2rem;
		padding:0 4px;
	}

	#sec01 li a{
		transition: all 0.5s ease 0s;
	}
	#sec01 li a:hover{
		transform: scale(1.1);
	}
	
	/* ============================================================
 	section 02
	==============================================================*/
	#sec02{
		background:#f8f8f8;
		padding:0 0 100px;
	}
	#sec02 .img_box{
		width:1000px;
		margin:0 auto;
	}
	
	#sec02 .wrapper {
		width: 1050px;
		background-color: #fff;
		padding: 81px 0;
	}

	#sec02 h2{
		font-weight: 500;
		letter-spacing: 0.1rem;
		font-size: 1.8rem;
		color: #ffffff;
		position:relative;
		text-align: center;
		width: 860px;
		padding: 10px 0;
		margin: 10px auto 23px;
		background: #005bac;
		font-family: 'Noto Sans', sans-serif;
	}	


/* Ã£Æ’â€¢Ã£â€šÂ©Ã£Æ’Â¼Ã£Æ’Â Ã£Æ’Â¬Ã£â€šÂ¤Ã£â€šÂ¢Ã£â€šÂ¦Ã£Æ’Ë†Ã¥â€¦Â¨Ã¤Â½â€œ */
form {
  width: 860px;
  margin: 0 auto;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  color: #000000;
}

/* Ã£Æ’â€ Ã£Æ’Â¼Ã£Æ’â€“Ã£Æ’Â«Ã¥â€¦Â¨Ã¤Â½â€œ */
.table_typeA {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.table_typeA th {
  width: 160px;
  padding: 10px;
  background-color: #f5f5f5;
  vertical-align: top;
  text-align: left;
  font-weight: 400;
  color: #005bac;
  border: 1px solid #ccc;
}

.table_typeA td {
  padding: 10px;
  border: 1px solid #ccc;
}.table_typeA td label {
  display: block;
  margin-bottom: 4px;
  white-space: nowrap;
  vertical-align: top;
  line-height: 1.4;
}

.table_typeA td {
  padding: 10px;
  line-height: 1.4;
}


.table_typeA td {
  padding: 14px 10px;
}

/* Ã¥â€¦Â¥Ã¥Å â€ºÃ£Æ’â€¢Ã£â€šÂ©Ã£Æ’Â¼Ã£Æ’Â Ã¥â€¦Â±Ã©â‚¬Å¡ */
input[type="text"],
input[type="email"],
select,
textarea {
  width: 100%;
  max-width: 400px;
  padding: 6px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin: 3px 0 3px;
}

textarea {
  height: 100px;
}

/* Ã¥Â¹â€¦Ã¦Å’â€¡Ã¥Â®Å¡ */
.w60 { width: 60px; }
.w180 { width: 180px; }
.w300 { width: 300px; }
.w400b { width: 400px; }

/* Ã£Æ’Â©Ã£â€šÂ¸Ã£â€šÂªÃ£Æ’Å“Ã£â€šÂ¿Ã£Æ’Â³Ã¦â€¢Â´Ã¥Ë†â€” */
.table_typeA td label {
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
}

/* Ã£Æ’Å“Ã£â€šÂ¿Ã£Æ’Â³ */
.submit-container {
  text-align: center;
  margin-top: 20px;
}

.submit-container .submit {
  background-color: #005bac;
  color: white;
  font-size: 16px;
  padding: 10px 40px;
  font-family: 'Noto Sans', sans-serif;
  border: none;
  cursor: pointer;
}

.submit-container .submit:hover {
  background-color: #004c94;
}

.consent {
  font-size: 1.6rem;
  margin: 66px 0 0;
  text-align: left;
  text-align: center;
  position: relative;
}

.consent a {
	color: #43abdf;
	font-weight: 500;
    text-decoration: underline !important;
    text-underline-offset: 0.5rem;
}

th span {
    display: inline-block;
    font-size: 0.8em;
    height: 1.4em;
    color: #FFFFFF;
    background-color: #99cc00;
    font-family: meiryo, 'Hiragino Kaku Gothic Pro', sans-serif;
    white-space: nowrap;
    border-radius: 4px;
    position: relative;
    padding: 0.1em 0.4em 0.3em;
    float: right;
    margin: 2px 0 0 0.2em;
}

	.error01{
		display: table-cell;
		background-color: #fe5252;
		font-feature-settings: 'palt';
		padding: 4px 6px;
		font-size: 1.3rem;
		color: #fff;
		border-radius: 4px;
		margin: 46px 0 0;
	}
	
	.consent .error01{
		text-align:center;
		margin:auto;
		display: table;
		margin: 14px auto 0;
	}
	.consent .formError.inline{
		position: absolute!important;
		left: 50%!important;
		top: -24px!important;
		transform: translate(-50%, -50%);
	}

	label{
		cursor: pointer;
	}
	
	#cv #sec01 h2{
		text-align: center;
	}	

	#cv #sec01 h2:before{
		display:none;
	}
}