@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

----------------------------------------------------------------------------- */
.splitDeco.white01:before {
  content: none;
}

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

content（rem値修正）

----------------------------------------------------------------------------- */
.sec_support > .in {
  padding: 1.1rem 0 1.4rem;
}
@media screen and (max-width: 640px) {
  .sec_support > .in {
    padding: 0.8rem 0;
  }
}
@media screen and (max-width: 640px) {
  .sec_support .secTit .title {
    font-size: 0.26rem;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 640px) {
  .sec_support .secTit .title::before {
    left: calc(50% - 0.39rem);
  }
}
.sec_support .intro {
  margin-top: 0.4rem;
}
@media screen and (max-width: 640px) {
  .sec_support .intro {
    margin-top: 0.6rem;
  }
}
.sec_support .intro .txt {
  text-align: center;
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.18rem;
}
@media screen and (max-width: 640px) {
  .sec_support .intro .txt {
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 640px) {
  .sec_support .intro .txt {
    padding: 0 0.3rem;
    text-align: left;
    font-size: 0.16rem;
    letter-spacing: 0.11em;
    line-height: 1.87;
  }
}
.sec_support .itemBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.45rem auto 0;
  padding-bottom: 1.6rem;
  width: 100%;
  max-width: 10rem;
}
@media screen and (max-width: 640px) {
  .sec_support .itemBox {
    display: block;
    margin-top: 0.38rem;
    padding-bottom: 0.87rem;
    max-width: 100%;
  }
}
.sec_support .itemBox .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.34rem 0 0.3rem;
  width: 30%;
  max-width: 3rem;
  background-color: #EBECDE;
  border-radius: 0.18rem;
}
@media screen and (max-width: 640px) {
  .sec_support .itemBox .item {
    margin: 0 auto;
    padding: 0.37rem 0 0.26rem;
    max-width: calc(100% - 0.6rem);
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .sec_support .itemBox .item + .item {
    margin-top: 0.3rem;
  }
}
.sec_support .itemBox .item .ph {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1rem;
}
@media screen and (max-width: 640px) {
  .sec_support .itemBox .item .ph {
    height: auto;
  }
}
.sec_support .itemBox .item .ph img {
  height: auto;
}
.sec_support .itemBox .item .title {
  margin-top: 0.2rem;
  text-align: center;
  font-size: 0.2rem;
  letter-spacing: 0.09em;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .sec_support .itemBox .item .title {
    margin-top: 0.25rem;
    font-size: 0.2rem;
    line-height: 1.5;
  }
}
.sec_support .itemBox .item .txt {
  margin-top: 0.12rem;
  padding: 0 0.24rem;
}
@media screen and (max-width: 640px) {
  .sec_support .itemBox .item .txt {
    margin-top: 0.12rem;
    padding: 0 0.24rem;
  }
}
.sec_support .itemBox .item.item01 .ph {
  width: 0.93rem;
}
@media screen and (max-width: 640px) {
  .sec_support .itemBox .item.item01 .ph {
    width: 0.83rem;
  }
}
.sec_support .itemBox .item.item02 .ph {
  width: 0.62rem;
}
@media screen and (max-width: 640px) {
  .sec_support .itemBox .item.item02 .ph {
    width: 0.53rem;
  }
}
.sec_support .itemBox .item.item03 .ph {
  width: 0.63rem;
}
@media screen and (max-width: 640px) {
  .sec_support .itemBox .item.item03 .ph {
    width: 0.59rem;
  }
}
.sec_support .supportList_in {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 1rem 0 1.4rem;
}
@media screen and (max-width: 640px) {
  .sec_support .supportList_in {
    padding: 0.45rem 0 0.7rem;
    overflow: visible;
    background-color: #ebe4d9;
  }
}
.sec_support .supportList_in::before {
  content: "";
  position: absolute;
  top: 0%;
  right: 0;
  left: calc(50% - 8.8rem);
  margin: 0 auto;
  width: 134%;
  max-width: 19.33rem;
  min-width: 19.33rem;
  height: 8.77rem;
  background-image: url(../img/support/support_slide_bg.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .sec_support .supportList_in::before {
    top: -0.36rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 0.36rem;
    background-image: url(../../img/support/support_slide_bg_sp01.png);
    background-size: 100%;
    background-position: bottom center;
  }
}
.sec_support .supportList_in > .catch {
  position: relative;
  display: block;
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  font-size: 0.22rem;
  letter-spacing: 0.11em;
  line-height: 1.9;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .sec_support .supportList_in > .catch {
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 640px) {
  .sec_support .supportList_in > .catch {
    font-size: 0.2rem;
    line-height: 1.62;
  }
}
.sec_support .supportList_in > .catch::before {
  position: absolute;
  content: "";
  display: block;
  top: calc(50% - 0.05rem);
  left: calc(50% - 2.19rem);
  width: 0.67rem;
  height: 0.54rem;
  background-image: url(../img/support/support_slide_title_deco.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.6;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .sec_support .supportList_in > .catch::before {
    top: calc(50% - 0.3rem);
    left: calc(50% + 0.41rem);
    width: 0.76rem;
    height: 0.61rem;
  }
}
.sec_support [data-slidearea01].supportList {
  margin-top: 0.3rem;
}
@media screen and (max-width: 640px) {
  .sec_support [data-slidearea01].supportList {
    margin-top: 0.25rem;
  }
}
.sec_support [data-slidearea01].supportList.type01 {
  padding: 0;
  overflow: hidden;
}
.sec_support [data-slidearea01].supportList.type01 .slidearea01_wrap {
  max-width: 11.1rem;
  width: 100%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 640px) {
  .sec_support [data-slidearea01].supportList.type01 .slidearea01_wrap {
    width: calc(100% - 0.3rem);
  }
}
.sec_support [data-slidearea01].supportList.type01 .slidearea01_btns {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .sec_support [data-slidearea01].supportList.type01 .slidearea01_btns {
    display: none;
  }
}
.sec_support [data-slidearea01].supportList.type01 .slidearea01_btns button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.5rem;
  height: 0.5rem;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 640px) {
  .sec_support [data-slidearea01].supportList.type01 .slidearea01_btns button {
    width: 0.6rem;
    height: 0.9rem;
  }
}
.sec_support [data-slidearea01].supportList.type01 .slidearea01_btns button:before, .sec_support [data-slidearea01].supportList.type01 .slidearea01_btns button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.2s;
}
.sec_support [data-slidearea01].supportList.type01 .slidearea01_btns button:before {
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 0;
  background-color: transparent;
  background-image: url("../common/img/btn_arrow_green.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .sec_support [data-slidearea01].supportList.type01 .slidearea01_btns button:before {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.sec_support [data-slidearea01].supportList.type01 .slidearea01_btns button:after {
  content: none;
}
.sec_support [data-slidearea01].supportList.type01 .slidearea01_btns button.next {
  right: -0.1rem;
}
@media screen and (max-width: 640px) {
  .sec_support [data-slidearea01].supportList.type01 .slidearea01_btns button.next {
    right: 0px;
  }
}
.sec_support [data-slidearea01].supportList.type01 .slidearea01_btns button.prev {
  left: -0.1rem;
}
@media screen and (max-width: 640px) {
  .sec_support [data-slidearea01].supportList.type01 .slidearea01_btns button.prev {
    left: 0px;
  }
}
.sec_support [data-slidearea01].supportList.type01 .slidearea01_btns button.prev:before {
  transform: scale(-1, 1);
}
.sec_support [data-slidearea01].supportList.type01 .slidearea01_btns button.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.no-touchevents .sec_support [data-slidearea01].supportList.type01 .slidearea01_btns button:hover:before {
  opacity: 0.5;
}
.sec_support [data-slidearea01].supportList.type01 .slidearea01_wrapin {
  padding: 0 33.33333%;
  padding-bottom: 0.08rem;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .sec_support [data-slidearea01].supportList.type01 .slidearea01_wrapin {
    padding: 0 3.6%;
    overflow: visible;
  }
}
.sec_support [data-slidearea01].supportList.type01 .slidearea01_content {
  position: relative;
  display: flex;
}
@media print, screen and (min-width: 641px) {
  .sec_support [data-slidearea01].supportList.type01 .slidearea01_content {
    margin: 0 -100%;
  }
}
.sec_support [data-slidearea01].supportList.type01 .slidearea01_content.disableTrs {
  transition: none !important;
}
.sec_support [data-slidearea01].supportList.type01 .slidearea01_link {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
}
.sec_support [data-slidearea01].supportList.type01 .slidearea01_link::before {
  position: absolute;
  content: "";
  display: block;
  top: 0.08rem;
  right: 0.08rem;
  width: calc(100% - 0.3rem);
  height: 100%;
  border-radius: 0.2rem;
  background-color: #cdbea9;
  z-index: -1;
  opacity: 0.5;
}
@media screen and (max-width: 640px) {
  .sec_support [data-slidearea01].supportList.type01 .slidearea01_link::before {
    top: 0.04rem;
    right: 1px;
    width: calc(100% - 0.1rem);
  }
}
.sec_support [data-slidearea01].supportList.type01 .slidearea01_link .supportBox {
  width: calc(100% - 0.3rem);
  margin: auto;
  padding: 0.3rem;
  background-color: #fff;
  border-radius: 0.2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .sec_support [data-slidearea01].supportList.type01 .slidearea01_link .supportBox {
    width: calc(100% - 0.1rem);
    padding: 0.25rem 0.25rem 0.2rem;
  }
}
.sec_support [data-slidearea01].supportList.type01 .slidearea01_link .supportBox .thumb {
  width: 100%;
  height: 1.56rem;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .sec_support [data-slidearea01].supportList.type01 .slidearea01_link .supportBox .thumb {
    height: 33.33vw;
    margin: 0;
  }
}
.sec_support [data-slidearea01].supportList.type01 .slidearea01_link .supportBox .thumb img {
  border-radius: 0.16rem;
}
.sec_support [data-slidearea01].supportList.type01 .slidearea01_link .supportBox .title {
  margin-top: 0.18rem;
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  font-size: 0.21rem;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .sec_support [data-slidearea01].supportList.type01 .slidearea01_link .supportBox .title {
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 640px) {
  .sec_support [data-slidearea01].supportList.type01 .slidearea01_link .supportBox .title {
    margin-top: 0.18rem;
    font-size: 0.19rem;
    letter-spacing: 0.11em;
  }
}
.sec_support [data-slidearea01].supportList.type01 .slidearea01_link .supportBox .txt {
  margin-top: 0.15rem;
  letter-spacing: 0.01em;
  line-height: 1.86;
}
@media screen and (max-width: 640px) {
  .sec_support [data-slidearea01].supportList.type01 .slidearea01_link .supportBox .txt {
    letter-spacing: 0.04em;
    line-height: 1.71;
  }
}
.sec_support [data-slidearea01].supportList.type01 .slidearea01_pager {
  margin: 0 0.15rem;
  margin-top: 0.32rem;
  text-align: center;
  border-radius: 0;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .sec_support [data-slidearea01].supportList.type01 .slidearea01_pager {
    margin: 0;
    margin-top: 0.28rem;
  }
}
.sec_support [data-slidearea01].supportList.type01 .slidearea01_pager button {
  margin: 0 0.11rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 0.1rem;
  height: 0.1rem;
}
@media screen and (max-width: 640px) {
  .sec_support [data-slidearea01].supportList.type01 .slidearea01_pager button {
    margin: 0 0.14rem;
    width: 0.12rem;
    height: 0.12rem;
  }
}
.sec_support [data-slidearea01].supportList.type01 .slidearea01_pager button:after, .sec_support [data-slidearea01].supportList.type01 .slidearea01_pager button:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
.sec_support [data-slidearea01].supportList.type01 .slidearea01_pager button:after {
  transition: 0.2s;
}
.no-touchevents .sec_support [data-slidearea01].supportList.type01 .slidearea01_pager button:hover:after, .sec_support [data-slidearea01].supportList.type01 .slidearea01_pager button.active:after {
  background-color: #03888e;
}
.sec_support [data-slidearea01].supportList.type01 .slidearea01_pager button.active {
  cursor: default;
  pointer-events: none;
}
.sec_support .bottom {
  position: relative;
}
@media screen and (max-width: 640px) {
  .sec_support .bottom {
    position: relative;
    padding: 0.56rem 0 0;
    background-color: #fff;
  }
  .sec_support .bottom::before {
    position: absolute;
    content: "";
    display: block;
    top: -0.3rem;
    left: 0;
    right: 0;
    width: 100%;
    height: 0.3rem;
    background-image: url(../img/support/support_slide_bg_sp02.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
  }
}
.sec_support .bottom .deco {
  position: absolute;
  z-index: 1;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.sec_support .bottom .deco.deco01 {
  top: -1.19rem;
  left: calc(50% + 3.18rem);
  width: 0.95rem;
  height: 0.65rem;
  background-image: url("../img/support/support_bottom_deco01.png");
}
@media screen and (max-width: 640px) {
  .sec_support .bottom .deco.deco01 {
    top: -0.36rem;
    left: auto;
    right: 0.36rem;
    width: 0.61rem;
    height: 0.42rem;
  }
}
.sec_support .bottom .txt {
  text-align: center;
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.18rem;
}
@media screen and (max-width: 640px) {
  .sec_support .bottom .txt {
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 640px) {
  .sec_support .bottom .txt {
    padding: 0 0.3rem;
    text-align: left;
    font-size: 0.16rem;
    letter-spacing: 0.11em;
    line-height: 1.87;
  }
}

.supportContact {
  margin: 0 auto;
  margin-top: 0.55rem;
  width: 100%;
  max-width: 6.5rem;
  background-color: rgba(3, 136, 142, 0.1);
  border-radius: 0.18rem;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .supportContact {
    margin-top: 0.36rem;
    max-width: calc(100% - 0.6rem);
  }
}
.supportContact .title {
  padding: 0.1rem 0 0.16rem;
  text-align: center;
  font-family: "hannari";
  font-weight: 400;
  font-size: 0.3rem;
  letter-spacing: 0;
  color: #fff;
  background-color: #03888e;
}
@media screen and (max-width: 640px) {
  .supportContact .title {
    padding: 0.1rem 0 0.16rem;
    font-size: 0.27rem;
  }
}
.supportContact .title .min {
  display: block;
  font-size: 0.15rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .supportContact .title .min {
    margin-top: 0.03rem;
    font-size: 0.13rem;
  }
}
.supportContact .detail .telLink {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 0.3rem;
  padding-left: 0.34rem;
  width: 3.4rem;
  text-align: center;
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .supportContact .detail .telLink {
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 640px) {
  .supportContact .detail .telLink {
    margin-top: 0.2rem;
    padding-left: 0;
    width: auto;
    font-size: 0.32rem;
  }
}
.supportContact .detail .telLink::before {
  position: absolute;
  content: "";
  display: block;
  top: calc(50% - 0.16rem);
  left: calc(50% - 1.79rem);
  width: 0.34rem;
  height: 0.35rem;
  background-image: url(../img/support/contact_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .supportContact .detail .telLink::before {
    position: static;
    content: none;
  }
}
.supportContact .detail .note {
  margin-top: 0.05rem;
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  font-size: 0.15rem;
  letter-spacing: 0.11em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .supportContact .detail .note {
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 640px) {
  .supportContact .detail .note {
    margin-top: 0.02rem;
    font-size: 0.13rem;
  }
}
.supportContact .detail .link {
  margin-top: 0.18rem;
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 640px) {
  .supportContact .detail .link {
    margin: 0 auto;
    margin-top: 0.16rem;
    padding-bottom: 0.4rem;
    width: 83.33%;
  }
}/*# sourceMappingURL=support.css.map */