@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
html p,
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
  margin: 0;
  padding: 0;
}

#dreamfund-block {
  /*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
  */
}
#dreamfund-block *,
#dreamfund-block *::before,
#dreamfund-block *::after {
  box-sizing: border-box;
}
#dreamfund-block {
  font-family: "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, serif;
  font-family: "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", sans-serif;
  line-height: 1.8em;
  font-size: 14px;
  font-weight: 400;
  animation: body-fadeIn 1s ease 0s 1 normal;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  #dreamfund-block {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
  transition: 0.3s;
}
a.txt-link {
  color: #001e55;
  text-decoration: underline;
}
@media (min-width: 1025px) {
  a.txt-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  a.txt-link:hover {
    color: #707070;
  }
  a.txt-link::before {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #001e55;
    bottom: -1px;
    transform: scale(1, 1);
    transform-origin: right top;
    transition: transform 0.3s;
    z-index: 1;
  }
  a.txt-link:hover::before {
    background: #001e55;
    transform: scale(0, 1);
  }
  a.txt-link::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #B1B1B1;
    bottom: -1px;
    transform: scale(1, 1);
    transform-origin: left top;
    transition: transform 0.3s;
    z-index: 0;
  }
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pc {
  display: none !important;
}
@media (min-width: 1025px) {
  .pc {
    display: inline !important;
  }
}

.tab-pc {
  display: none !important;
}
@media (min-width: 768px) {
  .tab-pc {
    display: inline !important;
  }
}

@media (min-width: 768px) {
  .tab {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .sp {
    display: none !important;
  }
}

.font-ss, .cap-ss {
  font-size: 10px;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .font-ss, .cap-ss {
    font-size: 12px;
  }
}

.font-s, .df-table-b table {
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .font-s, .df-table-b table {
    font-size: 14px;
  }
}

.font-normal, .df-regulations__block h2 {
  font-size: 14px;
}
@media (min-width: 1025px) {
  .font-normal, .df-regulations__block h2 {
    font-size: 16px;
  }
}

.font-l, .df-faq__a div p:first-child, .df-table-b table tbody tr td span {
  font-size: 16px;
  line-height: 1.8em;
}
@media (min-width: 1025px) {
  .font-l, .df-faq__a div p:first-child, .df-table-b table tbody tr td span {
    font-size: 18px;
  }
}

.font-ll, .df-faq__q div p:first-child {
  font-size: 18px;
}
@media (min-width: 1025px) {
  .font-ll, .df-faq__q div p:first-child {
    font-size: 21px;
  }
}

.font-bold {
  font-weight: bold;
}

.title-main {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 21px;
  font-weight: 400;
  background: #001e55;
  color: white;
  position: relative;
  z-index: 1;
}
.title-main::after {
  width: 100%;
  height: 3px;
  content: "";
  display: block;
  background: #001e55;
  position: absolute;
  bottom: -5px;
  left: 0;
}
@media (min-width: 1025px) {
  .title-main {
    height: 60px;
    line-height: 60px;
    font-size: 32px;
  }
  .title-main::after {
    height: 5px;
    bottom: -8px;
  }
}

.title-l-noline {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 400;
  color: #001e55;
}
@media (min-width: 1025px) {
  .title-l-noline {
    font-size: 32px;
    line-height: 1.5em;
  }
}

.title-l {
  margin-bottom: 20px;
  padding: 10px 0;
  font-size: 21px;
  line-height: 1.3em;
  font-weight: 400;
  border-top: solid 1px #001e55;
  border-bottom: solid 1px #001e55;
  color: #001e55;
}
@media (min-width: 1025px) {
  .title-l {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 1.5em;
  }
}

.title-m {
  margin-bottom: 10px;
  padding: 0 0 0 10px;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 400;
  border-left: solid 5px #001e55;
}
@media (min-width: 1025px) {
  .title-m {
    margin-bottom: 30px;
    font-size: 21px;
    line-height: 1.5em;
  }
}

.title-m_bg-b {
  margin-bottom: 10px;
  padding: 5px 5px 5px 25px;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 400;
  background: #001e55;
  color: white;
  position: relative;
}
.title-m_bg-b::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 5px;
  height: 20px;
  background-color: white;
}
@media (min-width: 1025px) {
  .title-m_bg-b {
    margin-bottom: 30px;
    font-size: 21px;
    line-height: 1.5em;
  }
}

.title-sub {
  font-size: 21px;
  line-height: 1.3em;
  font-weight: 400;
}
@media (min-width: 1025px) {
  .title-sub {
    font-size: 24px;
    line-height: 1.5em;
  }
}

.title-bg {
  font-size: 50px;
  line-height: 1.3em;
  font-family: "Jost", sans-serif;
  font-weight: 200;
}
@media (min-width: 1025px) {
  .title-bg {
    font-size: 100px;
  }
}

.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.ttl-cap {
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .ttl-cap {
    margin-bottom: 30px;
  }
}

.cap-ss {
  text-align: left;
  line-height: 1.5em;
}
@media (min-width: 768px) {
  .cap-ss {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .sp-br {
    display: none;
    /* SPのみ改行 */
  }
}

.pc-br {
  display: none;
}
@media (min-width: 768px) {
  .pc-br {
    display: block;
    /* PCのみ改行 */
  }
}

.c-red {
  color: #D7000F;
}

.no-link {
  pointer-events: none;
}

.bg-gray {
  padding: 20px;
  background: #F2F2F2;
}

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

	ボタン

----------------------------------------*/
a.btn-donation-b,
a.btn-contact-b {
  width: 100%;
  height: 70px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  line-height: 70px;
  background: white;
  z-index: 10;
}
@media (min-width: 1025px) {
  a.btn-donation-b,
  a.btn-contact-b {
    width: 550px;
    height: 90px;
    padding: 0 20px;
    line-height: 90px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid currentColor;
    transition: 0.3s ease-in-out;
    border: 1px solid #001e55;
  }
}
a.btn-donation-b span,
a.btn-contact-b span {
  z-index: 1;
  position: relative;
  color: white;
  font-size: 18px;
}
@media (min-width: 1025px) {
  a.btn-donation-b span,
  a.btn-contact-b span {
    font-size: 23px;
  }
}
a.btn-donation-b span.txt,
a.btn-contact-b span.txt {
  padding-left: 30px;
  background: url(../img/icon-donation_cw.png) left center no-repeat;
  background-size: 25px;
}
a.btn-donation-b span.icon,
a.btn-contact-b span.icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  overflow: hidden;
  transition: 0.4s;
}
@media (min-width: 1025px) {
  a.btn-donation-b span.icon,
  a.btn-contact-b span.icon {
    right: 20px;
  }
}
a.btn-donation-b span.icon span,
a.btn-contact-b span.icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #001e55;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: 0.3s ease-in-out;
}
a.btn-donation-b span.icon:before, a.btn-donation-b span.icon:after,
a.btn-contact-b span.icon:before,
a.btn-contact-b span.icon:after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 200%;
  pointer-events: none;
  opacity: 1 !important;
}
a.btn-donation-b span.icon:before,
a.btn-contact-b span.icon:before {
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #001e55 0%, #001e55 50%, white 50%, white 100%);
  transition: 0.2s ease-in-out 0.2s;
}
a.btn-donation-b span.icon:after,
a.btn-contact-b span.icon:after {
  top: 0;
  right: 0;
  background: linear-gradient(180deg, white 0%, white 50%, #001e55 50%, #001e55 100%);
  transition: 0.2s ease-in-out;
}
a.btn-donation-b:hover .icon span,
a.btn-contact-b:hover .icon span {
  background-color: white;
}
a.btn-donation-b:hover .icon:hover,
a.btn-contact-b:hover .icon:hover {
  color: #001e55;
}
a.btn-donation-b:hover .icon:before,
a.btn-contact-b:hover .icon:before {
  bottom: -100%;
}
a.btn-donation-b:hover .icon:after,
a.btn-contact-b:hover .icon:after {
  top: -100%;
}
a.btn-donation-b:before, a.btn-donation-b:after,
a.btn-contact-b:before,
a.btn-contact-b:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 50px solid #001e55;
  border-bottom: 50px solid #001e55;
  transition: 0.3s ease-in-out;
}
a.btn-donation-b:before,
a.btn-contact-b:before {
  border-right: 50px solid transparent;
  transform: translateX(-30%);
}
a.btn-donation-b:after,
a.btn-contact-b:after {
  border-left: 50px solid transparent;
  transform: translateX(30%);
}
a.btn-donation-b:hover span,
a.btn-contact-b:hover span {
  color: #001e55;
}
a.btn-donation-b:hover span.txt,
a.btn-contact-b:hover span.txt {
  background: url(../img/icon-donation_cb.png) left center no-repeat;
  background-size: 25px;
}
a.btn-donation-b:hover:before,
a.btn-contact-b:hover:before {
  transform: translateX(-100%);
  opacity: 0;
}
a.btn-donation-b:hover:after,
a.btn-contact-b:hover:after {
  transform: translateX(100%);
  opacity: 0;
}

