@charset "UTF-8";

/* CSS Document */
/*------------------------------
共通
------------------------------*/
* {
  box-sizing: border-box
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0px;
  padding: 0px;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "メイリオ", meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  background-color: #FFFFFF;
  color: #1d1c1d;
  font-size: 1.6rem;
}
.win body {
  /* line-height: 1.6!important; */
  line-height: 1.6;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
blockquote, q {
  quotes: none;
}
ul, ol {
  line-height: 1.8;
}
ul li {
  list-style-type: none;
}
ol li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
p {
  font-size: 1.6rem;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
@media screen and (max-width:767px) {
  body {
    font-size: 1.4rem;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  p {
    font-size: 1.4rem;
  }
}
/* フォントカラー */
.txtGreen {
  color: #478410;
}
.txtGreenDeep {
  color: #3A7B00;
}
.txtGray {
  color: #6D6D6D;
}
/* ボタン */
.btnTxtGray a {
  color: #6D6D6D;
  font-weight: bold;
  text-decoration: underline;
  display: inline-block;
}
.btnGreen a, .ttl__btnArea .ttl__btnArea-AImomo, .btnGreen button, .btnAccordionLine .loginBtnArea .btnGreen a {
  color: #fff;
  font-weight: bold;
  width: 100%;
  border-radius: 50px;
  background: rgb(103, 165, 16);
  background: -webkit-linear-gradient(340deg, rgba(103, 165, 16, 1) 0%, rgba(73, 134, 31, 1) 100%);
  background: -o-linear-gradient(340deg, rgba(103, 165, 16, 1) 0%, rgba(73, 134, 31, 1) 100%);
  background: linear-gradient(70deg, rgba(103, 165, 16, 1) 0%, rgba(73, 134, 31, 1) 100%);
  filter: drop-shadow(0px 4px 4px rgba(73, 134, 31, 0.4));
  transform: translateZ(0);
  display: inline-block;
}
.btnGray a {
  color: #1d1c1d;
  text-align: left;
  font-weight: bold;
  width: 100%;
  border-radius: 16px;
  background: rgb(255, 255, 255);
  background: -webkit-linear-gradient(340deg, rgba(255, 255, 255, 1) 0%, rgba(240, 242, 244, 1) 100%);
  background: -o-linear-gradient(340deg, rgba(255, 255, 255, 1) 0%, rgba(240, 242, 244, 1) 100%);
  background: linear-gradient(70deg, rgba(255, 255, 255, 1) 0%, rgba(240, 242, 244, 1) 100%);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.16));
  transform: translateZ(0);
  display: inline-block;
}
.btnWhite a, .faqValuation__btnArea .faqValuation__btnArea-btn {
  color: #478410;
  font-weight: bold;
  width: 100%;
  border-radius: 50px;
  background: #fff;
  filter: drop-shadow(0px 4px 4px rgba(73, 134, 31, 0.4));
  transform: translateZ(0);
  display: inline-block;
}
.btnArrow {
  max-width: 300px;
  margin: 0 auto;
  padding: 24px 0;
  text-align: center;
}
.btnArrow a {
  position: relative;
  display: block;
  padding: 1.8rem 5.4rem 1.8rem 3.2rem;
  border-radius: 36px;
  font-size: 1.6rem;
}
.btnArrow a::after, .btnAccordionLine .loginBtnArea .btnGreen a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-70%);
  background: center right no-repeat url("../img/icon_13.svg");
}
@media (hover: hover) {
  .btnTxtGray a:hover, .btnLine .btnTxtGray a:hover {
    transition: all .2s 0s ease;
    text-decoration: none;
    opacity: 1;
  }
  .btnGreen a:hover, .btnGreen button:hover {
    opacity: .6;
    transition: all .2s 0s ease;
  }
  .ttl .ttl__inner .ttl__btnArea-item a:hover, 
  .ttl .ttl__inner .ttl__btnArea .ttl__btnArea-AImomo:hover {
    border: 2px solid #d32a76;
    background: #fff;
    color: #d32a76;
    opacity: 1;
  }
  .ttl__btnArea-AImomo:hover {
    transition: none;
    border: 0;
  }
  .btnGray a:hover {
    opacity: .6;
    transition: all .2s 0s ease;
  }
  .btnWhite a:hover, .faqValuation__btnArea-btn:hover {
    opacity: .6;
    transition: all .2s 0s ease;
  }
  .supportFooter__link a:hover {
    text-decoration: underline;
  }
  .btnCircleArrow a:hover {
    opacity: .6;
    transition: .2s;
  }
  .btnArrow {
    width: 100%;
  }
}
/* 背景 */
.bgGreenGrad, .AImomo__inner, .AImomo__search-form .AImomo__search-btn, .faqValuation {
  background: rgb(103, 165, 16);
  background: -webkit-linear-gradient(left, rgba(103, 165, 16, 1) 0%, rgba(73, 134, 31, 1) 100%);
  background: -o-linear-gradient(left, rgba(103, 165, 16, 1) 0%, rgba(73, 134, 31, 1) 100%);
  background: linear-gradient(to right, rgba(103, 165, 16, 1) 0%, rgba(73, 134, 31, 1) 100%);
}
.bgDarkGrayGrad {
  background: rgb(181, 181, 181);
  background: -webkit-linear-gradient(340deg, rgba(156, 156, 156, 1) 0%, rgba(106, 106, 106, 1) 100%);
  background: -o-linear-gradient(340deg, rgba(156, 156, 156, 1) 0%, rgba(106, 106, 106, 1) 100%);
  background: linear-gradient(70deg, rgba(156, 156, 156, 1) 0%, rgba(106, 106, 106, 1) 100%);
}
.bgLightGreen {
  background: #EEF5E8;
}
.bgYellow {
  background: #FFFFF7;
  border: solid 1px #BDE29E;
  border-radius: 16px;
}
/* 影 */
.shadowGreen {
  filter: drop-shadow(0px 4px 4px rgba(73, 134, 31, 0.4));
  transform: translateZ(0);
}
/*------------------------------
レイアウト
------------------------------*/
main {
  display: grid;
  grid-template-columns: 313px 1fr;
  grid-template-rows: minmax(0, auto);
  column-gap: 24px;
  row-gap: 40px;
  margin: 40px auto 120px;
  padding: 0 24px;
  max-width: 1366px;
  text-align: center;
}
@media (min-width: 768px) {
  main {
    display: grid;
    grid-template-columns: 313px 1fr;
    column-gap: 24px;
    row-gap: 40px;
    min-width: 950px;
  }
}
@media screen and (max-width:767px) {
  main {
    padding: 0;
    margin: 0 auto 62px;
    grid-template-columns: minmax(0, 1fr);
    column-gap: normal;
    row-gap: 0;
  }
}
/*------------------------------
カラム左
------------------------------*/
/* タイトル */
.ttl {
  width: 100%;
  height: 440px;
  top: 40px;
  -webkit-position: sticky;
  position: sticky;
  grid-row: 1 / 3;
}
.ttl__inner {
  width: 100%;
  position: relative;
}
.ttl__txt {
  width: 100%;
  padding: 40px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 4px solid #d32a76;
  border-bottom: 1px solid #c0c0c0;
  background: #fff;
}
.ttl__txt .ttl__txt-h1 {
  color: #383838;
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .ttl {
    width: 100%;
    height: auto;
    position: static;
    grid-row: auto;
  }
  .ttl__txt {
    margin: 0 auto;
    padding: 16px;
  }
  .ttl__txt::after {
    content: none;
  }
  .ttl__txt--inner {
    margin-left: 0;
  }
  .ttl__txt .ttl__txt-h1 {
    font-size: 2.7rem;
  }
}
/* タイトル下ボタン */
.ttl__btnArea {
  text-align: center;
}
.ttl__btnArea-item.ttl__btnArea-order01 {
  margin-top: 40px;
}
.ttl__btnArea-item, .ttl__btnArea .ttl__btnArea-AImomo {
  margin-top: 16px;
}
.ttl__btnArea-item a, .ttl__btnArea .ttl__btnArea-AImomo {
  min-height: 54px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d32a76;
  text-decoration: none;
  filter: none;
}
.ttl__btnArea-order01 p, .ttl__btnArea-order03 p {
  position: relative;
  padding-left: 50px;
}
.ttl__btnArea-order01 p::before, .ttl__btnArea-order03 p::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 40px;
  height: 40px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.ttl__btnArea-order01 p::before {
  background: url("../img/icon_01.svg")no-repeat;
}
.ttl__btnArea-order03 p::before {
  background: url("../img/icon_02.svg")no-repeat;
}
.ttl__btnArea .ttl__btnArea-AImomo {
  position: relative;
}
.ttl__btnArea .ttl__btnArea-AImomo p {
  padding-left: 3rem;
}
.momoFace {
  position: absolute;
  border-radius: 50px;
  padding: 7px;
  background: #d32a76;
  filter: inherit;
}
.ttl__btnArea .ttl__btnArea-AImomo .momoFace {
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  filter: none;
}
.ttl__btnArea-AImomo:hover .momoFace {
  left: -2px;
  transition: none;
}
.momoFace__inner {
  background: #fff;
  border-radius: 50px;
  transform: translateZ(0);
}
.ttl__btnArea .ttl__btnArea-AImomo .momoFace__inner {
  width: 56px;
  height: 56px;
}
@media (hover: hover) {
  .ttl__btnArea-order01:hover p::before {
    background: url("../img/icon_01_hover.svg")no-repeat;
  }
  .ttl__btnArea-order03:hover p::before {
    background: url("../img/icon_02_hover.svg")no-repeat;
  }
}
@media screen and (max-width:767px) {
  .ttl__btnArea {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0 14px;
    text-align: center;
    z-index: 100;
    background: #d32a76;
    border-radius: 32px 32px 0 0;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .ttl__btnArea .btnGreen a {
    background: none;
  }
  .ttl__btnArea-item, .ttl__btnArea-item.ttl__btnArea-order01 {
    margin-top: 0;
  }
  .ttl__btnArea-order01 a img, .ttl__btnArea-order03 a img {
    width: 32px;
    height: 32px;
  }
  .ttl__btnArea-item p, .ttl__btnArea .ttl__btnArea-AImomo p {
    font-size: 1.4rem;
    padding: 44px 0 0;
  }
  .ttl__btnArea-order01 {
    width: 34%;
    order: 1;
  }
  .ttl__btnArea-order03 {
    width: 34%;
    order: 3;
  }
  .ttl__btnArea-order01 p::before, .ttl__btnArea-order03 p::before {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .ttl__btnArea .ttl__btnArea-AImomo {
    width: 32%;
    order: 2;
    background: none;
    margin-top: 0;
  }
  .ttl__btnArea-item a, .ttl__btnArea .ttl__btnArea-AImomo {
    min-height: auto;
    padding: 10px 0;
    flex-direction: column;
  }
  .ttl__btnArea .ttl__btnArea-AImomo .momoFace {
    top: -36px;
    left: auto;
    transform: none;
  }
  .ttl__btnArea .ttl__btnArea-AImomo .momoFace__inner {
    width: 66px;
    height: 66px;
  }
  .ttl__btnArea .ttl__btnArea-AImomo .momoFace__inner img {
    width: 66px;
    height: 66px;
  }
}
/* フォームopen */
.AImomo {
  position: absolute;
  top: 0;
  left: -500px;
  width: 100%;
  height: 100%;
  display: flex;
  transition: all .3s 0s ease;
  visibility: hidden;
  z-index: 50;
  opacity: 0;
}
.AImomo.open {
  left: 0;
  visibility: visible;
  opacity: 1;
  background-color: #fff;
}
.AImomo__inner {
  width: 100%;
  min-height: 440px;
  padding: 40px 24px 24px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-radius: 16px;
  background: #d32a76;
}
.AImomo__search {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.AImomo p {
  color: #fff;
  font-weight: bold;
  margin-bottom: 14px;
}
.AImomo__search-form {
  position: relative;
  width: 100%;
  transform: translateZ(0);
}
.AImomo__search-form .AImomo__search-input {
  font-weight: bold;
  font-size: 1.6rem;
  color: #1d1c1d;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  padding: 20px 20px 20px 20px;
  border-radius: 50px;
  border: none;
  outline: 0;
}
.AImomo__search-form .AImomo__search-input::placeholder {
  color: #C1C1C1;
}
.AImomo__search-form .AImomo__search-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  border: none;
  background: #d32a76;
}
.AImomo__search-form .AImomo__search-btn::before {
  position: absolute;
  content: "";
  background: url("../img/icon_03.svg")no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.AImomo .momoFace {
  top: -20px;
}
.AImomo__plusIcon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.AImomo__plusIcon:before, .AImomo__plusIcon:after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 50%;
  width: 20px;
  height: 2px;
  background-color: #fff;
  display: block;
  transform: translate(50%, 50%) rotate(45deg);
}
.AImomo__plusIcon::before {
  width: 2px;
  height: 20px;
}
.AImomo__search .AImomo__search-keyword {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.AImomo__search-keyword li {
  margin: 0 8px 12px;
}
.AImomo__search-keyword.btnWhite a {
  font-size: 1.6rem;
  padding: 12px 16px;
  height: 42px;
  display: flex;
  align-items: center;
  color: #d32a76;
  filter: inherit;
}
@media screen and (max-width:767px) {
  .AImomo {
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
  }
  .AImomo.open {
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
  }
  .AImomo__inner::after {
    content: none;
  }
  .AImomo__inner {
    position: absolute;
    bottom: 0;
    height: 80%;
    padding: 20% 16px 0;
    min-height: auto;
    transform: translateY(110%);
    visibility: hidden;
    border-radius: 32px 32px 0 0;
    transition: all .3s 0s ease;
    align-items: normal;
    background: #d32a76;
  }
  .AImomo__inner.open {
    bottom: 0;
    visibility: visible;
    transform: translateY(0);
  }
  .AImomo .momoFace {
    top: -40px;
    filter: inherit;
  }
  .AImomo__search {
    padding: 0;
    overflow-y: scroll;
  }
  .AImomo p {
    font-size: 1.8rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .AImomo__inner {
    padding: 60px 16px 0;
  }
}
.linkCorporation {
  font-size: 1.6rem;
  padding-left: 24px;
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width:767px) {
  .linkCorporation.sp-only {
    padding-left: 0;
    margin-top: 24px;
    display: block;
    font-size: 1.4rem;
  }
}
/*------------------------------
カラム右
------------------------------*/
/* コンテンツ共通 */
.contents {
  grid-row: 2 / 3;
  width: 100%;
  margin: 0 auto;
}
.container {
  padding-bottom: 40px;
}
.container:last-of-type {
  padding-bottom: 0;
}
.contents__ttl {
  margin: 0 auto 50px;
}
.container .contents__h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.container .contents__ttl-step {
  font-weight: bold;
  margin: 0 auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 4px 16px;
  border-radius: 8px;
}
.container .contents__ttl-step dt {
  font-size: 1.6rem;
}
.container .contents__ttl-step dd {
  font-size: 1.4rem;
}
.btnBottom {
  text-align: center;
  margin: 40px auto 0;
}
.btnBottom a, .btnBottom button {
  width: 70%;
  min-height: 64px;
  padding: 16px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:767px) {
  .contents {
    padding: 24px 16px 0;
    min-height: auto;
  }
  .container {
    padding-bottom: 32px;
  }
  .container .contents__h2 {
    margin: 0 auto 10px
  }
  .btnBottom a, .btnBottom button {
    min-width: auto;
    width: 90%;
  }
}
/* 3カラムのボタン */
.col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.col2 li, .col3 li {
  text-align: center;
}
@media screen and (max-width:767px) {
  .contents {
    order: 3;
    grid-row: auto;
  }
  .col3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
/*------------------------------
フッター
------------------------------*/
.supportFooter {
  max-width: 1366px;
  margin: 0 auto;
  padding: 28px 24px 20px;
}
.supportFooter__nav ul {
  max-width: 743px;
  display: flex;
}
.supportFooter__nav ul li {
  margin-right: 12px;
  display: inline;
}
.supportFooter__nav ul a {
  font-size: 1.6rem;
  margin-left: 3px;
  padding: 0 0 3px 13px;
  text-align: left;
  background: url("../img/mark_link_arrow.png") left 0.3em no-repeat;
}
.supportFooter__box {
  background: #fff;
  padding: 28px 10px 20px;
  border-top: 1px solid #e0e0e0;
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr 177px;
  justify-content: space-between;
  font-size: 1.2rem;
}
.supportFooter__box::before {
  position: absolute;
  content: "";
  background: url("../img/footer_momo_01.png")no-repeat;
  background-size: contain;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.2));
  transform: translateZ(0);
  width: 40px;
  height: 64px;
  top: -20px;
  right: 30px;
  z-index: -1;
}
.supportFooter__box::after {
  position: absolute;
  content: "";
  background: url("../img/footer_momo_02.png")no-repeat;
  background-size: contain;
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.16));
  transform: translateZ(0);
  width: 26px;
  height: 7.6px;
  top: -4.4px;
  right: 37px;
  z-index: 2;
}
.supportFooter__link {
  display: flex;
}
.supportFooter__link li {
  padding-right: 20px;
}
.supportFooter__link a {
  color: #4c4c4c;
  display: inline-block;
}
.supportFooter__notificationNumber {
  text-align: right;
  margin-top: 1rem;
}
.supportFooter__notificationNumber p {
  font-size: 1.4rem;
}
.supportFooter__policy {
  display: flex;
  justify-content: flex-end;
}
.supportFooter__policy p {
  width: 59px;
}
.supportFooter__copyright {
  position: absolute;
  top: 6rem;
  left: 10px;
}
.supportFooter__copyright small {
  font-size: 1.4rem;
  color: #6d6d6d;
}
@media screen and (max-width:767px) {
  .supportFooter {
    width: 100%;
    padding: 0 0 130px;
  }
  .supportFooter__nav ul {
    width: 100%;
    display: block;
    padding: 1.667em;
  }
  .supportFooter__nav ul li {
    display: block;
  }
  .supportFooter__nav ul a {
    font-size: 1.4rem;
  }
  .supportFooter__box {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    padding: 1.667em 0 0;
    font-size: 1.2rem;
  }
  .supportFooter__link {
    justify-content: center;
    flex-wrap: wrap;
  }
  .supportFooter__link li {
    padding: 0 10px;
    line-height: 3.2;
  }
  .supportFooter__notificationNumber {
    text-align: center;
  }
  .supportFooter__notificationNumber p {
    font-size: 1.2rem;
  }
  .supportFooter__policy {
    margin: 10px auto;
  }
  .supportFooter__copyright {
    position: inherit;
    top: auto;
    left: auto;
    margin: 6px auto 10px;
  }
  .supportFooter__copyright small {
    font-size: 1.2rem;
  }
}
/*====================================================================
下層共通
====================================================================*/
/*------------------------------
パンくず
------------------------------*/
.breadcrumbs {
  display: block;
  grid-row: 1 / 2;
  overflow-X: scroll;
  white-space: nowrap;
  border-radius: 20px;
  background: #F0F2F4;
  padding: 6px 15px;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.breadcrumbs::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.breadcrumbs::before {
  margin: 6px 15px;
}
.breadcrumbs__txt {
  margin: auto;
  font-size: 1.2rem;
  align-items: center;
  text-align: left;
  color: #3f3f3f;
}
.breadcrumbs__txt a {
  color: #3f3f3f;
  text-decoration: underline;
  font-weight: bold;
}
.breadcrumbs__txt ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.breadcrumbs__txt li {
  padding-right: 20px;
  align-items: center;
  font-weight: bold;
}
.breadcrumbs__txt li:not(:last-child) {
  position: relative;
  padding-right: 30px;
}
.breadcrumbs__txt li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  color: #6d6d6d;
  line-height: 1.2;
  width: 0.6em;
  height: 0.6em;
  top: 5px;
  right: 10px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}
@media (hover: hover) {
  .breadcrumbs__txt a:hover {
    transition: all .2s 0s ease;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    grid-row: auto;
    padding: 7px 20px;
    border-radius: 0;
  }
}
/*------------------------------
よくあるご質問　関連する質問
------------------------------*/
h2.faq__ttl {
  margin-bottom: 0;
  padding: 12px 0;
  text-align: center;
  color: #fff;
  border-radius: 16px;
  font-size: 1.8rem;
  font-weight: bold;
}
.btnCircleArrow p {
  font-size: 1.6rem;
}
.btnCircleArrow a {
  width: 100%;
  display: grid;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 0;
  align-items: center;
  text-align: left;
  font-weight: bold;
  grid-template-columns: auto auto;
}
.btnCircleArrow li {
  border-bottom: 1px solid #EFEFEF;
}
.btnCircleArrow li:nth-last-of-type(1) {
  border-bottom: none;
}
.btnCircleArrow-ttl {
  display: flex;
  margin-right: 1em;
  color: #1d1c1d;
}
.btnCircleArrow-rightBox {
  display: flex;
  align-items: center;
}
.btnCircleArrow-rightBox-time {
  display: flex;
  text-align: right;
  justify-content: flex-end;
}
.btnCircleArrow-rightBox-icon {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 8px;
  margin-left: 10px;
  border-radius: 50%;
  text-align: center;
  align-items: center;
}
.btnCircleArrow-rightBox-time {
  width: 9em;
}
@media screen and (max-width:767px) {
  .btnTxtGray a {
    display: inline;
  }
  .col3 .btn-style-none {
    width: 100%;
    grid-column: 1 / span 2;
  }
  .btnCircleArrow p {
    font-size: 1.4rem;
  }
  .btnCircleArrow-ttl {
    margin-right: 0;
  }
  .btnCircleArrow-rightBox-time {
    width: 5em;
    text-align: center;
  }
}
/*------------------------------
アコーディオン
------------------------------*/
/* 1カラムボタン共通 */
.btnCol1 li {
  margin-bottom: 12px;
}
.btnCol1 li:last-child {
  margin-bottom: 0;
}
.btnCol1 a:not(.btnGreen a),
.btnAccordionCol1__btn, .btnAccordionCol1 .btnAccordionCol1__btn,
.btnAccordionCol2__btn, .btnAccordionCol2 .btnAccordionCol2__btn {
  display: grid;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  font-weight: bold;
  grid-template-columns: auto auto;
  min-height: 68px;
  width: 100%;
  font-size: 1.6rem;
  position: relative;
  padding: 10px 48px 10px 20px;
}
.btnCol1__ttl {
  font-size: 1.6rem;
  color: #1d1c1d;
  font-weight: bold;
}
.btnCol1__rightBox {
  display: flex;
  justify-content: flex-end;
  width: 9em;
  text-align: right;
  align-items: center;
}
.btnCol1__rightBox-inner {
  font-size: 1.6rem;
}
.btnCol1__rightBox .txtBig {
  vertical-align: -7%;
  font-size: 2.7rem;
}
/* アイコン書き分け */
.btnArrowGreen a::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 16px;
  height: 4.5px;
  right: 20px;
  background: center right no-repeat url(../img/icon_14.svg);
}
/* 1カラムアコーディオン共通 */
.btnAccordionCol1__btn,
.btnAccordionCol2__btn {
  cursor: pointer;
}
.btnAccordionCol1 .btnAccordionCol1__btn::after,
.btnAccordionCol2 .btnAccordionCol2__btn::after {
  background: none;
}
.btnAccordionCol1__btn::before, .btnAccordionCol1 .btnAccordionCol1__btn::after,
.btnAccordionCol2__btn::before, .btnAccordionCol2 .btnAccordionCol2__btn::after {
  content: "";
  position: absolute;
  background-color: #478410;
  width: 16px;
  height: 2px;
  top: 50%;
  right: 20px;
  display: inline-block;
  transition-duration: .4s;
  transform: translate(0, -50%);
}
.btnAccordionCol1 .btnAccordionCol1__btn::after,
.btnAccordionCol2 .btnAccordionCol2__btn::after {
  transform: translate(0, -50%) rotate(90deg);
}
.btnAccordionCol1 .btnAccordionCol1__btn.open::after,
.btnAccordionCol2 .btnAccordionCol2__btn.open::after {
  transform: translate(0, -50%);
}
.btnAccordionCol1__inner,
.btnAccordionCol2__inner {
  display: none;
  padding: 0 20px 20px;
}
/* ラインボタンオリジナル */
.btnLine a:not(.btnAccordionCol1__btn), .btnAccordionLine {
  border-radius: 16px;
  border: 1px solid #E0E0E0;
  background: #fff;
}
.btnLine a:not(.btnAccordionCol2__btn), .btnAccordionLine .btnAccordionCol2__inner {
  background: #fff;
  border-radius: 16px;;
}
/* グレイボタン（アコーディオンのみ）オリジナル */
.btnAccordionGray {
  color: #1d1c1d;
  width: 100%;
  border-radius: 16px;
  background: rgb(255, 255, 255);
  background: -webkit-linear-gradient(340deg, rgba(255, 255, 255, 1) 0%, rgba(240, 242, 244, 1) 100%);
  background: -o-linear-gradient(340deg, rgba(255, 255, 255, 1) 0%, rgba(240, 242, 244, 1) 100%);
  background: linear-gradient(70deg, rgba(255, 255, 255, 1) 0%, rgba(240, 242, 244, 1) 100%);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.16));
  transform: translateZ(0);
  display: inline-block;
}
.btnAccordionGray .btnAccordionCol1__inner,
.btnAccordionGray .btnAccordionCol2__inner {
  background: #fff;
  border-radius: 0 0 14px 14px;
  margin: 0 10px 10px;
  padding: 20px;
}
.btnAccordionGray .btnLine .btnAccordionCol1__inner,
.btnAccordionGray .btnLine .btnAccordionCol2__inner {
  padding: 0 20px 20px;
  margin: 0 auto;
}
@media (hover: hover) {
  .btnLine a:not(.btnAccordionCol1__btn):hover,
  .btnLine a:not(.btnAccordionCol2__btn):hover {
    opacity: .6;
    transition: .2s;
  }
  .btnAccordionCol1:hover,
  .btnAccordionCol2:hover {
    opacity: .6;
    transition: all .2s 0s ease;
  }
  .btnAccordionCol1.open:hover,
  .btnAccordionCol2.open:hover {
    opacity: 1;
    transition: all .2s 0s ease;
  }
}
@media screen and (max-width:767px) {
  .btnCol1 li {
    margin-bottom: 16px;
  }
  .btnCol1 a,
  .btnAccordionCol1__btn, .btnAccordionCol1 .btnAccordionCol1__btn,
  .btnAccordionCol2__btn, .btnAccordionCol2 .btnAccordionCol2__btn {
    padding: 10px 44px 10px 20px;
  }
  .btnCol1__ttl {
    font-size: 1.4rem;
  }
  .btnCol1__rightBox {
    width: 4.5em;
    text-align: center;
    line-height: 1.7em;
  }
  .btnCol1__rightBox .txtBig {
    vertical-align: 0;
  }
  .btnAccordionGray .btnAccordionCol1__inner,
  .btnAccordionGray .btnAccordionCol2__inner {
    margin: 0 8px 8px;
    padding: 16px 8px;
  }
  .btnAccordionGray .btnLine li {
    margin-bottom: 24px;
  }
  .btnAccordionGray .btnLine li:last-child {
    margin-bottom: 0;
  }
  .btnAccordionGray .btnLine .btnAccordionCol1__inner,
  .btnAccordionGray .btnLine .btnAccordionCol2__inner {
    padding: 0 16px 16px;
    margin: 0 auto;
  }
}
/*アコーディオンの中身のボタン*/
.btnCol1 .btnTxtGray a {
  padding: 0;
  min-height: auto;
  border-radius: 0;
  border: none;
  background: none;
  width: auto;
  display: inline-block;
}
@media screen and (max-width:767px) {
  .btnCol1 .btnTxtGray {
    text-align: left;
  }
  .btnCol1 .btnTxtGray a {
    font-size: 1.4rem;
    text-align: left;
  }
}
/* ラジオ式アコーディオン共通 */
.btnCol1_iptCheck + .btnAccordionCol2__inner {
  height: 0;
  padding: 0 20px;
  margin: 0 10px 0;
  overflow: hidden;
}
.btnCol1_iptCheck:checked + .btnAccordionCol2__inner {
  height: auto;
  padding: 20px;
  margin: 0 10px 10px;
}
.btnAccordionCol2__inner {
  display: block;
  transition: all 0.5s ease-out 0s;
}
/* ラジオ式アコーディオン : 展開時にタイトルを薄い緑ver .-is-expanded-fill */
.-is-expanded-fill .btnAccordionCol2:hover {
  opacity: 1;
  background: linear-gradient(70deg, rgba(238, 245, 232, 1) 0%, rgba(220, 242, 201, 1) 100%);
}
.-is-expanded-fill .btnAccordionCol2.open {
  background: linear-gradient(70deg, rgba(238, 245, 232, 1) 0%, rgba(220, 242, 201, 1) 100%);
}
/* ラジオ式アコーディオン : チェックボックスありver .-is-with-radioCheckBox */
.-is-with-radioCheckBox .btnAccordionCol2 {
  position: relative;
}
.-is-with-radioCheckBox .btnAccordionCol2__btn {
  padding-left: 50px;
}
.-is-with-radioCheckBox .btnAccordionCol2__btn .btnCol1__ttl::before {
  content: "";
  display: inline-block;
  border: 2px solid #888888;
  border-radius: 5px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 23px;
  left: 20px;
}
.-is-with-radioCheckBox .btnAccordionCol2__btn.open .btnCol1__ttl::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 10px;
  transform: rotate(-45deg);
  position: absolute;
  top: 23px;
  left: 22px;
  margin-bottom: 15px;
  border-left: 4px solid #478410;
  border-bottom: 4px solid #478410;
}
@media screen and (max-width: 767px) {
  .-is-with-radioCheckBox .btnAccordionCol2__btn .btnCol1__ttl::before {
    top: 24px;
  }
  .-is-with-radioCheckBox .btnAccordionCol2__btn.open .btnCol1__ttl::after {
    top: 24px;
  }
}
/*====================================================================
親・子カテゴリ共通
====================================================================*/
/*------------------------------
3カラムのボタン
------------------------------*/
.pageBox {
  text-align: center;
  margin-top: 40px;
}
.pageBox p {
  font-size: 1.6rem;
}
.pageBox .btnBottom {
  margin: 0 auto 30px;
}
.pageBox__bottom {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width:767px) {
  .pageBox p {
    font-size: 1.4rem;
  }
  .pageBox__bottom {
    display: block;
  }
  .pageBox__bottom p {
    margin-bottom: 30px;
  }
  .pageBox__bottom p:last-of-type {
    margin-bottom: 0;
  }
}
/*====================================================================
faqindex　contact共通
====================================================================*/
/*------------------------------
テキスト
------------------------------*/
.containerFaq .faqIndex__h2, .container .faqIndex__h2, .container .contact__h2, .request .contact__h2 {
  font-size: 2.1rem;
  margin-bottom: 16px;
  font-weight: bold;
  text-align: left;
}
.containerFaq .faqIndex__h2.taCenter, .container .faqIndex__h2.taCenter, .container .contact__h2.taCenter, .request .contact__h2.taCenter {
  text-align: center;
}
.normalP {
  font-size: 1.6rem;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width:767px) {
  .containerFaq .faqIndex__h2, .container .faqIndex__h2, .container .contact__h2, .request .contact__h2 {
    font-size: 1.8rem;
  }
  .normalP {
    font-size: 1.4rem;
  }
}
/*------------------------------
レイアウト
------------------------------*/
.mt0, ul.mt0, ol.mt0, .btnCol1 li.mt0, .btnCol1__space.mt0, .loginBtnArea.mt0 {
  margin-top: 0;
}
.mb0, ul.mb0, ol.mb0, .btnCol1 li.mb0 {
  margin-bottom: 0;
}
.mt8, ul.mt8, ol.mt8, .btnCol1 li.mt8 {
  margin-top: 8px;
}
.mb8, ul.mb8, ol.mb8, .btnCol1 li.mb8, .faqIndex__lead.mb8 {
  margin-bottom: 8px;
}
.mt24, ul.mt24, ol.mt24, .btnCol1 li.mt24 {
  margin-top: 24px;
}
.mb24, ul.mb24, ol.mb24, .btnCol1 li.mb24 {
  margin-bottom: 24px;
}
.mt16, ul.mt16, ol.mt16, ol li.mt16, .btnCol1 li.mt16 {
  margin-top: 16px;
}
.mb16, ul.mb16, ol.mb16, .btnCol1 li.mb16 {
  margin-bottom: 16px;
}
.mt40, ul.mt40, ol.mt40, .btnCol1 li.mt40 {
  margin-top: 40px;
}
.mb40, ul.mb40, ol.mb40, .btnCol1 li.mb40 {
  margin-bottom: 40px;
}
.mt60, ul.mt60, ol.mt60, .btnCol1 li.mt60 {
  margin-top: 60px;
}
.mb60, ul.mb60, ol.mb60, .btnCol1 li.mb60 {
  margin-bottom: 60px;
}
.pb0, .btnArrow.btnGreen.pb0, .attention.pb0 {
  padding-bottom: 0;
}
.btnCol1 .btnCol1__space {
  margin-top: 40px;
}
.gap36 li, .btnCol1 .gap36 li {
  margin-bottom: 36px;
}
.gap36 li:last-child, .btnCol1 .gap36 li:last-child {
  margin-bottom: 0;
}
.gap60 li, .btnCol1 .gap60 li {
  margin-bottom: 60px;
}
.gap60 li:last-child, .btnCol1 .gap60 li:last-child {
  margin-bottom: 0;
}
.gap0 li, .btnCol1 .gap0 li {
  margin-bottom: 0;
}
/*中央揃え*/
.taCenter {
  text-align: center;
}
.taLeft {
  text-align: left;
}
@media screen and (max-width:767px) {
  .mt0, .btnCol1 .btnCol1__space.mt0 {
    margin-top: 0;
  }
  .btnCol1 .btnCol1__space {
    margin-top: 60px;
  }
  .gap60 li, .btnAccordionGray .btnLine li .gap60 li {
    margin-bottom: 60px;
  }
  .gap60 li:last-child, .btnAccordionGray .btnLine li .gap60 li:last-child {
    margin-bottom: 0;
  }
  .gap0 li, .btnAccordionGray .btnLine li .gap0 li {
    margin-bottom: 0;
  }
}
/*------------------------------
グリーンエリア
------------------------------*/
.attention {
  padding-bottom: 62px;
}
.attention .bgLightGreen {
  border-radius: 16px;
  padding: 20px 24px;
}
.attention .btnTxtGray {
  text-align: left;
}
.attention .btnTxtGray a {
  text-align: left;
}
/*------------------------------
faqボタン
------------------------------*/
.containerFaq .btnTxtGray {
  text-align: left;
}
/*別タブボタン*/
.btnExternalLink a::after {
  content: none;
}
.btnExternalLink .btnExternalLink__img {
  position: absolute;
  display: inline-flex;
  width: 16px;
  height: 16px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.btnExternalLink img:not(.logo) {
  width: 16px;
  height: 16px;
}
/*テキストリンク矢印*/
.btnCircleArrowSmall a {
  display: inline-flex;
}
.btnCircleArrowSmall a,
.btnCircleArrowSmall li,
.btnCircleArrowSmall
{
  text-align: left;
}
.btnCircleArrowSmall:not(.btnExternalLinkSmall) p {
  position: relative;
  font-size: 1.6rem;
  display: inline;
  vertical-align: middle;
}
.btnCircleArrowSmall:not(.btnExternalLinkSmall) a::after {
  display: none;
}
.btnCircleArrowSmall:not(.btnExternalLinkSmall) p::after {
  content: "";
  display: inline-block;
  transform: translateY(4px);
  bottom: 2px;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  border-radius: 50%;
  background: left 30% center / 60% no-repeat url("../img/icon_25.svg"), rgb(103, 165, 16);
  background: left 30% center / 60% no-repeat url("../img/icon_25.svg"), -webkit-linear-gradient(340deg, rgba(103, 165, 16, 1) 0%, rgba(73, 134, 31, 1) 100%);
  background: left 30% center / 60% no-repeat url("../img/icon_25.svg"), -o-linear-gradient(340deg, rgba(103, 165, 16, 1) 0%, rgba(73, 134, 31, 1) 100%);
  background: left 30% center / 60% no-repeat url("../img/icon_25.svg"), linear-gradient(70deg, rgba(103, 165, 16, 1) 0%, rgba(73, 134, 31, 1) 100%);
}
@media (hover: hover) {
  .btnLine .btnTxtGray a:hover {
    opacity: 1;
  }
  .btnCircleArrowSmall a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
@media screen and (max-width:767px) {
  .btnCircleArrowSmall li, .btnCol1 .btnCircleArrowSmall li, .btnExternalLinkSmall li, .btnCol1 .btnExternalLinkSmall li {
    margin-bottom: 8px;
  }
  .btnCircleArrowSmall li:last-child, .btnCol1 .btnCircleArrowSmall li:last-child, .btnExternalLinkSmall li:last-child, .btnCol1 .btnExternalLinkSmall li:last-child {
    margin-bottom: 0;
  }
}
/*テキストリンク別タブ*/
.btnExternalLinkSmall a {
  display: flex;
}
.btnExternalLinkSmall p {
  font-size: 1.6rem;
  display: inline;
  padding-right: 2px;
  position: static;
}
.btnExternalLinkSmall p::after, .btnCircleArrowSmall .btnExternalLinkSmall p::after {
  content: none;
}
.btnExternalLinkSmall__img {
  margin-left: 5px;
  border-radius: 50px;
  background: #d32a76;
  width: 16px;
  height: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btnExternalLinkSmall__img img {
  height: 10px;
  width: 10px;
}
/*------------------------------
注記
------------------------------*/
.note, .note li {
  font-size: 1.6rem !important;
  color: #6d6d6d;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
}
.note, ul.note {
  margin-top: 16px;
}
.note li, .gap60 li .note li, .gap36 li .note li {
  margin-bottom: 8px;
}
.note span {
  padding-right: 0.5rem;
}
.btnCol1 .note.mt0 {
  margin-top: 0;
}
.btnCol1 .note.mt8 {
  margin-top: 8px;
}
.btnCol1 .note {
  margin-top: 16px;
}
a.btnNoteNomal {
  text-decoration: underline;
  display: inline-block;
  color: #6d6d6d;
  padding: 0 0 0 2rem;
  font-weight: normal;
  min-height: auto;
  font-size: 1.6rem;
  width: auto;
}
a.btnNote {
  padding: 0 0 0 2rem;
  text-decoration: underline;
  color: #6d6d6d;
  display: inline-block;
  font-weight: normal;
  min-height: auto;
  font-size: 1.6rem;
  width: auto;
}
.note .btnNote__img {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
}
.btnNote__img img {
  height: 12px;
  width: 12px;
}
@media (hover: hover) {
  a.btnNote:hover {
    transition: all .2s 0s ease;
    text-decoration: none;
  }
  a.btnNoteNomal:hover {
    transition: all .2s 0s ease;
    text-decoration: none;
  }
}
@media screen and (max-width:767px) {
  .note {
    text-align: left;
    padding-left: 1.8rem;
  }
  .note, .note li {
    font-size: 1.4rem !important;
    text-indent: -1.8rem;
  }
  .loginBtnArea .note {
    margin-top: 10px;
  }
  .btnAccordionGray .btnLine li .note li, .gap60 li .note li {
    margin-bottom: 8px;
  }
}
/*------------------------------
AIモモに聞いてみる
------------------------------*/
.notFind {
  padding: 42px 0 20px;
}
.notFind__ttl {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 16px;
}
.notFind__AImomo a {
  position: relative;
  width: 70%;
  border-radius: 50px;
  margin: 0 auto;
  padding: 18px 16px;
  font-size: 1.6rem;
}
.notFind__AImomo a::before {
  content: "";
  position: absolute;
  background: url("../img/img_momo_faq.png"), #fff;
  background-size: contain;
  border-radius: 50px;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.16));
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: 10px;
}
@media screen and (max-width:767px) {
  .notFind {
    padding: 42px 0 0;
  }
  .notFind__AImomo a {
    width: 100%;
    font-size: 1.4rem;
  }
}
/*------------------------------
スマホタイトル追従
------------------------------*/
@media screen and (max-width:767px) {
  .faqIndex .contents {
    padding: 24px 16px 0;
  }
  .contact .ttl__txt, .faqIndex .ttl__txt {
    position: absolute;
    z-index: 50;
    transition: all .4s 0s ease;
  }
  .contact .ttl__txt.afterScroll, .faqIndex .ttl__txt.afterScroll {
    position: fixed;
    top: 0;
  }
  .contact .ttl__txt .ttl__txt-h1, .faqIndex .ttl__txt .ttl__txt-h1 {
    transition: all .4s 0s ease;
  }
  .contact .ttl__txt.afterScroll .ttl__txt-h1, .faqIndex .ttl__txt.afterScroll .ttl__txt-h1 {
    font-size: 2.1rem;
  }
  .ttl__txt.afterScroll .afterScroll__none.sp-only {
    display: none;
  }
}

.hide,
.d-none{
  display: none!important;
}

.loginBtnArea .btnGreen{
  margin-left: 0;
}
.loginBtnArea .btnGreen{
  margin-right: 0;
}
.faqIndex__lead{
  text-align: left;
}
