@charset "UTF-8";
/* global */
* {
  min-height: 0vw;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
button,
textarea,
select,
option,
text {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  color: inherit;
  font: inherit;
  text-decoration: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section,
form {
  display: block;
}

html,
body {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #30463f;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
  scroll-behavior: smooth;
}

strong,
b {
  font-weight: bold;
}

em {
  font-style: italic;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

input,
button,
textarea,
select,
option {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0);
  color: inherit;
  font: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-moz-placeholder, button::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, option::-moz-placeholder {
  color: rgba(14, 14, 15, 0.4);
}

input::placeholder,
button::placeholder,
textarea::placeholder,
select::placeholder,
option::placeholder {
  color: rgba(14, 14, 15, 0.4);
}

img,
svg {
  display: block;
  height: auto;
  vertical-align: bottom;
}

img:not(.setWidth),
svg:not(.setWidth) {
  width: 100%;
}

a {
  display: block;
}

a:not(.noHover):hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

iframe {
  vertical-align: bottom;
}

a,
button,
input[type=button],
input[type=submit],
input[type=file],
label.hoverAction {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  text-decoration: inherit;
  vertical-align: baseline;
}

#wrapper {
  overflow: hidden;
}

.ar_btn {
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: relative;
  text-align: center;
  transition: 0.3s;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-align: center;
  justify-content: center;
}
.ar_btn .arrow {
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.ar_btn .arrow::before, .ar_btn .arrow::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: contain;
  content: "";
}
.ar_btn .arrow.w_ar::before, .ar_btn .arrow.w_ar::after {
  background-image: url("../images/w_ar.png");
}
.ar_btn .arrow.b_ar::before, .ar_btn .arrow.b_ar::after {
  background-image: url("../images/b_ar.png");
}
.ar_btn .arrow:not(.slide_left)::before {
  transform: translateX(-100%);
}
.ar_btn .arrow:not(.slide_left)::after {
  transform: translateX(0%);
}
.ar_btn .arrow.slide_left::before {
  transform: translateX(100%) scale(-1);
}
.ar_btn .arrow.slide_left::after {
  transform: translateX(0%) scale(-1);
}
.ar_btn:hover .arrow::before {
  transition: 0.3s;
  transition-delay: 0.6s;
}
.ar_btn:hover .arrow::after {
  transition: 0.3s;
}
.ar_btn:hover .arrow.b_ar::before, .ar_btn:hover .arrow.b_ar::after {
  background-image: url("../images/w_ar.png");
}
.ar_btn:hover .arrow:not(.slide_left)::before {
  transform: translateX(0%);
}
.ar_btn:hover .arrow:not(.slide_left)::after {
  transform: translateX(100%);
}
.ar_btn:hover .arrow.slide_left::before {
  transform: translateX(0%) scale(-1);
}
.ar_btn:hover .arrow.slide_left::after {
  transform: translateX(-100%) scale(-1);
}

#footer {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  #footer {
    margin-top: clamp(-32px, -2.3426061493vw, 0px);
    border-top-left-radius: clamp(0px, 2.3426061493vw, 32px);
    border-top-right-radius: clamp(0px, 2.3426061493vw, 32px);
  }
}

#footer_inner {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  #footer_inner {
    padding: clamp(0px, 4.6852122987vw, 64px) clamp(0px, 6.8081991215vw, 93px);
  }
}
@media (max-width: 767px) {
  #footer_inner {
    padding: 25px 0;
    justify-content: center;
  }
}

@media screen and (min-width: 769px) {
  #footer_pr_lk,
  #footer_cr {
    font-size: clamp(0px, 0.878477306vw, 12px);
    line-height: clamp(0px, 1.1713030747vw, 16px);
  }
}

@media screen and (min-width: 769px) {
  #footer_bottom {
    display: -ms-flexbox;
    display: box;
    display: flex;
    width: 100%;
    margin-top: clamp(0px, 2.7818448023vw, 38px);
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-align: center;
    justify-content: space-between;
  }
}

.section {
  position: relative;
}

.section_inner,
.section_tt {
  position: relative;
}

@media screen and (min-width: 769px) {
  .section_inner {
    max-width: 1366px;
    margin: 0 auto;
    padding-right: clamp(0px, 6.8081991215vw, 93px);
    padding-left: clamp(0px, 6.8081991215vw, 93px);
  }
}
@media screen and (max-width: 768px) {
  .section_inner {
    padding-right: clamp(0px, 5.3333333333vw, 20px);
    padding-left: clamp(0px, 5.3333333333vw, 20px);
  }
}

.ss_tt_en,
.ss_tt_ja {
  display: block;
}

