@charset "UTF-8";
/*  */
#dt_top {

}

/* === eyecatch === */

#eyecatch {
  width: 100%;
  box-sizing: border-box;
  overflow: visible;
  position: relative;
}

.eyecatch_back_top {
  background-color: #ffffff;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
}

.eyecatch_back_top::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  height: 100%;
  background: #4da1a0;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  z-index: 0;
}

#eyecatch .contents_wrap {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

.eyecatch_box {
  display: block;
  max-width: 100%;
  box-sizing: border-box;
  color: #123b71;
  text-align: left;
}

.eyecatch_block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  box-sizing: border-box;
  margin-top: 6px;
}

.eyecatch_block_left {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.eyecatch_logo {
  display: block;
  width: 260px;
  height: auto;
  margin-bottom: 18px;
}

.eyecatch_overview {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  margin-bottom: 18px;
  flex-wrap: nowrap;
  box-sizing: border-box;
  align-items: flex-start;
  max-width: 560px;
  width: 100%;
}

.eyecatch_overview_block {
  width: 48%;
  background: #fff;
  border-radius: 6px;
  padding: 14px 16px;
  box-sizing: border-box;
  text-align: left;
  box-shadow: 0 1px 0 rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.03);
}

.eyecatch_overview_index {
  background: #f59c34;
  color: #fff;
  display: inline-block;
  padding: 8px 25px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 13px;
	text-align: center;
  margin-bottom: 8px;
}

.eyecatch_overview_txt {
  color: #333;
  font-size: 15px;
  line-height: 1.7;
}

.eyecatch_btn_box {
  margin-top: 8px;
  width: 100%;
  max-width: 615px;
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
}

.eyecatch_block_right {
  flex: 0 0 31%;
  max-width: 31%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  box-sizing: border-box;
  padding-right: 8px;
}

.eyecatch_block_right img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  transform: translateY(6px);
}


/* === contents ===*/

.contents_img_full img {
  display: block;
  margin: 0px auto 0px auto;
  width: 90%;
  max-width: 90%;
  height: auto;
}

#about img.about_img {
  margin: 30px auto 0px auto;
}

#reason .contents_box {
  margin: 50px auto 80px auto;
}

#reason img.reason_img_01 {
  margin: 30px auto;
}

#reason .reason_menu {
  margin: 30px auto 50px auto;
}

.advertising_search {
  width: 100%;
  margin: 0 auto;
  padding: 24px 16px;
  display: flex;
  justify-content: center;
  gap: 28px;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.ad_search_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 260px;
}

.ad_search_img {
  width: 100%;
  background: #d6d6d6;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

.reason_img_ad {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  object-fit: cover;
}

.ad_search_txt {
  background-color: #65a41b;
  color: #ffffff;
  padding: 12px 0px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  width: 100%;
  box-shadow: 0 2px 0 rgba(0,0,0,0.08);
}


.reason_column2_box {
	display: flex;
  align-items: center;
	gap: 15px;
}

.reason_column2_block_txt {
	width: 70%;
}

.reason_column2_block_img {
	width: 30%;
}

img.reason_column2_img {
	width: 100%;
	height: auto;
	margin: auto;
}

/* === outline書換 ===*/

#footer {
  background-color: #e4ffd2;
	padding: 30px 0px 0px 0px;
}



/*========= pc =========*/
@media screen and (min-width: 1230px) {

	/* === eyecatch === */

  .eyecatch_back_top {
    padding-bottom: 60px;
  }

  .eyecatch_block {
    align-items: center;
  }

  .eyecatch_block_left {
    flex: 0 0 68%;
    max-width: 68%;
  }

  .eyecatch_block_right {
    flex: 0 0 31%;
    max-width: 31%;
  }

  .eyecatch_overview {
    max-width: 620px;
  }

  .eyecatch_overview_block {
    padding: 14px 16px;
  }

	/* === contents ===*/
  .advertising_search {
    flex-wrap: nowrap;
    gap: 28px;
    padding: 10px 0;
    justify-content: center;
  }

  .ad_search_box {
    width: 260px;
  }

  .ad_search_img {
    height: 170px;
  }

  .ad_search_txt {
    font-size: 16px;
  }

  /* === outline書換 ===*/

}


