@charset "UTF-8";
.sp_only_il {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp_only_il {
    display: inline;
  }
}

body {
  color: #000;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: justify;
  letter-spacing: 0px;
  background: #fff;
  color: #212121;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
  color: #FFF;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
a:hover {
  color: #FFF;
  text-decoration: underline;
  opacity: 0.8;
}

img {
  width: 100%;
  vertical-align: top;
}

picture {
  width: 100%;
  vertical-align: top;
}

.container {
  width: 100%;
  max-width: 1080px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

/*----------------------------------------
footer
----------------------------------------*/
#footer {
  width: 100%;
  margin: 0px auto 0px auto;
  background: #0C22A4;
  padding: 28px 0;
  color: #fff;
}
#footer .footer_inner {
  width: 890px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #footer .footer_inner {
    width: 98%;
    padding-bottom: 13vw;
  }
}
#footer .footer_inner .foot_logo {
  width: 218px;
  margin-right: 30px;
  float: left;
}
@media only screen and (max-width: 767px) {
  #footer .footer_inner .foot_logo {
    width: 50%;
    margin: 0;
    padding: 0 1%;
    box-sizing: border-box;
  }
}
#footer .footer_inner .foot_copy {
  width: 180px;
  margin-right: 0px;
  margin-top: 14px;
  float: left;
  font-size: 11px;
  line-height: 16px;
}
@media only screen and (max-width: 767px) {
  #footer .footer_inner .foot_copy {
    width: 46%;
    margin: 7px 0 0 0;
    padding: 0;
    float: right;
    font-size: 10px;
    line-height: 16px;
  }
}
#footer .footer_inner .foot_right_cnt {
  width: 450px;
  overflow: hidden;
  float: right;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  #footer .footer_inner .foot_right_cnt {
    width: 100%;
    float: none;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 5px 0;
    margin: 0 auto;
    box-sizing: border-box;
    background: #0C22A4;
  }
}
#footer .footer_inner .foot_right_cnt .foot_tel_cnt {
  width: 250px;
  float: left;
}
@media only screen and (max-width: 767px) {
  #footer .footer_inner .foot_right_cnt .foot_tel_cnt {
    width: 57%;
    margin-left: 1%;
  }
}
#footer .footer_inner .foot_right_cnt .foot_submit_cnt {
  width: 179px;
  float: right;
}
@media only screen and (max-width: 767px) {
  #footer .footer_inner .foot_right_cnt .foot_submit_cnt {
    width: 40%;
    margin-right: 1%;
  }
}

#copyright {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 2px 0;
}
#copyright p {
  font-size: 0.6rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*----------------------------------------
header
----------------------------------------*/
header {
  width: 100%;
  height: 96px;
  margin: 0 auto;
  padding: 18px 0 0 0;
  overflow: hidden;
  background: #fff;
  line-height: 0;
  border-bottom: 12px solid #0C22A4;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  header {
    height: 56px;
    padding: 0px 0 0 0;
    border-bottom: 6px solid #0C22A4;
    position: fixed;
    top: 0;
    z-index: 1000;
  }
}
header .header_cnt {
  width: 100%;
  max-width: 950px;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
header .header_cnt h1 {
  padding: 0;
  margin: 0;
  width: 210px;
  height: 60px;
  float: left;
}
@media only screen and (max-width: 767px) {
  header .header_cnt h1 {
    width: 34%;
    height: auto;
    margin: 10px 0 0 10px;
  }
}
header .header_cnt .head_sp_bt {
  display: none;
}
@media only screen and (max-width: 767px) {
  header .header_cnt .head_sp_bt {
    display: block;
    float: right;
    width: 56px;
    height: 56px;
  }
}
header .header_cnt .head_r_cnt {
  width: 70%;
  max-width: 440px;
  float: right;
}
@media only screen and (max-width: 767px) {
  header .header_cnt .head_r_cnt {
    display: none;
  }
}
header .header_cnt .head_r_cnt .head_tel_cnt {
  width: 250px;
  float: left;
}
header .header_cnt .head_r_cnt .head_submit_cnt {
  width: 179px;
  float: right;
}

#sp_menu {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 56px;
  display: none;
}
#sp_menu .sp_menu_list {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp_menu .sp_menu_list li {
  position: relative;
  padding-left: 20px;
  background: #0C22A4;
  border-top: 0.1px dotted rgba(255, 255, 255, 0.3);
}
#sp_menu .sp_menu_list li:before {
  content: "";
  position: absolute;
  top: 1.1em;
  left: 15px;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