.ss_tt_en {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  letter-spacing: 0.7px;
}
@media screen and (min-width: 769px) {
  .ss_tt_en {
    font-size: clamp(0px, 1.0980966325vw, 15px);
    line-height: clamp(0px, 1.0980966325vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  .ss_tt_en {
    font-size: clamp(0px, 4vw, 15px);
    line-height: clamp(0px, 4vw, 15px);
  }
}

.ss_tt_ja {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .ss_tt_ja {
    margin-top: clamp(0px, 1.6105417277vw, 22px);
    font-size: clamp(0px, 2.3426061493vw, 32px);
    line-height: clamp(0px, 2.3426061493vw, 32px);
  }
}
@media screen and (max-width: 768px) {
  .ss_tt_ja {
    margin-top: clamp(0px, 4.2666666667vw, 16px);
    font-size: clamp(0px, 7.4666666667vw, 28px);
    line-height: clamp(0px, 11.7333333333vw, 44px);
  }
}

.ss_tt_pt {
  display: block;
  position: absolute;
  right: 0;
}

@media screen and (min-width: 769px) {
  .ss_tt_tx {
    margin-top: clamp(0px, 1.756954612vw, 24px);
    font-size: clamp(0px, 1.1713030747vw, 16px);
    line-height: clamp(0px, 2.3426061493vw, 32px);
  }
}
@media screen and (max-width: 768px) {
  .ss_tt_tx {
    margin-top: clamp(0px, 5.3333333333vw, 20px);
    font-size: clamp(0px, 4.2666666667vw, 16px);
    line-height: clamp(0px, 7.4666666667vw, 28px);
  }
}

@media (max-width: 767px) {
  .pc_br {
    display: none;
  }
}

@media (max-width: 1023px) {
  .p-tab_br {
    display: none;
  }
}

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

.period-select_wrap {
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .period-select_wrap {
    font-size: 3.4vw;
  }
}
.period-select_wrap::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  pointer-events: none;
  border-right: 2px solid #4774a9;
  border-bottom: 2px solid #4774a9;
  rotate: 45deg;
  position: absolute;
  top: 12px;
  right: 10px;
}
@media (max-width: 767px) {
  .period-select_wrap::after {
    width: 6px;
    height: 6px;
    top: 12px;
  }
}
.period-select_wrap label {
  padding: 10px 10px 10px 10px;
}
@media (max-width: 767px) {
  .period-select_wrap label {
    padding: 10px 5px 10px 10px;
  }
}
.period-select_wrap select {
  cursor: pointer;
  max-width: none;
  width: 125px;
  padding: 10px 30px 10px 15px;
  background-color: rgba(0, 75, 125, 0.1);
  border-radius: 15px;
}
@media (max-width: 767px) {
  .period-select_wrap select {
    width: 90px;
    border-radius: 12px;
  }
}

.org_list_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 75px 3%;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .org_list_wrap {
    gap: 50px 0;
    flex-direction: column;
    align-items: center;
  }
}
.org_list_wrap > .box {
  width: 48.5%;
  background: rgba(0, 75, 125, 0.1);
  border-radius: 10px;
  padding: 0 50px 30px 50px;
  border-top: 4px solid #4774a9;
  border-bottom: 4px solid #4774a9;
}
@media (max-width: 767px) {
  .org_list_wrap > .box {
    width: 90%;
    padding: 0 25px 20px 25px;
  }
}
.org_list_wrap > .box .image_wrap {
  width: 75%;
  margin: 0 auto;
  transform: translateY(-15px);
}
.org_list_wrap > .box .image_wrap a {
  display: block;
  position: relative;
  padding-top: 56%;
  border-radius: 10px;
  overflow: hidden;
}
.org_list_wrap > .box .image_wrap a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.25s;
}
.org_list_wrap > .box .image_wrap a::before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../images/grantnees/icon_play_blue.svg) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
  transition: 0.25s;
}
.org_list_wrap > .box .image_wrap a:hover {
  opacity: 1 !important;
}
.org_list_wrap > .box .image_wrap a:hover img {
  transform: scale(1.05);
}
.org_list_wrap > .box .image_wrap a:hover::before {
  filter: brightness(1.1);
  width: 60px;
  height: 60px;
  opacity: 0.8;
}
.org_list_wrap > .box .text_wrap a {
  display: block;
}
.org_list_wrap > .box .text_wrap a h3 {
  font-size: 20px;
  line-height: 1.5em;
  color: #0f4c96;
  padding: 5px 0;
  font-weight: 600;
}
@media (max-width: 767px) {
  .org_list_wrap > .box .text_wrap a h3 {
    font-size: 4.2vw;
  }
}
.org_list_wrap > .box .text_wrap a p {
  font-size: 16px;
  line-height: 1.7em;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .org_list_wrap > .box .text_wrap a p {
    font-size: 3.6vw;
  }
}
.org_list_wrap > .box .text_wrap a .btn {
  z-index: 1;
  display: block;
  border: 1px solid #4774a9;
  background-color: #fff !important;
  position: relative;
  padding: 20px 50px 20px 30px;
  margin: 0 auto;
  border-radius: 100px;
  color: #0f4c96 !important;
  transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 17px;
  min-width: 13em;
  text-align: center;
}
@media (max-width: 767px) {
  .org_list_wrap > .box .text_wrap a .btn {
    padding: 15px 40px 15px 20px;
    min-width: auto;
    width: 100%;
  }
}
.org_list_wrap > .box .text_wrap a .btn::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 18px;
  transition: 0.3s;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/grantnees/btn_arr.svg) no-repeat center rgba(0, 75, 125, 0.1);
  border-radius: 50%;
}
.org_list_wrap > .box .text_wrap a:hover .btn {
  border: 1px solid #0f4c96;
  box-shadow: 0 0 5px rgba(0, 75, 125, 0.1);
  background: #0f4c96 !important;
  color: #fff !important;
}
.org_list_wrap > .box .text_wrap a:hover .btn::after {
  transform: translateY(-50%) rotate(45deg);
  background: url(../images/grantnees/btn_arr.svg) no-repeat center rgb(255, 255, 255);
}

