@charset "UTF-8";
.t_orange {
  color: #ff885f;
}

.t_green {
  color: #00a29a;
}

.t_light_blue {
  color: #2ea7e0;
}

.t_purple {
  color: #af25a5;
}

.t_navy {
  color: #172a88;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  color: #3e3a39;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

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

a:hover {
  transition: 0.5s;
  opacity: 0.7;
}

.pc_br {
  display: block;
}
@media screen and (max-width: 1100px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_br {
    display: block;
  }
}

.inner__01 {
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 10px;
}

#page__mv {
  background-color: #ff885f;
  padding: 95px 0 75px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #page__mv {
    padding: 60px 0;
  }
}

.link_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 420px;
  height: 90px;
  background-color: #ff885f;
  color: #fff;
  font-size: 22px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .link_btn {
    letter-spacing: 0.05em;
  }
}
.link_btn {
  gap: 25px;
  border-radius: 44px;
  margin: 0 auto;
}
.link_btn .btn_arrow {
  width: 30px;
}
@media screen and (max-width: 768px) {
  .link_btn {
    width: 294px;
    height: 63px;
    font-size: 18px;
  }
  .link_btn .btn_arrow {
    width: 21px;
  }
}
.link_btn__donate {
  width: 290px;
  height: 75px;
  gap: 35px;
  border-radius: 38px;
}
@media screen and (max-width: 768px) {
  .link_btn__donate {
    width: 203px;
    height: 52.5px;
    gap: 15px;
  }
}
.link_btn__map {
  width: 370px;
  gap: 20px;
  background-color: #fff;
  color: #3e3a39;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .link_btn__map {
    width: auto;
    gap: 10px;
  }
}
.link_btn__map .btn_access {
  width: 18px;
}
@media screen and (max-width: 768px) {
  .link_btn__map .btn_access {
    width: 12.6px;
  }
}
.link_btn__map .btn_arrow_orange {
  width: 30px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .link_btn__map .btn_arrow_orange {
    width: 21px;
  }
}
.link_btn__class {
  width: 370px;
  color: #ff885f;
  background-color: #fce5e0;
  gap: 20px;
  margin: 0;
}
.link_btn__class .btn_arrow_orange {
  width: 30px;
}
@media screen and (max-width: 768px) {
  .link_btn__class {
    width: auto;
    gap: 15px;
  }
  .link_btn__class .btn_arrow_orange {
    width: 21px;
  }
}
.link_btn__contact {
  width: 345px;
  gap: 25px;
  margin: 45px 0 0 0;
}
.link_btn__contact .mail_icon {
  width: 37px;
}
@media screen and (max-width: 768px) {
  .link_btn__contact {
    margin: 30px 0 0 0;
    width: 100%;
    gap: 15px;
  }
  .link_btn__contact .mail_icon {
    width: 25.9px;
  }
}
.link_btn__report {
  width: 350px;
  margin: 0 auto;
  gap: 30px;
}
.link_btn__report .link_icon_white {
  width: 29px;
}
@media screen and (max-width: 768px) {
  .link_btn__report {
    gap: 15px;
  }
  .link_btn__report .link_icon_white {
    width: 17.4px;
  }
}
.link_btn__single {
  width: 350px;
  gap: 35px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .link_btn__single {
    width: 260px;
  }
}

.title_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.title_box__02 {
  flex-direction: row;
  align-items: flex-end;
  gap: 15px;
}

.title {
  font-size: 48px;
  line-height: 1.8;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .title {
    letter-spacing: 0.05em;
  }
}
.title__en {
  line-height: 1;
  font-size: 50px;
  color: #ff885f;
}
.title__page {
  color: #fff;
}
.title__message {
  font-size: 50px;
  color: #ff885f;
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 24px;
  }
}

.subtitle {
  font-size: 18px;
  line-height: 1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .subtitle {
    letter-spacing: 0.05em;
  }
}
.subtitle__en {
  font-size: 15px;
  color: #ff885f;
}
.subtitle__page_en {
  font-size: 15px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .subtitle {
    font-size: 14px;
  }
}

.text_a {
  text-align: center;
}

