@charset "UTF-8";
/*------------------------------------------------------------
	Default
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
button,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  margin-top: 0 !important;
  font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
}

b,
strong,
.bold {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
}

/* IE11だけに適応 */
_:lang(x)::-ms-backdrop,
.selector {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

table,
input,
textarea,
select,
option {
  line-height: 1.1;
}

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

input::placeholder {
  color: #b0b0b0;
}

/* IE */
input:-ms-input-placeholder {
  color: #b0b0b0;
}

/* Edge */
input::-ms-input-placeholder {
  color: #b0b0b0;
}

input {
  font-size: 17px;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: middle;
  width: 100%;
}

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

a:hover {
  opacity: 0.85;
}

* {
  box-sizing: border-box;
}

.under_link {
  text-decoration: underline;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}

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

.drawer--left .drawer-hamburger,
.drawer--right .drawer-hamburger {
  position: relative;
  width: 35px;
}

@media screen and (max-width: 640px) {
  .drawer--left .drawer-hamburger,
  .drawer--right .drawer-hamburger {
    width: 26px;
  }
}

.drawer-hamburger-icon {
  background-color: #000;
}

@media screen and (max-width: 834px) {
  .drawer-hamburger-icon {
    margin-top: auto;
  }
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 0;
}

.drawer-nav {
  width: 500px;
}

@media screen and (max-width: 640px) {
  .drawer-nav {
    width: 94%;
  }
}

.drawer--left .drawer-nav {
  left: -500px;
}

.drawer--right .drawer-nav {
  right: -500px;
}

@media screen and (max-width: 640px) {
  .drawer--right .drawer-nav {
    right: -94%;
  }
}

.drawer-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.drawer-navbar .drawer-menu {
  position: absolute;
  width: 16.25rem;
  height: 1000px;
  overflow: scroll;
  background: #ccff99;
}

.no_contents {
  font-size: 1.4rem;
}

@media screen and (max-width: 480px) {
  #cookie-notice .cookie-notice-container {
    padding: 15px;
  }
}

#cookie-notice .cookie-notice-container #cn-notice-text {
  vertical-align: top;
  font-size: 1.4rem;
  text-align: left;
}

@media screen and (max-width: 900px) {
  #cookie-notice .cookie-notice-container #cn-notice-text {
    vertical-align: middle;
    display: inline-block;
    width: calc(100% - 150px);
    font-size: 1.1rem;
  }
}

#cookie-notice
  .cookie-notice-container
  #cn-notice-text
  .cn-privacy-policy-link {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 900px) {
  #cookie-notice .cookie-notice-container #cn-notice-buttons {
    display: inline-block;
  }
}

#cookie-notice .cookie-notice-container #cn-notice-buttons .cn-button {
  width: 210px;
  /* text-align: left; */
  text-align: center; /** 2022.10.30 **/
  font-size: 1.4rem;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  border-radius: unset;
  padding: 12px 20px;
  position: relative;
}

@media screen and (max-width: 900px) {
  #cookie-notice .cookie-notice-container #cn-notice-buttons .cn-button {
    width: 130px;
  }
}

#cookie-notice .cookie-notice-container #cn-notice-buttons .cn-button::before {
  content: "";
  position: absolute;
  right: 22px;
  top: 18.5px;
  display: block;
  width: 11px;
  height: 2px;
  background: #000;
}

#cookie-notice .cookie-notice-container #cn-notice-buttons .cn-button::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 15px;
  display: block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  transform: rotate(45deg);
}

/** 2022.10.30 start **/
#cookie-notice .cookie-notice-container #cn-notice-buttons .cn-button::before,
#cookie-notice .cookie-notice-container #cn-notice-buttons .cn-button::after {
  display: none;
}
/** 2022.10.30 end **/

@media screen and (max-width: 480px) {
  #cookie-notice .cookie-notice-container .cn-close-icon {
    right: 5px;
  }
}

main {
  padding-top: 90px;
}

@media screen and (max-width: 834px) {
  main {
    padding-top: 60px;
  }
}

.pagination {
  display: none;
}

/*------------------------------------------------------------
  Layout
------------------------------------------------------------*/
.wrapper {
  margin: 0 auto;
  width: 100%;
  background-color: #f5f5f5;
}

.wrapper.no_bg {
  background-color: #fff;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}

.c-header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999996;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 14px 30px;
  background-color: #fff;
  /** height: 120px; **/
  height: 90px; /** 2022.3.19 **/
  position: fixed;
}

@media screen and (max-width: 834px) {
  .c-header {
    height: 60px;
    padding: 0 15px;
  }
}

.c-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .c-header__inner {
    height: 100%;
  }
}

.c-header__logo {
  position: absolute;
  left: 0;
  right: 0;
  width: 340px;
  margin: auto;
}

@media screen and (max-width: 1100px) {
  .c-header__logo {
    width: 270px;
  }
}

@media screen and (max-width: 834px) {
  .c-header__logo {
    position: static;
    margin: 0;
    width: 180px;
  }
}

@media screen and (max-width: 640px) {
  .c-header__logo {
    width: 150px;
  }
}

@media screen and (max-width: 360px) {
  .c-header__logo {
    width: 120px;
  }
}

.c-header__logo a {
  display: block;
}

.c-header__logo a img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 834px) {
  .c-header .btn-menu__left {
    display: none;
  }
}

.c-header .btn-menu__right {
  display: none;
}

@media screen and (max-width: 834px) {
  .c-header .btn-menu__right {
    display: block;
    padding: 0;
  }
}

.c-header__nav {
  background-color: #f2f2f2;
  padding: 0 70px;
}

@media screen and (max-width: 640px) {
  .c-header__nav {
    padding: 0 20px;
  }
}

.c-header__nav_inner .language {
  margin-top: 28px;
  text-align: right;
  font-size: 1.4rem;
  border: none;
}

@media screen and (max-width: 640px) {
  .c-header__nav_inner .language {
    margin-top: 6px;
    text-align: left;
    padding: 20px 0 10px;
  }
}

.c-header__nav_inner .language span:first-child {
  border-right: 1px solid #b2b2b2;
  padding-right: 15px;
  margin-right: 15px;
}

.c-header__nav_inner .language a {
  display: inline;
  color: #a5a5a5;
}

.c-header__nav_inner .language a.active {
  color: #000;
}

.c-header__nav_inner .supporter {
  border: none;
  padding: 20px 0 10px;
}

.c-header__nav_inner .supporter .btn-supporter {
  width: 100%;
  margin-bottom: auto;
}

@media screen and (max-width: 640px) {
  .c-header__nav_inner .supporter .btn-supporter {
    padding: 0 20px;
  }
}

.c-header__nav_inner .newsletter {
  border: none;
  padding: 0;
  padding-bottom: 20px;
}

