@charset "UTF-8";
@import 'https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Noto+Serif:400,700&display=swap';
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  /*text-align: justify;*/
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

a {
  padding: auto;
  color: #c00000;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

.pc-only {
  display: block;
}
@media screen and (max-width: 800px) {
  .pc-only {
    display: none;
  }
}

.top_btn {
  position: fixed;
  bottom: 25px;
  right: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 99999;
  padding: 15px;
  width: 40px;
  height: 40px;
  background-color: #e8822a;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
}
.top_btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 800px) {
  .top_btn {
    padding: 0;
    bottom: 15px;
    right: 15px;
    padding: 5px;
  }
}

.entry_btn {
  display: block;
  margin: 0 auto;
  padding: 15px;
  width: 200px;
  background-color: #e8822a;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  border-radius: 30px;
}

.wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding-top: 30px;
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 600px) {
  .wrap {
    padding-top: 0;
  }
}

.hdr {
  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;
  padding: 0 20px;
  width: calc(100% - 40px);
}
@media screen and (max-width: 800px) {
  .hdr {
    margin-top: 20px;
  }
}
.hdr_logo {
  width: 300px;
}
@media screen and (max-width: 800px) {
  .hdr_logo {
    width: 50%;
  }
}
.hdr_english {
  display: block;
  width: 100px;
  padding: 10px;
  background-color: #5071be;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
}

.rink {
  color: #5071be;
  text-decoration: underline;
}

.pink-btn {
  position: relative;
  display: block;
  text-align: center;
  width: 50%;
  background-color: #d95e74;
  border-radius: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10px auto;
  padding: 5px 5px;
}
@media screen and (max-width: 800px) {
  .pink-btn {
    width: 100%;
  }
}
.pink-btn_txt {
  margin: 10px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .pink-btn_txt {
    font-size: 18px;
  }
}
.pink-btn .fa-chevron-circle-right {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 25px;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .pink-btn .fa-chevron-circle-right {
    left: 10px;
  }
}

.fas {
  font-size: 30px;
}

@media screen and (max-width: 1100px) {
  .pc {
    display: none;
  }
}
.main_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1100px;
}
.main_flex .eachTextAnime span {
  opacity: 0;
}
.main_flex .eachTextAnime.appeartext span {
  -webkit-animation: text_anime_on 0.5s ease-out forwards;
  animation: text_anime_on 0.5s ease-out forwards;
}
@media screen and (max-width: 960px) {
  .main_flex {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .main_flex {
    margin-top: 20px;
  }
}

@-webkit-keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px 20px 0 20px;
  background: #f5f3ed;
  padding: 10px;
}
@media screen and (max-width: 800px) {
  .top_title {
    margin: 50px auto 0;
    font-size: 26px;
  }
}

.charity {
  margin: 0px auto 70px;
  padding: 0 20px;
}
.charity_title {
  padding: 10px;
  color: #5071be;
  border-left: 12px solid #f5f3ed;
  border-bottom: 5px solid #f5f3ed;
}
.charity_title .black {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.charity_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .charity_box {
    display: block;
  }
}
.charity_box_img {
  margin: 40px 0;
  width: 400px;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .charity_box_img {
    width: 100%;
    margin-bottom: 0;
  }
}
.charity_box_txt {
  padding: 30px;
  padding-bottom: 60px;
  max-width: 600px;
  font-size: 18px;
}
@media screen and (max-width: 800px) {
  .charity_box_txt {
    width: calc(100% - 40px);
    padding: 0 0 30px;
    margin: 0 auto;
  }
}
.charity .next-arrow::before {
  content: "〉";
  font-size: 60px;
  color: rgb(180, 177, 177);
  display: block;
}
.charity_report_pc {
  display: grid;
  justify-items: center;
}
@media screen and (max-width: 800px) {
  .charity_report_pc {
    display: none;
  }
}
.charity_report_pc img {
  width: 80%;
  grid-row: 1/4;
}
@media screen and (max-width: 800px) {
  .charity_report_pc img {
    width: 60%;
  }
}
.charity_report_pc_txt {
  margin: 20px 20px;
  font-size: 18px;
}
@media screen and (max-width: 800px) {
  .charity_report_pc_txt {
    margin-top: 20px;
  }
}

.slide-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
}

/* 左矢印 */
.prev-arrow {
  left: -10%;
}

.prev-arrow::before {
  content: "〈";
  font-size: 60px;
  color: rgb(180, 177, 177);
  display: block;
}