.number_icon {
  margin-top: 8px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .number_icon {
    margin: 0 auto;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .number_icon {
    top: -35px;
  }
}
.number_icon__orange {
  background-color: #ff885f;
}
.number_icon__green {
  background-color: #00a29a;
}
.number_icon__light_blue {
  background-color: #2ea7e0;
}
.number_icon__purple {
  background-color: #af25a5;
}
.number_icon__navy {
  background-color: #172a88;
}

.number_icon__02 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  letter-spacing: 0 !important;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .number_icon__02 {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.number_icon__02__orange {
  color: #ff885f;
  border: 1px solid #ff885f;
}
.number_icon__02__green {
  color: #00a29a;
  border: 1px solid #00a29a;
}
.number_icon__02__light_blue {
  color: #2ea7e0;
  border: 1px solid #2ea7e0;
}
.number_icon__02__purple {
  color: #af25a5;
  border: 1px solid #af25a5;
}
.number_icon__02__navy {
  color: #172a88;
  border: 1px solid #172a88;
}

.border {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #3e3a39;
}
.border__donate {
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .border__donate {
    width: 50%;
    margin: 30px auto;
  }
}

#header {
  position: relative;
  padding: 25px 0 25px;
  display: flex;
  justify-content: space-between;
}
#header h1 {
  color: #ff885f;
  font-size: 24px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #header h1 {
    letter-spacing: 0.05em;
  }
}
#header h1 {
  text-align: center;
  margin-left: 85px;
}
@media screen and (max-width: 1500px) {
  #header h1 {
    margin-left: 30px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #header h1 {
    font-size: 16px;
    line-height: 1.5;
  }
}
#header .hd_container {
  display: flex;
  align-items: center;
  margin-right: 60px;
}
@media screen and (max-width: 1500px) {
  #header .hd_container {
    margin-right: 30px;
  }
}
#header .hd_nav {
  margin-right: 85px;
}
@media screen and (max-width: 1500px) {
  #header .hd_nav {
    margin-right: 30px;
  }
}
#header .hd_nav__box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 55px;
}
@media screen and (max-width: 1500px) {
  #header .hd_nav__box {
    gap: 25px;
  }
}
#header .hd_nav__list {
  position: relative;
}
#header .hd_nav__list:hover .hd_nav__link::after {
  width: 100%;
}
#header .hd_nav__list.current .hd_nav__link::after {
  width: 100%;
}
#header .hd_nav__link {
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #header .hd_nav__link {
    letter-spacing: 0.05em;
  }
}
#header .hd_nav__link {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
}
#header .hd_nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #ff885f;
  transition: 0.3s;
}
@media screen and (max-width: 1500px) {
  #header .hd_nav__link {
    font-size: 16px;
  }
}

/* ハンバーガーボタン */
.hd_menu_btn {
  display: none;
}

/* 1100px以下 */
@media screen and (max-width: 1100px) {
  #header {
    align-items: center;
    padding: 0 0 0 10px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
  #header {
    padding: 5px 0 5px 10px;
  }
}
@media screen and (max-width: 1100px) {
  #header h1 {
    margin-left: 0;
  }
  #header .hd_container {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 999;
    width: 80%;
    max-width: 360px;
    height: 100vh;
    background: #fff;
    margin-right: 0;
    padding: 100px 30px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: right 0.3s ease;
  }
  #header .hd_container.is-open {
    right: 0;
  }
  #header .hd_nav {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
  #header .hd_nav__box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  #header .hd_nav__link {
    font-size: 16px;
  }
  .hd_menu_btn {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 72px;
    height: 72px;
    padding: 10px 0 8px;
    border: none;
    background: #ff885f;
    cursor: pointer;
  }
  .hd_menu_btn span {
    display: block;
    width: 36px;
    height: 2px;
    background: #fff;
    transition: 0.3s;
  }
  .hd_menu_btn em {
    display: block;
    margin-top: 4px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.08em;
  }
  .hd_menu_btn.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .hd_menu_btn.is-open span:nth-child(2) {
    opacity: 0;
  }
  .hd_menu_btn.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
  .hd_menu_btn {
    width: 58px;
    height: 58px;
    padding: 8px 0 6px;
  }
  .hd_menu_btn span {
    width: 30px;
  }
  .hd_menu_btn em {
    font-size: 11px;
  }
}
#footer {
  padding: 90px 0 110px;
  background-color: #ff885f;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 50px 0 80px;
  }
}
#footer .container {
  max-width: 1500px;
  padding: 0 10px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 200px;
}
@media screen and (max-width: 1500px) {
  #footer .container {
    flex-direction: column;
    padding: 0 50px;
    gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  #footer .container {
    padding: 0 10px;
  }
}
#footer .f_contents h2 {
  font-size: 42px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #footer .f_contents h2 {
    letter-spacing: 0.05em;
  }
}
#footer .f_contents h2 {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #footer .f_contents h2 {
    font-size: 24px;
  }
}
#footer .f_contents p {
  padding: 100px 0 25px;
}
@media screen and (max-width: 768px) {
  #footer .f_contents p {
    padding: 50px 0 20px;
  }
}
#footer .footer_nav__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 900px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #footer .footer_nav__inner {
    padding-bottom: 40px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#footer .footer_nav__title {
  font-size: 23px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #footer .footer_nav__title {
    letter-spacing: 0.05em;
  }
}
#footer .footer_nav__title {
  margin: 0 0 25px;
}
@media screen and (max-width: 768px) {
  #footer .footer_nav__title {
    font-size: 20px;
    margin: 0 0 20px;
  }
}
#footer .footer_nav__list {
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  padding-left: 30px;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #footer .footer_nav__list {
    padding-left: 20px;
  }
}
#footer .footer_nav__list li {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #footer .footer_nav__list li {
    margin-bottom: 10px;
  }
}
#footer .footer_nav__right {
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  #footer .footer_nav__right {
    padding-left: 0;
  }
}
#footer .footer_nav__sub_list {
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  padding-left: 20px;
  margin: 0 0 36px;
  list-style: none;
}
#footer .footer_nav__sub_list li {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.06em;
}