a.btn-contact-b span.txt {
  background: url(../img/icon-contact_cw.png) left center no-repeat;
  background-size: 25px;
}
a.btn-contact-b span {
  font-size: 17px;
}
@media (min-width: 1025px) {
  a.btn-contact-b span {
    font-size: 23px;
  }
}
a.btn-contact-b:hover span.txt {
  background: url(../img/icon-contact_cb.png) left center no-repeat;
  background-size: 25px;
}

a.btn-donation-g,
a.btn-donation-w,
a.btn-donation-aw {
  width: 200px;
  height: 50px;
  position: relative;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 10;
  transition: 0.3s;
}
a.btn-donation-g::before,
a.btn-donation-w::before,
a.btn-donation-aw::before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #B1B1B1;
  transition: 0.3s;
}
a.btn-donation-g::after,
a.btn-donation-w::after,
a.btn-donation-aw::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 1px;
  background-color: black;
  transition: 0.3s;
}
a.btn-donation-g:hover::after,
a.btn-donation-w:hover::after,
a.btn-donation-aw:hover::after {
  width: 100%;
}
@media (min-width: 1025px) {
  a.btn-donation-g,
  a.btn-donation-w,
  a.btn-donation-aw {
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
  }
}
a.btn-donation-g span,
a.btn-donation-w span,
a.btn-donation-aw span {
  z-index: 1;
  position: relative;
  color: black;
  font-size: 14px;
  display: inline-block;
  transition: 0.3s ease-in-out;
}
a.btn-donation-g span.icon,
a.btn-donation-w span.icon,
a.btn-donation-aw span.icon {
  position: absolute;
  right: 0px;
  top: 15px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  overflow: hidden;
  transition: 0.4s;
}
a.btn-donation-g span.icon span,
a.btn-donation-w span.icon span,
a.btn-donation-aw span.icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #F2F2F2;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: 0.3s ease-in-out;
}
a.btn-donation-g span.icon:before, a.btn-donation-g span.icon:after,
a.btn-donation-w span.icon:before,
a.btn-donation-w span.icon:after,
a.btn-donation-aw span.icon:before,
a.btn-donation-aw span.icon:after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 200%;
  pointer-events: none;
  opacity: 1 !important;
}
a.btn-donation-g span.icon:before,
a.btn-donation-w span.icon:before,
a.btn-donation-aw span.icon:before {
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, black 0%, black 50%, #B1B1B1 50%, #B1B1B1 100%);
  transition: 0.2s ease-in-out 0.2s;
}
a.btn-donation-g span.icon:after,
a.btn-donation-w span.icon:after,
a.btn-donation-aw span.icon:after {
  top: 0;
  right: 0;
  background: linear-gradient(180deg, #B1B1B1 0%, #B1B1B1 50%, black 50%, black 100%);
  transition: 0.2s ease-in-out;
}
a.btn-donation-g:hover .txt,
a.btn-donation-w:hover .txt,
a.btn-donation-aw:hover .txt {
  transform: translateX(15px);
  color: #B1B1B1;
}
a.btn-donation-g:hover .icon:before,
a.btn-donation-w:hover .icon:before,
a.btn-donation-aw:hover .icon:before {
  bottom: -100%;
}
a.btn-donation-g:hover .icon:after,
a.btn-donation-w:hover .icon:after,
a.btn-donation-aw:hover .icon:after {
  top: -100%;
}

a.btn-donation-w span.icon span {
  background-color: white;
}

a.btn-donation-aw::after {
  background-color: white;
}
a.btn-donation-aw span {
  color: white;
}
a.btn-donation-aw span.icon span {
  background-color: #001e55;
}
a.btn-donation-aw span.icon:before {
  background: linear-gradient(180deg, white 0%, white 50%, #B1B1B1 50%, #B1B1B1 100%);
}
a.btn-donation-aw span.icon:after {
  background: linear-gradient(180deg, #B1B1B1 0%, #B1B1B1 50%, white 50%, white 100%);
}

a.btn-about {
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: block;
}
@media (min-width: 1025px) {
  a.btn-about {
    width: 320px;
    height: 270px;
  }
}
a.btn-about div {
  width: 90%;
  height: 180px;
  margin: 10px;
  background: #001e55;
  position: relative;
  cursor: pointer;
  display: grid;
  place-content: center;
  place-items: center;
}
a.btn-about div::before, a.btn-about div::after {
  width: 70px;
  height: 70px;
  content: "";
  background: #F2F2F2;
  position: absolute;
  transition: 0.3s ease-in-out;
}
a.btn-about div::before {
  left: -40px;
  top: -40px;
  transform: rotate(45deg);
  border-right: 1px solid #001e55;
}
a.btn-about div::after {
  right: -40px;
  bottom: -40px;
  transform: rotate(-45deg);
  border-top: 1px solid #001e55;
}
@media (min-width: 1025px) {
  a.btn-about div {
    width: 300px;
    height: 250px;
  }
  a.btn-about div:hover::before, a.btn-about div:hover::after {
    width: 250px;
    height: 400px;
    border-top: none;
  }
  a.btn-about div:hover::before {
    width: 250px;
    height: 400px;
    left: -55px;
    top: -169px;
    transform: rotate(51deg);
    border-right: none;
  }
  a.btn-about div:hover::after {
    width: 400px;
    height: 250px;
    right: -125px;
    bottom: -100px;
    transform: rotate(-39deg);
    border-right: none;
  }
}
a.btn-about div span {
  width: 120px;
  height: 120px;
  padding-top: 90px;
  display: block;
  color: white;
  z-index: 10;
  display: grid;
  place-content: center;
  place-items: center;
}
a.btn-about div span::before, a.btn-about div span::after {
  width: 35px;
  height: 35px;
  content: "";
  z-index: 2;
  display: block;
  position: absolute;
}
a.btn-about div span::before {
  right: 20px;
  top: 20px;
  border-right: 1px solid white;
  border-top: 1px solid white;
}
a.btn-about div span::after {
  left: 20px;
  bottom: 20px;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
}
a.btn-about div span.btn-purpose {
  background: url(../img/icon-purpose-w.png) top center no-repeat;
  background-size: auto 80px;
}
a.btn-about div span.btn-benefits {
  background: url(../img/icon-benefits-w.png) top center no-repeat;
  background-size: auto 80px;
}
a.btn-about div span.btn-report {
  background: url(../img/icon-report-w.png) top center no-repeat;
  background-size: auto 80px;
}
@media (min-width: 1025px) {
  a.btn-about div span::before, a.btn-about div span::after {
    width: 45px;
    height: 45px;
    content: "";
    z-index: 2;
    display: block;
    position: absolute;
  }
  a.btn-about div span.btn-purpose {
    background: url(../img/icon-purpose-w.png) top center no-repeat;
    background-size: auto 90px;
  }
  a.btn-about div span.btn-benefits {
    background: url(../img/icon-benefits-w.png) top center no-repeat;
    background-size: auto 90px;
  }
  a.btn-about div span.btn-report {
    background: url(../img/icon-report-w.png) top center no-repeat;
    background-size: auto 90px;
  }
}
a.btn-about div:hover span {
  color: #001e55;
}
a.btn-about div:hover span.btn-purpose {
  background: url(../img/icon-purpose-b.png) top center no-repeat;
  background-size: auto 90px;
}
a.btn-about div:hover span.btn-benefits {
  background: url(../img/icon-benefits-b.png) top center no-repeat;
  background-size: auto 90px;
}
a.btn-about div:hover span.btn-report {
  background: url(../img/icon-report-b.png) top center no-repeat;
  background-size: auto 90px;
}
a.btn-about div:hover span::before {
  border-right: 1px solid #001e55;
  border-top: 1px solid #001e55;
}
a.btn-about div:hover span::after {
  border-left: 1px solid #001e55;
  border-bottom: 1px solid #001e55;
}

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

	フェードイン

----------------------------------------*/
.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
}
.fadein.fadein-left {
  transform: translate(-50px, 0);
}
.fadein.fadein-right {
  transform: translate(50px, 0);
}
.fadein.fadein-up {
  transform: translate(0, -50px);
}
.fadein.fadein-bottom {
  transform: translate(0, 50px);
}
.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.df-top-howto .fadein:nth-child(2) {
  transition-delay: 0.2s;
}
.df-top-howto .fadein:nth-child(3) {
  transition-delay: 0.4s;
}
.df-top-howto .fadein:nth-child(4) {
  transition-delay: 0.6s;
}

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

	寄付バナー表示非表示

----------------------------------------*/
#bnr-fixed {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 2000;
  transition: 0.5s;
}
@media (min-width: 1025px) {
  #bnr-fixed {
    display: none;
  }
}