/* 右矢印 */
.next-arrow {
  right: -17%;
}

.next-arrow::before {
  content: "〉";
  font-size: 60px;
  color: rgb(180, 177, 177);
  display: block;
}

.about {
  margin: 40px auto 80px;
  position: relative;
  background-color: #f5f3ed;
  min-height: 140px;
}
.about_group {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  text-align: center;
  color: #5071be;
}
.about_group_title {
  margin: 0;
  font-weight: bold;
  font-size: 2.3rem;
}
.about_group_txt {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
}
.about_txt {
  padding: 80px 50px 60px;
  font-size: 18px;
}

.method {
  margin-bottom: 70px;
  padding: 0 20px;
}
.method_run {
  margin-bottom: 50px;
}
.method_run_title {
  max-width: 95%;
  margin-top: 0;
  margin-left: 0;
  font-weight: bold;
  font-size: 24px;
  color: #5071be;
}
@media screen and (max-width: 800px) {
  .method_run_title {
    margin-left: 0;
  }
}
.method_run_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .method_run_flex {
    display: block;
    width: 100%;
  }
}
.method_run_flex_box {
  max-width: 550px;
}
@media screen and (max-width: 800px) {
  .method_run_flex_box {
    max-width: 100%;
  }
}
.method_run_flex_box_img {
  max-width: 400px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 800px) {
  .method_run_flex_box_img {
    width: 100%;
    max-width: 800px;
  }
}
.method_run_flex_box_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.method_run_flex_txt {
  margin-left: auto;
  max-width: 95%;
  font-size: 18px;
}
@media screen and (max-width: 800px) {
  .method_run_flex_txt {
    margin: 30px auto 50px;
    max-width: 100%;
  }
}
.method_donation_txt {
  margin: 0 auto 20px;
  font-size: 18px;
}

.method_run_flex_box_group_left,
.method_run_flex_box_group_right {
  margin: 0;
}
@media screen and (max-width: 600px) {
  .method_run_flex_box_group_left,
  .method_run_flex_box_group_right {
    font-size: 12px;
  }
}

.application {
  padding: 5px 0;
  background-color: #f5f3ed;
}
.application_title {
  color: #5071be;
  font-weight: bold;
  font-size: 2.3rem;
  text-align: center;
}
.application_box {
  margin: 20px;
  padding: 30px;
  background-color: #fff;
  border-radius: 20px;
}
.application_box_title {
  margin-top: 0;
  color: #5071be;
  font-size: 24px;
  font-weight: bold;
}
.application_box_title .black {
  color: #000;
  font-weight: 500;
  font-size: 22px;
}
.application_box_txt {
  font-size: 18px;
}
.application_box_corporation {
  margin: 20px 0;
  padding: 40px 40px 20px;
  background-color: #dce2f2;
}
@media screen and (max-width: 600px) {
  .application_box_corporation {
    padding: 20px;
  }
}
.application_box_corporation_title {
  margin: 0;
  color: #5071be;
  font-weight: bold;
  font-size: 24px;
}
.application_box_corporation_txt {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 18px;
}
.application_buttonbox {
  margin: 30px;
}
.application_buttonbox_txt {
  font-size: 18px;
}

.donation {
  padding: 20px;
}
.donation_title {
  font-size: 1.8em;
  color: #5071be;
}
.donation_txt {
  font-size: 18px;
}
.donation_img {
  width: 60%;
}
@media screen and (max-width: 800px) {
  .donation_img {
    width: 100%;
  }
}

.taigan {
  background-color: #f5f3ed;
  padding: 20px;
}
.taigan_title {
  text-decoration: underline;
  color: #5071be;
  font-size: 24px;
  font-weight: bold;
}
.taigan_txt {
  font-size: 18px;
}
.taigan_box {
  background-color: #fff;
  padding: 20px 15px;
  border-radius: 30px;
  margin-bottom: 30px;
}
.taigan_box_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.taigan_box_title a {
  color: #5071be;
  font-size: 22px;
}
@media screen and (max-width: 800px) {
  .taigan_box_title a {
    font-size: 18px;
  }
}
.taigan_box_txt {
  margin-top: 0;
  font-size: 18px;
}
.taigan_box_txt .rink {
  font-weight: bold;
}
.taigan_circle {
  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;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #5071be;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .taigan_circle {
    width: 45px;
    height: 45px;
  }
}

.taigan_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0;
}

