@charset "UTF-8";
#anshin {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #333;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  font-size: 1rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #anshin {
    font-size: min(3.5vw, 1rem);
  }
}
#anshin * {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}
#anshin img {
  max-width: 100%;
  vertical-align: top;
}
#anshin ol,
#anshin ul {
  list-style: none;
}
#anshin .center {
  text-align: center;
}
#anshin .nw {
  display: inline-block;
}
#anshin .keepall {
  word-break: keep-all;
}
#anshin .mincho {
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#anshin .gothic {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", "Original Yu Gothic", "游ゴシック", "Yu Gothic", YuGothic, Verdana, "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
#anshin .clearfix::after {
  content: "";
  clear: both;
  display: table;
}
@media screen and (min-width: 769px), print {
  #anshin .dispSP {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #anshin .dispPC {
    display: none;
  }
}
#anshin #kv {
  position: relative;
}
#anshin #kv img {
  width: 100%;
  height: auto;
}
#anshin #kv .kv_bg img {
  width: 100%;
}
#anshin #kv .kv_title, #anshin #kv .kv_lead {
  position: absolute;
}
#anshin #kv .kv_title {
  top: 15%;
  left: 12%;
  width: 39%;
  filter: drop-shadow(0 0.3em 0.3em #48a7db);
}
@media screen and (max-width: 768px) {
  #anshin #kv .kv_title {
    top: 11%;
    left: 50%;
    width: 83%;
    transform: translateX(-50%);
  }
}
#anshin #kv .kv_lead {
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  line-height: 2em;
  font-weight: bold;
  top: 20%;
  right: 12%;
  filter: drop-shadow(0 0 0.3em #48a7db);
}
#anshin #kv .kv_lead span {
  display: block;
}
@media screen and (max-width: 768px) {
  #anshin #kv .kv_lead {
    top: 36%;
    right: 50%;
    font-size: 4vw;
    transform: translateX(50%);
    width: 100%;
  }
}
#anshin .slider {
  margin-top: 2em;
  padding: 0 20%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #anshin .slider {
    padding: 0 2em;
  }
}
#anshin .slider .slick-list {
  overflow: visible;
}
#anshin .slider .slick-track {
  display: flex;
}
#anshin .slider_controll {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  gap: 1em;
  max-width: 500px;
  margin: 1em auto 0;
}
#anshin .slider_controll .dots {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  align-self: center;
}
#anshin .slider_controll .slick-dots {
  position: static;
  display: flex;
}
#anshin .slider_controll .slick-dots li {
  width: 2em;
  height: 0.3em;
}
#anshin .slider_controll .slick-dots li button {
  width: 100%;
  height: 100%;
}
#anshin .slider_controll .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
}
#anshin .slider_controll .slick-dots li.slick-active button::before {
  background-color: #8fc31f;
  opacity: 1;
}
#anshin .slider_controll .arrows {
  display: grid;
  grid-template-columns: repeat(2, auto);
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  gap: 0.5em;
}
#anshin .slider_controll .slick-prev, #anshin .slider_controll .slick-next {
  position: static;
  transform: none;
  display: block;
  width: 3em;
  height: 3em;
  position: relative;
  inset: auto;
  font-size: 1em;
}
#anshin .slider_controll .slick-prev::before, #anshin .slider_controll .slick-next::before, #anshin .slider_controll .slick-prev::after, #anshin .slider_controll .slick-next::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
#anshin .slider_controll .slick-prev::before, #anshin .slider_controll .slick-next::before {
  background-color: #dae000;
  border-radius: 999px;
  top: 0;
  left: 0;
}
#anshin .slider_controll .slick-prev::after, #anshin .slider_controll .slick-next::after {
  border-top: 0.4em solid #333;
  border-left: 0.4em solid #333;
  transform: translate(-45%, -50%) rotate(-45deg) scale(0.25);
  top: 50%;
  left: 50%;
}
#anshin .slider_controll .slick-prev.slick-disabled::after, #anshin .slider_controll .slick-disabled.slick-next::after {
  opacity: 0.25;
}
#anshin .slider_controll .slick-next {
  transform: scaleX(-1);
}
#anshin .btn-link {
  text-align: center;
  margin-top: 1em;
}
#anshin .btn-link a {
  color: #fff;
  background-color: #8fc31f;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  position: relative;
  border-radius: 999px;
  display: inline-block;
  padding: 0.75em 3em;
  text-decoration: none;
  display: inline-grid;
  align-items: center;
  min-height: 45px;
}
#anshin .btn-link a::before, #anshin .btn-link a::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 50%;
}
#anshin .btn-link a::before {
  background-color: #fff;
  border-radius: 999px;
  transform: translateY(-50%);
}
#anshin .btn-link a::after {
  border-top: 0.2em solid #8fc31f;
  border-right: 0.2em solid #8fc31f;
  transform: translateY(-50%) scale(0.3) rotate(45deg);
}
#anshin #column .column_head {
  display: grid;
  align-items: center;
  margin-top: 2em;
}
#anshin #column .column_head > * {
  width: 100%;
}
@media screen and (min-width: 769px), print {
  #anshin #column .column_head {
    grid-template-columns: 1fr auto;
  }
}
@media screen and (max-width: 768px) {
  #anshin #column .column_head {
    gap: 2em;
  }
  #anshin #column .column_head .movie {
    order: 1;
  }
  #anshin #column .column_head .profile {
    order: 2;
  }
  #anshin #column .column_head .profile picture {
    align-self: end;
  }
}
#anshin .movie {
  text-align: center;
}
@media screen and (min-width: 769px), print {
  #anshin .movie {
    margin-left: 2em;
  }
}
@media screen and (max-width: 768px) {
  #anshin .movie {
    padding: 0 1em;
  }
}
#anshin .movie img {
  width: 100%;
  max-width: 400px !important;
  height: auto;
}
#anshin .movie span:not(.nw) {
  display: block;
  margin-top: 0.5em;
  font-size: 1em;
}
#anshin .profile {
  display: grid;
  grid-template-columns: 12em 1fr;
  justify-content: center;
  background-color: #fff;
  border-radius: 1em;
  border: 0.2em solid #0e8d3d;
  overflow: hidden;
  max-width: 640px;
  margin: 0 auto;
  filter: drop-shadow(0 0.3em 0 #0e8d3d);
}
@media screen and (max-width: 768px) {
  #anshin .profile {
    grid-template-columns: 8.5em 1fr;
  }
}
#anshin .profile img {
  width: 100%;
  height: auto;
}
#anshin .profile dl {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  padding: 1em;
  font-size: 1.5em;
  border-left: 0.2em solid #0e8d3d;
}
@media screen and (max-width: 768px) {
  #anshin .profile dl {
    padding: 0.5em;
  }
}
#anshin .profile dl dt {
  font-weight: bold;
  color: #0e8d3d;
  margin-top: 0.25em;
}
#anshin .profile dl dt .small {
  color: #333;
  margin-left: 0.5em;
}
#anshin .profile dl .normal {
  font-size: 1em;
}
#anshin .profile dl .small {
  font-size: 0.65em;
  font-weight: normal;
}
#anshin .faq {
  margin-top: 2em;
}
#anshin .faq_item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  background-color: #fff;
  padding: 1em;
  border-radius: 0.5em;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #anshin .faq_item {
    grid-template-columns: auto 1fr;
  }
}
#anshin .faq_item .small {
  font-size: 0.8em;
}
#anshin .faq_item .mark {
  display: block;
  width: 2em;
  height: 2em;
  border-radius: 999px;
  background: #8fc31f;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  padding: 0.5em;
  box-sizing: border-box;
  line-height: 1em;
}
#anshin .faq_item p {
  padding: 0 1em;
}
#anshin .faq_item .tipup {
  color: #fff;
  background-color: #0e8d3d;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  position: relative;
  border-radius: 999px;
  display: grid;
  align-items: center;
  padding: 0.5em 1.5em 0.5em 1em;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #anshin .faq_item .tipup {
    grid-column: 1/3;
    min-height: 45px;
    width: 100%;
    max-width: 400px;
    margin: 1em auto 0;
  }
}
#anshin .faq_item .tipup::before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-top: 0.15em solid;
  border-right: 0.15em solid;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translate(-50%, -50%) rotate(45deg);
}
#anshin .faq li:not(:first-of-type) {
  margin-top: 1em;
}