#sp_menu .sp_menu_list li a {
  padding: 10px;
  display: block;
  color: #fff;
}

.gotop {
  position: fixed;
  right: 10px;
  bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .gotop {
    width: 0px;
    bottom: 70px;
  }
}

/*----------------------------------------
メインビジュアル　
----------------------------------------*/
.mv_cnt {
  width: 100%;
  height: 365px;
  margin: 12px auto 4px auto;
  background: #bcc5c0 url(../images/mv_pt2.jpg) no-repeat center center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mv_cnt {
    background: #bcc5c0 url(../images/mv_bg_sp.jpg) no-repeat center center;
    background-size: cover;
    height: 100.26vw;
    margin: 61px auto 30px auto;
    border-bottom: 7px solid #6D7AC8;
  }
}
.mv_cnt .mv_copy1 {
  width: 547px;
  height: 150px;
  position: absolute;
  top: 81px;
  left: 50%;
  margin-left: -430px;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .mv_cnt .mv_copy1 {
    width: 57.6%;
    margin-left: 0;
    top: 36vw;
    bottom: 0;
    left: 0;
    margin-left: 0;
  }
}
.mv_cnt .mv_copy2_1 {
  width: 157px;
  height: 101px;
  position: absolute;
  top: 215px;
  left: 50%;
  margin-left: -392px;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .mv_cnt .mv_copy2_1 {
    width: 33.3333333%;
    height: 26.9vw;
    background: rgba(255, 255, 255, 0.6);
    margin-left: 0;
    top: auto;
    bottom: 0;
    left: 0;
    margin-left: 0;
  }
}
.mv_cnt .mv_copy2_2 {
  width: 157px;
  height: 101px;
  position: absolute;
  top: 215px;
  left: 50%;
  margin-left: -231px;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .mv_cnt .mv_copy2_2 {
    width: 33.3333333%;
    height: 26.9vw;
    background: rgba(255, 255, 255, 0.6);
    margin-left: 0;
    top: auto;
    bottom: 0;
    left: 33.33333%;
    margin: 0;
  }
}
.mv_cnt .mv_copy2_3 {
  width: 157px;
  height: 101px;
  position: absolute;
  top: 215px;
  left: 50%;
  margin-left: -72px;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .mv_cnt .mv_copy2_3 {
    width: 33.3333333%;
    height: 26.9vw;
    background: rgba(255, 255, 255, 0.6);
    margin-left: 0;
    top: auto;
    bottom: 0;
    left: 66.6666666%;
    margin: 0;
  }
}
.mv_cnt .mv_copy3 {
  width: 151px;
  height: 151px;
  position: absolute;
  top: 61px;
  left: 50%;
  margin-left: 281px;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .mv_cnt .mv_copy3 {
    width: 31%;
    left: 11%;
    top: 11px;
    margin-left: 0;
  }
}
.mv_cnt .mv_copy4 {
  font-size: 20px;
  width: 360px;
  text-align: center;
  color: #0C22A4;
  transform: rotate(90deg);
  position: absolute;
  top: 182px;
  right: -160px;
}
@media only screen and (max-width: 767px) {
  .mv_cnt .mv_copy4 {
    font-size: 11px;
    right: -165px;
  }
}