#top__mv {
  padding: 20px 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #top__mv {
    padding: 0;
  }
}
#top__mv .inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 145px;
  margin-right: 130px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  #top__mv .inner {
    margin-right: 0;
    padding: 0 10px;
    gap: 100px;
  }
}
@media screen and (max-width: 1100px) {
  #top__mv .inner {
    display: block;
    padding: 0;
  }
}
#top__mv .text {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1650px) {
  #top__mv .text {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1100px) {
  #top__mv .text {
    margin: 0;
  }
}
#top__mv .text .title {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 45px;
}
#top__mv .text .title .mv_title01, #top__mv .text .title .mv_title02 {
  width: 49px;
}
@media screen and (max-width: 1100px) {
  #top__mv .text .title {
    gap: 30px;
    position: absolute;
    top: 45px;
    left: 5%;
    z-index: 99;
  }
  #top__mv .text .title .mv_title01, #top__mv .text .title .mv_title02 {
    background-color: #fff;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 768px) {
  #top__mv .text .title {
    gap: 10px;
    top: 15px;
  }
  #top__mv .text .title .mv_title01, #top__mv .text .title .mv_title02 {
    width: 22.05px;
    padding: 3px 3px;
  }
}
#top__mv .image {
  margin-right: 120px;
  position: relative;
  max-width: 1236px;
  z-index: 1;
  flex: 0 1 1236px;
}
@media screen and (max-width: 1650px) {
  #top__mv .image {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1100px) {
  #top__mv .image {
    flex: 1;
    margin-right: 0;
    overflow: hidden;
  }
}
#top__mv .image::before {
  content: "";
  position: absolute;
  left: -14px;
  bottom: -14px;
  width: 78%;
  height: 66%;
  background: #f9bcac;
  border-radius: 15px;
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  #top__mv .image::before {
    display: none;
  }
}
#top__mv .image img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  #top__mv .image img {
    width: 110%;
    left: 50%;
    transform: translateX(-50%);
  }
}

#top_news {
  padding: 120px 0 0;
}
@media screen and (max-width: 768px) {
  #top_news {
    padding: 50px 0 0;
  }
}
#top_news .top_news_box {
  background-color: #fcf8f7;
  border-radius: 14px;
  padding: 60px 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  #top_news .top_news_box {
    flex-direction: column;
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news_box {
    padding: 30px 10px;
    gap: 30px;
  }
}
#top_news .t_news_item {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  #top_news .t_news_item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top_news .t_news_item {
    gap: 15px;
  }
}
#top_news .t_news_link {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top_news .t_news_link {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
#top_news .t_news_link .date {
  display: block;
  color: #ff885f;
  padding-right: 70px;
  position: relative;
}
#top_news .t_news_link .date::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  background-color: #3e3a39;
  width: 1px;
  height: 25px;
}
@media screen and (max-width: 768px) {
  #top_news .t_news_link .date::after {
    display: none;
  }
}
#top_news .t_news_link .n_title {
  width: 280px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1100px) {
  #top_news .t_news_link .n_title {
    width: 100%;
  }
}
#top_news .t_news_link .btn_arrow_o {
  display: block;
  width: 30px;
  margin-left: 35px;
}
@media screen and (max-width: 768px) {
  #top_news .t_news_link .btn_arrow_o {
    display: none;
  }
}

#top_about {
  padding: 150px 0 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_about {
    padding: 100px 0 80px;
  }
}
#top_about .t_a_left_back, #top_about .t_a_right_back {
  position: absolute;
  z-index: -1;
}
#top_about .t_a_left_back {
  width: 316px;
  top: 150px;
  left: 20%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1500px) {
  #top_about .t_a_left_back {
    left: 10%;
  }
}
@media screen and (max-width: 768px) {
  #top_about .t_a_left_back {
    display: none;
  }
}
#top_about .t_a_right_back {
  width: 185px;
  top: 200px;
  right: 20%;
  transform: translateX(50%);
}
@media screen and (max-width: 1500px) {
  #top_about .t_a_right_back {
    right: 10%;
  }
}
@media screen and (max-width: 768px) {
  #top_about .t_a_right_back {
    display: none;
  }
}
#top_about .title {
  position: relative;
}
#top_about .title_icon {
  position: absolute;
  top: -25px;
  right: 35%;
  width: 80px;
  transform: translateX(50%);
}
@media screen and (max-width: 768px) {
  #top_about .title_icon {
    width: 56px;
    top: -35px;
    right: 30%;
  }
}
#top_about .text_01 {
  padding: 70px 0 80px;
  line-height: 2.3;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  #top_about .text_01 {
    padding: 70px 10px 80px;
  }
}
@media screen and (max-width: 768px) {
  #top_about .text_01 {
    padding: 30px 10px 60px;
    text-align: start;
    letter-spacing: -0.05em;
  }
}
#top_about .about_box {
  margin: 90px 0 0;
  border: 1px solid #3e3a39;
  padding: 35px 60px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #top_about .about_box {
    padding: 30px 10px;
  }
}
#top_about .about_box .item_box {
  display: grid;
  grid-template-columns: 135px 1fr;
  gap: 80px;
}
@media screen and (max-width: 1100px) {
  #top_about .about_box .item_box {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#top_about .about_box .item_box:first-child {
  padding-bottom: 30px;
  border-bottom: 1px solid #3e3a39;
}
@media screen and (max-width: 768px) {
  #top_about .about_box .item__01 {
    text-align: center;
  }
}
#top_about .about_box .item__01 h3 {
  font-size: 26px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #top_about .about_box .item__01 h3 {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  #top_about .about_box .item__01 h3 {
    font-size: 20px;
    line-height: 1;
  }
}
#top_about .about_box .item__01 p {
  font-size: 15px;
  padding-top: 5px;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  #top_about .about_box .item__01 p {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #top_about .about_box .item__01 p {
    padding-top: 10px;
    font-size: 12px;
  }
}

