@charset "UTF-8";
/*
data-sc-sp
data-sc-pc
data-sc-onlyPc
data-sc-tab
data-sc-pcMin
*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$line:イラレの行の値
	$size:イラレの文字の値

	@include lh(38, 15);
*/
/*
	$size:object-fitの値

	@include objectfit();
	@include objectfit('contain');
*/
/*
	@include taJ();
*/
/*
	@extend %rightarr;
*/
/*
	$weight:フォントの太さ
	@include f_min();
	@include f_min(400);Reguler
	@include f_min(600);SemiBold
*/
/*
* "はんなり明朝" licensed under the IPA Font License Agreement v1.0
* https://typingart.net/?p=44（配布元のURL）
* http://ipafont.ipa.go.jp/（IPAフォントのURL）
* http://ipafont.ipa.go.jp/ipa_font_license_v1.html（IPAフォントライセンスv1.0のURL）
*/
@font-face {
  font-family: "hannari";
  src: url("/common/font/hannari.woff2") format("woff2"), url("/common/font/hannari.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*
	$weight:フォントの太さ

	@include f_min();
	@include f_min(500);
	@include f_min(600);
*/
/*
	$color:色指定
	$stripe:線サイズ
	$spacing:線の空きサイズ
	$height:太さ

	@include dotted(#e6e1d2, 4,4,2);
*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/
/* -----------------------------------------------------------------------------

common local

----------------------------------------------------------------------------- */
@media print, screen and (min-width: 641px) {
  .mainVisual .contTit {
    padding-left: 0.57rem;
  }
}
.mainVisual .contTit::before {
  background-image: url(../img/about/mv_title_bg.svg);
}
.mainVisual .contTit::after {
  background-image: url(../img/about/mv_title_deco.svg);
}

/* -----------------------------------------------------------------------------

content（rem値修正）

----------------------------------------------------------------------------- */
.sec_intro {
  padding-top: 0.6rem;
  background-color: #f3efec;
}
@media screen and (max-width: 640px) {
  .sec_intro {
    padding: 0.3rem 0.3rem 0;
  }
}
.sec_intro .intro_title {
  position: relative;
  text-align: center;
  font-family: "hannari";
  font-weight: 400;
  font-size: 0.4rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #78a98c;
}
@media screen and (max-width: 640px) {
  .sec_intro .intro_title {
    font-size: 0.275rem;
  }
}
.sec_intro .intro_title .small_text {
  font-size: 0.34rem;
  display: block;
  padding-bottom: 0.07rem;
}
@media screen and (max-width: 640px) {
  .sec_intro .intro_title .small_text {
    font-size: 0.23rem;
    padding-bottom: 0.02rem;
  }
}
.sec_intro .intro_title::before {
  content: "";
  width: 0.97rem;
  height: 0.67rem;
  background-image: url(/img/30reason/intro_deco01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: calc(50% - 4rem);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .sec_intro .intro_title::before {
    width: 0.54rem;
    height: 0.405rem;
    left: 0;
    top: 0.35rem;
  }
}
.sec_intro .intro_title::after {
  content: "";
  width: 0.93rem;
  height: 0.69rem;
  background-image: url(/img/30reason/intro_deco02.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: calc(50% - 4rem);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .sec_intro .intro_title::after {
    width: 0.53rem;
    height: 0.42rem;
    right: 0;
    top: 0.35rem;
  }
}
.sec_intro .lead {
  padding-top: 0.3rem;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 0.18rem;
  letter-spacing: 0.11em;
  line-height: 2.22;
  color: #473933;
}
.os-android .sec_intro .lead {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
  .sec_intro .lead {
    padding-top: 0.27rem;
    text-align: justify;
    font-size: 0.17rem;
    line-height: 2;
    font-feature-settings: "palt";
  }
}

.sec_reason_cont {
  padding-top: 1.2rem;
  background-color: #f3efec;
}
@media screen and (max-width: 640px) {
  .sec_reason_cont {
    padding-top: 0.74rem;
    padding-bottom: 0.6rem;
  }
}
.sec_reason_cont .in {
  width: 100%;
  max-width: 10rem;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .sec_reason_cont .in {
    padding: 0 0.3rem;
    box-sizing: border-box;
  }
}
.sec_reason_cont .in .secTit .lead {
  padding-top: 0.45rem;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 0.18rem;
  letter-spacing: 0.11em;
  line-height: 2;
  color: #473933;
}
.os-android .sec_reason_cont .in .secTit .lead {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
  .sec_reason_cont .in .secTit .lead {
    font-size: 0.16rem;
    text-align: justify;
    line-height: 1.875;
    font-feature-settings: "palt";
  }
}
.sec_reason_cont .in .support_list_wrap {
  padding-top: 0.4rem;
  position: relative;
  /*.deco02-02 {
  	width: 0.59rem;
  	height: 0.91rem;
  	background-image: url(/img/30reason/support02_deco02.svg);
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: contain;
  	position: absolute;
  	right: 0;
  	bottom: -1.20rem;
  	@include sc(sp) {
  		position: relative;
  		right: auto;
  		bottom: 0;
  		display: block;
  		margin-left: auto;
  		margin-bottom: -0.20rem;
  	}
  }*/
  /*.deco02-03 {
  	width: 1.27rem;
  	height: 0.67rem;
  	background-image: url(/img/30reason/support02_deco03.svg);
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: contain;
  	position: absolute;
  	right: -1.90rem;
  	bottom: 0;
  	@include sc(sp) {
  		width: 1.20rem;
  		height: 0.63rem;
  		position: relative;
  		right: auto;
  		bottom: auto;
  		display: block;
  		margin: 0.20rem 0.30rem -0.40rem;
  	}
  }*/
}
@media screen and (max-width: 640px) {
  .sec_reason_cont .in .support_list_wrap {
    padding: 0.25rem 0.3rem 0;
  }
}
.sec_reason_cont .in .support_list_wrap .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
}
.sec_reason_cont .in .support_list_wrap .list .detail {
  width: 100%;
  max-width: 3rem;
  margin: 0.4rem 0.25rem 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .sec_reason_cont .in .support_list_wrap .list .detail {
    max-width: 100%;
    margin: 0.2rem 0 0;
  }
}
.sec_reason_cont .in .support_list_wrap .list .detail.txt_deco {
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 640px) {
  .sec_reason_cont .in .support_list_wrap .list .detail.txt_deco {
    padding-bottom: 0.45rem;
  }
}
.sec_reason_cont .in .support_list_wrap .list .detail.txt_deco::after {
  content: "";
  width: calc(100% - 0.2rem);
  height: 100%;
  background-image: url(/img/30reason/support_text_bg.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0.1rem;
  bottom: 0.1rem;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .sec_reason_cont .in .support_list_wrap .list .detail.txt_deco::after {
    width: calc(100% - 0.45rem);
    left: 0.225rem;
    bottom: 0;
  }
}
.sec_reason_cont .in .support_list_wrap .list .detail .ph_wrap {
  padding-bottom: 0.4rem;
  position: relative;
  z-index: 1;
}
.sec_reason_cont .in .support_list_wrap .list .detail .ph_wrap .ph {
  margin: 0;
  height: 1.7rem;
  border-radius: 0.18rem;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .sec_reason_cont .in .support_list_wrap .list .detail .ph_wrap .ph {
    border-radius: 0.15rem;
    height: 47.22vw;
  }
}
.sec_reason_cont .in .support_list_wrap .list .detail .num {
  width: 0.57rem;
  height: 0.5rem;
  background-image: url(/img/30reason/support_num_deco.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 0.3rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  color: #473933;
  text-align: center;
  line-height: 0.5rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.os-android .sec_reason_cont .in .support_list_wrap .list .detail .num {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
  .sec_reason_cont .in .support_list_wrap .list .detail .num {
    letter-spacing: 0.06em;
  }
}
.sec_reason_cont .in .support_list_wrap .list .detail .textbox {
  padding-top: 0.1rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .sec_reason_cont .in .support_list_wrap .list .detail .textbox {
    min-height: 1.1rem;
  }
}
.sec_reason_cont .in .support_list_wrap .list .detail .textbox .txt {
  color: #473933;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 0.2rem;
  letter-spacing: 0.11em;
  line-height: 1.8;
  text-align: justify;
  font-feature-settings: "palt";
}
.os-android .sec_reason_cont .in .support_list_wrap .list .detail .textbox .txt {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
  .sec_reason_cont .in .support_list_wrap .list .detail .textbox .txt {
    font-size: 0.19rem;
  }
}
.sec_reason_cont .in .support_list_wrap .list .detail .textbox .txt .underline {
  font-weight: 600;
  color: #03888e;
  background: linear-gradient(transparent 75%, #f8d679 75%);
}
.sec_reason_cont .in .support_list_wrap .list .detail .textbox .txt .green {
  font-weight: 600;
  color: #03888e;
}
.sec_reason_cont .in .support_list_wrap .list .detail.txt_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
@media screen and (max-width: 640px) {
  .sec_reason_cont .in .support_list_wrap .list .detail.txt_list {
    margin-top: 0.4rem;
  }
}
.sec_reason_cont .in .support_list_wrap .list .detail.txt_list .num {
  position: relative;
  left: auto;
  bottom: auto;
  top: 0.05rem;
  transform: translateX(0);
}
.sec_reason_cont .in .support_list_wrap .list .detail.txt_list .textbox {
  width: calc(100% - 0.72rem);
  padding-top: 0;
  min-height: auto;
}
.sec_reason_cont .in .support_list_wrap .list .detail.txt_list .textbox .txt {
  font-size: 0.16rem;
  line-height: 1.75;
}
.sec_reason_cont .in .support_list_wrap .deco01-01 {
  width: 0.91rem;
  height: 0.47rem;
  background-image: url(/img/30reason/support01_deco01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -0.55rem;
}
@media screen and (max-width: 640px) {
  .sec_reason_cont .in .support_list_wrap .deco01-01 {
    width: 0.82rem;
    height: 0.45rem;
    bottom: -0.3rem;
  }
}
.sec_reason_cont .in .support_list_wrap .deco01-02 {
  width: 1.11rem;
  height: 1.3rem;
  background-image: url(/img/30reason/support01_deco02.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -0.25rem;
  bottom: -0.95rem;
}
@media screen and (max-width: 640px) {
  .sec_reason_cont .in .support_list_wrap .deco01-02 {
    width: 0.84rem;
    height: 1.2rem;
    right: 0;
    bottom: -0.85rem;
  }
}
.sec_reason_cont .in .support_list_wrap .deco01-03 {
  width: 0.61rem;
  height: 0.71rem;
  background-image: url(/img/30reason/support01_deco03.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -0.7rem;
}
@media screen and (max-width: 640px) {
  .sec_reason_cont .in .support_list_wrap .deco01-03 {
    width: 0.65rem;
    height: 0.76rem;
    bottom: -0.5rem;
  }
}
.sec_reason_cont .in .support_list_wrap .deco01-04 {
  width: 1.35rem;
  height: 0.7rem;
  background-image: url(/img/30reason/support01_deco04.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0.4rem;
}
@media screen and (max-width: 640px) {
  .sec_reason_cont .in .support_list_wrap .deco01-04 {
    bottom: -0.8rem;
  }
}
.sec_reason_cont .in .support_list_wrap .deco02-01 {
  width: 1rem;
  height: 0.61rem;
  background-image: url(/img/30reason/support02_deco01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -0.8rem;
}
@media screen and (max-width: 640px) {
  .sec_reason_cont .in .support_list_wrap .deco02-01 {
    width: 0.87rem;
    height: 0.54rem;
    bottom: -0.4rem;
  }
}
.sec_reason_cont .in .support_list_wrap .deco03-01 {
  width: 0.77rem;
  height: 0.54rem;
  background-image: url(/img/30reason/support03_deco01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -0.6rem;
}
@media screen and (max-width: 640px) {
  .sec_reason_cont .in .support_list_wrap .deco03-01 {
    width: 0.9rem;
    height: 0.64rem;
    bottom: -0.25rem;
  }
}
.sec_reason_cont .in .support_list_wrap .deco03-02 {
  width: 0.84rem;
  height: 0.5rem;
  background-image: url(/img/30reason/support03_deco02.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -0.65rem;
}
@media screen and (max-width: 640px) {
  .sec_reason_cont .in .support_list_wrap .deco03-02 {
    width: 0.83rem;
    height: 0.5rem;
    right: 0.05rem;
  }
}
.sec_reason_cont:last-child {
  padding-bottom: 2.2rem;
}
@media screen and (max-width: 640px) {
  .sec_reason_cont:last-child {
    padding-bottom: 1.4rem;
  }
}/*# sourceMappingURL=30reason.css.map */