@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');

.pc-only {
  display: block !important;
}
.sp-only {
  display: none !important;
}

section,
main {
  position: relative;
}
body,
html {
  width: 100%;
  overflow-x: hidden;
}
body:after {
  content: '';
  display: block;
  width: 100%;
  height: 36px;
  background: #0074e9;
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
}

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

/*fade*/
.js-scroll-fade {
  opacity: 0;
}
.isActive {
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-name: fadeUp;
  animation-name: fadeUp;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/*navi*/
.btn_humberger_box {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: fixed;
  right: 47px;
  top: 43px;
  z-index: 10000;
  cursor: pointer;
}

.btn_humberger {
  width: 48px;
  height: 48px;
}
.btn_humberger img {
  width: 100%;
}
.btn_humberger .ico_close,
.btn_humberger .ico_open {
  position: absolute;
  left: 0;
  top: 0;
}
.btn_humberger .ico_open {
  display: none;
}
body.open .btn_humberger .ico_close {
  display: none;
}
body.open .btn_humberger .ico_open {
  display: block;
}

.btn_humberger .line span:before,
.btn_humberger .line span:after {
  -webkit-transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
body.open .btn_humberger .line span:before,
body.open .btn_humberger .line span:after {
  background: #fff;
}

.nav_logo {
  width: 138px;
  position: fixed;
  top: 55px;
  left: 55px;
  z-index: 2;
}
.nav_logo img {
  width: 100%;
}
.global_nav_fix {
  opacity: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: opacity 0.3s ease-in-out;
  background: #333;
}
.global_nav_fix .inner {
  display: block;
  width: 100%;
  height: 100vh;
  visibility: visible;
  position: absolute;
  background: #0074e9;
  z-index: 10001;
  left: 0;
  top: 0;
  box-sizing: border-box;
  z-index: 9999;
}
body.open .global_nav_fix {
  opacity: 1;
  z-index: 9999;
}
.nav_body {
  width: 615px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nav_main li {
  font-size: 2.4rem;
  color: #fff;
}
.nav_main li + li {
  margin-top: 45px;
}
.nav_lang li {
  font-size: 1.8rem;
  color: #fff;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
}
.nav_lang li + li {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #fff;
}

.global_nav_fix .nav_sns {
  position: absolute;
  bottom: -80px;
}

@media screen and (max-width: 1024px) {
  .nav_logo {
    display: none;
  }
  .global_nav_fix {
    opacity: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: opacity 0.3s ease-in-out;
    background: #333;
  }
  .global_nav_fix .inner {
    display: block;
    width: 100%;
    height: 100vh;
    visibility: visible;
    position: absolute;
    background: #0074e9;
    z-index: 10001;
    left: 0;
    top: 0;
    box-sizing: border-box;
    z-index: 9999;
    overflow-y: scroll;
  }
  body.open .global_nav_fix {
    opacity: 1;
    z-index: 9999;
  }
  .nav_body {
    width: auto;
    margin: 0 15%;
    padding-bottom: 70px;
    display: block;
    justify-content: space-between;
    position: absolute;
    top: 120px;
    left: auto;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  .nav_main li {
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 45px;
  }
  .nav_main li + li {
    margin-top: 0;
  }
  .nav_lang {
    width: 20px;
    margin-top: 60px;
  }
  .nav_lang li {
    font-size: 1.4rem;
    color: #fff;
    color: #fff;
    text-align: center;
    letter-spacing: 0.2em;
  }
  .nav_lang li + li {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #fff;
  }

  .global_nav_fix .nav_sns {
    position: relative;
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .btn_humberger_box {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    right: 6.67vw;
    top: 20px;
    z-index: 10000;
    cursor: pointer;
  }

  .btn_humberger {
    width: 40px;
    height: 40px;
  }
}

/* menu */
.header_function {
  display: flex;
  justify-content: space-between;
  padding: 18px 2.04vw;
  font-size: 1.4rem;
  align-items: center;
}
.header-menu {
  display: flex;
  align-items: center;
}
.header-menu li {
  margin-left: 20px;
  line-height: 1;
}
.header-menu.pc li.entry,
.header-menu.pc li.mypage {
  width: 19px;
}
.header-menu.pc li.cart {
  width: 24px;
}
.header-menu li img {
  width: 100%;
}
.header-menu.sp {
  display: none;
}
.h_right {
  display: flex;
  align-items: center;
}
.menubtn {
  width: 19px;
  height: 19px;
  text-align: center;
  position: absolute;
  right: 40px;
}
.menubtn {
  display: none;
}
.menubtn a {
  display: block;
}
/*header*/
.header_logo {
  width: 138px;
  position: absolute;
  top: 55px;
  left: 55px;
  z-index: 2;
}
.header_logo img {
  width: 100%;
}
.nav_box {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  margin: 50px 162px 90px 0;
  margin-right: calc(64px + 6.12vw);
}
.global_nav_pc {
  display: flex;
  align-items: center;
  margin-top: -16px;
}
.nav_box .pc_main {
  display: flex;
  align-content: center;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
.nav_box .pc_main li + li {
  margin-left: 40px;
}
.nav_box a {
  color: #0074e9;
}
.nav_box .pc_lang {
  margin-left: 60px;
}
.nav_box .pc_lang li {
  font-size: 1.6rem;
  color: #fff;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
}
.nav_box .pc_lang li + li {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #0074e9;
}

@media screen and (max-width: 1250px) {
  .nav_box .pc_main {
    display: flex;
    align-content: center;
    font-size: 1.6rem;
    letter-spacing: 0.2em;
  }
  .nav_box .pc_main li + li {
    margin-left: 20px;
  }
  .nav_box .pc_lang {
    margin-left: 30px;
  }
  .nav_box .pc_lang li {
    font-size: 1.4rem;
    color: #fff;
    color: #fff;
    text-align: center;
    letter-spacing: 0.2em;
  }
}

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

@media screen and (max-width: 768px) {
  .header_logo {
    width: 88px;
    position: absolute;
    top: 20px;
    left: 6.67vw;
    z-index: 2;
  }
}

/*footer*/
footer {
  position: relative;
  margin-top: 300px;
  z-index: 11;
}
footer:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #0074e9;
  position: absolute;
  top: -30px;
  left: 0;
}
footer:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #0074e9;
  position: absolute;
  top: -20px;
  left: 0;
}
footer > .inner {
  background: #0074e9;
  padding: 100px 11.73%;
}
footer > .inner:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #0074e9;
  position: absolute;
  top: -10px;
  left: 0;
}

footer * {
  color: #fff;
}
.footer_contact {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
}
.footer_contact.footer_contact_nolt {
  display: block;
}
.footer_company {
  width: 39.58%;
}
.footer_newsletter {
  width: 52.25%;
}

.footer_func {
  display: flex;
  justify-content: space-between;
  margin-top: 190px;
}
.footer_logo {
  width: 144px;
}
.footer_logo img {
  width: 100%;
}

.footer_company {
  font-size: 1.4rem;
  line-height: 2;
}
address {
  font-style: normal;
}

.nav_sns {
  display: flex;
  margin-top: 30px;
  align-items: center;
}
.nav_sns li {
  width: 15px;
  line-height: 0;
}
.nav_sns li a {
  line-height: 0;
}
.nav_sns li + li {
  margin-left: 20px;
}
.nav_sns li img {
  width: 100%;
}

.footer_newsletter h2 {
  font-size: 5rem;
  line-height: 1;
}
.footer_newsletter p {
  margin-top: 10px;
  line-height: 1.5;
}
.reg_newsletter {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
  margin-top: 50px;
}
.reg_newsletter .your-email {
  flex-grow: 2;
}
.reg_newsletter .wpcf7-spinner {
  display: none;
}
.footer_newsletter .regist_email {
  width: 100%;
  border: none;
  padding: 10px 0;
  background: none;
}
.footer_newsletter .regist_email::placeholder {
  color: #fff;
  opacity: 0.5;
}
.footer_newsletter .btn_email {
  background: url('../img/ico_arrow.svg') no-repeat center / 6px !important;
  line-height: 1;
  border: none;
  width: 40px;
  padding: 0;
  cursor: pointer;
}

.footer_newsletter .formError .formErrorArrowBottom {
  display: none;
}
.footer_newsletter .formError .formErrorContent {
  border: none !important;
  box-shadow: none !important;
}
.footer_newsletter .formError .formErrorContent {
  font-size: 1.4rem !important;
  color: #fff !important;
  margin-top: 25px;
  background: none !important;
}

.btn_archive {
  margin-top: 32px;
}
.btn_archive a {
  display: inline-block;
  padding: 5px 36px 5px 12px;
  border: 1px solid #fff;
  position: relative;
}
.btn_archive .ico_arrow {
  width: 6px;
  height: 10px;
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0;
}
.btn_archive .ico_arrow * {
  fill: #fff;
}

@media screen and (max-width: 1024px) {
  .footer_newsletter h2 {
    font-size: 4rem;
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  footer {
    position: relative;
    margin-top: 130px;
  }
  footer:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #0074e9;
    position: absolute;
    top: -15px;
    left: 0;
  }
  footer:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #0074e9;
    position: absolute;
    top: -10px;
    left: 0;
  }
  footer > .inner {
    background: #0074e9;
    padding: 60px 6.67% 40px;
  }
  footer > .inner:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #0074e9;
    position: absolute;
    top: -5px;
    left: 0;
  }

  footer * {
    color: #fff;
  }
  .footer_contact {
    display: block;
    justify-content: space-between;
    flex-flow: row-reverse;
  }
  .footer_company {
    width: auto;
    margin-top: 80px;
  }
  .footer_newsletter {
    width: auto;
  }

  .footer_func {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
  }
  .footer_logo {
    width: 90px;
  }

  .footer_company {
    font-size: 1.2rem;
    line-height: 2;
  }

  .nav_sns {
    display: flex;
    margin-top: 20px;
  }
  .nav_sns li {
    width: 15px;
    line-height: 0;
  }
  .nav_sns li + li {
    margin-left: 20px;
  }

  .footer_newsletter h2 {
    font-size: 3rem;
    line-height: 1;
  }
  .footer_newsletter p {
    margin-top: 10px;
    line-height: 2;
  }
  .footer_newsletter input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 0;
    background: none;
  }
  .footer_newsletter input::placeholder {
    color: #fff;
    opacity: 0.5;
  }
  .footer_newsletter .formError .formErrorContent {
    font-size: 1.2rem !important;
    color: #fff !important;
    margin-top: 20px;
    background: none !important;
  }

  .btn_archive {
    margin-top: 20px;
  }
  .btn_archive a {
    display: inline-block;
    padding: 4px 36px 4px 12px;
    border: 1px solid #fff;
    position: relative;
  }
  .btn_archive .ico_arrow {
    width: 6px;
    height: 10px;
    display: block;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0;
  }
  .btn_archive .ico_arrow * {
    fill: #fff;
  }
}