.c-header__nav_inner .newsletter .btn-newsletter {
  width: 100%;
  margin-bottom: 20px;
  line-height: 44px;
}

@media screen and (max-width: 640px) {
  .c-header__nav_inner .newsletter .btn-newsletter {
    padding: 0 20px;
  }
}

.c-header__nav_inner > ul {
  font-size: 1.7rem;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .c-header__nav_inner > ul {
    font-size: 1.6rem;
  }
}

.c-header__nav_inner > ul > li {
  border-top: 1px solid #d7d7d7;
  width: 360px;
  padding: 20px 0;
}

@media screen and (max-width: 640px) {
  .c-header__nav_inner > ul > li {
    width: 100%;
  }
}

.c-header__nav_inner > ul > li a {
  display: block;
}

.c-header__nav_inner .dropdown-menu {
  display: none;
  border-top: 1px solid #d7d7d7;
  padding-top: 20px;
  padding-left: 15px;
  margin-top: 20px;
}

.c-header__nav_inner .dropdown-menu .sub-menu li:not(:last-child) {
  margin-bottom: 20px;
}

.c-header__nav_inner .dropdown {
  position: relative;
  cursor: pointer;
}

.c-header__nav_inner .dropdown::after {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 8px;
  right: 20px;
}

.c-header__nav_inner .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 100px;
}

@media screen and (max-width: 640px) {
  .c-header__nav_inner .sns {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
  }
}

.c-header__nav_inner .sns a {
  margin-right: 30px;
}

@media screen and (max-width: 640px) {
  .c-header__nav_inner .sns a {
    margin-right: 0;
  }
}

.c-header__nav_inner .sns a img {
  width: 25px;
  height: 24px;
}

@media screen and (max-width: 834px) {
  .c-header__right .btn-supporter {
    text-align: center;
  }
}

@media screen and (max-width: 360px) {
  .c-header__right .btn-supporter {
    width: 126px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 834px) {
  .c-header__right .btn-supporter::before {
    content: none;
  }
}

@media screen and (max-width: 834px) {
  .c-header__right .btn-supporter::after {
    content: none;
  }
}

/** 2022.3.19 start **/
.c-header__left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.c-header__left .c-header__logo {
  position: relative;
  width: 210px;
  margin-left: 30px;
}

@media screen and (max-width: 1100px) {
  .c-header__left .c-header__logo {
    width: 180px;
  }
}

@media screen and (max-width: 640px) {
  .c-header__left .c-header__logo {
    margin-left: 0;
    width: 130px;
  }
}

@media screen and (max-width: 360px) {
  .c-header__left .c-header__logo {
    width: 100px;
  }
}

.c-header__right.col2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 10px;
}

@media screen and (max-width: 834px) {
  .c-header__right.col2 {
    margin-right: 17px;
  }
}

.c-header__right.col2 .btn-newsletter,
.c-header__right.col2 .btn-supporter {
  height: 48px;
  width: 263px;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  position: relative;
  top: -2px;
}

.c-header__right.col2 .btn-supporter {
  box-shadow: 0px 4px 0px #deb404;
}

.c-header__right.col2 .btn-newsletter {
  /* margin-right: 30px; */
  margin-right: 20px; /** 2022.10.30 **/
  box-shadow: 0px 4px 0px #1a718e;
}

@media screen and (max-width: 1100px) {
  .c-header__right.col2 .btn-newsletter,
  .c-header__right.col2 .btn-supporter {
    width: 200px;
  }
}

@media screen and (max-width: 834px) {
  .c-header__right.col2 .btn-newsletter,
  .c-header__right.col2 .btn-supporter {
    width: 148px;
    height: 48px;
    font-size: 14px;
    padding: 0 25px 0 10px;
    letter-spacing: 0;
  }
  .c-header__right.col2 .btn-newsletter::after,
  .c-header__right.col2 .btn-supporter::after {
    width: 14px;
    height: 14px;
    display: block;
    top: calc(50% - 7px);
    right: 10px;
    content: "";
    margin: 0;
  }
}

@media screen and (max-width: 360px) {
  .c-header__right.col2 .btn-newsletter,
  .c-header__right.col2 .btn-supporter {
    width: 120px;
    height: 40px;
    font-size: 10px;
    padding: 0 21px 0 6px;
    letter-spacing: 0;
  }
  .c-header__right.col2 .btn-newsletter::after,
  .c-header__right.col2 .btn-supporter::after {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
  }
}

@media screen and (max-width: 1100px) {
  .c-header__right.col2 .btn-newsletter {
    margin-right: 15px;
  }
}

@media screen and (max-width: 640px) {
  .c-header__right.col2 .btn-newsletter {
    display: none;
  }
}

.c-header__right.col2 .btn-supporter:hover,
.c-header__right.col2 .btn-newsletter:hover {
  box-shadow: none;
  top: 2px;
}