.org_page_title {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  margin: 0 auto 30px;
  width: -moz-fit-content;
  width: fit-content;
  background: #0f4c96;
  padding: 20px 30px;
  border-radius: 12px;
  position: relative;
}
@media (max-width: 767px) {
  .org_page_title {
    flex-direction: column;
    margin: 0 auto 25px;
    width: 100%;
  }
}
.org_page_title::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  background-color: #0f4c96;
  rotate: 45deg;
  translate: -50%;
}
.org_page_title .title_wrap {
  font-size: 22px;
  letter-spacing: 0.15em;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 767px) {
  .org_page_title .title_wrap {
    font-size: 5.2vw;
  }
}
.org_page_title .eng {
  color: #fff;
  font-weight: 400;
  display: block;
  padding-left: 25px;
  margin-left: 25px;
  position: relative;
  line-height: 1em;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  .org_page_title .eng {
    padding-left: 0;
    margin-left: 0;
    margin-top: 10px;
    font-size: 4.2vw;
  }
}
.org_page_title .eng::before {
  content: "";
  width: 1px;
  height: 40px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 60%;
  transform: translateY(-50%) translateX(-50%) rotate(15deg);
}
@media (max-width: 767px) {
  .org_page_title .eng::before {
    content: none;
  }
}

h1.org_name {
  color: #0f4c96;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2em;
  padding-bottom: 30px;
  text-align: center;
  margin-bottom: 45px;
  border-bottom: 1px solid #0f4c96;
}
@media (max-width: 767px) {
  h1.org_name {
    font-size: 5.6vw;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-align: left;
  }
}

.org_outer {
  padding: 0 0 100px 0;
}
@media (max-width: 767px) {
  .org_outer {
    padding: 0 0 25px 0;
  }
}

.org_overview h2 {
  font-size: 27px;
  line-height: 1.65em;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .org_overview h2 {
    font-size: 5.2vw;
    margin-bottom: 25px;
  }
}
.org_overview .text_wrap * {
  font-size: 17px;
  line-height: 2.2em;
}
@media (max-width: 767px) {
  .org_overview .text_wrap * {
    font-size: 4vw;
    line-height: 2em;
  }
}

.org_youtube_wrap {
  padding: 0 100px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .org_youtube_wrap {
    padding: 0;
    margin-bottom: 25px;
  }
}
.org_youtube_wrap a {
  display: block;
  position: relative;
  padding-top: 56%;
  border-radius: 20px;
  overflow: hidden;
  background: #000;
  transition: 0.25s;
  border: 3px solid #eee;
}
.org_youtube_wrap a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.25s;
  opacity: 0.8;
}
.org_youtube_wrap a::before {
  content: "";
  width: 100px;
  height: 100px;
  background: url(../images/grantnees/icon_play_blue.svg) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
  transition: 0.25s;
}
@media (max-width: 767px) {
  .org_youtube_wrap a::before {
    width: 80px;
    height: 80px;
  }
}
.org_youtube_wrap a:hover {
  opacity: 1 !important;
  background: none;
}
.org_youtube_wrap a:hover img {
  transform: scale(1.05);
  opacity: 1;
}
.org_youtube_wrap a:hover::before {
  filter: brightness(1.1);
  width: 80px;
  height: 80px;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .org_youtube_wrap a:hover::before {
    width: 70px;
    height: 70px;
  }
}

