@charset "utf-8";
/* 1. All Devices
-------------------------------------------------------------------------------- */

@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&display=swap");

body,
html {
  color: #333;
  font-family: "Nunito-2", "Zen Maru Gothic-2", sans-serif;
  /* -webkit-font-smoothing: antialiased; */
  height: 100%;
  width: 100%;
}

.main {
  overflow-x: hidden;
  min-height: calc(100% - 300px);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td {
  font-weight: normal;
}

html .material-symbols-outlined {
  vertical-align: text-bottom;
}

@font-face {
  font-family: "Nunito-4";
  src: url("fonts/Nunito-ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  size-adjust: 108%;
}

@font-face {
  font-family: "Zen Maru Gothic-4";
  src: url("fonts/ZenMaruGothic-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.font-4 {
  font-family: "Nunito-4", "Zen Maru Gothic-4", sans-serif;
}

@font-face {
  font-family: "Nunito-3";
  src: url("fonts/Nunito-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  size-adjust: 108%;
}

@font-face {
  font-family: "Zen Maru Gothic-3";
  src: url("fonts/ZenMaruGothic-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.font-3 {
  font-family: "Nunito-3", "Zen Maru Gothic-3", sans-serif;
}

@font-face {
  font-family: "Nunito-2";
  src: url("fonts/Nunito-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  size-adjust: 108%;
}

@font-face {
  font-family: "Zen Maru Gothic-2";
  src: url("fonts/ZenMaruGothic-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.font-2 {
  font-family: "Nunito-2", "Zen Maru Gothic-2", sans-serif;
}

@font-face {
  font-family: "Nunito-1";
  src: url("fonts/Nunito-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  size-adjust: 108%;
}

@font-face {
  font-family: "Zen Maru Gothic-1";
  src: url("fonts/ZenMaruGothic-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.font-1 {
  font-family: "Nunito-1", "Zen Maru Gothic-1", sans-serif;
}

a {
  color: #333;
  text-decoration: none;
}

.anc-wrap {
  position: relative;
}

.anc-wrap span {
  position: absolute;
  top: -120px;
}

.menu-button {
  width: 58px;
  height: 50px;
  position: fixed;
  z-index: 4;
  top: 20px;
  right: 27px;
  background: #f8f5ec;
  border-radius: 0 99px 99px 0;
  cursor: pointer;
}

.home .menu-button {
  background: #fff;
}

.menu-button:hover {
  opacity: 1;
}

.menu-button .inner {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 0 99px 99px 0;
}

.menu-button .inner:hover {
  background: #ec6d65;
  transition: all 0.3s;
}

.menu-button .inner:hover span {
  background: #fff;
}

.menu-button.active .inner {
  background: #b0443e;
}

.menu-button span {
  background: #ec6d65;
  position: absolute;
  height: 2.5px;
  width: 18px;
  left: 15px;
  transition: all 0.3s;
}

.menu-button span:first-child {
  top: 35%;
  transform: translateY(-35%);
}

.menu-button span:nth-child(2) {
  width: 23px;
  top: 50%;
  transform: translateY(-50%);
}

.menu-button span:last-child {
  top: 65%;
  transform: translateY(-65%);
}

.menu-button.active span {
  background: #fff;
}

.menu-button.active span:first-child {
  width: 30px;
  top: 27.5%;
  left: 19%;
  transform: translatey(10px) rotate(40deg);
}

.menu-button.active span:nth-child(2) {
  opacity: 0;
}

.menu-button.active span:last-child {
  width: 30px;
  top: 66%;
  left: 11px;
  transform: translatey(-10px) rotate(-40deg);
}

.toggle-menu {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  background: rgba(236, 109, 101, 0.95);
}

.toggle-menu .inner {
  color: #fff;
  max-width: 1000px;
  padding: 0 20px;
}

.ios.safari .toggle-menu {
  height: 100dvh;
}

.toggle-menu .l-block {
  border-right: 1px solid #fff;
  padding-right: 3%;
}

.toggle-menu .inner h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  padding-left: 30px;
  padding-bottom: 10px;
  background: url("images/home/arrow-circle-right-b.svg") no-repeat left top
    10px;
  background-size: 18px auto;
  position: relative;
}

.toggle-menu .inner h3 a {
  color: #fff;
  text-decoration: none;
  position: relative;
}

.toggle-menu .inner h3 a:hover {
  opacity: 0.9;
}

.toggle-menu .inner h3 a:hover::after {
  content: "";
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}

.toggle-menu .inner .l-block .link-group {
  padding: 0 0 16px 30px;
}

.toggle-menu .inner .li-title {
  line-height: 1.2;
  padding: 0px 10px;
  border: 1px solid #fff;
  border-radius: 10px;
  display: inline-block;
}

.toggle-menu .inner .l-block .link-group li {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0 35px 10px 0;
}

.toggle-menu .inner .l-block .link-group li a {
  color: #fff;
  text-decoration: none;
  position: relative;
}

.toggle-menu .inner .l-block .link-group li a:hover {
  opacity: 0.9;
}

.toggle-menu .inner .l-block .link-group li a:hover::after {
  content: "";
  height: 1px;
  width: calc(100% - 11px);
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}

.toggle-menu .inner .l-block .link-group ul li {
  margin: 0 0px 10px 0;
}

.toggle-menu .inner .l-block .bt {
  color: #ec6d65;
  border: 2px solid transparent;
}

.toggle-menu .inner .l-block .bt:hover {
  color: #fff;
  opacity: 1;
  background: #ec6d65;
  border: 2px solid #fff;
}

.toggle-menu .inner .l-block .bt-group {
  max-width: 480px;
}

.toggle-menu .inner .r-block {
  padding-left: 6%;
}

.toggle-menu .inner .r-block .bt.bt-w:hover {
  opacity: 1;
  color: #fff;
  background: #ec6d65;
  border: 2px solid #fff;
}

.toggle-menu .inner .r-block .bt.c-w:hover {
  color: #ec6d65;
  opacity: 1;
  background: #fff;
}

.sns-wrap {
  background: #fff;
  border-radius: 999px;
}

.sns-wrap li {
  padding-left: 7px;
  padding-right: 7px;
}

.bt {
  font-weight: 500;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
  display: block;
  max-width: 366px;
  border-radius: 999px;
  border: 2px solid transparent;
}

.bt.b-b:hover {
  background: #5dc2d0;
}

.bg-p .bt:hover {
  border: 2px solid #fff;
}

.bt-100 {
  max-width: 100%;
}

.bt-480 {
  max-width: 480px;
}

.bt-600 {
  max-width: 680px;
}

.bt:hover {
  opacity: 1;
  color: #fff;
  background: #ec6d65;
}

.arrow-r {
  background-image: url("images/home/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center right 24px;
  background-size: auto 18px;
}

.arrow-bold-r {
  background-image: url("images/home/arrow-bold-right.svg");
  background-repeat: no-repeat;
  background-position: center right 24px;
  background-size: auto 28px;
}

.arrow-bold-r-b {
  background-image: url("images/home/arrow-bold-right-b.svg");
  background-repeat: no-repeat;
  background-position: center right 24px;
  background-size: auto 28px;
}

.arrow-bold-r-y {
  background-image: url("images/home/arrow-bold-right-y.svg");
  background-repeat: no-repeat;
  background-position: center right 24px;
  background-size: auto 28px;
}

.arrow-r-b {
  background-image: url("images/support/arrow-right-b.svg");
  background-repeat: no-repeat;
  background-position: center right 24px;
  background-size: auto 18px;
}

.arrow-r-2 {
  background-image: url("images/home/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center right 18px;
  background-size: auto 14px;
}

.arrow-r-2:hover {
  background-image: url("images/home/arrow-right-w.svg");
  background-repeat: no-repeat;
  background-position: center right 18px;
  background-size: auto 14px;
  transition: 0s;
}

.icon-newtab {
  background-image: url("images/home/icon-newtab.svg");
  background-repeat: no-repeat;
  background-position: center right 24px;
  background-size: auto 22px;
}

.icon-newtab-w-2 {
  background-image: url("images/home/icon-newtab-w.svg");
  background-repeat: no-repeat;
  background-position: center right 14px;
  background-size: auto 16px;
}

.arrow-w-r {
  background-image: url("images/home/arrow-right-w.svg");
  background-repeat: no-repeat;
  background-position: center right 14px;
  background-size: auto 13px;
}

.arrow-b {
  background-image: url("images/home/arrow-bottom.svg");
  background-repeat: no-repeat;
  background-position: center right 14px;
  background-size: auto 18px;
}

.arrow-bottom {
  background-image: url("images/home/arrow-bottom-2.svg");
  background-repeat: no-repeat;
  background-position: center right 14px;
  background-size: auto 10px;
}

.bt.bt-w {
  background-color: #fff;
}

.c-w {
  color: #fff;
}

.c-p {
  color: #ec6d65;
}

.c-b {
  color: #5dc2d0;
}

.c-y {
  color: #f6ac19;
}

.b-p {
  border: 2px solid #ec6d65;
}

.b-b {
  border: 2px solid #5dc2d0;
}

.b-w {
  border: 2px solid #fff;
}

.bg-beige {
  background-color: #ebe3c7;
}

.bg-beige-l {
  background-color: #f8f5ec;
}

.bg-p {
  background-color: #ec6d65;
}

.bg-b {
  background-color: #5dc2d0;
}

.bg-y {
  background-color: #f6ac19;
}

.b-r-20 {
  border-radius: 20px;
}

.bb-y {
  border-bottom: 4px solid #f6ac19;
}

.bb-p {
  border-bottom: 4px solid #ec6d65;
}

.bb-b {
  border-bottom: 4px solid #5dc2d0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 445px;
  padding: 18px 0 16px 20px;
  background: #fff;
  border-radius: 0 0 45px 0;
  z-index: 3;
}

.home .header {
  border-right: 2px solid #ec6d65;
  border-bottom: 2px solid #ec6d65;
}

.bg-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 120px;
  width: 100%;
  opacity: 1;
  background: linear-gradient(
    180deg,
    rgba(35, 24, 21, 0.4) 0%,
    rgba(35, 24, 21, 0.1) 85%,
    rgba(35, 24, 21, 0) 100%
  );
  z-index: 1;
}

.header a {
  text-decoration: none;
}

.header .img-logo {
  padding-right: 20px;
}

.header .header-text {
  padding-top: 8px;
}

.header .header-text span {
  display: block;
  padding: 4px 0 4px 18px;
  border-left: 1px solid #333;
}

.nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  padding: 36px 90px 31px 0;
  background: #fff;
}

body:not(.home) .nav.active {
  background: transparent;
}

.home .nav {
  background: transparent;
}

.nav-inner {
  padding-right: 176px;
}

.admin-bar .nav-inner {
  position: relative;
  top: 12px;
}

.nav-inner li {
  padding: 0 12px;
}

.nav-inner li a {
  color: #333;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
  position: relative;
  display: block;
  padding-bottom: 2px;
}

body:not(.home) .nav.active .nav-inner li a {
  color: #fff;
}

.home .nav-inner li a {
  color: #fff;
}

.nav-inner li a::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background: #333;
  transition: all 0.2s;
}

body:not(.home) .nav.active .nav-inner li a::after {
  background: #fff;
}

.home .nav-inner li a::after {
  background: #fff;
}

.nav-inner li a:hover {
  opacity: 1;
  border-bottom: none;
}

.nav-inner li a:hover::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  height: 2px;
  width: 0%;
  background: #fff;
}

.bt-donation {
  text-align: right;
  padding: 0 !important;
  position: relative;
  margin-left: 20px;
  position: absolute;
  top: 20px;
  right: 88px;
}

.bt-donation a {
  color: #fff;
  font-size: 1.7rem;
  line-height: 1;
  padding: 8px 10px 6px;
  background: #ec6d65;
  border-radius: 99px 0 0 99px;
  display: inline-block;
}

body:not(.home) .nav.active li.bt-donation a {
  color: #333;
}

.bt-donation a span {
  display: inline-block;
  position: relative;
  padding: 0 12px 0px 14px;
  top: -10px;
}

.bt-donation a::after {
  display: none;
}

.nav.active .bt-donation a {
  color: #ec6d65;
  background: #fff;
}

.nav.active .bt-donation a .icon-heart {
  display: none;
}

.nav.active .bt-donation a .icon-heart-p {
  display: inline-block;
}

.bt-en-wrap {
  position: fixed;
  right: 20px;
  top: 40px;
  z-index: 3;
}

.bar-attention {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 1.6rem;
  width: 50px;
  z-index: 1;
}

.bar-attention .inner {
  padding: 12px 0 10px;
  border-radius: 10px 0 0 10px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.bar-attention p {
  writing-mode: vertical-rl;
}

.kv-main {
  overflow: hidden;
}

.kv-main .inner {
  z-index: 1;
  position: relative;
}

@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.kv-main .swiper-slide-active .slide-img,
.kv-main .swiper-slide-duplicate-active .slide-img,
.kv-main .swiper-slide-prev .slide-img {
  animation: zoom-in 10s linear 0s 1 normal both;
}

.kv-main .slide-img {
  min-height: calc(100dvh - 50px);
}

.kv-main .slide-1 .slide-img {
  background: url("images/home/slide-1.png") no-repeat center;
  background-size: cover;
}

.kv-main .slide-2 .slide-img {
  background: url("images/home/slide-2.png") no-repeat center;
  background-size: cover;
}

.kv-main .slide-3 .slide-img {
  background: url("images/home/slide-3.png") no-repeat center;
  background-size: cover;
}

.kv-main .slide-4 .slide-img {
  background: url("images/home/slide-4.png") no-repeat center;
  background-size: cover;
}

.kv-main .slide-5 .slide-img {
  background: url("images/home/slide-5.png") no-repeat center;
  background-size: cover;
}

.kv-main .img-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wave {
  transform: scale(1.01, 1);
  position: relative;
  margin-top: 40px;
}

.wave img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.nav-home {
  max-width: 1240px;
  margin-top: -164px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.nav-home a {
  height: 150px;
  position: relative;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1.5;
  width: 31.8%;
  margin-left: 0.75%;
  margin-right: 0.75%;
}

/* .nav-home a:nth-child(2) {
  height: 100px;
}

.nav-home a:nth-child(3) {
  height: 100px;
} */

.nav-home a .inner {
  width: 100%;
  padding: 20px 10px 0px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 20px 20px 0 0;
  background-color: #ec6d65;
  display: block;
}

.nav-home a::after {
  content: "";
  position: absolute;
  border-bottom: 4px solid #e74a40;
  width: calc(100% + 10px);
  left: -5px;
  bottom: 0;
}

.nav-home .on-i {
  height: 0px;
  transition: all 0.3s;
}

.nav-home a:hover .on-i {
  display: inline-block;
  margin-top: 9px;
  margin-bottom: 8px;
  height: 36px;
}

.nav-home a:nth-child(2):hover .on-i {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 6px;
  height: 49px;
}

.nav-home a:nth-child(3):hover .on-i {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 6px;
  height: 49px;
}

.nav-home a:hover .inner {
  background-image: url("images/home/arrow-circle-right-w.svg");
  background-repeat: no-repeat;
  background-position: right 20px bottom 20px;
  background-size: 35px;
}

/* .nav-home a:hover .inner {
  padding: 12px 10px 9px;
} */

.nav-home a:nth-child(2) .inner {
  background-color: #5dc2d0;
}

.nav-home a:nth-child(2)::after {
  border-bottom: 4px solid #34b3c4;
}

.nav-home a:nth-child(3) .inner {
  background-color: #f6ac19;
}

.nav-home a:nth-child(3)::after {
  border-bottom: 4px solid #f59300;
}

.nav-home a .inner > span {
  font-size: 1.4rem;
}

.nav-home a h3 {
  font-size: 2.3rem;
  font-weight: 500;
}

.container {
  padding-left: 16px;
  padding-right: 16px;
}

.home .text-about span {
  border-bottom: 2px solid #ec6d65;
}

.news-wrap {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 3% 6px;
  border: 2px solid #34b3c4;
  border-radius: 15px;
}

.news-wrap > ul li {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 16px 0;
  border-bottom: 2px dotted #333;
}

.news-wrap > ul li:last-child {
  border-bottom: none;
}

.news-wrap > ul li .text-date {
  padding-top: 4px;
  width: 90px;
  font-size: 1.4rem;
}

.news-wrap > ul li .entry-title {
  line-height: 1.8;
  width: calc(100% - 90px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.img-circle {
  left: -200px;
}

.img-circle-2 {
  top: 200px;
  right: 300px;
}

.img-circle-3 {
  top: 340px;
  left: 150px;
}

.home .sec-realization {
  background: url("images/home/bg-cicle.svg") no-repeat center top 90%;
  background-size: 854px;
}

.home .sec-realization .text {
  max-width: 565px;
}

.home .sec-chart .title {
  position: absolute;
  left: 60px;
  top: -70px;
}

.key-slide {
  padding: 45px 0;
  background: #ece5dc;
  width: 100%;
  overflow: hidden;
}

.key-slide ul {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.key-slide ul li {
  margin: 0 30px;
  text-align: center;
}

.key-slide ul .slick-list {
  overflow: visible;
}

.key-slide ul li img {
  width: 100%;
  border-radius: 40px;
}

.key-slide .slick-prev,
.key-slide .slick-next {
  background: #ec6d65;
  width: 30px;
  height: 180px;
  border-radius: 9999px;
  z-index: 1;
}

.key-slide .slick-prev:hover,
.key-slide .slick-prev:focus,
.key-slide .slick-next:hover,
.key-slide .slick-next:focus {
  background: #ec6d65 !important;
  opacity: 0.7;
}

.key-slide .slick-prev {
  left: 18.7%;
}

.key-slide .slick-next {
  right: 18.7%;
}

.key-slide .slick-prev::before,
.key-slide .slick-prev::after,
.key-slide .slick-next::before,
.key-slide .slick-next::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  opacity: 1;
}

.key-slide .slick-prev:before {
  content: "";
  left: 40%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(225deg);
}

.key-slide .slick-next:before {
  content: "";
  right: 22%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.slider-2 {
  max-width: 960px;
  margin: -24px auto 40px;
}

.slider-2 ul li {
  padding-top: 10px;
  margin: 0 8px;
  position: relative;
}

.slider-2 .slick-current span::after {
  content: "▲";
  text-align: center;
  color: #ec6d65;
  top: -13px;
  left: 0;
  position: absolute;
  transform: scale(1.5, 1);
  width: 100%;
  z-index: 1;
}

.slider-2 ul li span {
  padding: 3px;
  display: block;
  position: relative;
  cursor: pointer;
}

.slider-2 .slick-current span {
  padding: 0;
  border: 3px solid #ec6d65;
}

.sec-title span {
  position: relative;
  display: inline-block;
}

.sec-title span::before {
  content: "";
  position: absolute;
  left: -5px;
  bottom: 4%;
  height: 14px;
  width: calc(100% + 10px);
  background: #fff;
  border-radius: 999px;
  z-index: -1;
}

.news-group .l-block img {
  border: 3px solid #5dc2d0;
  border-radius: 15px;
}

.news-group .r-block {
  position: relative;
  width: calc(40% - 30px);
  padding: 50px 50px;
  background: #5dc2d0;
  border-radius: 15px;
}

.news-group .r-block .entry-title a {
  color: #fff;
}

.news-group .r-block::before {
  content: "◀";
  font-size: 3rem;
  color: #5dc2d0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -23px;
}

.badge-group a {
  color: #5dc2d0;
  line-height: 1.2;
  margin-right: 10px;
  padding: 10px 20px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 999px;
  border: 2px solid #5dc2d0;

  display: block;
}

.news-group .r-block .entry-date {
  position: absolute;
  bottom: 50px;
}

.news-group .block-entry {
  width: 31.5%;
  border: 3px solid #5dc2d0;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
}

.news-group .block-entry .badge-group {
  margin-top: -50px;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}

.news-group .block-entry .badge-group > * {
  color: #fff;
  background: #5dc2d0;
}

.news-group .block-entry .block-text-group {
  padding: 25px 30px 24px;
  border-radius: 0 0 20px 20px;
}

.news-wrap-2 {
  padding: 30px 9%;
  max-width: 100%;
  border: 3px solid #5dc2d0;
}

.news-wrap-2 .row-news {
  border-bottom: 2px dotted #333;
}

.news-wrap-2 .row-news:last-child {
  border-bottom: none;
}

.news-wrap-2 .block-img {
  width: 180px;
}

.news-wrap-2 .block-img img {
  border-radius: 10px;
  border: 1px solid #e9dfc8;
}

.news-wrap-2 .block-text {
  width: calc(100% - 180px);
}

.news-wrap-2 .badge-group a {
  color: #fff;
  padding: 5px 10px;
  display: block;
  background: #5dc2d0;
}

.news-wrap-2 .badge-group a.tag {
  color: #5dc2d0;
  background: #fff;
}

.border-p {
  border: none;
  background: url("images/home/border-p.svg") no-repeat;
  background-size: auto 3px;
  height: 3px;
}

.swiper-2 {
  overflow: hidden;
}

.swiper-2 .news-group {
  padding: 0 15px;
}

.grant-info-status .text-num span {
  display: block;
  text-align: center;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: #fbd68c;
}

.img-circle {
  animation: 16s linear infinite rotation_1;
}

.img-circle-2 {
  animation: 16s linear infinite rotation_2;
}

.img-circle-3 {
  animation: 16s linear infinite rotation_3;
}

@keyframes rotation_1 {
  0% {
    transform: rotate(0);
    scale: 0.9;
  }
  50% {
    transform: rotate(180deg);
    scale: 1.2;
  }
  100% {
    transform: rotate(360deg);
    scale: 0.9;
  }
}

@keyframes rotation_2 {
  0% {
    transform: rotate(0);
    scale: 1.4;
  }
  50% {
    transform: rotate(180deg);
    scale: 1;
  }
  100% {
    transform: rotate(360deg);
    scale: 1.4;
  }
}

@keyframes rotation_3 {
  0% {
    transform: rotate(0);
    scale: 1;
  }
  50% {
    transform: rotate(180deg);
    scale: 0.7;
  }
  100% {
    transform: rotate(360deg);
    scale: 1;
  }
}

.swiper-2 .swiper-pagination {
  bottom: 0px;
}

html .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 2px solid #5dc2d0;
  background: transparent;
  opacity: 1;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

html .swiper-pagination-bullet-active {
  background: #5dc2d0 !important;
}

.news-group::after {
  content: "";
  width: 31.5%;
}

.project-group .block-entry {
  border: 2px solid #f6ac19;
}

.project-group .block-entry .badge-group span {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  padding: 14px 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background: #f6ac19;
  border-radius: 999px;
  position: relative;
}

.project-group .block-entry .badge-group span::after {
  color: #f6ac19;
  content: "▼";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
}

.project-group .block-entry .entry-title {
  border-bottom: 2px dotted #333;
}

.sec-nav h3 span {
  border-bottom: 3px solid #fff;
  margin-bottom: 10px;
}

.sec-nav .block {
  background-image: url("images/home/arrow-bold-right-w.svg");
  background-repeat: no-repeat;
  background-position: center right 7%;
  background-size: 20px auto;
}

.footer {
  background: #fff;
}

.footer .inner {
  max-width: 1126px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer .l-block {
  width: 144px;
}

.footer .c-block {
  width: calc(100% - 520px);
}

.footer .r-block {
  width: 296px;
  border-left: 2px dotted #ec6d65;
}

.bt-en {
  color: #fff;
  padding: 3px 20px 0px 10px;
  background: #5dc2d0 url("images/home/arrow-right-w.svg") no-repeat center
    right 6px;
  background-size: 10px auto;
  border-radius: 999px;
}

.footer .link a {
  text-decoration: underline;
}

.footer .sns {
  position: absolute;
  right: 0;
  bottom: 0;
}

.footer .bt-wrap a {
  color: #fff;
  text-align: center;
  padding: 12px 4px;
  width: 49%;
  border-radius: 999px;
}

.page-kv {
  margin-top: 90px;
  padding-bottom: 40px;
  position: relative;
  background: #f8f5ec;
}

.page-kv > img {
  width: 100%;
}

.page-kv.height-fix {
  height: 440px;
}

.page-kv .page-title-box {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-kv.height-fix .page-title-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.page-kv.height-fix .page-title-box .inner {
  width: max-content;
  min-width: 578px;
  padding: 30px 70px 20px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
}

.page-kv .page-title-box .sec-title {
  font-weight: 500;
}

.page-kv .page-title-box .sec-title span::before {
  display: none;
}

.page-kv .breadcrumbs {
  line-height: 1.5;
  color: #ec6d65;
  font-size: 1.2rem;
  position: absolute;
  top: 20px;
  left: 10px;
  padding: 5px 11px 3px;
  border-radius: 20px;
}

.page-kv.height-fix .breadcrumbs {
  left: 20px;
  background: #fff;
}

.page-kv .breadcrumbs.bg-t {
  background: transparent;
}

.page-kv .breadcrumbs span {
  color: #333;
  padding: 0 2px 0 0;
}

.page-kv .breadcrumbs a {
  color: #333;
}

.about .page-kv {
  background: url("images/about/kv-2.png") no-repeat top center;
  background-size: cover;
}

.bs-arrow {
  height: 12px;
  width: 13px;
  background: url("images/home/arrow-bold-right.svg") no-repeat right bottom;
  background-size: auto 100%;
  display: inline-block;
  position: relative;
  top: 2px;
}

.page-title-wrap {
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  left: 120px;
}

.page-title-wrap .title-jp {
  font-weight: 500;
}

.page-sub-title-wrap {
  position: absolute;
  top: 55%;
  right: 120px;
  z-index: 1;
}

.page-sub-title-wrap img {
  margin: 0 3px auto;
}

.about-beige-box {
  border-radius: 30px;
}

.about-box-group {
  padding: 50px;
  background: #fff;
  position: relative;
  margin-bottom: 100px;
}

.about-box-group.bg-beige-l {
  background: #f8f5ec;
}

.about-box-group .l-block {
  width: 250px;
  margin-top: -60px;
}

.about-box-group .r-block {
  width: calc(100% - 250px);
}

.hr-p {
  border: none;
  background: url(images/home/border-p.svg) no-repeat;
  background-size: auto 3px;
  height: 3px;
}

.about .img-2 {
  border-radius: 0 20px 20px 0;
}

.b-r {
  border-radius: 16px;
}

.b-r-10 {
  border-radius: 10px;
}

.round {
  border-radius: 99px;
}

.everywhere .sec-1 {
  background: url("images/everywhere/main.png") no-repeat top center;
  background-size: 100% auto;
}

.everywhere .lead-box {
  max-width: 560px;
  padding: 10px 3% 10px;
  border: 4px solid #fff;
  border-radius: 50px 50px 0 0;
}

.everywhere .icon-bustle {
  position: relative;
  top: -28px;
}

.accordion-wrap {
  margin-bottom: 20px;
}

.bt-accordion {
  padding: 16px 60px 15px;
  border-radius: 10px;
  cursor: pointer;
  background-image: url("images/everywhere/icon-plus.svg");
  background-position: right 24px center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  position: relative;
}

.bt-accordion:hover {
  opacity: 0.7;
}

.bt-accordion.active {
  border-radius: 10px 10px 0 0;
  background-image: url("images/everywhere/icon-minus.svg");
  background-position: right 24px center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

.bt-accordion .num {
  color: #ec6d65;
  font-size: 1.7rem;
  line-height: 1.4;
  text-align: center;
  position: absolute;
  top: 14px;
  left: 20px;
  height: 28px;
  width: 28px;
  border: 2px solid #ec6d65;
  border-radius: 99px;
}

.con-accordion {
  display: none;
  padding: 0 60px 40px;
  border-radius: 0 0 10px 10px;
  position: relative;
}

.con-accordion p:first-of-type {
  border-top: 2px dashed #d2c3a0;
}

.title-slush span {
  display: inline-block;
  position: relative;
}

.title-slush span::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -30px;
  width: 16px;
  height: 32px;
  background: url("images/everywhere/sluch-l.svg") no-repeat;
  background-size: contain;
}

.title-slush span::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -30px;
  width: 16px;
  height: 32px;
  background: url("images/everywhere/sluch-r.svg") no-repeat;
  background-size: contain;
}

.sec-title.line-beige span::before {
  background: #ebe3c7;
}

.sec-title.line-red span::before {
  background: #c93c39;
}

.sec-title.line-w span::before {
  background: #fff;
}

.col-arrow::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 26px;
  background: url("images/home/arrow-bold-right.svg") no-repeat;
  background-size: contain;
}

.place .page-kv {
  background: url("images/place/kv-2.png") no-repeat center;
  background-size: cover;
}

.radius {
  border-radius: 15px;
}

.radius-10 {
  border-radius: 10px;
}

.ul-beige-round li {
  border-radius: 999px;
  padding: 5px;
  margin-bottom: 8px;
  background: #f8f5ec;
}

.border-5 {
  border: 5px solid #ec6d65;
}

.care-about .page-kv {
  background: url("images/care-about/kv-2.png") no-repeat top 0px center;
  background-size: cover;
}

.nav-anc {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.nav-anc li {
  width: 32.5%;
}

.nav-anc li a {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 16px 30px 18px 20px;
  background: #f3eedd url("images/care-about/icon-arrow-bottom.svg") no-repeat
    center right 8%;
  background-size: 20px auto;
  display: block;
  border-radius: 10px;
  border-left: 19px solid #ec6d65;
}

.nav-anc li:nth-child(2) a {
  border-left: 19px solid #ffcc00;
}

.nav-anc li:nth-child(3) a {
  padding: 10px 30px 8px 20px;
  font-size: 1.6rem;
  border-left: 19px solid #5dc2d0;
}

.anc-wrap {
  position: relative;
}

/* .anc-wrap span {
  top: -160px;
  position: absolute;
} */

.precious-box {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  border-radius: 15px;
  background: #f3eedd;
}

.precious-box .title-box {
  color: #fff;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.5;
  padding: 50px 5%;
  background: #ec6d65 url("images/care-about/icon-musubie.svg") no-repeat bottom
    right 5%;
  background-size: 110px auto;
  border-radius: 20px 20px 0 0;
}

.precious-box .title-box.y {
  color: #333;
  background: #fbcf00 url("images/care-about/icon-home.svg") no-repeat bottom
    right 5%;
  background-size: 112px auto;
}

.precious-box .title-box.b {
  padding: 25px 5%;
  background: #5dc2d0 url("images/care-about/icon-people.svg") no-repeat bottom
    right 5%;
  background-size: 124px auto;
}

.precious-box .inner {
  padding: 0 7.5% 80px;
  margin-bottom: 100px;
}

.precious-box .inner:last-child {
  margin-bottom: 50px;
}

.precious-box .inner h3 {
  font-size: 2.5rem;
  line-height: 1.5;
}

.precious-box .inner p {
  font-size: 1.6rem;
  line-height: 2.2;
}

.precious-box .inner p a {
  text-decoration: underline;
}

.precious-box .inner .box-1 {
  padding: 50px 8%;
  background: #fff;
  border-radius: 15px;
}

.precious-box .inner .text-num {
  color: #fff;
  text-align: center;
  border-radius: 9999px;
  display: inline-block;
}

.precious-box .inner .text-num-l {
  font-size: 3.2rem;
  line-height: 1;
  height: 70px;
  width: 70px;
  padding-top: 19px;
  margin-left: auto;
  margin-right: auto;
  background: #ec6d65;
  box-sizing: border-box;
  display: block;
}

.precious-box .inner .box-1 h3 {
  color: #ec6d65;
}

.precious-box .inner .box-1-1 {
  padding: 30px 5%;
  background: #f3eedd;
}

.precious-box .inner .box-1-1 p {
  font-size: 1.4rem;
}

.precious-box .inner h4 {
  color: #ec6d65;
  font-size: 1.8rem;
}

.precious-box .inner .box-1-1 h4 {
  color: #333;
  padding-bottom: 8px;
  border-bottom: 2px dotted #333;
}

.precious-box .inner ol {
  line-height: 1.7;
  counter-reset: my-counter;
  list-style: none;
}

.precious-box .inner ol li {
  font-size: 1.6rem;
  padding-left: 26px;
  margin-bottom: 10px;
  position: relative;
}

.precious-box .inner ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #333;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 17px;
  width: 17px;
  color: #ffffff;
  font-size: 75%;
  line-height: 1;
  position: absolute;
  top: 6px;
  left: 0;
}

.precious-box .inner .text-mini {
  font-size: 1.1rem;
}

.precious-box .inner .num-box {
  font-weight: 600;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.precious-box .inner .num-box .block-wrap {
  margin-bottom: 10px;
}

.precious-box .inner .title-num {
  font-size: 2.6rem;
  line-height: 1.5;
  position: relative;
  box-sizing: border-box;
}

.precious-box .inner .num-box .block-wrap .l-block {
  font-size: 2.2rem;
  width: 68%;
  padding-left: 34px;
  border-bottom: 1px solid #333;
}

.precious-box .inner .num-box .block-wrap .l-block .num {
  position: absolute;
  left: 0;
  top: 0;
}

.precious-box .inner .num-box .block-wrap .r-block {
  width: 28%;
}

.precious-box .inner .text-round {
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
  padding: 2px 0;
  width: 160px;
  background: #f3eedd;
  border-radius: 9999px;
  display: inline-block;
}

.precious-box .inner h3.title-num {
  color: #333;
}

.title-box .sec-title span::before {
  background: #e45045;
}

.title-box.y .sec-title span::before {
  background: #fabd38;
}

.title-box.b .sec-title span::before {
  background: #4bb6c9;
}

.table-1 tr > * {
  padding: 32px 0;
  border-bottom: 2px solid #d2c3a0;
}

.table-1 tr:last-child > * {
  border-bottom: none;
}

.table-1 tr th {
  color: #ec6d65;
  font-weight: 600;
  text-align: left;
  vertical-align: top;
  width: 180px;
}

.table-1 a {
  color: #5dc2d0;
  text-decoration: underline;
}

.table-1 hr {
  margin-top: 14px;
  margin-bottom: 14px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px dashed #d2c3a0;
}

html p.has-background,
html div.has-background {
  padding: 28px 20px;
}

.support .page-kv {
  background: url("images/support/kv-2.png") no-repeat top 0px center;
  background-size: cover;
}

.activiti-title {
  border-radius: 99px;
}

.support .group-activity .text-block {
  border-radius: 0 0 15px 15px;
}

.box-border-p {
  border: 4px solid #ec6d65;
}

.box-border-b {
  border: 4px solid #5dc2d0;
}

.box-border-y {
  border: 4px solid #f6ac19;
}

.section-logo .sec-title {
  max-width: 480px;
  position: relative;
  top: -24px;
  border: 3px solid #fff;
  border-radius: 99px;
}

.section-logo .group-title {
  width: 480px;
  background: transparent;
}

.section-logo .group-title span {
  border: 2px solid #333;
  background: #fff;
  border-radius: 99px;
  display: block;
}

.section-logo .block {
  padding: 4px;
}

.legacy .page-kv {
  background: url("images/support/legacy/kv-2.png") no-repeat top 0px center;
  background-size: cover;
}

.legacy-lead .sub-title-wrap {
  max-width: 520px;
}

.legacy-lead h2 span {
  border-bottom: 3px solid #333;
}

.rounded {
  border-radius: 9999px;
}

.floating.fixed {
  position: fixed;
  top: 88px;
  left: 0;
  background: #fff;
  z-index: 1;
}

.floating.fixed + * + * {
  margin-top: 215px;
}

.floating-nav {
  width: 100%;
}

.sub-nav {
  display: none;
}

.floating-nav .inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 28px;
  padding-bottom: 12px;
}

.floating.fixed .inner {
  padding-top: 10px;
  padding-bottom: 8px;
}

.floating-nav ul li {
  width: 31%;
  margin-bottom: 16px;
}

.floating.fixed ul li {
  width: 10.5%;
  display: flex;
  margin-bottom: 0;
}

.floating-nav ul li a {
  font-size: 1.7rem;
  text-align: center;
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
  background: #f3eedd;
  border-radius: 9999px;
}

.floating-nav ul li a br {
  display: none;
}

.floating.fixed ul li a {
  font-size: 1.3rem;
  line-height: 1.2;
  display: flex;
  width: 100%;
  justify-content: center;
}

.floating.fixed ul li a br {
  display: inline;
}

.con-legacy p a {
  text-decoration: underline;
}

.con-legacy .anc-wrap {
  position: relative;
}

.con-legacy .sec-lead {
  background: #f3eedd;
}

.con-legacy .sec-lead .con-title {
  border-bottom: 3px solid #333;
  display: inline-block;
}

.con-legacy .lead-photo .lead-photo-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}

.con-legacy .lead-photo .lead-photo-wrap:first-child {
  background: url("images/support/legacy/bg-0-1.png") no-repeat center bottom;
  background-size: 380px;
}

.con-legacy .lead-photo .lead-photo-wrap:nth-child(2) {
  background: url("images/support/legacy/bg-0-2.png") no-repeat left 10% bottom;
  background-size: 380px;
}

.con-legacy .lead-photo .lead-photo-wrap:nth-child(3) {
  background: url("images/support/legacy/bg-0-3.png") no-repeat right 10% top;
  background-size: 380px;
}

.con-legacy .lead-photo .lead-photo-wrap:nth-child(4) {
  background: url("images/support/legacy/bg-0-1.png") no-repeat center bottom;
  background-size: 380px;
}

.con-legacy .lead-photo .lead-photo-wrap .block {
  width: 48%;
}

.con-legacy .lead-photo .lead-photo-wrap .l-block p {
  margin-left: auto;
}

.con-legacy .lead-photo .lead-photo-wrap .r-block p {
  margin-right: auto;
}

.con-legacy .lead-photo .lead-photo-wrap .text-block {
  justify-content: center;
  align-items: center;
}

.con-legacy .lead-photo .lead-photo-wrap .text-block p {
  max-width: 476px;
}

.con-legacy .block-cta {
  background: #5dc2d0;
}

.con-legacy .block-cta .bt-original a {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 100px;
  padding-right: 100px;
  margin-bottom: 20px;
  box-shadow: 7px 10px 0px -5px rgba(0, 0, 0, 0.1);
  background: #fff url("images/support/legacy/arrow-right-b.svg") no-repeat
    right 4% center;
  background-size: 11px auto;
}

.con-legacy .band-title {
  background: #ea5c53 url("images/support/legacy/title-bg.svg") no-repeat center;
  background-size: auto 100%;
  position: relative;
}

.con-legacy .band-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -26px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 40px solid #ec6d65;
}

.con-legacy .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.con-legacy .youtube iframe {
  width: 100%;
  height: 100%;
}

.con-legacy .box-1 {
  border-radius: 8px;
  border: 1px solid #c9bc9c;
  background-image: url("images/support/legacy/img-2-1.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
}

.con-legacy .bt-1 a {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  display: block;
  max-width: 548px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 10px 14px;
  background: #5dc2d0 url("images/support/legacy/arrow-right-w.svg") right 4%
    center no-repeat;
  background-size: 12px auto;
  border-radius: 9999px;
  box-shadow: 8px 8px 0px -3px rgba(0, 0, 0, 0.1);
}

.con-legacy .bt-1-2 a {
  width: 425px;
}

.con-legacy .title-slash {
  position: relative;
}

.con-legacy .title-slash::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  width: 24px;
  height: 73px;
  background: url("images/support/legacy/slush-l.svg") no-repeat left center;
  background-size: 20px auto;
}

.con-legacy .title-slash::after {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  width: 24px;
  height: 73px;
  background: url("images/support/legacy/slush-r.svg") no-repeat left center;
  background-size: 20px auto;
}

.con-legacy .support-wrap .block {
  width: 48%;
}

.con-legacy .voices .img-human-right {
  width: 93px;
  position: absolute;
  right: 8%;
  bottom: 0;
}

.con-legacy .voices .img-human-left {
  width: 93px;
  position: absolute;
  left: 8%;
  bottom: 0;
}

.con-legacy .bt-2 a {
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.7;
  text-align: center;
  font-weight: bold;
  display: block;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 10px;
  background: #5dc2d0 url("images/support/legacy/arrow-right-w-l.svg") right 5%
    center no-repeat;
  background-size: 64px auto;
  border-radius: 9999px;
  box-shadow: 8px 8px 0px -3px rgba(230, 222, 187, 1);
}

.con-legacy .ancher-link {
  background: #f3eedd url("images/support/legacy/arrow-bottom.svg") no-repeat
    right 2% center;
  background-size: 20px auto;
}

.con-legacy .title-red {
  color: #fff;
  text-align: center;
  font-size: 3.1rem;
  line-height: 1.5;
  padding: 5px 40px 4px;
  border-radius: 9999px;
}

.con-legacy .title-red span {
  font-size: 80%;
}

.con-legacy .title-red-1 {
  background: #e94829 url("images/support/legacy/num-1.svg") no-repeat left 10px
    center;
  background-size: 38px;
}

.con-legacy .title-red-2 {
  background: #e94829 url("images/support/legacy/num-2.svg") no-repeat left 10px
    center;
  background-size: 38px;
}

.con-legacy .title-red-3 {
  background: #e94829 url("images/support/legacy/num-3.svg") no-repeat left 10px
    center;
  background-size: 38px;
}

.hr-dotted {
  border-bottom: 3px dotted #40220f;
}

.con-legacy .img-arrow-bottom {
  width: 20px;
}

.con-legacy .title-absolute {
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid #ec6d65;
}

.acc-ttl {
  line-height: 1.7;
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}

.acc-txt {
  display: none;
}

.con-legacy .anc-wrap {
  top: -90px;
}

.con-legacy .acc-ttl .bt-toggle {
  width: 20px;
  height: 10px;
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 0;
  background: url("images/support/legacy/arrow-bottom.svg") no-repeat center;
}

.con-legacy .acc-ttl.active .bt-toggle {
  width: 20px;
  height: 10px;
  background: url("images/support/legacy/arrow-top.svg") no-repeat center;
}

.con-legacy .faq-q {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.7;
  text-align: center;
  width: 50px;
  height: 50px;
  padding-top: 4px;
  background: url("images/support/legacy/q.svg") no-repeat center;
  display: block;
  position: absolute;
  left: -80px;
  top: -13px;
}

.con-legacy .faq-a {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.7;
  font-weight: bold;
  text-align: center;
  width: 50px;
  height: 50px;
  padding-top: 4px;
  background: url("images/support/legacy/a.svg") no-repeat center;
  display: block;
  position: absolute;
  left: -80px;
  top: 20px;
}

.con-legacy .journey-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -26px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 40px solid #ec6d65;
}

.activity .page-kv {
  background: url("images/activity/kv-2.png") no-repeat top 0px center;
  background-size: cover;
}

.a-box-border:hover {
  opacity: 1;
}

.a-box-border > div {
  padding: 60px 60px 70px;
}

.a-box-border:hover > div {
  padding: 56px 56px 66px;
}

.a-box-border:hover > .box-border-p {
  border: 8px solid #ec6d65;
}

.a-box-border:hover > .box-border-b {
  border: 8px solid #5dc2d0;
}

.a-box-border:hover > .box-border-y {
  border: 8px solid #f6ac19;
}

.post-type-archive-pickupproject .page-kv {
  background: url("images/project/kv-2.png") no-repeat top 0px center;
  background-size: cover;
}

.tax-project_cat .page-kv {
  background: url("images/project/kv-2.png") no-repeat top 0px center;
  background-size: cover;
}

.cat-nav li {
  margin: 0 10px 10px;
}

.cat-nav li a {
  color: #ec6d65;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 4px 20px;
  background: #fff;
  border: 2px solid #ec6d65;
  border-radius: 999px;
  display: block;
}

.cat-nav li.current a {
  color: #fff;
  background: #ec6d65;
  pointer-events: none;
}

.cat-nav li a:hover {
  opacity: 1;
  color: #fff;
  background: #ec6d65;
}

.post-kv {
  height: 228px;
}

.page-navi {
  text-align: center;
}

.page-navi .inner {
  padding: 12px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 24px;
  display: inline-block;
}

.page-navi .wp-pagenavi {
  margin-left: auto;
  margin-right: auto;
}

.page-navi .wp-pagenavi .pages {
  font-weight: normal;
}

.page-navi .wp-pagenavi a,
.page-navi .wp-pagenavi span {
  color: #b3b3b3;
  font-weight: bold;
  font-size: 1.8rem;
  border: none;
  padding: 0 16px 10px;
  display: inline-block;
}

.page-navi .wp-pagenavi span.current {
  opacity: 0.4;
}

.page-navi .wp-pagenavi .previouspostslink {
  width: 30px;
  height: 30px;
  padding: 0;
  position: relative;
  top: 6px;
  margin-right: 30px;
  background: url("images/project/arrow-page-l-y.svg") no-repeat center;
  background-size: contain;
  text-indent: 100%;
  display: inline-block;
  vertical-align: sub;
  white-space: nowrap;
  overflow: hidden;
}

.post-type-archive-news .page-navi .wp-pagenavi .previouspostslink,
.tax-news_cat .page-navi .wp-pagenavi .previouspostslink,
.tax-news_tag .page-navi .wp-pagenavi .previouspostslink {
  background: url("images/news/arrow-page-l-b.svg") no-repeat center;
  background-size: contain;
}

.category .page-navi .wp-pagenavi .previouspostslink {
  background: url("images/grant/arrow-page-l.svg") no-repeat center;
  background-size: contain;
}

.page-navi .wp-pagenavi .nextpostslink {
  width: 30px;
  height: 30px;
  padding: 0;
  position: relative;
  top: 6px;
  margin-left: 20px;
  background: url("images/project/arrow-page-r-y.svg") no-repeat center;
  background-size: contain;
  display: inline-block;
  vertical-align: sub;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.post-type-archive-news .page-navi .wp-pagenavi .nextpostslink,
.tax-news_cat .page-navi .wp-pagenavi .nextpostslink,
.tax-news_tag .page-navi .wp-pagenavi .nextpostslink {
  background: url("images/news/arrow-page-r-b.svg") no-repeat center;
  background-size: contain;
}

.category .page-navi .wp-pagenavi .nextpostslink {
  background: url("images/grant/arrow-page-r.svg") no-repeat center;
  background-size: contain;
}

.single-pickupproject .page-kv {
  height: auto;
  background: #f8f5ea;
}

.single-pickupproject .page-kv .breadcrumbs {
  background: none;
  padding: 5px 0px 3px;
}

.single-pickupproject .page-title-box {
  width: 100%;
  background: transparent;
  position: relative;
  left: 0;
  transform: none;
  top: auto;
}

.bt-category-page {
  position: absolute;
  top: -250px;
  right: 0;
}

.bt-category-page a {
  width: 280px;
  border: 1px solid #c93c39;
}

.con-inner .con-inner-kv img {
  margin-top: 0;
  width: 100%;
}

.con-inner h1 {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 28px;
}

.con-inner h2 {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: left !important;
  padding-left: 20px;
  border-left: 6px #5dc2d0 solid;
  margin-top: 40px;
  margin-bottom: 28px;
}

.single-pickupproject .con-inner h2 {
  border-left: 6px #f6ac19 solid;
}

.single-pickupproject .con-inner h2 span {
  color: #333 !important;
}

.con-inner h3 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 28px;
  background: none !important;
}

.con-inner h4 {
  color: #5dc2d0;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 40px;
  margin-bottom: 28px;
}

.con-inner h5 {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 40px;
  margin-bottom: 28px;
}

.con-inner p {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 28px;
}

.con-inner a {
  color: #5dc2d0;
  text-decoration: underline;
  word-break: break-all;
}

.con-inner ul {
  margin-bottom: 28px;
}

.con-inner li {
  font-size: 1.6rem;
  line-height: 2;
  padding-left: 18px;
  position: relative;
  margin-bottom: 4px;
}

.con-inner ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.con-inner ol {
  padding-left: 24px;
  margin-bottom: 28px;
}

.con-inner ol li {
  padding-left: 0;
}

.con-inner img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.con-inner .wp-block-column img {
  margin-top: 0px;
  margin-bottom: 0px;
}

hr {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #d2c3a0;
}

hr.hr-dashed {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px dashed #d2c3a0;
}

.single-news .con-inner hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 2px dotted #5dc2d0;
}

.con-inner .wp-block-table thead {
  border-bottom: 1px solid #d2c3a0;
}

.con-inner table {
  width: 100%;
  margin-bottom: 40px;
}

.con-inner table th {
  font-weight: 600;
}

.con-inner table th,
.con-inner table td {
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.8;
  padding: 18px 16px;
  background: #fff;
  border: 1px solid #d2c3a0;
  vertical-align: top;
}

.con-inner .wp-block-table thead th {
  text-align: center;
  padding: 4px 10px;
}

.con-inner table td p:last-of-type {
  margin-bottom: 0;
}

.con-inner table th,
.con-inner table td:first-child {
  background: #ebe3c7;
}

.single .container img {
  border-radius: 15px;
}

.con-inner ul li.blocks-gallery-item {
  padding-left: 0;
  margin-bottom: 60px;
}

.con-inner ul li.blocks-gallery-item::before {
  display: none;
}

.single .wp-block-buttons > .wp-block-button {
  margin: 0 auto;
}

.single .wp-block-buttons > .wp-block-button a {
  text-decoration: none;
}

.single .wp-block-button__link {
  color: #5dc2d0 !important;
  text-decoration: none !important;
  font-weight: bold;
  line-height: 1.2;
  padding: 20px 48px;
  max-width: 400px;
  background: #fff url("images/home/arrow-right-b.svg") no-repeat right 24px
    center !important;
  background-size: 20px auto !important;
  border: 1px solid #5dc2d0;
}

.single-pickupproject .wp-block-button__link {
  color: #333 !important;
  background: #f6ac19 !important;
  border: 1px solid transparent;
}

.single .wp-block-button__link:hover {
  opacity: 1;
  color: #fff !important;
  background: #5dc2d0 !important;
}

.single-pickupproject .wp-block-button__link:hover {
  opacity: 0.7 !important;
  color: #333 !important;
  background: #f6ac19 !important;
}

.single-pickupproject a[data-id^="#"] {
  color: #333;
  line-height: 1.2;
  font-weight: bold;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 20px 24px;
  width: 100%;
  background: #f6ac19;
  border-radius: 9999px;
  position: relative;
}

.single-pickupproject a[data-id^="#"]::after {
  content: "";
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  right: 24px;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: #000 #000 transparent transparent;
  transform: rotate(-225deg);
}

.container a {
  word-break: break-all;
}

.single iframe {
  margin-top: 60px;
  margin-bottom: 60px;
}

.single-pickupproject .con-inner hr {
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 3px solid #ebe3c7;
  margin-top: 70px;
  margin-bottom: 70px;
}

.wp-block-embed-youtube iframe,
iframe[src*="youtube"] {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  background: #000;
}

.page .wp-block-button {
  width: 100%;
}

.page .wp-block-button a {
  color: #ec6d65;
  line-height: 1.5;
  font-weight: 600;
  text-decoration: none;
  display: block;
  max-width: 366px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 999px;
  border: 2px solid #ec6d65;
  background: #fff;
}

.hr-beige {
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 3px solid #ebe3c7;
}

.single .pj-sub-title {
  padding: 30px 0 20px;
  border-bottom: 3px solid #ebe3c7;
  margin-bottom: 30px;
}

.c-block-plan p a {
  overflow-wrap: break-word;
  text-decoration: underline;
}

.flexible-inner {
  padding-left: 9%;
  padding-right: 9%;
}

.search-table {
  width: 100%;
}

.search-table th {
  width: 160px;
  padding-right: 10px;
  vertical-align: top;
}

.search-table td {
  width: calc(100% - 160px);
  padding-bottom: 40px;
  position: relative;
}

.search-table td input {
  font-size: 1.6rem;
  display: inline-block;
  padding: 18px 18px 18px 50px;
  border: 1px solid #c93c39;
  border-radius: 99px;
  width: calc(100% - 130px);
  background: #fff url("images/news/icon-search.svg") no-repeat left 20px center;
  background-size: 22px auto;
}

.search-table td .bt-search {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  padding: 18px;
  margin-left: auto;
  border: none;
  border-radius: 99px;
  width: 100px;
  background: #ec6d65;
}

.search-table .cat-nav li {
  margin: 0 10px 12px 0;
}

.search-table .cat-nav li a {
  color: #fff;
  line-height: 1.2;
  padding: 6px 16px;
  background: #5dc2d0;
  border: 2px solid #5dc2d0;
}

.search-table .cat-nav li a:hover {
  opacity: 0.7;
}

.search-table .tag-nav li a {
  color: #5dc2d0;
  background: #fff;
}

.search-table .bt-ac {
  color: #ec6d65;
  font-size: 1.5rem;
  text-align: center;
  padding: 1px 30px 0px 12px;
  border-radius: 99px;
  background-image: url("images/news/icon-arrow-bottom.svg");
  background-position: center right 6px;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 14px auto;
  border: 1px solid #ec6d65;
  display: inline-block;
  position: absolute;
  right: 0;
}

.search-table .bt-ac::before {
  content: "すべてのタグ";
}

.search-table .bt-ac:hover {
  opacity: 0.7;
  cursor: pointer;
}

.search-table .bt-ac.active {
  background-image: url("images/news/icon-arrow-top.svg");
  background-position: center right 6px;
  background-size: 14px auto;
}

.search-table .bt-ac.active::before {
  content: "閉じる";
}

.search-table .con-accordion-2 {
  display: flex;
  height: 130px;
  overflow: hidden;
  width: calc(100% - 140px);
}

.search-table .bt-ac.active + .con-accordion-2 {
  width: calc(100% - 100px);
}

.search-table .toggle-btn {
  color: #ec6d65;
  font-size: 1.6rem;
  text-align: center;
  padding: 18px 70px 18px 40px;
  border-radius: 99px;
  background-image: url("images/news/icon-arrow-bottom.svg");
  background-position: center right 24px;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 20px auto;
  border: 1px solid #ec6d65;
  display: block;
}

.search-table .toggle-btn span::before {
  content: "年を選択";
}

.search-table .toggle-btn.active {
  background-image: url("images/news/icon-arrow-top.svg");
  background-position: center right 24px;
}

.search-table .toggle-btn.active span::before {
  content: "閉じる";
}

.archive-list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.archive-list li {
  margin: 0 10px 10px 0;
}

.archive-list li a {
  color: #fff;
  font-size: 1.6rem;
  padding: 8px;
  cursor: pointer;
  background: #ec6d65;
  padding: 1px 12px;
  border: 1px solid #ec6d65;
  border-radius: 99px;
  display: block;
}

.archive-list li:last-child {
  display: none;
}

.single-news .page-kv,
.post-template-default .page-kv {
  padding-bottom: 0;
}

.single-news .page-kv .breadcrumbs {
  left: 10px;
}

.single .search-table {
  width: auto;
}

.single .text-date {
  line-height: 1.5;
  border-bottom: 1px solid #333;
  display: inline-block;
}

.repeat-block:nth-child(n + 2) {
  border-top: 3px dotted #ec6d65;
}

.repeat-block .bt {
  color: #ec6d65;
  text-decoration: none;
}

.repeat-block .bt:hover {
  color: #fff;
}

.section-grant-title {
  margin-bottom: -40px;
  z-index: 1;
  position: relative;
}

.block-grant {
  border-radius: 8px;
}

.block-grant-thumb {
  width: calc(100% - 50px);
  /* height: 200px;
  background: url("images/grant/thumbnail_joseikin.jpg") no-repeat center;
  background-size: cover; */
}

.block-grant-status {
  width: 38px;
  background: #ec6d65;
  border-radius: 20px;
}

.block-grant-status.plan {
  background: #5dc2d0;
}

.block-grant-status.close {
  background: #ccc;
}

.tag-list li a {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 3px 12px;
  margin-right: 10px;
  margin-top: 10px;
  border-radius: 99px;
  background: #ec6d65;
  display: block;
}

.search-grant th {
  width: 220px;
}

.search-grant td {
  padding-bottom: 0;
}

.search-grant td input {
  width: 30%;
}

.search-grant td form div * {
  margin-bottom: 10px;
}

.search-table td select {
  color: #ec6d65;
  font-family: "Nunito-2", "Zen Maru Gothic-2", sans-serif;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 700;
  display: block;
  height: 60px;
  margin-left: 20px;
  border: 1px solid #c93c39;
  border-radius: 99px;
  background: #fff url("images/news/icon-arrow-bottom.svg") no-repeat right 10px
    center;
  background-color: #fff;
  background-size: 22px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search-table td select[name="tag"] {
  width: 30%;
}

.search-table td select[name="year"] {
  width: 20%;
}

.grant-wrap {
  border: 3px solid #ec6d65;
}

.grant-wrap .block-img {
  width: 270px;
}

.grant-wrap .block-text {
  width: calc(100% - 270px);
}

/* .grant-wrap .block-grant-thumb {
  height: 150px;
} */

.grant-list .search-table .cat-nav li a {
  background: #ec6d65;
  border: 2px solid #ec6d65;
}

.grant-list .con-inner h2 {
  border-left: 6px #ec6d65 solid;
}

.grant-list .con-inner h4 {
  color: #ec6d65;
}

.grant-list .con-inner .grant-title-s {
  color: #333;
}

.grant-sinple-box {
  border: 1px solid #ebe3c7;
  border-radius: 8px;
}

.grant-sinple-box .block-title {
  border-radius: 8px 8px 0 0;
}

.grant-sinple-box .block-text {
  border-radius: 0 0 8px 8px;
}

.grant-flow-wrap:last-of-type .flow-arrow {
  display: none;
}

.grant-comment-box {
  padding: 30px 30px 0;
  border: 1px solid #ebe3c7;
}

.grant-comment-box .l-block img {
  width: 70%;
}

.c-block-research {
  margin-left: auto;
  margin-right: auto;
  padding: 60px 5%;
  margin-bottom: 60px;
  position: relative;
  background: #f8f5ec;
}

.c-block-research h1 {
  font-size: 3.2rem;
  text-align: center;
}

.c-block-research:last-of-type {
  margin-bottom: 0;
}

.table-contents h3 {
  font-size: 20px;
}

.c-block-research .date {
  color: #fff;
  font-size: 1.3rem;
  padding: 0px 4px;
  background: #40220f;
}

.c-block-research .sub-ttl {
  display: block;
}

.c-block-research .sub-ttl + br {
  display: none;
}

.c-block-research .icon-new {
  color: #fff;
  font-size: 1.3rem;
  padding: 0px 4px;
  background: #5dc2d0;
}

.c-block-research li {
  padding-left: 0;
}

.c-block-research p img {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.c-block-research h2 {
  margin-top: 16px;
  margin-bottom: 18px;
}

.c-block-research h4 {
  color: #333;
  margin-top: 16px;
  margin-bottom: 18px;
}

.c-block-research .content > li {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 2px dotted #333;
}

.c-block-research .content > li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.c-block-research li::before {
  content: "" !important;
}

.c-block-research .content.table-contents li a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-left: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: block;
  position: relative;
}

.c-block-research .content.table-contents li a::before {
  color: #5dc2d0;
  content: "▼ " !important;
  position: absolute;
  left: 0;
}

.content.table-contents {
  padding: 20px 5% 20px;
  background: #fff;
  border-radius: 10px;
  border: none;
}

.content.table-contents li {
  border-bottom: none;
}

.c-block-research .content.table-contents {
  position: relative;
}

.c-block-research .content.table-contents::before {
  content: "INDEX";
  color: #fff;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  font-size: 24px;
  top: -15px;
  right: 4%;
  padding: 4px 15px;
  background: #5dc2d0;
}

.c-block-research .content.table-contents > li {
  border: none;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.c-block-research .content.table-contents li h2::after {
  content: "1";
  color: #fff;
  font-size: 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  transform: rotate(0deg);
  border: none;
}

.privacy-policy h2 {
  font-size: 2rem;
  padding-left: 0;
  margin-bottom: 12px;
  border: none;
}

.privacy-policy table {
  margin-bottom: 0;
}

.privacy-policy table th {
  text-align: left;
  padding: 18px 10px 18px 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px dashed #d2c3a0;
  background: #fff;
}

.privacy-policy table td {
  text-align: left;
  padding: 18px 0px 18px 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px dashed #d2c3a0;
}

.privacy-policy table tr:last-child th {
  border-bottom: none;
}

.privacy-policy table tr:last-child td {
  border-bottom: none;
}

.faq .bt-accordion .num {
  display: none;
}

.faq .accordion-wrap .q-a {
  left: 20px;
}

.faq .con-accordion > .block-text {
  border-top: 2px dashed #d2c3a0;
}

.faq .con-accordion a {
  color: #5dc2d0;
  text-decoration: underline;
}

.accordion-group > *:last-of-type {
  margin-bottom: 50px;
}

.contact-list p a {
  color: #ec6d65;
}

.as-content ul {
  display: flex;
  flex-wrap: wrap;
}

.as-content .dn {
  display: none;
}

.as-content ul li {
  margin: 0 1.5% 30px;
  width: 22%;
}

.as-content ul li:nth-child(4n) {
  margin: 0;
}
/* 
img.logo-re{
	width: 100%;
	margin: 0 auto;
	text-align: center;
} */

.as-content p {
  text-align: center;
  margin: 8px 0px;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 500;
  margin-top: 12px;
}

.as-content .title-report {
  margin-bottom: 28px;
}

.as-button-round-01 {
  border: 1px solid #e65750;
  border-radius: 30px;
  background: #fff url("images/report/arrow-dl.svg") no-repeat center right 16px;
  background-size: 14px auto;
  color: #e65750;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 10px 6px;
  display: block;
}

.as-button-round-01:hover {
  color: #fff;
  opacity: 1;
  background: #ec6d65;
}

.member-wrap .block {
  padding: 40px;
}

.member-wrap .block .icon-verical-line {
  margin-top: -10px;
}

.hr-y {
  border-bottom: #f6ac19 solid 1px;
}

.member-wrap .block .member-text {
  height: 100px;
  overflow: hidden;
}

.member-text-toggle-icon:hover {
  opacity: 0.6;
  cursor: pointer;
}

.lecture .block-teacher .col-img {
  width: 180px;
}

.lecture .block-teacher .col-img-1::after {
  content: "";
  border-bottom: 4px dotted #ea5c53;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 40px;
  height: 4px;
  z-index: 0;
}

.lecture .block-teacher .col-profile {
  padding-top: 4px;
  width: calc(100% - 180px);
}

.lecture .block-teacher .col-profile-2 {
  margin-top: -28px;
}

.lecture .block-teacher .col-img .img-face {
  width: 124px;
  height: 124px;
  border: 3px solid #ea5c53;
  border-radius: 50%;
}

.cls-7:hover {
  cursor: pointer;
}

.cls-7.on {
  fill: #3f220d !important;
}

.cls-3 {
  pointer-events: none;
}

.location:hover {
  opacity: 0.6;
  cursor: pointer;
}

.location.on {
  opacity: 0.6;
}

section[id^="anc-"],
.pref-panel {
  display: none;
}

.arrow-bottom-symbol {
  font-weight: 300;
  transform: scale(1.5, 1);
}

.group-list h2 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 4px;
  margin-bottom: 20px;
  background: #3f220d;
  border-radius: 99px;
}

.group-list .buttons {
  display: flex;
  flex-wrap: wrap;
}

.group-list .buttons a {
  color: #bf9c73;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 4px;
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 14px;
  background: #f2efde;
  border-radius: 99px;
}

.group-list h3 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 4px;
  margin-top: 20px;
  margin-bottom: 14px;
  background: #bf9c73;
  border-radius: 99px;
}

.group-list ul {
  max-width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  padding: 20px 0;
  border-bottom: 1px dashed #3f220d;
}

.group-list ul li {
  line-height: 1.5;
  margin: 10px 0 10px;
  padding-left: 95px;
  position: relative;
}

.group-list ul li a {
  text-decoration: underline;
  display: inline-block;
}

.group-list ul li img {
  width: 80px;
  margin-right: 16px;
  position: absolute;
  left: 0;
  top: 0;
}

.entry-manga-header {
  max-width: 688px;
  margin: 0 auto;
}

.entry-manga-header h1 {
  font-size: 2.6rem;
  font-weight: 400;
  text-align: center;
}

.entry-manga-header h1.fukidashi {
  position: relative;
  background: #fff;
  border: solid 2px #ec6d65;
  border-radius: 30px;
  margin-bottom: 15px;
  font-weight: bolder;
}

.entry-manga-header h1.fukidashi::before,
.entry-manga-header h1.fukidashi::after {
  position: absolute;
  left: 50%;
  top: 100%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  border-width: 14px;
  margin: 0 0 0 -14px;
}

.entry-manga-header h1.fukidashi::before {
  border-top-color: #ec6d65;
  margin: 0px 0px 0px -14px;
}

.entry-manga-header h1.fukidashi::after {
  border-top-color: #fff;
  margin: -3px 0 0 -14px;
}

.special-site-list-wrap img {
  border-radius: 16px;
  border: 1px solid #d2c3a0;
}

.special-site-list-wrap h2 {
  border-left: 4px solid #ec6d65;
}

.con-monokifu p {
  font-size: 1.4rem;
  line-height: 2;
}

.con-monokifu .floating-nav li {
  margin: 0 8px 20px;
}

.con-monokifu .floating-nav li a {
  color: #ea5c53;
  font-weight: bold;
  padding: 10px;
  border: 2px solid #ea5c53;
  background: #fff;
}

.con-monokifu * {
  box-sizing: border-box;
}

.con-monokifu .con-title {
  line-height: 1.5;
  position: relative;
}

.con-monokifu .con-title::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #ec6d65;
  width: 100px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}

.con-monokifu .floating-nav li a span {
  font-size: 80%;
}

.con-monokifu .floating-nav li a img {
  width: 20px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: -4px;
}

.con-monokifu .method-wrap .l-block {
  width: 60%;
}

.con-monokifu .method-1 .l-block {
  background: url("images/monokifu/thing-1-arrow.png") no-repeat right 10px
    center;
  background-size: auto 100%;
}

.con-monokifu .method-2 .l-block {
  background: url("images/monokifu/thing-2-arrow.png") no-repeat right 10px
    center;
  background-size: auto 100%;
}

.con-monokifu .method-wrap .r-block {
  width: 40%;
}

.con-monokifu .inner-box {
  background: #ec6d65;
  border-radius: 10px;
}

.con-monokifu .inner-box h2 {
  color: #fff;
}

.con-monokifu .inner-box .inner-2 {
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}

.con-monokifu .inner-box .bt-img {
  max-width: 532px;
}

.con-monokifu .faq-block {
  padding: 40px 40px 60px 110px;
  background: #f3eedd;
  position: relative;
  border-radius: 50px;
}

.con-monokifu .faq-inner > img {
  width: 60px;
  position: absolute;
  top: 30px;
  left: 30px;
}

.con-monokifu .faq-inner h3 {
  border-bottom: 2px dotted #4d4d4d;
  margin-bottom: 10px;
}

.con-monokifu .bt-end {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.con-wakuwakugift .title-round {
  border-radius: 40px;
}

.con-wakuwakugift .con-result .title-round {
  margin-top: -30px;
  position: relative;
  top: -10px;
}

.con-wakuwakugift .floating-nav li {
  margin: 0 8px 20px;
}

.con-wakuwakugift .floating-nav li a {
  color: #ea5c53;
  font-weight: bold;
  padding: 10px;
  border: 2px solid #ea5c53;
  background: #fff;
}

.con-wakuwakugift .floating-nav li a span {
  font-size: 80%;
}

.con-wakuwakugift .floating-nav li a img {
  width: 20px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: -4px;
}

.con-wakuwakugift .block-voice {
  width: 23.5%;
  margin-bottom: 50px;
}

.con-wakuwakugift .bg {
  border-radius: 100px 100px 0 0;
}

.con-wakuwakugift .bg-y {
  background: #fce2ae url("images/wakuwakugift/bg.png") repeat center;
}

.con-wakuwakugift .block-course {
  width: 32%;
  margin-bottom: 20px;
}

.con-wakuwakugift .wrap-course::after {
  content: "";
  display: block;
  width: 32%;
}

.con-wakuwakugift .bg-b {
  margin-top: -100px;
  background: #c6eaee url("images/wakuwakugift/bg.png") repeat center;
}

.con-wakuwakugift .wrap-logo .block-logo {
  width: 18.5%;
  margin-left: 0.75%;
  margin-right: 0.75%;
  margin-bottom: 16px;
}

body[class*="musubiekaiga-ten"] .kv-wrap {
  border-bottom: 1px solid #ec6d65;
}

body[class*="musubiekaiga-ten"] .text-lead {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

body[class*="musubiekaiga-ten"] p {
  line-height: 2;
}

body[class*="musubiekaiga-ten"] .text-lead p {
  font-size: 1.8rem;
}

body[class*="musubiekaiga-ten"] .lead-title {
  color: #ec6d65;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.6;
}

body[class*="musubiekaiga-ten"] .lead-title span {
  border-bottom: 2px dotted #333;
  display: inline-block;
}

body[class*="musubiekaiga-ten"] .bg-blue {
  color: #fff;
  padding: 34px 5% 30px;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  background: #5dc2d0;
  border-radius: 16px;
}

body[class*="musubiekaiga-ten"] .bg-beige {
  padding: 50px 5% 30px;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  background: #ece5dc;
  border-radius: 16px;
}

body[class*="musubiekaiga-ten"] .title-slash {
  text-align: center;
  margin-bottom: 10px;
}

body[class*="musubiekaiga-ten"] .title-slash span {
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  padding: 5px 30px 0;
  position: relative;
  display: inline-block;
}

body[class*="musubiekaiga-ten"] .title-slash span::before {
  content: "";
  position: absolute;
  top: -10%;
  left: 0;
  width: 14px;
  height: 42px;
  background: url("images/musubiekaiga-ten/icon-l-slash-w.svg") no-repeat center;
  background-size: contain;
}

body[class*="musubiekaiga-ten"] .title-slash span::after {
  content: "";
  position: absolute;
  top: -10%;
  right: 0;
  width: 14px;
  height: 42px;
  background: url("images/musubiekaiga-ten/icon-r-slash-w.svg") no-repeat center;
  background-size: contain;
}

body[class*="musubiekaiga-ten"] .bg-blue .box-wrap {
  max-width: 848px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px dotted #fff;
}

body[class*="musubiekaiga-ten"] .bg-blue .box-wrap:last-of-type {
  border-bottom: none;
}

body[class*="musubiekaiga-ten"] .bg-blue .box-wrap .l-block {
  width: 210px;
}

body[class*="musubiekaiga-ten"] .bg-blue .box-wrap .r-block {
  width: calc(100% - 210px);
}

body[class*="musubiekaiga-ten"] .bg-blue .title-name {
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 16px;
  margin-bottom: 10px;
}

body[class*="musubiekaiga-ten"] .bg-blue .title-name span {
  font-size: 60%;
  font-weight: normal;
  margin-left: 16px;
}

body[class*="musubiekaiga-ten"] .title-tooltip {
  text-align: center;
}

body[class*="musubiekaiga-ten"] .title-tooltip + .wp-block-columns {
  display: none;
}

body[class*="musubiekaiga-ten"] .title-tooltip img {
  display: inline;
}

body[class*="musubiekaiga-ten"] .text-box {
  max-width: 774px;
  padding: 36px 4%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 16px;
}

body[class*="musubiekaiga-ten"] .bg-beige .box-title {
  text-align: center;
  margin-bottom: 10px;
}

body[class*="musubiekaiga-ten"] .bg-beige .box-title {
  font-size: 2.4rem;
  line-height: 1.2;
}

body[class*="musubiekaiga-ten"] .bg-beige .box-title .img-num {
  width: 22px;
  display: inline-block;
}

body[class*="musubiekaiga-ten"] .con-works {
  margin-top: 20px;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 40px;
}

body[class*="musubiekaiga-ten"] .con-works-1 {
  margin-bottom: 60px;
}

body[class*="musubiekaiga-ten"] .con-works .title-slash {
  margin-bottom: 30px;
}

body[class*="musubiekaiga-ten"] .con-works .title-slash span {
  font-size: 3.2rem;
}

body[class*="musubiekaiga-ten"] .con-works .title-slash span::before {
  width: 20px;
  height: 60px;
  background: url(images/musubiekaiga-ten/icon-l-slash.svg) no-repeat center;
  background-size: contain;
}

body[class*="musubiekaiga-ten"] .con-works .title-slash span::after {
  width: 20px;
  height: 60px;
  background: url(images/musubiekaiga-ten/icon-r-slash.svg) no-repeat center;
  background-size: contain;
}

body[class*="musubiekaiga-ten"] .text-box-2 {
  padding-bottom: 40px;
}

body[class*="musubiekaiga-ten"] .text-box-2 p {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

body[class*="musubiekaiga-ten"] .text-box-2 .btn-wrap a {
  margin-top: 36px;
}

body[class*="musubiekaiga-ten"] .blocks-gallery-item {
  width: 30% !important;
  margin: 0 1.5% 28px !important;
  position: relative;
  flex-grow: inherit !important;
}

body[class*="musubiekaiga-ten"] .blocks-gallery-item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
  background: url("images/musubiekaiga-ten/icon-zoom.svg") no-repeat;
  background-size: cover;
}

body[class*="musubiekaiga-ten"] .con-works-1 .blocks-gallery-item:nth-child(3) {
  background: url("https://musubie.org/wp/wp-content/uploads/2021/10/05aa90212f77792df43d65262240b49c.jpeg")
    no-repeat left top;
  background-size: cover;
}

body[class*="musubiekaiga-ten"]
  .con-works-1
  .blocks-gallery-item:nth-child(3)
  img {
  display: none;
}

body[class*="musubiekaiga-ten"]
  .con-works-2
  .blocks-gallery-item:nth-child(63) {
  background: url("https://musubie.org/wp/wp-content/uploads/2021/10/77d54b21ea7cc737b7dd5ef9703989c4.jpeg")
    no-repeat right top;
  background-size: cover;
}

body[class*="musubiekaiga-ten"]
  .con-works-2
  .blocks-gallery-item:nth-child(63)
  img {
  display: none;
}

body[class*="musubiekaiga-ten"] .blocks-gallery-item__caption {
  display: none !important;
}

body.en .c-title-en {
  color: #5dc2d0;
  font-weight: 600;
  text-align: center;
  margin: 40px 0;
}

body.en p {
  line-height: 2;
}

body.en .contact {
  text-align: center;
}

body.en .contact .btn {
  background-color: #ec6d65;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  width: 100%;
  display: block;
  border-radius: 30px;
  line-height: 1;
  padding: 10px 0;
}

body.en .l-header {
  border-bottom: 1px solid #5dc2d0;
}

body.en .scroll .l-header_inner {
  padding: 20px 30px 0px;
}

body.en .l-header.scroll .l-header_bt-en {
  top: -60px;
}

body.en .bt-en-wrap {
  max-width: 1152px;
}

body.en .l-wrapper {
  padding-top: 135px;
}

body.en .slick-slide img {
  margin-top: 300px;
}

body.en .c-title-page::before,
body.en .c-title-page-02::before,
body.en .c-title-page-03::before {
  background-image: url(../images/deco_page_title_about.png);
}

body.en .c-title-page h1,
body.en .c-title-page-02 h1,
body.en .c-title-page-03 h1 {
  background-color: #5dc2d0;
  color: #fff;
}

body.en .c-title-page h1 span::after,
body.en .c-title-page-02 h1 span::after,
body.en .c-title-page-03 h1 span::after {
  background-color: #fff;
}

body.en .l-container-col_1 {
  max-width: 1152px;
  padding-left: 20px;
  padding-right: 20px;
}

.en-lead {
  font-size: 18px;
  font-weight: bold;
}

.border {
  border-top: 2px dotted #333;
}

body.en .c-title-en {
  font-size: 31px;
  letter-spacing: 8px;
}

.box-beige {
  background: #ece5dc;
  padding: 20px;
}

.box-inner-middle {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.box-inner-middle-2 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.d-i {
  display: inline;
}

body.en .f65 {
  font-size: 65px;
  line-height: 1;
}

body.en .f26 {
  font-size: 26px;
  line-height: 1;
}

.box-num {
  padding: 20px 20px 20px 64px;
  border-bottom: 2px solid #fff;
  position: relative;
}

.box-num::before {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  position: absolute;
  top: 16px;
  left: 16px;
  text-align: center;
  height: 30px;
  width: 30px;
  background: #998675;
  border-radius: 9999px;
}

.box-num.num-1::before {
  content: "1";
}

.box-num.num-2::before {
  content: "2";
}

.box-num.num-3::before {
  content: "3";
}

.box-num p {
  line-height: 1.3;
}

.title-color {
  color: #fff;
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  padding: 10px 8px;
  background: #5dc2d0;
}

.title-color.bg-pink {
  background: #ec6d65;
}

.title-color.bg-yellow {
  color: #4b3e14;
  background: #ffcc00;
}

.col-2 {
  width: 48.5%;
}

.text-box-num {
  color: #ec6d65;
  text-align: center;
  height: 140px;
  /* max-width: 350px; */
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 9999px;
}

.box-num-wrap .box-beige {
  padding-left: 90px;
  padding-right: 90px;
  box-sizing: border-box;
}

.c-bk {
  color: #333 !important;
}

.title-before-num span {
  color: #fff;
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
  height: 40px;
  width: 40px;
  background: #42210b;
  border-radius: 9999px;
  display: inline-block;
}

.title-before-num + * {
  margin-top: -10px;
}

body.en .l-contents-section_inner {
  border-top: none;
}

body.en .c-block-about-02 .contact p {
  font-size: 16px;
  font-weight: normal;
  margin: 0px 0 4px;
}

body.en .c-block-about-02 .contact .btn {
  font-size: 1.6rem;
  width: auto;
  max-width: 600px;
  margin: auto;
  padding: 9px 0;
}

body.en .c-block-about-02 .contact p::after {
  display: none;
}

body.en .c-block-about-02 .contact .btn::before {
  display: none;
}

body.en .l-contents-section-top {
  padding: 20px 0;
}

body.en .l-contents-section-top .inner {
  padding: 0 0px;
}

body.en .supporter #supporter-list {
  padding: 20px 30px 30px;
  background: #ece5dc;
}

body.en .supporter .home-logo-wrap .home-logo-title {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
  padding: 16px;
  border-radius: 9999px;
  margin: 40px 0 24px;
  width: 100%;
}

body.en .supporter .home-logo-wrap li {
  width: 24.2%;
  margin-bottom: 10px;
}

body.en .box-beige a {
  overflow-wrap: break-word;
  text-decoration: underline;
}

body.en .box-beige .text-blue {
  color: #5dc2d0;
}

.text-blue {
  color: #5dc2d0;
}

body.en table {
  font-size: 15px;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

body.en table tr > * {
  text-align: left;
  line-height: 1.5;
  padding: 20px 0;
  border-bottom: 1px dotted #333;
}

body.en table tr th {
  width: 220px;
  padding-right: 20px;
}

body.en table tr:last-child > * {
  border-bottom: none;
}

body.en .container .bt-wrap a {
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  background: #ec6d65;
  padding: 9px 50px;
  border-radius: 50px;
  width: 100%;
  display: block;
  position: relative;
  box-sizing: border-box;
}

@media only screen and (min-width: 1400px) {
  .page-kv.height-fix {
    height: 560px;
  }

  .page-kv .page-title-box {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1600px) {
  .page-kv .page-title-box {
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 1920px) {
  .page-kv .page-title-box {
    padding-bottom: 150px;
  }
}

@media only screen and (min-width: 744px) and (max-width: 1348px) {
  .nav-inner li {
    padding: 0 12px;
  }

  .nav-inner li a {
    font-size: 1.4rem;
  }

  .bt-donation {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 744px) and (max-width: 1320px) {
  .nav-inner {
    width: 500px;
    padding: 0px 180px 3px 0;
    justify-content: flex-start;
    margin-left: auto;
    margin-top: -14px;
    justify-content: flex-start;
  }

  .nav-inner li {
    padding-bottom: 6px;
  }

  .nav {
    padding: 36px 90px 9px 0;
  }

  .page-kv {
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 744px) and (max-width: 1040px) {
  .nav {
    padding: 110px 20px 0px 0;
  }

  .nav-inner {
    padding: 0px 0px 3px 0;
    margin-top: -24px;
    margin-right: -10px;
    width: 100%;
    justify-content: flex-end;
  }

  .admin-bar .nav-inner {
    position: relative;
    top: 0px;
  }

  .bg-header {
    height: 200px;
  }

  .page-kv {
    margin-top: 120px;
    padding-bottom: 0;
  }
}

/* 1. SP
-------------------------------------------------------------------------------- */
@media only screen and (max-width: 743px) {
  .anc-wrap span {
    position: absolute;
    top: -120px;
  }

  .header {
    width: calc(100% - 60px);
    height: 54px;
    padding: 10px 8px 8px 10px;
    border-radius: 0;
    border-right: none;
    transform: translateZ(0);
    border-bottom: 2px solid #ec6d65;
  }

  .home .header {
    border-radius: 0;
  }

  .en .header {
    width: 100%;
  }

  .bt-en-wrap {
    right: 10px;
    top: 20px;
  }

  .header .img-logo {
    width: 120px;
    padding-right: 10px;
  }

  .header .header-text {
    padding-top: 2px;
  }

  .header .header-text span {
    font-size: 0.9rem;
    display: block;
    padding: 2px 0 0 8px;
  }

  .menu-button {
    width: 60px;
    height: 54px;
    top: 0px;
    right: 0px;
    z-index: 3;
    border-radius: 0;
    background: #ec6d65;
    transition-delay: 0s !important;
    transform: translateZ(0);
  }

  .home .menu-button {
    background: #ec6d65;
  }

  .menu-button .inner {
    border-radius: 0;
  }

  .menu-button span {
    left: 17px;
    width: 30px;
    background: #fff;
  }

  .menu-button span:nth-child(2) {
    width: 30px;
  }

  .menu-button span:first-child {
    top: 30%;
    transform: translateY(-30%);
  }

  .menu-button span:last-child {
    top: 70%;
    transform: translateY(-70%);
  }

  .menu-button.active span:first-child {
    left: 25%;
  }

  .menu-button.active span:last-child {
    left: 24%;
  }

  .menu-button.active .inner {
    background: none;
  }

  .toggle-menu {
    z-index: 3;
  }

  .toggle-menu .l-block {
    border-right: none;
    padding-right: 0;
  }

  .toggle-menu .inner {
    padding: 0px 16px 50px;
  }

  .toggle-menu .inner-wrap {
    overflow-y: scroll;
  }

  .nav {
    padding: 40px 0 31px 0;
    position: relative;
    background: transparent;
  }

  .nav-inner {
    top: 33px;
    right: 0;
    width: 100%;
    padding: 0;
    margin-bottom: 16px;
    position: relative;
  }

  .admin-bar .nav-inner {
    top: 30px;
  }

  .nav-inner li {
    padding: 0;
    width: 100%;
  }

  .nav-inner li:first-child {
    margin-bottom: 4px;
  }

  .nav-inner li a {
    color: #fff;
    text-align: center;
    padding: 13px 4px 14px;
    display: block;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 4px solid #fff;
    border-radius: 5px;
    margin-bottom: 5px;
  }

  .nav-inner li a:hover {
    border-bottom: 4px solid #fff;
  }

  /* .nav-inner li a span {
    border-bottom: 1px solid #fff;
  } */

  .nav-inner li:not(:first-child) {
    width: 33%;
  }

  .nav-inner li a::after {
    background: none;
  }

  body:not(.home) .nav.active .nav-inner li a::after {
    background: none;
  }

  .bt-donation {
    position: relative;
    top: 0px;
    width: 100%;
    left: 0;
    margin-left: 0;
    margin-bottom: 20px;
    padding: 0 0px !important;
  }

  .bt-donation a {
    color: #ec6d65;
    text-align: center;
    padding: 6px 10px 4px;
    height: 50px;
    width: 100%;
    background: #fff;
    border-radius: 99px;
    position: relative;
  }

  .bt-donation a .icon-heart {
    display: none;
  }

  .bt-donation a .icon-heart-p {
    display: inline;
    position: absolute;
    left: 10px;
  }

  .bt-donation a span {
    top: 9px;
  }

  .toggle-menu .l-block {
    background: #ec6d65;
  }

  .toggle-menu .inner h3 {
    font-size: 1.7rem;
    padding-top: 12px;
    padding-left: 16px;
    padding-bottom: 10px;
    margin-top: 10px;
    background: #fff;
    border-radius: 6px;
  }

  .toggle-menu .inner h3.active {
    border-radius: 6px 6px 0 0;
  }

  .toggle-menu .inner h3 a {
    color: #ec6d65;
  }

  .toggle-menu .inner .l-block .link-group {
    padding: 0;
    margin-bottom: 10px;
    border-top: 1px solid #ec6d65;
  }

  .toggle-menu .inner .l-block .link-group li {
    position: relative;
  }

  .toggle-menu .inner .l-block .link-group > li,
  .toggle-menu .inner .l-block .link-group ul li {
    padding: 10px;
    margin: 0 0px 0px 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ec6d65;
    border-radius: 0;
  }

  .toggle-menu .inner .l-block .link-group > li:last-child {
    border-radius: 0 0 8px 8px;
  }

  .toggle-menu .inner .l-block .link-group ul li.li-title {
    color: #ec6d65;
    padding: 10px 10px 10px 20px;
  }

  .toggle-menu .inner .l-block .link-group ul:last-child li:last-child {
    border-radius: 0 0 8px 8px;
  }

  .toggle-menu .inner .l-block .link-group li a {
    color: #333;
    padding: 10px;
  }

  .toggle-menu .inner .l-block .link-group li:not(.li-title)::after {
    content: ">";
    color: #333;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scaleX(0.5);
    right: 16px;
    font-size: 2.2rem;
  }

  .toggle-menu .inner .l-block .link-group ul:nth-child(2) li:first-child {
    color: #5dc2d0;
  }

  .toggle-menu .inner .l-block .link-group ul:nth-child(3) li:first-child {
    color: #f6ac19;
  }

  .toggle-menu .inner .l-block .link-group .li-a-top {
    padding: 10px 10px 10px 0px;
  }

  .toggle-menu .inner .l-block .link-group .li-a-top::after {
    color: #ec6d65 !important;
  }

  .toggle-menu .inner .l-block .link-group .li-a-top a {
    color: #ec6d65;
  }

  .toggle-menu .inner h3::after {
    content: "+";
    color: #ec6d65;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    font-size: 2rem;
  }

  .toggle-menu .inner .h3-link {
    width: 100%;
    display: block;
  }

  .toggle-menu .inner .h3-link::after {
    content: ">";
    color: #ec6d65;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scaleX(0.5);
    right: 16px;
    font-size: 2.2rem;
  }

  .toggle-menu .inner .h3-link a {
    width: 100%;
    display: block;
  }

  .toggle-menu .inner .li-toggle a {
    pointer-events: none;
  }

  .toggle-menu .inner .r-block {
    padding-top: 40px;
    padding-left: 0;
    border-top: 1px solid #fff;
  }

  .toggle-menu .inner .sub-bt-group {
    display: flex;
    flex-wrap: wrap;
  }

  .bt {
    max-width: none;
  }

  .arrow-r {
    background-image: url(images/home/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center right 16px;
    background-size: auto 10px;
  }

  .arrow-bold-r {
    background-image: url("images/home/arrow-bold-right.svg");
    background-repeat: no-repeat;
    background-position: center right 16px;
    background-size: auto 14px;
  }

  .arrow-bold-r-b {
    background-image: url("images/home/arrow-bold-right-b.svg");
    background-repeat: no-repeat;
    background-position: center right 16px;
    background-size: auto 14px;
  }

  .arrow-bold-r-y {
    background-image: url("images/home/arrow-bold-right-y.svg");
    background-repeat: no-repeat;
    background-position: center right 16px;
    background-size: auto 14px;
  }

  .sub-bt-group a {
    font-size: 1.2rem;
    width: 49%;
    padding: 6px;
    margin-bottom: 12px;
    border: 1px solid #fff;
  }

  .sub-link-group {
    display: flex;
    flex-wrap: wrap;
  }

  .sub-link-group .block {
    width: 49%;
  }

  .sub-link-group .block a {
    width: 100%;
    display: block;
    position: relative;
  }

  .sub-link-group .block a::after {
    content: ">";
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scaleX(0.5);
    right: 16px;
    font-size: 1.8rem;
  }

  .toggle-menu .inner .bt {
    max-width: 100%;
  }

  .toggle-menu .inner .sns-wrap {
    padding: 12px 0;
  }

  .toggle-menu .inner .sns-wrap img {
    width: 35px;
    margin: 0 18px;
  }

  .toggle-menu .inner .sns-wrap .li-yt img {
    width: 42px;
  }

  .arrow-r-2 {
    background-image: url(images/home/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center right 18px;
    background-size: auto 12px;
  }

  .kv-main {
    margin-top: 50px;
  }

  .kv-main .slide-1 .slide-img {
    background: url("images/home/sp/slide-1.png") no-repeat center;
    background-size: cover;
  }

  .kv-main .slide-2 .slide-img {
    background: url("images/home/sp/slide-2.png") no-repeat center;
    background-size: cover;
  }

  .kv-main .slide-3 .slide-img {
    background: url("images/home/sp/slide-3.png") no-repeat center;
    background-size: cover;
  }

  .kv-main .slide-4 .slide-img {
    background: url("images/home/sp/slide-4.png") no-repeat center;
    background-size: cover;
  }

  .kv-main .slide-5 .slide-img {
    background: url("images/home/sp/slide-5.png") no-repeat center;
    background-size: cover;
  }

  .kv-main .slide-img {
    min-height: calc(100dvh - 200px);
  }

  .kv-main .img-text {
    top: 30px;
    left: 30px;
    transform: none;
    width: 70px;
  }

  .bar-attention {
    position: fixed;
    top: 80px;
    transform: none;
    font-size: 1.4rem;
    width: 35px;
    z-index: 2;
  }

  .nav-home {
    margin-top: -80px;
  }

  .nav-home a {
    height: auto;
    width: 29.8%;
  }

  .nav-home a:hover .on-i {
    display: none;
  }

  .nav-home a:nth-child(2) {
    height: auto;
  }

  .nav-home a:nth-child(3) {
    height: auto;
  }

  .nav-home a .inner {
    padding: 10px 4px 10px;
    border-radius: 10px 10px 0 0;
  }

  .nav-home a .inner > span {
    font-size: 1.1rem;
  }

  .nav-home a h3 {
    line-height: 1;
    margin-top: 6px;
    margin-bottom: 10px;
  }

  .nav-home a h3 span {
    font-size: 1.6rem;
  }

  .nav-home a:first-child .inner {
    background: #ec6d65;
  }

  .wave-1 {
    margin-top: 12px;
  }

  .home .text-about span {
    border-bottom: 1px solid #ec6d65;
  }

  .news-wrap {
    padding: 6px 3% 2px;
    border-radius: 10px;
  }

  .news-wrap-2 .block-img {
    width: 49%;
  }

  .news-wrap-2 .block-text {
    width: 49%;
  }

  .news-wrap ul {
    width: 100%;
  }

  .news-wrap .bt-block {
    display: none;
  }

  .news-wrap > ul li .text-date {
    padding-top: 0px;
    width: 100%;
    font-size: 1.2rem;
  }

  .news-wrap > ul li {
    font-size: 1.3rem;
    padding: 12px 0;
  }

  .news-wrap > ul li .entry-title {
    width: 100%;
  }

  .b-p {
    border: 1px solid #ec6d65;
  }

  .arrow-b {
    background-image: url(images/home/arrow-bottom.svg);
    background-repeat: no-repeat;
    background-position: center right 18px;
    background-size: auto 12px;
  }

  .arrow-bottom {
    background-image: url("images/home/arrow-bottom-2.svg");
    background-position: center right 16px;
    background-size: auto 6px;
  }

  .home .sec-realization {
    background: url(images/home/bg-cicle.svg) no-repeat center top 40%;
    background-size: 130%;
  }

  .home .sec-realization .block-2 .img-circle {
    width: 160px;
    top: 70px;
    left: -100px;
  }

  .home .sec-realization .block-1 .text-1 {
    width: 35px;
  }

  .home .sec-realization .block-1 .text-2 {
    width: 35px;
  }

  .home .sec-realization .block-1 .text-3 {
    width: 35px;
  }

  .home .sec-realization .block-1 .text-lead {
    width: 40px;
  }

  .img-circle-3 {
    width: 240px;
  }

  .img-circle-2 {
    width: 130px;
    top: 60px;
    right: 160px;
  }

  .home .sec-chart .title {
    width: 80px;
    left: 25px;
    top: -25px;
  }

  .key-slide {
    padding: 30px 0 25px;
  }

  .key-slide ul li {
    margin: 0 20px;
  }

  .key-slide .slick-prev {
    left: 1%;
  }

  .key-slide .slick-next {
    right: 1%;
  }

  .key-slide .slick-prev,
  .key-slide .slick-next {
    width: 20px;
    height: 80px;
  }

  .key-slide ul li img {
    border-radius: 16px;
  }

  .slider-2 {
    margin: -17px 8px 0px;
  }

  .slider-2 ul li {
    margin: 0 4px;
  }

  .sec-title span::before {
    bottom: 1px;
    height: 8px;
  }

  .news-group .l-block img {
    border: 2px solid #5dc2d0;
    border-radius: 10px;
  }

  .news-group .r-block {
    width: 100%;
    margin-top: 24px;
    padding: 20px;
    border-radius: 10px;
  }

  .news-group .r-block::before {
    content: "▲";
    font-size: 3rem;
    top: 2px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }

  .badge-group a {
    margin-right: 1px;
    padding: 6px 10px 4px;
    margin-bottom: 5px;
    border: 1px solid #5dc2d0;
  }

  .news-group .r-block .entry-date {
    bottom: 24px;
  }

  .news-group .block-entry {
    width: 49%;
    border: 2px solid #5dc2d0;
    border-radius: 10px;
  }

  .news-group .block-entry .badge-group {
    top: -10px;
  }

  .news-group .block-entry .block-text-group {
    padding: 12px 10px 12px;
    border-radius: 0 0 20px 20px;
  }

  .news-group .block-entry .badge-group a {
    padding: 3px 8px 2px;
  }

  .news-wrap {
    padding: 0px 16px 2px;
  }

  .news-wrap-2 {
    border: 2px solid #5dc2d0;
  }

  .news-wrap-2 .row-news {
    border-bottom: 1px dotted #333;
  }

  .news-wrap-2 .badge-group a {
    padding: 3px 8px 2px;
  }

  .border-p {
    background: url(images/home/border-p.svg) no-repeat;
    background-size: auto 2px;
    height: 2px;
  }

  .grant-info-status .text-num span {
    width: 25px;
    height: 25px;
  }

  .swiper-2 .news-group {
    padding: 0 4px;
  }

  html .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #5dc2d0;
  }

  .project-group .block-entry {
    border: 1px solid #f6ac19;
  }

  .project-group .block-entry .badge-group span {
    font-size: 0.9rem;
    padding: 4px 14px;
  }

  .project-group .block-entry .badge-group {
    margin-top: -24px;
    margin-bottom: 10px;
  }

  .project-group .block-entry .entry-title {
    border-bottom: 1px dotted #333;
  }

  .project-group .block-entry .badge-group span::after {
    bottom: -9px;
  }

  .sec-nav .img-human {
    width: 30px;
  }

  .sec-nav .img-people {
    width: 50px;
  }

  .sec-nav h3 span {
    border-bottom: 2px solid #fff;
  }

  .sec-nav .block {
    background-image: url(images/home/arrow-bold-right-w.svg);
    background-repeat: no-repeat;
    background-position: center right 18px;
    background-size: 10px auto;
  }

  .icon-newtab {
    background-image: url(images/home/icon-newtab.svg);
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-size: auto 13px;
  }

  .footer .l-block {
    padding-top: 40px;
    width: 100%;
  }

  .footer .l-block .logo-img {
    width: 200px;
  }

  .footer .c-block {
    width: 100%;
  }

  .footer .sns {
    position: relative;
  }

  .footer .sns-wrap li {
    padding-left: 14px;
    padding-right: 14px;
  }

  .footer .r-block {
    width: 100%;
    border-left: none;
  }

  .page-kv {
    margin-top: 50px;
    padding-bottom: 14px;
  }

  .page-kv.height-fix {
    height: 300px;
  }

  .page-kv.height-fix .page-title-box {
    top: 46%;
    transform: translateY(-46%);
  }

  .page-kv.height-fix .page-title-box .inner {
    min-width: auto;
    padding: 16px 20px 8px;
    border-radius: 6px;
  }

  .page-kv .breadcrumbs {
    font-size: 1rem;
    top: 10px;
    left: 10px;
    padding: 2px 3px 2px;
  }

  .bs-arrow {
    height: 6px;
    width: 6px;
    top: 0;
  }

  .page-title-wrap {
    left: 20px;
  }

  .page-sub-title-wrap {
    top: 64%;
    right: 18px;
  }

  .page-sub-title-wrap img {
    width: 20px;
    margin: 0 2px auto;
  }

  .page-lead br {
    display: none;
  }

  .about .page-kv {
    background: url("images/about/sp/kv-2.png") no-repeat top center;
    background-size: cover;
  }

  .about-beige-box {
    border-radius: 10px;
  }

  .about-box-group {
    padding: 10px 20px;
    margin-bottom: 20px;
  }

  .about-box-group .l-block {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }

  .about-box-group .r-block {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 20px;
  }

  .bt-narrow-sp {
    max-width: 320px;
  }

  .everywhere .sec-1 {
    background: url(images/everywhere/sp/main.png) no-repeat top center;
    background-size: 100% auto;
  }

  .everywhere .icon-bustle {
    width: 50px;
  }

  .everywhere .lead-box {
    border: 3px solid #fff;
    border-radius: 25px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .everywhere .lead-box::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: url(images/everywhere/sp/arrow-bottom-beige-border.svg)
      no-repeat;
    background-size: contain;
    z-index: 1;
  }

  .everywhere .kv-map {
    position: relative;
    margin-top: -22px;
    z-index: -1;
  }

  .b-r {
    border-radius: 10px;
  }

  .accordion-wrap {
    margin-bottom: 16px;
  }

  .bt-accordion {
    padding: 14px 60px 14px;
    border-radius: 5px;
    cursor: pointer;
    background-image: url(images/everywhere/icon-plus.svg);
    background-position: right 12px center;
    background-size: 20px 20px;
  }

  .bt-accordion.active {
    background-image: url("images/everywhere/icon-minus.svg");
    background-position: right 12px center;
    background-size: 20px 20px;
  }

  .bt-accordion .num {
    font-size: 1.4rem;
    top: 15px;
    left: 14px;
    height: 20px;
    width: 20px;
  }

  .con-accordion {
    display: none;
    padding: 0 20px 20px;
    border-radius: 0 0 5px 5px;
  }

  .col-arrow::after {
    bottom: -40px;
    top: auto;
    transform: translateX(-50%);
    left: 50%;
    right: auto;
    width: 30px;
    height: 24px;
    background: url(images/everywhere/sp/arrow-bottom.svg) no-repeat;
    background-size: contain;
  }

  .place .page-kv {
    background: url("images/place/sp/kv-2.png") no-repeat center;
    background-size: cover;
  }

  .nav-anc {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-anc li {
    width: 100%;
    margin-bottom: 20px;
  }

  .nav-anc li a {
    font-size: 1.6rem;
    padding: 16px 30px 18px 10px;
    border-left: 12px solid #ffcc00;
  }

  .nav-anc li:nth-child(2) a {
    padding: 10px 30px 8px 10px;
    font-size: 1.5rem;
    border-left: 12px solid #5dc2d0;
  }

  .nav-anc li:nth-child(3) a {
    border-left: 12px solid #ec6d65;
  }

  body[class*="precious"] .l-contents-section {
    padding: 40px 30px 0;
  }

  .precious-box .inner {
    padding: 0 5% 60px;
  }

  .precious-box .title-box {
    font-size: 3.2rem;
    padding: 20px 5%;
  }

  .precious-box .title-box {
    background: #ec6d65 url(images/care-about/icon-musubie.svg) no-repeat bottom
      right 2%;
    background-size: 70px auto;
  }

  .precious-box .title-box.y {
    background: #fbcf00 url(images/care-about/icon-home.svg) no-repeat bottom
      right 2%;
    background-size: 70px auto;
  }

  .precious-box .title-box.b {
    background: #5dc2d0 url(images/care-about/icon-people.svg) no-repeat bottom
      right 2%;
    background-size: 70px auto;
  }

  .precious-box h2 {
    font-size: 2.1rem;
    padding: 0px 2%;
  }

  .precious-box h2.b {
    padding: 15px 2%;
  }

  .precious-box .inner h3 {
    font-size: 1.8rem;
    text-align: left;
  }

  .precious-box .inner h4 {
    font-size: 1.6rem;
    text-align: left;
  }

  .precious-box .inner .box-1 {
    padding: 40px 14px;
  }

  .precious-box .inner .box-1-1 h4 {
    text-align: center;
  }

  .precious-box .inner .num-box .block-wrap .l-block {
    border: none;
  }

  .precious-box .inner .text-num-l {
    font-size: 2.4rem;
    height: 40px;
    width: 40px;
    padding-top: 8px;
  }

  .precious-box .inner p {
    font-size: 1.4rem;
  }

  .precious-box .inner ol li {
    font-size: 1.4rem;
    padding-left: 21px;
  }

  .precious-box .inner ol li:before {
    top: 4px;
  }

  .precious-box .inner .num-box .block-wrap .l-block {
    font-size: 1.6rem;
    text-align: center;
    padding-left: 0;
    width: 100%;
  }

  .precious-box .inner .num-box .block-wrap .l-block .num {
    position: relative;
  }

  .precious-box .inner .num-box .block-wrap .r-block {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 30px;
  }

  .precious-box .inner .num-box .block-wrap .r-block .text-round {
    font-size: 1.6rem;
    /* width: 100%; */
  }

  .precious-box .inner .title-num {
    font-size: 2rem;
    text-align: center;
  }

  .precious-box .inner .text-round {
    font-size: 1.6rem;
  }

  .precious-box .inner .box-1-1 p {
    font-size: 1.2rem;
  }

  .precious-box .inner:last-child {
    margin-bottom: 0px;
  }

  .care-about .page-kv {
    background: url("images/care-about/kv-2.png") no-repeat top 0 center;
    background-size: cover;
  }

  .support .page-kv {
    background: url("images/support/sp/kv-2.png") no-repeat top 0px center;
    background-size: cover;
  }

  .page-kv .page-title-box {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  html p.has-background,
  html div.has-background {
    padding: 18px 10px;
  }

  .table-1 tr th {
    width: 100px;
  }

  .section-logo .sec-title {
    max-width: 340px;
  }

  .section-logo .group-title {
    width: 340px;
  }

  .menu-button-original {
    width: 60px;
    height: 60px;
    z-index: 1;
    position: fixed;
    top: 100px;
    right: 0px;
    background: #ec6e65;
    border-radius: 9999px;
    opacity: 0;
  }

  .menu-button-original.visible {
    opacity: 1;
  }

  .menu-button-original .inner {
    top: 0px;
  }

  .menu-button-original:hover {
    text-decoration: none;
    opacity: 1;
    cursor: pointer;
  }

  .menu-button-original span {
    display: block;
    background: #fff;
    width: 70%;
    height: 2px;
    position: absolute;
    left: 15%;
    transition: all 0.4s;
  }

  .menu-button-original span::before {
    content: "";
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    /* background: #ddd; */
  }

  .menu-button-original span:first-child {
    top: 34%;
  }

  .menu-button-original span:nth-child(2) {
    top: 49%;
  }

  .menu-button-original span:last-child {
    top: 64%;
  }

  .menu-button-original.active span:first-child {
    top: 30%;
    left: 16%;
    transform: translatey(10px) rotate(45deg);
  }

  .menu-button-original.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-button-original.active span:last-child {
    top: 63%;
    right: -16%;
    transform: translatey(-10px) rotate(-45deg);
  }

  .floating-nav.fixed {
    position: relative;
  }

  .floating.fixed {
    top: 0;
    padding-top: 28px;
    padding-bottom: 12px;
  }

  .floating.fixed + * {
    margin-top: 0;
  }

  .floating.fixed .inner {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .floating-nav ul {
    padding-left: 4px;
    padding-right: 4px;
  }

  .floating-nav ul li {
    width: 32.5%;
  }

  .floating.fixed ul li {
    width: 32.5%;
    margin-bottom: 16px;
  }

  .floating-nav ul li a {
    font-size: 1.2rem;
  }

  .floating-nav.fixed ul li a {
    font-size: 1.2rem;
    line-height: 1.8;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .floating-nav.fixed ul li a br {
    display: none;
  }

  .floating.fixed + * + * {
    margin-top: 0;
  }

  .con-legacy .sub-nav {
    display: none;
    position: fixed;
    /* height: 100vh; */
    bottom: 0;
    right: 0;
    z-index: 1;
  }

  .con-legacy .sub-nav.active {
    display: block;
  }

  .con-legacy .sub-nav .inner {
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 10px;
    background: #fff;
  }

  .con-legacy .sub-nav ul li {
    width: 32.5%;
    margin-top: 10px;
  }

  .con-legacy .sub-nav ul li a {
    font-size: 1.2rem;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f3eedd;
    border-radius: 9999px;
    display: block;
  }

  .con-legacy .sub-nav ul li a br {
    display: none;
  }

  .con-legacy .anc-wrap {
    top: 50px;
  }

  .con-legacy .lead-photo .lead-photo-wrap {
    padding-bottom: 0;
  }

  .con-legacy .lead-photo .lead-photo-wrap .block {
    width: 88%;
  }

  .con-legacy .lead-photo .lead-photo-wrap .r-block.text-block p {
    padding-top: 60px;
    padding-left: 20px;
  }

  .order-1 {
    order: 1;
  }

  .order-2 {
    order: 2;
  }

  .con-legacy .lead-photo .lead-photo-wrap:nth-child(2) .block {
    margin-left: auto;
  }

  .con-legacy .lead-photo .lead-photo-wrap:nth-child(4) .block {
    margin-left: auto;
  }

  .con-legacy .lead-photo .lead-photo-wrap .l-block.text-block {
    margin-top: 60px;
  }

  .con-legacy .lead-photo .lead-photo-wrap:nth-child(4) .text-block {
    margin-bottom: 80px;
    padding-right: 20px;
  }

  .con-legacy .block-cta .bt-original a {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    margin-bottom: 20px;
  }

  .con-legacy .block-cta p {
    line-height: 1.2;
    padding-bottom: 20px;
  }

  .con-legacy .block-cta p a {
    color: #fff;
    line-height: 1.5;
    text-decoration: none;
  }

  .con-legacy .band-title {
    background: #ec6d65 url(images/support/legacy/title-bg-sp.svg) no-repeat
      center;
    background-size: auto 100%;
  }

  .wrap-1000 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .con-legacy .box-1 {
    background: #f3eedd url(images/support/legacy/img-2-1-sp.png) no-repeat
      right top;
    background-size: auto 100%;
  }

  .con-legacy .support-wrap .block {
    margin-top: 40px;
    width: 100%;
  }

  .voices .img-human-right {
    width: 63px;
    right: 5%;
  }

  .voices .img-human-left {
    width: 63px;
    left: 5%;
  }

  .con-legacy .bt-1 a {
    color: #fff;
    font-size: 2rem;
  }

  .con-legacy .bt-2 a {
    font-size: 2rem;
    background: #5dc2d0 url(images/support/legacy/arrow-right-w-l.svg) right 4%
      center no-repeat;
    background-size: 44px auto;
  }

  .block-cta.wrap-1000 {
    padding-left: 0;
    padding-right: 0;
  }

  .con-legacy .ancher-link {
    background: #f3eedd url(images/support/legacy/arrow-bottom.svg) no-repeat
      right 8% center;
    background-size: 20px auto;
  }

  .con-legacy .title-red {
    font-size: 2.1rem;
    line-height: 1.2;
  }

  .con-legacy .title-absolute {
    width: 96%;
  }

  .con-legacy .title-slash::before {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    width: 64px;
    height: 130px;
    background: url(images/support/legacy/slush-l.svg) no-repeat left top 10px;
    background-size: auto 100%;
  }

  .con-legacy .title-slash::after {
    content: "";
    position: absolute;
    top: 0;
    right: -40px;
    width: 64px;
    height: 130px;
    background: url(images/support/legacy/slush-r.svg) no-repeat right top 10px;
    background-size: auto 100%;
  }

  .con-legacy .faq-q {
    font-size: 1.6rem;
    line-height: 1.9;
    width: 30px;
    height: 30px;
    padding-top: 0px;
    background: url(images/support/legacy/q.svg) no-repeat center;
    left: -38px;
    top: 5px;
  }

  .con-legacy .faq-a {
    font-size: 1.6rem;
    width: 30px;
    height: 30px;
    background: url(images/support/legacy/a.svg) no-repeat center;
    display: block;
    position: absolute;
    padding-top: 1px;
    left: -38px;
    top: 30px;
  }

  .con-legacy .bt-1-2 a {
    width: 100%;
  }

  .con-legacy .block-cta {
    margin-left: 20px;
    margin-right: 20px;
  }

  .to-top {
    z-index: 0;
  }

  .legacy .page-kv {
    background: url("images/support/legacy/sp/kv-2.png") no-repeat top 0px
      center;
    background-size: cover;
  }

  .legacy-lead .sub-title-wrap {
    max-width: 320px;
  }

  .a-box-border > div {
    padding: 60px 24px 70px;
  }

  .a-box-border:hover > div {
    opacity: 0.7;
    padding: 60px 24px 70px;
  }

  .a-box-border:hover > .box-border-p {
    border: 4px solid #ec6d65;
  }

  .a-box-border:hover > .box-border-b {
    border: 4px solid #5dc2d0;
  }

  .a-box-border:hover > .box-border-y {
    border: 4px solid #f6ac19;
  }

  .post-type-archive-pickupproject .page-kv {
    background: url("images/project/sp/kv-2.png") no-repeat top 0px center;
    background-size: cover;
  }

  .tax-project_cat .page-kv {
    background: url("images/project/sp/kv-2.png") no-repeat top 0px center;
    background-size: cover;
  }

  .post-kv {
    height: 100px;
  }

  .cat-nav li {
    margin: 0 5px 10px;
  }

  .cat-nav li a {
    font-size: 1.2rem;
    padding: 1px 10px 2px;
  }

  .page-navi .wp-pagenavi a,
  .page-navi .wp-pagenavi span {
    font-size: 1.2rem;
    padding: 0 10px 10px;
  }

  .bt-category-page {
    top: -140px;
  }

  .bt-category-page a {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bt-category-page a.arrow-r {
    background-position: center right 6px;
  }

  .con-inner h1 {
    font-size: 2.8rem;
    margin-top: 28px;
    margin-bottom: 16px;
  }

  .con-inner h2 {
    font-size: 2.2rem;
    padding-left: 20px;
    border-left: 6px #5dc2d0 solid;
    margin-top: 28px;
    margin-bottom: 16px;
  }

  .single-pickupproject .con-inner h2 {
    border-left: 6px #f6ac19 solid;
  }

  .con-inner h3 {
    font-size: 1.6rem;
    margin-top: 28px;
    margin-bottom: 12px;
  }

  .con-inner h4 {
    font-size: 1.5rem;
    margin-top: 28px;
    margin-bottom: 12px;
  }

  .con-inner h5 {
    font-size: 1.4rem;
    margin-top: 28px;
    margin-bottom: 12px;
  }

  .con-inner p {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }

  .con-inner ul li {
    font-size: 1.4rem;
    line-height: 2;
    padding-left: 16px;
  }

  .con-inner img {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .con-inner .wp-block-column img {
    margin-top: 12px;
    margin-bottom: 30px;
  }

  .single .container img {
    border-radius: 10px;
  }

  .single .wp-block-columns {
    display: block;
  }

  .con-inner hr {
    border-bottom: 2px solid #ebe3c7;
    margin-top: 30px;
    margin-bottom: 36px;
  }

  .single-news .con-inner hr {
    border-bottom: 2px dotted #5dc2d0;
  }

  .con-inner table {
    margin-bottom: 25px;
  }

  .con-inner table th,
  .con-inner table td {
    font-size: 1.4rem;
    padding: 10px 5px;
  }

  .con-inner table th {
    padding: 4px 5px;
  }

  .page .wp-block-button a {
    font-size: 1.3rem;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .hr-beige {
    border-bottom: 2px solid #ebe3c7;
  }

  .single .pj-sub-title {
    padding: 30px 0 20px;
    border-bottom: 2px solid #ebe3c7;
    margin-bottom: 30px;
  }

  .search-table th {
    width: 100%;
    float: left;
    clear: both;
  }

  .search-table td {
    width: 100%;
    float: left;
    clear: both;
    padding-bottom: 4px;
  }

  .search-table td input {
    font-size: 1.2rem;
    padding: 7px 10px 7px 30px;
    width: calc(100% - 76px);
    background: #fff url("images/news/icon-search.svg") no-repeat left 12px
      center;
    background-size: 12px auto;
  }

  .flexible-inner {
    padding-left: 4%;
    padding-right: 4%;
  }

  .search-table td .bt-search {
    font-size: 1.3rem;
    width: 60px;
    padding: 7px;
    margin-left: 10px;
  }

  .search-table .cat-nav li {
    margin: 0 10px 12px 0;
  }

  .search-table .cat-nav li a {
    font-size: 1.2rem;
    padding: 2px 6px;
    border: 1px solid #5dc2d0;
  }

  .search-table .bt-ac {
    font-size: 1.2rem;
    width: 100%;
    padding: 6px 10px 6px 10px;
    margin: 0 0 12px;
    background-image: url("images/news/icon-arrow-bottom.svg");
    background-position: center right 12px;
    background-size: 12px auto;
    position: relative;
  }

  .search-table .bt-ac.active {
    background-image: url("images/news/icon-arrow-top.svg");
    background-position: center right 12px;
    background-size: 12px auto;
  }

  .search-table .con-accordion-2 {
    height: 0px;
    width: 100%;
  }

  .search-table .bt-ac.active + .con-accordion-2 {
    width: 100%;
  }

  .search-table .toggle-btn {
    font-size: 1.2rem;
    width: 100%;
    padding: 6px 10px 6px 10px;
    background-image: url("images/news/icon-arrow-bottom.svg");
    background-position: center right 12px;
    background-size: 12px auto;
  }

  .search-table .toggle-btn.active {
    background-image: url("images/news/icon-arrow-top.svg");
    background-position: center right 12px;
    background-size: 12px auto;
  }

  .archive-list li a {
    font-size: 1.2rem;
    padding: 0px 6px;
  }

  html .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    width: 100%;
  }

  .single .wp-block-button__link {
    font-size: 1.4rem;
    padding: 14px 28px;
    background: #fff url("images/home/arrow-right-b.svg") no-repeat right 14px
      center !important;
    background-size: 13px auto !important;
    border: 1px solid #5dc2d0;
  }

  .radius {
    border-radius: 10px;
  }

  .block-grant-status {
    width: 100%;
  }

  .tag-list li a {
    font-size: 1.2rem;
  }

  .search-grant td input[type="text"] {
    width: 100%;
  }

  .search-grant td select[name="tag"] {
    width: 49%;
    margin: 0;
  }

  .search-table td select[name="year"] {
    width: 49%;
    margin: 0;
  }

  .search-grant td .bt-search {
    width: 100%;
    margin-top: 16px;
    margin-left: 0;
  }

  .search-table td select {
    font-size: 1.3rem;
    height: 32px;
    padding: 0 30px 0 10px;
    background-size: 12px auto;
  }

  .grant-wrap {
    padding: 0;
    border: none;
  }

  .grant-wrap .block-img {
    width: 40%;
  }

  .grant-wrap .block-text {
    width: 59%;
  }

  .grant-wrap .block-grant-thumb {
    width: 100%;
    /* height: 100px; */
  }

  .grant-wrap .block-img .block-grant-status {
    display: none;
  }

  .grant-wrap .tag-list li a {
    font-size: 1.1rem;
  }

  .grant-wrap .row-news:last-child {
    border-bottom: 1px dotted #333;
  }

  .wp-block-table.scrollable table {
    width: 180%;
  }

  .wp-block-table.scrollable table::after {
    content: "右にスワイプしてご覧いただけます →";
    line-height: 1.5;
    width: 100%;
    margin-top: 6px;
    position: absolute;
  }

  .table-wrapper {
    overflow-x: auto;
    position: relative;
    /* 横スクロールが必要な場合のみスクロールバーを表示 */
  }

  .table-wrapper::before,
  .table-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2rem;
    pointer-events: none;
    transition: opacity 0.3s;
    opacity: 0; /* 初期は影なし */
  }

  .table-wrapper::before {
    left: 0;
    background: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.1));
  }

  .table-wrapper::after {
    right: 0;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1));
  }

  /* スクロール位置に応じて影を表示 */
  .table-wrapper.shadow-left::before {
    opacity: 1;
  }

  .table-wrapper.shadow-right::after {
    opacity: 1;
  }

  .c-block-research {
    padding: 40px 5%;
  }

  .c-block-research .content > li {
    padding-left: 0;
  }

  .c-block-research h1 {
    font-size: 2.3rem;
  }

  .c-block-research h2 {
    font-size: 2rem;
  }

  .c-block-research p img {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .privacy-policy h2 {
    font-size: 1.8rem;
    padding-left: 0;
    margin-bottom: 12px;
    border: none;
  }

  .privacy-policy table th {
    width: 100%;
    float: left;
    clear: both;
    border-bottom: none;
    padding: 20px 0px 4px;
  }

  .privacy-policy table td {
    width: 100%;
    float: left;
    clear: both;
    padding: 10px 0px 16px 5px;
  }

  .faq .bt-accordion {
    padding: 14px 30px 14px 30px;
  }

  .faq .accordion-wrap .q-a {
    left: 10px;
  }

  .faq .accordion-wrap .q {
    top: 16px;
  }

  .faq .accordion-wrap .a {
    top: 2px;
  }

  .faq .con-accordion {
    padding: 0px 30px 14px 30px;
  }

  .as-content ul li {
    width: 47%;
  }

  .as-content .title-report {
    margin-bottom: 18px;
    text-align: left;
  }

  .as-button-round-01 {
    font-size: 1.2rem;
    background: #fff url("images/report/arrow-dl.svg") no-repeat center right
      8px;
    background-size: 10px auto;
  }

  .member-wrap .block {
    padding: 20px;
  }

  .member-icon {
    position: relative;
    margin-top: -20px;
  }

  .lecture .band-title h1 span {
    border-bottom: 3px solid #fff;
  }

  .lecture .bt-wrap a {
    max-width: 100%;
    width: 100%;
    font-size: 1.6rem;
    display: block;
  }

  .lecture .block-teacher .col-profile-2 {
    margin-top: 12px;
    width: 100%;
  }

  .group-list .buttons a {
    font-size: 1.6rem;
    width: 31.3%;
  }

  .special-site-list-wrap img {
    border-radius: 6px;
  }

  .con-monokifu .floating-nav li a {
    font-size: 14px;
    position: relative;
  }

  .con-monokifu .floating-nav li a img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
  }

  .con-monokifu .method-wrap .l-block {
    width: 100%;
  }

  .con-monokifu .method-wrap .r-block {
    width: 100%;
  }

  .con-monokifu .method-1 .l-block {
    background: none;
  }

  .con-monokifu .method-2 .l-block {
    background: none;
  }

  .con-monokifu .inner-box .inner-2 {
    padding: 10px;
  }

  .con-monokifu .faq-block {
    padding: 32px 20px 40px 80px;
  }

  .con-monokifu .faq-inner > img {
    width: 50px;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .con-monokifu .floating-nav li {
    width: 80%;
    margin: 0 10% 20px;
  }

  .con-monokifu .con-title-2::after {
    bottom: 0px;
  }

  .con-wakuwakugift .floating-nav ul li {
    width: 100%;
  }

  .con-wakuwakugift .floating-nav li {
    width: 80%;
    margin: 0 10% 20px;
  }

  .con-wakuwakugift h2 img {
    height: 50px;
    width: auto;
  }

  .con-wakuwakugift .block-voice {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: auto;
    margin-right: auto;
  }

  .con-wakuwakugift .bg {
    border-radius: 50px 50px 0 0;
  }

  .con-wakuwakugift .block-course {
    width: 48%;
    margin-bottom: 20px;
  }

  .con-wakuwakugift .schedule-wrap img {
    width: 800px;
    max-width: none;
  }

  .con-wakuwakugift h2#anc-7 img {
    height: 38px;
    width: auto;
  }

  .con-wakuwakugift .wrap-logo .block-logo {
    width: 23.5%;
  }

  .scroll-hint {
    overflow-x: auto; /* x方向にスクロール表示 */
    /* -webkit-overflow-scrolling: touch; スマホでスクロールをスムーズな動きにする */
  }

  /* .scroll-hint:after {
    color: #ea5c53;
    font-weight: lighter;
    content: ">";
    position: absolute;
    right: -12px;
    font-size: 40px;
    top: 50%;
    transform: translateY(-50%) scale(1 ,2);
    animation: blink 1s ease-in-out infinite alternate;
  } */

  .blink {
    animation: blink 1s ease-in-out infinite alternate;
  }

  body[class*="musubiekaiga-ten"] .title-slash span::before {
    width: 20px;
    height: 60px;
  }

  body[class*="musubiekaiga-ten"] .title-slash span::after {
    width: 20px;
    height: 60px;
  }

  body[class*="musubiekaiga-ten"] .bg-blue .box-wrap {
    display: block;
  }

  body[class*="musubiekaiga-ten"] .bg-blue .box-wrap .l-block {
    width: 100%;
    text-align: center;
  }

  body[class*="musubiekaiga-ten"] .bg-blue .box-wrap .l-block img {
    display: inline;
  }

  body[class*="musubiekaiga-ten"] .bg-blue .box-wrap .r-block {
    width: 100%;
  }

  body[class*="musubiekaiga-ten"] .bg-blue .title-name span {
    display: block;
    margin-left: 0;
    padding-bottom: 2px;
  }

  body[class*="musubiekaiga-ten"] .bg-blue .box-wrap {
    padding-top: 30px;
    padding-bottom: 24px;
  }

  body[class*="musubiekaiga-ten"] .con-works .title-slash span {
    font-size: 2.2rem;
  }

  body[class*="musubiekaiga-ten"] .blocks-gallery-item {
    width: 47% !important;
    margin: 0 1.5% 8px !important;
  }

  body[class*="musubiekaiga-ten"] .blocks-gallery-item::after {
    width: 30px;
    height: 30px;
  }

  body[class*="musubiekaiga-ten"] .text-box-2 p {
    font-size: 1.8rem;
    text-align: left;
  }

  .c-title-line-sub {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-top: 10px;
  }

  #campaign .sub-text {
    font-size: 1.3rem !important;
  }

  body.en .supporter .home-logo-wrap .home-logo-title {
    font-size: 1.5rem;
    line-height: 1;
    padding: 5px 10px;
    margin: 0px 0 14px;
  }

  body.en .scroll .l-header_inner {
    padding: 0px 16px 0px;
  }

  body.en .l-wrapper {
    padding-top: 56px;
  }

  body.en .slick-slide img {
    margin-top: 73px;
  }

  body.en .scroll .l-header_inner {
    padding: 0px 16px 0px;
  }

  body.en .l-wrapper {
    padding-top: 56px;
  }

  body.en .slick-slide img {
    margin-top: 73px;
  }

  .en-lead {
    font-size: 14px;
  }

  body.en .c-title-en {
    font-size: 16px;
  }

  body.en .f25 {
    font-size: 15px;
  }

  body.en .f18 {
    font-size: 14px;
  }

  body.en .f16 {
    font-size: 13px;
  }

  .title-color {
    font-size: 20px;
  }

  .box-num-wrap .box-beige {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .col-2 {
    width: 100%;
    margin-bottom: 20px;
  }

  body.en .f22 {
    font-size: 18px;
    line-height: 1.5;
  }

  body.en .f65 {
    font-size: 45px;
  }

  .text-box-num {
    height: 120px;
  }

  .text-box-num .pt40 {
    padding-top: 35px;
  }

  .title-before-num span {
    font-size: 24px;
    height: 32px;
    width: 32px;
  }

  body.en .f18-2 {
    font-size: 14px;
  }

  body.en .supporter .home-logo-wrap li {
    width: calc((100% - 10px) / 2);
  }

  body.en .supporter #supporter-list {
    padding: 10px 10px 20px;
  }

  .inner-logo img {
    width: 180px;
  }

  body.en table {
    font-size: 13px;
    margin-top: 10px;
  }

  body.en table tr th {
    width: 90px;
  }
}

/* 2. PC
-------------------------------------------------------------------------------- */
@media only screen and (min-width: 744px) {
  /* 2-1. TB
  -------------------------------------------------------------------------------- */
  @media only screen and (min-width: 744px) and (max-width: 1194px) {
    /* 2-1-1. TB (horaizontal)
    -------------------------------------------------------------------------------- */
    @media only screen and (min-width: 992px) and (max-width: 1194px) and (orientation: landscape) {
    }

    /* 2-1-2. TB (vertical)
    -------------------------------------------------------------------------------- */
    @media only screen and (min-width: 744px) and (max-width: 1024px) and (orientation: portrait) {
    }
  }
}
