@charset "UTF-8";
/******
		contents
					******/
/* div {
  background: url(../img/bg.png) center center/cover no-repeat;
} */

.z-index_wrap {
	position: relative;
}


header {
	height: 100px;
	background-color: white;
	box-shadow: 0px 6px 6px 0px rgba(141, 141, 141, 0.3);
	position: relative;
	z-index: 99;
}

.flex_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}

.header_flex_right {
	margin-top: 10px;
	display: flex;
}

.FirstView {
	background: url(../img/fv_bg_pc.png) center center/cover no-repeat;
	position: relative;
	z-index: 1;
}

.FV_title {
	text-align: left;
	padding: 30px 0;
}

.SecondSec {
	background: url(../img/second_bg_pc.png) center center/cover no-repeat;
}

.second_title {
    color: white;
    font-size: 32px;
    padding: 50px 0px 25px 0;
    letter-spacing: 1px;
	font-weight: 500;
}

/******
		Span Setting
					******/

.large_txt {
	font-size: 64px;
}

.YellowColor {
	color: #FAF550;
}

.middle_txt {
	font-size: 42px;
}

.semi_middle_txt {
	font-size: 32px;
}

.forth_middle_txt {
	font-size: 36px;
}

.back_white {
	background-color: white;
	padding: 5px 0;
}

.back_yellow {
	background: linear-gradient(
		transparent 0%,
		white 0% 60%,
		#FAF550 60% 80%,
		transparent 80%
	  );
}

.Orange {
	color: #FA6E12;
	font-weight: 400;
}

/******
		　ここまで
					******/

.second_four_sec_flex {
	display: flex;
	justify-content: center;
}

.second_four_sec_flex img {
	margin: 0;
}

.second_txt {
	font-size: 28px;
	color: white;
	font-weight: 300;
	padding-top: 30px;
}

.LINE_CTA_sec {
	background: url(../img/LINE_sec_bg.png) center center/cover no-repeat;
}

.ThirdSec {
	background: url(../img/third_sec_bg.png) center center/cover no-repeat;
}

.third_sec_title {
	padding-top: 50px;
}

.third_sec_img {
	padding: 20px 0;
}

.third_sec_txt {
	font-size: 24px;
	text-align: center;
	line-height: 38px;
}

.ForthSec {
	background: url(../img/forth_sec_bg.png) center center/cover no-repeat;
}

.forth_sec_img {
	padding: 25px 0 25px;
}

.forth_sec_txt {
	font-weight: 500;
	font-size: 26px;
	line-height: 40px;
}

.forth_sec_txt_inwrap {
	padding: 20px 0;
	line-height: 46px;
}

.FifthSec {
	background: url(../img/fifth_sec_bg.png) center center/cover no-repeat;
}

.fifth_sec_title {
    padding: 90px 0 30px 0;
}

.fifth_contents_wrap {
    width: 80%;
    max-width: 700px;
    height: auto;
    background-color: #CCF1FF;
    padding: 30px 40px;
    margin: 38px auto;
    border: solid 6px #ffffff;
    border-radius: 15px;
    position: relative;
}

.fifth_evi_img {
	position: absolute;
	top: -5%;
	left: -5%;
}

.fifth_contents_title {
    font-size: 30px;
    color: #002870;
    text-align: center;
    line-height: 50px;
    font-weight: 600;
    padding: 0 0 25px 0;
}

.fifth_contents_txt {
	padding: 20px 0 0 0;
	font-size: 16px;
	line-height: 30px;
	color: #1F1F1F;
}

.fifth_contents_txt2 {
	font-size: 27px;
	font-weight: 400;
	color: black;
	line-height: 50px;
	padding: 10px 0 50px 0;
}

.SixthSec {
	background: url(../img/sixth_contents_bg.png) center center/cover no-repeat;
}

.sixth_sec_title {
	padding: 40px 0 20px 0;
}

.sixth_sec_contents {
	padding: 10px 0;
}

.sixth_sec_contents img {
	margin: -20px 0;
}

.SeventhSec {
	background: url(../img/seventh_sec_bg.png) center center/cover no-repeat;
}

.seventh_sec_icon {
	padding: 60px 0 20px 0;
}

.seventh_sec_title {
	font-size: 52px;
	color: #002870;
	font-weight: 400;
	padding-top: 20px;
	padding-bottom: 50px;
}

.seventh_sec_contents_wrap {
    background-color: #DFF3FC;
    width: 80%;
    max-width: 720px;
    height: auto;
    padding: 30px 25px;
    margin: 0 auto 50px auto;
    position: relative;
}