#tipup-wrap {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #333;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  font-size: 1rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #tipup-wrap {
    font-size: min(3.5vw, 1rem);
  }
}
#tipup-wrap * {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}
#tipup-wrap img {
  max-width: 100%;
  vertical-align: top;
}
#tipup-wrap ol,
#tipup-wrap ul {
  list-style: none;
}
#tipup-wrap .center {
  text-align: center;
}
#tipup-wrap .nw {
  display: inline-block;
}
#tipup-wrap .keepall {
  word-break: keep-all;
}
#tipup-wrap .mincho {
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#tipup-wrap .gothic {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", "Original Yu Gothic", "游ゴシック", "Yu Gothic", YuGothic, Verdana, "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
#tipup-wrap .clearfix::after {
  content: "";
  clear: both;
  display: table;
}
@media screen and (min-width: 769px), print {
  #tipup-wrap .dispSP {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #tipup-wrap .dispPC {
    display: none;
  }
}
#tipup-wrap * {
  margin: auto;
}
#tipup-wrap .tipup-ready {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 1200px;
  padding: 2em;
}
#tipup-wrap .faq_body {
  max-width: 970px;
}
#tipup-wrap .tipup-close {
  top: 2.5em;
  right: 2.5em;
  background-color: #333;
  border-radius: 999px;
  width: 2.5em;
  height: 2.5em;
}
#tipup-wrap .tipup-close::before, #tipup-wrap .tipup-close::after {
  width: 0.2em;
  height: 1.5em;
  background-color: #fff;
  top: 50%;
  left: 50%;
  right: auto;
}
#tipup-wrap .tipup-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#tipup-wrap .tipup-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#tipup-wrap .tipup-body {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1em;
}
#tipup-wrap .tipup-body > :not(:first-of-type) {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  #tipup-wrap .tipup-body > * {
    max-width: 480px;
  }
}
#tipup-wrap .small {
  font-size: 0.8em;
  display: block;
}
#tipup-wrap .question, #tipup-wrap .answer {
  display: grid;
  gap: 1em;
}
@media screen and (min-width: 769px), print {
  #tipup-wrap .question, #tipup-wrap .answer {
    grid-template-columns: min(40vw, 400px) 1fr;
  }
}
#tipup-wrap .question > *:first-child, #tipup-wrap .answer > *:first-child {
  order: 2;
}
#tipup-wrap .question > *:last-child, #tipup-wrap .answer > *:last-child {
  order: 1;
}
#tipup-wrap .question img, #tipup-wrap .answer img {
  width: 100%;
  height: auto;
}
#tipup-wrap .question .text, #tipup-wrap .answer .text {
  display: grid;
  width: 100%;
  grid-template-columns: 2em auto;
  align-items: flex-start;
  gap: 0.5em;
  line-height: 2em;
}
@media screen and (min-width: 769px), print {
  #tipup-wrap .question .text, #tipup-wrap .answer .text {
    font-size: 1.2em;
  }
}
#tipup-wrap .question .text::before, #tipup-wrap .answer .text::before {
  content: "Q";
  display: block;
  width: 2em;
  height: 2em;
  font-size: 1em;
  border-radius: 999px;
  line-height: 1em;
  text-align: center;
  padding: 0.5em;
  background-color: #8fc31f;
  box-sizing: border-box;
}
#tipup-wrap .question .text > div, #tipup-wrap .answer .text > div {
  width: 100%;
}
#tipup-wrap .question .text p, #tipup-wrap .answer .text p {
  width: 100%;
}
#tipup-wrap .question .btn-link a, #tipup-wrap .answer .btn-link a {
  color: #fff;
  background-color: #8fc31f;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  position: relative;
  border-radius: 999px;
  display: inline-block;
  padding: 0.75em 3em;
  text-decoration: none;
  display: inline-grid;
  align-items: center;
  min-height: 45px;
}
#tipup-wrap .question .btn-link a::before, #tipup-wrap .answer .btn-link a::before, #tipup-wrap .question .btn-link a::after, #tipup-wrap .answer .btn-link a::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 50%;
}
#tipup-wrap .question .btn-link a::before, #tipup-wrap .answer .btn-link a::before {
  background-color: #fff;
  border-radius: 999px;
  transform: translateY(-50%);
}
#tipup-wrap .question .btn-link a::after, #tipup-wrap .answer .btn-link a::after {
  border-top: 0.2em solid #8fc31f;
  border-right: 0.2em solid #8fc31f;
  transform: translateY(-50%) scale(0.3) rotate(45deg);
}
#tipup-wrap .question .btn-link a, #tipup-wrap .answer .btn-link a {
  display: grid;
  padding: 0.5em 3em;
  margin-top: 0.5em;
}
#tipup-wrap .answer .text::before {
  content: "A";
  color: #fff;
  background-color: #f39400;
}

/* 20250919 FAQボタン修正 */
#anshin .faq_item .faq_btn {
  color: #fff;
  background-color: #0e8d3d;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  position: relative;
  border-radius: 999px;
  display: grid;
  align-items: center;
  padding: 0.5em 1.5em 0.5em 1em;
  text-decoration: none;
}

#anshin .faq_item .faq_btn::before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-top: 0.15em solid;
  border-right: 0.15em solid;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  #anshin .faq_item .faq_btn {
    grid-column: 1/3;
    min-height: 45px;
    width: 100%;
    max-width: 400px;
    margin: 1em auto 0;
  }
}
/*# sourceMappingURL=index2025.css.map */