.sec_img__container {
  width: 100%;
  position: relative;
  z-index: 1;
}
.sec_img__container::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #fcf8f7;
  z-index: -1;
}
.sec_img__container .inner {
  max-width: 1605px;
  margin: 0 auto;
  padding: 0 10px;
}
.sec_img__container__02::after {
  top: 0;
}

#top_activity {
  padding: 100px 0 110px;
  background-color: #fcf8f7;
}
#top_activity .text_01 {
  padding: 50px 0 100px;
}
@media screen and (max-width: 768px) {
  #top_activity .text_01 {
    padding: 30px 0 60px;
    letter-spacing: -0.08em;
  }
}
#top_activity .activity_container {
  display: flex;
  flex-direction: column;
  gap: 45px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1100px) {
  #top_activity .activity_container {
    gap: 100px;
  }
}
#top_activity .activity_box {
  background-color: #fff;
  border-radius: 16px;
  display: flex;
  gap: 40px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #top_activity .activity_box {
    max-width: 430px;
    margin: 0 auto;
    flex-direction: column;
    gap: 20px;
  }
}
#top_activity .ta_img {
  width: 100%;
  max-width: 430px;
  border-radius: 16px 0 0 16px;
}
@media screen and (max-width: 1100px) {
  #top_activity .ta_img {
    border-radius: 16px 16px 0 0;
  }
}
#top_activity .activity_item {
  display: flex;
  gap: 35px;
  padding-top: 50px;
}
@media screen and (max-width: 1100px) {
  #top_activity .activity_item {
    flex-direction: column;
    gap: 15px;
    padding: 0 10px 40px;
  }
}
#top_activity .activity_item__box h3 {
  font-size: 32px;
  line-height: 1.6;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #top_activity .activity_item__box h3 {
    letter-spacing: 0.05em;
  }
}
#top_activity .activity_item__box h3 {
  padding-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  #top_activity .activity_item__box h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  #top_activity .activity_item__box h3 {
    font-size: 22px;
  }
}

#top_donate {
  padding: 120px 10px 80px;
}
#top_donate .inner {
  margin: 0 auto;
  max-width: 1240px;
  padding: 80px 10px 50px;
  border-radius: 43px;
  background-color: #fcf8f7;
}
@media screen and (max-width: 768px) {
  #top_donate .inner {
    padding: 40px 10px 40px;
  }
}
#top_donate .donate_inner {
  margin: 0 auto;
  max-width: 830px;
}
#top_donate h3 {
  text-align: center;
  font-size: 40px;
  line-height: 1.65;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #top_donate h3 {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  #top_donate h3 {
    font-size: 24px;
  }
}
#top_donate h3 span {
  position: relative;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: linear-gradient(transparent 60%, #fcdcd4 60%);
}
#top_donate .text_01 {
  padding: 50px 0 80px;
}
@media screen and (max-width: 768px) {
  #top_donate .text_01 {
    padding: 30px 0 40px;
  }
}
#top_donate .balloon {
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 540px;
  height: 48px;
  padding: 0 20px;
  background: #ff885f;
  border-radius: 16px;
  color: #fff;
  font-size: 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #top_donate .balloon {
    letter-spacing: 0.05em;
  }
}
#top_donate .balloon {
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top_donate .balloon {
    line-height: 1.5;
    height: 70px;
    font-size: 18px;
  }
}
#top_donate .balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid #F68B61;
}
#top_donate .donate_box {
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  #top_donate .donate_box {
    gap: 50px;
  }
}
#top_donate .donate_box .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
#top_donate .donate_box .item .d_icon01 {
  width: 125px;
}
@media screen and (max-width: 768px) {
  #top_donate .donate_box .item .d_icon01 {
    width: 87.5px;
  }
}
#top_donate .donate_box .item .d_icon02 {
  width: 102px;
  padding-bottom: 3px;
}
@media screen and (max-width: 768px) {
  #top_donate .donate_box .item .d_icon02 {
    width: 71.4px;
  }
}
#top_donate .donate_box .item p {
  font-size: 24px;
  line-height: 1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #top_donate .donate_box .item p {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  #top_donate .donate_box .item p {
    font-size: 18px;
  }
}
#top_donate .donate_box__02 {
  background-color: #fff;
  border-radius: 16px;
  padding-bottom: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #top_donate .donate_box__02 {
    margin-bottom: 50px;
  }
}
#top_donate .donate_box__02 .d_title {
  border-radius: 16px 16px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff885f;
  height: 50px;
  color: #fff;
  font-size: 24px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #top_donate .donate_box__02 .d_title {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  #top_donate .donate_box__02 .d_title {
    font-size: 18px;
    height: 40px;
  }
}
#top_donate .donate_box__02 h4 {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  #top_donate .donate_box__02 h4 {
    padding-top: 50px;
  }
}
#top_donate .donate_box__02 h4 .d_text {
  display: block;
  width: 208px;
  margin: 0 auto;
}
#top_donate .donate_box__02 .text_02 {
  padding: 15px 0 50px;
}
@media screen and (max-width: 768px) {
  #top_donate .donate_box__02 .text_02 {
    padding: 15px 0 40px;
  }
}
#top_donate .donate_box__02 .donate_item {
  margin: 0 auto;
  max-width: 540px;
}
@media screen and (max-width: 768px) {
  #top_donate .donate_box__02 .donate_item {
    margin: 0 10px 0;
  }
}
#top_donate .donate_box__02 .donate_item .donate_item__title {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #top_donate .donate_box__02 .donate_item .donate_item__title {
    flex-direction: column;
    gap: 15px;
  }
}
#top_donate .donate_box__02 .donate_item .donate_item__title h5 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #top_donate .donate_box__02 .donate_item .donate_item__title h5 {
    letter-spacing: 0.05em;
  }
}
#top_donate .donate_box__02 .donate_item .donate_item__title h5 {
  width: 105px;
  height: 30px;
  border-radius: 10px;
  background-color: #ff885f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top_donate .donate_box__02 .donate_item .bank_info_row {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 24px 0;
  border-bottom: 1px solid #999;
}
#top_donate .donate_box__02 .donate_item .bank_info_row:first-child {
  border-top: none;
}
#top_donate .donate_box__02 .donate_item .bank_info_row dt {
  flex: 0 0 90px;
  font-weight: 400;
}
#top_donate .donate_box__02 .donate_item .bank_info_row dd {
  margin: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #top_donate .donate_box__02 .donate_item .bank_info_row dd {
    letter-spacing: 0.05em;
  }
}
#top_donate .donate_box__02 .donate_item .bank_info_row__two {
  justify-content: flex-start;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #top_donate .donate_box__02 .donate_item .bank_info_row__two {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