/*common*/
.common_hd {
  font-size: 5rem;
  margin-bottom: 60px;
}
.top_ss .common_hd {
  margin-bottom: 30px;
}

.page_ttl {
  font-size: 5rem;
  margin-bottom: 130px;
}

.ico_arrow {
  width: 6px;
  height: 10px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0;
}
.link_more {
  position: relative;
  font-size: 1.6rem;
  color: #0074e9;
  margin-top: 35px;
  padding-right: 15px;
  display: inline-block;
}
.link_more.sp {
  display: none;
}
.link_more .ico_arrow * {
  fill: #0074e9;
}

@media screen and (max-width: 1024px) {
  main {
    margin-top: 164px;
  }
  .common_hd {
    font-size: 4rem;
    margin-bottom: 60px;
  }

  .page_ttl {
    font-size: 4rem;
    margin-bottom: 130px;
  }
}

@media screen and (max-width: 768px) {
  main {
    margin-top: 88px;
  }
  .common_hd {
    font-size: 3rem;
    margin-bottom: 30px;
  }

  .page_ttl {
    font-size: 3rem;
    margin-bottom: 50px;
  }

  .link_more.pc {
    display: none;
  }
  .link_more.sp {
    position: relative;
    font-size: 1.6rem;
    color: #0074e9;
    margin-top: 35px;
    padding-right: 15px;
    display: inline-block;
  }
}