.bnr-fixed-btn {
  width: 50px;
  height: 200px;
  padding-top: 80px;
  color: white;
  writing-mode: vertical-rl;
  line-height: 50px;
  border-radius: 10px 0 0 10px;
  background: #001e55 url(../img/icon-donation_cw.png) 15px 30px no-repeat;
  background-size: 25px;
}

.js-off {
  opacity: 0;
}

.js-on {
  opacity: 1;
}

html {
  scroll-padding-top: 50px;
}

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

	レイアウト

----------------------------------------*/
.df-contents-area-ttlcap {
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .df-contents-area-ttlcap {
    margin-bottom: 30px;
  }
}

.df-btn-area {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
  background: white;
}
@media (min-width: 1025px) {
  .df-btn-area {
    padding: 100px 0;
  }
}

.df-btn-area-inner {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  background: white;
}
@media (min-width: 1025px) {
  .df-btn-area-inner {
    padding: 50px 0;
  }
}

.df-btn__block_right {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.df-btn__block_left {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
}

.df-contents-area {
  width: 90%;
  max-width: 1135px;
  margin: 90px auto 0;
  padding-top: 0px;
}
@media (min-width: 1025px) {
  .df-contents-area {
    margin: 100px auto 0;
    padding-top: 75px;
  }
}
.df-contents__block {
  margin: 20px 0 0;
  padding: 0;
}
@media (min-width: 1025px) {
  .df-contents__block {
    margin: 110px 0 0;
    padding: 0 50px;
  }
}
.df-contents__box:not(:last-of-type) {
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .df-contents__box:not(:last-of-type) {
    margin-bottom: 80px;
  }
}

.df-list-number {
  margin: 10px 0 20px;
  padding: 0;
  line-height: 1.6em;
}
.df-list-number > li {
  position: relative;
  padding: 0px 0px 0px 2em;
  counter-increment: list_circle_counter;
}
.df-list-number > li::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1px;
  left: 0px;
  width: 1.5em;
  height: 1.5em;
  color: #001e55;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  content: counter(list_circle_counter);
}
.df-list-number > li + li {
  margin: 0.5em 0px 0px;
}
@media (min-width: 1025px) {
  .df-list-number {
    margin: 30px 0 50px;
    padding: 0 50px;
  }
  .df-list-number + li {
    margin: 1em 0px 0px;
  }
}

.df-list-c-number {
  margin: 10px 0 20px;
  padding: 0;
  counter-reset: list_circle_num_counter;
  line-height: 1.7em;
}
.df-list-c-number > li {
  position: relative;
  padding: 0px 0px 0px 2em;
  counter-increment: list_circle_num_counter;
}
.df-list-c-number > li::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1px;
  left: 0px;
  width: 1.5em;
  height: 1.5em;
  background-color: #001e55;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  content: counter(list_circle_num_counter);
}
.df-list-c-number > li + li {
  margin: 0.5em 0px 0px;
}
@media (min-width: 1025px) {
  .df-list-c-number {
    margin: 30px 0 50px;
    padding: 0 50px;
  }
  .df-list-c-number + li {
    margin: 1em 0px 0px;
  }
}

.df-list-circle {
  margin: 10px 0 20px;
  padding: 0;
  line-height: 1.6em;
}
.df-list-circle > li {
  position: relative;
  padding: 0px 0px 0px 1.5em;
}
.df-list-circle > li::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 4px;
  left: 0px;
  width: 1em;
  height: 1em;
  background-color: #001e55;
  border-radius: 50%;
}
.df-list-circle > li + li {
  margin: 0.5em 0px 0px;
}
.df-list-circle > li.circle-no {
  padding: 0;
}
.df-list-circle > li.circle-no::before {
  content: none;
}
@media (min-width: 1025px) {
  .df-list-circle {
    margin: 30px 0 50px;
    padding: 0 50px;
  }
  .df-list-circle + li {
    margin: 1em 0px 0px;
  }
}

.df-list-flow {
  margin: 10px 0 20px;
  padding: 0;
  line-height: 1.6em;
}
.df-list-flow li {
  position: relative;
}
.df-list-flow li div:first-child {
  width: 100%;
  padding: 10px;
  color: white;
  background: #001e55;
  display: grid;
  place-content: center;
  place-items: center;
}
.df-list-flow li div:last-child {
  width: 100%;
  padding: 10px;
  background: #F2F2F2;
}
.df-list-flow li div:last-child p:not(:last-of-type) {
  margin-bottom: 10px;
}
.df-list-flow li div:last-child p span {
  font-weight: bold;
}
.df-list-flow li:not(:last-of-type) {
  margin-bottom: 50px;
}
.df-list-flow li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
  border: 20px solid transparent;
  border-top: 20px solid #001e55;
}
@media (min-width: 1025px) {
  .df-list-flow {
    margin: 30px 0 50px;
    padding: 0 50px;
  }
  .df-list-flow li {
    display: flex;
    justify-content: space-between;
  }
  .df-list-flow li div:first-child {
    width: 30%;
    padding: 20px;
    display: grid;
    place-content: center;
    place-items: center;
  }
  .df-list-flow li div:last-child {
    width: 70%;
    padding: 20px;
  }
  .df-list-flow li div:last-child p:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .df-list-flow li div:last-child p span {
    font-weight: bold;
  }
}