#top_donate .donate_box__02 .donate_item .bank_info_row__two > div {
  width: 250px;
  display: flex;
  align-items: center;
  gap: 25px;
}
#top_donate .donate_box__02 .donate_item .bank_info_row__two > div dd {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #top_donate .text_03 {
    letter-spacing: -0.03em;
    font-size: 15px;
  }
}

#top_recruit {
  padding: 140px 0 160px;
}
@media screen and (max-width: 768px) {
  #top_recruit {
    padding: 0;
  }
}
#top_recruit .inner {
  max-width: 1705px;
  margin: 0 auto;
  padding: 0 10px 140px;
  background-color: #fce5e0;
}
@media screen and (max-width: 768px) {
  #top_recruit .inner {
    padding: 0 10px 80px;
  }
}
#top_recruit .title_box {
  padding: 110px 0 30px;
}
@media screen and (max-width: 768px) {
  #top_recruit .title_box {
    padding: 50px 0 30px;
  }
}
#top_recruit .inner__02 {
  max-width: 1220px;
  margin: 50px auto 0;
  padding: 0 10px;
  background-color: #fff;
  border-radius: 28px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #top_recruit .inner__02 {
    margin: 170px auto 0;
    border-radius: 9px;
  }
}
#top_recruit .t_r_img01, #top_recruit .t_r_img02 {
  position: absolute;
  z-index: 2;
  transform: translateX(-50%);
}
#top_recruit .t_r_img01 {
  width: 122px;
  top: -190px;
  left: 24%;
}
@media screen and (max-width: 1100px) {
  #top_recruit .t_r_img01 {
    left: 10%;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .t_r_img01 {
    top: -134px;
    left: 35%;
    width: 85.4px;
  }
}
#top_recruit .t_r_img02 {
  width: 138px;
  top: -206px;
  left: 76%;
}
@media screen and (max-width: 1100px) {
  #top_recruit .t_r_img02 {
    left: 90%;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .t_r_img02 {
    top: -144px;
    left: 65%;
    width: 96.6px;
  }
}
#top_recruit .recruit_box {
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 1100px) {
  #top_recruit .recruit_box {
    padding: 80px 0 140px;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .recruit_box {
    padding: 10px 0 170px;
  }
}
#top_recruit .recruit_list {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top_recruit .recruit_list {
    max-width: none;
    padding-right: 0;
  }
}
#top_recruit .recruit_item {
  display: grid;
  grid-template-columns: 130px 20px 1fr;
  -moz-column-gap: 34px;
       column-gap: 34px;
  padding: 28px 0;
}
@media screen and (max-width: 768px) {
  #top_recruit .recruit_item {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    padding: 20px 0;
  }
}
#top_recruit .r_border {
  display: block;
  width: 600px;
  height: 1px;
  background-color: #c8c9ca;
}
@media screen and (max-width: 768px) {
  #top_recruit .r_border {
    width: 100%;
  }
}
#top_recruit .recruit_head {
  font-size: 22px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #top_recruit .recruit_head {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .recruit_head {
    width: 100%;
    font-size: 18px;
  }
}
#top_recruit .recruit_dot {
  width: 20px;
  height: 20px;
  margin-top: 8px;
  background: #ff885f;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #top_recruit .recruit_dot {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    margin-top: 7px;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .recruit_body {
    flex: 1;
  }
}
#top_recruit .recruit_body .main_text {
  margin: 0;
  font-size: 22px;
  line-height: 1.6;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #top_recruit .recruit_body .main_text {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .recruit_body .main_text {
    font-size: 17px;
  }
}
#top_recruit .recruit_body .sub_text {
  margin: 4px 0 0;
  line-height: 1.6;
}
#top_recruit .recruit_body .info_text {
  margin: 8px 0 0;
  line-height: 1.5;
}
#top_recruit .person_box {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 14px 0 12px;
}
@media screen and (max-width: 768px) {
  #top_recruit .person_box {
    align-items: flex-start;
    gap: 12px;
  }
}
#top_recruit .person_box span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  height: 30px;
  padding: 0 16px;
  background: #ff885f;
  border-radius: 9px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #top_recruit .person_box span {
    font-size: 12px;
    min-width: 70px;
    height: 26px;
  }
}
#top_recruit .person_box p {
  margin: 0;
}
#top_recruit .recruit_img {
  position: absolute;
  top: 207px;
  right: 70px;
  width: 227px;
}
#top_recruit .recruit_img .t_r_img03 {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1100px) {
  #top_recruit .recruit_img {
    top: unset;
    bottom: 30px;
    right: 50px;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .recruit_img {
    right: 50%;
    transform: translateX(50%);
  }
}