/*top*/
.top_main {
  display: flex;
}
.top_main_mv01 {
  width: 43.49%;
  padding-bottom: 175px;
}
.top_main_mv02 {
  width: 19.26%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.top_main_mv01 img,
.top_main_mv02 img {
  width: 100%;
}
.top_main_txt {
  width: 645px;
  padding: 100px 0 100px 3.63%;
}

.top_main_en {
  font-size: 7rem;
  letter-spacing: 0.03em;
  line-height: 1.07;
}
.top_main_read {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 10px;
}
.top_news {
  max-width: 550px;
  max-width: 85%;
  margin-top: 235px;
  display: block;
  position: relative;
  z-index: 2;
}
.news_date {
  font-size: 1.4rem;
}
.news_cat {
  font-size: 1.2rem;
  margin-left: 15px;
}
.top_news_ttl {
  font-size: 1.4rem;
  display: inline-block;
  margin-top: 0;
  padding: 10px 20px 10px 0;
  position: relative;
}
.top_news .top_news_item > a,
.top_news .top_news_item > span {
  display: inline-block;
  border-bottom: 1px solid #000;
}
.top_news > div + div {
  margin-top: 30px;
}
.top_news .top_news_banner {
  margin-top: 50px;
}
.top_news_banner {
  max-width: 380px;
}
.top_news_banner a {
  display: block;
}
.top_news_banner a + a {
  margin-top: 15px;
}
.top_news_banner img {
  max-width: 100%;
}
.top_news_banner.sp {
  display: none;
}

.top_about {
  width: 76.53%;
  margin: 100px auto;
}
.top_about .inner {
  width: 85.33%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.top_about_txt {
  width: 72.75%;
}
.top_about_logo {
  width: 20.8%;
  display: flex;
  justify-content: space-between;
}
.logo_cca {
  width: 19.24%;
}
.logo_pw {
  width: 61.97%;
}
.top_about_logo img {
  width: 100%;
}

.top_project {
  width: 76.53%;
  margin: 250px auto 0;
}
.top_project .common_hd {
  font-size: 7rem;
}
.top_project_list {
  width: 85.33%;
  margin: 0 auto;
}
.top_project_item {
  display: block;
  position: relative;
  margin: 60px 0;
}
.top_project_txt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.top_project_item:nth-child(2n) .top_project_txt {
  width: 43.66%;
  margin-left: 78.8%;
}
.top_project_ph {
  width: 87.89%;
  margin-left: 34.66%;
}
.top_project_item:nth-child(2n) .top_project_ph {
  margin-left: -21.66%;
}
.top_project_ph div {
  padding-bottom: 66%;
  overflow: hidden;
  position: relative;
}
.top_project_ph img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.top_project_date {
  font-size: 1.6rem;
  margin-bottom: .5em;
}
.top_project_en {
  font-size: 4rem;
  line-height: 1.07;
}
.top_project_ttl {
  margin-top: 10px;
}
.top_project .link_more {
  margin-left: 7.33%;
}

.top_event {
  width: 76.53%;
  margin: 290px auto 0;
}
.top_event .inner {
  width: 85.33%;
  margin: 0 auto;
}
.archive_event_list {
  display: flex;
  flex-wrap: wrap;
}
.archive_event_item {
  width: 28.12%;
  margin-left: 7.82%;
  margin-bottom: 110px;
}
.archive_event_item:nth-child(3n + 1) {
  margin-left: 0;
}
.event_date {
  font-size: 1.6rem;
  margin-top: 15px;
}
.event_ttl {
  font-size: 2rem;
  margin-top: 5px;
}
.archive_event_item .event_ph div {
  padding-bottom: 66%;
  position: relative;
}
.archive_event_item .event_ph img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top_ss {
  width: 76.53%;
  margin: 290px auto 0;
}
.top_ss .inner {
  width: 85.33%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
}
.top_ss_txt {
  width: 40.42%;
  margin-top: 70px;
}
.top_ss_ph {
  width: 52.73%;
}
.top_ss_ph > div {
  padding-bottom: 66%;
  overflow: hidden;
  position: relative;
}
.top_ss_ph img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
  .top_main_en {
    font-size: 5rem;
    letter-spacing: 0.03em;
    line-height: 1.07;
  }

  .top_project_en {
    font-size: 3rem;
    line-height: 1.07;
  }

  .top_event .inner {
    width: auto;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .top_main {
    display: block;
  }
  .top_main_mv01 {
    width: 86.67%;
    padding-bottom: 0;
  }
  .top_main_mv02 {
    width: 40%;
    max-width: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .top_main_txt {
    width: auto;
    padding: 20px 6.67vw 0;
  }

  .top_main_en {
    font-size: 3.5rem;
    letter-spacing: 0.03em;
    line-height: 1.07;
  }
  .top_main_read {
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 10px;
  }
  .top_news {
    width: 53.53%;
    margin-top: 110px;
    min-height: 127px;
  }
  .news_date {
    font-size: 1.2rem;
  }
  .news_cat {
    font-size: 1rem;
    margin-left: 15px;
  }
  .top_news_ttl a {
    font-size: 1.2rem;
    display: inline-block;
    margin-top: 0;
    padding: 5px 20px 10px 0;
    position: relative;
  }

  .top_news_banner.pc {
    display: none;
  }
  .top_news_banner.sp {
    display: block;
    margin: 50px 6.67vw 0;
  }

  .top_about {
    width: 86.67%;
    margin: 100px auto;
  }
  .top_about .inner {
    width: auto;
    margin: 0 auto;
    display: block;
    justify-content: center;
    flex-wrap: wrap;
  }
  .top_about_txt {
    width: 100%;
  }
  .top_about_logo {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .logo_cca {
    width: 32px;
  }
  .logo_pw {
    width: 104px;
    margin-left: 12px;
  }

  .top_project {
    width: 86.67%;
    margin: 110px auto 0;
  }
  .top_project .common_hd {
    font-size: 4rem;
  }
  .top_project_list {
    width: auto;
    margin: 0 auto;
  }
  .top_project_item {
    position: relative;
    margin: 35px 0 0;
  }
  .top_project_txt {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-top: 10px;
  }
  .top_project_item:nth-child(2n) .top_project_txt {
    width: auto;
    margin-left: 0;
  }
  .top_project_ph {
    width: auto;
    margin-left: 0;
  }
  .top_project_item:nth-child(2n) .top_project_ph {
    margin-left: 0;
  }
  .top_project_date {
    font-size: 1.4rem;
  }
  .top_project_en {
    font-size: 2.8rem;
    line-height: 1.07;
  }
  .top_project_ttl {
    margin-top: 10px;
  }
  .top_event .archive_event_list {
    width: 115.38%;
    display: flex;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    margin-left: -6.67vw;
    padding: 0 6.67vw 0 3.21vw;
    box-sizing: border-box;
  }
  .top_event .archive_event_item {
    width: 40vw;
    margin-left: 3.46vw;
    margin-bottom: 30px;
    scroll-snap-align: center;
    flex: none;
  }
  .top_event .archive_event_item:nth-child(2n + 1),
  .top_event .archive_event_item:nth-child(3n + 1) {
    margin-left: 3.46vw;
  }
  .top_event {
    width: 86.67%;
    margin: 110px auto 0;
  }
  .top_event .inner {
    width: auto;
    margin: 0 auto;
  }
  .event_date {
    font-size: 1.2rem;
    margin-top: 15px;
  }
  .event_ttl {
    font-size: 1.4rem;
    margin-top: 5px;
  }

  .top_ss {
    width: 86.67%;
    margin: 110px auto 0;
  }
  .top_ss .inner {
    width: auto;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
  }
  .top_ss_txt {
    width: auto;
    margin-top: 20px;
  }
  .top_ss_ph {
    width: auto;
  }
}

/*scholarship*/
.ss_contents h1 {
  font-size: 3rem;
  margin-bottom: 35px;
}
.common_page .ss_contents > * + * {
  margin-top: 40px;
}
.ss_contents img {
  max-width: 100%;
  height: auto !important;
}
.common_page .ss_contents h2 {
  font-size: 2rem;
  margin-top: 80px;
  display: inline-block;
  border-bottom: 1px solid #0074e9;
}
.common_page .ss_contents h3,
.common_page .ss_contents h4,
.common_page .ss_contents h5,
.common_page .ss_contents h6 {
  font-size: 1.6rem;
  margin-top: 30px;
}
.common_page .ss_contents h3 + *,
.common_page .ss_contents h4 + *,
.common_page .ss_contents h5 + *,
.common_page .ss_contents h6 + * {
  margin-top: 5px;
}
.ss_contents .btn {
  display: inline-block;
  border: 1px solid #0074e9;
  background: none;
  margin-top: 65px;
  padding: 20px 90px 20px 65px;
  font-size: 1.6rem;
  color: #0074e9;
  cursor: pointer;
  position: relative;
}
.ss_contents .btn .ico_arrow {
  position: absolute;
  right: 55px;
}
.ss_contents .btn .ico_arrow * {
  fill: #0074e9;
}

.archive_ttl {
  display: flex;
  font-size: 1.6rem;
  margin: -110px 0 110px;
}

@media screen and (max-width: 768px) {
  .ss_contents h1 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .common_page .ss_contents > * + * {
    margin-top: 30px;
  }
  .common_page .ss_contents h2 {
    font-size: 1.6rem;
    margin-top: 65px;
    display: inline-block;
    border-bottom: 1px solid #0074e9;
  }
  .common_page .ss_contents h3,
  .common_page .ss_contents h4,
  .common_page .ss_contents h5,
  .common_page .ss_contents h6 {
    font-size: 1.4rem;
    margin-top: 25px;
  }
  .ss_contents .btn {
    display: block;
    border: 1px solid #0074e9;
    background: none;
    padding: 20px 0;
    font-size: 1.6rem;
    color: #0074e9;
    cursor: pointer;
    text-align: center;
  }

  .archive_ttl {
    display: flex;
    font-size: 1.4rem;
    margin: -45px 0 45px;
  }
}

/*event*/
.archive_event {
  width: 76.53%;
  margin: 210px auto 0;
}
.archive_event .inner {
  width: 85.33%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .archive_event .archive_event_item {
    width: 46.09%;
    margin-left: 7.82%;
  }
  .archive_event .archive_event_item:nth-child(3n + 1) {
    margin-left: 7.82%;
  }
  .archive_event .archive_event_item:nth-child(2n + 1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .archive_event {
    width: 86.67%;
    margin: 140px auto 0;
  }

  .archive_event .archive_event_list {
    display: block;
    flex-wrap: wrap;
  }
  .archive_event .archive_event_item {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 55px;
  }
}

/*event single*/
.common_page {
  width: 76.53%;
  margin: 210px auto 0;
}
.common_page .inner {
  width: 85.33%;
  margin: 0 auto;
}
.common_page p + p {
  margin-top: 30px;
}

.contents_ttl {
  font-size: 1.6rem;
}
.event_single_date {
  font-size: 2.4rem;
  margin-top: 60px;
}
.event_single_ttl {
  font-size: 3rem;
}
.event_single_cat {
  display: inline-block;
  border: 1px solid #777;
  font-size: 1.2rem;
  color: #777777;
  padding: 2px 10px;
}
.event_single_peaple {
  display: block;
  font-size: 1.4rem;
  margin-top: 20px;
  line-height: 2;
}

.common_single_body {
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}
.common_single_meta {
  width: 20%;
}
.common_single_main {
  width: 75%;
}
.common_single_main > .inner > * + * {
  margin-top: 50px;
}
.common_single_main img {
  max-width: 100%;
  height: auto !important;
}

.pagenate {
  display: flex;
  margin-top: 120px;
  align-items: center;
  justify-content: space-between;
}
.pagenate a {
  font-size: 1.6rem;
  color: #0074e9;
  position: relative;
}
.pagenate .prev,
.pagenate .next {
  width: 30px;
}
.pagenate .prev a,
.pagenate .next a {
  display: block;
  height: 30px;
  width: 30px;
}
.pagenate .next {
  text-align: right;
}
.pagenate .index {
  flex-grow: 2;
  text-align: center;
}
.pagenate .ico_arrow * {
  fill: #0074e9;
}
.pagenate .ico_arrow {
  width: 10px;
  height: 16px;
  display: block;
  position: relative;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0;
}

aside .common_hd {
  font-size: 3rem;
}

@media screen and (max-width: 1024px) {
  .common_single_body {
    display: block;
  }
  .common_single_meta {
    width: auto;
  }
  .common_single_main {
    width: auto;
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .common_page {
    width: 86.67%;
    margin: 110px auto 0;
  }
  .common_page .inner {
    width: auto;
    margin: 0 auto;
  }

  .contents_ttl {
    font-size: 1.4rem;
  }
  .event_single_date {
    font-size: 1.4rem;
    margin-top: 20px;
  }
  .event_single_ttl {
    font-size: 1.8rem;
  }
  .event_single_cat {
    display: inline-block;
    border: 1px solid #777;
    font-size: 1rem;
    color: #777777;
    padding: 2px 10px;
  }
  .event_single_peaple {
    display: block;
    font-size: 1.1rem;
    margin-top: 5px;
    line-height: 2;
  }

  .common_single_body {
    display: block;
    margin-top: 20px;
  }
  .common_single_main {
    margin-top: 20px;
  }
  .common_single_main > * + * {
    margin-top: 30px;
  }
  .common_single_main img {
    max-width: 100%;
    height: auto !important;
  }

  .pagenate {
    display: flex;
    margin-top: 60px;
    align-items: center;
    justify-content: space-between;
  }
  .pagenate a {
    font-size: 1.4rem;
    color: #0074e9;
    position: relative;
  }
}

/*about*/
.about_main {
  display: flex;
  width: 126.67%;
  margin-left: -26.56%;
  margin-top: 100px;
  justify-content: space-between;
}
.about_txt {
  width: 38.55%;
  margin-top: 100px;
}
.about_ph {
  width: 47.13vw;
}
.about_ph > div {
  width: 47.13vw;
  height: 100vh;
  background: url('../img/about_ph2.jpg') no-repeat center / cover;
}

.about_ph.is-fixed > div {
  position: fixed;
  top: 0;
}
.about_ph.is-fixend > div {
  position: absolute;
  bottom: 0;
  top: auto;
}

.about_head > p + p {
  margin-top: 40px;
}

.about_txt > p {
  line-height: 2.8;
}
.about_txt > p + p {
  margin-top: 40px;
}

.about_item {
  margin-top: 200px;
}
.about_item + .about_item {
  margin-top: 100px;
}
.about_item h2,
.about_font h3 {
  font-size: 1.6rem;
  border-bottom: 1px solid #0074e9;
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-weight: 400;
}
.about_item > p + p {
  margin-top: 30px;
}

.about_intro {
  margin-top: 140px;
  display: flex;
}
.about_main + .about_intro {
  margin-top: 350px;
}
.about_intro_logo {
  width: 20%;
  min-width: 206px;
  margin-right: 4%;
  text-align: center;
}
.about_intro_txt {
  width: 76%;
}
.link_external {
  margin-top: 10px;
}
.about_intro_logo.logo_cca img {
  width: 50px;
  margin: 0 auto;
}
.about_intro_logo.logo_pw img {
  width: 206px;
  margin: 0 auto;
}

.about_access {
  margin: 290px 0 0;
}
.about_access h2 {
  font-size: 3rem;
  margin-bottom: 20px;
}
.about_access_item + .about_access_item {
  margin-top: 140px;
}
.googlemap {
  height: 0;
  overflow: hidden;
  padding-bottom: 39.06%;
  margin-bottom: 25px;
  position: relative;
}
.googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.about_font h2 {
  font-size: 3rem;
  margin-bottom: 20px;
  line-height: 1.3;
}
.about_font {
  margin: 290px 0 0;
}
.about_font_mainimg {
  max-width: 421px;
  width: 100%;
  margin: 0 auto;
}
.about_font_mainimg img {
  width: 100%;
}
.about_font_mainimg + .about_item {
  margin-top: 100px;
}
.list_num li {
  font-size: 1.6rem;
  list-style: decimal;
  margin-left: 1.5em;
  line-height: 2.3;
}
.about_font_flow {
  display: flex;
}
.about_font_flow_img {
  min-width: 370px;
  margin-right: 37px;
  margin-top: 15px;
}
.about_font_flow_img img {
  width: 100%;
}
.about_item .list_num + p {
  margin-top: 30px;
}
.about_font_dl {
  font-size: 1.6rem;
}
.about_font_dl label input {
  vertical-align: baseline;
}
.about_font_dl label + label {
  margin-left: 30px;
}

.about_font_dl .about_font_dl_btn {
  display: inline-block;
  border: 1px solid #0074e9;
  background: none;
  margin-top: 28px;
  padding: 20px 90px 20px 65px;
  font-size: 1.6rem;
  color: #0074e9;
  cursor: pointer;
  position: relative;
  background: url(../img/ico_arrow_bl.svg) no-repeat 85% center / 6px;
}

@media screen and (max-width: 1024px) {
  .about_main {
    display: block;
    width: auto;
    margin-left: 0;
    justify-content: space-between;
  }
  .about_txt {
    width: auto;
    margin-top: 50px;
  }

  .about_ph {
    width: 126.67%;
    margin-left: -26.56%;
  }
  .about_ph > div {
    width: 100%;
    height: auto;
    padding-bottom: 107.34%;
    background: url('../img/about_ph2.jpg') no-repeat center / cover;
  }

  .about_ph.is-fixed > div {
    position: relative;
    top: auto;
  }
  .about_ph.is-fixend > div {
    position: relative;
    bottom: auto;
    top: auto;
  }

  .about_font_mainimg {
    width: 80%;
    margin: 0 auto;
  }
  .about_font_flow {
    display: block;
  }
  .about_font_flow_img {
    min-width: auto;
    margin: 15px auto;
  }
}

@media screen and (max-width: 768px) {
  .about_main {
    display: block;
    width: auto;
    margin-left: 0;
    margin-top: 70px;
    justify-content: space-between;
  }
  .about_ph {
    width: 107.69%;
    margin-left: -7.69%;
  }
  .about_txt {
    width: auto;
    margin-top: 30px;
  }

  .about_txt > p + p {
    margin-top: 20px;
  }

  .about_item {
    margin-top: 60px;
  }
  .about_item + .about_item {
    margin-top: 60px;
  }
  .about_item h2,
  .about_font h3 {
    font-size: 1.4rem;
    border-bottom: 1px solid #0074e9;
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-weight: 400;
  }
  .about_item > p + p {
    margin-top: 20px;
  }

  .about_intro {
    margin-top: 50px;
    display: block;
  }
  .about_main + .about_intro {
    margin-top: 110px;
  }
  .about_intro_logo {
    width: auto;
    min-width: 206px;
    margin-right: 0;
    text-align: center;
  }
  .about_intro_txt {
    width: auto;
    margin-top: 20px;
  }
  .about_intro_logo.logo_cca img {
    width: 30px;
    margin: 0 auto;
  }
  .about_intro_logo.logo_pw img {
    width: 132px;
    margin: 0 auto;
  }

  .about_access {
    margin: 100px 0 0;
  }
  .about_access h2 {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .about_access_item + .about_access_item {
    margin-top: 70px;
  }

  .googlemap {
    height: 0;
    overflow: hidden;
    padding-bottom: 80%;
    margin-bottom: 25px;
    position: relative;
  }
  .googlemap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }

  .about_font {
    margin: 110px 0 0;
  }
  .about_font_mainimg + .about_item {
    margin-top: 30px;
  }
  .list_num li {
    font-size: 1.4rem;
    list-style: decimal;
    margin-left: 1.5em;
    line-height: 2;
  }
  .about_font_dl {
    font-size: 1.4rem;
  }
  .about_font_dl .about_font_dl_btn {
    display: block;
    border: 1px solid #0074e9;
    width: 100%;
    padding: 20px 0;
    font-size: 1.4rem;
    color: #0074e9;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
  }
}

/*library*/
.library_contents {
  display: flex;
  width: 126.67%;
  margin-left: -26.56%;
  justify-content: space-between;
}
.library_txt {
  width: 38.55%;
}
.library_ph {
  width: 57.05%;
}
.library_ph img {
  width: 100%;
}

.library_txt h2 {
  font-size: 2.8rem;
  margin-bottom: 45px;
  line-height: 1.5;
}
.library_txt p + p {
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .library_contents {
    display: block;
    width: auto;
    margin-left: 0;
    justify-content: space-between;
  }
  .library_txt {
    width: auto;
    margin-top: 50px;
  }
  .library_ph {
    width: 126.67%;
    margin-left: -26.56%;
  }
}

@media screen and (max-width: 768px) {
  .library_ph {
    width: 107.69%;
    margin-left: -7.69%;
  }
  .library_txt {
    width: auto;
    margin-top: 30px;
  }

  .library_txt h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .library_txt p + p {
    margin-top: 20px;
  }
}

/*project*/
.archive_project {
  width: 76.53%;
  margin: 210px auto 0;
}

.archive_project .page_ttl {
  font-size: 8rem;
  margin-bottom: 20px;
}

.nav_yearly {
  display: flex;
  font-size: 1.6rem;
}
.nav_yearly li + li {
  margin-left: 25px;
}
.nav_yearly li a[aria-current='page'] {
  color: #0074e9;
}
body.post-type-archive-project:not(.date) .nav_yearly li:first-child a,
body.post-type-archive-project_en:not(.date) .nav_yearly li:first-child a {
  color: #0074e9;
}

.archive_project .top_project_list {
  margin-top: -20px;
}

@media screen and (max-width: 768px) {
  .archive_project {
    width: 86.67%;
    margin: 110px auto 0;
  }
  .archive_project .page_ttl {
    font-size: 4rem;
    margin-bottom: 10px;
  }

  .nav_yearly {
    display: flex;
    font-size: 1.4rem;
  }
  .nav_yearly li + li {
    margin-left: 25px;
  }
  .nav_yearly li.act a {
    color: #0074e9;
  }

  .archive_project .top_project_list {
    margin-top: 50px;
  }
}

/*project single*/
.prj_single_en {
  font-size: 5rem;
  margin-top: 50px;
}
.prj_single_ttl {
  font-size: 1.4rem;
}

.prj_meta {
  font-size: 1.4rem;
}
.prj_meta + .prj_meta {
  margin-top: 10px;
}
.prj_meta_ttl {
  display: block;
}

@media screen and (max-width: 1024px) {
  .prj_meta + .prj_meta {
    margin-top: 0;
  }
  .prj_meta_ttl {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .prj_single_en {
    font-size: 2.2rem;
    margin-top: 30px;
  }
  .prj_single_ttl {
    font-size: 1.2rem;
  }

  .prj_meta {
    font-size: 1.2rem;
  }
}

/*contact*/
.form_item_name {
  font-size: 1.6rem;
  margin: 60px 0 15px;
}
.txt_required {
  color: #fa3f06;
  margin-top: 30px;
}
.form_item_name .required {
  padding-left: 5px;
  color: #fa3f06;
}
.note_privacy {
  margin: 40px 0 45px;
  font-size: 1.6rem;
}
.note_privacy a {
  color: #969696;
}
.note_privacy2 {
  font-size: 1.2rem;
  color: #969696;
  margin-top: 15px;
}
.half_box {
  display: flex;
}
.half_box > div {
  width: 49%;
}
.half_box > div + div {
  margin-left: 2%;
}

.wpcf7-form .wpcf7-spinner {
  display: none;
}

.form_item:first-child {
  margin-top: 80px;
}
.input_txt {
  font-size: 1.6rem;
  background: #f2f2f2;
  padding: 15px 20px;
  width: 100%;
  box-sizing: border-box;
  border: none;
}
textarea.message {
  font-size: 1.6rem;
  background: #f2f2f2;
  padding: 15px 20px;
  width: 100%;
  box-sizing: border-box;
  border: none;
}
#contact-form .wpcf7-submit {
  display: inline-block;
  border: 1px solid #0074e9;
  background: none;
  padding: 20px 90px 20px 65px;
  font-size: 1.6rem;
  color: #0074e9;
  cursor: pointer;
  position: relative;
  background: url(../img/ico_arrow_bl.svg) no-repeat 85% center / 6px;
}
#contact-form .wpcf7-submit.btn_contact_en {
  display: inline-block;
  border: 1px solid #0074e9;
  background: none;
  padding: 20px 90px 20px 65px;
  font-size: 1.6rem;
  color: #0074e9;
  cursor: pointer;
  position: relative;
  background: url(../img/ico_arrow_bl.svg) no-repeat 95% center / 6px;
}
#contact-form .wpcf7-submit span {
  line-height: 0.5;
}
#contact-form .wpcf7-submit .ico_arrow {
  right: 55px;
}
#contact-form .wpcf7-submit .ico_arrow * {
  fill: #0074e9;
}

.wpcf7-not-valid-tip {
  display: none !important;
}
#contact-form .formError .formErrorContent {
  font-size: 1.6rem !important;
  color: #fa3f06 !important;
  margin-top: 10px;
  background: none !important;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .form_item_name {
    font-size: 1.4rem;
    margin: 40px 0 10px;
  }
  .note_privacy {
    margin: 40px 0 45px;
    font-size: 1.4rem;
    text-align: center;
  }

  .form_item:first-child {
    margin-top: 70px;
  }
  .input_txt {
    font-size: 1.4rem;
    background: #f2f2f2;
    padding: 15px 20px;
    width: 100%;
    box-sizing: border-box;
    border: none;
  }
  textarea.message {
    font-size: 1.4rem;
    background: #f2f2f2;
    padding: 15px 20px;
    width: 100%;
    box-sizing: border-box;
    border: none;
  }
  input.wpcf7-submit {
    display: block;
    border: 1px solid #0074e9;
    width: 100%;
    background: none;
    padding: 20px 0;
    font-size: 1.4rem;
    color: #0074e9;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
  }

  #contact-form .wpcf7-submit.btn_contact_en {
    display: inline-block;
    border: 1px solid #0074e9;
    background: none;
    padding: 20px 30px 20px 10px;
    font-size: 1.4rem;
    color: #0074e9;
    cursor: pointer;
    position: relative;
    background: url(../img/ico_arrow_bl.svg) no-repeat 95% center / 6px;
  }
}