.df-table {
  overflow: auto;
}
.df-table table {
  width: 500px;
  margin: 20px 0 0 0;
  border: none;
  border-collapse: collapse;
}
.df-table table thead {
  background: #B1B1B1;
}
.df-table table thead tr {
  border-bottom: solid 2px white;
}
.df-table table thead tr th {
  padding: 5px 10px;
}
.df-table table thead tr th:not(:last-of-type) {
  border-right: solid 2px white;
}
.df-table table thead tr th:nth-child(1), .df-table table thead tr th:nth-child(2) {
  width: 20%;
}
.df-table table thead tr th:nth-child(3), .df-table table thead tr th:nth-child(4) {
  width: 30%;
}
.df-table table tbody tr {
  background: #F2F2F2;
  border-bottom: solid 2px white;
}
.df-table table tbody tr td {
  padding: 5px 10px;
  border-right: solid 2px white;
}
@media (min-width: 1025px) {
  .df-table table {
    width: 100%;
  }
}

.df-table-g {
  overflow: auto;
  margin: 20px 0 20px 0;
}
.df-table-g table {
  width: 800px;
  border: none;
  border-collapse: collapse;
}
.df-table-g table tr {
  border-bottom: solid 2px white;
}
.df-table-g table tr th {
  padding: 5px 10px;
  background: #F2F2F2;
  border: solid 2px #B1B1B1;
}
.df-table-g table tr th:nth-child(1), .df-table-g table tr th:nth-child(2) {
  width: 15%;
}
.df-table-g table tr th:nth-child(3), .df-table-g table tr th:nth-child(4), .df-table-g table tr th:nth-child(5), .df-table-g table tr th:nth-child(6), .df-table-g table tr th:nth-child(7), .df-table-g table tr th:nth-child(8) {
  width: 10%;
}
.df-table-g table tr td {
  padding: 5px 10px;
  text-align: right;
  background: white;
  border: solid 2px #B1B1B1;
}
@media (min-width: 1025px) {
  .df-table-g table {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .df-table-g {
    width: 100%;
    margin: 20px 0 50px 0;
  }
}

.df-table-b {
  overflow: auto;
}
.df-table-b table {
  width: 1000px;
  margin: 0px 0 0 0;
  border: none;
  border-collapse: collapse;
  line-height: 1.3em;
}
.df-table-b table thead {
  background: #001e55;
  color: white;
}
.df-table-b table thead tr {
  border-bottom: solid 2px white;
}
.df-table-b table thead tr:first-child th:nth-child(1) {
  width: 8%;
}
.df-table-b table thead tr:first-child th:nth-child(2) {
  width: 12%;
}
.df-table-b table thead tr:first-child th:nth-child(3), .df-table-b table thead tr:first-child th:nth-child(4) {
  width: 32%;
}
.df-table-b table thead tr:first-child th:nth-child(5), .df-table-b table thead tr:first-child th:nth-child(6) {
  width: 8%;
}
.df-table-b table thead tr:last-child th {
  width: 8%;
}
.df-table-b table thead tr th {
  padding: 5px;
}
.df-table-b table thead tr th:not(:last-of-type) {
  border: solid 2px white;
}
.df-table-b table tbody tr {
  background: #F2F2F2;
  border: solid 2px white;
}
.df-table-b table tbody tr td {
  padding: 5px 10px;
  border: solid 2px white;
  text-align: center;
}
.df-table-b table tbody tr td span {
  font-weight: bold;
}
@media (min-width: 1025px) {
  .df-table-b table {
    width: 100%;
  }
}

.df-table-bg-line {
  overflow: auto;
}
.df-table-bg-line table {
  width: 100%;
  margin-top: 20px;
  border: 0;
}
.df-table-bg-line table thead tr {
  background: #d0d3da;
}
.df-table-bg-line table thead tr th {
  padding: 10px;
  border: solid 2px #d0d3da;
}
.df-table-bg-line table thead tr th:first-child {
  border-right: solid 2px #fff;
}
.df-table-bg-line table td {
  padding: 10px;
  border: solid 2px #d0d3da;
}

.df-table-b-line {
  overflow: auto;
}
.df-table-b-line table {
  width: 100%;
  margin-top: 20px;
  border: 0;
}
.df-table-b-line table thead tr {
  background: #001e55;
}
.df-table-b-line table thead tr th {
  padding: 10px;
  border: solid 2px #001e55;
  color: #fff;
}
.df-table-b-line table thead tr th:first-child {
  border-right: solid 2px #fff;
}
.df-table-b-line table td {
  padding: 10px;
  border: solid 2px #d0d3da;
}

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

	header

----------------------------------------*/
.header {
  height: 60px;
  width: 100%;
  margin: 0;
  padding: 10px;
  position: fixed;
  z-index: 100;
  top: 0px;
  background: white;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media (min-width: 1025px) {
  .header {
    height: 75px;
  }
}
.header__logo {
  position: absolute;
  top: 10px;
  left: 10px;
}
.header__logo img {
  height: 40px;
}
@media (min-width: 1025px) {
  .header__logo {
    top: 18px;
    left: 30px;
    z-index: 1000;
  }
}
.header__nav-mobile {
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 1000;
}
.header__nav-mobile button {
  width: 35px;
  height: 25px;
  position: fixed;
  top: 20px;
  right: 20px;
  appearance: none;
  border: none;
  background-color: transparent;
}
.header__nav-mobile button:focus:not(:focus-visible) {
  outline: 0;
  /* キーボード操作"以外"でフォーカスされた際はoutlineを消す */
}
.header__nav-mobile span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #001e55;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
.header__nav-mobile span:nth-child(1) {
  top: 0;
}
.header__nav-mobile span:nth-child(2) {
  top: 10px;
}
.header__nav-mobile span:nth-child(3) {
  top: 20px;
}
@media (min-width: 1025px) {
  .header__nav-mobile {
    display: none;
  }
}
.header__nav-block {
  background: #001e55;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  color: white;
}
@media (min-width: 1025px) {
  .header__nav-block {
    height: 75px;
    opacity: 1;
    background: none;
    visibility: visible;
    color: black;
    display: flex;
    justify-content: space-between;
  }
}
.header__nav-list {
  padding-top: 70px;
}
.header__nav-list ul {
  width: 50%;
  max-width: 300px;
  margin: 0 auto;
}
.header__nav-list ul li {
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .header__nav-list {
    padding-top: 22px;
    font-size: 12px;
    position: absolute;
    right: 150px;
  }
  .header__nav-list ul {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
  }
  .header__nav-list ul li {
    margin: 0 0 0 20px;
  }
  .header__nav-list ul li:last-child {
    margin: 0 0 0 10px;
  }
}
.header__nav-menu {
  color: white;
}
@media (min-width: 1025px) {
  .header__nav-menu {
    height: 40px;
    color: black;
    position: relative;
    display: block;
  }
  .header__nav-menu:hover {
    color: #707070;
  }
  .header__nav-menu::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #000000;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  .header__nav-menu:hover::after {
    transform: scale(1, 1);
  }
  .header__nav-menu_current {
    color: #707070;
  }
  .header__nav-menu_current::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #000000;
    bottom: -1px;
    transform: scale(1, 1);
  }
}
.header__nav-btn {
  height: 30px;
  margin-top: 20px;
  line-height: 30px;
  border-radius: 15px;
  border: solid 1px white;
  display: block;
  color: white;
}
@media (min-width: 1025px) {
  .header__nav-btn {
    margin-top: 0px;
    padding: 0 20px;
    color: black;
    border: solid 1px black;
    transition: 0.5s;
  }
  .header__nav-btn:hover {
    color: white;
    background: black;
  }
}
.header__donation {
  width: 90%;
  max-width: 300px;
  height: 60px;
  margin: 20px auto 30px;
  padding-left: 20px;
  font-size: 21px;
  line-height: 60px;
  color: #001e55;
  display: block;
  background: white url(../img/icon-donation_cb.png) 40px center no-repeat;
  background-size: 25px;
  position: relative;
}
@media (min-width: 1025px) {
  .header__donation {
    width: 125px;
    height: 75px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    display: block;
    overflow: hidden;
    border: 1px solid currentColor;
    transition: 0.3s ease-in-out;
    text-align: center;
    line-height: 75px;
    background: white;
    border: 1px solid #001e55;
  }
  .header__donation span {
    padding-top: 5px;
    z-index: 1;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 12px;
    background: url(../img/icon-donation_cw.png) center top no-repeat;
    background-size: 30px;
  }
  .header__donation:before, .header__donation:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 50px solid #001e55;
    border-bottom: 50px solid #001e55;
    transition: 0.3s ease-in-out;
  }
  .header__donation:before {
    border-right: 50px solid transparent;
    transform: translateX(0%);
  }
  .header__donation:after {
    border-left: 50px solid transparent;
    transform: translateX(0%);
  }
  .header__donation:hover span {
    color: #001e55;
    background: url(../img/icon-donation_cb.png) center top no-repeat;
    background-size: 30px;
  }
  .header__donation:hover:before {
    transform: translateX(-100%);
    opacity: 0;
  }
  .header__donation:hover:after {
    transform: translateX(100%);
    opacity: 0;
  }
}