#a_message .inner__01 {
  max-width: 1240px;
  margin: 120px auto 130px;
}
@media screen and (max-width: 768px) {
  #a_message .inner__01 {
    margin: 60px 0;
  }
}
#a_message .inner__02 {
  background-color: #fcf8f7;
  border-radius: 50px;
  padding: 90px 0 80px;
}
@media screen and (max-width: 768px) {
  #a_message .inner__02 {
    padding: 50px 0;
    border-radius: 16px;
  }
}
#a_message .inner__03 {
  max-width: 1040px;
  padding: 0 10px;
  margin: 0 auto;
}
#a_message .text_box {
  padding: 80px 0 125px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  #a_message .text_box {
    padding: 30px 0 50px;
    gap: 20px;
  }
}
#a_message .box__01__title {
  font-size: 33px;
  color: #ff885f;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #a_message .box__01__title {
    letter-spacing: 0.05em;
  }
}
#a_message .box__01__title {
  line-height: 1;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #a_message .box__01__title {
    font-size: 20px;
    padding-bottom: 15px;
  }
}
#a_message .item__box {
  margin: 20px 0 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1100px) {
  #a_message .item__box {
    flex-direction: column;
    gap: 125px;
  }
}
@media screen and (max-width: 768px) {
  #a_message .item__box {
    margin: 30px 0 50px;
  }
}
#a_message .a_m_img01, #a_message .a_m_img03 {
  width: 464px;
}
@media screen and (max-width: 768px) {
  #a_message .a_m_img01, #a_message .a_m_img03 {
    width: 324.8px;
  }
}
#a_message .a_m_img02 {
  width: 137px;
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #a_message .a_m_img02 {
    width: 95.9px;
  }
}
#a_message .item__box__02 {
  margin-top: 75px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  #a_message .item__box__02 {
    margin-top: 40px;
    gap: 5px;
  }
}
#a_message .item__01 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#a_message .item__01 h5 {
  font-size: 25px;
  color: #ff885f;
  line-height: 1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #a_message .item__01 h5 {
    letter-spacing: 0.05em;
  }
}
#a_message .item__01 h5 {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #a_message .item__01 h5 {
    font-size: 16px;
    padding-bottom: 0;
    line-height: 1.5;
    text-align: end;
    letter-spacing: 0;
  }
}
#a_message .item__01 p {
  font-size: 23px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #a_message .item__01 p {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  #a_message .item__01 p {
    font-size: 16px;
  }
}
#a_message .item__01 p span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #a_message .item__01 p span {
    font-size: 12px;
  }
}
#a_message .a_m_img04 {
  width: 167px;
}
@media screen and (max-width: 768px) {
  #a_message .a_m_img04 {
    width: 100.2px;
  }
}

