@charset "utf-8";

/* common */

html,
body {
  min-width: 320px;
  padding: 0;
  margin: 0;
  font-family: 'Noto Sans JP', 'Open Sans', 'Helvetica Neue',
    'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  background: #fff;
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
img,
strong,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
select,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
footer,
header,
menu,
nav {
  padding: 0;
  margin: 0;
  border: 0;
}

body {
  margin: 0 auto;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #04c;
  text-decoration: underline;
}

a:focus,
a:active,
a:hover {
  color: #04c;
  text-decoration: none;
  opacity: 0.7;
}

a:active {
  opacity: 1;
}

main {
  background-color: #fffff6;
}

.u-pc {
  display: none;
}

.u-sp {
  display: block;
}

.Responsive {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.Responsive--lg {
  max-width: 1280px;
}

@media (min-width: 992px) {
  .Responsive {
    padding: 0;
  }
}

.u-ttl {
  margin: 25px auto 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  color: #04904d;
  text-align: center;
  letter-spacing: 3px;
}

@media (min-width: 360px) {
  .u-ttl {
    margin-bottom: 45px;
    font-size: 22px;
  }
}

@media (min-width: 390px) {
  .u-ttl {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .u-ttl {
    font-size: 28px;
  }
}

.u-lnk {
  color: #096fc8;
  word-wrap: break-word;
}

.u-lnk-ico {
  width: 26px;
}

@media (min-width: 768px) {
  .u-pc {
    display: block;
  }

  .u-sp {
    display: none;
  }
}

/* END: common */

/* .Header */

.Header {
  background-color: #fff;
}

.Header__lnk {
  display: flex;
  align-items: center;
  justify-self: flex-start;
  height: 64px;
  padding: 10px 20px;
}

.Header__lnk img {
  width: 217px;
}

@media (min-width: 768px) {
  .Header {
    display: flex;
    justify-content: space-between;
  }

  .Header__lnk {
    padding: 10px 30px;
  }
}

/* END: .Header */

/* .Hero */

.Hero {
  position: relative;
  width: 100%;
  padding: 30px 0 0;
  background-color: #ddf5cb;
  background-image: url(/campaign/mirainomori/img/hero_img_bg.png);
}

.Hero-inner {
  display: none;
}

.Hero__lnk {
  display: block;
  width: 85%;
  max-width: 315px;
  margin: 17px auto;
}

.Hero-stat {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 88%;
  padding: 15px 25px;
  margin: 0 auto 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
}

.Hero-stat__duration {
  margin-bottom: 10px;
  font-weight: bold;
  color: #22ac5a;
}

.Hero-stat-item {
  display: flex;
  width: 100%;
  color: #333;
}

.Hero-stat-item__lbl {
  display: flex;
  flex: 0 0 40%;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
}

.Hero-stat-item__val {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 5px;
  white-space: nowrap;
}

.Hero-stat-item__val--highlight {
  padding-right: 5px;
  padding-left: 15px;
  margin-bottom: 0;
  font-size: 135%;
  font-weight: bold;
  color: #f27b22;
}

.Hero__round {
  width: 100%;
}

@media (min-width: 768px) {
  .Hero-inner {
    display: flex;
  }

  .Hero__lnk {
    width: 92%;
    max-width: 92%;
    margin: 17px 0;
  }

  .Hero-detail__img {
    width: 92%;
  }

  .Hero-stat {
    position: absolute;
    bottom: 20%;
    left: 50%;
    flex-direction: row;
    padding: 7px 35px 5px;
    transform: translateX(-50%);
  }

  .Hero-stat__duration {
    width: 100%;
    margin-bottom: 0;
  }

  .Hero-stat-item {
    flex: 0 0 28%;
    padding-left: 35px;
    margin-bottom: 0;
  }

  .Hero-stat-item__val--highlight {
    padding-left: 10px;
  }
}

@media (min-width: 1440px) {
  .Hero__lnk {
    max-width: 384px;
  }
}

/* END: .Hero */

/* .How */

.How {
  width: 100%;
  background-color: #fffff6;
}

.How__forest {
  position: relative;
  display: block;
  width: 64px;
  margin: -25px auto 0;
}

.How-step {
  display: flex;
  flex-direction: column;
  padding: 0 50px;
  margin-bottom: 65px;
}

.How-step-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 65px;
}

.How-step-item-ico {
  position: relative;
}

.How-step-item:not(:last-child) .How-step-item-ico::after {
  position: absolute;
  bottom: -55px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border: 14px solid transparent;
  border-top-color: #22ac5a;
  border-top-width: 18px;
  transform: translateX(-50%);
}

.How-step-item-detail {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.How-step-item-detail__step {
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #22ac5a;
  text-align: center;
  letter-spacing: 2px;
  border-bottom: 1px solid #22ac5a;
}

.How-step-item-detail__step--no {
  margin-left: 10px;
  font-size: 30px;
}

.How-step-item-detail__txt {
  margin-bottom: 20px;
  font-size: 14px;
}

.How-step-item-ico__img {
  display: block;
  width: 180px;
  margin: auto;
}

@media (min-width: 768px) {
  .How__forest {
    width: 135px;
  }

  .How-step {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 90px;
  }

  .How-step-item {
    flex-direction: column-reverse;
    justify-content: flex-end;
    max-width: 250px;
  }

  .How-step-item:not(:last-child) {
    margin-right: 60px;
  }

  .How-step-item:not(:last-child) .How-step-item-ico::after {
    top: 50%;
    bottom: unset;
    left: calc(100% + (60px - 32px) / 2 + 8px);
    border-top-color: transparent;
    border-top-width: 14px;
    border-left-color: #22ac5a;
    border-left-width: 18px;
    transform: translateY(-50%);
  }

  .How-step-item-ico {
    max-height: 242px;
    aspect-ratio: 1 / 1;
  }

  .How-step-item-ico__img {
    width: auto;
    height: 100%;
  }

  .How-step-item-detail__step {
    display: flex;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
  }
}

/* END: .How */

/* .Mypage */

.Mypage {
  position: relative;
  width: calc(100% - 30px);
  padding: 30px 15px;
  margin-bottom: 120px;
  margin-left: 15px;
  line-height: 26px;
  text-align: justify;
  background-color: #f4f1dc;
  border-radius: 36px;
}

.Mypage__ico {
  position: absolute;
  top: -66px;
  left: 50%;
  width: 30%;
  max-width: 208px;
  transform: translateX(-50%);
}

.Mypage__head {
  margin-bottom: 10px;
}

.Mypage__txt {
  font-size: 14px;
}

.Mypage__note {
  position: relative;
  padding-left: 15px;
  margin-top: 15px;
  font-weight: 700;
  color: #f27b22;
  text-decoration: underline;
}

.Mypage__note::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}

.Mypage-tb {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  font-size: 13px;
  border: 1px solid #b7b7b7;
  border-radius: 16px;
}

.Mypage-tb-row {
  display: flex;
}

.Mypage-tb-row-cell {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px;
  overflow: hidden;
  background-color: #fff;
}

.Mypage-tb-row:not(:last-child) {
  border-bottom: 1px solid #b7b7b7;
}

.Mypage-tb-row-cell--head {
  flex: 0 0 95px;
  justify-content: center;
  text-align: center;
  background-color: #dcf3c5;
  border-right: 1px solid #b7b7b7;
}

.Mypage-list {
  max-width: 100%;
}

.Mypage-list-item {
  position: relative;
  padding-left: 15px;
}

.Mypage-list-item--highlight:not(:last-child) {
  margin-bottom: 20px;
}

.Mypage-list-item--highlight::before {
  color: #22ac5a;
}

.Mypage-list-item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '・';
}

.Mypage-list-item__head {
  font-weight: bold;
  color: #22ac5a;
}

.Mypage__btn {
  display: block;
  width: 100%;
  max-width: 424px;
  margin: 40px auto 0;
}

@media (min-width: 360px) {
  .Mypage-tb {
    font-size: 14px;
  }

  .Mypage-tb-row-cell--head {
    flex: 0 0 105px;
  }
}

@media (min-width: 768px) {
  .Mypage {
    max-width: 1040px;
    padding: 60px 80px 30px;
    margin: auto;
  }

  .Mypage__ico {
    top: -106px;
  }

  .Mypage__head {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .Mypage-tb-row-cell {
    padding: 15px;
  }

  .Mypage-tb-row-cell--head {
    flex: 0 0 135px;
  }
}

/* END: .Mypage */

/* .Mission */

.Mission {
  position: relative;
  width: 100%;
  padding: 50px 15px 0;
  background-color: #ddf5cb;
  background-image: url(/campaign/mirainomori/img/hero_img_bg.png);
}

.Mission__ico {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 50%;
  max-width: 458px;
  transform: translateX(-50%);
}

.Mission-donate {
  padding: 30px;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
}

.Mission-donate__ico {
  display: block;
  width: 40%;
  margin: auto;
  margin-bottom: 30px;
}

.Mission-donate__txt {
  line-height: 26px;
  text-align: justify;
}

.Mission-donate__lnk {
  display: block;
  margin: 20px auto 0;
}

.Mission__hr {
  width: 2px;
  height: 90px;
  margin: 45px auto 35px;
  background-color: #04904d;
  border: 0;
}

.Mission-list {
  display: flex;
  flex-direction: column;
}

.Mission-item {
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin-bottom: 25px;
  background-color: #fff;
  border-radius: 12px;
}

.Mission-item__head {
  margin: 20px auto 10px;
  font-size: 16px;
  font-weight: bold;
  color: #04904d;
}

.Mission-item__txt {
  margin: auto;
  text-align: center;
}

@media (min-width: 768px) {
  .Mission {
    padding: 160px 15px 80px;
    margin-top: 150px;
  }

  .Mission__ico {
    top: -66px;
  }

  .Mission-donate {
    width: 550px;
    height: 550px;
    padding: 40px;
    margin: auto;
    border-radius: 50%;
  }

  .Mission-donate__txt {
    padding: 16px;
  }

  .Mission-list {
    flex-direction: row;
  }

  .Mission-item:not(:last-child) {
    margin-right: 30px;
  }
}

/* END: .Mission */

/* .Faq */

.Faq {
  padding: 70px 15px;
  text-align: justify;
  background-color: #fffff6;
}

.Faq__ico {
  display: block;
  width: 50px;
  margin: auto;
}

.Faq-item {
  padding: 15px 20px 0;
  margin-bottom: 25px;
  background-color: #fff;
  border: 2px solid #22ac5a;
  border-radius: 12px;
  box-shadow: 0 0 4px rgba(220, 243, 197, 0.6);
}

.Faq-item-ques {
  position: relative;
  display: flex;
  padding-bottom: 15px;
  font-weight: bold;
  cursor: pointer;
}

.Faq-item--show .Faq-item-ques {
  border-bottom: 1px solid #b7b7b7;
}

.Faq-item-ques::before {
  position: absolute;
  top: 17px;
  right: 2px;
  width: 16px;
  height: 3px;
  content: '';
  background-color: #04904d;
}

.Faq-item-ques::after {
  position: absolute;
  top: 11px;
  right: 8px;
  width: 3px;
  height: 16px;
  content: '';
  background-color: #04904d;
  transition: transform 0.5s ease;
}

.Faq-item--show .Faq-item-ques::after {
  transform: rotate(90deg);
}

.Faq-item-ques-head,
.Faq-item-ans-head {
  flex: 0 0 36px;
}

.Faq-item-ans {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.Faq-item-ans-inner {
  display: flex;
  padding: 15px 0;
}

.Faq-item-ques__txt {
  display: flex;
  align-items: center;
  padding-right: 50px;
}

.Faq-item-ques__txt,
.Faq-item-ans__txt {
  width: 100%;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .Faq-item-ques__txt,
  .Faq-item-ans__txt {
    padding-left: 20px;
  }

  .Faq-item-ans__txt {
    padding-right: 25px;
  }
}

.Overview {
  padding: 30px 15px;
  background-color: #f4f1dc;
}

/* END: .Faq */

/* .Overview */

.Overview-list {
  display: flex;
  flex-direction: column;
}

.Overview-item {
  display: flex;
  padding: 15px 0;
  border-top: 1px solid #b7b7b7;
}

.Overview-item__head {
  flex: 0 0 120px;
  font-weight: bold;
}

.Overview-item-body {
  width: 100%;
  padding-left: 15px;
}

.Overview-item-target__item::before {
  margin-right: 3px;
  content: '・';
}

@media (min-width: 768px) {
  .Overview-item__head {
    flex: 0 0 190px;
  }
}

/* END: .Overview */

/* .Footer */

.Footer {
  padding: 20px;
  color: #777;
  background-color: #fff;
}

.Footer-detail {
  display: flex;
  flex-direction: column;
}

.Footer__rt {
  text-align: center;
}

.Footer__copyright {
  margin-top: 16px;
  font-size: 12px;
  line-height: 24px;
}

@media (min-width: 375px) {
  .Footer__copyright {
    font-size: 13px;
  }
}

@media (min-width: 414px) {
  .Footer__copyright {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .Footer {
    padding: 35px 20px;
  }

  .Footer__copyright {
    width: 100%;
    margin-top: 0;
    text-align: center;
  }

  .Footer__rt {
    text-align: center;
  }
}

/* END: .Footer */