.open .header__nav-mobile span {
  background: #001e55;
}
.open .header__nav-mobile span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
  background: white;
}
.open .header__nav-mobile span:nth-child(2) {
  top: 10px;
  width: 0;
  left: 50%;
}
.open .header__nav-mobile span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
  background: white;
}
.open .header__nav-block {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------
フッターメニュー
--------------------------------------*/
#philosophy-area .head {
  font-size: 20px;
}
#philosophy-area p {
  margin-top: 5px;
  font-size: 11px;
}
@media (min-width: 1025px) {
  #philosophy-area .head {
    font-size: 30px;
  }
  #philosophy-area p {
    margin-top: 10px;
    font-size: 18px;
  }
}

.df-footer-nav {
  background: #F2F2F2;
}
.df-footer-nav nav {
  width: 90%;
  max-width: 1135px;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
}
.df-footer-nav nav ul li {
  margin: 0 20px;
}
@media (min-width: 1025px) {
  .df-footer-nav nav ul {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1025px) {
  .df-footer-nav__menu {
    height: 30px;
    color: black;
    position: relative;
    display: block;
  }
  .df-footer-nav__menu:hover {
    color: #707070;
  }
  .df-footer-nav__menu::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: black;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  .df-footer-nav__menu:hover::after {
    transform: scale(1, 1);
  }
}

/*--------------------------------------
TOPへ
--------------------------------------*/
.df-top .pagetop {
  width: 100%;
  height: 50px;
  display: block;
  text-align: center;
  color: white;
  background: #001e55;
  display: grid;
  place-items: center;
  line-height: 1em;
}
.df-top .pagetop::before {
  margin-bottom: -20px;
  content: "";
  color: white;
  width: 10px;
  height: 10px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(25%) rotate(-45deg);
}

.title-top-big {
  font-size: 58px;
  line-height: 1.3em;
  font-weight: 400;
  color: #001e55;
}
@media (min-width: 1025px) {
  .title-top-big {
    font-size: 98px;
  }
}

.title-top-l {
  font-size: 35px;
  line-height: 1.3em;
  font-weight: 400;
}
.title-top-l span {
  display: block;
  font-size: 16px;
  line-height: 1.3em;
}
@media (min-width: 1025px) {
  .title-top-l {
    font-size: 55px;
  }
  .title-top-l span {
    font-size: 21px;
  }
}

.title-top-m {
  font-size: 28px;
  line-height: 1em;
  font-weight: 400;
}
.title-top-m span {
  display: block;
  font-size: 16px;
}
@media (min-width: 1025px) {
  .title-top-m {
    font-size: 36px;
  }
  .title-top-m span {
    font-size: 18px;
  }
}

.title-top-main {
  font-size: 40px;
  line-height: 1em;
  font-weight: 400;
}
.title-top-main span {
  display: block;
  font-size: 16px;
}
@media (min-width: 1025px) {
  .title-top-main {
    font-size: 44px;
  }
  .title-top-main span {
    font-size: 18px;
  }
}

.df-top-kv {
  height: calc(100vh - 100px);
  min-height: 600px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .df-top-kv {
    height: 100vh;
  }
}

.df-top-news {
  padding: 50px 0;
  background: #F2F2F2;
}
.df-top-news__area {
  width: 90%;
  max-width: 1135px;
  margin: 0 auto;
}
.df-top-news__area ul li {
  border-top: 1px solid #B1B1B1;
}
.df-top-news__area ul li:last-child {
  border-bottom: 1px solid #B1B1B1;
}
.df-top-news__area ul li a {
  padding: 10px 0;
  display: block;
  display: flex;
  flex-flow: column;
}
.df-top-news__area ul li span:first-child {
  display: block;
  color: #707070;
}
.df-top-news__btn {
  margin: 20px 0;
}
.df-top-news__btn a {
  margin-left: auto;
}
@media (min-width: 1025px) {
  .df-top-news {
    padding: 100px 0;
  }
  .df-top-news__area {
    display: flex;
    justify-content: space-between;
  }
  .df-top-news__area ul {
    width: 100%;
    margin-left: 50px;
  }
  .df-top-news__area ul li a {
    padding: 10px 0;
    display: block;
    display: flex;
    flex-flow: row;
    transition: 0.3s;
    position: relative;
  }
  .df-top-news__area ul li a::after {
    content: "→";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    transition: 0.3s;
  }
  .df-top-news__area ul li a:hover {
    background: rgba(0, 30, 85, 0.1);
  }
  .df-top-news__area ul li a:hover::after {
    transform: translate(10px, -50%);
  }
  .df-top-news__area ul li span:first-child {
    margin: 0 30px;
  }
  .df-top-news__area ul li span:last-child {
    padding-right: 50px;
  }
  .df-top-news h2 {
    margin-bottom: 50px;
  }
}

/*--固定背景--*/
.df-top-fiximg {
  height: 300px;
  position: relative;
  clip-path: inset(0);
}
@media (min-width: 1025px) {
  .df-top-fiximg {
    width: 100%;
    height: 500px;
  }
}

.df-top-fiximg img {
  object-fit: cover;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.df-top-message {
  padding: 50px 0;
  overflow: hidden;
}
.df-top-message__area {
  width: 90%;
  max-width: 1135px;
  margin: 0 auto 30px;
}
.df-top-message__img {
  margin-top: 20px;
  margin-right: calc(50% - 50vw);
}
.df-top-message__img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.df-top-message__cap {
  text-align: right;
  font-size: 12px;
  color: #707070;
}
.df-top-message__ttl span {
  margin-bottom: 10px;
}
.df-top-message__txt {
  margin: 30px 0;
  text-align: justify;
}
.df-top-message__txt p + p {
  margin-top: 20px;
}
.df-top-message__txt-area-btn a {
  margin-left: auto;
}
@media (min-width: 1025px) {
  .df-top-message {
    padding: 150px 0 100px;
  }
  .df-top-message__area {
    margin: 0 auto 100px;
  }
  .df-top-message__photo-area {
    margin-top: -150px;
  }
  .df-top-message__img {
    margin-left: 60%;
  }
  .df-top-message__img img {
    width: 100%;
    height: 700px;
    object-fit: cover;
  }
  .df-top-message__cap {
    margin-right: calc(50% - 50vw);
    margin-left: 60%;
    padding-right: 20px;
  }
  .df-top-message__txt-area {
    width: 45%;
    margin: -550px 0 0 50px;
  }
  .df-top-message__txt {
    margin: 50px 0;
  }
}

.df-top-howto {
  overflow: hidden;
}
.df-top-howto__ttl {
  margin: 0 auto;
  padding: 20px;
  background: #001e55;
}
.df-top-howto__ttl h2 {
  margin-bottom: 30px;
}
.df-top-howto__ttl div a {
  margin-left: auto;
}
.df-top-howto .title-top-main {
  color: white;
}
.df-top-howto__img {
  height: 200px;
  padding: 50px 0;
  text-align: center;
  position: relative;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  background-repeat: no-repeat;
  background-size: cover;
}
.df-top-howto__img::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 0.3s ease-in-out;
}
.df-top-howto__img:hover::before {
  background-color: rgba(0, 30, 85, 0.9);
}
.df-top-howto__img a {
  width: 100%;
  height: 100%;
  color: white;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-content: center;
  place-items: center;
}
.df-top-howto__img a h3 {
  padding: 30px 0 0;
  display: block;
}
.df-top-howto__img a h3 span {
  margin-top: 10px;
  border-bottom: none;
}
.df-top-howto__img a span {
  padding-bottom: 10px;
  font-size: 18px;
  border-bottom: 1px solid white;
}
.df-top-howto__img01 {
  background-image: url("../img/top-howto-img01.jpg");
}
.df-top-howto__img02 {
  background-image: url("../img/top-howto-img02.jpg");
}
.df-top-howto__img03 {
  background-image: url("../img/top-howto-img03.jpg");
}
@media (min-width: 1025px) {
  .df-top-howto {
    display: flex;
    justify-content: space-between;
  }
  .df-top-howto__ttl {
    width: 33.333%;
    height: 320px;
    padding: 50px;
  }
  .df-top-howto__ttl h2 {
    margin-bottom: 50px;
  }
  .df-top-howto__img {
    width: 33.333%;
    height: 320px;
  }
  .df-top-howto__img a h3 {
    padding: 50px 0 0;
  }
}

.df-top-about {
  padding: 50px 0;
  background: #F2F2F2;
}
.df-top-about__area {
  width: 90%;
  max-width: 1135px;
  margin: 0 auto;
}
.df-top-about__btn {
  margin: 20px 0;
}
.df-top-about__btn a {
  margin-left: auto;
}
@media (min-width: 1025px) {
  .df-top-about {
    padding: 100px 0;
  }
  .df-top-about h2 span {
    margin-left: 20px;
    display: inline;
  }
  .df-top-about__ttl {
    display: flex;
    justify-content: space-between;
  }
  .df-top-about ul {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
  }
  .df-top-about ul li {
    width: 30%;
  }
  .df-top-about__btn {
    margin: 0;
  }
}

.df-top-bnr {
  width: 90%;
  max-width: 1135px;
  padding: 50px 0 0;
  margin: 0 auto;
}
.df-top-bnr div:not(:last-of-type) {
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .df-top-bnr {
    padding: 100px 0 0;
    display: flex;
    justify-content: space-between;
  }
  .df-top-bnr div {
    width: 45%;
  }
  .df-top-bnr div:not(:last-of-type) {
    margin-bottom: 0px;
  }
}

/*========= スクロールダウンのためのCSS ===============*/
/*スクロールダウン全体の場所*/
.scrolldown {
  position: absolute;
  bottom: 0;
  left: 5%;
  height: 150px;
  width: 20px;
  z-index: 10;
}

/*Scrollテキストの描写*/
.scrolldown span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  color: #eee;
  font-size: 10px;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 15px;
  background: #eee;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  z-index: 10;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 75px;
  }
  100% {
    bottom: -5px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* 線の描写 */
.scrolldown:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 80px;
  background: rgba(255, 255, 255, 0.3);
  z-index: 1;
}

