@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-weight: unset;
}

ol, ul {
  list-style: none;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

input[type='submit'],
input[type='button'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type='submit']::-webkit-search-decoration,
input[type='button']::-webkit-search-decoration {
  display: none;
}

input[type='submit']:focus,
input[type='button']:focus {
  outline-offset: -2px;
}

input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  outline: none;
  border: none;
}

textarea {
  resize: vertical;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input {
  line-height: normal;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button {
  overflow: visible;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select {
  border: none;
}

html {
  font-size: 75%;
  scroll-behavior: smooth;
}

@media screen and (max-width: 425px) {
  html {
    font-size: 62.5%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  letter-spacing: 0.05em;
}

p {
  line-height: 1.75;
}

body {
  background-color: #efefef;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../../images/pc-background.jpg);
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
}

.page-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url(../../images/background_2.jpg) center/cover no-repeat;
  background-attachment: fixed;
}

@media screen and (max-width: 1340px) {
  .page-box {
    background-attachment: scroll;
    background: none;
  }
  .page-box::before {
    content: "";
    display: block;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, -1px);
            transform: translate3d(0, 0, -1px);
    width: 100%;
    height: 100vh;
    background: url(../../images/background.jpg) center/cover no-repeat;
  }
}

.photo-copy {
  display: none;
}

@media screen and (min-width: 1340px) {
  .photo-copy {
    display: block;
    position: fixed;
    top: 10px;
    right: 20px;
    font-size: 1.2rem;
  }
}

.pc-frame {
  display: none;
}

@media screen and (min-width: 1340px) {
  .pc-frame {
    z-index: 1;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1340px) {
  .sp-frame {
    width: 650px;
    margin: 0 auto;
    padding-top: 0;
    position: relative;
    z-index: 2;
    min-height: 100vh;
  }
}

.pc-left-box {
  height: 100%;
  width: calc((100% - 650px) / 2);
  position: relative;
}

.pc-left-box .logo-area {
  top: 25px;
  left: 25px;
}

.pc-left-box .logo-area__logo {
  max-width: 250px;
  margin-bottom: 10px;
}

.pc-left-box .logo-area__txt {
  font-size: 1rem;
}

.pc-right-box {
  height: 100%;
  width: calc((100% - 650px) / 2);
  position: relative;
}

.menu {
  background: rgba(255, 255, 255, 0.85);
  padding: 20px;
  border-radius: 12px;
  min-width: 300px;
  position: absolute;
  top: 380px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 6px;
}

.menu-ttl {
  font-size: 1.2rem;
  color: #006fba;
  margin-bottom: 20px;
}

.menu .lists-item {
  margin-bottom: 10px;
}

.menu .lists-item:last-child {
  margin-bottom: 0;
}

.menu .lists-item::before {
  content: "●";
  color: #006fba;
  margin-right: 8px;
}

.menu .lists-item a {
  color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.menu .lists-item a:hover {
  color: #006fba;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.logo-area {
  position: absolute;
}

.cta-area {
  position: absolute;
  top: 380px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cta-area img {
  min-width: 300px;
}

.sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

.serif {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
}

.outfit {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
}

.bold {
  font-weight: bold;
}

main,
.footer {
  max-width: 1340px;
  margin: 0 auto;
}

main {
  max-width: 1340px;
}

@media screen and (min-width: 1340px) {
  main {
    max-width: 650px;
  }
}

.curve,
.donate {
  margin-top: -2px;
}

.gold {
  color: #9f8c00;
}

.en-ttl {
  font-family: outfit;
  display: inline-block;
  border-bottom: 1px solid #006fba;
  font-size: 1rem;
  color: #006fba;
}

.is-pc {
  display: block;
}

@media screen and (max-width: 425px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}

@media screen and (max-width: 425px) {
  .is-sp {
    display: block;
  }
}

.figure-area {
  margin-top: 50px;
  padding-bottom: 20px;
  background-color: #fff;
  border-radius: 3px 3px 0 0;
  padding: 0px 20px 20px;
}

.figure-area__ttl {
  text-align: center;
}

.figure-area__ttl span {
  margin-top: -5%;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 3%;
  padding: 5px 50px;
}

.figure-area__ttl .white {
  background-color: #fff;
  color: #000;
}

.figure-area__ttl .gold {
  background-color: #aea12b;
  color: #fff;
}

.figure-area__img {
  max-width: 500px;
  margin: 0 auto;
}

.figure-area__txt {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.6rem;
}

@media screen and (min-width: 426px) {
  .figure-area__txt {
    margin-bottom: 40px;
  }
}

.white-back {
  display: block;
}

.white-back:nth-child(2) {
  margin-top: -5px;
}

.white-back span {
  display: inline-block;
  background-color: #fff;
  padding: 2px 7px;
  border-radius: 3px;
}

.black-back {
  display: block;
}

.black-back span {
  display: inline-block;
  color: #fff;
  background-color: #000;
  padding: 2px 7px;
  border-radius: 3px;
}

.en-ttl.white {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.main-ttl.white {
  color: #fff;
}

.main-ttl-area.tate .en-ttl {
  white-space: nowrap;
  position: absolute;
  left: 94%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.main-ttl-area.tate .main-ttl {
  font-size: 2.4rem;
}

@media screen and (min-width: 426px) {
  .main-ttl-area.tate .main-ttl {
    margin-bottom: 50px;
  }
}

.header {
  display: block;
}

@media screen and (min-width: 1340px) {
  .header {
    display: none;
  }
}

.header .wrap,
.footer .wrap {
  background-color: #fff;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo,
.footer__logo {
  width: 140px;
}

.header__txt,
.footer__txt {
  font-size: 1rem;
}

.footer {
  background-color: #fff;
  padding-bottom: 122px;
}

@media screen and (min-width: 426px) {
  .footer {
    padding-bottom: 50px;
  }
}

.footer__logo {
  width: 200px;
}

.footer .wrap {
  max-width: 500px;
  margin: 0 auto;
}

.footer .phone {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.footer .link-txt {
  display: block;
  text-align: center;
  text-decoration: underline;
  color: #000;
  margin-bottom: 10px;
}

.footer .copy {
  text-align: center;
  color: #808080;
  font-size: 1.2rem;
}

.fixed-cv {
  -webkit-filter: drop-shadow(0px 5px 10px #656565);
          filter: drop-shadow(0px 5px 10px #656565);
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #006fba;
  padding: 12px 20px;
}

.fixed-cv .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.fixed-cv__ttl {
  color: #fff;
  font-size: 1.3rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.fixed-cv .btn {
  display: block;
  background-color:  #ff7000;
  color: #fff;
  padding: 10px 12px;
  border-radius: 50px;
  font-weight:bold;
}

.fixed-cv .caution {
  text-align: center;
  font-size: 1rem;
  color: #fff;
}

.cv {
  background-color: #006fba;
  padding: 10px;
}

.cv.deep {
  background-color: #0368ad;
}

.cv.deep .cv__wrap {
  background-color: #006fba;
  background-image: url(../../images/emblem_dark.png);
}

.cv__wrap {
  background-color: #0368ad;
  border-radius: 5px;
  background-image: url(../../images/emblem_height.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}

@media screen and (min-width: 426px) {
  .cv__wrap {
    background-size: 50%;
  }
}

.cv__last-wrap {
  background-color: #0368ad;
}

.cv__contants {
  width: 95%;
  margin: 0 auto;
  padding: 30px 0;
}

@media screen and (min-width: 426px) {
  .cv__contants {
    width: 70%;
  }
}

.cv-txt {
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.cv-sub-txt {
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 20px;
}

.cv .btn {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cv .btn:hover {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cv .caution {
  color: #a3c7e0;
  font-size: 1rem;
  text-align: center;
}

.box-cv {
  background: rgba(255, 255, 255, 0.85);
  padding: 20px;
  border-radius: 12px;
}

.box-cv-txt {
  text-align: center;
  color: #006fba;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.box-cv .btn {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.box-cv .btn:hover {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.box-cv .caution {
  font-size: 1rem;
  color: #808080;
}

.movie {
  padding-top: 20px;
}

.movie .wrap {
  max-width: 90%;
  background-color: #fff;
  border-radius: 6px;
  margin: 0 auto;
  padding: 20px;
}

@media screen and (min-width: 426px) {
  .movie .wrap {
    max-width: 95%;
  }
}

.movie__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.movie .sub-ttl {
  display: inline-block;
  background-color: #006fba;
  color: #fff;
  font-size: 1.4rem;
  padding: 5px 15px 3px;
  border-radius: 100px;
}

.movie__main-ttl {
  margin-bottom: 15px;
}

.movie__thumbnail {
  width: 100%;
}

.movie .iframe {
  width: 100%;
}

.movie iframe.youtube-16-9 {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.service {
  padding: 50px 0 30px;
  border-bottom: 1px solid #e3e3e3;
}

.service .main-ttl-area {
  text-align: center;
}

.service .en-ttl {
  margin-bottom: 20px;
}

.service__main-ttl {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 20px;
  padding-left: 6%;
}

@media screen and (min-width: 426px) {
  .service__main-ttl {
    padding-left: 0;
  }
}

.service__ttl-txt {
  margin-bottom: 10px;
}

.service .arrow {
  width: 20%;
  margin: 0 auto;
}

.service-lists {
  margin-top: 10px;
}

.service-lists .list-item {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  margin-bottom: 10px;
}

@media screen and (min-width: 426px) {
  .service-lists .list-item {
    max-width: 100%;
    padding: 30px;
  }
}

.service-lists .list-item:last-child {
  margin-bottom: 0;
}

.service-lists .list-item:nth-child(2) {
  background: rgba(76, 76, 76, 0.1);
}

.service-lists .list-item__ttl {
  margin-bottom: 10px;
}

.service img {
  border-radius: 12px;
}

.service .txt-area {
  margin-top: -30px;
}

@media screen and (min-width: 426px) {
  .service .txt-area {
    margin-top: -40px;
  }
}

.service .sub-en-ttl {
  font-size: 1rem;
  color: #006fba;
}

.service .ttl {
  font-size: 1.8rem;
  margin-top: -3px;
}

.donate {
  padding-top: 50px;
  background-color: #006fba;
  position: relative;
}

.donate .main-ttl-area {
  width: 90%;
  margin: 0 auto;
}

.donate .main-ttl-area.first {
  text-align: center;
}

.donate .main-ttl {
  margin-bottom: 30px;
  font-size: 2.4rem;
}

.donate .en-ttl {
  margin-bottom: 20px;
}

.donate .contents-ttl {
  margin-bottom: 15px;
}

.donate .white-back {
  font-size: 1.6rem;
}

.donate .txt {
  color: #fff;
  margin-bottom: 15px;
}

.donate .img {
  margin-bottom: 10px;
}

.donate .contents {
  padding-bottom: 50px;
}

.donate .contents .wrap {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
}

.donate .contents .wrap:last-child {
  margin-bottom: 0;
}

.donate .contents.sec {
  padding-top: 50px;
  background-color: #0368ad;
  padding-bottom: 20px;
  margin-top: -2px;
}

.donate .contents-main-ttl {
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 15px;
}

.donate .sub-ttl {
  display: block;
  font-size: 2rem;
  margin-top: 10px;
}

.donate .reference {
  font-size: 1.2rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.donate .reference:hover {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.donate .reference p {
  color: #a3c7e0;
  padding-bottom:20px;
}

.supply {
  padding: 50px 0 50px;
  border-bottom: 1px solid #e3e3e3;
}

.supply .main-ttl-area {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (min-width: 426px) {
  .supply .main-ttl-area {
    margin-bottom: 70px;
  }
}

.supply .en-ttl {
  margin-bottom: 20px;
}

.supply__main-ttl {
  text-align: center;
  font-size: 2.4rem;
}

.supply .year {
  text-align: center;
  font-size: 1.8rem;
}

.supply-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media screen and (min-width: 426px) {
  .supply-lists {
    margin-bottom: 0;
    width: 90%;
  }
}

.supply .lists-item {
  width: 49%;
  background-color: #fff;
  padding-bottom: 15px;
  margin-bottom: 50px;
  border-radius: 6px;
}

.supply .lists-item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 426px) {
  .supply .lists-item:last-child {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 426px) {
  .supply .lists-item {
    width: 32%;
  }
}

.supply .img {
  width: 70px;
  margin: 0 auto;
  margin-top: -50px;
}

@media screen and (min-width: 426px) {
  .supply .img {
    width: 45%;
  }
}

.supply .number-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.supply .number {
  font-size: 3.4rem;
  color: #006fba;
  line-height: 1;
  margin-right: 3px;
}

.supply .name {
  text-align: center;
  margin-bottom: 5px;
}

.supply .value {
  font-size: 1rem;
  font-weight: bold;
}

.supply .caution {
  color: #8e8e8e;
  font-size: 1rem;
  text-align: center;
}

.reasons {
  padding: 50px 0 30px;
}

.reasons .black-back {
  margin-bottom: 10px;
}

.reasons .main-ttl-area {
  text-align: center;
}

.reasons .en-ttl {
  margin-bottom: 20px;
}

.reasons__main-ttl {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.reasons__ttl-txt {
  margin-bottom: 10px;
}

.reasons .arrow {
  width: 20%;
  margin: 0 auto;
}

.reasons-lists {
  margin-top: 10px;
}

.reasons-lists .list-item {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  padding-bottom: 0;
}

@media screen and (min-width: 426px) {
  .reasons-lists .list-item {
    max-width: 100%;
    padding: 30px;
  }
}

.reasons-lists .list-item__ttl {
  margin-bottom: 10px;
}

.reasons img {
  border-radius: 6px;
}

.reasons .txt-area {
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
}

.reasons .sub-en-ttl {
  font-size: 1rem;
  color: #006fba;
  margin-bottom: -7px;
}

.reasons .ttl {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.reasons .txt {
  margin-bottom: 10px;
}

.reasons .sub-ttl {
  margin-top: -50px;
  margin-left: -5px;
  font-size: 1.6rem;
}

.reasons .sub-txt {
  font-size: 1.2rem;
  color: #808080;
  padding-top: 5px;
}

.reasons .caution {
  color: #8e8e8e;
  font-size: 1rem;
  display: block;
}

.about-us {
  padding-top: 50px;
  border-bottom: 1px solid #e3e3e3;
}

.about-us .main-ttl-area {
  text-align: center;
  margin-bottom: 20px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.about-us .en-ttl {
  margin-bottom: 20px;
}

.about-us__main-ttl {
  text-align: center;
  font-size: 2.4rem;
}

.about-us .caution {
  color: #8e8e8e;
  font-size: 1rem;
  text-align: center;
}

.what-you-can {
  padding: 50px 20px;
  background-color: #006fba;
  position: relative;
}

.what-you-can .main-ttl {
  margin-bottom: 30px;
  text-align: center;
  font-size: 2.4rem;
}

.what-you-can .main-ttl-area {
  text-align: center;
}

.what-you-can .en-ttl {
  margin-bottom: 20px;
}

@media screen and (min-width: 426px) {
  .what-you-can__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.what-you-can__lists .caution {
  color: #808080;
  font-size: 1rem;
  text-align: center;
  margin-top: 5px;
}

.what-you-can .lists-item {
  margin-bottom: 20px;
}

.what-you-can .lists-item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 426px) {
  .what-you-can .lists-item {
    width: 49%;
  }
  .what-you-can .lists-item:nth-child(n + 5) {
    margin-bottom: 0;
  }
}

.what-you-can .lists-item__img {
  position: relative;
}

.what-you-can .lists-item__img img {
  border-radius: 6px 6px 0;
}

.what-you-can .money-icon {
  position: absolute;
  left: 10px;
  bottom: -20px;
  width: 90px;
}

.what-you-can .text-area {
  background-color: #fff;
  padding: 30px 20px 20px;
  text-align: center;
  border-radius: 0 0 6px 6px;
}

@media screen and (min-width: 426px) {
  .what-you-can .text-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 190px;
  }
}

.what-you-can .text-area__sub-txt {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.what-you-can .text-area__main-txt {
  display: block;
  font-size: 2.2rem;
  color: #006fba;
}

.what-you-can .caution {
  color: #a3c7e0;
  font-size: 1rem;
  margin-top: 5px;
}

.voices {
  padding: 50px 20px;
  position: relative;
}

.voices .main-ttl {
  margin-bottom: 35px;
  font-size: 2.4rem;
}

.voices .en-ttl {
  margin-bottom: 20px;
}

.voices .main-ttl-area {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 426px) {
  .voices-lists {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 426px) {
  .voices .sub-ttl {
    margin-bottom: 50px;
  }
}

.voices .lists-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.voices .lists-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.voices .lists-item:nth-child(even) .txt:before {
  top: 50%;
  right: 100%;
  border-right: 10px solid #fff;
}

.voices .lists-item:nth-child(odd) .txt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -25px;
  border: 5px solid transparent;
  border-left: 10px solid #fff;
}

.voices .lists-item:last-child {
  margin-bottom: 0;
}

.voices .txt {
  background-color: #fff;
  padding: 15px;
  position: relative;
  width: 75%;
}

@media screen and (min-width: 426px) {
  .voices .txt {
    width: 79%;
  }
}

.voices .txt:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -25px;
  border: 5px solid transparent;
}

.voices .comment {
  font-size: 1.2rem;
}

.voices .name {
  font-size: 1.2rem;
  color: #006fba;
}

.voices .icon {
  width: 20%;
}

@media screen and (min-width: 426px) {
  .voices .icon {
    max-width: 80px;
  }
}

.supporter {
  background-color: #006fba;
  padding: 50px 0 0px;
}

.supporter .main-ttl-area {
  text-align: center;
}

.supporter .en-ttl {
  margin-bottom: 20px;
}

.supporter .ttl {
  margin-bottom: 30px;
}

.supporter__main-ttl {
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.supporter__ttl-txt {
  margin-bottom: 10px;
}

.supporter .white-back {
  font-size: 1.6rem;
}

.supporter .list-item {
  position: relative;
  color: #fff;
  padding: 30px 0;
}

.supporter .list-item__ttl {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

@media screen and (min-width: 426px) {
  .supporter .list-item__ttl {
    margin-bottom: 30px;
  }
}

.supporter .list-item .number {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 9rem;
  line-height: 1;
}

.supporter .list-item:first-child {
  background-color: #0368ad;
}

.supporter .list-item:first-child .number {
  color: #006fba;
}

.supporter .list-item:nth-child(2) .number {
  color: #0368ad;
}

.supporter .list-item .wrap {
  width: 90%;
  margin: 0 auto;
}

.faq {
  padding: 50px 0;
}

.faq .main-ttl-area {
  text-align: center;
  margin-bottom: 30px;
}

.faq .en-ttl {
  margin-bottom: 20px;
}

.faq .wrap {
  width: 90%;
  margin: 0 auto;
  max-width: 500px;
}

.faq .section-ttl {
  margin-bottom: 50px;
}

.faq .icon {
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  margin-right: 15px;
}

.faq .icon.q span {
  color: #fff;
}

.faq .icon.a {
  background-color: #fff;
}

.faq .icon span {
  display: inline-block;
  text-align: center;
  padding-left: 2px;
  font-size: 1.6rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.faq .toggle {
  display: none;
}

.faq-lists {
  max-width: 500px;
  margin: 0 auto;
}

.faq-lists .lists-item {
  position: relative;
  margin-bottom: 15px;
  border-radius: x;
}

.faq-lists .lists-item:last-child {
  margin-bottom: 35px;
}

.faq .title,
.faq .content {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.faq .content-wrap {
  margin-bottom: 20px;
}

.faq .title {
  background-color: #fff;
  padding: 20px 30px;
  display: block;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
}

.faq .title p {
  width: 85%;
}

.faq .content {
  max-height: 0;
  overflow: hidden;
}

.faq .txt-box {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq .txt-box p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.faq .txt-box.answer {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.faq .txt-box.answer p {
  margin-top: 3px;
}

@media screen and (min-width: 426px) {
  .faq .txt-box.answer p {
    margin-top: 0;
  }
}

.faq .question p {
  font-size: 1.6rem;
}

.faq .toggle:checked + .title + .content {
  max-height: 2000px;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.faq .toggle:checked + .title::before {
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}

.faq .title::after,
.faq .title::before {
  content: "";
  background-color: #006fba;
  position: absolute;
  right: 30px;
  top: 42%;
  width: 2px;
  height: 0.75em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.faq .title::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #006fba;
}

.faq .icon {
  display: block;
  font-size: 1.6rem;
  width: 30px;
}

.faq .icon.q {
  background-color: #000;
}

.faq .icon.a {
  background-color: #006fba;
}

.faq .icon.a span {
  color: #fff;
}

.faq .coution-lists {
  font-size: 1.2rem;
  color: #808080;
}

.faq .coution-lists .list-item {
  text-indent: -0.5em;
  padding-left: -0.5em;
}

.phone-number .number {
  color: #fff;
  background-color: #006fba;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
}

.phone-number span {
  line-height: 0;
}
/*# sourceMappingURL=styles.css.map */