@charset "UTF-8";
/* CSS Document */

/*セクション間余白----------------------------------------------------------- */
section {
  padding: 100px 0;
}

/*色関連----------------------------------------------------------- */
.bg_cl1 {background-color: #271f8b;}

.cl_1 {color: #a78a46; font-weight: bold;}
.cl_2 {color: #ffea00;}
.cl_white {color: #fff;}
.cl_3{background: linear-gradient(transparent 70%, #ffea00 70%); font-weight: bold;}
.cl_4{color: #3051f3; font-weight: bold;}

/*テキスト関連----------------------------------------------------------- */
.highlight {
  background: -webkit-linear-gradient(transparent 50%, #f5d46e 50%, #f5d46e 80%, transparent 80%);
  background: -o-linear-gradient(transparent 50%, #f5d46e 50%, #f5d46e 80%, transparent 80%);
  background: linear-gradient(transparent 50%, #f5d46e 50%, #f5d46e 80%, transparent 80%);
  font-weight: bold;
}
.bold{font-weight: bold;}
.center{text-align: center;}
/*リンク色----------------------------------------------------------- */
a:link,
a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.wic_wrap {
  overflow-x: hidden;
}

.flex{
	display: flex;
}


/*Page Top----------------------------------------------------------- */
.pagetop a {
  background-color: #5c5036;
/*  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.3));*/
}
/*Header----------------------------------------------------------- */
header{
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}
header .logo {
  height: 30px;
  display: flex;
  align-items: center;
  padding-right: 20px;
  padding-top: 10px;
}

header .container {
  display: flex;
  justify-content: space-between;
  padding: 15px;
}

/*MV----------------------------------------------------------- */
.fv{
  margin-top: 60px;
	padding: 60px 0;
	background: url(../img/fv_bg.png) no-repeat center;
	background-size: cover;
	position: relative;
}
@media (min-width: 969px) and (max-width: 1400px) {
.fv{
	padding: 30px 0;
	background: url(../img/fv_tab_bg.png) no-repeat center;
	background-size: cover;
	position: relative;
}
}

/*sec01----------------------------------------------------------- */
.sec01{
	background: url(../img/sec01_bg.png) no-repeat center;
	background-size: cover;
	padding: 100px 0;
}

.sec01 .sec01_flex{
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 30px;
}

.sec01 .sec01_flex img{
	margin-left: 30px;
}

.sec01 .sec01_flex_2{
	display: flex;
	justify-content: space-around;
	margin-top: 30px;
}

.sec01 .sec01_flex_2 img{
	margin-right: 30px;
}


.sec01 .txt{
	width: 50%;
}

/*sec02----------------------------------------------------------- */
.sec02{
	background: url(../img/sec02_bg.png) no-repeat center;
	background-size: cover;
	padding: 100px 0;
}

.sec02 h2{
	padding-bottom: 40px;
}
.sec02 .sec02_content01{
	margin-bottom: 80px;
}

.sec02_content01 ul{
	width: fit-content;
    margin: auto;	

}

ul.check {
	position: relative;
	list-style:none;

}

.sec02_content01 ul.check li {
	background-image: url(../img/check.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-top: 10px;
	font-size: 22px;
	line-height: 1.4;
  color: #fff;
}

.sec02_content01 p{
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}

.sec02 .sec02_content02{
	background-color: #fff;
	padding: 30px 20px;
	margin-bottom: 80px;
}

.sec02_content02 ul{
	width: fit-content;
    margin: 0 auto;	
	display: flex;
    flex-wrap: wrap;
}

.sec02_content02 ul.check li {
	background-image: url(../img/check.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 25px;
	margin:  10px 5px;
	font-size: 20px;
	line-height: 1.4;
}





/*sec03----------------------------------------------------------- */
.sec03{
	background: url(../img/sec03_bg.png) no-repeat center;
	background-size: cover;
	padding: 100px 0;
}

.sec03 p{
	margin-bottom: 45px;
}

/*sec04----------------------------------------------------------- */
.sec04 {
  background: url(../img/sec04_bg.png) no-repeat center;
	background-size: cover;
	padding: 100px 0px;
}


.sec04_content01{
  background-color: #fff;
  margin: 30px 0;
  padding: 30px 20px;
}

.sec04_content01 ul{
	width: fit-content;
    margin: auto;	
    

}

ul.check {
	position: relative;
	list-style:none;
  
}

.sec04_content01 ul.check li {
	background-image: url(../img/check_2.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-top: 10px;
	font-size: 18px;
	line-height: 1.4;
}

.sec04 .txt{
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}

/*sec05----------------------------------------------------------- */
.sec05 {
	padding: 100px 0px;
}


/*sec06----------------------------------------------------------- */
.sec06 {
	background: url(../img/sec06_bg.png) no-repeat center;
	background-size: cover;
	padding: 100px 0;
}
.sec06 .txt{
	width: 62%;
	margin-right: 30px;
}
.sec06 .photo{
	margin-right: -20px
}

.sec06 .flex{
	margin-bottom: 30px;
}

.sec06 .txt_bottom{
	margin-bottom: 30px;
}
/*sec07----------------------------------------------------------- */
.sec07 {
	background: url(../img/sec07_bg.png) no-repeat center;
	background-size: cover;
	padding: 100px 0;
}

.sec07 h2{
	padding-bottom: 40px;
}
.sec07 .cl_white{
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 40px;
}

/*sec08----------------------------------------------------------- */
.sec08 h2{
	width: 80%;
	margin: 0 auto;
}
.sec08 h3 {
  margin-bottom: 20px;
}
/*Form----------------------------------------------------------- */
.input_unit {
    display: table;
    width: 100%;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    table-layout: fixed;
    border-collapse: collapse;
    margin-top: -1px;
}
.my_left.my_column{
	width: 30%;
    vertical-align: middle;
    padding: 20px;
}
.input_unit .my_column{
	display: table-cell;
}
.my_left.my_column{
	background: #EEF5FB;
}

.my_right.my_column{
	width: 70%;
    word-wrap: break-word;
    padding: 20px 0px 20px 30px;
    vertical-align: middle;
}
.input_unit .my_column {
    border-top: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
}

.radiobutton_frame {
    display: table-row;
}
.radiobutton_label {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 10px;
}
input[type=radio] {
    width: 1em;
    height: 1em;
    padding: 0;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}


.required .my_column.my_left label:first-child:after{
	color: white;
    content: '必須';
    display: inline-block;
    width: 45px;
    background-color: #e32;
    padding: 2px 4px;
	margin-left: 7px;
    text-align: center;
    border-radius: 4px;
	font-size: 14px;
}

input[type="submit"]{
    padding: 10px 40px;
    font-size: 2em;
    background: #231815;
    color: #fff;
    border: 0;
    border-style: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: 700;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 180px;
}
input[type="text"]{
	width: calc(100% - 20px - 2.8px);
    display: inline-block;
    padding: 10px;
    vertical-align: top;
    border: 1.4px solid #bfbfbf;
    border-radius: 10px;
}
.checkbox_frame {
    display: table-row;
}
.checkbox_input{
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 10px;
}
input[type=checkbox] {
    width: 1em;
    height: 1em;
    margin-right: 10px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
    cursor: pointer;
}

.sec07 h3{
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 10px
}
.gray_box{
	padding: 40px;
	font-size: 14px;
	background: #eee;
}

/*Footer----------------------------------------------------------- */
footer{
	border-top: 1px solid #000;
	padding: 45px 15px;
    font-size: 14px;
	text-align: center;
}
footer a{
	color: #000;
}
footer .copy {
  font-size: 10px;
}

footer a:link, footer a:visited {
  color: #000;
  transition: all .3s;
}

footer a:hover, footer a:focus {
  color: #271f8b;
  opacity: .7;
}

footer ul li {
  display: inline-block;
  margin: 0 5px;
  white-space: nowrap;
}