#overview .inner__01 {
  max-width: 850px;
}
#overview .title__overview {
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  #overview .title__overview {
    font-size: 24px;
  }
}
#overview .container {
  margin: 80px 0 130px;
  padding: 80px 0;
  border-top: 1px solid #3e3a39;
  border-bottom: 1px solid #3e3a39;
}
@media screen and (max-width: 768px) {
  #overview .container {
    margin: 50px 0;
    padding: 40px 0;
  }
}
#overview .info_table {
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #overview .info_table {
    padding: 0 10px;
  }
}
#overview .info_table__row {
  display: grid;
  grid-template-columns: 250px 1fr;
  align-items: center;
  min-height: 56px;
  border-bottom: 1px solid #ddd;
}
#overview .info_table__row:first-child {
  border-top: 1px solid #ddd;
}
#overview .info_table dt,
#overview .info_table dd {
  font-size: 20px;
  letter-spacing: 0 !important;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #overview .info_table dt,
  #overview .info_table dd {
    letter-spacing: 0.05em;
  }
}
#overview .info_table dt {
  padding: 16px 30px 16px 30px;
}
#overview .info_table dd {
  padding: 16px 30px;
}
#overview .info_table a {
  color: #172a88;
  text-decoration: underline;
}
#overview .info_table a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #overview .info_table__row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 16px 0;
  }
  #overview .info_table dt,
  #overview .info_table dd {
    padding: 0 10px;
    font-size: 16px;
  }
}

#activity_container {
  background-color: #fcf8f7;
  padding: 110px 0 160px;
}
@media screen and (max-width: 768px) {
  #activity_container {
    padding: 60px 0 100px;
  }
}
#activity_container .text_01 {
  padding: 50px 0 130px;
}
@media screen and (max-width: 768px) {
  #activity_container .text_01 {
    padding: 50px 0 80px;
  }
}
#activity_container .activity_box {
  display: flex;
  flex-direction: column;
  gap: 85px;
}
#activity_container .activity_item {
  background-color: #fff;
  border-radius: 20px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #activity_container .activity_item {
    padding-bottom: 30px;
  }
}
#activity_container .a_title {
  color: #fff;
  font-size: 35px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 20px 0 0;
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #activity_container .a_title {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  #activity_container .a_title {
    font-size: 20px;
    padding-top: 10px;
  }
}
#activity_container .a_title__orange {
  background-color: #ff885f;
}
#activity_container .a_title__green {
  background-color: #00a29a;
}
#activity_container .a_title__light_blue {
  background-color: #2ea7e0;
}
#activity_container .a_title__purple {
  background-color: #af25a5;
}
#activity_container .a_title__navy {
  background-color: #172a88;
}
@media screen and (max-width: 768px) {
  #activity_container .a_title__navy {
    font-size: 18px;
  }
}
#activity_container .a_inner {
  margin: 65px auto 0;
  max-width: 1020px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  #activity_container .a_inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  #activity_container .a_inner {
    margin: 30px auto 0;
    gap: 20px;
  }
}
#activity_container .ta_img {
  width: 430px;
  height: 302px;
}
@media screen and (max-width: 1100px) {
  #activity_container .ta_img {
    width: 100%;
    height: auto;
  }
}
#activity_container .item_box {
  max-width: 540px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  #activity_container .item_box {
    gap: 20px;
  }
}
#activity_container .item_box__02 {
  max-width: 540px;
}
#activity_container .item_title {
  font-size: 24px;
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #activity_container .item_title {
    letter-spacing: 0.05em;
  }
}
#activity_container .item_title {
  letter-spacing: 0 !important;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #activity_container .item_title {
    gap: 5px;
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #activity_container .item_title__02 {
    letter-spacing: -0.08em !important;
    font-size: 17px;
  }
}
#activity_container .item_title__dot {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #activity_container .item_title__dot {
    width: 15px;
    height: 15px;
  }
}
#activity_container .item_title__dot__orange {
  background-color: #ff885f;
}
#activity_container .item_title__dot__purple {
  background-color: #af25a5;
}
#activity_container .item_text {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  #activity_container .item_text {
    padding: 0;
  }
}
#activity_container .text_02 {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  #activity_container .text_02 {
    padding-top: 20px;
  }
}

#achievements_container {
  padding: 100px 0 135px;
}
@media screen and (max-width: 768px) {
  #achievements_container {
    padding: 60px 0;
  }
}
#achievements_container .title {
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  #achievements_container .title {
    font-size: 24px;
  }
}
#achievements_container .text_01 {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #achievements_container .text_01 {
    padding-bottom: 50px;
  }
}
#achievements_container .contents_box {
  padding-top: 50px;
  max-width: 760px;
  margin: 0 auto;
}
#achievements_container .contents_list {
  border-bottom: 1px solid #c8c9ca;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  #achievements_container .contents_list {
    padding: 15px 10px;
  }
}
#achievements_container .contents_list__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #achievements_container .contents_list__link {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "date01 date01" "date02 title";
    gap: 5px 10px;
  }
}
#achievements_container .contents_list__link .date__01 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #achievements_container .contents_list__link .date__01 {
    letter-spacing: 0.05em;
  }
}
#achievements_container .contents_list__link .date__01 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #achievements_container .contents_list__link .date__01 {
    grid-area: date01;
    font-size: 16px;
  }
}
#achievements_container .contents_list__link .date__02 {
  font-size: 16px;
  color: #ff885f;
  margin: 0 20px 0 25px;
}
@media screen and (max-width: 768px) {
  #achievements_container .contents_list__link .date__02 {
    grid-area: date02;
    margin: 0;
    font-size: 14px;
  }
}
#achievements_container .contents_list__link .title_text {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #achievements_container .contents_list__link .title_text {
    letter-spacing: 0.05em;
  }
}
#achievements_container .contents_list__link .title_text {
  font-size: 20px;
  max-width: 480px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  #achievements_container .contents_list__link .title_text {
    grid-area: title;
    max-width: none;
    font-size: 16px;
  }
}
#achievements_container .contents_list__link .link_icon {
  display: block;
  width: 20px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  #achievements_container .contents_list__link .link_icon {
    display: none;
  }
}

