@charset "UTF-8";
/* CSS Document */
body {
  max-width: 2000px;
  margin: 0 auto;
}

/*セクション間余白----------------------------------------------------------- */
section {
  padding: 90px 0;
}
footer {
  padding: 15px 0;
}

/*色関連----------------------------------------------------------- */
.bg_cl1 {background-color: #173617;}
.bg_cl2 {background-color: #ebf1f1;}
.bg_cl3 {background-color: #ecfaf9;}
.cl_base {color: #ff00cc;}
.cl_main {color: #ef3300;}
.cl_accent {color: #4265a1;}
.cl_other1 {color: #4265a1;}
.cl_white {color: #fff;}

/*テキスト関連----------------------------------------------------------- */
.highlight {
  background: -webkit-linear-gradient(#f9f14d 60%, #f9f14d 50%);
  background: -o-linear-gradient(#f9f14d 60%, #f9f14d 50%);
  background: linear-gradient(#f9f14d 60%, #f9f14d 50%);
  font-weight: bold;
}

/*リンク色----------------------------------------------------------- */
a:link,
a:visited {
  color: #162bee;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*はみ出し画像中央----------------------------------------------------------- */
.wic_wrap {
  overflow-x: hidden;
}
.wic img {
  width: auto;
  max-width: unset;
}
.wic1 {
  margin-left: calc(50% - 1000px);
}
.wic1 img {
  width: 2000px;
  max-width: 2000px;
}
@media (min-width: 768px) and (max-width: 959px) {
  .wic1 {
/*    margin-left: calc(50% - 600px);*/
	  margin: 0;
  }
  .wic1 img {
/*
    width: 1200px;
    max-width: 1200px;
*/
    width: 100%;
    max-width: 100%;
  }
  .mv .container{
		padding: 0;
		margin: 0;
		width: 100%;
	}
}

/*Page Top----------------------------------------------------------- */
.pagetop a {
  background-color: #1c913a;
  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.3));
}

/* 共通 */
.h2_arrow {
  position: relative;
}
.h2_arrow:before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -45px;
  border-top: 45px solid #173617;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
}

/*MV----------------------------------------------------------- */


/*CTA----------------------------------------------------------- */
.cta {
  padding-top: 60px;
  background: url(../img/pc_cta_bg.png) no-repeat center bottom/cover;
}
.cta_2col {
  display: flex;
}
.cta_l {
  width: 31%;
}
.cta_r {
  width: 69%;
}

/*sec01----------------------------------------------------------- */
.sec01 {
  background: linear-gradient(-180deg, #ebf1f1 0%, #ebf1f1 94%, #ecfaf9 94%, #ecfaf9 100%);
}
.sec01 .white_box {
  border-radius: 15px;
}

/*sec02----------------------------------------------------------- */
.sec02 {
  background: #ecfaf9;
}

/*sec03----------------------------------------------------------- */


/*sec04----------------------------------------------------------- */
.sec04_arrow {
  margin-top: -120px;
}

/*sec05----------------------------------------------------------- */
.sec05_arrow {
  margin-top: -120px;
}
.sec05_white_box {
  border-radius: 15px;
}
.sec05 .white_box h3 {
  margin-top: -75px;
}

/*sec06----------------------------------------------------------- */
.sec06 {
  background: #edf0e5;
}
.sec06 h2 {
  background: url(../img/pc_sec06_bg.png) no-repeat top center/cover;
}
.sec06 .white_box {
  border-radius: 15px;
}
.sec06 .white_box_inner {
  border-radius: 15px;
  background: #ecfaf9;
  display: flex;
  gap: 15px;
  padding: 30px 15px;
}
.sec06 .white_box_inner:not(:last-of-type),
.sec06 .white_box_inner2:not(:last-of-type){
  margin-bottom: 30px;
}
.sec06 .white_box_inner > p {
  margin-left: -30px;
  display: block;
  width: 117px;
}
.sec06 .white_box_inner > div {
  width: calc(100% - 117px);
}
.sec06 .white_box_inner2 {
  border-radius: 15px;
  background: #ecfaf9;
  padding: 30px;
}
.sec06 .container > .white_box:first-of-type h3 {
  margin-top: -75px;
}
.sec06 .white_box_inner2 span {
	color: #1c913a;
}

/*sec07----------------------------------------------------------- */
.sec07 {
  background: #ecfaf9;
}
.sec07 .white_box {
  border-radius: 15px;
}
.sec07 .fx-row .white_box > p:first-child {
  margin-top: -70px;
}
.sec07 .fx-row {
  margin-top: -45px;
}
.sec07 [class*="fx-col"] {
  margin-top: 45px;
}

/*sec08----------------------------------------------------------- */
.sec08 h3 {
  font-size: 30px;
  font-weight: bold;
}
.sec08 h3 span {
  color: #1c913a;
  font-weight: bold;
  padding-right: 10px;
}
.sec08 .white_box_s {
  border-radius: 15px;
  background: #ecfaf9;
}

/*sec09----------------------------------------------------------- */
.sec09 .white_box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
}
.sec09 .sec09_q,
.sec09 .sec09_a {
  display: flex;
  gap: 30px;
}
.sec09 .sec09_q {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #173617;
}
.sec09 .sec09_q > p:first-child,
.sec09 .sec09_a > p:first-child {
  display: block;
  width: 30px;
}
.sec09 .sec09_q > p:last-child,
.sec09 .sec09_a > p:last-child {
  display: block;
  width: calc(100% - 30px);
}

/*sec10----------------------------------------------------------- */
.sec10 tr {
  border-top: 1px solid #173617;
}
.sec10 tr:last-child {
  border-bottom: 1px solid #173617;
}
.sec10 table {
  width: 100%;
}
.sec10 th {
  width: 250px;
  background: #ecfaf9;
  font-weight: bold;
  vertical-align: middle;
}
.sec10 td {
  width: calc(100% - 250px);
}
.sec10 th,
.sec10 td {
  text-align: left;
  padding: 15px;
}

/*sec11----------------------------------------------------------- */
.sec11 {
  background: #1c913a;
  background-image: url(../img/pc_sec11_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  font-weight: bold;
}
.sec11 .white_box {
  border-radius: 15px;
	padding-bottom: 0;	
}
.sec11 li {
  padding: 10px 0;
}
.sec11 .input_1col input,
.sec11  textarea {
  width: 100%;
  border-radius: 10px;
  padding: 15px;
  background: #f1f1f1;
  border: 1px solid #d3d3d3;
}
.sec11 .form_head {
  text-align: right;
}
.sec11 .form_head span:first-child {
  padding-right:10px;
}
.sec11 .haveto,
.sec11 .any {
  color: #fff;
  line-height: 1;
  font-size: 16px;
  padding: 3px 10px 2px;
  border-radius: 5px;
}
.sec11 .haveto {
  background: #fb3842;
}
.sec11 .any {
  background: #999999;
}
.sec11 button {
  border: 0;
  background: none;
  width: 100%;
}

/*Footer----------------------------------------------------------- */
footer {
  color: #fff;
  text-align: center;
}
footer .foot_link {
	display: flex;
	justify-content: center;
	gap: 15px;
	padding-bottom: 10px;
}
footer .foot_link a {
	color: #fff;
	font-size: 14px;
	text-decoration: underline;
}