.l_mv {
  padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .l_mv {
    padding-bottom: 30px;
  }
}
.l_mv__subtxt {
  margin: 10px 0 0;
  line-height: 1.5;
}

.sec__inner {
  padding: 40px 0 80px;
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec__inner {
    width: 100%;
    padding: 0 4.6875% 50px;
  }
}
.sec .lead {
  font-size: 16px;
  text-align: center;
  margin: 40px 0 0;
}
.sec .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .sec .lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.sec .list {
  width: 33.3333333333%;
  border-left: 1px solid #043D78;
  border-top: 1px solid #043D78;
  border-bottom: 1px solid #043D78;
}
@media screen and (max-width: 768px) {
  .sec .list {
    width: calc(100% - 37px);
    margin: 0 auto;
    border-right: 1px solid #043D78;
    border-top: none;
  }
}
.sec .list:first-of-type {
  border-top: 1px solid #043D78;
}
.sec .list:nth-child(n+4) {
  border-top: none;
}
.sec .list:nth-child(3n), .sec .list:last-of-type {
  border-right: 1px solid #043D78;
}
.sec .link {
  padding: 45px 24px 55px;
  display: block;
  position: relative;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .sec .link:hover {
    opacity: 1;
    background: #F2F5F8;
  }
}
@media screen and (max-width: 768px) {
  .sec .link {
    padding: 16px 24px 28px;
  }
}
.sec .link:before {
  content: url(../../img/common/pdf.svg);
  position: absolute;
  top: 16px;
  right: 16px;
}
@media screen and (max-width: 768px) {
  .sec .link:before {
    display: none;
  }
}
.sec .imgbox,
.sec .txtbox,
.sec .title,
.sec .download {
  display: block;
}
.sec .imgbox {
  text-align: center;
  border-bottom: 1px dashed #043D78;
  padding: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .sec .imgbox {
    border-bottom: 0;
    padding: 0;
  }
}
.sec .imgbox img {
  width: 164px;
}
@media screen and (max-width: 768px) {
  .sec .imgbox img {
    width: 240px;
  }
}
.sec .txtbox {
  padding: 54px 0 0;
}
@media screen and (max-width: 768px) {
  .sec .txtbox {
    padding: 0;
  }
}
.sec .txtbox .title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  color: #043D78;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .sec .txtbox .title {
    font-size: 18px;
  }
}
.sec .txtbox .download {
  text-align: center;
}
.sec .txtbox .download__txt {
  display: inline-block;
  font-size: 16px;
  color: #043D78;
  font-weight: 700;
  padding: 0 15px 0 0;
  position: relative;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .sec .txtbox .download__txt {
    font-size: 14px;
    margin: 14px 0 0;
  }
}
.sec .txtbox .download__txt:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #043D78;
  border-right: 1px solid #043D78;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 5px;
  right: 0;
}

.sec_1 .sec__inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px;
	padding: 0 0 80px;
}
.sec_1 .sec__inner .form-box {
	width: 46%;
}
@media screen and (max-width: 768px) {
	.sec_1 .sec__inner .form-box {
		width: 95%;
        margin: 0 auto;
	}
}
.formmailer-embed iframe {
    opacity: 0;
    /* transition時間を0.8sくらいに伸ばし、後半をかなりゆっくりにする */
    transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1.0);
}

.formmailer-embed iframe.is-visible {
    opacity: 1;
}
.sec_1 .sec__inner .form-box .imgbox2 {
	width: 60%;
	margin:0 auto;
}
.sec_1 .sec__inner .form-box .imgbox2 img {
	width: 100%;
	height: auto;
}
.sec_1 .sec__inner .form-box .imgbox3 {
	width: 95%;
	margin: 0 auto;
}
.sec_1 .sec__inner .form-box .imgbox3 img {
	width: 100%;
	height: auto;
}

.sec_1 h2 {
	text-align: center;
	margin: 40px 0;
}
@media screen and (max-width: 768px) {
	.sec_1 h2 {
		width: 90%;
		margin: 40px auto;
	}
}

.sec_1 h2 span {
	text-align: center;
	font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.15em;
	margin-bottom: 0;
	padding: 0 40px;
    position: relative;
	display: inline-block;
}
@media screen and (max-width: 768px) {
	.sec_1 h2 span {
		font-size: 22px;
		padding: 0 30px;
	}
}

.sec_1 h2 span:before {
    content: "";
    background: url(../../img/common/ico-ttl.svg);
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
}

.sec_1 h2 span:after {
    content: "";
    background: url(../../img/common/ico-ttl.svg);
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
}


.sec_1 .sec__inner .form-box h4 {
	text-align: left;
	font-size:28px;
	font-weight: bold;
	margin: 48px 0 20px;
	position: relative;
	padding-left: 25px;
}
@media screen and (max-width: 768px) {
	.sec_1 .sec__inner .form-box h4 {
		font-size:16px;
		margin: 32px 0 16px;
	}
}

.sec_1 .sec__inner .form-box h4:before {
    content: "";
    background: url(../../img/common/ico-ttl.svg);
    background-size: cover;
    position: absolute;
    left: 0;
	top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
}
.sec_1 .sec__inner .form-box .cms-content.download_content {
	background: #F2F5F8;
	padding:32px 24px;
	margin: 20px 0;
}
@media screen and (max-width: 768px) {
	.sec_1 .sec__inner .form-box .cms-content.download_content {
		padding: 24px 16px;
		margin: 0 0 20px;
	}
}
.sec_1 .sec__inner .form-box ul {
	padding-left: 0px;
}
.sec_1 .sec__inner .form-box ul li {
	font-size: 16px;
	line-height:1.8;
	list-style-type: disc;
    list-style-position: inside;
}

.sec_1 .sec__inner .form-box .download_content ul li {
	font-size: 18px;
	font-weight: bold;
	text-indent: -1.35em;
    padding-left: 1.5em;
}

@media screen and (max-width: 768px) {
	.sec_1 .sec__inner .form-box ul li,
	.sec_1 .sec__inner .form-box .download_content ul li {
		font-size: 13px;
	}
}

.sec_1 .sec__inner .form-box .cms-content {
	font-size: 16px;
	line-height: 1.8;
	padding:0 24px;
}
@media screen and (max-width: 768px) {
	.sec_1 .sec__inner .form-box .cms-content {
		font-size: 13px;
		line-height: 1.6;
		padding:0;
	}
}