@charset "utf-8";
.sp-only {
  display: none !important;
}
body {
  color: #1A1311;
}
body.modal--open {
  overflow: hidden;
}
body::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  will-change: filter;
  backdrop-filter: blur(5px);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease .2s;
}
body.modal--open::before {
  opacity: 1;
  visibility: visible;
  transition: all .4s;
}
.inner {
  max-width: 1024px;
  margin: auto;
  padding: 0 36px;
}
main {
  overflow: hidden;
}
@media all and (min-width:1125px) {
  .tab {
    display: none;
  }
}
/* == parts ============================================== */
.title_center {
  text-align: center;
  font-size: 262.5%;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  line-height: 1.333;
  letter-spacing: .05em;
  color: #0973B8;
}
.title_center span {
  color: #EE7700;
  display: inline-block;
}
.title_center em span {
  position: relative;
}
.title_center em span::before {
  content: '';
  width: 7px;
  height: 7px;
  background: #EE7700;
  border-radius: 50%;
  position: absolute;
  top: -.2em;
  left: 0;
  right: 0;
  margin: auto;
}
@media all and (max-width:1024px) {
  .title_center {
    font-size: 4vw;
  }
}
/**/
.modalWaku {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 950px;
  height: 570px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #6CD4CD;
  padding: 60px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease .2s;
}
.modalWaku.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transition: all .4s;
}
.set02 .modalWaku {
  background: #B891C1;
}
.set03 .modalWaku {
  background: #F88383;
}
.set04 .modalWaku {
  background: #35AACF;
}
.set05 .modalWaku {
  background: #CC965E;
}
.set06 .modalWaku {
  background: #9BDB7C;
}
.set07 .modalWaku {
  background: #FFC030;
}
.set08 .modalWaku {
  background: #EC5757;
}
.modalWaku .modalNav {
  width: 89px;
  height: 48px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 150%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 24px);
  cursor: pointer;
  transition: all .2s;
}
.modalWaku .modalNav.nav--prev {
  background-image: url("../img/modal_prev.webp");
  left: -45px;
}
.modalWaku .modalNav.nav--next {
  background-image: url("../img/modal_next.webp");
  right: -45px;
}
.modalWaku .modalNav:hover {
  transform: scale(1.1);
}
.modalWaku .modal_close {
  width: 95px;
  height: 95px;
  background: url("../img/close.webp") no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 150%;
  position: absolute;
  right: -35px;
  top: -35px;
  cursor: pointer;
  transition: all .2s;
}
.modalWaku .modal_close:hover {
  transform: scale(1.1);
}
.modalWaku .modal_flex {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.modalWaku .modal_thumbBox {
  width: 280px;
  pointer-events: none;
  position: relative;
}
.modalWaku .modal_thumbBox img {
  vertical-align: top;
}
.modalWaku .modal_thumbBox .modal_icon {
  position: absolute;
  left: -110px;
  top: 5px;
  display: flex;
}
.modalWaku .modal_thumbBox .modal_icon .icon01, .modalWaku .modal_thumbBox .modal_icon .icon02 {
  display: block;
  width: 47px;
  height: 35px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 150%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.modalWaku .modal_thumbBox .modal_icon .icon01 {
  background-image: url("../img/icon01.webp");
}
.modalWaku .modal_thumbBox .modal_icon .icon02 {
  background-image: url("../img/icon02.webp");
}
.modalWaku .modal_textBox {
  width: calc(100% - 280px);
  box-sizing: border-box;
  padding: 0 20px 0 0;
  height: 380px;
  overflow-y: scroll;
}
.modalWaku .modal_textBox::-webkit-scrollbar {
  width: 6px;
}
.modalWaku .modal_textBox::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 10px;
}
.modalWaku .modal_textBox::-webkit-scrollbar-track {
  background-color: #6CD4CD;
}
.set02 .modalWaku .modal_textBox::-webkit-scrollbar-track {
  background-color: #B891C1;
}
.set03 .modalWaku .modal_textBox::-webkit-scrollbar-track {
  background-color: #F88383;
}
.set04 .modalWaku .modal_textBox::-webkit-scrollbar-track {
  background-color: #35AACF;
}
.set05 .modalWaku .modal_textBox::-webkit-scrollbar-track {
  background-color: #CC965E;
}
.set06 .modalWaku .modal_textBox::-webkit-scrollbar-track {
  background-color: #9BDB7C;
}
.set07 .modalWaku .modal_textBox::-webkit-scrollbar-track {
  background-color: #FFC030;
}
.set08 .modalWaku .modal_textBox::-webkit-scrollbar-track {
  background-color: #EC5757;
}
.modalWaku .modal_textBox .modal_title {
  color: #fff;
  font-size: 150%;
  position: relative;
  padding: 0 100px 0 1.2em;
  line-height: 1.2;
  margin: 0 0 6%;
}
.modalWaku .modal_textBox .modal_title::before {
  content: '';
  width: .8em;
  height: .8em;
  border-radius: 50%;
  background: #004898;
  position: absolute;
  left: 0;
  top: .45em;
}
.modalWaku .modal_textBox .modal_desc {
  color: #fff;
  font-size: 93.75%;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  margin: 0 0 30px;
}
.dl_modal {
  display: flex;
  align-items: center;
  border-top: dotted 1px #004898;
  border-bottom: dotted 1px #004898;
}
.dl_modal + .dl_modal {
  border-top: none;
}
.dl_modal dt {
  width: 90px;
  box-sizing: border-box;
  color: #004898;
  font-family: "Zen Maru Gothic", serif;
  font-size: 93.75%;
  font-weight: 700;
  padding: 10px 0;
}
.dl_modal dd {
  width: calc(100% - 90px);
  font-size: 81.25%;
  color: #fff;
  padding: 10px 0;
}
.modalWaku .modal_btn {
  margin: 40px auto 0;
  width: 500px;
  will-change: filter;
  transition: all .2s;
}
.modalWaku .modal_btn:hover {
  filter: brightness(1.1);
}
.modalWaku .pop_illust {
  position: absolute;
  left: -50px;
  bottom: -50px;
  width: 259px;
  height: 168px;
  overflow: hidden;
}
.modalWaku .pop_illust img {
  transform: translateY(100%);
  transition: all .6s;
}
.modalWaku.active .pop_illust img {
  transform: translateY(0);
}

.table_white {
	min-width: 250px;
	color: #fff;
	margin: 5px 0;
}
.table_white th{
	border:solid 1px #fff;
	box-sizing: border-box;
	padding: 3px 6px;
}
.table_white td{
	border:solid 1px #fff;
		box-sizing: border-box;
		padding: 3px 6px ;
}
@media all and (max-width:1024px) {
  .modalWaku {
    max-width: 88%;
    height: 90vh;
    padding: 30px 50px;
  }
  .modalWaku .modal_flex {
    display: block;
    overflow-y: scroll;
    height: calc(100% - 90px);
  }
  .modalWaku .modal_flex::-webkit-scrollbar {
    width: 6px;
  }
  .modalWaku .modal_flex::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 10px;
  }
  .modalWaku .modal_flex::-webkit-scrollbar-track {
    background-color: #6CD4CD;
  }
  .modalWaku .modal_flex .modal_thumbBox {
    margin: auto;
  }
  .modalWaku .modal_thumbBox {
    height: 340px;
  }
  .modalWaku .modal_thumbBox img {
    vertical-align: top;
    max-height: 100%;
    width: auto;
  }
  .modalWaku .modal_textBox {
    width: 100%;
    height: auto;
    margin: 0 0 20px;
  }
  .modalWaku .modal_textBox .modal_title {
    padding: 0 0 0 1.2em;
  }
  .modalWaku .pop_illust {
    width: 173px;
    height: 112px;
    left: -30px;
    bottom: -30px;
  }
}
/* == header ============================================== */
.h_inner {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 33px;
  max-width: 1366px;
  margin: auto;
}
.h_inner .logo_title {
  width: 438px;
  height: 100px;
}
.h_inner .logo_title a {
  display: block;
  height: 100%;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  background: url("../img/logo.webp") no-repeat;
  background-size: contain;
  transition: all .2s;
}
.h_inner .logo_title a:hover {
  opacity: .7;
}
.list_mainNav {
  display: flex;
}
.list_mainNav > li {
  display: flex;
}
.list_mainNav > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 0 12.5px;
}
.list_mainNav > li a span {
  display: inline-block;
  position: relative;
  padding: 3px 0;
}
.list_mainNav > li a span::before {
  content: '';
  width: 0;
  height: 3px;
  background: #EE7700;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all .4s;
}
.list_mainNav > li a:hover span::before {
  width: 100%;
  right: auto;
  left: 0;
}
@media all and (max-width:1024px) {
  .h_inner {
    padding: 0 12px;
  }
  .h_inner .logo_title {
    width: 292px;
    height: 66px;
  }
  .list_mainNav > li a {
    height: 66px;
  }
}
/* == footer ============================================== */
footer {
  background: #E5ECF5;
}
footer .f_inner {
  padding: 55px 0 15px;
}
footer .f_logo {
  width: 360px;
  height: 82px;
  margin: 0 auto 45px;
}
footer .f_logo a {
  display: block;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 150%;
  background: url(../img/logo.webp) no-repeat;
  background-size: contain;
  transition: all .2s;
}
footer .f_logo a:hover {
  opacity: .7;
}
.list_sns {
  display: flex;
  justify-content: center;
  margin: 0 0 50px;
}
.list_sns > li {
  width: 35px;
  height: 30px;
  margin: 0 12px;
}
.list_sns > li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 150%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 30px;
  transition: all .2s;
}
.list_sns > li a:hover {
  opacity: .7;
}
.list_sns > li.sns01 a {
  background-image: url(../img/sns01.webp);
}
.list_sns > li.sns02 a {
  background-image: url(../img/sns02.webp);
}
.list_sns > li.sns03 a {
  background-image: url(../img/sns03.webp);
}
.list_sns > li.sns04 a {
  background-image: url(../img/sns04.webp);
}
footer .copyright {
  text-align: center;
  font-size: 75%;
}
/* == frontpage ==============================================*/
.block_top {
  overflow: hidden;
}
.block_top .area_bg {
  background: url(../img/top_bg.webp) repeat-x center;
  background-size: auto 100%;
  padding: 50px 0 0;
  box-sizing: border-box;
  min-height: 668px;
  position: relative;
}
.block_top .topCloud {
  position: relative;
  margin: 50px auto 0;
  background: url("../img/cloud.webp") no-repeat center;
  background-size: contain;
  min-height: 512px;
  z-index: 5;
}
.block_top .topCloud .top_text {
  width: 459px;
  height: 233px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 150%;
  background: url("../img/title01.webp") no-repeat;
  background-size: contain;
  margin: 0 auto -20px;
  transform: translateY(-20px);
}
.block_top .topCloud .top_title {
  text-align: center;
  font-size: 337.5%;
  color: #EE7700;
  line-height: 1.277;
}
.block_top .topCloud .top_title span {
  display: inline-block;
  position: relative;
  padding: 8px 0;
}
.block_top .topCloud .top_title span::before {
  content: '';
  width: 100%;
  height: 5px;
  background: #EE7700;
  position: absolute;
  left: 0;
  bottom: 0;
}
.block_top .top_illust img {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  left: 0;
  right: 0;
  margin: auto;
}
.block_top .top_illust img.illust01 {
  width: 164px;
  top: 290px;
  left: -980px;
}
.block_top .top_illust img.illust02 {
  width: 100px;
  top: 420px;
  left: -1180px;
  -webkit-animation: kakukaku 16s linear 0s infinite;
  animation: kakukaku 16s linear 0s infinite;
}
.block_top .top_illust img.illust03 {
  width: 167px;
  top: 500px;
  left: -840px;
  -webkit-animation: kakukaku 25s linear 0s infinite;
  animation: kakukaku 25s linear 0s infinite;
}
.block_top .top_illust img.illust04 {
  width: 137px;
  top: 240px;
  right: -940px;
}
.block_top .top_illust img.illust05 {
  width: 107px;
  top: 280px;
  right: -1220px;
  -webkit-animation: kakukaku 16s linear 0s infinite;
  animation: kakukaku 16s linear 0s infinite;
}
.block_top .top_illust img.illust06 {
  width: 251px;
  top: 370px;
  right: -870px;
  -webkit-animation: tekuteku 5s linear 0s infinite;
  animation: tekuteku 5s linear 0s infinite;
}
.block_top .top_illust img.illust07 {
  width: 83px;
  top: 450px;
  right: -1230px;
}
.block_top .top_illust img.illust14 {
  width: 125px;
  top: 220px;
  left: -1180px;
}
.block_top .top_illust img.illust15 {
  width: 452px;
  top: -20px;
  left: -980px;
}
.block_top .top_illust img.illust16 {
  width: 426px;
  top: -20px;
  right: -970px;
}
/**/
.block_top .title_center {
  opacity: 0;
  transform: translateY(-60px);
  transition: all 1s;
}
.block_top .topCloud {
  opacity: 0;
  transform: scale(0);
  transition: all .8s ease .6s;
}
body.page--open .block_top .title_center {
  opacity: 1;
  transform: translateY(0);
}
body.page--open .block_top .topCloud {
  opacity: 1;
  transform: scale(1);
}
.block_top .top_illust {
  opacity: 0;
  transition: all 1s ease 1.2s;
}
body.page--open .block_top .top_illust {
  opacity: 1;
}
/*------------------------------------------------------------*/
.block_lead {
  padding: 100px 0 0;
}
.block_lead .lead_dl {
  max-width: 740px;
  text-align: center;
  border: solid 2px #E44424;
  border-radius: 10px;
  margin: 0 auto 60px;
  overflow: hidden;
}
.block_lead .lead_dl dt {
  background: #E44424;
  color: #fff;
  font-size: 150%;
  font-weight: 700;
  padding: 2% 0;
}
.block_lead .lead_dl dd {
  background: #fef6e0;
  padding: 3% 0;
  font-size: 150%;
}
.block_lead .lead_text {
  text-align: center;
  font-size: 137.5%;
  line-height: 2.4;
  margin: 0 auto 90px;
  letter-spacing: .05em;
}
.block_lead .lead_slide {
  pointer-events: none;
  text-align: center;
  line-height: 1;
}
.block_lead .lead_slide img {
  width: 863px;
  display: block;
  max-width: none;
  vertical-align: top;
}
.block_lead .lead_slide span {
  display: inline-block;
  position: relative;
  -webkit-animation: slideLoop 30s linear 0s infinite;
  animation: slideLoop 30s linear 0s infinite;
}
.block_lead .lead_slide span::before, .block_lead .lead_slide span::after {
  content: '';
  width: 1726px;
  height: 223px;
  background: url("../img/slide.webp") repeat-x;
  background-size: contain;
  position: absolute;
  top: 0;
}
.block_lead .lead_slide span::before {
  right: 100%;
}
.block_lead .lead_slide span::after {
  left: 100%;
}
@-webkit-keyframes slideLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(863px);
  }
}
@keyframes slideLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(863px);
  }
}
@media all and (max-width:1024px) {
  .block_lead {
    font-size: 1.55vw;
    padding: 66px 0 0;
  }
  .block_lead .lead_text {
    margin: 0 auto 60px;
  }
}
/*------------------------------------------------------------*/
.block_intro {
  padding: 115px 0 0;
}
.block_intro .titleWrap {
  text-align: center;
}
.block_intro .titleWrap .title_center {
  display: inline-block;
  position: relative;
}
.block_intro .titleWrap .title_center::before {
  content: '';
  width: 84px;
  height: 99px;
  background: url(../img/illust08.webp) no-repeat;
  background-size: contain;
  position: absolute;
  left: -110px;
  top: -35px;
  -webkit-animation: kakukaku 12s linear 0s infinite;
  animation: kakukaku 12s linear 0s infinite;
}
.block_intro .titleWrap .title_center::after {
  content: '';
  width: 87px;
  height: 75px;
  background: url(../img/illust09.webp) no-repeat;
  background-size: contain;
  position: absolute;
  right: -120px;
  top: -10px;
  -webkit-animation: kakukaku 12s linear 0s infinite;
  animation: kakukaku 12s linear 0s infinite;
}
.block_intro .intro_lead{
	text-align: center;
	margin: 30px 0 0;
	font-size: 88%;
	
}
#introNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto;
}
#introNav > li {
  width: 114px;
  height: 114px;
  box-sizing: border-box;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  border: solid 2px #4ACCC4;
  font-size: 150%;
  margin: 12px;
  cursor: pointer;
  color: #fff;
  transition: all .2s;
}
#introNav > li:hover {
  opacity: .7;
}
#introNav > li.set01 {
  background: #4ACCC4;
  border-color: #4ACCC4;
}
#introNav > li.set02 {
  background: #B891C1;
  border-color: #B891C1;
}
#introNav > li.set03 {
  background: #F88383;
  border-color: #F88383;
}
#introNav > li.set04 {
  background: #35AACF;
  border-color: #35AACF;
}
#introNav > li.set05 {
  background: #CC965E;
  border-color: #CC965E;
}
#introNav > li.set06 {
  background: #9BDB7C;
  border-color: #9BDB7C;
}
#introNav > li.set07 {
  background: #FFC030;
  border-color: #FFC030;
}
#introNav > li.set08 {
  background: #EC5757;
  border-color: #EC5757;
}
#introNav > li.active {
  background: #fff;
}
#introNav > li span {
  display: block;
  width: 100%;
  transition: all .2s;
}
#introNav > li.active.set01 span {
  color: #4ACCC4;
}
#introNav > li.active.set02 span {
  color: #B891C1;
}
#introNav > li.active.set03 span {
  color: #F88383;
}
#introNav > li.active.set04 span {
  color: #35AACF;
}
#introNav > li.active.set05 span {
  color: #CC965E;
}
#introNav > li.active.set06 span {
  color: #9BDB7C;
}
#introNav > li.active.set07 span {
  color: #FFC030;
}
#introNav > li.active.set08 span {
  color: #EC5757;
}
@media all and (max-width:1124px) {
  #introNav {
    max-width: 552px;
  }
}
/*-----*/
.block_intro .intro_set {
  border-radius: 20px;
  border: solid 2px #0973B8;
  overflow: hidden;
}
.block_intro .intro_set .set_title {
  text-align: center;
  background: #0973B8;
  color: #fff;
  font-size: 150%;
  font-weight: 500;
  letter-spacing: .05em;
  padding: 10px 0;
}
.list_item {
  background: #fef6e0;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.list_item::before {
  content: '';
  width: 100%;
  height: 8px;
  background: #fef6e0;
  position: absolute;
  left: 0;
  bottom: 16px;
  z-index: 5;
}
.list_item.center {
  justify-content: center;
}
.list_item > li {
  width: 33.138%;
  box-sizing: border-box;
  padding: 20px 29px;
  position: relative;
  margin: 20px 0;
  background-image: linear-gradient(to bottom, #1A1311 2px, transparent 2px);
  background-size: 2px 6px;
  background-repeat: repeat-y;
  background-position: right top;
}
.list_item > li::before {
  content: '';
  display: block;
  width: calc(100% - 40px);
  height: 2px;
  position: absolute;
  z-index: 2;
  bottom: -22px;
  left: 20px;
  background-image: linear-gradient(to right, #1A1311 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
}
.list_item.center > li {
  width: 46%;
}
.list_item.center > li:nth-child(3n + 1) {
  background: none;
}
.list_item.center > li:nth-child(3n + 2) {
  background-position: left top;
}
.list_item > li .item_wrap {
  position: relative;
  padding: 0 0 20px;
  margin: 0 auto 10px;
  max-width: 280px;
}
.list_item > li .item_wrap .item_icon {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
}
.list_item > li .item_wrap .item_icon .icon01, .list_item > li .item_wrap .item_icon .icon02 {
  display: block;
  width: 47px;
  height: 35px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 150%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.list_item > li .item_wrap .item_icon .icon01 {
  background-image: url("../img/icon01.webp");
}
.list_item > li .item_wrap .item_icon .icon02 {
  background-image: url("../img/icon02.webp");
}
.list_item > li .item_name {
  text-align: center;
  font-size: 106.25%;
  font-weight: 500;
  line-height: 1.5;
  min-height: 3em;
  margin: 0 0 10px;
}
.list_item > li .item_name::before {
  content: '●';
  width: 1em;
  height: 1em;
  color: #0973B8;
  margin: 0 3px 0 0;
}
.list_item > li .item_thumb {
  position: relative;
  width: 280px;
  height: 200px;
  overflow: hidden;
  pointer-events: none;
  margin: auto;
}
.list_item > li .item_thumb img {
  vertical-align: top;
  object-fit: cover;
  width: 100%;
}
.list_item > li .item_desc {
  font-size: 87.5%;
  line-height: 1.7;
  min-height: 5.1em;
  text-align: center;
}
.list_item > li .item_desc span {
  display: inline-block;
  text-align: left;
}
.list_item > li .item_btn {
  width: 190px;
  margin: 30px auto 0;
  border-radius: 50px;
  text-align: center;
  border: solid 1px #0973B8;
  overflow: hidden;
}
.list_item > li .item_btn a {
  display: block;
  line-height: 35px;
  color: #fff;
  cursor: pointer;
  position: relative;
  background: #0973B8;
  transition: all .2s;
}
.list_item > li .item_btn a::before {
  content: '';
  width: 14px;
  height: 14px;
  background: url(../img/arrow.webp) no-repeat;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 1px;
  bottom: 0;
  margin: auto;
  transition: all .2s;
}
.list_item > li .item_btn a:hover {
  color: #0973B8;
  background: #fff;
}
.list_item > li .item_btn a:hover::before {
  right: 12px;
}
@media all and (min-width:1125px) {
  .list_item > li:nth-child(3n) {
    background-image: none;
  }
}
@media all and (max-width:1124px) {
  .list_item {
    justify-content: center;
  }
  .list_item > li {
    width: 50%;
  }
  .list_item:not(.center) > li:nth-child(2n) {
    background-image: none;
  }
}
/*-----*/
.block_intro .area_campaign {
  margin: 80px auto 140px;
}
.block_intro .area_campaign .campaignWrap {
  background: #fef6e0;
  border: solid 2px #EE7700;
  border-radius: 20px;
  overflow: hidden;
}
.campaignWrap .campaign_title {
  text-align: center;
  color: #fff;
  font-size: 150%;
  background: #EE7700;
  padding: 10px 0;
}
.campaignWrap .textBox {
  padding: 55px 55px 80px;
}
.campaignWrap .textBox .campaign_att {
  text-align: center;
  font-size: 87.5%;
  font-weight: 400;
}
.dl_campaign {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.dl_campaign + .dl_campaign {
  border-top: solid 1px #1A1311;
}
.dl_campaign dt {
  width: 290px;
  border: solid 1px #1A1311;
  border-radius: 30px;
  text-align: center;
  margin: 0 30px 0 60px;
  padding: 5px 0;
  letter-spacing: .1em;
}
.dl_campaign dd {
  font-size: 200%;
  width: calc(100% - 380px);
}
.dl_campaign dd small {
  font-size: 62.5%;
}
.dl_campaign2 + .dl_campaign2 {
  margin: 40px 0 0;
}
.dl_campaign2 dt {
  text-align: center;
  font-size: 137.5%;
  letter-spacing: 2.2px;
  border-bottom: solid 1px #1A1311;
  padding: 10px 0;
}
.dl_campaign2 dd {
  font-weight: 400;
  line-height: 1.56;
  margin: 20px 0 0;
  letter-spacing: .016px;
}
.dl_campaign2 dd p + ul, .dl_campaign2 dd p + p, .dl_campaign2 dd ul + p, .dl_campaign2 dd ul + ul {
  margin: 20px 0 0;
}
.dl_campaign2 dd small {
  font-size: 87.5%;
}
.dl_campaign2 dd em {
  font-size: 125%;
}
.dl_campaign2 dd.center {
  text-align: center;
}
.list_disc1 {
  display: flex;
  flex-wrap: wrap;
}
.list_disc1 > li {
  width: 50%;
  padding: 0 0 0 1.2em;
  position: relative;
  box-sizing: border-box;
  margin: .3em 0;
}
.list_disc1 > li.long {
  width: 100%;
}
.list_disc1 > li::before {
  content: '●';
  position: absolute;
  left: 0;
  top: .15em;
}
.list_disc {
  list-style: disc;
}
.list_disc > li {
  margin: .1em 0 .1em 1.5em;
}
@media all and (max-width:1024px) {
  .dl_campaign {
    display: block;
    padding: 25px 0;
  }
  .dl_campaign dt {
    margin: 0 auto 15px;
  }
  .dl_campaign dd {
    width: 100%;
    text-align: center;
  }
}
/*-----*/
.block_form {
  background: #F0EBF8;
  padding: 100px 0;
}
.block_form .titleWrap {
  margin: 0 0 60px;
}
.block_form .titleWrap strong {
  display: inline-block;
  position: relative;
  transition: all 1.5s;
}
.block_form .titleWrap.scroll--start strong {
  padding: 0 0 0 100px;
}
.block_form .titleWrap strong::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -16em;
  right: 0;
  margin: auto;
  width: 3.9em;
  height: 0;
  padding: 17% 0 0;
  background: url("../img/illust13.webp") no-repeat;
  background-size: contain;
  transition: all 1.5s;
  transform: translateX(-60px);
}
.block_form .titleWrap.scroll--start strong::before {
  transform: translateX(50px);
}
.block_form .formWrap {
  margin: auto;
  max-width: 640px;
}

.block_form .formWrap iframe {
  height:750px;
}

/*-----*/
.block_contact {
  padding: 100px 0;
}
.list_contact {
  display: flex;
  justify-content: center;
}
.list_contact > li {
  width: 374px;
  height: 126px;
  margin: 0 28px;
}
.list_contact > li a {
  display: block;
  transition: all .2s;
}
.list_contact > li a:hover {
  opacity: .7;
}
.list_contact > li img {
  vertical-align: top;
}