@charset "UTF-8";
/* ====================
VARIABLE
==================== */
/* ====================
MIXIN
==================== */
html {
  overflow-x: hidden;
}

/* ====================
GENERAL
==================== */
html {
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

main {
  width: min(100%, 1240px);
  margin-inline: auto;
}

body {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  background-color: #F7F9FA;
  color: #333;
}

h2 {
  font-family: "fot-chiaro-std", sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.4;
}
h2::before {
  content: "";
  background-color: #8FD115;
  height: 47px;
  width: 8px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  top: 13px;
  margin-right: 16px;
}

p,
a {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
}

img {
  height: auto;
}

.sect-cntn {
  display: flex;
  margin-inline: auto;
}

.btn {
  width: 280px;
  margin-inline: auto;
  background: #fff;
  border: 4px solid #eee;
  text-align: center;
  border-radius: 32px;
  box-shadow: 0px 0px 16px rgba(238, 238, 238, 0.48);
  transition: all 0.2s;
}
.btn a {
  display: block;
  position: relative;
  padding: 16px 0;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
.btn a:after {
  display: inline-block;
  position: absolute;
  height: 24px;
  width: 24px;
  right: 16px;
  content: "";
  -webkit-mask-image: url(../img/top/icon_chevron_right.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-image: url(../img/top/icon_chevron_right.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #8FD115;
}

/* CTA btn*/
.cta-btn {
  width: 250px;
  height: 60px;
  background: #F77E5B;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 8px rgba(247, 126, 91, 0.24);
  border: 4px solid #8FD115;
  transition: all 0.2s;
}
.cta-btn.bg-blue {
  background: #8FD115;
  color: #fff;
  box-shadow: 0px 4px 8px rgba(143, 209, 21, 0.24);
}
.cta-btn.size-100p {
  width: 100%;
}
.cta-btn.size-280 {
  width: 280px;
}
.cta-btn.size-380 {
  width: 380px;
  height: 72px;
}
.cta-btn .cta-btn__icon {
  width: 44px;
  height: 44px;
  left: 5px;
  background: #fff;
  position: absolute;
  display: flex;
  border-radius: 50% 50%;
  justify-content: center;
  align-items: center;
}
.cta-btn .cta-btn__icon .cta-btn__icon-img {
  width: 22px;
  height: 26px;
}
.cta-btn .cta-btn__icon .cta-btn__icon-img.icon-doc {
  -webkit-mask-image: url(../img/top/icon_doc.svg);
  mask-image: url(../img/top/icon_doc.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  mask-repeat: no-repeat;
  background: #8FD115;
}
.cta-btn .cta-btn__icon .cta-btn__icon-img.icon-entry {
  -webkit-mask-image: url(../img/top/icon_entry.svg);
  mask-image: url(../img/top/icon_entry.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  mask-repeat: no-repeat;
  background: #F77E5B;
}
.cta-btn .cta-btn__icon .cta-btn__icon-img.icon-sche {
  -webkit-mask-image: url(../img/top/icon_sche.svg);
  mask-image: url(../img/top/icon_sche.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  mask-repeat: no-repeat;
  background: #8FD115;
  width: 30px;
  height: 30px;
}
.cta-btn .cta-btn__icon .cta-btn__icon-img.icon-calc {
  -webkit-mask-image: url(../img/top/icon_calc.svg);
  mask-image: url(../img/top/icon_calc.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  mask-repeat: no-repeat;
  background: #8FD115;
  width: 26px;
  height: 26px;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

/* ====================
MENU
==================== */
.sect-menu {
  position: fixed;
  width: 280px;
  box-shadow: 0px 0px 16px rgba(173, 173, 173, 0.22);
  background: #fff;
  border-radius: 8px;
  margin-top: 10px;
  padding: 18px 24px;
  z-index: 20;
}
.sect-menu .sect-menu__logo {
  margin-bottom: 16px;
}
.sect-menu .sect-menu__logo .sect-menu__logo__lead {
  font-size: 1.2rem;
  margin-bottom: 16px;
}
.sect-menu .sect-menu__logo .sect-menu__logo__img {
  width: 160px;
}
.sect-menu .sect-menu__list {
  list-style: none;
  padding: 0;
}
.sect-menu .sect-menu__list li {
  margin-bottom: 17px;
}
.sect-menu .sect-menu__list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.55rem;
  font-weight: 700;
}
.sect-menu .sect-menu__list li a:after {
  content: "";
  display: inline-block;
  background: url(../img/top/icon_circle_right.svg) no-repeat;
  height: 24px;
  width: 24px;
  flex-shrink: 0;
}
.sect-menu .sect-menu__list li a:hover {
  color: #8FD115;
}
.sect-menu .sect-menu__list li ul li .group:after {
  content: "";
  display: inline-block;
  background: url(../img/common/news_link.webp) no-repeat;
  height: 18px;
  width: 18px;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  left: 91%;
  transform: translateY(-45%);
}
.sect-menu .sect-menu__list .sect-menu__list__ch {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 280px;
  width: 240px;
  height: 100%;
  padding: 60px 16px 0;
  background: #F7FFF5;
  transition: all 0.2s;
}
.sect-menu .sect-menu__list .sect-menu__list__01:hover .sect-menu__list__ch {
  opacity: 100;
  visibility: visible;
}
.sect-menu .sect-menu__list .sect-menu__list__02:hover .sect-menu__list__ch {
  opacity: 100;
  visibility: visible;
}
.sect-menu .sect-menu__list .sect-menu__list__06:hover .sect-menu__list__ch {
  opacity: 100;
  visibility: visible;
}
.sect-menu .sect-menu__tile {
  display: flex;
  flex-direction: column;
}
.sect-menu .sect-menu__tile .sect-menu__tile__item {
  display: flex;
  width: 100%;
  height: 65px;
  border-radius: 8px;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  color: #8FD115;
  line-height: 1.35;
  position: relative;
  border: 4px solid #eee;
  align-items: center;
  box-shadow: 0px 0px 16px rgba(238, 238, 238, 0.48);
  padding: 0 0 0 1rem;
  transition: all 0.2s;
}
.sect-menu .sect-menu__tile .sect-menu__tile__item:hover {
  background: #fff;
  color: #547A0C;
  border: 4px solid #8FD115;
}
.sect-menu .sect-menu__tile .sect-menu__tile__item span {
  width: 30px;
  margin-right: 1rem;
}
.sect-menu .sect-menu__tile .sect-menu__tile__item span img {
  max-width: 100%;
}
.sect-menu .sect-menu__tile .sect-menu__tile__item:last-child {
  margin-bottom: 0;
}
.sect-menu .sect-menu__line {
  background-color: #eee;
  width: 100%;
  height: 1px;
  margin: 1.5rem 0;
}
.sect-menu .sect-menu__cta .cta-btn {
  height: 46px;
}
.sect-menu .sect-menu__cta .cta-btn .cta-btn__icon {
  width: 34px;
  height: 34px;
  left: 3px;
}
.sect-menu .sect-menu__cta .cta-btn:first-of-type {
  margin-bottom: 7px;
}
.sect-menu .sect-menu__cta .cta-btn:first-of-type .cta-btn__txt {
  padding-left: 8px;
}
.sect-menu .sect-menu__cta .cta-btn:first-of-type:hover {
  color: #8FD115;
  background: #fff;
}
.sect-menu .sect-menu__cta .cta-btn:first-of-type:hover .cta-btn__icon {
  background: #8FD115;
}
.sect-menu .sect-menu__cta .cta-btn:first-of-type:hover .cta-btn__icon .cta-btn__icon-img {
  background: #fff;
}
.sect-menu .sect-menu__cta .cta-btn:nth-of-type(2) {
  border: 4px solid #F77E5B;
}
.sect-menu .sect-menu__cta .cta-btn:nth-of-type(2) .cta-btn__txt {
  padding-left: 8px;
}
.sect-menu .sect-menu__cta .cta-btn:nth-of-type(2):hover {
  color: #F77E5B;
  background: #fff;
}
.sect-menu .sect-menu__cta .cta-btn:nth-of-type(2):hover .cta-btn__icon {
  background: #F77E5B;
}
.sect-menu .sect-menu__cta .cta-btn:nth-of-type(2):hover .cta-btn__icon .cta-btn__icon-img {
  background: #fff;
}
.sect-menu .sect-menu__cta .cta-call {
  text-align: center;
  margin-top: 8px;
}
.sect-menu .sect-menu__cta .cta-call p {
  text-align: center;
  display: inline-block;
}
.sect-menu .sect-menu__cta .cta-call p .tel {
  display: flex;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
.sect-menu .sect-menu__cta .cta-call p .tel:before {
  content: "";
  background: url(../img/top/icon_tel.svg);
  background-size: cover;
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  transform: translateY(6px);
}
.sect-menu .sect-menu__cta .cta-call p .hour {
  font-size: 1.4rem;
}

/* ====================
HEADER
==================== */
.sect-header {
  margin: 16px 0;
}
.sect-header .sect-header__wrap .sect-header__wrap__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.sect-header .sect-header__wrap .sect-header__wrap__list li {
  display: flex;
  align-items: center;
}
.sect-header .sect-header__wrap .sect-header__wrap__list li .header__tel {
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  display: flex;
  margin-right: 8px;
}
.sect-header .sect-header__wrap .sect-header__wrap__list li .header__tel:before {
  content: "";
  background: url(../img/top/icon_tel.svg) no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 6px;
  transform: translateY(7px);
}
.sect-header .sect-header__wrap .sect-header__wrap__list li .header__time {
  font-size: 1.2rem;
}
.sect-header .sect-header__wrap .sect-header__wrap__list li:first-of-type {
  margin-right: 24px;
  border-bottom: 1px solid;
  padding-bottom: 4px;
}
.sect-header .sect-header__wrap .sect-header__wrap__list .cta-btn {
  border: 4px solid #F77E5B;
}
.sect-header .sect-header__wrap .sect-header__wrap__list .cta-btn .cta-btn__txt {
  font-size: 2.2rem;
  padding-left: 16px;
}
.sect-header .sect-header__wrap .sect-header__wrap__list .cta-btn:hover {
  color: #F77E5B;
  background: #fff;
}
.sect-header .sect-header__wrap .sect-header__wrap__list .cta-btn:hover .cta-btn__icon {
  background: #F77E5B;
}
.sect-header .sect-header__wrap .sect-header__wrap__list .cta-btn:hover .cta-btn__icon .cta-btn__icon-img {
  background: #fff;
}

.sect-header__sp {
  display: none;
}

/* ====================
CONTENT
==================== */
.sect-content {
  padding-left: 320px;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* ====================
KV
==================== */
.sect-fv {
  margin-bottom: 64px;
}

.sect-fv__wrap {
  background: #8FD115;
  height: 486px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.sect-fv__wrap .sect-fv__wrap__ttl {
  font-family: "fot-chiaro-std", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  color: #fff;
  margin-left: 48px;
}
.sect-fv__wrap .sect-fv__wrap__ttl .sect-fv__wrap__ttl__en {
  color: #8FD115;
  background: #fff;
  padding: 10px 12px;
  border-radius: 2px;
}
.sect-fv__wrap .sect-fv__wrap__img {
  background: url(../img/top/kv.webp) no-repeat;
  background-size: 120%;
  background-position: 0 48px;
  width: 460px;
  height: 100%;
  overflow: hidden;
}

.sect-fv-btn_sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .sect-fv-btn_sp {
    display: block;
    width: 100%;
    padding: 12px 34px 14px;
    margin: -10px 0 30px;
    background-color: #fff;
  }
  .sect-fv-btn_sp .fv-btn_sp p {
    color: #547A0C;
    font-weight: 700;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 0.4rem;
  }
  .sect-fv-btn_sp .fv-btn_sp .cta-btn_fv_sp {
    border: 5px solid transparent;
    font-size: 5vw;
    width: 100%;
    position: relative;
  }
  .sect-fv-btn_sp .fv-btn_sp .cta-btn_fv_sp .apply_text {
    position: absolute;
    width: 92%;
    text-align: center;
    right: 0;
  }
  .sect-fv-btn_sp .fv-btn_sp .cta-btn_fv_sp i {
    width: 25px;
  }
}

/* ====================
CONSIDER
==================== */
.sect-consid {
  margin-bottom: 64px;
}
.sect-consid .sect-consid__wrap {
  background: #fff;
  border-radius: 8px;
  padding: 32px 64px;
  box-shadow: 0px 0px 16px rgba(173, 173, 173, 0.22);
}
.sect-consid .sect-consid__wrap .sect-consid__wrap__lead {
  font-size: 2.4rem;
  text-align: center;
  line-height: 2;
  margin-bottom: 24px;
  /*202509改修前
  .sect-consid__wrap__lead-en {
  	background: $acc-color;
  	color: $wht;
  	font-size: 3.2rem;
  	font-weight: $weight-bold;
  	padding: 1.6px 8px;
  	border-radius: 4px;
  }
  */
}
.sect-consid .sect-consid__wrap .sect-consid__wrap__lead .sect-consid__wrap__lead-en {
  color: #F77E5B;
  font-size: 3.2rem;
  font-weight: 700;
  padding: 0 2px;
}
.sect-consid .sect-consid__wrap .sect-consid__wrap__tile {
  display: flex;
  margin-bottom: 40px;
}
.sect-consid .sect-consid__wrap .sect-consid__wrap__tile .sect-consid__wrap__tile__item {
  width: 25%;
  border: solid 4px #eee;
  border-radius: 8px;
  box-shadow: 0px 0px 16px rgba(238, 238, 238, 0.48);
  transition: all 0.2s;
}
.sect-consid .sect-consid__wrap .sect-consid__wrap__tile .sect-consid__wrap__tile__item:hover {
  border: solid 4px #8FD115;
}
.sect-consid .sect-consid__wrap .sect-consid__wrap__tile .sect-consid__wrap__tile__item:nth-of-type(1) .sect-consid__wrap__tile__item__img {
  background: url(../img/top/tile_01.webp) no-repeat;
  background-size: contain;
}
.sect-consid .sect-consid__wrap .sect-consid__wrap__tile .sect-consid__wrap__tile__item:nth-of-type(2) .sect-consid__wrap__tile__item__img {
  background: url(../img/top/tile_02.webp) no-repeat;
  background-size: contain;
}
.sect-consid .sect-consid__wrap .sect-consid__wrap__tile .sect-consid__wrap__tile__item:nth-of-type(3) .sect-consid__wrap__tile__item__img {
  background: url(../img/top/tile_03.webp) no-repeat;
  background-size: contain;
}
.sect-consid .sect-consid__wrap .sect-consid__wrap__tile .sect-consid__wrap__tile__item:nth-of-type(4) .sect-consid__wrap__tile__item__img {
  background: url(../img/top/tile_04.webp) no-repeat;
  background-size: contain;
}
.sect-consid .sect-consid__wrap .sect-consid__wrap__tile .sect-consid__wrap__tile__item:not(:last-of-type) {
  margin-right: 24px;
}
.sect-consid .sect-consid__wrap .sect-consid__wrap__tile .sect-consid__wrap__tile__item .sect-consid__wrap__tile__item__img {
  width: 124px;
  height: 124px;
  background-color: #eee;
  display: block;
  border-radius: 80px;
  margin-inline: auto;
  margin-top: 12px;
}
.sect-consid .sect-consid__wrap .sect-consid__wrap__tile .sect-consid__wrap__tile__item .sect-consid__wrap__tile__item__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  color: #547A0C;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
}
.sect-consid .sect-consid__wrap .sect-consid__wrap__tile .sect-consid__wrap__tile__item .sect-consid__wrap__tile__item__ttl:after {
  display: block;
  content: "";
  background: url(../img/top/icon_chevron_right_2.svg) no-repeat;
  width: 32px;
  height: 32px;
}
.sect-consid .sect-consid__wrap .sect-consid__wrap__cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sect-consid .sect-consid__wrap .sect-consid__wrap__cta .cta-btn .cta-btn__txt {
  font-size: 2.2rem;
}
.sect-consid .sect-consid__wrap .sect-consid__wrap__cta .cta-btn:first-of-type {
  margin-right: 24px;
}
.sect-consid .sect-consid__wrap .sect-consid__wrap__cta .cta-btn:first-of-type .cta-btn__txt {
  padding-left: 20px;
}
.sect-consid .sect-consid__wrap .sect-consid__wrap__cta .cta-btn:nth-of-type(2) .cta-btn__txt {
  padding-left: 44px;
}
.sect-consid .sect-consid__wrap .sect-consid__wrap__cta .cta-btn .cta-btn__icon {
  left: 11px;
}
.sect-consid .cta-btn:hover {
  border: 4px solid #8FD115;
  background: #fff;
  color: #8FD115;
}
.sect-consid .cta-btn:hover .cta-btn__icon {
  background: #8FD115;
}
.sect-consid .cta-btn:hover .cta-btn__icon .cta-btn__icon-img {
  background: #fff;
}

/* ====================
FAQ
==================== */
.sect-qa {
  position: relative;
  padding: 64px 0;
}
.sect-qa:before {
  content: "";
  position: absolute;
  display: block;
  background: #C4DEC8;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -320px;
  padding-right: 320px;
  transform: translateX(-50%);
  z-index: -10;
}
.sect-qa .sect-qa__wrap {
  padding: 0 40px;
  position: relative;
  z-index: 1;
}
.sect-qa .sect-qa__wrap .qa-swiper-container {
  margin-bottom: 40px;
  padding: 0 24px;
}
.sect-qa .sect-qa__wrap .qa-swiper-container .swiper-slide {
  background: #fff;
  padding: 32px 24px;
  border-radius: 8px;
}
.sect-qa .sect-qa__wrap .qa-swiper-container .swiper-slide .qa-ttl {
  font-weight: 700;
  color: #547A0C;
  margin-bottom: 16px;
  border-bottom: 1px solid #eee;
  display: flex;
  height: 8rem;
}
.sect-qa .sect-qa__wrap .qa-swiper-container .swiper-slide .qa-ttl:before {
  content: "Q";
  display: block;
  background: #F77E5B;
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  flex-shrink: 0;
  margin-right: 8px;
  text-align: center;
}
.sect-qa .sect-qa__wrap .qa-swiper-container .swiper-slide .qa_slide__bottom .qa_slide__txt {
  height: 14.4rem;
}
.sect-qa .swiper-button-prev,
.sect-qa .swiper-button-next {
  width: 48px;
  height: 48px;
  background: #fff;
  border: 3px solid #eee;
  border-radius: 50px;
  top: 46%;
  transition: all 0.2s;
}
.sect-qa .swiper-button-prev:after,
.sect-qa .swiper-button-next:after {
  font-size: 1.2rem;
  color: #8FD115;
}
.sect-qa .swiper-button-prev:hover,
.sect-qa .swiper-button-next:hover {
  border: 3px solid #8FD115;
}
.sect-qa .swiper-button-prev {
  left: 0;
}
.sect-qa .swiper-button-next {
  right: 0;
}
.sect-qa .btn:hover {
  border: 4px solid #8FD115;
}

/* ====================
NEWS
==================== */
.sect-news {
  margin: 64px 0;
}
.sect-news .sect-news__wrap {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 16px rgba(173, 173, 173, 0.22);
  margin-bottom: 40px;
}
.sect-news .sect-news__wrap .sect-news__wrap__list {
  padding: 48px;
}
.sect-news .sect-news__wrap .sect-news__wrap__list li {
  border-bottom: 1px solid #eee;
}
.sect-news .sect-news__wrap .sect-news__wrap__list li a {
  display: flex;
  flex-wrap: wrap;
  padding: 24px 8px;
}
.sect-news .sect-news__wrap .sect-news__wrap__list li a .date {
  color: #868686;
  line-height: 1.6;
}
.sect-news .sect-news__wrap .sect-news__wrap__list li a .ttl {
  font-weight: 700;
  margin-left: 24px;
  transition: all 0.2s;
}
.sect-news .sect-news__wrap .sect-news__wrap__list li a .ttl:hover {
  color: #8FD115;
}
.sect-news .sect-news__wrap .sect-news__wrap__list li:first-of-type a {
  padding: 24px 8px;
}
.sect-news .sect-news__wrap .sect-news__wrap__list li .no-pdf .ttl .link_img {
  margin-left: 5px;
  position: relative;
  top: 3px;
}
.sect-news .sect-news__wrap .sect-news__wrap__list li .no-pdf .ttl .link_img img {
  max-width: 100%;
}
.sect-news .sect-news__wrap .sect-news__wrap__list li .is-pdf .ttl::after {
  content: "PDF";
  display: inline-block;
  font-size: 1.2rem;
  height: 1.2em;
  margin-left: 8px;
  border: 2px solid #eee;
  color: #F77E5B;
  padding: 1px 6px;
  border-radius: 6px;
  transform: translateY(-2px);
  line-height: 1;
}
.sect-news .sect-news__wrap .sect-news__wrap__list li .is-pdf .ttl .link_img {
  margin-left: 5px;
  position: relative;
  top: 3px;
}
.sect-news .sect-news__wrap .sect-news__wrap__list li .is-pdf .ttl .link_img img {
  max-width: 100%;
}
.sect-news .btn:hover {
  border: 4px solid #8FD115;
}

/* ====================
SERVICE
==================== */
.sect-service {
  margin-bottom: 64px;
}
.sect-service .sect-service__wrap {
  background: #fff;
  box-shadow: 0px 0px 16px rgba(173, 173, 173, 0.22);
  border-radius: 8px;
  padding: 0px 30px;
}
.sect-service .sect-service__wrap .sect-service__wrap__list {
  padding: 40px 64px;
}
.sect-service .sect-service__wrap .sect-service__wrap__list li a {
  display: inline-block;
}
.sect-service .sect-service__wrap .sect-service__wrap__list li a .sect-service__wrap__bnr {
  border: 1px solid #eee;
  margin-bottom: 12px;
  margin-top: 12px;
  width: 240px;
  text-align: center;
}
.sect-service .sect-service__wrap .sect-service__wrap__list li a p {
  font-size: 1.4rem;
}
.sect-service .sect-service__wrap .sect-service__wrap__list li a .title {
  color: #F77E5B;
  font-weight: bold;
  font-size: 1.6rem;
}

@media screen and (min-width: 1080px) {
  .sect-service .sect-service__wrap {
    display: flex;
  }
}
@media screen and (max-width: 1080px) {
  .sect-service .sect-service__wrap .sect-service__wrap__list:not(:last-child) {
    border-bottom: solid;
    border-bottom-width: 2px;
    border-bottom-color: #eee;
  }
}
/* ====================
ATTENTION
==================== */
.sect-att {
  position: relative;
  padding: 48px 0;
}
.sect-att:before {
  content: "";
  position: absolute;
  display: block;
  background: #C4DEC8;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -320px;
  padding-right: 320px;
  transform: translateX(-50%);
  z-index: -10;
}
.sect-att .sect-att__wrap {
  display: flex;
  flex-wrap: wrap;
}
.sect-att .sect-att__wrap .sect-att__wrap__left {
  width: 50%;
  padding-right: 40px;
  border-right: 1px solid #eee;
}
.sect-att .sect-att__wrap .sect-att__wrap__right {
  width: 50%;
  padding-left: 40px;
}
.sect-att .sect-att__wrap .sect-att__wrap__left p,
.sect-att .sect-att__wrap .sect-att__wrap__right p {
  font-size: 1.4rem;
  text-align: justify;
  line-height: 1.4;
  pointer-events: none;
  border-bottom-style: none;
}

/* ====================
BNR
==================== */
.sect-bnr {
  position: relative;
  padding-bottom: 48px;
}
.sect-bnr:before {
  content: "";
  position: absolute;
  display: block;
  background: #C4DEC8;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -320px;
  padding-right: 320px;
  transform: translateX(-50%);
  z-index: -10;
}
.sect-bnr .sect-bnr__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sect-bnr .sect-bnr__wrap a {
  display: inline-block;
}
.sect-bnr .sect-bnr__wrap a:first-of-type {
  margin-right: 16px;
}

/* ====================
FOOTER
==================== */
.sect-footer {
  position: relative;
  padding: 8px 0;
}
.sect-footer:before {
  content: "";
  position: absolute;
  display: block;
  background: #C4DEC8;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -320px;
  padding-right: 320px;
  transform: translateX(-50%);
  z-index: -10;
  background: #333;
}
.sect-footer p {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}

.sect-AG_list {
  padding: 40px 0;
  position: relative;
}
.sect-AG_list:before {
  content: "";
  position: absolute;
  display: block;
  background: #C4DEC8;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -320px;
  padding-right: 320px;
  transform: translateX(-50%);
  z-index: -10;
  background-color: #F0FADD;
}
.sect-AG_list p {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.sect-AG_list .AG_list {
  display: flex;
  flex-wrap: wrap;
}
.sect-AG_list .AG_list li {
  width: 33.3333333333%;
  margin: 4px 0;
}
.sect-AG_list .AG_list li a {
  font-size: 1.3rem;
  border-bottom: 1px solid transparent;
}
.sect-AG_list .AG_list li a:hover {
  border-bottom: 1px solid #547A0C;
  transition: all 0.2s;
}
.sect_Policy_link {
  padding: 15px 0;
  position: relative;
}
.sect_Policy_link:before {
  content: "";
  position: absolute;
  display: block;
  background: #C4DEC8;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -320px;
  padding-right: 320px;
  transform: translateX(-50%);
  z-index: -10;
  background-color: #F0FADD;
}
.sect_Policy_link .Policy_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 1px solid #C4DEC8;
  padding-top: 15px;
}
.sect_Policy_link .Policy_link li a {
  display: inline-block;
  font-size: 1.3rem;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  text-decoration: none;
}
.sect_Policy_link .Policy_link li:last-child a {
  border-right: none;
}
.sect_Policy_link .Policy_link li a:hover {
  text-decoration: underline;
  text-decoration-color: #547A0C;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
@media screen and (max-height: 760px) {
  .sect-menu {
    max-height: 97vh;
  }
  .sect-menu .sect-menu__list li {
    margin-bottom: 13px;
  }
  .sect-menu .sect-menu__tile .sect-menu__tile__item {
    height: 60px;
  }
  .sect-menu .sect-menu__line {
    margin: 0.5rem;
  }
}
@media screen and (max-height: 660px) {
  .sect-menu {
    max-height: 97vh;
  }
  .sect-menu .sect-menu__logo {
    margin-bottom: 8px;
  }
  .sect-menu .sect-menu__list li {
    margin-bottom: 9px;
  }
  .sect-menu .sect-menu__list li a {
    font-size: 14px;
  }
  .sect-menu .sect-menu__list li a:after {
    height: 20px;
    width: 20px;
  }
  .sect-menu .sect-menu__tile .sect-menu__tile__item {
    height: 53px;
    font-size: 14px;
  }
  .sect-menu .sect-menu__tile .sect-menu__tile__item span {
    width: 24px;
  }
  .sect-menu .sect-menu__line {
    margin: 0.5rem;
  }
  .sect-menu .sect-menu__cta .cta-call {
    margin-top: 5px;
  }
  .sect-menu .sect-menu__cta .cta-call p .tel {
    padding-bottom: 2px;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 1240px) {
  /* ====================
  CONTAINER
  ==================== */
  .sect-cntn {
    margin-inline: auto;
    width: 96%;
  }
  /* ====================
  FV
  ==================== */
  .sect-fv__wrap {
    height: 420px;
  }
  .sect-fv__wrap .sect-fv__wrap__ttl {
    line-height: 1.8;
  }
  .sect-fv__wrap .sect-fv__wrap__img {
    background-size: 132%;
    width: 340px;
  }
  /* ====================
  CONTENT
  ==================== */
  /* ====================
  CONSIDER
  ==================== */
  .sect-consid .sect-consid__wrap .sect-consid__wrap__lead {
    font-size: 2rem;
    line-height: 2;
  }
  .sect-consid .sect-consid__wrap .sect-consid__wrap__tile {
    flex-wrap: wrap;
  }
  .sect-consid .sect-consid__wrap .sect-consid__wrap__tile .sect-consid__wrap__tile__item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 12px 24px;
    height: 142px;
  }
  .sect-consid .sect-consid__wrap .sect-consid__wrap__tile .sect-consid__wrap__tile__item:not(:last-of-type) {
    margin-right: unset;
    margin-bottom: 16px;
  }
  .sect-consid .sect-consid__wrap .sect-consid__wrap__tile .sect-consid__wrap__tile__item .sect-consid__wrap__tile__item__img {
    width: 100px;
    height: 100px;
    margin: unset;
  }
  .sect-consid .sect-consid__wrap .sect-consid__wrap__tile .sect-consid__wrap__tile__item .sect-consid__wrap__tile__item__ttl {
    width: 80%;
    font-size: 1.8rem;
  }
  .sect-consid .sect-consid__wrap .sect-consid__wrap__cta {
    justify-content: center;
  }
  .sect-consid .sect-consid__wrap .sect-consid__wrap__cta .cta-btn:first-of-type {
    margin-bottom: 16px;
    margin-right: unset;
  }
  /* ====================
  ATTENTION
  ==================== */
  .sect-att {
    padding: 24px 0;
  }
  .sect-att .sect-att__wrap .sect-att__wrap__left {
    width: 100%;
    padding-right: unset;
    border-right: unset;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .sect-att .sect-att__wrap .sect-att__wrap__right {
    width: 100%;
    padding-left: unset;
  }
}
@media screen and (max-width: 1024px) {
  /* ====================
  GENERAL
  ==================== */
  main {
    width: min(100%, 1240px);
  }
  p,
  a {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .btn a:after {
    transform: translateY(-4px);
  }
  /* ====================
  CONTAINER
  ==================== */
  .sect-cntn {
    width: 100%;
  }
  /* ====================
  KV
  ==================== */
  .sect-fv {
    margin-bottom: 40px;
    width: 82%;
    margin-inline: auto;
    margin-top: 92px;
  }
  .sect-fv__wrap {
    align-items: center;
  }
  .sect-fv__wrap .sect-fv__wrap__ttl {
    font-size: 3.4rem;
    line-height: 1.5;
    margin-top: 24px;
    margin-left: 16px;
  }
  .sect-fv__wrap .sect-fv__wrap__ttl .sect-fv__wrap__ttl__en {
    color: #8FD115;
    background: #fff;
    padding: 6px 8px;
    border-radius: 1.6px;
  }
  .sect-fv__wrap .sect-fv__wrap__img {
    background-size: 120%;
    width: 330px;
    background-position: 0 center;
  }
  /* ====================
  MENU
  ==================== */
  .sect-menu {
    display: none;
  }
  /* ====================
  HEADER
  ==================== */
  .sect-header {
    display: none;
  }
  .sect-header__sp {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 60px;
    display: block;
    background: #fff;
    box-shadow: 0px 0px 16px rgba(173, 173, 173, 0.22);
  }
  .sect-header__sp .sect-header__sp__wrap {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sect-header__sp .sect-header__sp__wrap .sect-header__sp__wrap__left {
    padding-left: 14px;
  }
  .sect-header__sp .sect-header__sp__wrap .sect-header__sp__wrap__left img {
    width: 200px;
  }
  .sect-header__sp .sect-header__sp__wrap .sect-header__sp__wrap__right {
    display: flex;
    height: 100%;
    align-items: center;
  }
  .sect-header__sp .sect-header__sp__wrap .sect-header__sp__wrap__right a {
    height: 100%;
    width: 69px;
    background: #F7FFF5;
    border-right: 1px solid #8FD115;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #8FD115;
    font-weight: 500;
  }
  .sect-header__sp .sect-header__sp__wrap .sect-header__sp__wrap__right a:nth-of-type(1) {
    border-left: 1px solid #8FD115;
  }
  .sect-header__sp .sect-header__sp__wrap .sect-header__sp__wrap__right a:nth-of-type(1):before {
    background: url(../img/top/icon_tel-sp.svg) no-repeat;
    content: "";
    width: 22px;
    height: 28px;
    display: block;
  }
  .sect-header__sp .sect-header__sp__wrap .sect-header__sp__wrap__right a:nth-of-type(2):before {
    background: url(../img/top/icon_entry-sp.svg) no-repeat;
    content: "";
    width: 22px;
    height: 28px;
    display: block;
  }
  .sect-header__sp .sect-header__sp__wrap .sect-header__sp__wrap__right .sect-header__sp__wrap__right__menu {
    height: 100%;
    width: 69px;
    background: #F7FFF5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #8FD115;
    cursor: pointer;
  }
  .sect-header__sp .sect-header__sp__wrap .sect-header__sp__wrap__right .sect-header__sp__wrap__right__menu .menu-ham {
    height: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 0px;
  }
  .sect-header__sp .sect-header__sp__wrap .sect-header__sp__wrap__right .sect-header__sp__wrap__right__menu .menu-ham span {
    height: 2px;
    width: 40px;
    background-color: #8FD115;
    display: inline-block;
  }
  .sect-header__sp .sect-header__sp__wrap .sect-header__sp__wrap__right .sect-header__sp__wrap__right__menu p {
    font-weight: 500;
  }
  .sect-header__sp .sect-header__sp__wrap .global-menu {
    background: #8FD115;
  }
  .sect-header__sp .sect-header__sp__wrap .global-menu .global-nav .global-nav__content .nav-block .nav-block__ttl a {
    font-size: 1.6rem;
  }
  .sect-header__sp .sect-header__sp__wrap .global-menu .global-nav .global-nav__content .nav-block .nav-block__ttl a::before {
    background: #8FD115 url(../img/common/menu-link.svg) no-repeat left 55% center;
    background-size: 0.625vw;
  }
  .sect-header__sp .sect-header__sp__wrap .global-menu .global-nav .global-nav__bottom {
    height: 92px;
    box-shadow: none;
    margin-top: unset;
    text-align: center;
  }
  .sect-header__sp .sect-header__sp__wrap .global-menu .global-nav .global-nav__bottom a {
    display: inline-block;
    font-size: 1.2rem;
    background-color: #8FD115;
  }
  /* ====================
  CONTENT
  ==================== */
  .sect-content {
    width: 100%;
    padding-left: unset;
  }
  /* ====================
  CONSIDER
  ==================== */
  .sect-consid {
    margin-bottom: 40px;
    width: 82%;
    margin-inline: auto;
  }
  .sect-consid .sect-consid__wrap {
    padding: 24px;
  }
  .sect-consid .sect-consid__wrap .sect-consid__wrap__lead {
    font-size: 2rem;
    line-height: 1.8;
    text-align: center;
  }
  .sect-consid .sect-consid__wrap .sect-consid__wrap__lead .sect-consid__wrap__lead-en {
    font-size: 2.4rem;
    padding: 1.6px 2.4px;
    border-radius: 1.6px;
  }
  .sect-consid .sect-consid__wrap .sect-consid__wrap__tile {
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
  .sect-consid .sect-consid__wrap .sect-consid__wrap__tile .sect-consid__wrap__tile__item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 12px;
  }
  .sect-consid .sect-consid__wrap .sect-consid__wrap__tile .sect-consid__wrap__tile__item:not(:last-of-type) {
    margin-right: unset;
    margin-bottom: 16px;
  }
  .sect-consid .sect-consid__wrap .sect-consid__wrap__tile .sect-consid__wrap__tile__item .sect-consid__wrap__tile__item__img {
    width: 100px;
    height: 100px;
    margin: unset;
  }
  .sect-consid .sect-consid__wrap .sect-consid__wrap__tile .sect-consid__wrap__tile__item .sect-consid__wrap__tile__item__ttl {
    width: 80%;
  }
  .sect-consid .sect-consid__wrap .sect-consid__wrap__cta .cta-btn .cta-btn__txt {
    font-size: 1.6rem;
  }
  .sect-consid .sect-consid__wrap .sect-consid__wrap__cta .cta-btn:first-of-type {
    margin-bottom: 16px;
  }
  .sect-consid .sect-consid__wrap .sect-consid__wrap__cta .cta-btn:first-of-type .cta-btn__txt {
    padding-left: 16px;
  }
  .sect-consid .sect-consid__wrap .sect-consid__wrap__cta .cta-btn:nth-of-type(2) .cta-btn__txt {
    padding-left: 22px;
  }
  /* ====================
  FAQ
  ==================== */
  .sect-qa {
    padding: 40px 0;
  }
  .sect-qa:before {
    margin: unset;
    padding-right: unset;
  }
  .sect-qa h2 {
    margin-left: 24px;
  }
  .sect-qa .qa-swiper-container {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-bottom: 24px;
  }
  .sect-qa .qa-swiper-container .swiper-wrapper .swiper-slide .qa-ttl {
    height: 7rem;
  }
  .sect-qa .qa-swiper-container .swiper-wrapper .swiper-slide .qa_slide__bottom .qa_slide__txt {
    height: 12.6rem;
  }
  .sect-qa .swiper-button-prev,
  .sect-qa .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .sect-qa .swiper-button-prev {
    margin-left: 4px;
  }
  .sect-qa .swiper-button-next {
    margin-right: 4px;
  }
  /* ====================
  NEWS
  ==================== */
  .sect-news {
    margin: 40px 0;
    width: 82%;
    margin-inline: auto;
  }
  .sect-news .sect-news__wrap {
    margin-bottom: 24px;
    padding-bottom: 16px;
  }
  .sect-news .sect-news__wrap .sect-news__wrap__list {
    padding: 16px 24px;
  }
  .sect-news .sect-news__wrap .sect-news__wrap__list li a {
    padding: 16px 8px;
  }
  .sect-news .sect-news__wrap .sect-news__wrap__list li a .date {
    margin-bottom: 4px;
  }
  .sect-news .sect-news__wrap .sect-news__wrap__list li:first-of-type a {
    padding: 16px 8px;
  }
  .sect-news .sect-news__wrap .sect-news__wrap__list li a[target=_blank] .ttl {
    margin-left: 0;
  }
  .sect-news .sect-news__wrap .sect-news__wrap__list li a[target=_blank] .ttl::before {
    margin-right: 8px;
  }
  .sect-news .sect-news__wrap .sect-news__wrap__list li .is-pdf .ttl .link_img {
    margin-left: 5px;
    position: relative;
    top: 3px;
  }
  .sect-news .sect-news__wrap .sect-news__wrap__list li .is-pdf .ttl::after {
    margin-left: 4px;
    color: #F77E5B;
    padding: 1px 4px;
  }
  /* ====================
  SERVICE
  ==================== */
  .sect-service {
    margin-bottom: 40px;
    width: 82%;
    margin-inline: auto;
  }
  .sect-service .sect-service__wrap .sect-service__wrap__list {
    padding: 24px;
  }
  .sect-service .sect-service__wrap .sect-service__wrap__list li a p {
    text-align: left;
  }
  /* ====================
  ATTENTION
  ==================== */
  .sect-att {
    width: 82%;
    margin-inline: auto;
  }
  .sect-att:before {
    margin: unset;
    padding-right: unset;
  }
  .sect-att .sect-att__wrap .sect-att__wrap__left p,
  .sect-att .sect-att__wrap .sect-att__wrap__right p {
    font-size: 1.2rem;
  }
  /* ====================
  BNR
  ==================== */
  .sect-bnr {
    width: 82%;
    margin-inline: auto;
  }
  .sect-bnr:before {
    margin: unset;
    padding-right: unset;
  }
  .sect-bnr .sect-bnr__wrap {
    flex-direction: column;
    align-items: center;
  }
  .sect-bnr .sect-bnr__wrap a:first-of-type {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  /* ====================
  FOOTER
  ==================== */
  .sect-footer:before {
    margin: unset;
    padding-right: unset;
  }
  .sect-footer p {
    font-size: 1.2rem;
  }
  .sect_privacy a {
    font-size: 1.6rem;
  }
  .sect-AG_list {
    width: 82%;
    margin-inline: auto;
  }
  .sect-AG_list:before {
    margin: unset;
    padding-right: unset;
  }
  .sect-AG_list p {
    font-size: 1.2rem;
  }
  .sect-AG_list ul li a {
    font-size: 1.2rem;
  }
    .sect_Policy_link{
    width: 82%;
    margin-inline: auto;
  }
  .sect_Policy_link:before {
    margin: unset;
    padding-right: unset;
  }
  .sect_Policy_link .Policy_link li a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  /* ====================
  GENERAL
  ==================== */
  /* ====================
  KV
  ==================== */
  html {
    overflow-x: hidden;
  }
  h2 {
    font-size: 20px;
  }
  h2::before {
    height: 29px;
    width: 4px;
    top: 9px;
    margin-right: 13px;
  }
  .sect-fv {
    width: 100%;
    padding: 0 24px;
  }
  .sect-fv__wrap {
    align-items: unset;
    flex-direction: column;
    height: 472px;
  }
  .sect-fv__wrap .sect-fv__wrap__ttl {
    font-size: 2.8rem;
  }
  .sect-fv__wrap .sect-fv__wrap__ttl .sect-fv__wrap__ttl__en {
    padding: 4px 6px;
    border-radius: 1.6px;
  }
  .sect-fv__wrap .sect-fv__wrap__img {
    background-size: 100%;
    width: 100%;
    background-position: 12px 14px;
  }
  /* ====================
  MENU
  ==================== */
  /* ====================
  HEADER
  ==================== */
  .sect-header__sp .sect-header__sp__wrap .sect-header__sp__wrap__left {
    padding-left: 14px;
  }
  .sect-header__sp .sect-header__sp__wrap .sect-header__sp__wrap__left img {
    width: 140px;
  }
  .sect-header__sp .sect-header__sp__wrap .sect-header__sp__wrap__right a {
    font-size: 1.2rem;
  }
  .sect-header__sp .sect-header__sp__wrap .sect-header__sp__wrap__right a:nth-of-type(1):before {
    width: 22px;
    height: 28px;
  }
  .sect-header__sp .sect-header__sp__wrap .sect-header__sp__wrap__right a:nth-of-type(2):before {
    width: 22px;
    height: 28px;
  }
  .sect-header__sp .sect-header__sp__wrap .sect-header__sp__wrap__right .sect-header__sp__wrap__right__menu p {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .sect-header__sp .sect-header__sp__wrap .global-menu .global-nav .global-nav__content .have-child .link-list--show::after {
    background: url(../img/top/ico-menu-open@sp.svg);
  }
  .sect-header__sp .sect-header__sp__wrap .global-menu .global-nav .global-nav__content .have-child .link-list--show.on:after {
    background: url(../img/top/ico-menu-close@sp.svg) no-repeat center center;
  }
  .sect-header__sp .sect-header__sp__wrap .global-menu .global-nav .global-nav__content .nav-block .nav-block__ttl a {
    font-size: 1.9rem;
  }
  .sect-header__sp .sect-header__sp__wrap .global-menu .global-nav .global-nav__content .nav-block .link-list a {
    font-size: 1.6rem;
    font-weight: 900;
  }
  .sect-header__sp .sect-header__sp__wrap .global-menu .global-nav .global-nav__content .nav-block .link-list a:not(.group):after {
    background: url(../img/top/menu-link@sp.svg) no-repeat center center;
  }
  .sect-header__sp .sect-header__sp__wrap .global-menu .global-nav .global-nav__content .nav-block:not(.have-child) a:after {
    background: url(../img/top/menu-link@sp.svg) no-repeat center center;
  }
  .sect-header__sp .sect-header__sp__wrap .global-menu .global-nav .global-nav__bottom a {
    display: flex;
  }
  /* ====================
  CONTENT
  ==================== */
  /* ====================
  CONSIDER
  ==================== */
  .sect-consid {
    width: 100%;
    padding: 0 24px;
  }
  .sect-consid .sect-consid__wrap {
    padding: 16px;
  }
  .sect-consid .sect-consid__wrap .sect-consid__wrap__lead {
    font-size: 1.4rem;
    text-align: left;
  }
  .sect-consid .sect-consid__wrap .sect-consid__wrap__lead .sect-consid__wrap__lead-en {
    font-size: 1.8rem;
    padding: 1.6px 2.4px;
    border-radius: 1.6px;
  }
  .sect-consid .sect-consid__wrap .sect-consid__wrap__tile .sect-consid__wrap__tile__item {
    padding: 12px 0 12px 12px;
  }
  .sect-consid .sect-consid__wrap .sect-consid__wrap__tile .sect-consid__wrap__tile__item .sect-consid__wrap__tile__item__ttl {
    width: 63%;
    font-size: 1.6rem;
  }
  .sect-consid .sect-consid__wrap .sect-consid__wrap__cta .cta-btn:first-of-type {
    margin-right: unset;
    margin-bottom: 16px;
  }
  .sect-consid .sect-consid__wrap .sect-consid__wrap__cta .cta-btn:nth-of-type(2) .cta-btn__txt {
    padding-left: 36px;
  }
  /* ====================
  FAQ
  ==================== */
  .sect-qa h2 {
    margin-left: 24px;
  }
  .sect-qa .swiper-button-prev {
    margin-left: 8px;
  }
  .sect-qa .swiper-button-next {
    margin-right: 8px;
  }
  /* ====================
  NEWS
  ==================== */
  .sect-news {
    width: 100%;
    padding: 0 24px;
  }
  .sect-news .sect-news__wrap .sect-news__wrap__list {
    padding: 16px 8px;
  }
  .sect-news .sect-news__wrap .sect-news__wrap__list li a {
    display: flex;
    flex-direction: column;
    padding: 16px 8px;
  }
  .sect-news .sect-news__wrap .sect-news__wrap__list li a .ttl {
    line-height: 1.6;
  }
  /* ====================
  SERVICE
  ==================== */
  .sect-service {
    width: 100%;
    padding: 0 24px;
    margin-bottom: 40px;
  }
  .sect-service .sect-service__wrap {
    text-align: center;
  }
  /* ====================
  ATTENTION
  ==================== */
  .sect-att {
    width: 100%;
    padding: 24px;
  }
  .sect-att:before {
    width: 100vw;
  }
  /* ====================
  BNR
  ==================== */
  .sect-bnr .sect-bnr__wrap a:first-of-type {
    margin-right: unset;
  }
  .sect-bnr:before {
    width: 100vw;
  }
  /* ====================
  FOOTER
  ==================== */
  .sect-footer:before {
    width: 100vw;
  }
  .sect-bnr {
    padding-bottom: 30px;
  }
  .sect-AG_list {
    width: 100%;
    padding: 20px 24px;
  }
  .sect-AG_list p {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sect-AG_list p:after {
    content: "";
    display: block;
    background: url(../img/top/icon_chevron_under.svg) no-repeat;
    width: 23px;
    height: 23px;
    transition: transform 0.3s ease;
    transform: rotate(0deg);
  }
  .sect-AG_list p.is-open:after {
    transform: rotate(-180deg);
  }
  .sect-AG_list .AG_list {
    display: none;
  }
  .sect-AG_list .AG_list li {
    width: 100%;
    margin: 8px 0;
  }
  .sect-AG_list .AG_list li:first-child {
    margin-top: 20px;
  }
  .sect-AG_list .AG_list li:last-child {
    margin-bottom: 16px;
  }
  .sect-AG_list .AG_list li a {
    display: block;
  }
  .sect-AG_list .AG_list li a:hover {
    border: none;
  }
    .sect_Policy_link{
    width: 100%;
    padding: 5px 20px 15px 24px;
    margin: 0 auto;
  }
  .sect_Policy_link .Policy_link {
    flex-direction: column;
  }
  .sect_Policy_link .Policy_link li a {
    border-right: none;
    padding: 5px 0;
  }
}/*# sourceMappingURL=top.css.map */