/*========= tablet =========*/
@media only screen and (min-width: 700px) and (max-width: 1229px) {

	/* === eyecatch === */
  .eyecatch_back_top {
    padding-bottom: 48px;
  }

  .eyecatch_block {
    gap: 20px;
  }

  .eyecatch_block_left {
    flex: 0 0 68%;
    max-width: 68%;
    align-items: flex-start;
  }

  .eyecatch_block_right {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .eyecatch_overview {
		display: flex;
    gap: 16px;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    max-width: 520px;
    box-sizing: border-box;
  }

  .eyecatch_overview_block {
		display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    flex: 1 1 0;
    box-sizing: border-box;
    padding: 14px 16px;
    min-height: 120px;
  }

  .eyecatch_overview_txt {
		flex: 1 1 auto;
    font-size: 14.5px;
    line-height: 1.6;
  }

  .eyecatch_overview_block > .eyecatch_overview_txt + * {
    margin-top: 8px;
  }

  .eyecatch_btn_box {
    max-width: 520px;
  }

  .eyecatch_back_top::after {
    width: 42%;
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
  }

	/* === contents ===*/
  .advertising_search {
    gap: 22px;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 20px 0;
  }

  .ad_search_box {
    width: calc((100% - 44px) / 3);
    max-width: 300px;
  }

  .ad_search_img {
    height: 150px;
  }

  .ad_search_txt {
    font-size: 15px;
    padding: 10px 0px;
  }

  .reason_img_ad {
    width: 100%;
    height: auto;
  }

  /* === outline書換 ===*/

}

/*========= smartPhone =========*/
@media screen and (max-width: 699px) {

	/* === eyecatch === */
  .eyecatch_back_top {
    padding-top: 5px;
    padding-bottom: 16px;
  }

  .eyecatch_back_top::after {
    width: 55%;
    clip-path: polygon(35% 0, 100% 0, 100% 100%, 0 100%);
  }

  .eyecatch_block {
    flex-direction: column-reverse;
    align-items: center;
    gap: 14px;
  }

  .eyecatch_block_left,
  .eyecatch_block_right {
    width: 100%;
    max-width: none;
    flex: 0 0 auto;
    padding-left: 0;
    padding-right: 0;
    align-items: center;
  }

  .eyecatch_block_right {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .eyecatch_block_right img {
    max-width: 60%;
    width: 60%;
    transform: translateY(0);
  }

  .eyecatch_overview {
    flex-direction: column;
    gap: 10px;
    align-items: center;
    max-width: 100%;
    margin: 15px auto;
  }

  .eyecatch_overview_block {
    width: 100%;
    max-width: 360px;
  }

  .eyecatch_overview_txt {
    font-size: 15px;
  }

  .eyecatch_btn_box {
    width: 100%;
    max-width: 360px;
    display: flex;
    justify-content: center;
    margin: 15px auto;
  }

  .eyecatch_logo {
    width: 220px;
    margin-bottom: 12px;
  }

	/* === contents ===*/
  #about img.about_img {
    margin: 15px auto 0px auto;
  }

  .advertising_search {
    flex-direction: column;
    gap: 18px;
    align-items: center;
    padding: 18px 0;
  }

  .ad_search_box {
    width: 90%;
    max-width: 420px;
    margin-bottom: 30px;
  }

  .ad_search_img {
    min-height: 200px;
  }

  .reason_img_ad {
    width: 100%;
    height: auto;
  }

  .ad_search_txt {
    width: 100%;
    font-size: 16px;
    padding: 12px 0px;
  }

  .reason_column2_box {
		display: block;
	}

	.reason_column2_block_txt {
		width: 100%;
		margin: 0px;
		font-size: 15px;
	}

	.reason_column2_block_img {
		width: 100%;
		margin: 0px auto;
	}

  img.reason_column2_img {
    display: block;
  	width: 60%;
  	height: auto;
  	margin: auto;
  }

  /* === outline書換 ===*/

}
