@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;400;700&family=Roboto:wght@100;400;700&display=swap");
html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  width: 100vw;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: unset;
}

img {
  vertical-align: bottom;
}

a:hover {
  color: #01A4FF;
}

.author-info {
  display: none;
}

@media screen and (max-width: 480px) {
  .fz-16px {
    font-size: 3.5897435897vw;
  }
}
@media screen and (min-width: 480px) {
  .fz-16px {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .fz-16px {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1200px) {
  .fz-16px {
    font-size: 16px;
  }
}

@media screen and (max-width: 1023px) {
  /* モバイルヘッダー高さ分、余白を設ける */
  body:where(.mblt-header-mobile-buttons, .mblt-header-and-footer-mobile-buttons) {
    margin-top: 0;
  }
  /* adminバーがある場合、その余白分を除いた余白とする */
  .admin-bar:where(.mblt-header-mobile-buttons, .mblt-header-and-footer-mobile-buttons) {
    margin-top: 0;
  }
}
.header-container {
  position: fixed !important;
  top: 0;
  width: 100% !important;
  z-index: 1;
}
.header-container#header-container {
  background-color: transparent;
}

.header-container-in.wrap {
  width: auto;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 480px) {
  .header-container-in.wrap {
    border-radius: 1.2820512821vw;
    margin: 2.5641025641vw 2.5641025641vw 0;
    box-shadow: 0 0 1.5384615385vw 0 rgba(51, 51, 51, 0.25);
  }
}
@media screen and (min-width: 480px) {
  .header-container-in.wrap {
    border-radius: 5px;
    margin: 10px 10px 0;
    box-shadow: 0 0 6px 0 rgba(51, 51, 51, 0.25);
  }
}
@media screen and (min-width: 1024px) {
  .header-container-in.wrap {
    border-radius: 0.6944444444vw;
    margin: 1.3888888889vw 1.3888888889vw 0;
    box-shadow: 0 0 0.4166666667vw 0 rgba(51, 51, 51, 0.25);
  }
}
@media screen and (min-width: 1200px) {
  .header-container-in.wrap {
    border-radius: 10px;
    margin: 20px 20px 0;
    box-shadow: 0 0 6px 0 rgba(51, 51, 51, 0.25);
  }
}
@media screen and (max-width: 834px) {
  .header-container-in.hlt-top-menu {
    flex-direction: row;
  }
}
@media screen and (max-width: 834px) {
  .header-container-in.hlt-top-menu .header .header-in {
    display: flex;
  }
}

.fixed-header {
  box-shadow: none;
}
@media screen and (min-width: 1024px) {
  .fixed-header .site-logo-image {
    width: 356px;
  }
}

/*
.header{
  @at-root{
    &{
    }
    &-container{
      height: g.vw(40);
      margin: g.vw(10) g.vw(10) 0;
      border-radius: g.vw(5);
      @include g.mq(sp_over){
        margin: 10px 10px 0;
        height: 40px;
        border-radius:5px;
      }
      @include g.mq(pc){
        margin: 20px 20px 0;
        height: 60px;
        border-radius: 10px;
      }
    }
    &-in{
      flex-direction: row;
      justify-content:space-between;
      align-items: center;
      height: g.vw(40);
      @include g.mq(sp_over){
        height: 40px;
      }
      @include g.mq(pc){
        height: 60px;
      }
    }
  }
}*/
.footer {
  margin-top: 0;
  background: linear-gradient(87deg, #1D2087 0%, #01A4FF 100%);
}
.archive .footer {
  margin-top: 100px;
}
@media screen and (max-width: 480px) {
  .footer {
    padding-top: 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .footer {
    padding-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .footer-in {
    width: 83.3333333333vw;
    padding: 3.4722222222vw 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer-in {
    width: 1200px;
    padding: 50px 0 0;
  }
}

.footer-bottom {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  flex-direction: column-reverse;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .footer-bottom {
    padding-top: 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .footer-bottom {
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer-bottom {
    align-items: normal;
    flex-direction: row;
  }
}
.footer-bottom::after {
  display: none;
}

.footer-bottom-info {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer-bottom-info {
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  .footer-bottom-address {
    margin-bottom: 5.1282051282vw;
  }
}
@media screen and (min-width: 480px) {
  .footer-bottom-address {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-bottom-address {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .footer-bottom-address {
    margin-bottom: 30px;
  }
}

.footer-bottom-address-txt {
  font-style: normal;
}
@media screen and (max-width: 480px) {
  .footer-bottom-address-txt {
    margin-bottom: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) {
  .footer-bottom-address-txt {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-bottom-address-txt {
    margin-bottom: 0.6944444444vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1200px) {
  .footer-bottom-address-txt {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

.footer-bottom-address-gmapBtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border: 1px solid #ffffff;
  border-radius: 100px;
}
@media screen and (max-width: 480px) {
  .footer-bottom-address-gmapBtn {
    font-size: 3.0769230769vw;
    padding: 1.0256410256vw 5.1282051282vw;
  }
}
@media screen and (min-width: 480px) {
  .footer-bottom-address-gmapBtn {
    font-size: 12px;
    padding: 4px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-bottom-address-gmapBtn {
    font-size: 0.8333333333vw;
    padding: 0.2777777778vw 1.3888888889vw;
  }
}
@media screen and (min-width: 1200px) {
  .footer-bottom-address-gmapBtn {
    font-size: 12px;
    padding: 4px 20px;
  }
}
.footer-bottom-address-gmapBtn:hover {
  background-color: #ffffff;
  color: #1D2087;
}

.footer-bottom-contact {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 480px) {
  .footer-bottom-contact {
    row-gap: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) {
  .footer-bottom-contact {
    row-gap: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-bottom-contact {
    row-gap: 0;
    flex-direction: row;
    column-gap: 1.3888888889vw;
  }
}
@media screen and (min-width: 1200px) {
  .footer-bottom-contact {
    column-gap: 20px;
  }
}

.footer-bottom-contact-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: #1D2087;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  border-radius: 100px;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
@media screen and (max-width: 480px) {
  .footer-bottom-contact-btn {
    font-size: 4.1025641026vw;
    padding: 2.3076923077vw 10.2564102564vw;
    height: 8.7179487179vw;
  }
}
@media screen and (min-width: 480px) {
  .footer-bottom-contact-btn {
    font-size: 16px;
    padding: 9px 40px;
    height: 34px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-bottom-contact-btn {
    font-size: 1.1111111111vw;
    padding: 0.625vw 2.7777777778vw;
    height: 2.3611111111vw;
  }
}
@media screen and (min-width: 1200px) {
  .footer-bottom-contact-btn {
    font-size: 16px;
    padding: 9px 40px;
    height: 34px;
  }
}
.footer-bottom-contact-btn:hover {
  opacity: 0.5;
}

@media screen and (min-width: 1024px) {
  .footer-bottom-contact-tel {
    margin-left: 0.6944444444vw;
  }
}
@media screen and (min-width: 1200px) {
  .footer-bottom-contact-tel {
    margin-left: 10px;
  }
}
.footer-bottom-contact-tel a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .footer-bottom-contact-tel a {
    pointer-events: none;
    cursor: text;
  }
}
.footer-bottom-logo {
  float: none;
  bottom: auto;
  position: static;
}
@media screen and (max-width: 480px) {
  .footer-bottom-logo {
    margin-bottom: 7.6923076923vw;
  }
}
@media screen and (min-width: 480px) {
  .footer-bottom-logo {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-bottom-logo {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .footer-bottom-logo {
    margin-bottom: 30px;
  }
}
.footer-bottom-logo .site-name-text-link {
  padding: 0;
}
.footer-bottom-logo .logo-image {
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .footer-bottom-logo .logo-image img {
    height: 6.9444444444vw;
  }
}
@media screen and (min-width: 1200px) {
  .footer-bottom-logo .logo-image img {
    height: 100px;
  }
}

.source-org.copyright {
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding-top: 50px;
}

main.main {
  border-radius: 0;
}
@media screen and (max-width: 480px) {
  main.main {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 480px) {
  main.main {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  main.main {
    padding: 0;
  }
}

.business.no-sidebar .content .main {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  background: linear-gradient(103deg, #1D2087 0%, #01A4FF 100%);
}

.about-us.no-sidebar .content .main {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  background: #E6F6FF;
}

.article h1.entry-title {
  margin-bottom: 0.5em;
  padding: 0;
}
.article h2 {
  background: transparent;
}

.article__inner {
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .article__inner {
    width: 100vw;
  }
}
@media screen and (min-width: 1200px) {
  .article__inner {
    width: 1200px;
  }
}

.body .article {
  margin-bottom: 0;
}

.has_thumb.article-header {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  color: #ffffff;
  border: none;
  position: relative;
}
.single .has_thumb.article-header {
  background-color: #01A4FF;
}
@media screen and (max-width: 480px) {
  .single .has_thumb.article-header {
    border-radius: 0 0 15.3846153846vw 0;
    height: 51.2820512821vw;
  }
}
@media screen and (min-width: 480px) {
  .single .has_thumb.article-header {
    border-radius: 0 0 60px 0;
    height: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .single .has_thumb.article-header {
    background-color: #01A4FF;
    height: 20.8333333333vw;
    max-height: 20.8333333333vw;
    border-radius: 0 0 8.3333333333vw 0;
  }
}
@media screen and (min-width: 1200px) {
  .single .has_thumb.article-header {
    border-radius: 0 0 120px 0;
    height: 300px;
    max-height: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .home .has_thumb.article-header {
    height: 41.6666666667vw;
    max-height: 41.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .home .has_thumb.article-header {
    height: 600px;
    max-height: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .has_thumb.article-header {
    background-color: #01A4FF;
    height: 20.8333333333vw;
    max-height: 20.8333333333vw;
    border-radius: 0 0 8.3333333333vw 0;
  }
  .home .has_thumb.article-header {
    height: 41.6666666667vw;
    max-height: 41.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .has_thumb.article-header {
    border-radius: 0 0 120px 0;
    height: 300px;
    max-height: 300px;
  }
  .home .has_thumb.article-header {
    height: 600px;
    max-height: 600px;
  }
}
.has_thumb.article-header img {
  width: 100vw;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  .has_thumb.article-header img {
    height: 51.2820512821vw;
  }
}
@media screen and (min-width: 480px) {
  .has_thumb.article-header img {
    height: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .has_thumb.article-header img {
    height: 20.8333333333vw;
    max-height: 20.8333333333vw;
    border-radius: 0 0 8.3333333333vw 0;
  }
}
@media screen and (min-width: 1200px) {
  .has_thumb.article-header img {
    height: 300px;
    max-height: 300px;
    border-radius: 0 0 120px 0;
  }
}

.home .has_thumb.article-header img {
  max-height: unset;
}
@media screen and (max-width: 480px) {
  .home .has_thumb.article-header img {
    height: 211.2820512821vw;
  }
}
@media screen and (min-width: 480px) {
  .home .has_thumb.article-header img {
    height: 824px;
  }
}
@media screen and (min-width: 1024px) {
  .home .has_thumb.article-header img {
    height: 41.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .home .has_thumb.article-header img {
    height: 600px;
  }
}

.has_thumb.article-header .article-header-in {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.home .has_thumb.article-header .article-header-in {
  display: none;
}
@media screen and (max-width: 480px) {
  .has_thumb.article-header .article-header-in {
    left: 5.1282051282vw;
  }
}
@media screen and (min-width: 480px) {
  .has_thumb.article-header .article-header-in {
    left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .has_thumb.article-header .article-header-in {
    width: 83.3333333333vw;
    margin: 0 auto;
    height: 20.8333333333vw;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1200px) {
  .has_thumb.article-header .article-header-in {
    width: 1200px;
    margin: 0 auto;
    height: 300px;
  }
}

.no_thumb.article-header {
  background-color: #01A4FF;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  .no_thumb.article-header {
    border-radius: 0 0 15.3846153846vw 0;
  }
}
@media screen and (min-width: 480px) {
  .no_thumb.article-header {
    border-radius: 0 0 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .no_thumb.article-header {
    border-radius: 0 0 10vw 0;
  }
}
@media screen and (min-width: 1200px) {
  .no_thumb.article-header {
    border-radius: 0 0 120px 0;
  }
}

.no_thumb.article-header .article-header-in {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
}
@media screen and (max-width: 480px) {
  .no_thumb.article-header .article-header-in {
    height: 51.2820512821vw;
    margin-left: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) {
  .no_thumb.article-header .article-header-in {
    height: 200px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .no_thumb.article-header .article-header-in {
    width: 83.3333333333vw;
    margin: 0 auto;
    height: 20.8333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .no_thumb.article-header .article-header-in {
    width: 1200px;
    margin: 0 auto;
    height: 300px;
  }
}

.content {
  margin-top: 0;
}

@media screen and (max-width: 480px) {
  .content-in.wrap {
    margin-top: -14.1025641026vw;
  }
}
@media screen and (min-width: 480px) {
  .content-in.wrap {
    margin-top: -55px;
  }
}
@media screen and (min-width: 1024px) {
  .content-in.wrap {
    margin-top: 0;
    max-width: 83.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .content-in.wrap {
    max-width: 1200px;
  }
}

.logo-header img {
  height: 40px;
  vertical-align: bottom;
}
@media screen and (min-width: 1024px) {
  .logo-header img {
    width: 24.7222222222vw;
    height: 2.4305555556vw;
  }
}
@media screen and (min-width: 1200px) {
  .logo-header img {
    width: 356px;
    height: 35px;
  }
}

#header-container .navi {
  background-color: transparent;
}

@media screen and (min-width: 1024px) {
  #navi .navi-in a {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1200px) {
  #navi .navi-in a {
    font-size: 16px;
  }
}
#navi .navi-in a:hover {
  background-color: #E6F6FF;
}
@media screen and (min-width: 1024px) {
  #navi .navi-in > ul.menu-header > li.menu-item {
    width: 8.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  #navi .navi-in > ul.menu-header > li.menu-item {
    width: 120px;
  }
}
.navi-in .has-icon {
  right: 0.4166666667vw;
  font-size: 0.7638888889vw;
}
@media screen and (min-width: 1200px) {
  .navi-in .has-icon {
    right: 6px;
    font-size: 11px;
  }
}

.navi-footer .menu-item a {
  color: #ffffff;
  transition: background-color 0.2s ease-in-out;
}
.navi-footer .menu-item a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.navi-footer-in a {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .navi-footer-in a {
    font-size: 3.5897435897vw;
  }
}
@media screen and (min-width: 480px) {
  .navi-footer-in a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .navi-footer-in a {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1200px) {
  .navi-footer-in a {
    font-size: 14px;
  }
}
.navi-footer-in > .menu-footer {
  border-bottom: 1px solid #fff;
  width: 100vw;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 480px) {
  .navi-footer-in > .menu-footer {
    margin-bottom: 10.2564102564vw;
    height: 10.2564102564vw;
  }
}
@media screen and (min-width: 480px) {
  .navi-footer-in > .menu-footer {
    margin-bottom: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .navi-footer-in > .menu-footer {
    align-items: normal;
    width: 100%;
    border-bottom: none;
    height: 100%;
  }
}
@media screen and (max-width: 480px) {
  .navi-footer-in > .menu-footer li {
    width: calc(100% - 8.2051282051vw);
  }
}
@media screen and (min-width: 480px) {
  .navi-footer-in > .menu-footer li {
    width: calc(100% - 32px);
  }
}
@media screen and (min-width: 1024px) {
  .navi-footer-in > .menu-footer li {
    width: 8.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .navi-footer-in > .menu-footer li {
    width: 120px;
  }
}

#menu-item-20 a {
  border-radius: 0 10px 10px 0;
}

.eye-catch {
  margin-bottom: 0;
  width: 100%;
}
.eye-catch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 60px 0;
}
@media screen and (min-width: 1024px) {
  .eye-catch img {
    border-radius: 0 0 120px 0;
  }
}

.eye-catch.page {
  margin-bottom: 0;
}

.eye-catch-wrap {
  width: 100vw;
}
@media screen and (max-width: 480px) {
  .eye-catch-wrap {
    height: 51.2820512821vw;
  }
}
@media screen and (min-width: 480px) {
  .eye-catch-wrap {
    height: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .eye-catch-wrap {
    height: 25vw;
  }
}
@media screen and (min-width: 1200px) {
  .eye-catch-wrap {
    height: 300px;
  }
}
.home .eye-catch-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 480px) {
  .home .eye-catch-wrap {
    height: 211.2820512821vw;
  }
}
@media screen and (min-width: 480px) {
  .home .eye-catch-wrap {
    height: 600px;
  }
}

.entry-content {
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.business .entry-content {
  padding-bottom: 100px;
}
.home .entry-content {
  position: static;
}
.works .entry-content {
  overflow: visible;
}

.article h1 {
  margin: 0;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .article h1 {
    font-size: 5.1282051282vw;
  }
}
@media screen and (min-width: 480px) {
  .article h1 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .article h1 {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1200px) {
  .article h1 {
    font-size: 32px;
  }
}

.single-works .p-works__title h1 {
  margin-bottom: 0.5em;
  border-bottom: 2px solid #1D2087;
  padding-bottom: 0.5em;
}
.home .entry-title {
  display: none;
}

.article .entry-title-en {
  line-height: 100%;
  font-weight: 100;
}
@media screen and (max-width: 480px) {
  .article .entry-title-en {
    font-size: 10.2564102564vw;
    margin-bottom: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) {
  .article .entry-title-en {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .article .entry-title-en {
    margin-bottom: 0.6944444444vw;
    font-size: 5.5555555556vw;
  }
}
@media screen and (min-width: 1200px) {
  .article .entry-title-en {
    margin-bottom: 10px;
    font-size: 80px;
  }
}

.p-kv {
  top: 0;
  color: #ffffff;
  margin-left: calc(-50vw + 50%);
  width: 100vw;
}
@media screen and (max-width: 480px) {
  .p-kv {
    height: 211.2820512821vw;
  }
}
@media screen and (min-width: 480px) {
  .p-kv {
    height: 824px;
  }
}
@media screen and (min-width: 1024px) {
  .p-kv {
    position: absolute;
    height: 41.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-kv {
    height: 600px;
  }
}

.body .p-kv.wp-block-group {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .body .p-kv.wp-block-group {
    margin-top: -0.1388888889vw;
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .body .p-kv.wp-block-group {
    margin-top: -2px;
    margin-bottom: 60px;
  }
}

.p-kv-copy {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-48%, -50%);
}
@media screen and (max-width: 480px) {
  .p-kv-copy {
    font-size: 7.1794871795vw;
    text-shadow: 0 0 1.0256410256vw rgba(51, 51, 51, 0.25);
    top: 53.8461538462vw;
    width: 79.4871794872vw;
  }
}
@media screen and (min-width: 480px) {
  .p-kv-copy {
    font-size: 28px;
    text-shadow: 0 0 4px rgba(51, 51, 51, 0.25);
    top: 210px;
    width: 310px;
  }
}
@media screen and (min-width: 1024px) {
  .p-kv-copy {
    text-shadow: 0 0 0.2777777778vw rgba(51, 51, 51, 0.25);
    top: calc(50% - 4.5138888889vw);
    font-size: 3.6111111111vw;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .p-kv-copy {
    text-shadow: 0 0 4px rgba(51, 51, 51, 0.25);
    top: calc(50% - 65px);
    font-size: 52px;
  }
}

.article .p-kv-copy {
  margin-bottom: 0;
}

.p-kv-copy-en {
  position: absolute;
  text-align: right;
  font-weight: 100;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .p-kv-copy-en {
    font-size: 10.2564102564vw;
    top: 76.9230769231vw;
    right: 2.5641025641vw;
    line-height: 10.2564102564vw;
  }
}
@media screen and (min-width: 480px) {
  .p-kv-copy-en {
    font-size: 40px;
    top: 300px;
    right: 10px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-kv-copy-en {
    top: auto;
    bottom: 1.3888888889vw;
    right: 4.1666666667vw;
    font-size: 5.5555555556vw;
    line-height: 5.5555555556vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-kv-copy-en {
    bottom: 20px;
    right: 60px;
    font-size: 80px;
    line-height: 80px;
  }
}

.article .p-kv-copy-en {
  margin-bottom: 0;
}

.body .p-haboutus {
  position: relative;
}
.body .p-haboutus.p-cont.wp-block-group {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
@media screen and (max-width: 480px) {
  .body .p-haboutus.p-cont.wp-block-group {
    margin-top: -94.8717948718vw;
    display: block;
    padding-bottom: 7.6923076923vw;
  }
}
@media screen and (min-width: 480px) {
  .body .p-haboutus.p-cont.wp-block-group {
    margin-top: -370px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .body .p-haboutus.p-cont.wp-block-group {
    display: flex;
    width: 91.6666666667vw;
    margin-bottom: 6.9444444444vw;
    margin-top: 4.1666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .body .p-haboutus.p-cont.wp-block-group {
    margin-bottom: 100px;
    margin-top: 60px;
  }
}
.body .p-haboutus .p-haboutus__cont {
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .body .p-haboutus .p-haboutus__cont {
    width: calc(100vw - 40px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 7.6923076923vw 7.6923076923vw;
    padding: 12.8205128205vw 7.6923076923vw 7.6923076923vw;
  }
}
@media screen and (min-width: 480px) {
  .body .p-haboutus .p-haboutus__cont {
    width: calc(100vw - 40px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px 30px;
    padding: 50px 30px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .body .p-haboutus .p-haboutus__cont {
    margin-left: 0;
    margin-right: auto;
    width: 48.4722222222vw;
    margin-top: -11.8055555556vw;
    border-radius: 0 4.1666666667vw 4.1666666667vw 0;
    margin-left: 0.4861111111vw;
    padding-top: 5.2083333333vw;
    padding-left: 8.3333333333vw;
    padding-right: 2.7777777778vw;
    padding-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1200px) {
  .body .p-haboutus .p-haboutus__cont {
    width: 698px;
    margin-top: -170px;
    border-radius: 0 60px 60px 0;
    margin-left: 7px;
    padding-top: 75px;
    padding-left: 120px;
    padding-right: 40px;
    padding-bottom: 50px;
  }
}
.body .p-haboutus .p-haboutus__cont .wp-block-heading {
  background-color: transparent;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .body .p-haboutus .p-haboutus__cont .wp-block-heading {
    text-align: left;
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1200px) {
  .body .p-haboutus .p-haboutus__cont .wp-block-heading {
    font-size: 20px;
  }
}
.body .p-haboutus .p-haboutus__subTitle {
  border: none;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .body .p-haboutus .p-haboutus__subTitle {
    font-size: 4.1025641026vw;
    margin-bottom: 5.1282051282vw;
    line-height: 1.5;
  }
}
@media screen and (min-width: 480px) {
  .body .p-haboutus .p-haboutus__subTitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .body .p-haboutus .p-haboutus__subTitle {
    font-size: 1.3888888889vw;
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1200px) {
  .body .p-haboutus .p-haboutus__subTitle {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.body .p-haboutus .p-haboutus__img {
  position: relative;
  z-index: -1;
  margin-right: 0 !important;
  margin-left: auto;
}
@media screen and (max-width: 480px) {
  .body .p-haboutus .p-haboutus__img {
    margin-top: -15.3846153846vw;
    width: calc(100vw - 30px);
  }
}
@media screen and (min-width: 480px) {
  .body .p-haboutus .p-haboutus__img {
    margin-top: -60px;
    width: 90vw;
  }
}
@media screen and (min-width: 1024px) {
  .body .p-haboutus .p-haboutus__img {
    margin-right: auto;
    margin-left: -13.8888888889vw;
    margin-top: 0;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .body .p-haboutus .p-haboutus__img {
    margin-left: -200px;
  }
}
.body .p-haboutus .p-haboutus__img img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .body .p-haboutus .p-haboutus__img img {
    border-radius: 7.6923076923vw 0 0 7.6923076923vw;
  }
}
@media screen and (min-width: 480px) {
  .body .p-haboutus .p-haboutus__img img {
    border-radius: 30px 0 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  .body .p-haboutus .p-haboutus__img img {
    border-radius: 4.1666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .body .p-haboutus .p-haboutus__img img {
    border-radius: 60px;
  }
}

.p-hbusiness {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background: linear-gradient(103.3deg, #1D2087 0%, #01A4FF 100%);
}
@media screen and (max-width: 480px) {
  .p-hbusiness {
    padding: 7.6923076923vw 0 15.3846153846vw;
  }
}
@media screen and (min-width: 480px) {
  .p-hbusiness {
    padding: 30px 0 60px;
  }
}
@media screen and (min-width: 1024px) {
  .p-hbusiness {
    padding: 5.5555555556vw 0 6.9444444444vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-hbusiness {
    padding: 80px 0 100px;
  }
}
.p-hbusiness .p-hbusiness__in {
  margin: 0 auto;
  max-width: unset;
}
@media screen and (min-width: 1024px) {
  .p-hbusiness .p-hbusiness__in {
    width: 83.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-hbusiness .p-hbusiness__in {
    width: 1200px;
  }
}

.p-hbusiness__title {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  color: #ffffff;
}
.p-hbusiness__title.p-cont__title {
  max-width: unset;
}
.p-hbusiness__title.wp-block-group {
  max-width: unset;
}

.article .p-hbusiness__conts {
  max-width: unset;
}
@media screen and (min-width: 1024px) {
  .article .p-hbusiness__conts {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2.7777777778vw;
  }
}
@media screen and (min-width: 1200px) {
  .article .p-hbusiness__conts {
    gap: 40px;
  }
}
.article .p-hbusiness__conts .p-hbusiness__conts01,
.article .p-hbusiness__conts .p-hbusiness__conts02 {
  max-width: unset;
  margin-bottom: 0;
  display: grid;
  width: calc(100% - 10.2564102564vw);
}
@media screen and (max-width: 480px) {
  .article .p-hbusiness__conts .p-hbusiness__conts01,
  .article .p-hbusiness__conts .p-hbusiness__conts02 {
    grid-template-columns: 1fr;
    gap: 7.6923076923vw;
  }
}
@media screen and (min-width: 480px) {
  .article .p-hbusiness__conts .p-hbusiness__conts01,
  .article .p-hbusiness__conts .p-hbusiness__conts02 {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .article .p-hbusiness__conts .p-hbusiness__conts01,
  .article .p-hbusiness__conts .p-hbusiness__conts02 {
    width: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 18.8888888889vw;
    column-gap: 2.7777777778vw;
  }
}
@media screen and (min-width: 1200px) {
  .article .p-hbusiness__conts .p-hbusiness__conts01,
  .article .p-hbusiness__conts .p-hbusiness__conts02 {
    grid-template-rows: 272px;
    column-gap: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .article .p-hbusiness__conts .p-hbusiness__conts01 {
    margin-left: 0 !important;
    margin-right: 2.7777777778vw !important;
  }
}
@media screen and (min-width: 1200px) {
  .article .p-hbusiness__conts .p-hbusiness__conts01 {
    margin-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .article .p-hbusiness__conts .p-hbusiness__conts02 {
    margin-right: 0 !important;
    margin-left: 2.7777777778vw !important;
  }
}
@media screen and (min-width: 1200px) {
  .article .p-hbusiness__conts .p-hbusiness__conts02 {
    margin-right: 40px;
  }
}

.article .p-hbusiness__contTitle {
  color: #ffffff;
  font-weight: 200;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .article .p-hbusiness__contTitle {
    font-size: 7.1794871795vw;
  }
}
@media screen and (min-width: 480px) {
  .article .p-hbusiness__contTitle {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .article .p-hbusiness__contTitle {
    font-size: 2.9166666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .article .p-hbusiness__contTitle {
    font-size: 42px;
  }
}
.p-hbusiness__contTitle > a {
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .p-hbusiness__contTitle > a {
    width: 100%;
    height: 35.8974358974vw;
  }
}
@media screen and (min-width: 480px) {
  .p-hbusiness__contTitle > a {
    width: 100%;
    height: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .p-hbusiness__contTitle > a {
    width: 37.7777777778vw;
    height: 18.8888888889vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-hbusiness__contTitle > a {
    width: 544px;
    height: 272px;
  }
}
.p-hbusiness__conts .p-hbusiness__contTitle a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 200;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 480px) {
  .p-hbusiness__conts .p-hbusiness__contTitle a {
    padding-left: 5.1282051282vw;
    padding-bottom: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) {
  .p-hbusiness__conts .p-hbusiness__contTitle a {
    padding-left: 20px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .p-hbusiness__conts .p-hbusiness__contTitle a {
    padding-left: 2.0833333333vw;
    padding-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-hbusiness__conts .p-hbusiness__contTitle a {
    padding-left: 30px;
    padding-bottom: 20px;
  }
}
.p-hbusiness__conts .p-hbusiness__contTitle a:hover {
  opacity: 0.5;
}
.p-hbusiness__conts01 .p-hbusiness__contTitle:nth-child(1) a {
  background-image: url(/cms/wp-content/uploads/2023/10/business01.webp);
}
@media screen and (max-width: 480px) {
  .p-hbusiness__conts01 .p-hbusiness__contTitle:nth-child(1) a {
    border-radius: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) {
  .p-hbusiness__conts01 .p-hbusiness__contTitle:nth-child(1) a {
    border-radius: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .p-hbusiness__conts01 .p-hbusiness__contTitle:nth-child(1) a {
    border-radius: 4.1666666667vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-hbusiness__conts01 .p-hbusiness__contTitle:nth-child(1) a {
    border-radius: 60px 0 0 0;
  }
}
.p-hbusiness__conts01 .p-hbusiness__contTitle:nth-child(2) a {
  background-image: url(/cms/wp-content/uploads/2023/10/business02.webp);
}
@media screen and (max-width: 480px) {
  .p-hbusiness__conts01 .p-hbusiness__contTitle:nth-child(2) a {
    border-radius: 2.5641025641vw;
    margin-bottom: 7.6923076923vw !important;
  }
}
@media screen and (min-width: 480px) {
  .p-hbusiness__conts01 .p-hbusiness__contTitle:nth-child(2) a {
    border-radius: 10px;
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 1024px) {
  .p-hbusiness__conts01 .p-hbusiness__contTitle:nth-child(2) a {
    border-radius: 0 4.1666666667vw 0 0;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .p-hbusiness__conts01 .p-hbusiness__contTitle:nth-child(2) a {
    border-radius: 0 60px 0 0;
  }
}
.p-hbusiness__conts02 .p-hbusiness__contTitle:nth-child(1) a {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/cms/wp-content/uploads/2026/05/demolition01.webp);
}
@media screen and (max-width: 480px) {
  .p-hbusiness__conts02 .p-hbusiness__contTitle:nth-child(1) a {
    border-radius: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) {
  .p-hbusiness__conts02 .p-hbusiness__contTitle:nth-child(1) a {
    border-radius: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .p-hbusiness__conts02 .p-hbusiness__contTitle:nth-child(1) a {
    border-radius: 0 0 0 4.1666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-hbusiness__conts02 .p-hbusiness__contTitle:nth-child(1) a {
    border-radius: 0 0 0 60px;
  }
}
.p-hbusiness__conts02 .p-hbusiness__contTitle:nth-child(2) a {
  background-image: url(/cms/wp-content/uploads/2023/10/business04.webp);
}
@media screen and (max-width: 480px) {
  .p-hbusiness__conts02 .p-hbusiness__contTitle:nth-child(2) a {
    border-radius: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) {
  .p-hbusiness__conts02 .p-hbusiness__contTitle:nth-child(2) a {
    border-radius: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .p-hbusiness__conts02 .p-hbusiness__contTitle:nth-child(2) a {
    border-radius: 0 0 4.1666666667vw 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-hbusiness__conts02 .p-hbusiness__contTitle:nth-child(2) a {
    border-radius: 0 0 60px 0;
  }
}

.wp-block-button__link {
  color: #1D2087;
  font-weight: 700;
  line-height: 1;
  background-color: #ffffff;
  transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  border-radius: 100px;
  border-style: solid;
  border-color: #01A4FF;
}
@media screen and (max-width: 480px) {
  .wp-block-button__link {
    font-size: 4.1025641026vw;
    width: 76.9230769231vw;
    height: 13.5897435897vw;
    border-width: 0.7692307692vw;
    padding: 3.8461538462vw 10.2564102564vw;
  }
}
@media screen and (min-width: 480px) {
  .wp-block-button__link {
    font-size: 16px;
    width: 300px;
    height: 53px;
    border-width: 3px;
    padding: 15px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-button__link {
    font-size: 1.3888888889vw;
    width: 20.8333333333vw;
    height: 4.1666666667vw;
    border-width: 0.2083333333vw;
    padding: 1.25vw 1.1111111111vw 0.9722222222vw;
  }
}
@media screen and (min-width: 1200px) {
  .wp-block-button__link {
    font-size: 20px;
    width: 300px;
    height: 60px;
    border-width: 3px;
    padding: 18px 16px 14px;
  }
}
.wp-block-button__link:hover {
  background-color: #01A4FF;
  color: #ffffff;
}
.--blueBG .wp-block-button__link:hover {
  background-color: #ffffff;
  color: #1D2087;
  opacity: 0.5;
}

.p-cont .p-cont__in {
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-cont .p-cont__in {
    width: 83.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-cont .p-cont__in {
    width: 1200px;
  }
}
.p-cont .p-cont__title {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 480px) {
  .p-cont .p-cont__title {
    align-items: center;
  }
}
@media screen and (min-width: 480px) {
  .p-cont .p-cont__title {
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-cont .p-cont__title {
    align-items: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .home .p-cont .p-cont__title {
    margin-bottom: 7.6923076923vw;
  }
}
@media screen and (min-width: 480px) {
  .home .p-cont .p-cont__title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .home .p-cont .p-cont__title {
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 1200px) {
  .home .p-cont .p-cont__title {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .body .p-cont .p-recruit__title, .body .p-cont .p-CSR__title, .body .p-cont .p-SDGs__title {
    margin-bottom: 7.6923076923vw;
  }
}
@media screen and (min-width: 480px) {
  .body .p-cont .p-recruit__title, .body .p-cont .p-CSR__title, .body .p-cont .p-SDGs__title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .body .p-cont .p-recruit__title, .body .p-cont .p-CSR__title, .body .p-cont .p-SDGs__title {
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .body .p-cont .p-recruit__title, .body .p-cont .p-CSR__title, .body .p-cont .p-SDGs__title {
    margin-bottom: 40px;
  }
}
.p-cont .p-cont__titleTxt,
.p-cont .p-cont__titleTxt.p-recruit__titleTxt,
.p-cont .p-cont__titleTxt.p-CSR__titleTxt,
.p-cont .p-cont__titleTxt.p-SDGs__titleTxt {
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0;
  background-color: transparent;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  .p-cont .p-cont__titleTxt,
  .p-cont .p-cont__titleTxt.p-recruit__titleTxt,
  .p-cont .p-cont__titleTxt.p-CSR__titleTxt,
  .p-cont .p-cont__titleTxt.p-SDGs__titleTxt {
    font-size: 6.1538461538vw;
  }
}
@media screen and (min-width: 480px) {
  .p-cont .p-cont__titleTxt,
  .p-cont .p-cont__titleTxt.p-recruit__titleTxt,
  .p-cont .p-cont__titleTxt.p-CSR__titleTxt,
  .p-cont .p-cont__titleTxt.p-SDGs__titleTxt {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .p-cont .p-cont__titleTxt,
  .p-cont .p-cont__titleTxt.p-recruit__titleTxt,
  .p-cont .p-cont__titleTxt.p-CSR__titleTxt,
  .p-cont .p-cont__titleTxt.p-SDGs__titleTxt {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-cont .p-cont__titleTxt,
  .p-cont .p-cont__titleTxt.p-recruit__titleTxt,
  .p-cont .p-cont__titleTxt.p-CSR__titleTxt,
  .p-cont .p-cont__titleTxt.p-SDGs__titleTxt {
    font-size: 32px;
  }
}
.p-cont .p-cont__titleTxt.p-SDGs__titleTxt {
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0;
  background-color: transparent;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  .p-cont .p-cont__titleTxt.p-SDGs__titleTxt {
    font-size: 6.1538461538vw;
    text-align: center;
  }
}
@media screen and (min-width: 480px) {
  .p-cont .p-cont__titleTxt.p-SDGs__titleTxt {
    font-size: 24px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-cont .p-cont__titleTxt.p-SDGs__titleTxt {
    font-size: 2.2222222222vw;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .p-cont .p-cont__titleTxt.p-SDGs__titleTxt {
    font-size: 32px;
  }
}
.body.home .p-cont .p-cont__titleEN, .body .p-cont .p-cont__titleEN.p-recruit__titleEN, .body .p-cont .p-cont__titleEN.p-CSR__titleEN, .body .p-cont .p-cont__titleEN.p-SDGs__titleEN {
  font-weight: 100;
  margin-left: 0 !important;
  margin-right: 0 !important;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .body.home .p-cont .p-cont__titleEN, .body .p-cont .p-cont__titleEN.p-recruit__titleEN, .body .p-cont .p-cont__titleEN.p-CSR__titleEN, .body .p-cont .p-cont__titleEN.p-SDGs__titleEN {
    font-size: 15.3846153846vw;
    margin-bottom: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) {
  .body.home .p-cont .p-cont__titleEN, .body .p-cont .p-cont__titleEN.p-recruit__titleEN, .body .p-cont .p-cont__titleEN.p-CSR__titleEN, .body .p-cont .p-cont__titleEN.p-SDGs__titleEN {
    font-size: 60px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .body.home .p-cont .p-cont__titleEN, .body .p-cont .p-cont__titleEN.p-recruit__titleEN, .body .p-cont .p-cont__titleEN.p-CSR__titleEN, .body .p-cont .p-cont__titleEN.p-SDGs__titleEN {
    font-size: 5.5555555556vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .body.home .p-cont .p-cont__titleEN, .body .p-cont .p-cont__titleEN.p-recruit__titleEN, .body .p-cont .p-cont__titleEN.p-CSR__titleEN, .body .p-cont .p-cont__titleEN.p-SDGs__titleEN {
    font-size: 80px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .body .p-cont .p-cont__titleEN.p-CSR__titleEN, .body .p-cont .p-cont__titleEN.p-SDGs__titleEN {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .body .p-cont .p-cont__titleEN.p-CSR__titleEN, .body .p-cont .p-cont__titleEN.p-SDGs__titleEN {
    margin-bottom: 20px;
  }
}

.body .p-cont.wp-block-group {
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .p-hworks {
    padding: 15.3846153846vw 0;
  }
}
@media screen and (min-width: 480px) {
  .p-hworks {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-hworks {
    padding: 6.9444444444vw 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-hworks {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-hworks .p-hworks__title {
    flex-direction: row-reverse !important;
    align-items: baseline;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-hworks .p-cont__titleTxt {
    padding-left: 2.2222222222vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-hworks .p-cont__titleTxt {
    padding-left: 32px;
  }
}
.body.home .p-hworks .p-cont__titleEN {
  margin-bottom: 0;
}

.p-workList {
  list-style: none;
  display: grid;
  padding: 0;
}
.article .p-workList {
  padding-left: 0;
}
@media screen and (max-width: 480px) {
  .p-workList {
    grid-template-columns: 1fr 1fr;
    gap: 2.5641025641vw;
    margin-top: 7.6923076923vw;
  }
}
@media screen and (min-width: 480px) {
  .p-workList {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-workList {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.0833333333vw;
    margin-top: 5vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-workList {
    gap: 30px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .p-workList.related-list {
    gap: 1.2820512821vw;
  }
}
@media screen and (min-width: 480px) {
  .p-workList.related-list {
    gap: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .p-workList.related-list {
    gap: 0.8333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-workList.related-list {
    gap: 10px;
  }
}

.p-workList__item {
  display: block;
  margin: 0 !important;
}
.related-list .p-workList__item {
  align-self: stretch;
}
@media screen and (max-width: 480px) {
  .related-list .p-workList__item {
    width: calc(50% - 0.641025641vw);
  }
}
@media screen and (min-width: 480px) {
  .related-list .p-workList__item {
    width: calc(50% - 2.5px);
  }
}
@media screen and (min-width: 1024px) {
  .related-list .p-workList__item {
    width: calc(25% - 0.625vw);
  }
}
@media screen and (min-width: 1200px) {
  .related-list .p-workList__item {
    width: calc(25% - 7.5px);
  }
}

.single .rect-vertical-card .related-list {
  justify-content: flex-start;
}
.single .rect-vertical-card-4 .related-entry-card-wrap {
  width: auto;
  padding: 0;
  height: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .single .rect-vertical-card .related-entry-card-thumb img {
    border-radius: 10px 10px 0 0;
  }
}
@media screen and (min-width: 480px) {
  .single .rect-vertical-card .related-entry-card-thumb img {
    border-radius: 10px 10px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .single .rect-vertical-card .related-entry-card-thumb img {
    border-radius: 0.8333333333vw 0.8333333333vw 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .single .rect-vertical-card .related-entry-card-thumb img {
    border-radius: 10px 10px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .single .related-entry-card-title {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 480px) {
  .single .related-entry-card-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .single .related-entry-card-title {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .single .related-entry-card-title {
    font-size: 18px;
  }
}
.single .related-entry-card-title > span {
  font-size: 0.8em;
}

.p-workList__card {
  display: block;
  text-decoration: none;
  color: #333333;
  transition: opacity 0.2s ease-in-out;
  background-color: #ffffff;
}
@media screen and (max-width: 480px) {
  .p-workList__card {
    border-radius: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) {
  .p-workList__card {
    border-radius: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .p-workList__card {
    border-radius: 1.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-workList__card {
    border-radius: 20px;
  }
}
.home .p-workList__card {
  border: 1px solid #dddddd;
}
.p-workList__card:hover {
  opacity: 0.5;
  color: #333333;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .single-works .p-workList__card {
    border-radius: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) {
  .single-works .p-workList__card {
    border-radius: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .single-works .p-workList__card {
    border-radius: 0.8333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .single-works .p-workList__card {
    border-radius: 10px;
  }
}

.p-workList__img {
  position: relative;
  aspect-ratio: 380/275;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .p-workList__img {
    border-radius: 2.5641025641vw 2.5641025641vw 0 0;
  }
}
@media screen and (min-width: 480px) {
  .p-workList__img {
    border-radius: 10px 10px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-workList__img {
    border-radius: 1.6666666667vw 1.6666666667vw 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-workList__img {
    border-radius: 20px 20px 0 0;
  }
}
.p-workList__img picture {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.p-workList__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  .single-works .p-workList__img {
    border-radius: 2.5641025641vw 2.5641025641vw 0 0;
  }
}
@media screen and (min-width: 480px) {
  .single-works .p-workList__img {
    border-radius: 10px 10px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .single-works .p-workList__img {
    border-radius: 0.8333333333vw 0.8333333333vw 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .single-works .p-workList__img {
    border-radius: 10px 10px 0 0;
  }
}

@media screen and (max-width: 480px) {
  .p-workList__info {
    border-radius: 0 0 5.1282051282vw 5.1282051282vw;
    padding: 1.2820512821vw 2.5641025641vw 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) {
  .p-workList__info {
    border-radius: 0 0 20px 20px;
    padding: 5px 10px 10px;
  }
}
@media screen and (min-width: 1024px) {
  .p-workList__info {
    border-radius: 0 0 1.3888888889vw 1.3888888889vw;
    padding: 0.3472222222vw 0.6944444444vw 0.6944444444vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-workList__info {
    border-radius: 0 0 20px 20px;
    padding: 5px 10px 10px;
  }
}

@media screen and (max-width: 480px) {
  .p-workList__time {
    font-size: 3.0769230769vw;
  }
}
@media screen and (min-width: 480px) {
  .p-workList__time {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .p-workList__time {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-workList__time {
    font-size: 12px;
  }
}

.article .p-workList__title {
  padding: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
@media screen and (max-width: 480px) {
  .article .p-workList__title {
    font-size: 3.5897435897vw;
    margin-bottom: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) {
  .article .p-workList__title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .article .p-workList__title {
    font-size: 1.1111111111vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1200px) {
  .article .p-workList__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.p-workList__area {
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .p-workList__area {
    font-size: 3.0769230769vw;
  }
}
@media screen and (min-width: 480px) {
  .p-workList__area {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .p-workList__area {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-workList__area {
    font-size: 12px;
  }
}

@media screen and (min-width: 1024px) {
  .single .related-entry-card-snippet {
    margin-bottom: 0.8333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .single .related-entry-card-snippet {
    margin-bottom: 10px;
  }
}

.p-workList__none {
  text-align: center;
}

.single ul .p-wLTags, .archive ul .p-wLTags, .article ul .p-wLTags {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.single ul .p-wLTags .p-wLTags__item, .archive ul .p-wLTags .p-wLTags__item, .article ul .p-wLTags .p-wLTags__item {
  margin: 0;
  display: inline-block;
  color: #ffffff;
  border-radius: 50px;
  letter-spacing: -0.04em;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .single ul .p-wLTags .p-wLTags__item, .archive ul .p-wLTags .p-wLTags__item, .article ul .p-wLTags .p-wLTags__item {
    font-size: 2.8205128205vw;
    padding: 0.5128205128vw 2.5641025641vw 0.2564102564vw;
  }
}
@media screen and (min-width: 480px) {
  .single ul .p-wLTags .p-wLTags__item, .archive ul .p-wLTags .p-wLTags__item, .article ul .p-wLTags .p-wLTags__item {
    font-size: 11px;
    padding: 2px 10px 1px;
  }
}
@media screen and (min-width: 1024px) {
  .single ul .p-wLTags .p-wLTags__item, .archive ul .p-wLTags .p-wLTags__item, .article ul .p-wLTags .p-wLTags__item {
    letter-spacing: 0;
    font-size: 0.9027777778vw;
    padding: 0.2777777778vw 0.6944444444vw 0.2083333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .single ul .p-wLTags .p-wLTags__item, .archive ul .p-wLTags .p-wLTags__item, .article ul .p-wLTags .p-wLTags__item {
    font-size: 13px;
    padding: 2px 10px 1px;
  }
}

.p-wLTags.--n {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .p-wLTags.--n {
    margin-bottom: 1.2820512821vw;
    gap: 1.2820512821vw;
  }
}
@media screen and (min-width: 480px) {
  .p-wLTags.--n {
    margin-bottom: 5px;
    gap: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .p-wLTags.--n {
    margin-bottom: 0.8333333333vw;
    gap: 0.4166666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-wLTags.--n {
    margin-bottom: 10px;
    gap: 5px;
  }
}
.single .related-entries .p-wLTags.--n {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .single .related-entries .p-wLTags.--n {
    padding: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) {
  .single .related-entries .p-wLTags.--n {
    padding: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .single .related-entries .p-wLTags.--n {
    padding: 0.8333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .single .related-entries .p-wLTags.--n {
    padding: 10px;
  }
}
.single .p-wLTags.--n {
  font-size: 10px;
}
@media screen and (min-width: 1024px) {
  .single .p-wLTags.--n {
    font-size: 1.1666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .single .p-wLTags.--n {
    font-size: 14px;
  }
}
.single .related-entries .p-wLTags.--n {
  font-size: 10px;
}
@media screen and (min-width: 1024px) {
  .single .related-entries .p-wLTags.--n {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1200px) {
  .single .related-entries .p-wLTags.--n {
    font-size: 12px;
  }
}
.p-wLTags.--n .p-wLTags__item {
  background-color: #008F42;
  font-weight: 700;
  text-align: center;
  margin: 0;
  list-style: none;
  display: inline-block;
  color: #ffffff;
  letter-spacing: 0.05em;
  border-radius: 3px !important;
}
@media screen and (max-width: 480px) {
  .p-wLTags.--n .p-wLTags__item {
    padding: 0.5128205128vw 1.2820512821vw 0.2564102564vw;
  }
}
@media screen and (min-width: 480px) {
  .p-wLTags.--n .p-wLTags__item {
    padding: 2px 5px 1px;
  }
}
@media screen and (min-width: 1024px) {
  .p-wLTags.--n .p-wLTags__item {
    padding: 0.1666666667vw 0.8333333333vw 0.0833333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-wLTags.--n .p-wLTags__item {
    padding: 2px 10px 1px;
  }
}
.single .related-entries .p-wLTags.--n .p-wLTags__item {
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .single .related-entries .p-wLTags.--n .p-wLTags__item {
    padding: 0.5128205128vw 1.2820512821vw 0.2564102564vw;
  }
}
@media screen and (min-width: 480px) {
  .single .related-entries .p-wLTags.--n .p-wLTags__item {
    padding: 2px 5px 1px;
  }
}
@media screen and (min-width: 1024px) {
  .single .related-entries .p-wLTags.--n .p-wLTags__item {
    padding: 0.1666666667vw 0.4166666667vw 0.0833333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .single .related-entries .p-wLTags.--n .p-wLTags__item {
    padding: 2px 5px 1px;
  }
}

.p-wLTags.--nt {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .p-wLTags.--nt {
    gap: 1.2820512821vw;
  }
}
@media screen and (min-width: 480px) {
  .p-wLTags.--nt {
    gap: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .p-wLTags.--nt {
    gap: 0.4166666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-wLTags.--nt {
    gap: 5px;
  }
}
.single .p-wLTags.--nt {
  font-size: 10px;
}
@media screen and (min-width: 1024px) {
  .single .p-wLTags.--nt {
    font-size: 1.1666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .single .p-wLTags.--nt {
    font-size: 14px;
  }
}
.single .related-entries .p-wLTags.--nt {
  font-size: 10px;
}
@media screen and (min-width: 1024px) {
  .single .related-entries .p-wLTags.--nt {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1200px) {
  .single .related-entries .p-wLTags.--nt {
    font-size: 12px;
  }
}
.p-wLTags.--nt .p-wLTags__item {
  background-color: #01A4FF;
  font-weight: 700;
  text-align: center;
  margin: 0;
  list-style: none;
  display: inline-block;
  color: #ffffff;
  letter-spacing: 0.05em;
  border-radius: 100px !important;
}
@media screen and (max-width: 480px) {
  .p-wLTags.--nt .p-wLTags__item {
    padding: 0.5128205128vw 1.2820512821vw 0.2564102564vw;
  }
}
@media screen and (min-width: 480px) {
  .p-wLTags.--nt .p-wLTags__item {
    padding: 2px 5px 1px;
  }
}
@media screen and (min-width: 1024px) {
  .p-wLTags.--nt .p-wLTags__item {
    padding: 0.1666666667vw 0.8333333333vw 0.0833333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-wLTags.--nt .p-wLTags__item {
    padding: 2px 10px 1px;
  }
}
.single .related-entries .p-wLTags.--nt .p-wLTags__item {
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .single .related-entries .p-wLTags.--nt .p-wLTags__item {
    padding: 0.5128205128vw 1.2820512821vw 0.2564102564vw;
  }
}
@media screen and (min-width: 480px) {
  .single .related-entries .p-wLTags.--nt .p-wLTags__item {
    padding: 2px 5px 1px;
  }
}
@media screen and (min-width: 1024px) {
  .single .related-entries .p-wLTags.--nt .p-wLTags__item {
    padding: 0.1666666667vw 0.4166666667vw 0.0833333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .single .related-entries .p-wLTags.--nt .p-wLTags__item {
    padding: 2px 5px 1px;
  }
}

.p-wLTags.--c {
  display: flex;
  padding: 0;
  font-size: 10px;
}
@media screen and (max-width: 480px) {
  .p-wLTags.--c {
    gap: 1.2820512821vw;
    margin-bottom: 5.1282051282vw;
  }
}
@media screen and (min-width: 480px) {
  .p-wLTags.--c {
    gap: 5px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-wLTags.--c {
    gap: 0.4166666667vw;
    font-size: 1.1666666667vw;
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-wLTags.--c {
    gap: 5px;
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.home .p-wLTags.--c, .single-works .related-entries .p-wLTags.--c, .works .p-workList__img .p-wLTags.--c {
  flex-direction: column;
  position: absolute;
  letter-spacing: 0.5em;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .home .p-wLTags.--c, .single-works .related-entries .p-wLTags.--c, .works .p-workList__img .p-wLTags.--c {
    top: 1.2820512821vw;
    left: 1.2820512821vw;
  }
}
@media screen and (min-width: 480px) {
  .home .p-wLTags.--c, .single-works .related-entries .p-wLTags.--c, .works .p-workList__img .p-wLTags.--c {
    top: 5px;
    left: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .home .p-wLTags.--c, .single-works .related-entries .p-wLTags.--c, .works .p-workList__img .p-wLTags.--c {
    top: 0.8333333333vw;
    left: 0.8333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .home .p-wLTags.--c, .single-works .related-entries .p-wLTags.--c, .works .p-workList__img .p-wLTags.--c {
    top: 10px;
    left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .single-works .related-entries .p-wLTags.--c {
    font-size: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) {
  .single-works .related-entries .p-wLTags.--c {
    font-size: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .single-works .related-entries .p-wLTags.--c {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1200px) {
  .single-works .related-entries .p-wLTags.--c {
    font-size: 12px;
  }
}
.p-wLTags.--c .p-wLTags__item {
  background-color: #008F42;
  font-weight: 700;
  text-align: center;
  margin: 0;
  list-style: none;
  display: inline-block;
  color: #ffffff;
  letter-spacing: 0.05em;
  border-radius: 3px !important;
}
@media screen and (max-width: 480px) {
  .p-wLTags.--c .p-wLTags__item {
    padding: 0.5128205128vw 1.2820512821vw 0.2564102564vw;
    font-size: 2.8205128205vw;
  }
}
@media screen and (min-width: 480px) {
  .p-wLTags.--c .p-wLTags__item {
    padding: 2px 5px 1px;
    font-size: 11px;
  }
}
@media screen and (min-width: 1024px) {
  .p-wLTags.--c .p-wLTags__item {
    padding: 0.1666666667vw 0.8333333333vw 0.0833333333vw;
    font-size: 1.1666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-wLTags.--c .p-wLTags__item {
    padding: 2px 10px 1px;
    font-size: 14px;
  }
}

.p-wLTags.--t {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .p-wLTags.--t {
    gap: 1.2820512821vw;
  }
}
@media screen and (min-width: 480px) {
  .p-wLTags.--t {
    gap: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .p-wLTags.--t {
    gap: 0.3472222222vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-wLTags.--t {
    gap: 5px;
  }
}
@media screen and (max-width: 480px) {
  .single-works .related-entries .p-wLTags.--t {
    margin-bottom: 1.2820512821vw;
  }
}
@media screen and (min-width: 480px) {
  .single-works .related-entries .p-wLTags.--t {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .single-works .related-entries .p-wLTags.--t {
    margin-bottom: 0.8333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .single-works .related-entries .p-wLTags.--t {
    margin-bottom: 10px;
  }
}
.p-wLTags.--t .p-wLTags__item {
  background-color: #01A4FF;
  margin: 0;
  list-style: none;
  display: inline-block;
  border-radius: 100px;
  padding: 1px 10px;
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  .p-wLTags.--t .p-wLTags__item {
    padding: 0.5128205128vw 1.2820512821vw 0.2564102564vw;
    font-size: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) {
  .p-wLTags.--t .p-wLTags__item {
    padding: 2px 5px 1px;
    font-size: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .p-wLTags.--t .p-wLTags__item {
    padding: 0.1666666667vw 0.8333333333vw 0.0833333333vw;
    font-size: 1.1666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-wLTags.--t .p-wLTags__item {
    padding: 2px 10px 1px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .single-works .related-entries .p-wLTags.--t .p-wLTags__item {
    font-size: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) {
  .single-works .related-entries .p-wLTags.--t .p-wLTags__item {
    font-size: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .single-works .related-entries .p-wLTags.--t .p-wLTags__item {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1200px) {
  .single-works .related-entries .p-wLTags.--t .p-wLTags__item {
    font-size: 12px;
  }
}
.p-recruit {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  position: relative;
}
.p-recruit .p-cont__titleEN {
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .p-recruit .p-cont__titleEN {
    color: #01A4FF;
  }
}
.p-recruit .p-cont__titleTxt {
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .p-recruit {
    z-index: 3;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit::before {
    content: "";
    display: block;
    width: 100vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #01A4FF;
    z-index: -1;
    height: 25vw;
    top: 4.6527777778vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-recruit::before {
    height: 360px;
    top: 67px;
  }
}

@media screen and (min-width: 1024px) {
  .p-recruit__in {
    display: flex;
    justify-content: space-between;
  }
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .p-recruit__contWrapper {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0;
  position: absolute;
  background-color: rgba(1, 164, 255, 0.9);
  text-align: center;
  padding: 30px 0;
}
@media screen and (max-width: 480px) {
  body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .p-recruit__contWrapper {
    top: 12.8205128205vw;
    left: 50%;
    transform: translateX(-50%);
    width: 89.7435897436vw;
    height: 95.641025641vw;
  }
}
@media screen and (min-width: 480px) {
  body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .p-recruit__contWrapper {
    top: 50px;
    width: 350px;
    height: 373px;
    right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .p-recruit__contWrapper {
    text-align: left;
    width: auto;
    height: auto;
    position: static;
    transform: none;
    background-color: transparent;
    width: 24.7222222222vw;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .p-recruit__contWrapper {
    width: 356px;
  }
}

.p-recruit__cont {
  color: #ffffff;
}
.p-recruit__cont .wp-block-heading {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  padding: 0;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .p-recruit__cont .wp-block-heading {
    margin-bottom: 5.1282051282vw;
    font-size: 5.1282051282vw;
  }
}
@media screen and (min-width: 480px) {
  .p-recruit__cont .wp-block-heading {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit__cont .wp-block-heading {
    margin-bottom: 1.3888888889vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-recruit__cont .wp-block-heading {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .p-recruit__btn {
    width: 100%;
  }
  .p-recruit__btn > a {
    width: 100%;
  }
}

.wp-block-buttons > .wp-block-button {
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .wp-block-buttons > .wp-block-button {
    margin: auto;
  }
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .p-recruit__img {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media screen and (min-width: 1024px) {
  body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .p-recruit__img {
    margin-top: 2.3611111111vw;
  }
}
@media screen and (min-width: 1200px) {
  body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .p-recruit__img {
    margin-top: 34px;
  }
}
body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .p-recruit__img img {
  width: 100vw;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .p-recruit__img img {
    height: 120.5128205128vw;
  }
}
@media screen and (min-width: 480px) {
  body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .p-recruit__img img {
    height: 470px;
  }
}
@media screen and (min-width: 1024px) {
  body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .p-recruit__img img {
    width: 44.4444444444vw;
    border-radius: 4.1666666667vw;
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .p-recruit__img img {
    width: 640px;
    border-radius: 60px;
  }
}

.p-CSR {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-color: #FFFAF2;
}
@media screen and (max-width: 480px) {
  .p-CSR {
    padding: 7.6923076923vw 0 73.8461538462vw;
  }
}
@media screen and (min-width: 480px) {
  .p-CSR {
    padding: 30px 0 130px;
  }
}
@media screen and (min-width: 1024px) {
  .p-CSR {
    padding-top: 0;
    margin-top: -3.6111111111vw;
    padding-bottom: 6.9444444444vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-CSR {
    margin-top: -52px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .p-CSR .p-cont__title {
    padding-top: 1.1805555556vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-CSR .p-cont__title {
    padding-top: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .p-CSR .p-cont__titleEN {
    text-align: right;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .p-CSR .p-cont__titleTxt {
    text-align: right;
    width: 100%;
  }
}
.p-CSR .p-CSR__in {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-CSR .p-CSR__in {
    position: static;
    display: flex;
    flex-direction: row-reverse;
    padding-top: 6.9444444444vw;
    width: 79.5138888889vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-CSR .p-CSR__in {
    padding-top: 100px;
    width: 1145px;
  }
}

.body .p-CSR.wp-block-group {
  margin-bottom: 0;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .p-CSR__contWrapper {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .p-CSR__contWrapper {
    width: 38.5416666667vw;
    margin-left: -3.4722222222vw !important;
  }
}
@media screen and (min-width: 1200px) {
  body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .p-CSR__contWrapper {
    width: 555px;
    margin-left: -50px !important;
  }
}

.p-CSR__cont {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
}
@media screen and (max-width: 480px) {
  .p-CSR__cont {
    width: calc(100% - 10.2564102564vw);
    top: 83.3333333333vw;
    border-radius: 7.6923076923vw 7.6923076923vw 0 0;
    padding: 7.6923076923vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 480px) {
  .p-CSR__cont {
    width: calc(100% - 250px);
    top: 325px;
    border-radius: 30px 0 0 30px;
    padding: 30px;
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-CSR__cont {
    position: static;
    transform: none;
    width: auto;
    border-radius: 2.0833333333vw;
    padding: 3.4722222222vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-CSR__cont {
    border-radius: 30px;
    padding: 50px;
  }
}
.p-CSR__cont .wp-block-heading {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  padding: 0;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .p-CSR__cont .wp-block-heading {
    font-size: 5.1282051282vw;
    margin-top: 5.1282051282vw;
  }
}
@media screen and (min-width: 480px) {
  .p-CSR__cont .wp-block-heading {
    font-size: 20px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-CSR__cont .wp-block-heading {
    text-align: right;
    font-size: 1.6666666667vw;
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-CSR__cont .wp-block-heading {
    font-size: 24px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-CSR__cont p {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-CSR__cont p {
    font-size: 16px;
  }
}

.p-CSR__img {
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-CSR__img {
    margin-left: 3.6805555556vw !important;
  }
}
@media screen and (min-width: 1200px) {
  .p-CSR__img {
    margin-left: 53px !important;
  }
}
@media screen and (max-width: 480px) {
  .p-CSR__img img {
    width: 100vw;
  }
}
@media screen and (min-width: 480px) {
  .p-CSR__img img {
    width: 70vw;
    border-radius: 0 30px 30px 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-CSR__img img {
    width: 44.4444444444vw;
    border-radius: 4.1666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-CSR__img img {
    width: 640px;
    border-radius: 60px;
  }
}

.archive .p-newsList,
.article .p-newsList {
  background-color: #ffffff;
}
@media screen and (max-width: 480px) {
  .archive .p-newsList,
  .article .p-newsList {
    margin: 0 auto;
    border-radius: 5.1282051282vw;
    padding: 2.5641025641vw 5.1282051282vw 5.1282051282vw;
  }
}
@media screen and (min-width: 480px) {
  .archive .p-newsList,
  .article .p-newsList {
    border-radius: 20px;
    padding: 10px 20px 20px;
    margin-right: 20px !important;
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1024px) {
  .archive .p-newsList,
  .article .p-newsList {
    margin: 0;
    padding: 3.4722222222vw 2.0833333333vw;
    border-radius: 4.1666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .archive .p-newsList,
  .article .p-newsList {
    padding: 50px 30px;
    border-radius: 60px;
  }
}
@media screen and (max-width: 480px) {
  .home .archive .p-newsList,
  .home .article .p-newsList {
    width: 89.7435897436vw;
  }
}
@media screen and (min-width: 480px) {
  .home .archive .p-newsList,
  .home .article .p-newsList {
    width: 90vw;
  }
}
@media screen and (min-width: 1024px) {
  .home .archive .p-newsList,
  .home .article .p-newsList {
    width: 45.1388888889vw;
  }
}
@media screen and (min-width: 1200px) {
  .home .archive .p-newsList,
  .home .article .p-newsList {
    width: 650px;
  }
}

@media screen and (min-width: 1024px) {
  body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) ul.p-newsList {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.p-newsList__item {
  list-style: none;
}
.p-newsList__item:last-child .p-newsList__link {
  border-bottom: none;
  margin-bottom: 0;
}
.article .p-newsList__item {
  margin: 0;
}

.p-newsList__link {
  display: grid;
  width: 100%;
  color: #333333;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
  border-bottom-style: dashed;
  border-bottom-color: #999999;
  border-bottom-width: 1px;
}
@media screen and (max-width: 480px) {
  .p-newsList__link {
    grid-template-columns: 20.5128205128vw 1fr;
    column-gap: 5.1282051282vw;
    padding: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) {
  .p-newsList__link {
    grid-template-columns: 80px 1fr;
    column-gap: 20px;
    padding: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .p-newsList__link {
    grid-template-columns: 6.9444444444vw 1fr;
    column-gap: 1.3888888889vw;
    padding: 1.3888888889vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-newsList__link {
    grid-template-columns: 100px 1fr;
    column-gap: 20px;
    padding: 20px;
  }
}
.p-newsList__link:hover {
  color: #333333;
  background-color: #E6F6FF;
}

.p-newsList__img img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  .p-newsList__img img {
    width: 20.5128205128vw;
    border-radius: 1.2820512821vw;
  }
}
@media screen and (min-width: 480px) {
  .p-newsList__img img {
    width: 80px;
    border-radius: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .p-newsList__img img {
    width: 6.9444444444vw;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-newsList__img img {
    width: 100px;
    border-radius: 10px;
  }
}

.p-newsList__date {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.p-newsList__date time {
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .p-newsList__date time {
    font-size: 3.5897435897vw;
  }
}
@media screen and (min-width: 480px) {
  .p-newsList__date time {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .p-newsList__date time {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-newsList__date time {
    font-size: 16px;
  }
}
.p-newsList__date .p-newsList__new {
  display: inline-block;
  background-color: #FF8A00;
  color: #ffffff;
  font-weight: 700;
  margin-left: 1em;
  border-radius: 3px;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .p-newsList__date .p-newsList__new {
    font-size: 2.8205128205vw;
    padding: 0.5128205128vw 1.0256410256vw 0.2564102564vw;
  }
}
@media screen and (min-width: 480px) {
  .p-newsList__date .p-newsList__new {
    font-size: 11px;
    padding: 2px 4px 1px;
  }
}
@media screen and (min-width: 1024px) {
  .p-newsList__date .p-newsList__new {
    font-size: 0.9027777778vw;
    padding: 0.0694444444vw 0.2777777778vw 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-newsList__date .p-newsList__new {
    font-size: 13px;
    padding: 1px 4px;
  }
}

.article .p-newsList__title {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .article .p-newsList__title {
    font-size: 3.5897435897vw;
  }
}
@media screen and (min-width: 480px) {
  .article .p-newsList__title {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .article .p-newsList__title {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1200px) {
  .article .p-newsList__title {
    font-size: 16px;
  }
}

.article .p-newsList__cats {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .article .p-newsList__cats {
    gap: 1.2820512821vw;
    line-height: 4.1025641026vw;
    margin-bottom: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) {
  .article .p-newsList__cats {
    gap: 5px;
    line-height: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .article .p-newsList__cats {
    line-height: 1.25vw;
    gap: 0.3472222222vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1200px) {
  .article .p-newsList__cats {
    line-height: 18px;
    gap: 5px;
    margin-bottom: 10px;
  }
}

.article .p-newsList__cat {
  list-style: none;
  background-color: #008F42;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
  border-radius: 3px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .article .p-newsList__cat {
    font-size: 2.8205128205vw;
    line-height: 4.1025641026vw;
    padding: 0.2564102564vw 1.0256410256vw;
  }
}
@media screen and (min-width: 480px) {
  .article .p-newsList__cat {
    font-size: 11px;
    line-height: 16px;
    padding: 1px 4px;
  }
}
@media screen and (min-width: 1024px) {
  .article .p-newsList__cat {
    font-size: 0.9027777778vw;
    line-height: 1.25vw;
    padding: 0.0694444444vw 0.2777777778vw 0;
  }
}
@media screen and (min-width: 1200px) {
  .article .p-newsList__cat {
    font-size: 13px;
    line-height: 18px;
    padding: 1px 4px;
  }
}
.article .p-newsList__cat:first-child {
  margin-left: 0;
}
.article .article .p-newsList__cat {
  margin: 0;
}

@media screen and (max-width: 480px) {
  .archive .list {
    margin-top: 7.6923076923vw;
  }
}
@media screen and (min-width: 480px) {
  .archive .list {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .archive .list {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 1200px) {
  .archive .list {
    margin-top: 60px;
  }
}

.archive .p-newsList {
  background-color: #E6F6FF;
  max-width: 92vw;
}
@media screen and (min-width: 1024px) {
  .archive .p-newsList {
    max-width: 800px;
    margin-right: auto !important;
    border-radius: 2.5vw;
    padding: 2.5vw 4.1666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .archive .p-newsList {
    border-radius: 30px;
    padding: 30px 50px;
  }
}

@media screen and (max-width: 480px) {
  .entry-card-title {
    font-size: 3.5897435897vw;
  }
}
@media screen and (min-width: 480px) {
  .entry-card-title {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .entry-card-title {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .entry-card-title {
    font-size: 16px;
  }
}

.entry-card-thumb {
  width: auto;
}

.entry-card-content {
  margin-left: 0;
}

.e-card-meta .e-card-categorys {
  display: block;
}

.entry-card-categorys.e-card-categorys {
  display: flex;
}
@media screen and (max-width: 480px) {
  .entry-card-categorys.e-card-categorys {
    gap: 1.2820512821vw;
    margin-bottom: 1.2820512821vw;
  }
}
@media screen and (min-width: 480px) {
  .entry-card-categorys.e-card-categorys {
    gap: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .entry-card-categorys.e-card-categorys {
    gap: 0.4166666667vw;
    margin-top: 0.4166666667vw;
    margin-bottom: 0.4166666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .entry-card-categorys.e-card-categorys {
    gap: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.entry-category {
  display: inline-block;
  background-color: #008F42;
  color: #ffffff;
  border-radius: 3px;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .entry-category {
    padding: 0.5128205128vw 1.2820512821vw;
    font-weight: 700;
    font-size: 2.8205128205vw;
  }
}
@media screen and (min-width: 480px) {
  .entry-category {
    padding: 2px 5px;
    font-weight: 700;
    font-size: 11px;
  }
}
@media screen and (min-width: 1024px) {
  .entry-category {
    padding: 0.3333333333vw 0.8333333333vw;
    font-weight: 700;
    font-size: 1.0833333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .entry-category {
    padding: 4px 10px;
    font-weight: 700;
    font-size: 13px;
  }
}

.entry-date {
  margin-left: 0;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .entry-date {
    font-size: 2.8205128205vw;
  }
}
@media screen and (min-width: 480px) {
  .entry-date {
    font-size: 11px;
  }
}
@media screen and (min-width: 1024px) {
  .entry-date {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .entry-date {
    font-size: 16px;
  }
}

.related-entries .entry-date {
  margin-left: 0;
  line-height: 1;
  font-size: 10px;
}
@media screen and (min-width: 1024px) {
  .related-entries .entry-date {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1200px) {
  .related-entries .entry-date {
    font-size: 12px;
  }
}

.entry-card .admin-pv {
  margin-bottom: 0;
}

.entry-card-content {
  padding-bottom: 0;
}

.a-wrap {
  color: #333333;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
}
@media screen and (max-width: 480px) {
  .a-wrap {
    padding: 2.5641025641vw 0;
  }
}
@media screen and (min-width: 480px) {
  .a-wrap {
    padding: 10px 0;
  }
}
@media screen and (min-width: 1024px) {
  .a-wrap {
    padding: 1.3888888889vw;
  }
}
@media screen and (min-width: 1200px) {
  .a-wrap {
    padding: 20px;
  }
}
.archive .a-wrap, .news .a-wrap {
  background-color: #E6F6FF;
  border-bottom-style: dashed;
  border-bottom-color: #999999;
  border-bottom-width: 1px;
}
.a-wrap:hover {
  background-color: #ffffff;
}
.p-newsList__item .a-wrap {
  margin-bottom: 0;
}

.date-tags {
  text-align: left;
  display: flex;
  align-items: center;
}

.post-update {
  margin-right: 0;
}

.p-hnews {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  position: relative;
  z-index: 1;
  background-color: #E6F6FF;
  margin-top: 0;
}
.p-hnews.p-cont .p-cont__title {
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .p-hnews.p-cont .p-cont__title {
    padding-left: 5.1282051282vw;
  }
}
@media screen and (min-width: 480px) {
  .p-hnews.p-cont .p-cont__title {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-hnews.p-cont .p-cont__title {
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .p-hnews .wp-block-buttons > .wp-block-button {
    margin: 0 auto 0 5.1282051282vw;
  }
}
@media screen and (min-width: 480px) {
  .p-hnews .wp-block-buttons > .wp-block-button {
    margin: 0 auto 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-hnews .wp-block-buttons > .wp-block-button {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .p-hnews .wp-block-buttons > .wp-block-button {
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .p-hnews {
    padding: 35.641025641vw 0 25.641025641vw;
  }
}
@media screen and (min-width: 480px) {
  .p-hnews {
    padding: 85px 0 60px;
  }
}
@media screen and (min-width: 1024px) {
  .p-hnews {
    margin-top: auto;
    padding: 10.4166666667vw 0 6.9444444444vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-hnews {
    padding: 150px 0 100px;
  }
}
.p-hnews::before {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(109.87deg, #01A4FF 0%, #A8E0FF 100%);
  z-index: -1;
  left: 0;
}
@media screen and (max-width: 480px) {
  .p-hnews::before {
    width: 94.8717948718vw;
    height: 60.5128205128vw;
    top: 25.641025641vw;
    border-radius: 0 15.3846153846vw 15.3846153846vw 0;
    background: linear-gradient(109.87deg, #01A4FF 0%, #A8E0FF 100%);
  }
}
@media screen and (min-width: 480px) {
  .p-hnews::before {
    width: 370px;
    height: 236px;
    top: 45px;
    border-radius: 0 60px 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-hnews::before {
    width: 60.4166666667vw;
    height: 24.3055555556vw;
    top: 6.9444444444vw;
    border-radius: 0 4.1666666667vw 4.1666666667vw 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-hnews::before {
    width: 870px;
    height: 350px;
    top: 100px;
    border-radius: 0 60px 60px 0;
  }
}
.p-hnews .p-cont__title {
  color: #ffffff;
}
.p-hnews .p-hnews__cont {
  margin-bottom: 0;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .p-hnews__cont {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media screen and (max-width: 480px) {
  body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .p-hnews__cont {
    margin-bottom: 12.8205128205vw;
  }
}
@media screen and (min-width: 480px) {
  body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .p-hnews__cont {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .p-hnews__cont {
    margin-bottom: 0;
    padding-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .p-hnews__in {
    display: flex;
    justify-content: space-between;
    column-gap: 10.4166666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-hnews__in {
    column-gap: 150px;
  }
}

.mobile-menu-buttons {
  z-index: 10;
  background-color: transparent;
  right: 0;
  left: auto;
  min-height: unset;
}
@media screen and (max-width: 480px) {
  .mobile-menu-buttons {
    width: 10.2564102564vw;
    margin-top: 2.5641025641vw;
    margin-right: 2.5641025641vw;
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 480px) {
  .mobile-menu-buttons {
    width: 40px;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 16px;
  }
}
.mobile-menu-buttons > li {
  padding-top: 0;
}
.mobile-menu-buttons .menu-caption {
  display: none;
}

.navi-menu-button.menu-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .navi-menu-button.menu-button {
    height: 10.2564102564vw;
  }
}
@media screen and (min-width: 480px) {
  .navi-menu-button.menu-button {
    height: 40px;
  }
}

.mobile-header-menu-buttons {
  min-width: unset;
  box-shadow: none;
}

.menu-content {
  background: #01A4FF;
  color: #ffffff;
}

.menu-drawer > li {
  border-bottom-style: dashed;
  border-bottom-color: #E6F6FF;
}
@media screen and (max-width: 480px) {
  .menu-drawer > li {
    border-bottom-width: 0.2564102564vw;
  }
}
@media screen and (min-width: 480px) {
  .menu-drawer > li {
    border-bottom-width: 1px;
  }
}
.menu-drawer a {
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  .menu-drawer a {
    padding: 4.1025641026vw 1.5384615385vw;
  }
}
@media screen and (min-width: 480px) {
  .menu-drawer a {
    padding: 16px 6px;
  }
}

.article .p-tabs > li,
.article .p-tabs li.p-tabs__item {
  margin: 0;
}
.article .p-tabs {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .article .p-tabs {
    gap: 1.2820512821vw;
    margin-bottom: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) {
  .article .p-tabs {
    gap: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .article .p-tabs {
    flex-wrap: nowrap;
    gap: 1.6666666667vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .article .p-tabs {
    gap: 20px;
  }
}

.p-tabs__item {
  width: calc(50% - 2.5641025641vw);
  text-align: center;
  background-color: #999999;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
  cursor: pointer;
  list-style: none;
  white-space: nowrap;
  transition: background-color 0.2s ease-in-out;
}
@media screen and (max-width: 480px) {
  .p-tabs__item {
    font-size: 3.5897435897vw;
    border-radius: 2.5641025641vw;
    padding: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) {
  .p-tabs__item {
    font-size: 14px;
    border-radius: 10px;
    padding: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .p-tabs__item {
    width: 25%;
    font-size: 1.6666666667vw;
    border-radius: 0.8333333333vw 0.8333333333vw 0 0;
    padding: 1.25vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-tabs__item {
    font-size: 20px;
    border-radius: 10px 10px 0 0;
    padding: 15px;
  }
}
.p-tabs__item.is-selected {
  background-color: #E6F6FF;
  color: #1D2087;
  cursor: default;
}
.p-tabs__item:hover {
  background-color: #E6F6FF;
  color: #1D2087;
}

.p-tabCont {
  margin: 0 auto;
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-tabCont {
    width: 100vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-tabCont {
    width: 1200px;
  }
}
.wp-admin .p-tabCont {
  display: block;
}
.p-tabCont.is-selected {
  display: flex;
}

.body .p-tabCont.wp-block-group {
  margin-bottom: 0;
}

.p-tabCont__wrapper {
  position: relative;
  width: 100%;
  max-width: none;
  background-color: #E6F6FF;
}
.p-tabCont__wrapper.is-layout-constrained, .p-tabCont__wrapper.wp-block-group-is-layout-constrained {
  max-width: none;
}
@media screen and (max-width: 480px) {
  .p-tabCont__wrapper {
    padding: 5.1282051282vw 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) {
  .p-tabCont__wrapper {
    padding: 20px 10px;
  }
}
@media screen and (min-width: 1024px) {
  .p-tabCont__wrapper {
    padding: 4.1666666667vw 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-tabCont__wrapper {
    padding: 50px 0;
  }
}

.p-worksCont {
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  .p-worksCont {
    gap: 5.1282051282vw;
  }
}
@media screen and (min-width: 480px) {
  .p-worksCont {
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-worksCont {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-worksCont {
    gap: 20px;
  }
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .p-worksCont__box {
  margin-left: 0 !important;
  margin-right: 0 !important;
  background-color: #ffffff;
  width: 100%;
}
@media screen and (max-width: 480px) {
  body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .p-worksCont__box {
    border-radius: 2.5641025641vw;
    padding: 20px;
  }
}
@media screen and (min-width: 480px) {
  body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .p-worksCont__box {
    border-radius: 10px;
    padding: 20px;
  }
}
@media screen and (min-width: 1024px) {
  body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .p-worksCont__box {
    width: calc(50% - 0.8333333333vw);
    border-radius: 1.6666666667vw;
    padding: 1.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .p-worksCont__box {
    width: calc(50% - 10px);
    border-radius: 20px;
    padding: 20px;
  }
}
body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .p-worksCont__box > h2 {
  padding: 0;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .p-worksCont__box > h2 {
    font-size: 4.6153846154vw;
    margin-bottom: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) {
  body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .p-worksCont__box > h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .p-worksCont__box > h2 {
    font-size: 2vw;
    margin-bottom: 0.8333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .p-worksCont__box > h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .p-worksCont__box > ul {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1em;
}
body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .p-worksCont__box > ul > li {
  line-height: 2;
  margin: 0;
}

.body .wp-block-group {
  margin-bottom: 0;
}

.p-business__branchWrapper {
  padding: 0;
}
.body .wp-block-group.p-business__branch {
  margin-bottom: 0;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 480px) {
  .body .wp-block-group.p-business__branch {
    padding-top: 15.3846153846vw;
  }
  .body .wp-block-group.p-business__branch:first-child {
    padding-top: 5.1282051282vw;
  }
}
@media screen and (min-width: 480px) {
  .body .wp-block-group.p-business__branch {
    padding-top: 60px;
  }
  .body .wp-block-group.p-business__branch:first-child {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .body .wp-block-group.p-business__branch {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    column-gap: 4.1666666667vw;
    padding-top: 3.3333333333vw;
  }
  .body .wp-block-group.p-business__branch:first-child {
    padding-top: 1.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .body .wp-block-group.p-business__branch {
    column-gap: 50px;
    padding-top: 40px;
  }
  .body .wp-block-group.p-business__branch:first-child {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .body .wp-block-group.p-business__branch:nth-child(2n-1) {
    flex-direction: row-reverse;
  }
}

body .p-business__branchInfo {
  margin: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media screen and (min-width: 1024px) {
  body .p-business__branchInfo {
    width: 46.67%;
    padding-top: 5.8333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  body .p-business__branchInfo {
    padding-top: 70px;
  }
}

body.body .wp-block-group.p-business__branchImg {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (max-width: 480px) {
  body.body .wp-block-group.p-business__branchImg {
    row-gap: 2.5641025641vw;
    margin-bottom: 7.6923076923vw !important;
  }
}
@media screen and (min-width: 480px) {
  body.body .wp-block-group.p-business__branchImg {
    row-gap: 10px;
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 1024px) {
  body.body .wp-block-group.p-business__branchImg {
    margin-bottom: 0;
    width: 40.83%;
    row-gap: 1.6666666667vw;
    padding: 5.8333333333vw 0 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  body.body .wp-block-group.p-business__branchImg {
    padding: 70px 0 0;
    row-gap: 20px;
  }
}
body.body .wp-block-group.p-business__branchImg::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #ffffff;
  opacity: 0.05;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
@media screen and (max-width: 480px) {
  body.body .wp-block-group.p-business__branchImg::before {
    height: 25.641025641vw;
  }
}
@media screen and (min-width: 480px) {
  body.body .wp-block-group.p-business__branchImg::before {
    height: 100px;
  }
}
@media screen and (min-width: 1024px) {
  body.body .wp-block-group.p-business__branchImg::before {
    top: 0;
    transform: translateX(-50%);
    width: 29.1666666667vw;
    height: 40.8333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  body.body .wp-block-group.p-business__branchImg::before {
    width: 350px;
    height: 490px;
  }
}
body.body .wp-block-group.p-business__branchImg figure {
  display: block;
  margin: 0 !important;
  width: 60%;
}
@media screen and (min-width: 1024px) {
  body.body .wp-block-group.p-business__branchImg figure {
    width: auto;
  }
}
body.body .wp-block-group.p-business__branchImg figure:nth-child(1) {
  align-self: flex-start;
}
body.body .wp-block-group.p-business__branchImg figure:nth-child(2) {
  align-self: flex-end;
}
.article .p-business__btitle {
  color: #ffffff;
  font-weight: 400;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .article .p-business__btitle {
    font-size: 7.1794871795vw;
    margin-bottom: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) {
  .article .p-business__btitle {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .article .p-business__btitle {
    font-size: 3vw;
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .article .p-business__btitle {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

.article .p-business__btxt {
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  .article .p-business__btxt {
    margin-bottom: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) {
  .article .p-business__btxt {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .article .p-business__btxt {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .article .p-business__btxt {
    margin-bottom: 20px;
  }
}

.wp-block-buttons > .wp-block-button.p-business__btn {
  margin: 0;
}
.wp-block-buttons > .wp-block-button.p-business__btn .wp-block-button__link {
  width: auto;
  height: auto;
}
@media screen and (max-width: 480px) {
  .wp-block-buttons > .wp-block-button.p-business__btn .wp-block-button__link {
    font-size: 4.1025641026vw;
    padding: 2.0512820513vw 8.9743589744vw;
  }
}
@media screen and (min-width: 480px) {
  .wp-block-buttons > .wp-block-button.p-business__btn .wp-block-button__link {
    font-size: 16px;
    padding: 8px 35px;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-buttons > .wp-block-button.p-business__btn .wp-block-button__link {
    font-size: 1.3333333333vw;
    padding: 0.6666666667vw 2.9166666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .wp-block-buttons > .wp-block-button.p-business__btn .wp-block-button__link {
    font-size: 16px;
    padding: 8px 35px;
  }
}

.breadcrumb {
  margin: 0 auto;
  max-width: 1200px;
  padding: 1em 0;
}
@media screen and (min-width: 1024px) {
  .breadcrumb {
    padding: 3em 0;
  }
}
.business .breadcrumb {
  color: #ffffff;
}
.business .breadcrumb a {
  color: #ffffff;
}
.business .breadcrumb a:hover {
  text-decoration: underline;
}

.p-profile {
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .p-profile {
    padding: 5.1282051282vw 0 15.3846153846vw;
  }
}
@media screen and (min-width: 480px) {
  .p-profile {
    padding: 20px 0 60px;
  }
}
@media screen and (min-width: 1024px) {
  .p-profile {
    max-width: 800px;
    padding: 5vw 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-profile {
    padding: 60px 0;
  }
}

.p-profile__tab.wp-block-table table {
  width: 100%;
}
.p-profile__tab.wp-block-table table tr {
  background-color: transparent;
}
.p-profile__tab.wp-block-table table th {
  text-align: left;
  background-color: #A8E0FF;
  padding: 0.5em 1em;
}
@media screen and (min-width: 1024px) {
  .p-profile__tab.wp-block-table table th {
    padding: 1em;
  }
}
.p-profile__tab.wp-block-table table td {
  padding: 0.5em 1em 2em;
}
@media screen and (min-width: 1024px) {
  .p-profile__tab.wp-block-table table td {
    padding: 1em;
  }
}
.p-profile__tab.wp-block-table table:not(.has-border-color) :where(th, td) {
  border-color: #01A4FF;
  border-style: dashed;
  border-left: none;
  border-right: none;
}
@media screen and (max-width: 480px) {
  .p-profile__tab.wp-block-table table:not(.has-border-color) :where(th, td) {
    display: block;
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 480px) {
  .p-profile__tab.wp-block-table table:not(.has-border-color) :where(th, td) {
    font-size: 16px;
  }
}
.article .p-profile__title {
  padding: 0;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .article .p-profile__title {
    font-size: 7.6923076923vw;
    margin-bottom: 5.1282051282vw;
  }
}
@media screen and (min-width: 480px) {
  .article .p-profile__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .article .p-profile__title {
    font-size: 3.5vw;
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .article .p-profile__title {
    font-size: 42px;
    margin-bottom: 40px;
  }
}

.sub-menu {
  padding: 0;
}

.p-works {
  width: 100vw;
  max-width: none;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  box-sizing: border-box;
}
.p-works.is-layout-constrained {
  max-width: none;
}

.p-works__pref {
  font-size: 0.6em;
  display: inline-block;
  margin-left: 0.6em;
}

.article .p-works__title .entry-title {
  border-bottom: 3px solid #1D2087;
  padding-bottom: 0.5em;
}

.p-works > .p-tabs {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .p-works {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .p-works > .p-tabs {
    width: 600px;
    flex: 0 0 600px;
    max-width: 600px;
    margin-left: max(0px, (100vw - 1200px) / 2);
    margin-right: auto;
  }
  .p-works > .p-tabs .p-tabs__item {
    width: 50%;
  }
  .p-works > .p-tabCont__wrapper {
    flex: 0 0 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.p-pic {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .p-pic {
    gap: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) {
  .p-pic {
    gap: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .p-pic {
    gap: 3.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-pic {
    gap: 40px;
  }
}

.article ul.p-pic {
  padding: 0;
}

.article ul .p-pic__item {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .article ul .p-pic__item {
    width: calc(50% - 1.2820512821vw);
  }
}
@media screen and (min-width: 480px) {
  .article ul .p-pic__item {
    width: calc(50% - 5px);
  }
}
@media screen and (min-width: 1024px) {
  .article ul .p-pic__item {
    width: calc(50% - 1.6666666667vw);
  }
}
@media screen and (min-width: 1200px) {
  .article ul .p-pic__item {
    width: calc(50% - 20px);
  }
}

.p-contentBody {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 480px) {
  .single-works .p-contentBody {
    margin-bottom: 7.6923076923vw;
  }
}
@media screen and (min-width: 480px) {
  .single-works .p-contentBody {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .single-works .p-contentBody {
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 1200px) {
  .single-works .p-contentBody {
    margin-bottom: 60px;
  }
}
.single-works .p-contentBody h2 {
  padding: 0.5em 0;
  margin-top: 2em;
  margin-bottom: 0;
  border-bottom: 3px solid #01A4FF;
}
@media screen and (min-width: 1024px) {
  .single-works .p-contentBody h2 {
    border-bottom: 5px solid #01A4FF;
  }
}
.single-works .p-contentBody p {
  margin-bottom: 0;
  margin-top: 2em;
}

.single-works .p-contentBody {
  opacity: 100%;
  visibility: visible;
}
@media screen and (max-width: 480px) {
  .single-works .p-contentBody {
    padding: 0 0 12.8205128205vw;
  }
}
@media screen and (min-width: 480px) {
  .single-works .p-contentBody {
    padding: 0 0 50px;
  }
}
@media screen and (min-width: 1024px) {
  .single-works .p-contentBody {
    padding: 0 0 8.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .single-works .p-contentBody {
    padding: 0 0 100px;
  }
}

.pager-post-navi { /*
flex-direction: row;
justify-content: space-between;
flex-wrap: nowrap;
&::after{
  display: none;
}
a{
  max-width: 50%;
}*/ }

.related-entries {
  max-width: 1200px;
  margin: 0 auto;
}

.related-entry-heading {
  font-weight: 400;
}

.under-entry-content {
  background-color: #e6e5e5;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
@media screen and (max-width: 480px) {
  .under-entry-content {
    padding: 30px 2.5641025641vw 60px;
  }
}
@media screen and (min-width: 480px) {
  .under-entry-content {
    padding: 30px 10px 60px;
  }
}
@media screen and (min-width: 1024px) {
  .under-entry-content {
    padding: 2.5vw 0 5vw;
  }
}
@media screen and (min-width: 1200px) {
  .under-entry-content {
    padding: 30px 0 60px;
  }
}

.archive .list {
  margin-top: 0;
}

.archive-title {
  margin: 0;
}

.p-archive__header {
  background-color: #01A4FF;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  .p-archive__header {
    border-radius: 0 0 15.3846153846vw 0;
  }
}
@media screen and (min-width: 480px) {
  .p-archive__header {
    border-radius: 0 0 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-archive__header {
    border-radius: 0 0 10vw 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-archive__header {
    border-radius: 0 0 120px 0;
  }
}

.p-archive__header_in {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
}
@media screen and (max-width: 480px) {
  .p-archive__header_in {
    height: 51.2820512821vw;
  }
}
@media screen and (min-width: 480px) {
  .p-archive__header_in {
    height: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .p-archive__header_in {
    width: 83.3333333333vw;
    margin: 0 auto;
    height: 20.8333333333vw;
    padding-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-archive__header_in {
    width: 1200px;
    margin: 0 auto;
    height: 300px;
    padding-bottom: 20px;
  }
}

.p-archive__title {
  font-weight: 400;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 480px) {
  .p-archive__title {
    margin-left: 5.1282051282vw;
  }
}
@media screen and (min-width: 480px) {
  .p-archive__title {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-archive__title {
    margin-left: 0;
  }
}

.p-archive__titleTxt {
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .p-archive__titleTxt {
    font-size: 5.1282051282vw;
    margin-bottom: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) {
  .p-archive__titleTxt {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .p-archive__titleTxt {
    font-size: 2.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-archive__titleTxt {
    font-size: 32px;
    margin-bottom: 16px;
  }
}

.p-archive__titleEN {
  font-weight: 100;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .p-archive__titleEN {
    font-size: 10.2564102564vw;
    margin-bottom: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) {
  .p-archive__titleEN {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .p-archive__titleEN {
    font-size: 6.6666666667vw;
    margin-bottom: 0.8333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-archive__titleEN {
    font-size: 80px;
    margin-bottom: 10px;
  }
}

.pagination {
  display: flex;
  gap: 20px;
}
.pagination .current {
  background-color: #1D2087;
  color: #ffffff;
}

.page-numbers {
  border: none;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
  background-color: #E6F6FF;
  border-radius: 100%;
  color: #1D2087;
}

.pagination-next {
  display: none;
}

.entry-categories-tags {
  max-width: 1200px;
  margin: 0 auto;
}

.p-contact p {
  margin-bottom: 0;
}

.p-contact__tab_wrapper {
  background-color: #E6F6FF;
}
@media screen and (max-width: 480px) {
  .p-contact__tab_wrapper {
    border-radius: 2.5641025641vw;
    padding: 5.1282051282vw;
    margin-bottom: 12.8205128205vw;
  }
}
@media screen and (min-width: 480px) {
  .p-contact__tab_wrapper {
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact__tab_wrapper {
    border-radius: 2.5vw;
    padding: 3.3333333333vw;
    margin-bottom: 8.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-contact__tab_wrapper {
    border-radius: 30px;
    padding: 40px;
    margin-bottom: 100px;
  }
}

.p-contact__tab tr:nth-child(2n-1) {
  background-color: #E6F6FF;
}
.p-contact__tab th {
  display: block;
  text-align: left;
  vertical-align: top;
  background-color: #E6F6FF;
  line-height: 1;
  padding: 1em 0 0;
}
@media screen and (max-width: 480px) {
  .p-contact__tab th {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 480px) {
  .p-contact__tab th {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact__tab th {
    font-size: 1.6666666667vw;
    display: table-cell;
    width: 23.3333333333vw;
    padding: 1em;
  }
}
@media screen and (min-width: 1200px) {
  .p-contact__tab th {
    font-size: 20px;
    width: 280px;
  }
}
.contact-confirm .p-contact__tab th {
  padding: 1em 0;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .contact-confirm .p-contact__tab th {
    padding: 1em;
    line-height: 1;
  }
}
.p-contact__tab td {
  display: block;
  background-color: #E6F6FF;
  padding: 1em 0;
  line-height: 2.5;
}
@media screen and (max-width: 480px) {
  .p-contact__tab td {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 480px) {
  .p-contact__tab td {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact__tab td {
    padding: 1em;
    display: table-cell;
    font-size: 1.6666666667vw;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  .p-contact__tab td {
    font-size: 20px;
  }
}
.contact-confirm .p-contact__tab td {
  padding: 0;
  border-bottom: 1px dashed #01A4FF !important;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .contact-confirm .p-contact__tab td {
    padding: 1em;
    border-bottom: none !important;
    line-height: 1;
  }
}

.p-contact__tab_note {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .p-contact__tab_note {
    font-size: 3.0769230769vw;
  }
}
@media screen and (min-width: 480px) {
  .p-contact__tab_note {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact__tab_note {
    font-size: 1.1666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-contact__tab_note {
    font-size: 14px;
  }
}

.p-contact__tab_label {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .p-contact__tab_label {
    gap: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) {
  .p-contact__tab_label {
    gap: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact__tab_label {
    justify-content: space-between;
  }
}
.p-contact__tab_label::after {
  content: "任意";
  font-weight: 700;
  color: #ffffff;
  background-color: #01A4FF;
  border-radius: 3px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .p-contact__tab_label::after {
    padding: 1.0256410256vw 1.0256410256vw 0.7692307692vw;
    font-size: 3.0769230769vw;
  }
}
@media screen and (min-width: 480px) {
  .p-contact__tab_label::after {
    padding: 4px 4px 3px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact__tab_label::after {
    padding: 0.5vw 0.5vw 0.3333333333vw;
    font-size: 1.3333333333vw;
    border-bottom: none;
  }
}
@media screen and (min-width: 1200px) {
  .p-contact__tab_label::after {
    padding: 6px 6px 4px;
    font-size: 16px;
  }
}
.p-contact__tab_label.--req::after {
  content: "必須";
  background-color: #FF4848;
}

.p-contact__radio {
  display: grid;
  grid-template-columns: 1fr;
  /*
  input[type="radio"] {
    opacity: 0;
    position: absolute;
  }
  .wpcf7-list-item-label{
    display: flex;
    &::before {
      background: #fff;
      border: 1px solid #333;
      border-radius: 100%; 
      content: "";
      height: 1em;
      margin-bottom: auto;
      margin-right: .5em;
      margin-top: auto;
      transition: background-color .5s; 
      width: 1em;
    }
    input[type="radio"]:checked + .wpcf7-list-item-label::before {
      background-color: #7fbfff; 
      box-shadow: inset 0 0 0 3px #fff; 
    }
  }*/
}
@media screen and (min-width: 1024px) {
  .p-contact__radio {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 2.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-contact__radio {
    gap: 30px;
  }
}
.p-contact__radio .wpcf7-list-item > label {
  cursor: pointer;
  display: block;
}
.p-contact__radio input[type=radio] {
  cursor: pointer;
  transform: scale(1.5);
}
@media screen and (min-width: 1024px) {
  .p-contact__radio input[type=radio] {
    transform: scale(2);
  }
}
.p-contact__radio .wpcf7-list-item-label {
  padding-left: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-contact__radio .wpcf7-list-item-label {
    padding-left: 0.25em;
  }
}
table.p-contact__tab:not(.has-border-color) :where(th, td) {
  border: none;
}

.article .p-contact__check_wrap {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .article .p-contact__check_wrap {
    font-size: 3.5897435897vw;
    margin-bottom: 7.6923076923vw;
  }
}
@media screen and (min-width: 480px) {
  .article .p-contact__check_wrap {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .article .p-contact__check_wrap {
    font-size: 1.6666666667vw;
    margin-bottom: 2.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .article .p-contact__check_wrap {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.article .p-contact__check_wrap a {
  display: inline-block;
  margin-left: 0.25em;
}
.article .p-contact__check_wrap input {
  cursor: pointer;
  transform: scale(1.5);
}
@media screen and (min-width: 1024px) {
  .article .p-contact__check_wrap input {
    transform: scale(2);
  }
}

.p-contact__btn_wrap {
  position: relative;
}

input[type=submit].p-contact__btn {
  background-color: #01A4FF;
  border-radius: 100px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
  margin: 0 auto;
  transition: opacity 0.2s ease-in-out;
  width: 100%;
}
@media screen and (max-width: 480px) {
  input[type=submit].p-contact__btn {
    font-size: 4.6153846154vw;
    padding: 2.0512820513vw 7.6923076923vw;
  }
}
@media screen and (min-width: 480px) {
  input[type=submit].p-contact__btn {
    font-size: 18px;
    padding: 8px 30px;
  }
}
@media screen and (min-width: 1024px) {
  input[type=submit].p-contact__btn {
    width: 28vw;
    font-size: 2vw;
    padding: 1.25vw 5vw;
  }
}
@media screen and (min-width: 1200px) {
  input[type=submit].p-contact__btn {
    width: 336px;
    font-size: 24px;
    padding: 15px 60px;
  }
}
input[type=submit].p-contact__btn:hover {
  opacity: 0.5;
}

.p-contact__btn.--back {
  background-color: #ABABAB;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 480px) {
  .p-contact__btn.--back {
    padding: 1.2820512821vw 10.2564102564vw;
  }
}
@media screen and (min-width: 480px) {
  .p-contact__btn.--back {
    padding: 5px 40px;
  }
}
.p-contact__btn.--back:hover {
  opacity: 0.5;
}

input:disabled.p-contact__btn {
  opacity: 0.5;
}

.p-contact__btn_wrap {
  display: flex;
  flex-direction: column;
}

.p-contact__btn_wrap_confirm {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 480px) {
  .p-contact__btn_wrap_confirm {
    gap: 5.1282051282vw;
  }
}
@media screen and (min-width: 480px) {
  .p-contact__btn_wrap_confirm {
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact__btn_wrap_confirm {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-contact__btn_wrap_confirm {
    gap: 30px;
  }
}

.wpcf7-spinner {
  position: absolute;
}
@media screen and (max-width: 480px) {
  .wpcf7-spinner {
    bottom: -13.5897435897vw;
    left: calc(50% - 30px);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 480px) {
  .wpcf7-spinner {
    bottom: -53px;
  }
}
@media screen and (min-width: 1200px) {
  .wpcf7-spinner {
    left: auto;
    bottom: auto;
    right: -5.8333333333vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1024px) {
  .wpcf7-spinner {
    right: -70px;
  }
}
@media screen and (max-width: 480px) {
  .contact .wpcf7-spinner {
    bottom: -25.641025641vw;
  }
}
@media screen and (min-width: 480px) {
  .contact .wpcf7-spinner {
    bottom: -100px;
  }
}
@media screen and (min-width: 1024px) {
  .contact .wpcf7-spinner {
    right: 320px;
  }
}

.snow-monkey-form {
  background-color: #E6F6FF;
}
@media screen and (max-width: 480px) {
  .snow-monkey-form {
    border-radius: 2.5641025641vw;
    padding: 5.1282051282vw;
    margin-bottom: 12.8205128205vw;
  }
}
@media screen and (min-width: 480px) {
  .snow-monkey-form {
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .snow-monkey-form {
    border-radius: 2.5vw;
    padding: 3.3333333333vw;
    margin-bottom: 8.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .snow-monkey-form {
    border-radius: 30px;
    padding: 40px;
    margin-bottom: 100px;
  }
}
.snow-monkey-form .smf-item {
  border: none;
  column-gap: 2em;
}
.snow-monkey-form .smf-item__label__text {
  line-height: 1;
  padding: 1em 0 0;
}
@media screen and (max-width: 480px) {
  .snow-monkey-form .smf-item__label__text {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 480px) {
  .snow-monkey-form .smf-item__label__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .snow-monkey-form .smf-item__label__text {
    font-size: 1.6666666667vw;
    display: table-cell;
    width: 23.3333333333vw;
    padding-top: 3px;
  }
}
@media screen and (min-width: 1200px) {
  .snow-monkey-form .smf-item__label__text {
    font-size: 20px;
    width: 280px;
  }
}
.snow-monkey-form .smf-item__col {
  padding: 0;
}
.snow-monkey-form .smf-item__col--label {
  position: relative;
  background-color: transparent;
  border-bottom: none;
  padding-bottom: 10px;
}
@media (min-width: 640px) {
  .snow-monkey-form .smf-item__col--label {
    border-right: none;
    padding-bottom: 0;
  }
}
.snow-monkey-form .smf-button-control__control {
  background-color: #01A4FF;
  border-radius: 100px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
  margin: 0 auto;
  transition: opacity 0.2s ease-in-out;
  width: 100%;
  background-image: none;
  border: none;
}
@media screen and (max-width: 480px) {
  .snow-monkey-form .smf-button-control__control {
    font-size: 4.6153846154vw;
    padding: 2.0512820513vw 7.6923076923vw;
  }
}
@media screen and (min-width: 480px) {
  .snow-monkey-form .smf-button-control__control {
    font-size: 18px;
    padding: 8px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .snow-monkey-form .smf-button-control__control {
    width: 28vw;
    font-size: 2vw;
    padding: 1.25vw 5vw;
  }
}
@media screen and (min-width: 1200px) {
  .snow-monkey-form .smf-button-control__control {
    width: 336px;
    font-size: 24px;
    padding: 15px 60px;
  }
}
.snow-monkey-form .smf-button-control__control:hover {
  opacity: 0.5;
}

.p-contact02 p {
  margin-bottom: 0;
}
.p-contact02 .p-contact02__hidden {
  display: none;
}
.p-contact02 .p-contact02__tab_label {
  padding-bottom: 2em;
}
.p-contact02 .p-contact02__tab_label .smf-item__col.smf-item__col--label::after {
  content: "任意";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 700;
  color: #ffffff;
  background-color: #01A4FF;
  border-radius: 3px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .p-contact02 .p-contact02__tab_label .smf-item__col.smf-item__col--label::after {
    padding: 1.0256410256vw 1.0256410256vw 0.7692307692vw;
    font-size: 3.0769230769vw;
  }
}
@media screen and (min-width: 480px) {
  .p-contact02 .p-contact02__tab_label .smf-item__col.smf-item__col--label::after {
    padding: 4px 4px 3px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact02 .p-contact02__tab_label .smf-item__col.smf-item__col--label::after {
    padding: 0.5vw 0.5vw 0.3333333333vw;
    font-size: 1.3333333333vw;
    border-bottom: none;
  }
}
@media screen and (min-width: 1200px) {
  .p-contact02 .p-contact02__tab_label .smf-item__col.smf-item__col--label::after {
    padding: 6px 6px 4px;
    font-size: 16px;
  }
}
.p-contact02 .p-contact02__tab_label.--req .smf-item__col.smf-item__col--label::after {
  content: "必須";
  background-color: #FF4848;
}
.p-contact02 .p-contact02__acceptance .smf-item__controls {
  text-align: center;
}
.p-contact02 .p-contact02__acceptance .smf-item__controls P {
  margin-top: 1em;
}

.p-CTA {
  position: fixed;
  right: 0;
  top: 234px;
  z-index: 100;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px 0 0 5px;
}

.p-CTA__link {
  display: flex;
  writing-mode: vertical-rl;
  text-decoration: none;
  color: #fff;
  background-color: #01A4FF;
  border-radius: 10px 0 0 10px;
  border-radius: 5px 0 0 5px;
  padding: 20px 12px 20px 7px;
  font-size: 18px;
  font-weight: 700;
  transition: background-color 0.2s ease-in-out;
}
.p-CTA__link:hover {
  color: #fff;
  background-color: #1D2087;
}

.p-SDGs {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-color: #F0F7F0;
}
@media screen and (max-width: 480px) {
  .p-SDGs {
    padding: 7.6923076923vw 0 0;
  }
}
@media screen and (min-width: 480px) {
  .p-SDGs {
    padding: 30px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-SDGs {
    padding-top: 0;
    margin-top: -3.6111111111vw;
    padding-bottom: 6.9444444444vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-SDGs {
    margin-top: -52px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .p-SDGs .p-cont__title {
    padding-top: 1.1805555556vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-SDGs .p-cont__title {
    padding-top: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .p-SDGs .p-cont__titleEN {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .p-SDGs .p-cont__titleTxt {
    width: 100%;
  }
}
.p-SDGs .p-SDGs__in {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-SDGs .p-SDGs__in {
    position: static;
    display: flex;
    padding-top: 6.9444444444vw;
    width: 79.5138888889vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-SDGs .p-SDGs__in {
    padding-top: 100px;
    width: 1145px;
  }
}

.body .p-SDGs.wp-block-group {
  margin-bottom: 0;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .p-SDGs__contWrapper {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .p-SDGs__contWrapper {
    width: 38.5416666667vw;
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1200px) {
  body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .p-SDGs__contWrapper {
    width: 555px;
  }
}

.p-SDGs__cont {
  background-color: transparent;
}
@media screen and (max-width: 480px) {
  .p-SDGs__cont {
    width: calc(100% - 10.2564102564vw);
    border-radius: 0;
    padding: 0;
    margin-bottom: 7.6923076923vw !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 480px) {
  .p-SDGs__cont {
    width: calc(100% - 250px);
    border-radius: 0;
    padding: 0;
    margin-bottom: 30px !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .p-SDGs__cont {
    position: static;
    transform: none;
    width: auto;
    border-radius: 0;
    padding: 0;
    padding-right: 3.4722222222vw;
    margin-bottom: 3.3333333333vw !important;
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .p-SDGs__cont {
    border-radius: 0;
    padding: 0;
    padding-right: 50px;
    margin-bottom: 40px !important;
  }
}
.p-SDGs__cont .wp-block-heading {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  padding: 0;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .p-SDGs__cont .wp-block-heading {
    font-size: 5.1282051282vw;
    margin-top: 5.1282051282vw;
  }
}
@media screen and (min-width: 480px) {
  .p-SDGs__cont .wp-block-heading {
    font-size: 20px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-SDGs__cont .wp-block-heading {
    font-size: 1.6666666667vw;
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-SDGs__cont .wp-block-heading {
    font-size: 24px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-SDGs__cont p {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-SDGs__cont p {
    font-size: 16px;
  }
}

.p-SDGs__img {
  display: block;
}
@media screen and (max-width: 480px) {
  .p-SDGs__img {
    padding: 0 7.6923076923vw 7.6923076923vw;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 480px) {
  .p-SDGs__img {
    padding: 0 30px 30px;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-SDGs__img {
    display: block;
    margin-left: 3.6805555556vw !important;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-SDGs__img {
    margin-left: 53px !important;
  }
}
@media screen and (max-width: 480px) {
  .p-SDGs__img img {
    width: 100vw;
    border-radius: 7.6923076923vw;
  }
}
@media screen and (min-width: 480px) {
  .p-SDGs__img img {
    width: 70vw;
    border-radius: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-SDGs__img img {
    width: 44.4444444444vw;
    border-radius: 4.1666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-SDGs__img img {
    width: 640px;
    border-radius: 60px;
  }
}

.block-editor-block-list__block.p-SDGs {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: unset;
}

.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 100% !important;
}

.p-SDGs__cont.block-editor-block-list__layout {
  position: static;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .p-SDGs__contWrapper.block-editor-block-list__layout {
  margin-left: 0 !important;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}
/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}