.main_menu_cnt {
  width: 100%;
  height: 66px;
  padding: 6px 0;
  background: #0C22A4;
  text-align: center;
  border-bottom: 6px solid #6D7AC8;
  box-sizing: border-box;
  margin-bottom: 33px;
}
@media only screen and (max-width: 767px) {
  .main_menu_cnt {
    display: none;
  }
}
.main_menu_cnt ul.main_menu {
  width: 760px;
  margin: 0px auto;
  list-style: none;
}
.main_menu_cnt ul.main_menu li {
  width: 20%;
  height: 48px;
  border-left: 1px solid #D0B382;
  box-sizing: border-box;
  float: left;
  overflow: hidden;
}
.main_menu_cnt ul.main_menu li:last-child {
  border-right: 1px solid #D0B382;
}
.main_menu_cnt ul.main_menu li a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  padding-top: 3px;
}
.main_menu_cnt ul.main_menu li a.singleline {
  padding-top: 1px;
  line-height: 48px;
}
.main_menu_cnt ul.main_menu li a:hover {
  text-decoration: none;
}

.main_contents {
  width: 100%;
  margin: 0 auto;
}
.main_contents.wn {
  width: 100%;
  max-width: 950px;
  background: url(../images/sec01_bg.jpg) no-repeat center bottom;
}

.sec005_inner{
			width: 760px;
			padding: 40px 0;
			margin: 0 auto;
			}
.sec005_inner .sec05_title{
	color:#B10404;
	text-align:center;
	border-bottom: 1px #ccc solid;
border-top: 1px #ccc solid;
padding: 10px 0;
	}
.sec005_inner h3{
	color:#0C22A4;
	}
.sec005_inner p span{
	background:#B10404;
	padding:5px 10px;
	-moz-border-radius: 1em;
-webkit-border-radius: 1em;
-o-border-radius: 1em;
-ms-border-radius: 1em;
margin:0 0 15px 0;
color:#fff;
display:inline-block;
	}
.sec005_inner_txt01{
	margin:0 0 50px;
}
@media only screen and (max-width: 767px) {
  .main_contents.wn {
    background: none;
  }
}
.main_contents #sec01 {
  width: 100%;
  margin: 0 auto 80px auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .main_contents #sec01 {
    width: 100%;
    padding: 0 5.75% 80px 5.75%;
    margin: 0 auto 0px auto;
    background: #EFE5D5 url(../images/sec01_bg_sp.jpg) no-repeat center bottom;
    background-size: 100% auto;
  }
}
.main_contents #sec01 .sec01_cnt {
  background: #EFE5D5;
  max-width: 595px;
  box-shadow: 0px 4px 2px rgba(89, 65, 24, 0.7);
  margin: 0 auto;
  padding: 10px;
}
.main_contents #sec01 .sec01_cnt .sec01_line {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #fff;
  padding: 20px 0;
}
.main_contents #sec01 .sec01_cnt .sec01_line h2 {
  width: 100%;
  max-width: 335px;
  margin: 0px auto;
  padding: 10px 0 30px 0;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .main_contents #sec01 .sec01_cnt .sec01_line h2 {
    width: 80%;
    padding: 5px 0 10px 0;
  }
}
.main_contents #sec01 .sec01_cnt .sec01_line .sec01_txt {
  width: 100%;
  text-align: center;
  font-size: 15px;
  line-height: 34px;
  font-weight: 700;
  color: #0F1A58;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .main_contents #sec01 .sec01_cnt .sec01_line .sec01_txt {
    font-size: 8px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .main_contents #sec02 {
    width: 100%;
    margin: 0 auto 0px auto;
    background: #EFE5D5 url(../images/sec02_bg_sp.jpg) no-repeat center bottom;
    background-size: 100% auto;
    box-sizing: border-box;
  }
}
.main_contents #sec02 .sec02_cnt h2 {
  width: 100%;
  max-width: 392px;
  margin: 0px auto;
  padding: 10px 0 0px 0;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .main_contents #sec02 .sec02_cnt h2 {
    width: 80%;
    margin: 0px auto 0px auto;
  }
}
.main_contents #sec02 .sec02_cnt .sec02_cnt01 {
  width: 100%;
  max-width: 768px;
  margin: 40px auto;
  background: url(../images/sec02_p_bg1.png) no-repeat left bottom;
  background-size: 100% auto;
  box-sizing: border-box;
  overflow: hidden;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .main_contents #sec02 .sec02_cnt .sec02_cnt01 {
    display: none;
  }
}
.main_contents #sec02 .sec02_cnt .sec02_cnt02 {
  width: 100%;
  max-width: 768px;
  margin: 40px auto;
  background: url(../images/sec02_p_bg2.png) no-repeat left bottom;
  background-size: 100% auto;
  box-sizing: border-box;
  overflow: hidden;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .main_contents #sec02 .sec02_cnt .sec02_cnt02 {
    display: none;
  }
}
.main_contents #sec02 .sec02_cnt .sec02_cnt03 {
  width: 100%;
  max-width: 768px;
  margin: 40px auto;
  background: url(../images/sec02_p_bg1.png) no-repeat left bottom;
  background-size: 100% auto;
  box-sizing: border-box;
  overflow: hidden;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .main_contents #sec02 .sec02_cnt .sec02_cnt03 {
    display: none;
  }
}
.main_contents #sec02 .sec02_cnt .sec02_cnt01_sp,
.main_contents #sec02 .sec02_cnt .sec02_cnt02_sp,
.main_contents #sec02 .sec02_cnt .sec02_cnt03_sp {
  display: none;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .main_contents #sec02 .sec02_cnt .sec02_cnt01_sp,