.org_weblink {
  text-align: center;
}
.org_weblink a {
  display: inline-block;
  background: rgba(0, 75, 125, 0.1);
  border-radius: 15px;
  padding: 17px 25px 15px 65px;
  text-align: left;
  font-size: 16px;
  line-height: 1.5em;
  position: relative;
  font-weight: 600;
  transition: 0.25s;
}
@media (max-width: 767px) {
  .org_weblink a {
    padding: 17px 20px 15px 50px;
    font-size: 3.8vw;
  }
}
.org_weblink a * {
  transition: 0.25s;
}
.org_weblink a span {
  display: block;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .org_weblink a span {
    font-size: 4.5vw;
  }
}
.org_weblink a::before {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  left: 23px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/grantnees/link_mark_blue.svg) no-repeat;
}
@media (max-width: 767px) {
  .org_weblink a::before {
    width: 22px;
    height: 22px;
    left: 17px;
  }
}
.org_weblink a:hover {
  color: #0f4c96 !important;
}
.org_weblink a:hover * {
  color: #0f4c96 !important;
}

.list_back_link {
  text-align: left;
  padding: 25px 0;
  border-top: 1px solid #0f4c96;
  margin-top: 90px;
}
@media (max-width: 767px) {
  .list_back_link {
    margin-top: 45px;
    padding: 20px 0;
  }
}
.list_back_link a {
  display: inline-block;
  padding: 5px 5px 5px 20px;
  position: relative;
  color: #333;
  font-size: 15px;
}
@media (max-width: 767px) {
  .list_back_link a {
    font-size: 3.5vw;
  }
}
.list_back_link a::before {
  content: "";
  width: 12px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scale(-1, 1);
  background: url(../images/b_ar.png) no-repeat;
  background-size: contain;
}

.org_single {
  border: 3px solid #0f4c96;
  border-radius: 20px;
  padding: 50px;
  margin: 50px 0;
  font-size: 16px;
  line-height: 1.7em;
}
@media (max-width: 767px) {
  .org_single {
    padding: 25px 20px;
    margin: 35px 0;
  }
}
.org_single * + .wp-block-heading {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .org_single * + .wp-block-heading {
    margin-top: 25px;
  }
}
.org_single * + h1.wp-block-heading,
.org_single * + h2.wp-block-heading {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .org_single * + h1.wp-block-heading,
  .org_single * + h2.wp-block-heading {
    margin-top: 35px;
  }
}
.org_single h1.wp-block-heading {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px;
  border: 4px double #0f4c96;
  color: #0f4c96;
  line-height: 1.3em;
  background: #f6f6f6;
  border-right: 0;
  text-align: center;
  border-left: 0;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .org_single h1.wp-block-heading {
    font-size: 6.4vw;
  }
}
.org_single h2.wp-block-heading {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 10px 10px 10px 20px;
  background: #0f4c96;
  border-radius: 5px;
  color: #fff;
}
@media (max-width: 767px) {
  .org_single h2.wp-block-heading {
    font-size: 5.8vw;
    padding: 10px 10px 10px 15px;
    margin-bottom: 15px;
  }
}
.org_single h3.wp-block-heading {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
  padding: 0 0 8px 15px;
  position: relative;
  border-bottom: 1px solid #0f4c96;
}
@media (max-width: 767px) {
  .org_single h3.wp-block-heading {
    font-size: 4.8vw;
  }
}
.org_single h3.wp-block-heading::before {
  content: "";
  width: 6px;
  background: #0f4c96;
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 2px;
  border-radius: 100px;
}
.org_single h4.wp-block-heading {
  color: #0f4c96;
  font-size: 20px;
  font-weight: 600;
  background: rgba(0, 75, 125, 0.1);
  margin-bottom: 15px;
  border-radius: 5px;
  padding: 5px 10px;
}
@media (max-width: 767px) {
  .org_single h4.wp-block-heading {
    font-size: 4.5vw;
  }
}
.org_single h5.wp-block-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 2px 0 3px 15px;
  position: relative;
}
@media (max-width: 767px) {
  .org_single h5.wp-block-heading {
    font-size: 4.2vw;
  }
}
.org_single h5.wp-block-heading::before {
  content: "";
  width: 5px;
  background: #0f4c96;
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 2px;
  border-radius: 100px;
}
.org_single h6.wp-block-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .org_single h6.wp-block-heading {
    font-size: 4.2vw;
  }
}
.org_single ul.wp-block-list {
  margin: 10px 0 25px 2em;
}
@media (max-width: 767px) {
  .org_single ul.wp-block-list {
    margin: 10px 0 20px 1.5em;
  }
}
.org_single ul.wp-block-list li {
  list-style-type: disc;
  display: list-item;
  padding-bottom: 5px;
  line-height: 1.7em;
  font-size: 1.08em;
}
.org_single ol.wp-block-list {
  margin: 10px 0 25px 2em;
}
@media (max-width: 767px) {
  .org_single ol.wp-block-list {
    margin: 10px 0 20px 1.5em;
  }
}
.org_single ol.wp-block-list li {
  list-style-type: decimal;
  display: list-item;
  padding-bottom: 5px;
  line-height: 1.7em;
  font-size: 1.08em;
}
.org_single .wp-block-image {
  margin: 50px 0;
}
@media (max-width: 767px) {
  .org_single .wp-block-image {
    margin: 25px 0;
  }
}
.org_single .wp-block-image img {
  border-radius: 30px;
}
.org_single .wp-block-table {
  margin: 10px 0 20px;
}
.org_single p {
  line-height: 1.8em;
}
.org_single p + p {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .org_single p + p {
    margin-top: 15px;
  }
}
.org_single a {
  color: #13ae67;
  text-decoration: underline;
}
.org_single a:hover {
  text-decoration: none;
}