@media screen and (max-width: 834px) {
  .c-header__right_sp {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
/** 2022.3.19 end **/

/** 2022.10.30 start **/
.btn-newsletter::after,
.btn-supporter::after {
  display: none!important;
}

.c-header__right.col2 .language {
  height: 48px;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  background: #f0f0f0;
  margin-left: 20px;
}

@media screen and (max-width: 640px) {
  .c-header__right.col2 .language {
    display: none;
  }
}

.c-header__right.col2 .language li {
  line-height: 1;
  padding: 0 15px;
}

.c-header__right.col2 .language li:first-child {
  border-right: 1px solid #b2b2b2;
}

.c-header__right.col2 .language li a {
  color: #a5a5a5;
  font-weight: bold;
}

.c-header__right.col2 .language li a.active {
  color: #000;
}

/** 2022.10.30 end **/

.sec_slider {
  margin-bottom: 105px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .sec_slider {
    margin-bottom: 65px;
  }
}

.sec_slider a {
  display: block;
}

.sec_slider img {
  height: 680px;
  object-fit: cover;
}

@media screen and (max-width: 640px) {
  .sec_slider img {
    height: 440px;
  }
}

.sec_slider__txt {
  position: absolute;
  bottom: 0;
  background: black;
  background: linear-gradient(0deg, black 0%, black 60%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
  padding: 80px 0 50px;
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  font-weight: bold;
}

@media screen and (max-width: 1100px) {
  .sec_slider__txt {
    padding: 60px 20px 30px;
  }
}

@media screen and (max-width: 640px) {
  .sec_slider__txt {
    padding: 60px 15px 40px;
  }
}

.sec_slider__txt__box {
  max-width: 1100px;
  margin: auto;
}

.sec_slider__txt__box_subttl {
  color: #0095b4;
  margin-bottom: 25px;
}

@media screen and (max-width: 1100px) {
  .sec_slider__txt__box_subttl {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .sec_slider__txt__box_subttl {
    font-size: 1.7rem;
    margin-bottom: 25px;
  }
}

.sec_slider__txt__box_ttl {
  font-size: 3.6rem;
  line-height: 1.4;
  margin-bottom: 30px;
}

@media screen and (max-width: 1100px) {
  .sec_slider__txt__box_ttl {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}

.sec_slider__txt__box_text {
  line-height: 1.7;
  margin-bottom: 20px;
}

@media screen and (max-width: 1100px) {
  .sec_slider__txt__box_text {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  .sec_slider__txt__box_text {
    display: none;
  }
}

.sec_slider__txt__box_date {
  font-size: 1.2rem;
  font-weight: normal;
}

.sec_slider .slide__container {
  margin-bottom: 20px;
  /* max-width: 1100px; */
}

.sec_slider .swiper-pagination {
  width: 100%;
  z-index: 1;
  bottom: -6%;
}

.sec_slider .swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  background: #a7a7a7;
  border-radius: 0;
  margin: 6px;
}

.sec_slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #0095b4;
}

.sec {
  margin: 0 auto;
  margin-bottom: 140px;
  width: 100%;
  max-width: 1100px;
}

.sec.last {
  margin-bottom: auto;
}

@media screen and (max-width: 1100px) {
  .sec {
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  .sec {
    padding: 0 15px;
    margin-bottom: 50px;
  }
}

.sec__ttl {
  color: #121212;
  font-size: 3rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .sec__ttl {
    font-size: 2.6rem;
  }
}

.sec__ttl_navi {
  display: inline-block;
  font-weight: normal;
  margin-left: 14px;
}

.sec__ttl_navi li {
  display: inline-block;
}

.sec__ttl_navi li a {
  font-size: 1.7rem;
  text-decoration: underline;
}

.sec__ttl_link {
  font-size: 1.7rem;
  text-decoration: underline;
  margin-left: 14px;
  font-weight: normal;
}

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

@media screen and (max-width: 640px) {
  .container__inner_col3 {
    display: block;
  }
}

.container__inner_col3 li {
  width: 31%;
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  .container__inner_col3 li {
    width: 100%;
    margin-bottom: 30px;
  }
}

.container__inner_col3 li a {
  width: 100%;
  display: inline-block;
}

.container__inner_col3_img {
  max-height: 210px;
}

.container__inner_col3_img img {
  height: 210px;
  object-fit: cover;
}

.container__inner_col3_img__school {
  max-height: 210px;
}

@media screen and (max-width: 834px) {
  .container__inner_col3_img img {
    height: 140px;
  }
}

@media screen and (max-width: 640px) {
  .container__inner_col3_img img {
    height: 210px;
  }
}

.container__inner_col3_text {
  padding: 25px 20px;
  letter-spacing: 0.04em;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  .container__inner_col3_text {
    padding: 20px 14px;
  }
}

@media screen and (max-width: 640px) {
  .container__inner_col3_text {
    padding: 20px;
  }
}

.container__inner_col3_thema {
  color: #0095b4;
  font-size: 1.4rem;
  margin-bottom: 22px;
}

@media screen and (max-width: 834px) {
  .container__inner_col3_thema {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 640px) {
  .container__inner_col3_thema {
    margin-bottom: 20px;
  }
}

.container__inner_col3_ttl {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .container__inner_col3_ttl {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 710px) {
  .container__inner_col3_ttl {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .container__inner_col3_ttl {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
}

.container__inner_col3_date {
  font-size: 1.2rem;
  color: #333333;
  font-weight: normal;
}

.sec_exploration .sec__ttl {
  cursor: pointer;
}

.sec_exploration__inner {
  margin-bottom: 40px;
  background-color: #fff;
}

.sec_exploration__inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 322px;
}

.school .sec_exploration__inner a {
  min-height: auto;
}

@media screen and (max-width: 640px) {
  .sec_exploration__inner a {
    display: block;
    height: auto;
    margin-bottom: 30px;
  }
}

.sec_exploration__inner_img {
  max-width: 520px;
}

@media screen and (max-width: 1100px) {
  .sec_exploration__inner_img {
    max-width: 350px;
  }
}

@media screen and (max-width: 640px) {
  .sec_exploration__inner_img {
    max-width: 100%;
  }
}

.sec_exploration__inner_img img {
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 640px) {
  .sec_exploration__inner_img img {
    height: 210px;
  }
}

.sec_exploration__inner_text {
  width: calc(100% - 520px);
  padding: 42px 50px;
  font-weight: bold;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 1100px) {
  .sec_exploration__inner_text {
    width: 100%;
    padding: 40px;
  }
}

@media screen and (max-width: 640px) {
  .sec_exploration__inner_text {
    padding: 20px;
  }
}

.sec_exploration__inner_thema {
  color: #0095b4;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .sec_exploration__inner_thema {
    margin-bottom: 20px;
  }
}

.sec_exploration__inner_ttl {
  font-size: 3.2rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media screen and (max-width: 1100px) {
  .sec_exploration__inner_ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .sec_exploration__inner_ttl {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
}

.sec_exploration__inner_txt {
  font-size: 1.7rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}

@media screen and (max-width: 710px) {
  .sec_exploration__inner_txt {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 640px) {
  .sec_exploration__inner_txt {
    display: none;
  }
}

.sec_exploration__inner_date {
  font-size: 1.2rem;
  color: #333333;
  font-weight: normal;
}

.c-toppage {
  display: none;
  width: 45px;
  height: 45px;
  background-color: #00738f;
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 90px;
  z-index: 9998;
}

@media screen and (max-width: 640px) {
  .c-toppage {
    bottom: 50px;
  }
}

.c-toppage::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-image: url("../img/common/top.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-footer {
  padding-top: 100px;
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  .c-footer {
    padding-top: 50px;
  }
}

.c-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 35px 35px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 35px;
}

@media screen and (max-width: 640px) {
  .c-footer__inner {
    display: block;
    padding: 0 15px 30px;
    margin-bottom: 30px;
  }
}

.c-footer__inner_left_logo {
  width: 210px;
}

@media screen and (max-width: 834px) {
  .c-footer__inner_left_logo {
    width: 190px;
  }
}

@media screen and (max-width: 710px) {
  .c-footer__inner_left_logo {
    width: 160px;
  }
}

@media screen and (max-width: 640px) {
  .c-footer__inner_left_logo {
    width: 150px;
    margin: auto;
  }
}

.c-footer__inner_left_logo a {
  display: block;
}

.c-footer__inner_right {
  margin-left: 124px;
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .c-footer__inner_right {
    margin-left: 100px;
  }
}

@media screen and (max-width: 1100px) {
  .c-footer__inner_right {
    margin-left: 70px;
  }
}

@media screen and (max-width: 710px) {
  .c-footer__inner_right {
    margin-left: 20px;
  }
}

@media screen and (max-width: 640px) {
  .c-footer__inner_right {
    display: none;
  }
}

.c-footer__inner_right .btn-supporter {
  margin-bottom: 40px;
  width: 360px;
  padding: 0 20px;
}

.c-footer__inner_right .btn-supporter::before {
  right: 22px;
}

.c-footer__inner_right .btn-supporter::after {
  right: 22px;
}

.c-footer__inner_right_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.7rem;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  .c-footer__inner_right_list {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 710px) {
  .c-footer__inner_right_list {
    font-size: 1.4rem;
  }
}

.c-footer__inner_right_list > li {
  width: 30%;
}

.c-footer__inner_right_list > li h2 {
  margin-bottom: 30px;
}

.c-footer__inner_right_list > li ol {
  margin-left: 16px;
  margin-bottom: 5px;
}

.c-footer__inner_right_list > li ol li {
  margin-bottom: 25px;
}

.c-footer__inner_right_list > li:last-child {
  width: 40%;
}

.c-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 1100px) {
  .c-footer__bottom {
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  .c-footer__bottom {
    display: block;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .c-footer__bottom_left {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  .c-footer__bottom_left p {
    margin-bottom: 10px;
  }
}

.c-footer__bottom_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  .c-footer__bottom_right {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
  }
}

.c-footer__bottom_right img {
  width: 25px;
  height: 24px;
  margin-left: 35px;
}

@media screen and (max-width: 640px) {
  .c-footer__bottom_right img {
    margin-left: 0;
  }
}

.c-footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #d7d7d7;
  padding: 30px 63px 35px;
}

@media screen and (max-width: 640px) {
  .c-footer__copyright {
    padding: 20px 15px;
  }
}

.c-footer__copyright_logo {
  width: 146px;
}

.c-footer__copyright_text {
  font-size: 1rem;
  color: #717171;
}

.btn-supporter {
  background-color: #ffd905;
  line-height: 50px;
  display: block;
  width: 260px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding: 0 15px;
  position: relative;
  margin-bottom: 7px;
}

@media screen and (max-width: 1100px) {
  .btn-supporter {
    width: 200px;
  }
}

@media screen and (max-width: 834px) {
  .btn-supporter {
    margin-bottom: auto;
    line-height: 60px;
  }
}

@media screen and (max-width: 640px) {
  .btn-supporter {
    width: 150px;
    font-size: 1.4rem;
    padding: 0 10px;
  }
}

.btn-supporter::after {
  content: "";
  background-image: url(../img/common/right_bk.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 14px;
  top: 17px;
  display: block;
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 834px) {
  .btn-supporter::after {
    top: 22px;
  }
}

.btn-newsletter {
  background-color: #0095b4;
  color: #fff;
  line-height: 34px;
  display: block;
  width: 260px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding: 0 15px;
  position: relative;
}

.btn-newsletter img {
  width: 12px;
  margin-right: 6px;
  vertical-align: baseline;
}

@media screen and (max-width: 1100px) {
  .btn-newsletter {
    width: 200px;
  }
}

@media screen and (max-width: 834px) {
  .btn-newsletter {
    display: none;
  }
}

.btn-newsletter::after {
  content: "";
  background-image: url(../img/common/right_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 16px;
  height: 16px;
}

.page_container {
  margin-top: 80px;
}

@media screen and (max-width: 1100px) {
  .page_container {
    padding: 0 20px;
  }
}

.page_container__ttl {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 25px;
}

@media screen and (max-width: 640px) {
  .page_container__ttl {
    font-size: 2.6rem;
  }
}

.page_container__text {
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-bottom: 30px;
}

/*------------------------------------------------------------
	Top
------------------------------------------------------------*/
.top {
  padding-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .top {
    padding-bottom: 60px;
  }
}

.top .sec_news__list {
  border-bottom: 1px solid #d7d7d7;
  padding: 28px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .top .sec_news__list {
    display: block;
    padding: 20px 0;
    line-height: 1.6;
  }
}

.top .sec_news__list:nth-of-type(1) {
  border-top: 1px solid #d7d7d7;
}

.top .sec_news__list_ttl {
  margin-right: 30px;
  min-width: 165px;
}

@media screen and (max-width: 640px) {
  .top .sec_news__list_ttl {
    width: 100%;
    margin-bottom: 8px;
    font-size: 1.2rem;
  }
}

.top .sec_journalism__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .top .sec_journalism__list {
    display: block;
  }
}

.top .sec_journalism__list li {
  width: 530px;
}

@media screen and (max-width: 1100px) {
  .top .sec_journalism__list li {
    margin: 0 5px;
  }
}

@media screen and (max-width: 640px) {
  .top .sec_journalism__list li {
    margin: auto;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .top .sec_journalism__list li:first-child {
    margin-bottom: 20px;
  }
}

.top .sec_journalism__list li a {
  display: block;
}

/*------------------------------------------------------------
	Series
------------------------------------------------------------*/
.sec_series .container__inner_col3 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec_series .container__inner_col3::after {
  content: "";
  display: block;
  width: 31%;
}

.sec_series .container__inner_col3 li {
  margin-bottom: 40px;
}

/*------------------------------------------------------------
	Exploration
------------------------------------------------------------*/
.exploration .sec_exploration__inner_text {
  padding: 60px 50px;
}

@media screen and (max-width: 1100px) {
  .exploration .sec_exploration__inner_text {
    padding: 40px;
  }
}

.exploration .sec_exploration__inner_thema {
  margin-bottom: 30px;
  font-size: 3.2rem;
}

@media screen and (max-width: 1100px) {
  .exploration .sec_exploration__inner_thema {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 640px) {
  .exploration .sec_exploration__inner_thema {
    margin-bottom: 30px;
    font-size: 1.7rem;
  }
}

.exploration .sec_exploration__inner_txt {
  font-weight: normal;
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .exploration .sec_exploration__inner_txt {
    display: block;
  }
}

/*------------------------------------------------------------
	About
------------------------------------------------------------*/
.about {
  background-color: #f5f5f5;
}

.about .page_container {
  margin-top: auto;
  padding-top: 80px;
}

@media screen and (max-width: 640px) {
  .about .page_container {
    padding-top: 40px;
  }
}

.about .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 65px;
}

@media screen and (max-width: 640px) {
  .about .video {
    margin-bottom: 40px;
  }
}

.about .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.about .sec_about:not(:last-child) {
  border-bottom: 40px solid #fff;
}

.about .sec_about__img {
  margin-bottom: 65px;
}

@media screen and (max-width: 640px) {
  .about .sec_about__img {
    margin-bottom: 40px;
  }
}

.about .sec_about__ttl {
  font-size: 3rem;
  margin: 60px 0 25px;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 640px) {
  .about .sec_about__ttl {
    font-size: 2.6rem;
    margin: 40px 0 30px;
  }
}

.about .sec_about .no_ttl {
  margin-top: 60px;
}

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

@media screen and (max-width: 640px) {
  .about .sec_about__box1 {
    flex-direction: column;
    margin-bottom: 40px;
  }
}

.about .sec_about__box1__inline_ttl {
  font-size: 2rem;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}

.about .sec_about__box1__inline_text {
  width: 520px;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

@media screen and (max-width: 1100px) {
  .about .sec_about__box1__inline_text {
    padding: 0 10px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .about .sec_about__box1__inline_text {
    width: 100%;
    order: 2;
    padding: 0;
  }
}

.about .sec_about__box1__inline_text p:first-child {
  margin-bottom: 25px;
}

.about .sec_about__box1__inline_text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .about .sec_about__box1__inline_text dl {
    display: block;
  }
}

.about .sec_about__box1__inline_text dl dt {
  min-width: 70px;
}

@media screen and (max-width: 640px) {
  .about .sec_about__box1__inline_text dl dt {
    margin-bottom: 15px;
  }
}

.about .sec_about__box1__inline_img {
  width: 520px;
}

@media screen and (max-width: 640px) {
  .about .sec_about__box1__inline_img {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
}

.about .sec_about__box1__inline_img img {
  max-width: 100%;
}

.about .sec_about__box1__inline_txt {
  margin-bottom: 40px;
}

.about .sec_about__box1__archive {
  font-size: 1.4rem;
  line-height: 1.6;
}

.about .sec_about__box1__archive_ttl {
  font-size: 2rem;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}

.about .sec_about__box1__archive_subttl {
  font-weight: bold;
  font-size: 1.6rem;
  margin: 16px 0 17px;
}

.about .sec_about__box1__archive_pdf {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.about .sec_about__box2__inner {
  margin-bottom: 30px;
  letter-spacing: 0.06em;
}

.about .sec_about__box2__inner_ttl {
  font-size: 2rem;
  margin-bottom: 16px;
}

@media screen and (max-width: 640px) {
  .about .sec_about__box2__inner_ttl {
    margin-bottom: 20px;
  }
}

.about .sec_about__box2__inner_text {
  font-size: 1.6rem;
  line-height: 1.8;
}

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

@media screen and (max-width: 640px) {
  .about .sec_about__box3 {
    display: block;
  }
}

.about .sec_about__box3__inline {
  width: 24%;
  letter-spacing: 0.06em;
  margin-bottom: 50px;
}

@media screen and (max-width: 834px) {
  .about .sec_about__box3__inline {
    width: 48%;
  }
}

@media screen and (max-width: 640px) {
  .about .sec_about__box3__inline {
    width: 100%;
    margin-bottom: 40px;
  }
}

.about .sec_about__box3__inline_img {
  margin-bottom: 30px;
}

.about .sec_about__box3__inline_name {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 14px;
}

.about .sec_about__box3__inline_position {
  font-size: 1.2rem;
  margin-bottom: 24px;
}

.about .sec_about__box3__inline_text {
  font-size: 1.7rem;
  line-height: 1.8;
}

@media screen and (max-width: 640px) {
  .about .sec_about__box3__inline_text {
    font-size: 1.6rem;
  }
}

.about .sec_about__box3::before {
  content: "";
  display: block;
  width: 24%;
  order: 1;
}

.about .sec_about__box3::after {
  content: "";
  display: block;
  width: 24%;
}

.about .sec_about__box4 {
  padding: 60px 0 100px;
}

@media screen and (max-width: 640px) {
  .about .sec_about__box4 {
    padding: 40px 0 60px;
  }
}

.about .sec_about__box4__inline {
  margin-bottom: 50px;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 640px) {
  .about .sec_about__box4__inline:last-child {
    margin-bottom: auto;
  }
}

.about .sec_about__box4__inline_ttl {
  font-size: 2rem;
  margin-bottom: 20px;
}

.about .sec_about__box4__inline_text {
  font-size: 1.6rem;
  line-height: 1.8;
}

.about .sec_about__box4__inline_pdf {
  font-size: 1.6rem;
  line-height: 1.8;
}

.about .sec_about table {
  max-width: 100%;
  font-size: 1.6rem;
  text-align: left;
}

.about .sec_about table td,
.about .sec_about table th {
  background-clip: padding-box;
  border-left: #d1d1d1 solid 1px;
  border-right: #d1d1d1 solid 1px;
  border-top: #d1d1d1 solid 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
  padding: 20px 15px;
}

.about .sec_about table tr:last-child > th {
  border-bottom: unset !important;
}

.about .sec_about table tr:last-child > td,
.about .sec_about table tr:last-child > th {
  border-bottom: #d1d1d1 solid 1px;
}

.about .sec_about table td dl {
  display: table;
}

.about .sec_about table td dl:not(:last-child) {
  margin-bottom: 20px;
}

.about .sec_about table td dl dt {
  display: table-cell;
  padding-right: 10px;
  width: 80px;
}

.about .sec_about table td dl .dt_wide {
  width: 260px;
}

.about .sec_about table td dl dd {
  margin-bottom: 2px;
}

.about .sec_about table td p {
  font-size: 1.4rem;
  margin-top: 4px;
}

.about .sec_about table td li {
  margin-bottom: 4px;
}

.about .sec_contact__box1__contact {
  font-size: 1.4rem;
  line-height: 1.6;
}

.about .sec_contact__box1__contact_ttl {
  font-size: 3rem;
  letter-spacing: 0.06em;
  margin: 60px 0 25px;
}

.about .sec_contact__box1__contact_subttl {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}

.about .sec_contact__box1__contact_txt {
  font-weight: normal;
  font-size: 1.6rem;
  margin: 16px 0 17px;
}

@media screen and (max-width: 640px) {
  .about .sec_about table,
  .about .sec_about tbody,
  .about .sec_about td,
  .about .sec_about th {
    display: block !important;
    width: 100% !important;
  }

  .about .sec_about table td dl:not(.table_none) {
    display: unset;
  }

  .about .sec_about table td dl dt:not(.table_none) {
    padding-bottom: 4px;
    display: unset;
  }

  .about .sec_about table td dl dd:not(.mb_none) {
    margin-bottom: 28px;
  }

  .about .sec_about table td dl dd {
    margin-top: 4px;
  }
}

/*------------------------------------------------------------
	Single
------------------------------------------------------------*/
.single .sec_single {
  width: 100%;
  max-width: 720px;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 100px;
}

@media screen and (max-width: 720px) {
  .single .sec_single {
    padding: 0 15px;
    margin-bottom: 65px;
  }
}

.single .sec_single__top_thema {
  font-size: 1.7rem;
  color: #0095b4;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-bottom: 25px;
}

.single .sec_single__top_ttl {
  font-size: 3.8rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 25px;
}

@media screen and (max-width: 640px) {
  .single .sec_single__top_ttl {
    /** 2022.3.19 **/
    /** font-size: 3.5rem; */
    font-size: 2.4rem;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
  }
}

.single .sec_single__top_date {
  font-size: 1.2rem;
  color: #333;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
}
.mb15 {
  margin-bottom: 15px;
}

.single .sec_single__details {
  font-size: 1.7rem;
  letter-spacing: 0.06em;
}

.single .sec_single__details a {
  text-decoration: underline;
}

.single .sec_single__details blockquote {
  background-color: #fff;
  color: #0095b4;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 25px 40px;
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .single .sec_single__details blockquote {
    padding: 20px;
  }
}

.single .sec_single__details blockquote p {
  margin-bottom: 0;
}

.single .sec_single__details blockquote a {
  color: #0095b4;
  text-decoration: underline;
}

.single .sec_single__details h2 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  margin-bottom: 35px;
}

@media screen and (max-width: 640px) {
  .single .sec_single__details h2 {
    /** 2022.3.19 **/
    /** font-size: 2.6rem; **/
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.single .sec_single__details h2::after {
  content: "";
  border-bottom: 2px solid #0095b4;
  width: 100%;
  display: block;
}

.single .sec_single__details {
  /** 2022.3.19 **/
  /** word-break: break-all; **/
  word-break: normal;
}

.single .sec_single__details h3 {
  font-size: 2rem;
  margin-bottom: 30px;
}

.single .sec_single__details h4 {
  margin-bottom: 20px;
}

.single .sec_single__details p {
  /** text-indent: 1em; **/ /** 2022.3.19 **/
  font-size: 1.6rem; /** 2022.3.19 **/
  line-height: 1.6;
  margin-bottom: 30px;
}
/** 2022.3.19 **/
@media screen and (max-width: 640px) {
  .single .sec_single__details p {
    font-size: 1.6rem;
  }
}

.single .school .sec_single__details p {
  text-indent: 0;
}

.single .sec_single__details img {
  display: block;
  max-width: 100%;
  max-height: 630px;
  margin: 0 auto;
  height: auto;
}

.single .sec_single__details li {
  list-style: none;
}

.single .sec_single__details .ImageArea {
  margin-bottom: 10px;
}

.single .sec_single__details .caption {
  font-size: 1.4rem;
  text-indent: 0;
}

.single .sec_single__details .iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 20px;
}

.single .sec_single__details .iframe iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.single .sec_single__details .pagination {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
  margin-bottom: 22px;
}

.single .sec_single__details .pagination.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.single .sec_single__details .pagination .page_prev {
  position: relative;
  padding-left: 30px;
}

.single .sec_single__details .pagination .page_prev::before {
  content: "";
  background-image: url(../img/single/prev.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: absolute;
  width: 16px;
  top: 0;
  bottom: 0;
  left: 0;
}

.single .sec_single__details .pagination .page_next {
  position: relative;
  padding-right: 30px;
}

.single .sec_single__details .pagination .page_next::after {
  content: "";
  background-image: url(../img/single/next.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: absolute;
  width: 16px;
  top: 0;
  bottom: 0;
  right: 0;
}

.single .sec_single__details_themalist {
  text-indent: 0;
}

.single .sec_single__details table tr td {
  padding: 10px;
  border: 1px #d1d1d1 solid;
  font-size: 14px;
  line-height: 1.6;
}

/*------------------------------------------------------------
	Support
------------------------------------------------------------*/
.support .sec_support__plan {
  background-color: #fff;
  padding: 60px;
  margin-bottom: 60px;
}

#sec_registration .plan_box th {
  vertical-align: top;
}

#sec_registration .plan_box ul {
  margin: -14px auto 10px;
  display: grid;
  -webkit-grid-gap: 10px;
  grid-gap: 10px;
  -ms-grid-columns: 126px 126px 126px;
  grid-template-columns: 126px 126px 126px;
  -ms-grid-rows: 48px 48px;
  grid-template-rows: 48px 48px;
}

#item {
  grid-row: 2 / 3;
  grid-column: 3 / 5;
}

#sec_registration .plan_box label {
  display: inline-block;
  background-color: white;
  border: 1px solid #ccc;
  cursor: pointer;
  height: 48px;
  width: 100%;
}

#sec_registration .plan_box .radiobutton:checked + label {
  background-color: #0095b4;
  opacity: 0.9;
}

#sec_registration .plan_box li {
  cursor: pointer;
  text-align: center;
  line-height: 48px;
  width: 100%;
}

#sec_registration .plan_box li input[type="number"] {
  padding: 0 10px;
}

@media screen and (max-width: 834px) {
  .support .sec_support__plan {
    padding: 30px 15px;
  }
  #sec_registration .plan_box ul {
    margin-top: 0;
    -webkit-column-gap: 2.5%;
    column-gap: 2.5%;
    -ms-grid-columns: 23% 23% 23% 23%;
    grid-template-columns: 23% 23% 23% 23%;
    -ms-grid-rows: 48px 48px;
    grid-template-rows: 48px 48px;
  }
}

.support .sec_support__plan_ttl1 {
  font-size: 2.6rem;
  margin-bottom: 20px;
  letter-spacing: 0.06em;
}

.support .sec_support__plan_price h4 {
  font-size: 2.6rem;
  line-height: 1.6;
  position: relative;
  margin-bottom: 35px;
}

.support .sec_support__plan_price h4::after {
  content: "";
  border-bottom: 2px solid #0095b4;
  width: 100%;
  display: block;
}

.support .sec_support__plan_price h5 {
  font-size: 2rem;
  line-height: 1.6;
  color: #0095b4;
  margin-bottom: 20px;
}

.support .sec_support__plan_price p {
  font-size: 1.7rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.support .sec_support__plan_price form {
  font-size: 1.7rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .support .sec_support__plan_price form {
    font-size: 1.6rem;
  }
}

.support .sec_support__plan_price form select {
  appearance: none;
  height: 50px;
  border: 1px solid #d2d2cc;
  background-color: #f8f8f8;
  border-radius: 5px;
  font-size: 1.7rem;
  font-weight: bold;
  padding-left: 10px;
}

@media screen and (max-width: 640px) {
  .support .sec_support__plan_price form select {
    font-size: 1.6rem;
  }
}

.support .sec_support__plan_price form .submit {
  color: #fff;
  background-color: #0095b4;
  height: 50px;
  border: none;
  border-radius: 5px;
  font-size: 1.7rem;
  padding: 0 12px;
  cursor: pointer;
}
.button {
  color: #fff;
  background-color: #0095b4;
  height: 50px;
  border: none;
  border-radius: 5px;
  font-size: 1.7rem;
  padding: 0 12px;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .support .sec_support__plan_price form .submit {
    display: block;
    margin-top: 20px;
  }
}

.support .sec_support__plan_price form .submit:hover {
  opacity: 0.85;
}

.support .sec_support__qa {
  font-size: 1.7rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.support .sec_support__qa_ttl {
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 80px;
}

.support .sec_support__qa_top {
  margin-bottom: 45px;
}

.support .sec_support__qa_bottom dl {
  margin-bottom: 16px;
}

.support .support__form {
  padding: 60px 100px;
}

@media screen and (max-width: 950px) {
  .support .support__form {
    padding: 60px;
  }
}

@media screen and (max-width: 834px) {
  .support .support__form {
    padding: 30px 15px;
  }
}

.support .support__form_inner {
  width: 100%;
  text-align: left;
  font-size: 1.7rem;
}

.support .support__form_inner tbody tr th {
  font-weight: bold;
  width: 200px;
  padding-bottom: 20px;
  font-size: 1.7rem;
}

@media screen and (max-width: 950px) {
  .support .support__form_inner tbody tr th {
    width: 200px;
  }
}

@media screen and (max-width: 834px) {
  .support .support__form_inner tbody tr th {
    display: block;
    width: 100%;
    padding-bottom: 15px;
  }
}

.support .support__form_inner tbody tr td {
  padding-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .support .support__form_inner tbody tr td {
    display: block;
    width: 100%;
  }
}

.support .support__form_inner tbody tr td ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 834px) {
  .support .support__form_inner tbody tr td ul {
    display: block;
  }
}

.support .support__form_inner tbody tr td ul li {
  width: 50%;
  margin: 10px 0;
}

@media screen and (max-width: 834px) {
  .support .support__form_inner tbody tr td ul li {
    width: 100%;
    margin: auto;
    margin-bottom: 16px;
  }
}

.support .support__form_inner tbody tr td ul li .radio {
  cursor: pointer;
  padding-left: 40px;
  position: relative;
  font-size: 1.7rem;
}

.support .support__form_inner tbody tr td ul li .radio::before {
  content: "";
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
}

.support .support__form_inner tbody tr td ul li .radio::after {
  content: "";
  background: #0095b4;
  border-radius: 50%;
  display: block;
  opacity: 0;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 4px;
  width: 17px;
  height: 17px;
}

.support .support__form_inner tbody tr .name_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .support .support__form_inner tbody tr .name_box {
    display: block;
  }
}

.support .support__form_inner tbody tr .name_box .name {
  width: 48%;
}

@media screen and (max-width: 834px) {
  .support .support__form_inner tbody tr .name_box .name {
    width: 100%;
    margin-bottom: 15px;
  }
}

.support .support__form_inner tbody tr .address_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .support .support__form_inner tbody tr .address_box {
    display: block;
  }
}

.support .support__form_inner tbody tr .address_box .zip_code {
  width: 28%;
}

@media screen and (max-width: 834px) {
  .support .support__form_inner tbody tr .address_box .zip_code {
    width: 100%;
    margin-bottom: 15px;
  }
}

.support .support__form_inner tbody tr .address_box .address {
  width: 68%;
}

@media screen and (max-width: 834px) {
  .support .support__form_inner tbody tr .address_box .address {
    width: 100%;
  }
}

.support .support__form_inner input[type="radio"] {
  display: none;
}

.support .support__form_inner input[type="radio"]:checked + .radio::before {
  border-color: #000;
}

.support .support__form_inner input[type="radio"]:checked + .radio::after {
  opacity: 1;
}

.support .support__form_inner input[type="text"],
.support .support__form_inner input[type="number"],
.support .support__form_inner input[type="email"] {
  font-size: 1.7rem;
  width: 100%;
  border: 1px solid #ccc;
  height: 50px;
  padding: 0 25px;
}

@media screen and (max-width: 834px) {
  .support .support__form_inner input[type="text"],
  .support .support__form_inner input[type="number"],
  .support .support__form_inner input[type="email"] {
    font-size: 16px;
  }
}

.support .support__form_inner input::placeholder {
  color: #999;
}

.support .support__form .plan_1 {
  display: none;
  margin-top: 30px;
}

.support .support__form .plan_box {
  display: none;
}

.support .support__form .btn-submit {
  background-color: #0095b4;
  color: #fff;
  line-height: 60px;
  display: block;
  width: 360px;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 0 15px;
  position: relative;
  cursor: pointer;
  margin: auto;
  margin-top: 30px;
}

@media screen and (max-width: 834px) {
  .support .support__form .btn-submit {
    width: 100%;
  }
}

.support .support__form .btn-submit:disabled {
  background-color: #ccc;
}

.support .support__form .btn-submit::after {
  content: "";
  background-image: url(../img/common/right_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
}

@media screen and (min-width: 481px) {
  .tmodal_dialog {
    top: 120px !important;
  }
}

@media screen and (max-width: 480px) {
  .tmodal_dialog {
    top: 120px !important;
  }
}

/** 2022.04.11 start **/
.support .container {
  max-width: 760px;
  margin-bottom: 30px;
}
.support .sp_only {
  display: none;
}
.support .sec_support__index .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.support .sec_support__index_block {
  width: 48.5%;
  background: white;
  padding: 2.6em;
  margin-bottom: 20px;
}
.support .sec_support__index_block:last-child {
  width: 100%;
  background: white;
  margin-bottom: 0;
}
.support .sec_support__index_block h3 {
  font-size: 2rem;
  margin-bottom: 1em;
}
.support .sec_support__index_block li:not(.sec_support__index_list) {
  margin-bottom: 1em;
  margin-bottom: 22px;
}
.support .sec_support__index_block li:last-child {
  margin-bottom: 0;
}
.support .sec_support__index_block li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.support .sec_support__index_block img {
  width: 50px;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
.support .sec_support__index_block_text {
  width: calc(100% - 65px);
}
.support .sec_support__index_block_text h4 {
  font-size: 1.7rem;
  margin-bottom: 0.2em;
}
.support .sec_support__index_block_text p {
  font-size: 1.5rem;
}
.support .sec_support__index_block:last-child ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.support .sec_support__index_block:last-child li {
  width: 45%;
}
.support .sec_support__ttl {
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 80px;
}
.support p {
  font-size: 1.7rem;
  line-height: 1.6;
}
.support .sec_support__membership {
  margin-bottom: 50px;
  margin-top: 80px;
  font-size: 1.8em;
}
.support .sec_support__membership_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 22px;
}
.support .sec_support__membership_block form {
  width: 100%;
}
.support .sec_support__membership_block_item {
  width: 48.5%;
  text-align: center;
  background: white;
}
.support .sec_support__membership_block_item:last-child {
  background: white;
}
.support .sec_support__membership_block_item h4 {
  font-size: 2rem;
  margin-bottom: 1.2em;
}
/* .support .sec_support__membership_block_item h4:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/support/support_membership_icon.png) no-repeat center;
  background-size: cover;
  margin-right: 0.5em;
  vertical-align: middle;
} */
.support .sec_support__membership_block_item dl {
  font-size: 1.5rem;
  margin-bottom: 1.3em;
}
.support .sec_support__membership_block_item dl:last-child {
  margin-bottom: 2em;
}
.support .sec_support__membership_block_item dt {
  margin-bottom: 0.4em;
  font-weight: bold;
  font-size: 1.7rem;
}
.support .sec_support__membership_block_item li {
  line-height: 1.3;
}

/* .support .sec_support__membership_block_item dt:before {
  content: "-";
  margin-right: 0.5em;
} */
/* .support .sec_support__membership_block_item dt:after {
  content: "-";
  margin-left: 0.5em;
} */
.support .sec_support__membership_block_item li:before {
  content: "・";
  list-style: none;
}
.support .sec_support__donation {
  margin-bottom: 50px;
  margin-top: 80px;
}
.support .sec_support__donation_box {
  background: #fff;
  font-size: 1.7rem;
  line-height: 1.6;
  padding: 2em;
  margin-top: 22px;
}
.support .sec_support__donation_box h4 {
  margin-top: 22px;
  margin-bottom: 5px;
  font-size: inherit;
  line-height: inherit;
}
.support .sec_support__donation_box ol {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1em;
}
.support .sec_support__donation_box li {
  text-indent: -1em;
  padding-left: 1em;
}

.support .sec_support__membership .btn {
  margin: 10px auto 0 !important;
}
.support .sec_support__donation_box .btn,
.support .sec_support__membership .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  height: 50px;
  font-size: inherit;
  background: #ffd905;
  margin: 22px auto;
  font-size: 1.7rem;
}
.support .sec_support__campaign {
  margin-bottom: 50px;
}
.support .sec_support__campaign ul {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 22px;
}
.support .sec_support__campaign li {
  background: #fff;
  font-size: inherit;
  margin-bottom: 20px;
}
.support .sec_support__campaign li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 1.3em;
}
.support .sec_support__campaign li:last-child {
  margin-bottom: 0;
}
.support .sec_support__campaign li .img {
  width: 30%;
}
.support .sec_support__campaign li .img img {
  width: 100%;
}
.support .sec_support__campaign li .txt {
  width: 68%;
}
.support .sec_support__campaign li h4 {
  font-size: inherit;
  margin-bottom: 5px;
}
.support .sec_support__campaign li dl {
  font-size: inherit;
}
.support .sec_support__campaign li dt {
  display: inline-block;
}
.support .sec_support__campaign li dd {
  display: inline-block;
}
.support .sec_support__campaign li p {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 1em;
}
/* .support .sec_support__corporation {
  margin-bottom: 50px;
} */
.support .sec_support__corporation p {
  margin-bottom: 1em;
}
.support .sec_support__corporation p:last-child {
  margin-bottom: 0;
}
.support .sec_support__purpose {
  margin-bottom: 50px;
}
.support .sec_support__purpose ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 2em 0 -2em;
  font-size: 1.7rem;
}
.support .sec_support__purpose li {
  width: 48%;
  margin-bottom: 2em;
  font-size: inherit;
  background-color: white;
  padding: 2em;
}

.support .sec_support__purpose li h4 {
  text-align: center;
  margin-bottom: 19px;
}
.support .sec_support__purpose li img {
  width: 100px;
}
.support .sec_support__purpose li p {
  font-size: inherit;
  /* width: calc(100% - 115px); */
}
.support .sec_support__qa_bottom dl dd table {
  margin-top: 1em;
  width: 100%;
  line-height: 1.6;
  font-size: 1.6rem;
}

.support .sec_support__qa_bottom dl dd table tbody {
  background-color: white;
}
.support .sec_support__qa_bottom dl dd table th {
  border: 1px solid #000;
  padding: 0.5em;
  text-align: center;
}
.support .sec_support__qa_bottom dl dd table td {
  border: 1px solid #000;
  padding: 0.5em;
  text-align: center;
}
.support .sec_support__qa_bottom dl dd table tr th:first-child {
  width: 9em;
}
.support .sec_support__qa_bottom dl dd table td .note {
  font-size: 1.3rem;
  line-height: 1.3;
  display: block;
}
@media screen and (max-width: 640px) {
  .support p {
    font-size: 1.6rem;
  }
  .support .sp_only {
    display: block;
  }
  .support .pc_only {
    display: none;
  }

  .support .sec_support__index_block {
    width: 100%;
  }
  .support .sec_support__index_block:last-child li {
    width: 100%;
  }
  .support .sec_support__membership_block_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .support .sec_support__membership_block_item:last-child {
    margin-bottom: 0;
  }
  .support .sec_support__campaign li .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .support .sec_support__campaign li .txt {
    width: 100%;
  }
  .support .sec_support__purpose ul {
    font-size: 1.6rem;
  }
  .support .sec_support__purpose li {
    width: 100%;
  }
  .support .sec_support__qa_bottom dl dd table {
    font-size: 1.3rem;
  }
  .support .sec_support__qa_bottom dl dd table tr th:first-child {
    width: 20%;
  }
  .support .sec_support__qa_bottom dl dd table td {
    width: 40%;
  }
  .support .sec_support__donation_box {
    padding: 1em;
    font-size: 1.6rem;
  }
  .support .sec_support__qa_bottom dl {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .support .sec_support__purpose li img {
    width: 75px;
  }
  /* .support .sec_support__purpose li p {
    width: calc(100% - 85px);
  } */
  .support .sec_support__qa_bottom dl dd table {
    font-size: 1.2rem;
  }
  .support .sec_support__qa_bottom dl dd table tr th:first-child {
    width: 24%;
  }
  .support .sec_support__qa_bottom dl dd table td {
    width: 34%;
  }
  .support .sec_support__qa_bottom dl dd table td .note {
    font-size: 1.1rem;
  }
}
/** 2022.04.11 end **/

/*------------------------------------------------------------
	School
------------------------------------------------------------*/
.school .sec_school .top_img {
  margin-bottom: 30px;
}

.school .sec_school__text {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}

.school .sec_school__inner_text {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}

.school .sec_school .last {
  padding-bottom: 60px;
}
.school a.link {
  color: #0095b4;
}

.btn-newsletter-disp {
  display: block;
}