.df-top-kv-slide1 {
  width: 100%;
  position: absolute;
  top: 0;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0s;
  animation-duration: 6s;
  animation-name: anima-img;
}
.df-top-kv-slide1 img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center top;
}
.df-top-kv-slide2 {
  width: 70%;
  position: absolute;
  top: 65%;
  left: 18%;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 1s;
  animation-duration: 5s;
  animation-name: anima-txt-sp;
}
@media (min-width: 1025px) {
  .df-top-kv-slide2 {
    width: 25%;
    top: 25%;
    left: 20%;
    animation-delay: 2s;
    animation-duration: 6s;
    animation-name: anima-txt;
  }
}
.df-top-kv-slide3 {
  width: 70%;
  position: absolute;
  top: 65%;
  left: 18%;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 5s;
  animation-duration: 5s;
  animation-name: anima-txt;
}
@media (min-width: 1025px) {
  .df-top-kv-slide3 {
    width: 20%;
    top: 70%;
    left: 20%;
    animation-delay: 3s;
    animation-duration: 6s;
    animation-name: anima-txt;
  }
}
.df-top-kv-slide4 {
  position: absolute;
  bottom: 0;
  left: 5%;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 8s;
  animation-duration: 6s;
  animation-name: anima-img;
}
@media (min-width: 1025px) {
  .df-top-kv-slide4 {
    animation-delay: 4s;
  }
}
.df-top-kv-slide5 {
  font-size: 14px;
  color: white;
  position: absolute;
  bottom: 10px;
  right: 20px;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 8s;
  animation-duration: 6s;
  animation-name: anima-img;
}
@media (min-width: 1025px) {
  .df-top-kv-slide5 {
    font-size: 20px;
    animation-delay: 4s;
  }
}

@keyframes anima-img {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anima-txt-sp {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  20% {
    opacity: 1;
    transform: translate(0, -50px);
  }
  50% {
    opacity: 1;
    transform: translate(0, -50px);
  }
  100% {
    opacity: 0;
    transform: translate(0, -50px);
  }
}
@keyframes anima-txt {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  20% {
    opacity: 1;
    transform: translate(0, -50px);
  }
  50% {
    opacity: 1;
    transform: translate(0, -50px);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50px);
  }
}
.df-support-area {
  margin: 30px 0 0;
}
.df-support-block__img {
  margin: 20px 0 0 auto;
}
.df-support-block__img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.df-support-block__img p {
  text-align: right;
}
.df-support-block__txt {
  margin: 10px 0 0 0;
}
.df-support-block__txt h3 {
  margin-bottom: 10px;
}
.df-support-block__txt div p:not(:last-of-type) {
  margin-bottom: 20px;
}
.df-support-block:not(:last-of-type) {
  margin-bottom: 50px;
}
@media (min-width: 1025px) {
  .df-support-area {
    margin: 130px 0 0;
  }
  .df-support-block__img {
    width: 48%;
    margin: -100px 0 0 auto;
  }
  .df-support-block__img img {
    height: 600px;
  }
  .df-support-block__txt {
    width: 40%;
    margin: -500px 0 0 50px;
  }
  .df-support-block__txt h3 {
    margin-bottom: 50px;
  }
  .df-support-block:not(:last-of-type) {
    margin-bottom: 100px;
  }
}