.grantees_head {
  padding: 40px 0 0;
  border-top: 4px solid #0f4c96;
}
@media (max-width: 767px) {
  .grantees_head {
    padding: 30px 0 0;
  }
}
.grantees_head .logo_wrap {
  width: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 767px) {
  .grantees_head .logo_wrap {
    gap: 40px;
  }
}
.grantees_head .logo_wrap .logo {
  display: flex;
  align-items: center;
  width: 150px;
}
@media (max-width: 767px) {
  .grantees_head .logo_wrap .logo {
    width: 115px;
  }
}
.grantees_head .logo_wrap .logo.rohto_logo {
  width: 130px;
}
@media (max-width: 767px) {
  .grantees_head .logo_wrap .logo.rohto_logo {
    width: 95px;
  }
}
.grantees_head + #main .pages_wrap {
  padding: 35px 0 0;
}
@media (max-width: 767px) {
  .grantees_head + #main .pages_wrap {
    padding: 25px 0 0;
  }
}

.logo_wrap {
  width: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 25px;
}
.logo_wrap .logo {
  display: flex;
  align-items: center;
  width: 180px;
}

#breadpath_list .breadpath_it:not(:last-child)::before {
  border-right: 1px solid #4774a9;
  border-bottom: 1px solid #4774a9;
}

.footer_grantees #footer_bottom {
  margin: 0;
  text-align: center;
}
.footer_grantees #footer_bottom .fade_in_item {
  margin: 0 auto;
}

#contact {
  background-color: rgba(0, 75, 125, 0.1);
}
#contact .contact_lk {
  z-index: 1;
  display: block;
  border: 1px solid #4774a9;
  position: relative;
  padding: 20px 50px 20px 30px;
  margin: 0 auto;
  border-radius: 100px;
  color: #0f4c96;
  transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  #contact .contact_lk {
    width: clamp(0px, 29.2825768668vw, 400px);
    margin-top: clamp(0px, 2.3426061493vw, 32px);
    font-size: clamp(0px, 1.317715959vw, 18px);
    line-height: clamp(0px, 1.317715959vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  #contact .contact_lk {
    width: clamp(0px, 73.3333333333vw, 275px);
    font-size: clamp(0px, 4.2666666667vw, 16px);
    line-height: clamp(0px, 4.2666666667vw, 16px);
  }
}
#contact .contact_lk .arrow {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 18px;
  transition: 0.3s;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/grantnees/btn_arr.svg) no-repeat center rgba(0, 75, 125, 0.1);
  border-radius: 50%;
}
#contact .contact_lk .arrow::before, #contact .contact_lk .arrow::after {
  content: none;
}
#contact .contact_lk:hover {
  border: 1px solid #0f4c96;
  box-shadow: 0 0 5px rgba(0, 75, 125, 0.1);
  background: #0f4c96;
  color: #fff;
}
#contact .contact_lk:hover .arrow {
  transform: translateY(-50%) rotate(45deg);
  background: url(../images/grantnees/btn_arr.svg) no-repeat center rgb(255, 255, 255);
}
#contact .contact_lk_cover {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contact .contact_lk_cover {
    margin-top: clamp(0px, 6.9333333333vw, 26px);
    padding: 40px;
    border-radius: clamp(0px, 6.4vw, 24px);
    background-color: #fff;
  }
}
@media screen and (min-width: 769px) {
  #contact {
    padding-top: clamp(0px, 2.3426061493vw, 32px);
    padding-bottom: clamp(0px, 2.3426061493vw, 32px);
  }
}

@media screen and (min-width: 769px) {
  #contact_inner {
    padding-top: clamp(0px, 7.3206442167vw, 100px);
    padding-bottom: clamp(0px, 7.3206442167vw, 100px);
  }
}
@media screen and (max-width: 768px) {
  #contact_inner {
    padding-top: 55px;
    padding-bottom: 60px;
  }
}