.seventh_sec_locate_wrap {
	position: absolute;
	top: 0;
	left: 50px;
}

.seventh_sec_contents_title {
	font-size: 24px;
	color: #002870;
	font-weight: 500;
}

.seventh_sec_contents_title2 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    color: #002870;
    font-weight: 400;
}

.seventh_sec_contents_flex {
	display: flex;
}

.seventh_sec_left_img {
	width: 50%;
	margin-right: 10px;
}

.seventh_sec_right_txt {
    width: 50%;
    background-color: white;
    padding: 15px;
    font-size: 16px;
    line-height: 36px;
	margin-left: 10px;
	text-align: left;
}

.question_wrap {
	padding: 15px 0;
}

.question_area_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #002870;
    padding: 14px 5px;
    border-radius: 20px 20px 0 0;
}

.left {
	width: 10%;
}

.right {
	width: 90%;
	font-size: 26px;
	font-weight: 800;
	text-align: left;
	color: white;
}

.answer_area_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #DFF3FC;
    padding: 14px 5px;
    border-radius: 0 0 20px 20px;
}

.answer_right {
	width: 90%;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	color: black;
}

.padding_area {
	padding: 70px 0 0 0;
}

#form-sec {
	padding: 60px 0;
  }
  
  .form-top {
	margin: auto;
	margin-top: 40px;
	max-width: 800px;
  }
  
  .form-main {
	max-width: 800px;
	margin: auto;
	background-color: #FF9D03;
	padding: 20px;
	margin-top: -2px;
  }
  
  
  .Form {
	background-color: #fff;
	text-align: left;
	padding: 40px;
  }
  
  .Form-Item-Label {
	font-size: 18px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
  }
  
  .fontsize12 {
	background-color: #e20000;
	color: #fff;
	font-size: 12px;
	padding: 0px 4px 0px 4px;
	margin-left: 10px;
	line-height: 150%;
  }

  .fontsize12black {
	color: #000;
	font-size: 12px;
	padding: 0px 4px 0px 4px;
	line-height: 150%;
  }
  
  .Form-Item {
	margin-top: 26px;
	border-bottom: 1px solid #707070;
	padding-bottom: 26px;
  }
  
  .first {
	margin-top: 0;
  }
  
  .Form-Item input {
	border: 1px solid #707070;
	padding: 0px 2px;
	margin-top: 6px;
  }
  
  .Form-checkbox {
	text-align: center;
	margin-top: 32px;
	font-size: 21px;
  }
  
  .Form-Btn {
	margin-top: 20px;
  }
  
  .Form-Item .text-input {
	width: 100%;
	padding: 0 4px;
  }
  
  .Form-Btn {
	max-width: 100%;
	margin-left: 0px;
  }
  
  .label-note {
	display: block;
	width: 100%;
	font-size: 14px;
  }
  
  .form-item-text {
	border-bottom: none;
	padding-bottom: 0;
	margin-top: 16px;
  }
  
  .Form-Item .text-input {
	width: 100%;
	padding: 0 4px;
	line-height: 200%;
  }
  
  .Form-checkbox p {
	display: block;
	font-size: 12px;
	margin-top: 12px;
  }
  
  /* .Form-checkbox .agree {
	text-decoration: underline;
  } */
  
  .loading {
	display: none;
  }

  .footer_com_info {
	padding: 0 0 60px 0;
  }

  .com_info_title {
	font-size: 36px;
	text-align: center;
  }

  .footer_logo {
    padding: 20px 75px 20px 0;
}

.com_info_txt {
	font-size: 22px;
	text-align: center;
}

.underline {
	text-decoration: underline !important;
	color: #000 !important;
}

.com_info_list_wrap {
	padding: 30px 0 0 0;
	width: 70%;
	max-width: 560px;
	margin: 0 auto;
}
.com_info_list_wrap2 {
	width: 70%;
	max-width: 560px;
	margin: 0 auto;
}

.com_info_list_flex {
	display: flex;
	justify-content: center;
	padding: 15px 0;
	border-top: solid 2px #707070;
	border-bottom: solid 2px #707070;
}

.com_info_list_flex2 {
	display: flex;
	justify-content: center;
	padding: 15px 0;
	border-bottom: solid 2px #707070;
}

.com_info_left {
	width: 15%;
	padding-right: 20px;
	font-weight: 600;
	color: #EFAD1D;
}

.com_info_right {
	width: 85%;
	padding-left: 20px;
	text-align: left;
	font-size: 16px;
}

.InFlowRoute {
	display: none;
}