/*privacy*/
.privacy_item + .privacy_item {
  margin-top: 90px;
}
.privacy_item .read {
  margin-bottom: 70px;
}
.privacy_item h2,
.privacy_item h3 {
  font-size: 3rem;
  margin-bottom: 30px;
}
.privacy_item p + p {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .privacy_item + .privacy_item {
    margin-top: 50px;
  }
  .privacy_item .read {
    margin-bottom: 70px;
  }
  .privacy_item h2,
  .privacy_item h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .privacy_item p + p {
    margin-top: 20px;
  }
}

/*link*/
a.link_txt {
  color: #969696;
}

@media screen and (min-width: 900px) {
  a.link_line:hover {
    text-decoration: none;
  }

  footer .contact .mail:after,
  .global_nav_fix .inq .mail:after {
    -webkit-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1),
      background 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1),
      background 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  }
  footer .contact .mail:hover:after,
  .global_nav_fix .inq .mail:hover:after {
    background: #fff;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  /*.global_nav_pc a,
    .main_nav a,
    .nav_lang a,
    .footer_link a,
    .news_item,*/
  
  .top_news {
    min-height: none;
  }
  .top_news a .top_news_ttl,
  .top_project_item .top_project_ph img,
  .archive_event_item .event_ph img {
    -webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  /*.global_nav_pc a:hover,
    .main_nav a:hover,
    .nav_lang a:hover,
    .footer_link a:hover,
    .news_item:hover,*/
  .top_news a:hover .top_news_ttl,
  .top_project_item:hover .top_project_ph img,
  .archive_event_item:hover .event_ph img {
    opacity: 0.5;
  }

  .btn_humberger_box .btn_humberger {
    -webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .btn_humberger_box:hover .btn_humberger {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  #contact-form .wpcf7-submit,
  .ss_contents .btn {
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  #contact-form .wpcf7-submit:hover {
    background: #0074e9 url(../img/ico_arrow.svg) no-repeat 85% center / 6px;
    color: #fff;
  }
  #contact-form .wpcf7-submit.btn_contact_en:hover {
    background: #0074e9 url(../img/ico_arrow.svg) no-repeat 95% center / 6px;
    color: #fff;
  }
  .ss_contents .btn:hover {
    background: #0074e9;
    color: #fff;
  }
  #contact-form .wpcf7-submit .ico_arrow *,
  .ss_contents .btn .ico_arrow * {
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  #contact-form .wpcf7-submit:hover .ico_arrow *,
  .ss_contents .btn:hover .ico_arrow * {
    fill: #fff;
  }

  .about_font_dl .about_font_dl_btn {
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .about_font_dl .about_font_dl_btn:hover {
    background: #0074e9 url(../img/ico_arrow.svg) no-repeat 85% center / 6px;
    color: #fff;
  }

  .btn_archive a {
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .btn_archive a:hover {
    background: #fff;
    color: #0074e9;
  }
  .btn_archive .ico_arrow * {
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .btn_archive a:hover .ico_arrow * {
    fill: #0074e9;
  }
}

/*recaptcha非表示*/
.grecaptcha-badge {
  visibility: hidden;
}

/*archives page*/
.p-search.is-fixed {
  position: fixed;
  z-index: 15;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 65.5%;
}
@media screen and (max-width: 768px) {
  .p-search.is-fixed {
    width: 87%;
    top: 70px;
  }
}
@media screen and (max-width: 560px) {
  .p-search.is-fixed {
    width: 90%;
  }
}

.p-search__form {
  display: grid;
  grid-template-columns: 2fr 2fr 1fr 1fr 4fr 2fr;
  gap: 5px;
}

.p-search__form {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(5, 1fr);
  gap: 5px;
}

.div1 { grid-area: 1 / 1 / 2 / 2; }
.div2 { grid-area: 1 / 2 / 2 / 3; }
.div3 { grid-area: 1 / 3 / 2 / 4; }
.div4 { grid-area: 1 / 4 / 2 / 5; }
.p-search__btnWrap { grid-area: 1 / 5 / 3 / 6; }
.p-search__textWrap { 
  grid-area: 2 / 1 / 3 / 5; 
  display: flex;
}


.p-search__selectWrap {
  position: relative;
}
.p-search__selectWrap::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(135deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid #0074e9;
  border-right: 2px solid #0074e9;
}

.p-search__select,
.p-search__text,
.p-search__btn {
  padding: 0 5px;
  width: 100%;
  height: 40px;
}

.p-search__select {
  color: #333;
  font-family: CCArtSansLF Light, sans-serif;
  font-size: 13px;
  border: 1px solid #999;
  background-color: #fff;
  border-radius: 0;

  /* 矢印 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-search__text,
.p-search__btn {
  font-size: 13px;
}

.p-search__text {
  font-family: CCArtSansLF Light, sans-serif;
  border: 1px solid #999;
  box-sizing: border-box;

  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  width: auto; 
  flex-grow: 1;
}
.p-search__text::placeholder {
  color: #ccc;
}


.p-serach__textTarget {
  width: 50rem;
  padding: 0 3em 0 1em;
  border: 1px solid #999;
  border-left: none;
  display: flex; align-items: center; 
  justify-content: space-between; 
  background: #FFF;
  box-sizing: border-box;
}
.p-serach__textTarget label {
  font-family: CCArtSansLF Light, sans-serif;
  font-size: 13px;
}
.p-serach__textTarget input {
  margin: 0 .3em 0 0;
}


.p-search__btnWrap {
  position: relative;
}
.p-search__btnValue {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  display: flex;
  gap: 5px;
  align-items: center;
  pointer-events: none;
}
.p-search__btnText {
  color: #fff;
  position: relative;
  margin-top: -1px;
}

.p-search__btn {
  font-family: CCArtSans Light, sans-serif;
  background: #0074e9;
  color: #fff;
  border: none;
  height: 100%;
  font-size: 20px;
}

@media screen and (max-width: 1200px) {
  .p-search__form {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr 2fr 1fr;
  }
  .p-search__selectWrap:first-child {
    grid-area: 1 / 1 / 2 / 2;
  }
  .p-search__selectWrap:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
  }
  .p-search__selectWrap:nth-child(3) {
    grid-area: 1 / 3 / 2 / 4;
  }
  .p-search__selectWrap:nth-child(4) {
    grid-area: 1 / 4 / 2 / 5;
  }
  .p-search__textWrap {
    grid-area: 2 / 1 / 3 / 5;
    flex-direction: column; 
  }
  .p-serach__textTarget {
    width: 100%;
    border-top: none;
    border-left: 1px solid #999;
    padding: 1em;
    justify-content: flex-start; 
    flex-wrap: wrap;
    
  }
  .p-serach__textTarget > label {
    margin-right: 1em;
    display: block;
  }
  
  .p-search__btnWrap {
    grid-area: 3 / 1 / 4 / 5;
  }
  .p-search__select {
    font-size: 11px;
  }
  .p-search__text {
    font-size: 12px;
  }
  .p-search__btn {
    font-size: 15px;
  }
}

/* p-order */
.p-order p + p {
  margin: 0;
}

.p-order {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
}
.p-order__results {
  display: flex;
  align-items: baseline;
}
.p-order__results .title {
  font-family: CCArtSans Light, sans-serif;
  font-size: 30px;
  padding-right: 0.4em;
}
.p-order__results .num {
  font-family: CCArtSans bold, sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding-right: 0.4em;
}
.p-order__results .sub {
  font-family: CCArtSans Light, sans-serif;
  font-size: 20px;
}
.p-order__display {
  display: flex;
  align-items: center;
}
.p-order__display .titleA,
.p-order__display .titleZ,
.p-order__display .old,
.p-order__display .new,
.p-order__display .button,
.p-order__display .list,
.p-order__display .card {
  font-size: 12px;
  padding: 0.3em 0.7em;
  cursor: pointer;
  background-color: transparent;
  border: none;
  display: inline-block;
}
@media screen and (max-width: 1300px) {
  .p-order__display .titleA,
  .p-order__display .titleZ,
  .p-order__display .old,
  .p-order__display .new,
  .p-order__display .button,
  .p-order__display .list,
  .p-order__display .card {
    font-size: 12px;
    padding: 5px;
  }
}
@media screen and (max-width: 1200px) {
  .p-order__display .titleA,
  .p-order__display .titleZ,
  .p-order__display .old,
  .p-order__display .new,
  .p-order__display .button,
  .p-order__display .list,
  .p-order__display .card {
    font-size: 10px;
    padding: 5px;
  }
}
/* .p-order__display .old,
.p-order__display .new {
  display: inline-block;
} */
.p-order__display .titleA.is-active,
.p-order__display .titleZ.is-active,
.p-order__display .old.is-active,
.p-order__display .new.is-active,
.p-order__display .button.is-active {
  border: 1px solid #0074e9;
}

.p-order__display .display-wrap {
  text-align: right;
}
.p-order__display .sort-wrap {
  border-right: 1px solid #ccc;
  /* border-bottom: 1px solid #cccccc; */

  margin-right: 20px;
  /* margin-right: 2em;
  padding-right: 1.3em; */
  display: grid;
 /* grid-template-columns: repeat(4, minmax(0, 1fr)); */
  grid-template-rows: 1fr 1fr;
  grid-auto-flow: column;
  align-items: flex-start;
}
/* .p-order__display .list,
.p-order__display .card {
  display: flex;
  align-items: center;
} */
.p-order__display .list.is-active,
.p-order__display .card.is-active {
  border: 1px solid #0074e9;
}
.p-order__display .list .icon,
.p-order__display .card .icon {
  padding-right: 5px;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 1024px) {
  .p-order {
    display: block;
    margin-top: 70px;
    /* padding-bottom: 10px; */
  }
  .p-order__results .title {
    font-size: 16px;
  }
  .p-order__results .num {
    font-size: 14px;
  }
  .p-order__results .sub {
    font-size: 14px;
  }
  .p-order__display {
    margin-top: 15px;
    justify-content: end;
    padding-bottom: 8px;
  }
  .p-order__display .titleA,
  .p-order__display .titleZ,
  .p-order__display .old,
  .p-order__display .new,
  .p-order__display .button,
  .p-order__display .list,
  .p-order__display .card {
    font-size: 11px;
    padding: 5px;
  }
}
@media screen and (max-width: 560px) {
  .p-order {
    border-bottom: none;
  }
  .p-order__display {
    display: block;
  }
  .p-order__display .sort-wrap {
    border-right: none;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 8px;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
/* p-list */

.p-list {
  /* 表示切り替え */
  margin-top: 50px;
  width: 100%;
  overflow-x: auto;
  /* 要素が少なくても幅いっぱいに広げる */
  display: flex;
  justify-content: flex-start;
}

.p-list__wrap {
  table-layout: fixed;
  /* 要素が少なくても幅いっぱいに広げる */
  min-width: 100%;
}
.p-list thead {
  background-color: #707070;
  padding: 15px;
}
.p-list tbody {
  font-family: CCArtSans Light, sans-serif;
  font-weight: 100;
  line-height: 1.1875em;
  letter-spacing: 0.05em;
  font-size: 14px;
}
.p-list tr {
  border-bottom: 1px solid #ccc;
}

.p-list th {
  font-family: CCArtSans Light, sans-serif;
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 14px;
  color: #fff;
  padding: 15px 0.5em;
}
.p-list thead tr {
  border: none;
}
.p-list td {
  padding: 20px 10px;
}
.p-list__thumb {
  width: 40px;
  height: auto;
  vertical-align: top;
}

.p-list td.p-list__thumbWrap,
.p-list td.p-list__titleWrap {
  padding: 0;
}
.p-list__thumbLink,
.p-list__titleLink {
  display: block;
  padding: 20px 10px;
}
@media screen and (max-width: 1024px) {
  .p-list {
    margin-top: 35px;
  }
  .p-list__nav {
    font-size: 13px;
  }
  .p-list__thumbWrap {
    position: sticky;
    left: 0;
    background-color: #fff;
  }
}

/* p-card */
.p-card p + p {
  margin: 0;
}

.p-card {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.p-card__conts {
  /* width: 30%; */
}
.p-card__thumbWrap {
  width: 160px;
  margin: 0 auto;
}
.p-card__textArea {
  padding-top: 20px;
}
.p-card__thumb {
  width: 100%;
}
.p-card__title {
  font-size: 16px;
  font-family: CCArtSans Light, sans-serif;
  line-height: 1.1875em;
}
.p-card__arts,
.p-card__date {
  font-size: 13px;
  font-family: CCArtSansLF Light, sans-serif;
  /* line-height: 1.1875em; */
  line-height: 1.8em;
  padding-top: 0.5em;
}

@media screen and (max-width: 1024px) {
  .p-card {
    margin-top: 35px;
  }
}
/* @media screen and (max-width: 768px) {
  .p-card {
    grid-template-columns: repeat(2, 1fr);
  }
} */
@media screen and (max-width: 599px) {
  .p-card {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-card__link {
    display: flex;
    gap: 20px;
  }
  /* .p-card__conts {
    display: flex;
    gap: 20px;
  } */
  .p-card__textArea {
    padding-top: 0;
    width: calc(100% - 100px);
  }
  .p-card__thumbWrap {
    margin: 0;
    width: 100px;
  }
}

/* pagination */
.p-list__nav {
  text-align: center;
  font-family: CCArtSans Light, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 16px;
}
.p-list__nav .wp-pagenavi {
  margin-top: 40px;
}
.p-list__nav .wp-pagenavi span.current {
  border: 1px solid #707070;
  width: 26px;
  height: 26px;
  display: inline-block;
}

.p-list__nav .wp-pagenavi .page,
.p-list__nav .wp-pagenavi .pages,
.p-list__nav .wp-pagenavi .extend,
.p-list__nav .wp-pagenavi .last,
.p-list__nav .wp-pagenavi .nextpostslink,
.p-list__nav .wp-pagenavi .previouspostslink {
  padding: 0.3em;
  border: none;
}
.p-list__nav .wp-pagenavi .previouspostslink {
  padding-right: 1em;
}

.p-list__nav .wp-pagenavi .pages,
.p-list__nav .wp-pagenavi .first,
.p-list__nav .wp-pagenavi .last {
  margin: 0 0.6em;
  border: none;
}

/* pagination 矢印 */
.p-list__nav .wp-pagenavi .last {
  padding-left: 1em;
  position: relative;
  display: inline-block;
}
.p-list__nav .wp-pagenavi .first {
  display: inline-block;
}
.p-list__nav .wp-pagenavi .nextpostslink,
.p-list__nav .wp-pagenavi .previouspostslink,
.p-list__nav .wp-pagenavi .first {
  position: relative;
}

.p-list__nav .wp-pagenavi .first::before,
.p-list__nav .wp-pagenavi .previouspostslink::before {
  position: absolute;
  content: '';
  width: 0.4em;
  height: 0.4em;
  border-top: 3px solid #0074e9;
  border-right: 3px solid #0074e9;
  top: 50%;
  transform: translateY(-70%) rotate(-135deg);
}

.p-list__nav .wp-pagenavi .last::after,
.p-list__nav .wp-pagenavi .nextpostslink::after {
  position: absolute;
  content: '';
  width: 0.4em;
  height: 0.4em;
  border-top: 3px solid #0074e9;
  border-right: 3px solid #0074e9;
  top: 50%;
  transform: translateY(-70%) rotate(45deg);
}

.p-list__nav .wp-pagenavi .first::before {
  left: -0.6em;
}
.p-list__nav .wp-pagenavi .last::before {
  right: 0.6em;
}

.p-list td.test {
  position: sticky;
}

/* p-book */
.p-book__title {
  font-family: CCArtSans Light, sans-serif;
  letter-spacing: 0.05em;
  font-size: 30px;
}
.p-book_zoomimg {
  position: relative;
}
.p-book_img {
  width: 100%;
}

.p-book_prev,
.p-book_next{
  content: '';
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.p-book_prev {
  left: -2.5rem;
}
.p-book_next {
  right: -2.5rem;
}
.p-book_prev::before,
.p-book_next::after {
  content: '';
  width: 1rem;
  height: 1rem;
  border-left: 2px solid #666;
  border-top: 2px solid #666;
  display: block;
  position: absolute;
  inset: 0; margin: auto;
} 
.p-book_prev::before {
  transform: rotate(-45deg);
}
.p-book_next::after {
  transform: rotate(135deg);
}

.p-book__container {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.p-book__imgWrap {
  width: 20%;
  margin-bottom: 1em;
}

.p-book__detail {
  font-size: 16px;
  font-family: CCArtSans Light, sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.8em;
  border-top: 1px solid #cccccc;
  width: 70%;
}
.p-book__list {
  display: grid;
  grid-template-columns: 200px auto;
  grid-gap: 30px;
  border-bottom: 1px solid #cccccc;
  padding: 20px 0px;
}
.p-book__btnWrap {
  margin-top: 60px;
  text-align: center;
}
.p-book__btn {
  font-family: CCArtSans Light, sans-serif;
  font-size: 16px;
  color: #0074e9;
  cursor: pointer;
  position: relative;
}
.p-book__btn::before {
  position: absolute;
  content: '';
  width: 0.4em;
  height: 0.4em;
  border-top: 3px solid #0074e9;
  border-right: 3px solid #0074e9;
  top: 50%;
  left: -15px;
  transform: translateY(-70%) rotate(-135deg);
}
.p-book__link {
  text-align: center;
}
.ss_contents.p-book__link .btn {
  margin-top: 105px;
}
.p-book_thumb { 
  width: 100%; 
  height: auto; 
  cursor: pointer; 
}

.p-book_thumbs {
  position: relative;
  overflow: hidden; 
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .p-book__container {
    display: block;
    margin-top: 40px;
  }
  .p-book__imgWrap {
    width: 100%;
  }
  .p-book_zoomimg {
    margin: 0 auto;
    min-width: 165px;
    width: 44vw;
  }
  .p-book__detail {
    width: 100%;
    margin-top: 60px;
    font-size: 14px;
  }
  .p-book__list {
    grid-template-columns: 80px auto;
    grid-gap: 20px;
    padding: 10px 0;
  }
}
