@charset "UTF-8";
/* CSS Document */

/*セクション間余白----------------------------------------------------------- */
section {
  padding: 90px 0;
}

footer {
  padding: 45px 0;
}
body{
  max-width: 2000px;
  margin: 0 auto;
}
/*色関連----------------------------------------------------------- */
.bg_cl1 {
  background-color: #faf8e8;
}

.bg_cl2 {
  background-color: #fdfcf0;
}

.cl_base {
  color: #f94b0e;
}

.cl_main {
  color: #ef3300;
}

.cl_accent {
  color: #4265a1;
}

.cl_other1 {
  color: #4265a1;
}

.cl_other2 {
  color: #4265a1;
}

/*テキスト関連----------------------------------------------------------- */
.highlight {
  background: -webkit-linear-gradient(transparent 60%, #ffd200 50%);
  background: -o-linear-gradient(transparent 60%, #ffd200 50%);
  background: linear-gradient(transparent 60%, #ffd200 50%);
  font-weight: bold;
}

/*リンク色----------------------------------------------------------- */
a:link,
a:visited {
  color: #162bee;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*はみ出し画像中央----------------------------------------------------------- */
.wic_wrap {
  overflow-x: hidden;
}

/* wicを使ったセクションのsectionタグに対して.wic_wrapのクラスをつける事 */
.wic img {
  width: auto;
  max-width: unset;
}

/* 中央に表示したいものにwicとwic1をつける */
.wic1 {
  margin-left: calc(50% - 1000px);
}

/*pxの部分を画像の半分の幅に変えてね！*/
.wic1 img {
  width: 2000px;
  max-width: 2000px;
}

.wic2 {
  margin-left: calc(50% - 600px);
}

.wic2 img {
  width: 1200px;
  max-width: 1200px;
}

.wic3 {
  margin-left: calc(50% - 800px);
}

.wic3 img {
  width: 1600px;
  max-width: 1600px;
}

/*Page Top----------------------------------------------------------- */
.pagetop a {
  background-color: #f94b0e;
}

.btm_fix{
  background-color: transparent;
}

/*MV----------------------------------------------------------- */
.mv{
  padding: 0;
}

/*CTA1----------------------------------------------------------- */
.cta{
  background: #fdfcf0;
}
.cta .box{
  padding: 10px;
  background-color: #FFF;
  position: relative;
  box-shadow: 0px 5px 15px 0px rgba(168, 134, 73, 0.6);
}
.cta .white_box{
  border: solid 1px #c6b78a;
  padding: 45px 30px;
}
.cta table {
	font-size: 1.4rem;
  width: 100%;
}
.cta table th{
  background-color: #616161;
  color: #FFF;
  font-weight: bold;
  padding: 20px;
  width: 230px;
  border: solid 1px #fff;
  vertical-align: middle;
  font-size: 20px;
  color: #fff;
  border-left: 0;
}
.cta table td{
  background-color: #fafafa;
  padding: 30px;
  border: solid 1px #fff;
  width: calc(100% - 230px);
  border-right: 0;
  vertical-align: middle;
}

/*CTA2----------------------------------------------------------- */
.cta2, .cta3 {
  background: #ef8059;
}
/*CTA3----------------------------------------------------------- */
.cta3 .cw {
  color:#fff;
}

/*sec01----------------------------------------------------------- */
.sec01{
  background: url(../img/pc_sec01_bg.png) no-repeat center/cover;
}
.sec01 .box{
  padding: 10px;
  background-color: #FFF;
}
.sec01 .inner{
  padding: 2px;
  background: rgb(218,163,65);
  background: linear-gradient(0deg, rgba(218,163,65,1) 0%, rgba(245,237,158,1) 100%);
  border: solid 1px #b49536;
}
.sec01 .white_box{
  padding: 25px 30px 40px;
}
.sec01 .txt{
  position: relative;
  margin-top: -45px;
  padding-left: 120px;
}

/*sec02----------------------------------------------------------- */
.sec02 {
  padding: 0;
}
.sec02_arrow {
  position: relative;
  top: -30px;
  left: 0;
  right: 0;
  height: 0;
  z-index: 999;
}

/*sec03----------------------------------------------------------- */
.sec03 {
  background: url(../img/pc_sec03_bg.png) no-repeat bottom/cover;
}
.sec03 h3{
  margin-bottom: 30px;
}
.sec03 .box{
  position: relative;
  margin-bottom: 30px;
}
.sec03 .box:last-child{
  margin-bottom: 0;
}
.sec03 .white_box{
  padding: 30px;
  z-index: 1;
  position: relative;
  background: #fff;
}
.sec03 .box:after{
  content: "";
  background-color: #e1d5af;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 10px;
  right: -10px;
}
@media (min-width: 960px) {
    .sec03 .fx-col-70-s {
      flex-basis: 73%;
      max-width: 73%;
      padding-right: 0;
  }
    .sec03 .fx-col-30-s {
      flex-basis: 27%;
      max-width: 27%;
      padding-left: 0;
      padding-right: 0;
  }
}

/*sec04----------------------------------------------------------- */


/*sec05----------------------------------------------------------- */
.sec05_arrow {
  position: relative;
  top: -45px;
  left: 0;
  right: 0;
  height: 0;
  z-index: 999;
}
.sec05 {
  padding: 0;
}

/*sec06----------------------------------------------------------- */
.sec06 {
  background: url(../img/pc_sec06_bg.png) no-repeat top/cover;
}

/*sec07----------------------------------------------------------- */
.sec07 h2{
  background: #ef7145;
  padding: 45px 0;
}

/*sec08----------------------------------------------------------- */
.sec08{
  /* background: url(../img/pc_sec08_bg.png) no-repeat center/cover; */
}
.sec08 h2{
  padding-bottom: 30px;
}
.sec08 p {
  margin: 0 -10px;
}

/*sec09----------------------------------------------------------- */
.sec09{
  overflow: hidden;
  background: #f7f6f2;
}
.sec09 .white_box.bg_over_l:before {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 50vw;
  top: 0;
  left: 50%;
  transform: translateX(-50vw);
  background-color: #fff;
  z-index: 0;
}
.sec09 h3{
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .sec09 .fx-col-70-s {
    flex-basis: 73%;
    max-width: 73%;
}
  .sec09 .fx-col-30-s {
    flex-basis: 27%;
    max-width: 27%;
}
}
.sec09 .white_box.bg_over_r:before {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 50vw;
  top: 0;
  right: 0;
  transform: translateX(50vw);
  background-color: #fff;
  z-index: 0;
}

/*sec10----------------------------------------------------------- */
.sec10 {
  background: #fdfcf0;
}
.sec10 h3{
  color: #f94b0e;
  font-size: 24px;
  padding-left: 15px;
  border-left: 5px solid #f94b0e;
  font-weight: bold;
  margin-bottom: 30px;
}
.sec10 .white_box{
  margin-bottom: 0;
}
.sec10 .white_box:last-of-type {
  background: #fafafa;
}
.sec10 .line{
  border-bottom: dashed 1px #CCC;
  margin: 30px 0;
}
@media (min-width: 960px) {
  .sec10 .fx-col-60-s {
    flex-basis: 67%;
    max-width: 67%;
    padding-right: 0;
}
  .sec10 .fx-col-40-s {
    flex-basis: 33%;
    max-width: 33%;
}
}

/*sec11----------------------------------------------------------- */


/*sec12----------------------------------------------------------- */
.sec12{
  background: url(../img/pc_sec12_bg.png) no-repeat center/cover;
}

/*sec13----------------------------------------------------------- */
.sec13{
  background: url(../img/pc_sec13_bg.png);
}

/*sec14----------------------------------------------------------- */
.sec14{
  background: url(../img/pc_sec14_bg.png) no-repeat bottom/cover;
}

/*sec15----------------------------------------------------------- */
.sec15_arrow {
  position: relative;
  top: -45px;
  left: 0;
  right: 0;
  height: 0;
  z-index: 999;
}
.sec15 {
  padding: 0;
}

/*sec16----------------------------------------------------------- */
.sec16{
  overflow: hidden;
  background: #ef8059;
}
.sec16 .white_box.bg_over_l:before {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 50vw;
  top: 0;
  left: 50%;
  transform: translateX(-50vw);
  background-color: #fff;
  z-index: 0;
}
.sec16 h3{
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .sec16 .fx-col-70-s {
    flex-basis: 73%;
    max-width: 73%;
}
  .sec16 .fx-col-30-s {
    flex-basis: 27%;
    max-width: 27%;
}
}
.sec16 .white_box.bg_over_r:before {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 50vw;
  top: 0;
  right: 0;
  transform: translateX(50vw);
  background-color: #fff;
  z-index: 0;
}

.sec16 .box{
  padding: 10px;
  background-color: #FFF;
  position: relative;
  box-shadow: 0px 5px 15px 0px rgba(168, 134, 73, 0.6);
}
.sec16 .white_box{
  border: solid 1px #c6b78a;
  padding: 45px 30px;
}
.sec16 table {
	font-size: 1.4rem;
  width: 100%;
}
.sec16 table th{
  background-color: #616161;
  color: #FFF;
  font-weight: bold;
  padding: 20px;
  width: 230px;
  border: solid 1px #fff;
  vertical-align: middle;
  font-size: 20px;
  color: #fff;
  border-left: 0;
}
.sec16 table td{
  background-color: #fafafa;
  padding: 30px;
  border: solid 1px #fff;
  width: calc(100% - 230px);
  border-right: 0;
  vertical-align: middle;
}
/*sec17----------------------------------------------------------- */
.sec17{
  background: url(../img/pc_sec01_bg.png) no-repeat center/cover;
}

/*sec19----------------------------------------------------------- */
.sec19 {
  background: url(../img/pc_sec19_bg.png);
}
.sec19 h2{
  background: #ef7145;
  padding-top: 45px;
}
.sec19 .white_box {
  border: 3px solid #ef7145;
  border-radius: 10px;
}
.sec19 .q_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.sec19 .q_wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  border-radius: 80px;
  text-align: center;
  background: #e0e0e0;
  color: #4a4342;
  font-weight: bold;
  position: relative;
}
.sec19 .q_wrap a:hover {
  text-decoration: none;
  opacity: 1;
  margin-top: -10px;
}
.sec19 .q_wrap a:before {
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  bottom: 20px;
  font-size: 18px;
}
.sec19 .q_wrap.q3 a {
  font-size: 40px;
}
/* アニメーション */
.sec19 .white_box {
	display: none;
}
.sec19 .white_box:first-of-type {
	display: block;
}
.sec19 .white_box.show {
	display: block;
	animation: fadeIn 0.6s ease-in-out;
}
@keyframes fadeIn {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}
.sec19 .q_wrap a.selected {
  background: #ef7145;
  color: #fff;
}

/*sec20----------------------------------------------------------- */
.sec20 {
  background: url(../img/pc_sec20_bg.png) no-repeat top center/cover;
}

/*Footer----------------------------------------------------------- */
.footer_nav1 {
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

footer .copy {
  text-align: center;
}

footer a:link, footer a:visited {
  color: #000;
  transition: all .3s;
}

footer a:hover, footer a:focus {
  color: #000;
  opacity: .7;
}

footer ul li {
  display: inline-block;
  white-space: nowrap;
}
footer ul li:not(:last-child):after{
  content: "|";
  margin: 0 5px;
}
footer .copy {
  font-size: 14px;
}

#thanks .bn_youtube{
  margin: 60px auto 0;
}