.main_contents #sec02 .sec02_cnt .sec02_cnt02_sp,
.main_contents #sec02 .sec02_cnt .sec02_cnt03_sp {
    display: block;
    margin: 0;
    padding: 0;
  }
}
.main_contents #sec02 .sec02_cnt .copy_cnt {
  width: 255px;
  margin: 0 0 0 110px;
  box-sizing: border-box;
  float: left;
}
.main_contents #sec02 .sec02_cnt .copy_cnt.right {
  float: right;
  margin: 0 110px 0 20px;
  width: 265px;
}
@media only screen and (max-width: 767px) {
  .main_contents #sec02 .sec02_cnt .copy_cnt {
    width: 53.2%;
    margin: 0;
  }
  .main_contents #sec02 .sec02_cnt .copy_cnt.right {
    float: right;
    width: 53.2%;
    margin: 0;
  }
}
.main_contents #sec02 .sec02_cnt .copy_cnt .title_cnt {
  font-family: "Noto Serif JP";
  font-weight: 700;
  color: #0C22A4;
  text-align: left;
  font-size: 20px;
  line-height: 28px;
  overflow: hidden;
  width: 100%;
  padding: 15px 0 0 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .main_contents #sec02 .sec02_cnt .copy_cnt .title_cnt {
    font-size: 16px;
    line-height: 21px;
    overflow: hidden;
    width: 100%;
    padding: 0 0 0 0;
  }
}
.main_contents #sec02 .sec02_cnt .copy_cnt .title_cnt .title_no {
  width: 41px;
  float: left;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .main_contents #sec02 .sec02_cnt .copy_cnt .title_cnt .title_no {
    width: 17%;
    margin: 0 10px 5px 0;
  }
}
.main_contents #sec02 .sec02_cnt .copy_cnt .title_cnt .title_txt.single {
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .main_contents #sec02 .sec02_cnt .copy_cnt .title_cnt .title_txt.single {
    margin: 10px 0 0 0;
  }
}
.main_contents #sec02 .sec02_cnt .copy_cnt .txt {
  width: 100%;
  padding: 20px 0;
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .main_contents #sec02 .sec02_cnt .copy_cnt .txt {
    padding: 0px 0;
    font-size: 9px;
    letter-spacing: 0;
    line-height: 16px;
  }
}
.main_contents #sec02 .sec02_cnt .pt_cnt {
  width: 241px;
  box-sizing: border-box;
  float: left;
  margin: 0 0 0 30px;
}
.main_contents #sec02 .sec02_cnt .pt_cnt.right {
  float: right;
  margin: 0 0px 0 0px;
}
@media only screen and (max-width: 767px) {
  .main_contents #sec02 .sec02_cnt .pt_cnt {
    width: 41%;
    margin: 0;
    float: right;
  }
  .main_contents #sec02 .sec02_cnt .pt_cnt.right {
    float: left;
    width: 41%;
  }
}
.main_contents #sec03 {
  width: 100%;
  max-width: 950px;
  height: 1450px;
  margin: 0 auto;
  background: url(../images/sec03_bg.jpg) no-repeat center top;
}
@media only screen and (max-width: 767px) {
  .main_contents #sec03 {
    background: none;
    height: auto;
  }
}
.main_contents #sec03 h2 {
  width: 274px;
  margin: 30px auto 10px auto;
}
@media only screen and (max-width: 767px) {
  .main_contents #sec03 h2 {
    width: 60%;
    margin: 50px auto 10px auto;
  }
}
.main_contents #sec03 .sec03_box {
  width: 760px;
  height: 327px;
  margin: 0px auto;
  overflow: hidden;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .main_contents #sec03 .sec03_box {
    display: none;
  }
}
.main_contents #sec03 .sec03_box .sec03_bt {
  display: inline-block;
  background: #580F25;
  color: #fff;
  padding: 2px 15px 4px 15px;
  border-radius: 20px;
  margin: 10px 0 0 -10px;
}
.main_contents #sec03 .sec03_box .sec_03_l_cnt {
  width: 50%;
  float: left;
}
.main_contents #sec03 .sec03_box .sec_03_r_cnt {
  width: 50%;
  float: right;
}
.main_contents #sec03 .sec03_box .pt {
  width: 330px;
  margin: 0 auto;
}
.main_contents #sec03 .sec03_box .txt_cnt {
  width: 100%;
  height: 180px;
  margin: 90px 0 0 0;
  padding: 0 20px 0 70px;
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0;
}
.main_contents #sec03 .sec03_box .txt_cnt.left {
  padding: 0 60px 0 60px;
}
.main_contents #sec03 .sec03_box .txt_cnt .title {
  font-size: 22px;
  font-weight: 50000;
  font-family: "Noto Serif JP";
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.main_contents #sec03 .sec03_box .txt_cnt .title.c1 {
  color: #D0B382;
  margin-top: 18px;
}
.main_contents #sec03 .sec03_box .txt_cnt .title.c2 {
  color: #9A6F7C;
  margin-top: 46px;
}
.main_contents #sec03 .sec03_box .txt_cnt .title.c3 {
  color: #594118;
  margin-top: 46px;
}
.main_contents #sec03 .sec03_box .txt_cnt .title.c4 {
  color: #580F25;
  margin-top: 24px;
}
.main_contents #sec03 .sec03_box .no_cnt {
  position: relative;
}
.main_contents #sec03 .sec03_box .no_cnt .c1 {
  background: #D0B382;
  top: 10px;
  width: 84px;
  height: 84px;
  border-radius: 42px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 135px;
  right: 50%;
  margin-right: -42px;
}
.main_contents #sec03 .sec03_box .no_cnt .c2 {
  background: #9A6F7C;
  width: 84px;
  height: 84px;
  border-radius: 42px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 135px;
  right: 50%;
  margin-right: -42px;
}
.main_contents #sec03 .sec03_box .no_cnt .c3 {
  background: #594118;
  width: 84px;
  height: 84px;
  border-radius: 42px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 135px;
  right: 50%;
  margin-right: -42px;
}
.main_contents #sec03 .sec03_box .no_cnt .c4 {
  background: #580F25;
  width: 84px;
  height: 84px;
  border-radius: 42px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 135px;
  right: 50%;
  margin-right: -42px;
}
.main_contents #sec03 .sec03_box .no_cnt .step {
  font-size: 22px;
  line-height: 22px;
  margin: 13px 0 0 0;
}
.main_contents #sec03 .sec03_box .no_cnt .no {
  font-size: 40px;
  line-height: 40px;
  margin: 0px 0 0 0;
}
.main_contents #sec03 .sec03_sp_box {
  display: none;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .main_contents #sec03 .sec03_sp_box {
    display: block;
  }
}
.main_contents #sec04 {
  width: 100%;
  max-width: 767px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .main_contents #sec04 {
    padding: 0 8%;
  }
}
.main_contents #sec04 h2 {
  width: 767px;
  margin: 30px auto 20px auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .main_contents #sec04 h2 {
    width: 100%;
  }
}
.main_contents #sec04 .sec04_cnt {
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}
@media only screen and (max-width: 767px) {
  .main_contents #sec04 .sec04_cnt {
    gap: 20px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.main_contents #sec04 .sec04_cnt .sec04_card {
  background: #EFE5D5;
  border-radius: 7px;
  overflow: hidden;
  padding: 10px 12px;
  box-sizing: border-box;
}
.main_contents #sec04 .sec04_cnt .sec04_card .cardno {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  margin-left: 55%;
  margin-bottom: 10px;
}
.main_contents #sec04 .sec04_cnt .sec04_card .card_data_cnt {
  background: #fff;
  padding: 10px;
  font-size: 12px;
  color: #580F25;
}
.main_contents #sec04 .sec04_cnt .sec04_card .card_data_cnt .prof_cnt {
  width: 100%;
  color: #580F25;
}
.main_contents #sec04 .sec04_cnt .sec04_card .card_data_cnt .prof_cnt .prof_icon {
  width: 57%;
  float: left;
  margin-top: -60px;
  margin-left: -5%;
}
@media only screen and (max-width: 767px) {
  .main_contents #sec04 .sec04_cnt .sec04_card .card_data_cnt .prof_cnt .prof_icon {
    width: 44%;
    max-width: 115px;
    margin-top: -60px;
    margin-left: 0%;
  }
}
.main_contents #sec04 .sec04_cnt .sec04_card .card_data_cnt .prof_cnt .prof_txt {
  width: 45%;
  float: right;
  border-top: 1px solid #580F25;
  border-bottom: 1px solid #580F25;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  padding: 5px 0;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .main_contents #sec04 .sec04_cnt .sec04_card .card_data_cnt .prof_cnt .prof_txt {
    font-size: 13px;
    line-height: 13px;
    width: 55%;
  }
}
.main_contents #sec04 .sec04_cnt .sec04_card .card_data_cnt .prof_cnt .prof_txt .data {
  border-bottom: 1px dashed #580F25;
  padding-bottom: 5px;
}
.main_contents #sec04 .sec04_cnt .sec04_card .card_data_cnt .prof_cnt .prof_txt .job {
  padding-top: 5px;
}
.main_contents #sec05 {
  width: 100%;
  background: #EFE5D5;
  border-top: 6px solid #D0B382;
}
.main_contents #sec05 .sec05_inner {
  width: 760px;
  padding: 40px 0;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .main_contents #sec05 .sec05_inner {
    width: 93%;
    margin: 0 auto 0px auto;
  }
}
.main_contents #sec05 .sec05_inner h2 {
  width: 526px;
  margin: 0 auto 30px auto;
}
@media only screen and (max-width: 767px) {
  .main_contents #sec05 .sec05_inner h2 {
    width: 80%;
    margin: 0 auto 30px auto;
  }
}
.main_contents #sec05 .sec05_inner .sec05_qa_cnt {
  width: 100%;
  margin: 10px auto;
}
.main_contents #sec05 .sec05_inner .sec05_qa_cnt .q_box {
  width: 100%;
  background: #CDD2EC;
  border-radius: 5px;
  overflow: hidden;
  padding: 3px 16px;
  box-sizing: border-box;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .main_contents #sec05 .sec05_inner .sec05_qa_cnt .q_box {
    padding: 3px 5px;
  }
}
.main_contents #sec05 .sec05_inner .sec05_qa_cnt .q_box .q_icon {
  width: 59px;
  margin-right: 33px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .main_contents #sec05 .sec05_inner .sec05_qa_cnt .q_box .q_icon {
    width: 9.4%;
    margin: 3px auto 0px auto;
  }
}
.main_contents #sec05 .sec05_inner .sec05_qa_cnt .q_box .q_txt {
  width: 510px;
  float: left;
  margin: 14px 0 0 0;
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP";
  color: #0C22A4;
}
@media only screen and (max-width: 767px) {
  .main_contents #sec05 .sec05_inner .sec05_qa_cnt .q_box .q_txt {
    width: 75%;
    margin: 8px 0 8px 5px;
    font-size: 14px;
    line-height: 15px;
    box-sizing: border-box;
  }
}
.main_contents #sec05 .sec05_inner .sec05_qa_cnt .q_box .q_open_icon {
  background: url(../images/sec05_icon_open.png) no-repeat center center;
  background-size: auto 100%;
  width: 59px;
  height: 59px;
  float: right;
}
@media only screen and (max-width: 767px) {
  .main_contents #sec05 .sec05_inner .sec05_qa_cnt .q_box .q_open_icon {
    width: 9.4%;
    height: 10vw;
    margin: 0 auto 0px auto;
    background: url(../images/sec05_icon_open.png) no-repeat center center;
    background-size: cover;
  }
}
.main_contents #sec05 .sec05_inner .sec05_qa_cnt .q_box .q_open_icon.opend {
  background: url(../images/sec05_icon_close.png) no-repeat center center;
  background-size: cover;
}
.main_contents #sec05 .sec05_inner .sec05_qa_cnt .q_box:hover {
  cursor: pointer;
}
.main_contents #sec05 .sec05_inner .sec05_qa_cnt .a_box {
  display: none;
  z-index: 10;
  border-left: 1px solid #D0B382;
  border-bottom: 1px solid #D0B382;
  border-right: 1px solid #D0B382;
  border-radius: 0px 0px 5px 5px;
  background: #fff;
  margin: 0px 0;
  overflow: hidden;
  padding: 13px 16px 13px 42px;
}
@media only screen and (max-width: 767px) {
  .main_contents #sec05 .sec05_inner .sec05_qa_cnt .a_box {
    padding: 2vw 2vw 2vw 5vw;
  }
}
.main_contents #sec05 .sec05_inner .sec05_qa_cnt .a_box .a_icon {
  width: 59px;
  margin-right: 33px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .main_contents #sec05 .sec05_inner .sec05_qa_cnt .a_box .a_icon {
    width: 9.4%;
    margin: 3px auto 0px auto;
  }
}
.main_contents #sec05 .sec05_inner .sec05_qa_cnt .a_box .a_txt {
  width: 510px;
  float: left;
  margin: 8px 0 8px 0;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Noto Sans JP";
}
@media only screen and (max-width: 767px) {
  .main_contents #sec05 .sec05_inner .sec05_qa_cnt .a_box .a_txt {
    width: 85%;
    margin: 8px 0 8px 5px;
    font-size: 13px;
    line-height: 15px;
    box-sizing: border-box;
  }
}
.main_contents #sec06 {
  width: 100%;
  background: #CDD2EC;
  border-top: 6px solid #6D7AC8;
}
.main_contents #sec06 .sec06_inner {
  width: 760px;
  padding: 40px 0;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .main_contents #sec06 .sec06_inner {
    width: 93%;
    margin: 0 auto 0px auto;
    padding: 40px 0 1px 0;
  }
}
.main_contents #sec06 .sec06_inner h2 {
  width: 313px;
  margin: 0 auto 30px auto;
}
@media only screen and (max-width: 767px) {
  .main_contents #sec06 .sec06_inner h2 {
    width: 85%;
  }
}
.main_contents #sec06 .sec06_inner .form_cnt {
  width: 100%;
  margin: 30px auto;
  background: #fff;
  padding: 25px;
  box-sizing: border-box;
}
.main_contents #sec06 .sec06_inner .form_cnt .form_copy {
  font-size: 14px;
  margin-bottom: 30px;
}
.main_contents #sec06 .sec06_inner .form_cnt .form_copy .lg {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #aaa;
  margin-bottom: 20px;
  padding-block: 20px;
}
@media only screen and (max-width: 767px) {
  .main_contents #sec06 .sec06_inner .form_cnt .form_copy {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
.main_contents #sec06 .sec06_inner .form_cnt .form_box {
  width: 100%;
  margin: 15px auto;
  overflow: hidden;
}
.main_contents #sec06 .sec06_inner .form_cnt .form_box .fb_name {
  font-size: 14px;
  line-break: 20px;
  width: 27%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .main_contents #sec06 .sec06_inner .form_cnt .form_box .fb_name {
    width: 100%;
    float: none;
    font-size: 12px;
    line-break: 16px;
    margin-bottom: 10px;
  }
}
.main_contents #sec06 .sec06_inner .form_cnt .form_box .fb_name .hissu {
  font-size: 10px;
  line-height: 12px;
  background: #B10404;
  border-radius: 4px;
  padding: 1px 5px;
  color: #fff;
  margin-left: 7px;
}
@media only screen and (max-width: 767px) {
  .main_contents #sec06 .sec06_inner .form_cnt .form_box .fb_name .hissu {
    font-size: 9px;
    line-break: 9px;
  }
}
.main_contents #sec06 .sec06_inner .form_cnt .form_box .fb_name.full {
  width: 100%;
  float: none;
}
.main_contents #sec06 .sec06_inner .form_cnt .form_box .fb_data {
  width: 72%;
  float: right;
}
@media only screen and (max-width: 767px) {
  .main_contents #sec06 .sec06_inner .form_cnt .form_box .fb_data {
    width: 100%;
    float: none;
    font-size: 12px;
    line-break: 16px;
  }
}
.main_contents #sec06 .sec06_inner .form_cnt .form_box .fb_data.full {
  width: 100%;
  float: none;
}
.main_contents #sec06 .sec06_inner .form_cnt .form_box input[type=text] {
  border: 1px solid #B2B2B2;
  border-radius: 1px;
  padding: 7px 10px;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
}
.main_contents #sec06 .sec06_inner .form_cnt .form_box input[type=text].sml {
  width: 20%;
}
.main_contents #sec06 .sec06_inner .form_cnt .form_box textarea {
  border: 1px solid #B2B2B2;
  border-radius: 1px;
  padding: 7px 10px;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  font-size: 16px;
}
.main_contents #sec06 .sec06_inner .form_cnt .form_box input[type=submit] {
  display: block;
  width: 270px;
  height: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 60px;
  border-radius: 8px;
  background: #0C22A4;
  color: #fff;
  margin: 0 auto;
  border: none;
}
.main_contents #sec06 .sec06_inner .form_cnt .form_box input[type=button].modoru_bt {
  display: block;
  width: 270px;
  height: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 60px;
  border-radius: 8px;
  background: #aaa;
  color: #fff;
  margin: 0 auto;
  border: none;
}

/*----------------------------------------
common
----------------------------------------*/
.wapper {
  overflow: hidden;
}

.pc_only {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.pc_only_il {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .pc_only_il {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

.clear {
  clear: both;
  height: 0;
}

.vspace10 {
  clear: both;
  line-height: 0;
  height: 10px;
}

.vspace20 {
  clear: both;
  line-height: 0;
  height: 20px;
}

.vspace50 {
  clear: both;
  line-height: 0;
  height: 50px;
}

.vspace100 {
  clear: both;
  line-height: 0;
  height: 100px;
}

.vspace200 {
  clear: both;
  line-height: 0;
  height: 200px;
}

/*# sourceMappingURL=style.css.map */