#contact_tt {
  text-align: center;
}

@media screen and (min-width: 769px) {
  #contact_bl {
    padding-top: clamp(0px, 3.953147877vw, 54px);
    padding-bottom: clamp(0px, 4.0995607613vw, 56px);
    border-radius: clamp(0px, 1.756954612vw, 24px);
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  #contact_bl {
    border-radius: clamp(0px, 4.2666666667vw, 16px);
  }
}

/* ロート子どもの夢募金 */
.fv_slider {
  position: relative;
}
.fv_slider .main_title {
  max-width: 820px;
  width: 80%;
  background: linear-gradient(to right, transparent, #0166b3 20%, #0166b3 80%, transparent);
  color: #fff;
  font-size: 36px;
  padding: 20px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 15;
  letter-spacing: 0.2em;
}
@media (max-width: 1023px) {
  .fv_slider .main_title {
    padding: 15px;
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .fv_slider .main_title {
    font-size: 5.4vw;
    width: 90%;
  }
}

.swiper {
  opacity: 0;
}
.swiper.swiper-container-initialized {
  opacity: 1;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

.grantees_title_wrap {
  padding: 0 0 35px;
}
@media (max-width: 767px) {
  .grantees_title_wrap {
    padding: 0 0 25px;
  }
}
.grantees_title_wrap h1.main_title {
  color: #0f4c96;
}

.contents_title_wrap {
  padding-top: 70px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .contents_title_wrap {
    padding-top: 55px;
    margin-bottom: 25px;
  }
}
.contents_title_wrap .contents_title {
  font-size: 32px;
  line-height: 1.2;
  color: #1a203d;
  font-weight: 600;
  padding: 20px 0;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .contents_title_wrap .contents_title {
    padding: 15px 0;
    font-size: 6.4vw;
  }
}
.contents_title_wrap .contents_title::before {
  content: "";
  width: 100%;
  max-width: 1300px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #0f4c96;
}
.contents_title_wrap .contents_title::after {
  content: "";
  width: 100%;
  max-width: 1300px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #0f4c96;
}
.contents_title_wrap .contents_title_lv2 {
  font-size: 30px;
  line-height: 1.2;
  color: #1a203d;
  font-weight: 600;
  text-align: center;
  position: relative;
}

.grantees_contents_wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.grantees_contents_wrap.m-70 {
  margin-bottom: 70px;
}
.grantees_contents_wrap .grantees_text {
  margin-top: 45px;
  font-size: 18px;
  line-height: 2em;
  text-align: center;
}
@media (max-width: 767px) {
  .grantees_contents_wrap .grantees_text {
    margin-top: 25px;
    font-size: 4vw;
    text-align: left;
  }
}
.grantees_contents_wrap .grantees_text.fv_text {
  text-align: left;
  font-size: 18px;
  line-height: 2em;
  text-align: left !important;
  margin-top: 85px;
}
@media (max-width: 767px) {
  .grantees_contents_wrap .grantees_text.fv_text {
    margin-top: 65px;
    font-size: 4vw;
  }
}
.grantees_contents_wrap .period_box {
  margin-bottom: 30px;
  padding: 3px;
}
@media (max-width: 767px) {
  .grantees_contents_wrap .period_box {
    margin-bottom: 20px;
  }
}
.grantees_contents_wrap .period_box .box_inner {
  padding: 20px 0 15px 0;
  text-align: center;
}
.grantees_contents_wrap .period_box .box_inner strong {
  font-weight: 600;
  color: #0f4c96;
  font-size: 28px;
  display: inline-block;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .grantees_contents_wrap .period_box .box_inner strong {
    font-size: 5.8vw;
  }
}
.grantees_contents_wrap .period_box .box_inner p {
  font-size: 18px;
  font-weight: 400;
  z-index: 1;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .grantees_contents_wrap .period_box .box_inner p {
    font-size: 3.8vw;
  }
}
.grantees_contents_wrap .period_box .box_inner p span {
  vertical-align: middle;
}
.grantees_contents_wrap .period_box .box_inner p .period {
  font-weight: 600;
  font-size: 22px;
  position: relative;
}
@media (max-width: 767px) {
  .grantees_contents_wrap .period_box .box_inner p .period {
    font-size: 4.2vw;
  }
}
.grantees_contents_wrap ol,
.grantees_contents_wrap ul {
  list-style-position: inside;
}
.grantees_contents_wrap p a {
  display: inline-block;
}
.grantees_contents_wrap .box_wrap {
  background: #fff;
  padding: 50px 75px;
  border-radius: 15px;
  background-color: rgba(0, 75, 125, 0.1);
}
@media (max-width: 1023px) {
  .grantees_contents_wrap .box_wrap {
    padding: 40px 65px;
  }
}
@media (max-width: 767px) {
  .grantees_contents_wrap .box_wrap {
    padding: 30px 25px;
  }
}
.grantees_contents_wrap .box_wrap.title_box {
  padding: 0;
}
.grantees_contents_wrap .box_wrap.title_box .box_title {
  display: block;
  padding: 25px;
  border-radius: 15px;
  background: #fff;
  color: #0f4c96;
  font-size: 28px;
  text-align: center;
  position: relative;
  border: 1px solid #0f4c96;
  cursor: pointer;
}
@media (max-width: 767px) {
  .grantees_contents_wrap .box_wrap.title_box .box_title {
    padding: 20px;
    font-size: 5.4vw;
  }
}
.grantees_contents_wrap .box_wrap.title_box .box_title::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 5px solid #005bac;
  border-right: 5px solid #005bac;
  transform: rotate(135deg);
  position: absolute;
  margin: auto;
  right: 40px;
  top: calc((100% - 28px) / 2);
  transition: all 0.15s;
}
@media (max-width: 767px) {
  .grantees_contents_wrap .box_wrap.title_box .box_title::after {
    width: 15px;
    height: 15px;
    top: calc((100% - 15px) / 2);
    right: 20px;
    border-top: 3px solid #005bac;
    border-right: 3px solid #005bac;
  }
}
.grantees_contents_wrap .box_wrap.title_box .box_title.open {
  color: #fff;
  border-radius: 15px 15px 0 0;
  background: linear-gradient(209deg, rgb(9, 94, 198) 0%, rgb(15, 76, 150) 60%);
}
.grantees_contents_wrap .box_wrap.title_box .box_title.open::after {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  transform: rotate(315deg) translateX(-0.25em);
}
.grantees_contents_wrap .box_wrap.title_box .box_inner {
  display: grid;
  grid-template-rows: 0fr;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: grid-template-rows 0.2s ease-out, opacity 0.2s;
  border-radius: 0 0 15px 15px;
}
.grantees_contents_wrap .box_wrap.title_box .box_inner ul li + li {
  margin-top: 10px;
}
.grantees_contents_wrap .box_wrap.title_box .box_inner.open_box.open {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  height: auto;
  padding: 50px 75px;
}
@media (max-width: 1023px) {
  .grantees_contents_wrap .box_wrap.title_box .box_inner.open_box.open {
    padding: 40px 65px;
  }
}
@media (max-width: 767px) {
  .grantees_contents_wrap .box_wrap.title_box .box_inner.open_box.open {
    padding: 25px 20px;
  }
}
.grantees_contents_wrap .box_wrap.title_box + .title_box {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .grantees_contents_wrap .box_wrap.title_box + .title_box {
    margin-top: 25px;
  }
}
.grantees_contents_wrap .box_wrap p {
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .grantees_contents_wrap .box_wrap p {
    font-size: 3.8vw;
  }
}
.grantees_contents_wrap .box_wrap p.bigTxt {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .grantees_contents_wrap .box_wrap p.bigTxt {
    font-size: 5vw;
    margin-top: 15px;
  }
}
.grantees_contents_wrap .box_wrap p.bigTxt span {
  color: #0f4c96;
}
.grantees_contents_wrap .box_wrap p a {
  color: #0f4c96;
}
.grantees_contents_wrap .box_wrap p + p {
  margin-top: 10px;
}
.grantees_contents_wrap .box_wrap ol,
.grantees_contents_wrap .box_wrap ul {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin: 15px 0;
  list-style: none;
}
@media (max-width: 767px) {
  .grantees_contents_wrap .box_wrap ol,
  .grantees_contents_wrap .box_wrap ul {
    font-size: 4.2vw;
  }
}
.grantees_contents_wrap .box_wrap ol li,
.grantees_contents_wrap .box_wrap ul li {
  padding-left: 1.2em;
  position: relative;
}
.grantees_contents_wrap .box_wrap ol li + li,
.grantees_contents_wrap .box_wrap ul li + li {
  margin-top: 5px;
}
.grantees_contents_wrap .box_wrap ul {
  list-style: none;
}
.grantees_contents_wrap .box_wrap ul li {
  padding-left: 1.2em;
  position: relative;
}
.grantees_contents_wrap .box_wrap ul li::before {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  background-color: #0f4c96;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.grantees_contents_wrap .box_wrap ul li + li {
  margin-top: 5px;
}
.grantees_contents_wrap .box_wrap ul li .box_list_title {
  font-size: 20px;
}
@media (max-width: 767px) {
  .grantees_contents_wrap .box_wrap ul li .box_list_title {
    font-size: 4.2vw;
  }
}
.grantees_contents_wrap .box_wrap ul li .box_list_title span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .grantees_contents_wrap .box_wrap ul li .box_list_title span {
    font-size: 3.8vw;
  }
}
.grantees_contents_wrap .box_wrap ul li .box_ul_txt {
  font-size: 16px;
}
@media (max-width: 767px) {
  .grantees_contents_wrap .box_wrap ul li .box_ul_txt {
    font-size: 3.8vw;
  }
}
.grantees_contents_wrap .box_wrap ul li .box_ul_txt span {
  font-weight: 700;
  color: #0f4c96;
}
@media (max-width: 767px) {
  .grantees_contents_wrap .box_wrap ul li .box_ul_txt span {
    display: block;
  }
}
.grantees_contents_wrap .box_wrap .box_title_lv1 {
  text-align: center;
  margin-bottom: 35px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .grantees_contents_wrap .box_wrap .box_title_lv1 {
    font-size: 5.4vw;
    margin-bottom: 25px;
  }
}
.grantees_contents_wrap .box_wrap .box_title_lv2 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  border-bottom: solid 2px #5d8fb1;
  line-height: 1.2;
  padding: 15px 10px;
}
@media (max-width: 767px) {
  .grantees_contents_wrap .box_wrap .box_title_lv2 {
    font-size: 5vw;
    margin-bottom: 15px;
    padding: 15px 0;
    margin-top: 30px;
  }
}
.grantees_contents_wrap .box_wrap .borderbox {
  margin-top: 20px;
  border: 1px solid #999;
  padding: 15px 20px;
  text-align: center;
  line-height: 1.6;
  background-color: #fff;
}
@media (max-width: 767px) {
  .grantees_contents_wrap .box_wrap .borderbox {
    margin-top: 15px;
    padding: 15px 10px;
  }
}
.grantees_contents_wrap .box_wrap .borderbox h4 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0.3em;
}
@media (max-width: 767px) {
  .grantees_contents_wrap .box_wrap .borderbox h4 {
    font-size: 5vw;
  }
}
.grantees_contents_wrap .box_wrap .borderbox span {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .grantees_contents_wrap .box_wrap .borderbox span {
    font-size: 4.2vw;
  }
}
.grantees_contents_wrap .box_wrap .borderbox a {
  display: inline-block;
  font-size: 18px;
  color: #0f4c96;
}
@media (max-width: 767px) {
  .grantees_contents_wrap .box_wrap .borderbox a {
    font-size: 4.2vw;
  }
}
.grantees_contents_wrap table {
  line-height: 1.6;
  border-top: 3px solid #0f4c96;
  border-bottom: 3px solid #0f4c96;
}
.grantees_contents_wrap table th {
  width: 25%;
  padding: 15px;
  background: rgba(0, 75, 125, 0.1);
  font-weight: 600;
  color: #0f4c96;
  text-align: center;
  border-bottom: 1px solid #0f4c96;
  vertical-align: middle;
  font-size: 18px;
}
@media (max-width: 767px) {
  .grantees_contents_wrap table th {
    display: block;
    width: 100%;
    font-size: 4.2vw;
  }
}
.grantees_contents_wrap table td {
  width: 75%;
  background: #fff;
  padding: 20px 15px;
  border-bottom: 1px solid #035827;
  font-size: 16px;
}
@media (max-width: 767px) {
  .grantees_contents_wrap table td {
    display: block;
    width: 100%;
    font-size: 3.8vw;
    padding: 15px 10px;
  }
}
.grantees_contents_wrap table td p + ol, .grantees_contents_wrap table td p + ul {
  margin-top: 15px;
}
.grantees_contents_wrap table td ol,
.grantees_contents_wrap table td ul {
  list-style-type: none;
}
.grantees_contents_wrap table td ol + p,
.grantees_contents_wrap table td ul + p {
  margin-top: 10px;
}
.grantees_contents_wrap table td ol {
  padding-left: 1.2em;
  position: relative;
}
.grantees_contents_wrap table td ol span {
  position: absolute;
  left: 0;
}
.grantees_contents_wrap table td ul li {
  padding-left: 1.2em;
  position: relative;
}
.grantees_contents_wrap table td ul li::before {
  content: "";
  display: block;
  width: 0.3em;
  height: 0.3em;
  border-radius: 50%;
  background-color: #0f4c96;
  position: absolute;
  top: 0.65em;
  left: 0;
}

.btn_top_text {
  padding: 0;
  margin-top: 40px;
  line-height: 1.6;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 767px) {
  .btn_top_text {
    font-size: 3.5vw;
  }
}

.btn_blue {
  margin-top: 1em;
}
.btn_blue a {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  background: #2794ef;
  display: block;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 45px;
  padding: 15px;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .btn_blue a {
    font-size: 4.2vw;
  }
}/*# sourceMappingURL=grantees.css.map */