@media screen and (max-width: 800px) {
  .taigan_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.taigan_flex_item {
  margin: 0 10px;
  padding: 20px 40px;
  width: 30%;
  text-align: center;
  background-color: #f9f9f9;
  color: #000;
  font-size: 20px;
  border: 1px solid #000;
  border-radius: 20px;
}

@media screen and (max-width: 800px) {
  .taigan_flex_item {
    width: calc(100% - 102px);
    margin: 5px auto;
  }
}
.taigan_strongtxt {
  margin: 10px 20px;
  font-weight: bold;
  font-size: 24px;
  color: gray;
}
.taigan_strongtxt_title {
  font-size: 32px;
  font-weight: bold;
  color: #5071be;
  text-align: center;
}
.taigan_strongtxt .blue {
  color: #5071be;
}

.info {
  padding: 20px;
}
@media screen and (max-width: 800px) {
  .info {
    padding: 20px;
  }
}
@media screen and (max-width: 800px) {
  .info .application_title {
    font-size: 1.8rem;
  }
}
.info_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .info_section {
    display: block;
  }
}
.info_section img {
  width: 450px;
}
@media screen and (max-width: 800px) {
  .info_section img {
    width: 100%;
  }
}
.info_section_title {
  font-weight: 700;
  border-bottom: 5px solid #5071be;
}
@media screen and (max-width: 800px) {
  .info_section_title_wrap {
    width: 100%;
  }
}
.info_section_mission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .info_section_mission {
    display: block;
  }
}
.info_section_mission_wrap {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 800px) {
  .info_section_mission_wrap {
    width: 100%;
  }
}
.info_section_mission_title {
  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;
  width: auto;
  height: 75px;
  padding: 0 10px;
  background-color: #5071be;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.info_section_mission_img {
  width: 100% !important;
  max-width: initial;
  margin-top: 40px;
  height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 800px) {
  .info_section_mission_img {
    height: auto;
  }
}
.info_section_mission_text {
  text-align: left;
  font-size: 22px;
}
.info_section_kakizoe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .info_section_kakizoe {
    display: block;
  }
}
.info_section_kakizoe img {
  width: 450px;
  height: 750px;
}
@media screen and (max-width: 800px) {
  .info_section_kakizoe img {
    width: 100%;
    height: auto;
  }
}
.info_section_kakizoe_text {
  margin: 0 auto;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .info_section_kakizoe_text {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .info_section_wrap .application_title {
    font-size: 2rem;
  }
}
.info_text-fz32 {
  font-size: 32px;
  color: #5071be;
}
@media screen and (max-width: 800px) {
  .info_text-fz32 {
    font-size: 28px;
    text-align: left;
  }
}
.info_text-fz20 {
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .info_text-fz20 {
    font-size: 18px;
    text-align: left;
  }
}

.footer {
  margin: 60px auto;
  padding: 0 20px;
}

.footer_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 800px) {
  .footer_flex {
    display: block;
  }
}
.footer_flex_img {
  width: 30%;
  height: auto;
}

@media screen and (max-width: 800px) {
  .footer_flex_img {
    width: 100%;
  }
}
.footer_flex_txt {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 18px;
}
.footer_flex_txt p {
  width: 100%;
  text-align: center;
}
.footer_flex_txt .rink {
  overflow-wrap: break-word;
}

@media screen and (max-width: 800px) {
  .footer_flex_txt {
    margin: 20px 20px 50px;
  }
}
.footer_txt {
  font-size: 18px;
  text-align: center;
}

.ambassador {
  margin-bottom: 70px;
  padding: 0 20px;
}
.ambassador_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding: 0 20px;
}
.ambassador_user {
  width: calc(33.3333333333% - 55px);
  text-align: center;
}
.ambassador_user_img {
  width: 80%;
}
.ambassador_user_name {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.ambassador_user_description {
  font-size: 16px;
  text-align: justify;
}

.ambassador {
  padding: 30px 20px;
}
.ambassador_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .ambassador_flex {
    display: block;
  }
}
.ambassador_flex_people {
  margin: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
}
@media screen and (max-width: 800px) {
  .ambassador_flex_people {
    margin: 30px auto;
    width: calc(100% - 80px);
  }
}
.ambassador_flex_people_img {
  width: 220px;
}
@media screen and (max-width: 800px) {
  .ambassador_flex_people_img {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 800px) {
  .ambassador_flex_people_img.en {
    width: calc(100% - 40px);
  }
}
.ambassador_flex_people_name {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.ambassador_flex_people_txt {
  margin: 0;
  font-size: 18px;
}

/*# sourceMappingURL=style.css.map */