#balance-sheet {
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  #balance-sheet {
    padding-bottom: 80px;
  }
}
#balance-sheet .title {
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  #balance-sheet .title {
    font-size: 24px;
  }
}
#balance-sheet .contents_box {
  padding-top: 50px;
  margin: 0 auto;
  max-width: 300px;
}
#balance-sheet .contents_list {
  border-bottom: 1px solid #c8c9ca;
  padding: 25px 10px;
}
@media screen and (max-width: 768px) {
  #balance-sheet .contents_list {
    padding: 15px 10px;
  }
}
#balance-sheet .contents_list__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #balance-sheet .contents_list__link {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  #balance-sheet .contents_list__link {
    font-size: 16px;
  }
}
#balance-sheet .date {
  letter-spacing: 0 !important;
}
#balance-sheet .link_icon {
  display: block;
  width: 20px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  #balance-sheet .link_icon {
    width: 14px;
  }
}

#report {
  padding-bottom: 250px;
}
@media screen and (max-width: 768px) {
  #report {
    padding-bottom: 100px;
  }
}
#report .title {
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  #report .title {
    font-size: 24px;
  }
}
#report .text_01 {
  padding: 40px 0 50px;
}

#single_container {
  padding: 110px 0 120px;
}
@media screen and (max-width: 768px) {
  #single_container {
    padding: 60px 0 80px;
  }
}
#single_container .container {
  background-color: #fcf8f7;
  border-radius: 6.5px;
  padding: 80px 80px 100px;
}
@media screen and (max-width: 768px) {
  #single_container .container {
    padding: 30px 10px;
  }
}
#single_container .date {
  color: #ff885f;
}
#single_container .s_title {
  font-size: 26px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #single_container .s_title {
    letter-spacing: 0.05em;
  }
}
#single_container .s_title {
  padding: 25px 0 60px;
}
@media screen and (max-width: 768px) {
  #single_container .s_title {
    font-size: 20px;
    padding: 10px 0 30px;
  }
}
#single_container .s_pager_box {
  padding-top: 65px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #single_container .s_pager_box {
    padding-top: 30px;
  }
}
#single_container .item {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  #single_container .item {
    margin-bottom: 30px;
    gap: 30px;
  }
}
#single_container .item .btn_arrow {
  width: 48px;
}
@media screen and (max-width: 768px) {
  #single_container .item .btn_arrow {
    width: 33.6px;
  }
}

#archive_container {
  padding: 160px 0;
}
@media screen and (max-width: 768px) {
  #archive_container {
    padding: 60px 0;
  }
}
#archive_container .archive_box {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin: 0 auto;
}
#archive_container .archive_list {
  border-bottom: 1px solid #c8c9ca;
  padding: 20px 10px;
}
@media screen and (max-width: 768px) {
  #archive_container .archive_list {
    padding: 15px 10px;
  }
}
#archive_container .archive_link {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #archive_container .archive_link {
    letter-spacing: 0.05em;
  }
}
#archive_container .archive_link {
  position: relative;
}
@media screen and (max-width: 768px) {
  #archive_container .archive_link {
    gap: 20px;
    font-size: 16px;
  }
}
#archive_container .date {
  color: #ff885f;
  letter-spacing: 0 !important;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #archive_container .date {
    font-size: 14px;
  }
}
#archive_container .archive_title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #archive_container .archive_title {
    letter-spacing: 0.05em;
  }
}
#archive_container .archive_title {
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  #archive_container .archive_title {
    max-width: 210px;
    font-size: 16px;
  }
}
#archive_container .btn_arrow {
  width: 30px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #archive_container .btn_arrow {
    width: 21px;
    right: 0;
  }
}
#archive_container .pagination {
  margin-top: 80px;
  text-align: center;
}
#archive_container .pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}
#archive_container .pagination__list li {
  line-height: 1;
}
#archive_container .pagination__list a,
#archive_container .pagination__list span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #c8c9ca;
  text-decoration: none;
  transition: 0.3s;
}
#archive_container .pagination__list a:hover {
  opacity: 0.7;
}
#archive_container .pagination__list .is-current a {
  position: relative;
  color: #3e3a39;
}
#archive_container .pagination__list .is-current a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 14px;
  height: 2px;
  background: #ff885f;
}
@media screen and (max-width: 768px) {
  #archive_container .pagination {
    margin-top: 50px;
  }
  #archive_container .pagination__list {
    gap: 18px;
  }
  #archive_container .pagination__list a,
  #archive_container .pagination__list span {
    font-size: 16px;
  }
  #archive_container .pagination__list .is-current a::after {
    width: 12px;
    bottom: -8px;
  }
}

.wp-block-image img {
  margin: 30px 0;
}/*# sourceMappingURL=style.css.map */