@charset "UTF-8";
/*======================================
    Font / Color
======================================*/
/*======================================
    common
======================================*/
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

body {
  background-color: #fff;
}

img {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

.no_mrgn{
	padding-bottom: 0 !important;
}

.main{
	position: relative;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.is-nowrap {
  white-space: nowrap;
}

.is-br,
.is-pc{
  display: block;
}

@media screen and (max-width: 599px) {
  .is-sp {
    display: block;
  }

	.is-pc{
		display: none;
	}
}

.text {
  font-size: 2rem;
  line-height: 1.95;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
  .text {
    font-size: clamp(1.4rem, 18 / 1024 * 100vw, 1.8rem);
  }
}
.text span.is-half {
  display: inline-block;
  width: 0.5em;
}

.text-sm {
  font-size: 1.8rem;
  line-height: 1.3888888889;
  letter-spacing: 0.075em;
  font-weight: 700;
}

.center {
  text-align: center;
}

.inner {
  width: 1000px;
  max-width: 95%;
  margin: 0 auto;
}

.section-title,
.section-title-typeA{
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.8076923077;
  letter-spacing: 0.08em;
  color: #0068B6;
}
@media screen and (max-width: 599px) {
  .section-title,
	.section-title-typeA{
    font-size: 2.2rem;
  }
}
.section-title span{
  display: inline-block;
  font-weight: 900;
  padding-bottom: 0.2em;
  border-bottom: 6px solid #0068B6;
}
.section-title.color {
  color: #FFF100;
}
.section-title.color span {
  border-color: #FFF100;
}
.section-title br.is-sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .section-title br.is-sp {
    display: block;
  }
}


.section-title-typeA span{
	display: inline-block;
	font-weight: 900;
	padding-bottom: 0.2em;
	position: relative;
}

.section-title-typeA span::before,
.section-title-typeA span::after{
	content: "";
	position: absolute;
	background-color: #0068B6;
	width:3px;
	height: 50px;
	top:0;
}

@media screen and (max-width: 599px) {
	.section-title-typeA span {
		width:70%;
	}
	.section-title-typeA span::before,
	.section-title-typeA span::after{
		top:20px;
	}
}

.section-title-typeA span::before{
	left:-20px;
	transform: rotate(-25deg);
}

.section-title-typeA span::after{
	right:-20px;
	transform: rotate(25deg);
}
/*======================================
    mv
======================================*/
.mv {
  position: relative;
}

.mv__sub {
  position: absolute;
  bottom: 0;
  right: 6.67%;
  width: 25.6%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 4%;
  -webkit-transform: translateY(43%);
          transform: translateY(43%);
}
@media screen and (max-width: 599px) {
  .mv__sub {
    width: 40%;
    right: 4%;
  }
}

.mv__sub--link a {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mv__sub--link a:hover {
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 104, 182, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 104, 182, 0.16));
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.mv__text {
  color: #0068B6;
  font-weight: 700;
  padding: 3.2em 0;
  line-height: 2.5em;
}
.mv__text span.is-md {
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .mv__text span.is-md {
    white-space: unset;
  }
}
.mv__text span.sm {
  display: block;
  font-size: 0.7em;
  line-height: 1.75;
  color: #231815;
}

.mv__finish--container {
  width: min(900 / 1920 * 100vw, 900px);
  max-width: 90%;
  margin: 0 auto;
  background-color: #FFF100;
  padding: 1.67em 0.42em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-bottom: -7.5%;
  font-size: min(24 / 1920 * 100vw, 2.4rem);
}
@media screen and (max-width: 1024px) {
  .mv__finish--container {
    width: 800px;
    max-width: 70%;
    font-size: calc(20 / 1024 * 100vw);
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}
@media screen and (max-width: 599px) {
  .mv__finish--container {
    width: 90%;
    max-width: 90%;
    font-size: 1.6rem;
    margin-bottom: -15%;
  }
}

.mv__finish--text {
  letter-spacing: 0.06em;
  line-height: 1.75;
  font-weight: 700;
  color: #0068B6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.mv__finish--text span.lg {
  font-size: 1.42em;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .mv__finish--text span.lg {
    line-height: 1.75;
  }
}

.mv__finish--btn__container {
  margin-top: 1em;
  font-size: min(17 / 1440 * 100vw, 1.7rem);
}
@media screen and (max-width: 1024px) {
  .mv__finish--btn__container {
    font-size: calc(18 / 1024 * 100vw);
  }
}
@media screen and (max-width: 599px) {
  .mv__finish--btn__container {
    font-size: 1.6rem;
  }
}

.mv__finish--btn {
  display: inline-block;
  border-radius: 30px;
  background-color: #FF9CD1;
  padding: 0.65em 40px;
  -webkit-box-shadow: 4px 4px 1px rgba(4, 0, 0, 0.6);
          box-shadow: 4px 4px 1px rgba(4, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mv__finish--btn:hover {
  -webkit-box-shadow: 0px 0px 0px rgba(4, 0, 0, 0.6);
          box-shadow: 0px 0px 0px rgba(4, 0, 0, 0.6);
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
}
.mv__finish--btn:hover span.btn-arrow::before {
  right: -4px;
}
@media screen and (max-width: 599px) {
  .mv__finish--btn {
    border-radius: 100px;
  }
}
.mv__finish--btn span.btn-arrow {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2.2352941176;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #231815;
  position: relative;
}
@media screen and (max-width: 599px) {
  .mv__finish--btn span.btn-arrow {
    line-height: 1.75;
  }
}
.mv__finish--btn span.btn-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(150%, -50%);
          transform: translate(150%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #231815;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
/*======================================
    stickyBtn
======================================*/
.btn_sticky{
  opacity: 0;
  visibility: hidden;
	position: fixed;
	right:0;
	top: initial;
  bottom: 120px;
	height: 80px;
  width: 240px;
  height: 170px;
	background-color:#06c755;
	border-radius: 20px 0 0 20px;
	padding: 10px 5px;
	text-align: center;
	transform: translateY(100px);
	transition: transform 0.5s;
	z-index: 3;
}

.btn_sticky.js-display {
  opacity: 1;
  visibility: visible;
}

.js-active {
  transform: translateY(0);
	display: block;
	top: 100px;
}

.fukidashi{
	color:#fff;
	font-size: 0.9rem;
  font-size: 1.5rem;

  line-height: 1.4;
	position: relative;
	text-align: center;
	margin: 0 auto 5px auto;
	width:70%;
	display: block;
}

.fukidashi::before,
.fukidashi::after{
	content: "";
	position: absolute;
	background-color: #fff;
	width:2px;
	height: 40px;
	top:10px;
}

.fukidashi::before{
  top: 15px;
  left: -10px;
	transform: rotate(-25deg);
}

.fukidashi::after{
  top: 15px;
	right: -10px;
	transform: rotate(25deg);
}

.line-it-button{
	width:100%;
}

.side_line {
  width: 90%;
  margin: 10px auto 0;
  padding: 10px 10px 9px 10px;
  background: #fff;
  border-radius: 10px;
}

.side_line a {
  display: block;
  transition: .4s;
}

.side_line a:hover {
  opacity: .6;
}

.side_line a img {
  height: auto;
}

@media screen and (max-width: 599px) {
  .footer {
    padding-bottom: 150px !important;
  }
	.btn_sticky{
    width: 250px;
    height: 140px;
	}
	.js-active {
		top:auto;
	}
  .btn_sticky.js-display {
    bottom: 110px !important;
  }
  .btn_sticky.js-display.js-active {
    transform: translateY(100px);
  }

	.fukidashi{
		width:70%;
	}

	.fukidashi br{
		display: none;
	}

	.fukidashi::before,
	.fukidashi::after{
		height: 30px;
		top:10px;
	}

	.fukidashi::before{
		transform: rotate(-15deg);
		left:-10px;
	}
	.fukidashi::after{
		transform: rotate(15deg);
		right:-10px;
	}

  .side_line {
    width: 75%;
    margin: 10px auto 0;
    padding: 7px 7px 6px 7px;
  }

}

/*======================================
    LINE_friend
======================================*/
.inner.lineAdd{
	background-color: #d8fad8;
	position: relative;
	margin: 80px auto;
	padding-top: 30px;
	padding-bottom: 30px;
  width: 850px;
}

.inner.lineAdd::after{
	content: "";
	width:100%;
	height: 100%;
	background-color: #00b900;
	position: absolute;
	top:10px;
	left:10px;
	z-index: -1;
}

.line_block {
  margin-top: 30px;
  text-align: center;
}
.line_block img {
  width: 65%;
  top: 50%;
  left: 50%;
}

.line_cont {
  width: 80%;
  margin: 0 auto;
  position: relative;
}


.line_txt {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-align: center;
}

.line_btn {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 25%);
}


.line_btn a {
  display: inline-block;
  transition: .4s;
}

.line_btn a:hover {
  opacity: .6;
}

.line_btn img {
  height: auto;
  width: 80%;
}
.fukidashi01{
  position: relative;
  width: 30%;
    top: 16rem;
    right: 18rem;
}
.fukidashi01 img{
  position: absolute;
    width: 50%;
    left: 10px;
}


@media screen and (max-width: 599px) {
	.inner.lineAdd{
		width:80%;
		padding:10px 30px;
		margin-bottom: 0;
	}
  .line_txt {
    font-size: 19px;
    margin-bottom: 20px;
  }
  .line_cont{
    width: 100%;
  }
  .line_block img{
    width: 100%;
  }
  .line_btn{
    top: 52%;
  }
  .line_btn img{
    width: 100%;
  }
  .fukidashi01{
    display: block;
  }
}

.bubble__box{
	position: relative;
	padding-top: 30px;
}

.bubble__box .text.mv__text.center{
  font-size: 2.5rem;
	margin-top: 10px;
	padding-bottom: 1.3em;
}
@media screen and (max-width: 599px) {
	.bubble__box .text.mv__text.center{
		/*margin-top: 30px;*/
		line-height: 1.6;
	}
  .mv__text {
    padding-top: 50px;
  }
}

.bubble{
	position: absolute;
	width: 30%;
	text-align: center;
	border-radius: 32px;
	height: 60px;
}
@media screen and (max-width: 599px) {
	.bubble{
		width:45% !important;
		height: 40px !important;
	}

	.bubble p{
		font-size:1.2rem !important;
		height: 40px !important;
	}
}

.bubble p{
	position: relative;
	color:#000;
	font-size: 2rem;
	font-weight: 500;
	height: 60px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.bubble.type_a{
	left: 10%;
	background-color: #fff100;
}
@media screen and (max-width: 599px) {
	.bubble.type_a{
		left:0%;
	}
}

.bubble.type_a p::after,
.bubble.type_b p::after{
	position: absolute;
	content: "";
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
}

.bubble.type_a p::after{
	bottom: -20px;
	right: 30px;
	border-color: #fff100 transparent transparent transparent;
	border-width: 20px 0px 0 24px;
}

.bubble.type_b{
	right: 15%;
	top: 20px;
	background-color: #fff;
}
@media screen and (max-width: 599px) {
	.bubble.type_b{
		right:0%;
	}
}

.bubble.type_b p::after{
	bottom: -20px;
	left:30px;
	border-color: #fff transparent transparent transparent;
	border-width: 20px 24px 0 0px;
}

/*text*/
.inner.lineAdd .text.mv__text.center span{
	color:#00b900;
	/*position: relative;*/
	padding-bottom: 0;
	margin-bottom: 2em;
	background:linear-gradient(transparent 70%, #fff 70%);
}

/*LINE友達追加ボタン*/
.inner.lineAdd .add_btn{
	/*width:100%;
	height: 80px;*/
	position: relative;
	margin: 0 auto 30px auto;
	text-align: center;
	width: 40%;
  height: 100px;
	background-color: #fff;
	border-radius:30px;
	padding:20px;
}

.inner.lineAdd .add_btn a {
  display: block;
  width: 195.5px;
  margin: 0 auto;
  transition: .4s;
}

.inner.lineAdd .add_btn a:hover {
  opacity: .6;
}

.inner.lineAdd .add_btn img {
  height: auto;
}
@media screen and (max-width: 800px) {
  .inner.lineAdd .add_btn {
    height: auto;
  }
  .inner.lineAdd .add_btn a {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
	.inner.lineAdd .add_btn{
		width:100%;
	}
}




/*======================================
    outline
======================================*/
.outline__text{
	font-weight: 700;
	padding:1.2em 0;
	line-height: 2.5;
}

.outline__list {
	margin-top: 76px;
	margin-bottom: 76px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 3%;
	grid-row-gap: 42px;
}

.text.outline__text.center.no_mrgn a {
  border-bottom: 1px solid;
  color: #00a0e9;
  transition: .4s;
}

.text.outline__text.center.no_mrgn a:hover {
  color: #000;
}

@media screen and (max-width: 1024px) {
  .outline__list {
    grid-column-gap: 5%;
  }
}
@media screen and (max-width: 599px) {
  .outline__list {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: calc(25 / 599 * 100vw);
	  margin-top: 40px;
	  margin-bottom: 40px;
  }

	.outline__text{
		line-height: 2.2;
	}
}

.outline__list li{
	background: #fff;
	padding:5px 5px 10px 5px;
	border: 1px solid #aaacad;
}

/*======================================
    project
======================================*/
.project {
  padding: 88px 0 104px;
  background-color: #00A0E9;
}

.project__container {
  margin-top: 50px;
  padding: 60px 5% 35px;
  background-color: #fff;
  border-radius: 15px;
}
@media screen and (max-width: 1024px) {
  .project__container {
    padding: 40px 5% 25px;
  }
}
@media screen and (max-width: 599px) {
  .project__container {
    display: none;
  }
}

.project-flows {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 50px;
}
@media screen and (max-width: 1024px) {
  .project-flows {
    grid-column-gap: calc(20 / 600 * 100vw);
  }
}

.project-flow__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.8rem;
  height: 5.56em;
  color: #0068B6;
  border-top: 3px solid #0068B6;
  border-bottom: 3px solid #0068B6;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .project-flow__head {
    font-size: calc(18 / 1024 * 100vw);
  }
}
.project-flow__head span.sm {
  /*font-size: 0.78em;
  line-height: 1.7142857143;
  letter-spacing: 0.025em;*/
	font-size: 0.6em;
    line-height: 1.3;
    letter-spacing: 0;
    padding-top: 5px;
}
.project-flow__head.-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #0068B6;
}
@media screen and (max-width: 1024px) {
  .project-flow__head.-arrow::before {
    right: calc(-10 / 600 * 100vw);
    border-width: 0.67vw 0 0.67vw 1vw;
  }
}

.project-flow__step {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 700;
  color: #fff;
  width: 2em;
  height: 2em;
  line-height: 1;
  border-radius: 50%;
  background-color: #0068B6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.project-flow__img {
  margin-top: 20px;
}

.project-flow__note {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(19%, -87%);
          transform: translate(19%, -87%);
}
@media screen and (max-width: 1024px) {
  .project-flow__note {
    -webkit-transform: translate(19%, -95%);
            transform: translate(19%, -95%);
  }
}
.project-flow__note span {
  display: block;
  color: #fff;
  background-color: #F29600;
  font-size: 0.89em;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.08em;
  padding: 0.8125em 0.9375em;
  position: relative;
}
.project-flow__note span::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 25%;
  -webkit-transform: translateY(calc(100% - 1px));
          transform: translateY(calc(100% - 1px));
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.875em 0.875em 0 0;
  border-color: #F29600 transparent transparent transparent;
}

.flow-step {
  display: none;
  max-width: 500px;
  margin: 40px auto 0;
}
@media screen and (max-width: 599px) {
  .flow-step {
    display: block;
  }
}

/*======================================
    box
======================================*/
.box {
  padding: 100px 0 100px;
  background-color: #FFF183;
  overflow: hidden;
}

.box__lead {
  margin-top: 46px;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.8076923077;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1024px) {
  .box__lead {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .box__lead {
    font-size: 1.6rem;
  }
}

.box__head {
  margin: 45px auto 0;
  width: 64%;
}

.box__head--img {
  position: relative;
}

.box__head--subimg__container {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 46%;
  -webkit-transform: translate(59.6%, 23%) rotate(-360deg);
          transform: translate(59.6%, 23%) rotate(-360deg);
}

.box__head--subimg {
  position: relative;
}
.box__head--subimg::before {
  content: "";
  display: block;
  padding-top: calc(296 / 222 * 100%);
}
.box__head--subimg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box__text {
  font-weight: 700;
  color: #009FE8;
  margin-top: 0.85em;
  line-height: 1.4;
}
.box__text.-head {
  margin-top: 1em;
}

.box-lists {
  margin-top: 76px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 8%;
  grid-row-gap: 42px;
}

.box-list__subimg{
	width:80%;
}

.notes {
  font-size: 16px;
  margin-top: 10px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}



@media screen and (max-width: 1024px) {
  .box-lists {
    grid-column-gap: 5%;
  }
}
@media screen and (max-width: 599px) {
  .box-lists {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: calc(70 / 599 * 100vw);
  }
  .notes {
    text-align: left;
  }
}

.box-list__img {
  position: relative;
}

.box-list__subimg--container {
  position: absolute;
  bottom: 0;
  right: 0;
}
.box-list__subimg--container.-box2 {
  width: 48.8%;
  -webkit-transform: translate(20%, 61%);
          transform: translate(20%, 61%);
}
.box-list__subimg--container.-box2 .box-list__subimg::before {
  padding-top: calc(100%);
}
.box-list__subimg--container.-box3 {
  width: 34%;
  -webkit-transform: translate(25%, 62%);
          transform: translate(25%, 62%);
}
.box-list__subimg--container.-box3 .box-list__subimg::before {
  padding-top: calc(109 / 84 * 100%);
}
.box-list__subimg--container.-box4 {
  width: 44.8%;
  -webkit-transform: translate(15%, 80%);
          transform: translate(15%, 80%);
}
.box-list__subimg--container.-box4 .box-list__subimg::before {
  padding-top: calc(88 / 112 * 100%);
}
.box-list__subimg--container.-box5 {
  width: 40.4%;
  -webkit-transform: translate(28%, 79%);
          transform: translate(28%, 79%);
}
.box-list__subimg--container.-box5 .box-list__subimg::before {
  padding-top: calc(100%);
}
.box-list__subimg--container.-box6 {
  width: 33.2%;
  -webkit-transform: translate(14%, 76%);
          transform: translate(14%, 76%);
}
.box-list__subimg--container.-box6 .box-list__subimg::before {
  padding-top: calc(110 / 83 * 100%);
}
.box-list__subimg--container.-box7 {
  /*width: 54%;
  -webkit-transform: translate(9%, 75%);
          transform: translate(9%, 75%);*/
	width: 35%;
	-webkit-transform: translate(0, 75%);
    transform: translate(0, 75%);
}
.box-list__subimg--container.-box7 .box-list__subimg::before {
  padding-top: calc(100%);
}
.box-list__subimg--container.-box8 {
  width: 54%;
  -webkit-transform: translate(17%, 64%);
          transform: translate(17%, 64%);
}
.box-list__subimg--container.-box8 .box-list__subimg::before {
  padding-top: calc(108 / 135 * 100%);
}
.box-list__subimg--container.-box9 {
  width: 44.4%;
  -webkit-transform: translate(17%, 86%);
          transform: translate(17%, 86%);
}
.box-list__subimg--container.-box9 .box-list__subimg::before {
  padding-top: calc(83 / 111 * 100%);
}
.box-list__subimg--container.-box10 {
  width: 32%;
  -webkit-transform: translate(25%, 73%);
          transform: translate(25%, 73%);
}
.box-list__subimg--container.-box10 .box-list__subimg::before {
  padding-top: calc(96 / 80 * 100%);
}

.box-list__subimg {
  position: relative;
}
.box-list__subimg::before {
  content: "";
  display: block;
}
.box-list__subimg img {
  position: absolute;
  top: 0;
  left: 30px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.box-list__subimg--container.-box7 .box-list__subimg{
	width:100%;
}

.box__texts {
  margin: 90px auto 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8125;
}
@media screen and (max-width: 1024px) {
  .box__texts {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .box__texts {
    text-align: left;
    margin-top: 60px;
  }
  .box-list__subimg img{
    left: 0;
    top:-10px;
  }
}
.box__texts span {
  display: inline-block;
  padding-left: 1em;
  position: relative;
}
.box__texts span::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

span.note {
  display: inline-block;
  padding-left: 1em;
  position: relative;
	line-height: 1.5;
	text-align: left;
}
span.note::before {
  /*content: "※";*/
	content:"・";
  position: absolute;
  top: 0;
  left: 0;
}

/*======================================
    wave
======================================*/
.wave {
  background-color: #00A0E9;
  margin-top: calc(60 / 1920 * 100vw);
  padding: 70px 0 74px;
  color: #fff;
  position: relative;
}
.wave::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(70 / 1920 * 100vw);
  background: #FFF183 url(../img/wave.png) no-repeat center top/cover;
  -webkit-transform: translateY(calc(-99%));
          transform: translateY(calc(-99%));
}

/*======================================
    target
======================================*/
.target__lead {
  margin-top: 42px;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
  .target__lead {
    font-size: 1.8rem;
  }
}

.target-lists {
  margin-top: 33px;
  font-size: 2.3rem;
}
@media screen and (max-width: 1024px) {
  .target-lists {
    font-size: clamp(1.4rem, 20 / 1024 * 100vw, 2rem);
  }
}

.target-list {
  border: 3px solid #fff;
}
.target-list:nth-child(n+2) {
  margin-top: 18px;
}

.target-list__row {
  display: grid;
  /* grid-template-columns: repeat(2, 1fr); */
  grid-template-columns: 60% 40%;
}
@media screen and (max-width: 599px) {
  .target-list__row {
    grid-template-columns: 1fr;
  }
}
.target-list__row dt, .target-list__row dd {
  font-weight: 700;
  letter-spacing: 0.085em;
  line-height: 1.75;
  text-align: center;
  padding: 0.8em 0.5em;
}
.target-list__row dt {
  color: #00A0E9;
  background-color: #fff;
}
.target__note {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 1.8125;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
  .target__note {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .target__note {
    text-align: left;
  }
}

/*======================================
    flow
======================================*/
.flow {
  margin-top: 70px;
}

.flow__lead {
  font-weight: 700;
  line-height: 1.7;
  margin-top: 22px;
}

.flow__img {
  width: 1150px;
  max-width: 95%;
  margin: 56px auto 0;
	position: relative;
}

/*LINE友だち追加ボタン*/
.add_btn_flow{
	position: absolute;
	/*left:644px;
	top:370px;*/
	top:17.3%;
	left:56%;
	/*left: 0;*/
    right: 0;
	width:17%;
	max-width:197px;
	height: 66px;
	/*background-color: #06c755;
	border-radius: 10px;*/
	margin-left: 0;
	margin-right: auto;

}
@media screen and (max-width: 599px) {
	.add_btn_flow{
		top:13.2%;
		left: 0;
        height: 50px;
		/*width:40%;*/
		width:50%;
		max-width: 309px;
		margin: 0 auto;
	}
}

.add_wrap{
	position: relative;
	text-align: center;
}

.add_wrap a {
  display: block;
  transition: .4s;
}

.add_wrap a:hover {
  opacity: .6;
}

.add_wrap img {
  height: auto;
}

.add_wrap::before,
.add_wrap::after{
	position: absolute;
	content: "";
	width:50px;
	height: 50px;
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
}


/*応募フォームボタン*/
.flow__img .contact-btn__container{
	position: absolute;
	/*left:130px;
	top:920px;*/
	left:11%;
	top:42%;
	width:15%;
	max-width:175px;
	height: 40px;
	margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .flow__img .contact-btn__container {
	  font-size: 1rem !important;
  }
}
@media screen and (max-width: 599px) {
  .flow__img .contact-btn__container {
	  width:71% !important;
	  max-width:71% !important;
	  height: 55px !important;
	  left:0 !important;
	  right:0;
	  margin:20px auto;
	  font-size: 1.2rem !important;
	  border-radius:10px;
	  text-align: center;
  }
}


.flow__img .contact-btn__container .contact-btn{
	width:100%;
	padding: 10px;
}

.flow__img .contact-btn__container .contact-btn span{
	font-size:1.3rem;
	line-height: 1.5;
	color:#000;
}

.flow__note {
  margin-top: 54px;
  font-size: 1.6rem;
  letter-spacing: 0.09em;
  line-height: 1.8125;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .flow__note {
    font-size: 1.4rem;
  }
}
.flow__note span {
  display: block;
  font-weight: 500;
  padding-left: 1.1em;
  position: relative;
}
.flow__note span::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}

.flow__note span:last-child{
	padding-left: 0;
  margin-top: 14px;
}

.flow__note span:last-child::before{
	content: none;
}


/*======================================
    contact
======================================*/
.inner.wide{
	width:1150px;
}

.row_wrap{
	display: flex;
	flex-wrap: wrap;
	width:100%;
}

.half_box{
	width:40%;
	background-color: #fff;
	border-radius: 10px;
	padding:30px;
	margin: 20px auto;
}
@media screen and (max-width: 599px) {
  .half_box{
	width:90%;
  }
}


.contact {
  text-align: center;
  background-color: #FF9CD1;
  padding: 76px 0 90px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .contact {
	  font-size: 1.4rem;
  }
}
.contact.-finish {
  padding: 70px 0;
}
@media screen and (max-width: 599px) {
  .contact.-finish {
    padding: 40px 0;
  }
}

span.is-half {
  display: inline-block;
  width: 0.5em;
}

.contact__lead {
  /*font-size: 1.73em;*/
	font-size:2.2rem;
  line-height: 1.8076923077;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .contact__lead {
    /*font-size: 1.5em;*/
	  font-size:2rem;
  }
}

/*LINE友達追加ボタン*/
.half_box .add_btn{
	height: 66px;
	margin: 20px auto 0 auto;
	text-align: center;
}
.half_box .add_btn a {
  display: block;
  width: 240.5px;
  margin: 0 auto;
  transition: .4s;
}
.half_box .add_btn a:hover {
  opacity: .6;
}
.half_box .add_btn a img {
  height: auto;
}



/*応募ボタン*/
.contact-btn__container {
  /*margin-top: 46px;*/
	margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .contact-btn__container {
    /*margin-top: 40px;*/
	  margin-top: 20px;
  }
}
.contact-btn__container.-finish {
  margin-top: 0;
}

.contact-btn__container.link_btn a {
  animation: anime1 0.5s ease 0s infinite alternate;
  transform-origin:center;
  padding: 10px 10px 16px !important;
}
.contact-btn__container.link_btn a:hover {
  opacity: .7;
}
@keyframes anime1 {
  from {
    transform: scale(0.9,0.9);
  }
  to {
    transform: scale(1,1);
  }
}

.contact-btn {
	display: inline-block;
  /*font-size: 1.467em;*/
	font-size:1.8rem;
	font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2.1363636364;
  padding: 1.159em 0.5em;
  /*width: 22.8em;
  max-width: 100%;*/
	width:63%;
  /*border-radius: 2.23em;*/
	border-radius: 10px;
  background-color: #FFF100;
}
@media screen and (max-width: 599px) {
  .contact-btn {
    font-size: 1.25em;

	  width:100%;
  }
}
.contact-btn:hover span::before {
  right: -1em;
}
.contact-btn span {
  display: inline-block;
  position: relative;
}
.contact-btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.8em;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.32em 0 0.32em 0.45em;
  border-color: transparent transparent transparent #231815;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.contact-btn.-finish {
  pointer-events: none;
}
.contact-btn.-finish span::before {
  display: none;
}

.contact__note {
  margin-top: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 2.2666666667;
}

/*======================================
    footer
======================================*/
.footer {
  padding: 70px 0 45px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  letter-spacing: 0.05em;
}

.footer__container:nth-child(2) {
  margin-top: 44px;
}
.footer__container:nth-child(2) .footer__contents {
  margin-top: 24px;
}
.footer__container:nth-child(3) {
  margin-top: 42px;
}
.footer__container:nth-child(3) .footer__contents {
  margin-top: 34px;
}

.footer__contents {
  margin-top: 45px;
}

.footer__logo a {
  display: block;
  width: 440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 24px 20px 12px;
  border: 1px solid #231815;
}

.footer__bnr{
	margin-top: 110px;
}

.footer__logo--text {
  margin-top: 35px;
  font-weight: 700;
}

.footer__contact--head {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
}
@media screen and (max-width: 599px) {
  .footer__contact--head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.footer__contact--head span {
  font-size: 1.53em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .footer__contact--head span {
    display: block;
  }
}

.footer__contact--text {
  font-weight: 500;
  font-size: 0.93em;
}
@media screen and (max-width: 599px) {
  .footer__contact--text {
    margin-top: 0.5em;
  }
}

.footer__furusato--logo {
  width: 383px;
  max-width: 90%;
  margin: 0 auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 160, 233, 0.8);
  display: none;
  overflow: scroll;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
}
@media screen and (max-width: 599px) {
  .modal-close {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.modal-bars {
  width: 60px;
  height: 60px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .modal-bars {
    width: 30px;
    height: 30px;
  }
}

.modal-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 2px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 599px) {
  .modal-bar {
    width: 30px;
  }
}
.modal-bar.-bar1 {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal-bar.-bar2 {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1000px;
}


.flow__note
{
	font-weight: normal;
}


.flow__note a{
	font-weight: bold;
	border-bottom: solid 3px white;
}
.box__number{
  font-weight: 700;
    color: #009FE8;
    line-height: 1.4;
    font-size: 3rem;
}


.pc{
	display: block;
}

.sp{
	display: none;
}
.sp-image {
  display: none;
}



@media screen and (max-width: 700px){
	.pc{
	display: none;
}

.sp{
	display: block;
}

}

@media screen and (max-width: 1100px){
  .pc-image {
    display: none;
  }
.sp-image {
    display: block;
    margin: 0 auto;
}
}

/*映像追加*/
.d_archive{
  margin-bottom: 50px;
  text-align: center;
}
.archive_title{
   font-size: 25px;
   font-weight: bold;
   margin: 30px 0;
}

@media screen and (max-width: 700px){
  .archive__movie iframe{
   max-width: fit-content;
   width: 100%;
   height: 190px;
   }
   .archive_title{
   font-size: 15px;
   }
}