.df-purpose__block div:not(:last-of-type) {
  margin-bottom: 30px;
}
.df-purpose__block div .df-list-circle {
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .df-purpose__block div:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .df-purpose__block div .df-list-circle {
    margin-bottom: 30px;
  }
}
.df-purpose__block div {
  overflow: hidden;
}
.df-purpose__block_img-r {
  width: 40%;
  margin: 0 0 10px 10px;
  float: right;
}
@media (min-width: 1025px) {
  .df-purpose__block_img-r {
    width: auto;
    margin: 0 0 20px 20px;
  }
}
.df-purpose__img {
  padding: 0;
  text-align: center;
}
.df-purpose__img-2col, .df-purpose__img-3col {
  padding: 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.df-purpose__img-2col img {
  width: 49%;
}
.df-purpose__img-2col img:nth-child(1), .df-purpose__img-2col img:nth-child(2) {
  margin-bottom: 2%;
}
.df-purpose__img-3col img {
  width: 32%;
}
@media (min-width: 1025px) {
  .df-purpose__img {
    padding: 0 50px;
  }
  .df-purpose__img-2col, .df-purpose__img-3col {
    padding: 0 100px;
  }
  .df-purpose__img-2col img {
    width: 45%;
  }
  .df-purpose__img-2col img:nth-child(1), .df-purpose__img-2col img:nth-child(2) {
    margin-bottom: 2%;
  }
}

.df-personal__block-s {
  margin: 10px 0 30px;
  padding: 0;
}
.df-personal__block-s img {
  margin-top: 20px;
}
.df-personal__block-card {
  display: flex;
}
.df-personal__block-card img {
  width: 20%;
}
@media (min-width: 1025px) {
  .df-personal__block-s {
    margin: 30px 0 50px;
    padding: 0 50px;
  }
}
.df-personal__block-card {
  width: 100%;
}
@media (min-width: 1025px) {
  .df-personal__block img {
    width: auto;
  }
}

.df-inheritance__block-s {
  margin: 10px 0 30px;
  padding: 0;
}
.df-inheritance__block-s img {
  margin-top: 20px;
}
.df-inheritance__block:last-child {
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .df-inheritance__block-s {
    margin: 30px 0 50px;
    padding: 0 50px;
  }
  .df-inheritance__block:last-child {
    margin-bottom: 100px;
  }
}

.df-corporation__block-jfapp p:last-child {
  width: 80%;
  margin: 20px auto 0;
}
@media (min-width: 1025px) {
  .df-corporation__block-jfapp {
    display: flex;
    justify-content: space-between;
  }
  .df-corporation__block-jfapp p:first-child {
    width: 65%;
  }
  .df-corporation__block-jfapp p:last-child {
    width: 30%;
    margin: 0;
  }
}

.df-benefits__block-s {
  margin: 10px 0 30px;
  padding: 0;
}
.df-benefits__block-s img {
  margin-top: 20px;
}
@media (min-width: 1025px) {
  .df-benefits__block-s {
    margin: 30px 0 50px;
    padding: 0 50px;
  }
}
@media (min-width: 1025px) {
  .df-benefits__blockimg-s img {
    width: 50%;
  }
}
.df-benefits__blockimg-center {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.df-benefits__blockimg-center span {
  display: block;
  font-size: 12px;
}
@media (min-width: 1025px) {
  .df-benefits__blockimg-center span {
    font-size: 14px;
  }
}
.df-benefits__list ul {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.df-benefits__list ul img {
  margin: 0;
}
@media (min-width: 1025px) {
  .df-benefits__list ul {
    margin-top: 30px;
    flex-direction: row;
    gap: 20px;
  }
}
.df-benefits__list ul p {
  margin-top: 0;
}
.df-benefits__list p {
  margin-top: 10px;
}
@media (min-width: 1025px) {
  .df-benefits__list p {
    margin-top: 20px;
  }
}
.df-benefits__flow p {
  margin-top: 20px;
}
@media (min-width: 1025px) {
  .df-benefits__flow p {
    margin-top: 50px;
  }
}

.df-tax-incentives__block:last-child {
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .df-tax-incentives__block:last-child {
    margin-bottom: 100px;
  }
}
.df-tax-incentives__block .df-list-c-number li p {
  margin-top: 10px;
  line-height: 1.8em;
}
.df-tax-incentives__block-s {
  margin: 10px 0 30px;
  padding: 0;
}
.df-tax-incentives__block-s img {
  margin-top: 20px;
}
.df-tax-incentives__block-img {
  margin-bottom: 20px;
  text-align: center;
}
.df-tax-incentives__block-img img {
  margin-bottom: 20px;
}
.df-tax-incentives__block-img .font-s {
  line-height: 1.5em;
  text-align: left;
}
.df-tax-incentives__formula {
  margin-bottom: 10px;
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  background: #eee;
  text-align: center;
}
.df-tax-incentives__ttl {
  margin-bottom: -10px;
  padding: 5px 10px;
  display: inline-block;
  background: #d0d3da;
}
@media (min-width: 1025px) {
  .df-tax-incentives__block-s {
    margin: 30px 0 50px;
    padding: 0 50px;
  }
  .df-tax-incentives__block-img {
    margin-bottom: 20px;
  }
  .df-tax-incentives__block-img img {
    height: 200px;
  }
  .df-tax-incentives__formula {
    margin-bottom: 10px;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    background: #eee;
    text-align: center;
  }
}

.df-tax-incentives-table {
  overflow: auto;
}
.df-tax-incentives-table table {
  width: 500px;
  margin: 20px 0 0 0;
  border: none;
  border-collapse: collapse;
}
.df-tax-incentives-table table thead {
  background: #B1B1B1;
}
.df-tax-incentives-table table thead tr {
  border-bottom: solid 2px white;
}
.df-tax-incentives-table table thead tr th {
  padding: 5px 10px;
}
.df-tax-incentives-table table thead tr th:not(:last-of-type) {
  border-right: solid 2px white;
}
.df-tax-incentives-table table tbody tr {
  background: #F2F2F2;
  border-bottom: solid 2px white;
}
.df-tax-incentives-table table tbody tr td {
  padding: 5px 10px;
  border-right: solid 2px white;
  text-align: center;
}
.df-tax-incentives-table table tbody tr th {
  padding: 5px 10px;
  background: #B1B1B1;
  border-right: solid 2px white;
}
@media (min-width: 1025px) {
  .df-tax-incentives-table table {
    width: 100%;
  }
}

.df-report__block {
  margin: 10px 0 30px;
  padding: 0;
}
@media (min-width: 1025px) {
  .df-report__block {
    margin: 30px 0 50px;
  }
}
.df-report__block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1025px) {
  .df-report__block ul {
    column-count: 3;
    column-gap: 24px;
  }
  .df-report__block ul li {
    break-inside: avoid;
  }
}
.df-report__block p {
  margin-top: clamp(10px, 2.5vw, 20px);
  line-height: 1.5;
}
.df-report__block-s {
  margin: 10px 0 30px;
  padding: 0;
}
@media (min-width: 1025px) {
  .df-report__block-s {
    margin: 30px 0 50px;
    padding: 0 50px;
  }
}
.df-report__block:last-child {
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .df-report__block:last-child {
    margin-bottom: 100px;
  }
}

/*アコーディオン全体*/
.df-faq__block {
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .df-faq__block {
    margin-bottom: 100px;
  }
}
.df-faq__list {
  list-style: none;
  margin: 0 auto;
}
.df-faq__list:not(:last-of-type) {
  margin-bottom: 30px;
}
.df-faq__list li {
  margin: 0 0 20px;
  border: 1px solid #707070;
}
@media (min-width: 1025px) {
  .df-faq__list:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.df-faq {
  /*アコーディオンタイトル*/
}
.df-faq__q {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding: 10px 30px 10px 10px;
  transition: all 0.5s ease;
}
.df-faq__q div {
  display: flex;
  line-height: 21px;
}
.df-faq__q div p:first-child {
  margin-right: 5px;
  display: block;
  line-height: 21px;
}
.df-faq__q {
  /*アイコンの＋と×*/
}
.df-faq__q::before, .df-faq__q::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #707070;
  transition: all 0.5s ease;
}
.df-faq__q::before {
  top: 48%;
  right: 10px;
  transform: rotate(0deg);
}
.df-faq__q::after {
  top: 48%;
  right: 10px;
  transform: rotate(90deg);
}
.df-faq__q {
  /*　closeというクラスがついたら形状変化　*/
}
.df-faq__q.close::before {
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
.df-faq__q.close::after {
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
@media (min-width: 1025px) {
  .df-faq__q {
    padding: 20px 50px 20px 20px;
  }
  .df-faq__q div p {
    line-height: 24px;
  }
  .df-faq__q::before {
    top: 48%;
    right: 30px;
    transform: rotate(0deg);
  }
  .df-faq__q::after {
    top: 48%;
    right: 30px;
    transform: rotate(90deg);
  }
}
.df-faq {
  /*アコーディオンで現れるエリア*/
}
.df-faq__a {
  display: none; /*はじめは非表示*/
  background: #F2F2F2;
  margin: 0 10px 10px;
  padding: 10px;
}
.df-faq__a div {
  display: flex;
  line-height: 21px;
}
.df-faq__a div p:first-child {
  margin-right: 5px;
  display: block;
  line-height: 21px;
}
@media (min-width: 1025px) {
  .df-faq__a {
    margin: 0 20px 20px;
    padding: 20px;
    line-height: 24px;
  }
  .df-faq__a div p {
    line-height: 24px;
  }
}

.df-regulations__block:not(:last-of-type) {
  margin-bottom: 10px;
}
.df-regulations__block h2 {
  margin-bottom: 0;
}
.df-regulations__block-article span {
  display: block;
}
.df-regulations__block-list > li {
  margin-top: 5px;
}
.df-regulations__block-list > li > span {
  margin-right: 5px;
  display: inline-block;
}
.df-regulations__block-list > li > ol {
  margin-left: 1em;
}
.df-regulations__block-list > li > ol > li {
  margin-top: 5px;
}
.df-regulations__block-list > li > ol > li > span {
  display: inline-block;
}
.df-regulations__block-list2 {
  margin: 0 0 1em 1em;
}
.df-regulations__block-list2 > li {
  margin-top: 5px;
}
.df-regulations__block-list2 > li > span {
  margin-right: 5px;
  display: inline-block;
}
@media (min-width: 1025px) {
  .df-regulations__block:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .df-regulations__block h2 {
    margin-bottom: 10px;
  }
  .df-regulations__block-article {
    display: flex;
  }
  .df-regulations__block-article span {
    width: 3em;
    margin-right: 1em;
    text-align: center;
    white-space: nowrap;
  }
  .df-regulations__block-list {
    margin: 0 0 1em 4em;
  }
  .df-regulations__block-list > li > ol {
    margin-left: 3em;
  }
  .df-regulations__block-list2 {
    margin: 0 0 1em 4em;
  }
}

.df-guest-list__area {
  width: 100%;
  margin-top: 30px;
}
.df-guest-list__area li {
  border-top: 1px solid #B1B1B1;
}
.df-guest-list__area li:last-child {
  border-bottom: 1px solid #B1B1B1;
}
.df-guest-list__area li a {
  padding: 10px 0 10px 30px;
  display: block;
  display: flex;
  flex-flow: column;
  background: url(../img/icon-pdf-b.png) left center no-repeat;
  background-size: 20px;
}
@media (min-width: 1025px) {
  .df-guest-list__area {
    margin-top: 50px;
  }
  .df-guest-list__area li a {
    padding: 10px 0 10px 40px;
    display: block;
    display: flex;
    flex-flow: row;
    transition: 0.3s;
    position: relative;
    background: url(../img/icon-pdf-b.png) 5px center no-repeat;
    background-size: 20px;
  }
  .df-guest-list__area li a::after {
    content: "→";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    transition: 0.3s;
  }
  .df-guest-list__area li a:hover {
    background: rgba(0, 30, 85, 0.1) url(../img/icon-pdf-b.png) 10px center no-repeat;
    background-size: 20px;
  }
  .df-guest-list__area li a:hover::after {
    transform: translate(10px, -50%);
  }
}

.df-contact__block {
  margin-bottom: 30px;
}
.df-contact__block-s {
  margin: 10px 0 0;
  padding: 0;
}
@media (min-width: 1025px) {
  .df-contact__block {
    margin-bottom: 100px;
  }
  .df-contact__block-s {
    margin: 30px 0 0;
    padding: 0 50px;
  }
}

.df-guide__block-s {
  margin: 10px 0 30px;
  padding: 0;
}
.df-guide__block-s p {
  margin-top: 20px;
}
.df-guide__block-card {
  margin: 20px 0;
  display: flex;
}
.df-guide__block-card img {
  width: 20%;
}
@media (min-width: 1025px) {
  .df-guide__block {
    margin-bottom: 100px;
  }
  .df-guide__block-s {
    margin: 30px 0 50px;
    padding: 0 50px;
  }
  .df-guide__block-card img {
    width: auto;
  }
}

.df-guide-table {
  overflow: auto;
}
.df-guide-table table {
  margin: 30px 0;
}
.df-guide-table table thead tr th:nth-child(1), .df-guide-table table thead tr th:nth-child(2), .df-guide-table table thead tr th:nth-child(3) {
  width: 33.333%;
}

.df-privacy__block:last-child {
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .df-privacy__block:last-child {
    margin-bottom: 100px;
  }
}

.df-legal__block {
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .df-legal__block {
    margin-bottom: 100px;
  }
}
.df-legal__block dl dt {
  margin: 0;
  padding: 10px 0 0;
  font-weight: bold;
  border-top: solid 1px #B1B1B1;
}
.df-legal__block dl dd {
  margin: 0;
  padding: 0 0 10px;
}
.df-legal__block dl dd:last-child {
  border-bottom: solid 1px #B1B1B1;
}
@media (min-width: 1025px) {
  .df-legal__block dl {
    position: relative;
  }
  .df-legal__block dl dt {
    width: 15em;
    padding: 15px;
    position: absolute;
    left: 0;
    border-top: none;
  }
  .df-legal__block dl dd {
    margin: 0;
    padding: 15px 0 15px 20em;
    border-top: solid 1px #B1B1B1;
  }
}

.df-izou__block-s {
  margin: 10px 0 30px;
  padding: 0;
}
.df-izou__block-s h4 {
  margin-top: 10px;
}
@media (min-width: 1025px) {
  .df-izou__block-s {
    margin: 30px 0 50px;
    padding: 0 50px;
  }
  .df-izou__block-s h4 {
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  .df-izou__blockimg-s img {
    width: 50%;
  }
}
.df-izou__subject {
  margin-top: 20px;
}
@media (min-width: 1025px) {
  .df-izou__subject {
    margin-top: 50px;
  }
}
.df-izou__subject ul {
  max-width: 800px;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .df-izou__subject ul {
    margin: 20px auto 50px;
    flex-direction: row;
  }
}
.df-izou__subject ul li {
  width: 100%;
  max-width: 180px;
  padding: 10px;
  background: #d0d3da;
  text-align: center;
  color: #001e55;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .df-izou__subject ul li {
    padding: 20px;
  }
}
.df-izou__subject ul li:first-child {
  background: #001e55;
  color: #fff;
}