@charset "UTF-8";
/*
Theme Name: 茨城大学CDC　コミュニケーションときこえのラボ
Theme URI: 
Description: 茨城大学CDC　コミュニケーションときこえのラボのテンプレート
Version: 1.0
Author: KCSCORP
Author URI: https://www.kcscorp.jp/
*/
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html, body {
  overflow-x: hidden; }

body {
  font-family: 'Montserrat','BIZ UDGothic',sans-serif;
  margin: 0;
  font-weight: 400;
  color: #2e2e2e;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.1rem; }

a {
  text-decoration: none;
  transition: all 0.2s linear;
  color: #d99785; }
  a:hover {
    transition: all 0.2s linear; }

p {
  letter-spacing: 0.02rem;
  word-break: break-all; }

.term-en p, .single-en p, .en-template p {
  letter-spacing: 0.02rem;
  word-break: keep-all; }

.btn {
  color: #2e2e2e; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin-bottom: 30px; }

a.arrow {
  position: relative;
  font-size: 119%; }
  a.arrow:before {
    content: "";
    position: absolute;
    background-image: url(img/arrow-top-right.svg);
    background-repeat: no-repeat;
    background-size: 6px;
    width: 6px;
    height: 6px;
    display: block;
    z-index: 999;
    bottom: 5px;
    right: -17px; }
  a.arrow:after {
    content: "";
    position: absolute;
    bottom: -3px;
    right: -23px;
    background: #fffef3;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%; }

.list-path {
  background: #f4f4f2;
  padding: 0.5rem 0;
  font-size: 14px; }
  .list-path a {
    color: #2e2e2e;
    text-decoration: none;
    position: relative;
    padding-right: 12px; }
    .list-path a:after {
      content: "";
      position: absolute;
      background-image: url(img/icon-triangle-right.svg);
      background-repeat: no-repeat;
      background-size: 5.94px 7.02px;
      width: 5.94px;
      height: 7.02px;
      display: block;
      bottom: 5px;
      right: 2px; }
  .list-path span {
    color: #C7C7C7; }

.page-title {
  position: relative;
  font-size: 2rem;
  padding-left: 1.8rem;
  margin-bottom: 3.6rem; }
  .page-title::before {
    content: "";
    position: absolute;
    background-image: url(img/h1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 39px;
    display: block;
    top: 4px;
    left: 0px; }

.news-item {
  border-bottom: 1px solid #bfbfbf;
  padding: 2rem 0;
  margin-bottom: 0; }
  .news-item time {
    font-size: 16px; }
  .news-item a {
    color: #2e2e2e; }
    .news-item a:hover {
      color: #d99785; }

.cat {
  display: inline-block;
  font-size: 14px;
  border-radius: 14px;
  padding: 5px 10px;
  line-height: 1;
  font-weight: bold; }
  .cat.cat-information {
    border: 1px solid #D99785;
    color: #D99785; }
  .cat.cat-event {
    border: 1px solid #84AABC;
    color: #84AABC; }
  .cat .h1, .cat h2, .cat h3, .cat h4, .cat h5, .cat h6 {
    margin-bottom: 20px; }

.pager-container {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0 1rem;
  margin-top: 4rem;
  margin-bottom: 4rem; }

.page-numbers {
  position: relative;
  color: #fff;
  background-color: #d99785;
  border: 1px solid #d99785;
  font-size: 16px;
  padding: 0.5rem 1rem;
  transition: .2s ease all;
  font-weight: bold;
  border-radius: 5px;
  width: 45px;
  height: 45px;
  text-align: center; }
  .page-numbers.current {
    color: #d99785;
    background-color: #fff; }
  .page-numbers.next, .page-numbers.prev {
    display: inline-block;
    padding: 1rem;
    background: none;
    background-color: #d99785;
    border: 1px solid #d99785; }
    .page-numbers.next::before, .page-numbers.prev::before {
      content: "";
      position: absolute;
      display: inline-block;
      vertical-align: middle;
      width: 16px;
      height: 16px;
      left: 15px;
      top: 14px;
      margin: auto 0 0 auto;
      mask-image: url(img/icon-arrow_black.svg);
      mask-size: contain;
      mask-repeat: no-repeat;
      mask-position: center;
      background-color: #fff; }
  .page-numbers.prev::before {
    transform: scale(-1, 1); }
  .page-numbers:hover {
    color: #d99785;
    background-color: #fff; }

/*スマホ・SPサイズのスタイル====================================================================*/
@media screen and (max-width: 991.98px) {
  .page-title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    padding-left: 1.5rem; }
    .page-title::before {
      height: 25px; }

  .cat {
    transform: scale(0.9); }

  .news-item {
    padding: 1rem 0; }
    .news-item time {
      font-size: 14px; }
    .news-item .list-inline-item:not(:last-child) {
      margin-right: 0;
      margin-bottom: 0.5rem; }
    .news-item .news-title {
      display: block; }

  .pager-container {
    margin-top: 2rem;
    margin-bottom: 2rem;
    gap: 0 0.2rem; }

  .page-numbers {
    transform: scale(0.8); }

  .list-path {
    padding: 0.25rem 0;
    font-size: 12px; } }
a[href$=".pdf"]:not([class]), a[href$=".doc"]:not([class]),
a[href$=".docm"]:not([class]), a[href$=".docx"]:not([class]),
a[href$=".xls"]:not([class]), a[href$=".xlsx"]:not([class]) {
  position: relative; }

a[href$=".pdf"]:not([class])::after, a[href$=".doc"]:not([class])::after,
a[href$=".docm"]:not([class])::after, a[href$=".docx"]:not([class])::after,
a[href$=".xls"]:not([class])::after, a[href$=".xlsx"]:not([class])::after {
  background-color: #d99785;
  color: #fff;
  text-align: center;
  line-height: 1;
  position: relative;
  right: auto;
  top: auto;
  bottom: auto;
  left: auto;
  border-radius: 2px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0;
  padding: 3px;
  width: 38px;
  height: 16px;
  background-image: none;
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px; }

a[href$=".pdf"]:not([class])::after {
  content: "PDF"; }

a[href$=".doc"]:not([class])::after, a[href$=".docx"]:not([class])::after, a[href$=".docm"]:not([class])::after {
  content: "Word"; }

a[href$=".xls"]:not([class])::after, a[href$=".xlsx"]:not([class])::after, a[href$=".xlsm"]:not([class])::after {
  content: "Excel"; }

header {
  text-align: center; }
  header img {
    width: 100%;
    max-width: 600px;
    margin: 37px auto 12px;
    object-fit: contain; }
  header ul {
    margin: 0; }
    header ul .list-inline-item:not(:last-child) {
      margin-right: 1.1rem; }
  header .m_navi {
    background: #f4f4f2;
    padding: 26px 30px;
    margin: 36px auto;
    font-size: 1rem;
    max-width: 983px;
    border-radius: 80px;
    font-weight: 500; }
    header .m_navi a {
      color: #2e2e2e; }
      header .m_navi a:hover {
        color: #d99785; }
    header .m_navi .en a {
      background: #d0e4ef;
      padding: 5px 30px 5px 18px;
      border-radius: 50px;
      position: relative;
      font-weight: 500;
      letter-spacing: 0; }
      header .m_navi .en a:after {
        content: "";
        position: absolute;
        background-image: url(img/icon-tab.svg);
        background-repeat: no-repeat;
        background-size: 12.62px 12.69px;
        width: 12.62px;
        height: 12.69px;
        display: block;
        bottom: 10px;
        right: 11px; }

#g-nav {
  position: fixed;
  width: 100%;
  height: 100dvh;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s; }
  #g-nav.panelactive {
    opacity: 1;
    z-index: 999; }
  #g-nav img {
    max-width: 100%;
    width: 100%;
    height: 60px;
    object-fit: contain; }
  #g-nav .main {
    padding-left: 0; }
    #g-nav .main a {
      position: relative;
      padding: 0.5rem 2rem 0.5rem 0.8rem;
      background: #e7e7e7;
      color: #000;
      display: block;
      margin-bottom: 0.5rem;
      font-size: 16px;
      border-radius: 5px; }
      #g-nav .main a::after {
        content: "";
        position: absolute;
        display: inline-block;
        vertical-align: middle;
        width: 16px;
        height: 16px;
        background: url(img/icon-arrow_black.svg) no-repeat center/contain;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%); }
  #g-nav .copy {
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 1.5;
    margin: 0 1rem; }
  #g-nav .logo {
    margin: 0 6rem 0 1rem; }

#g-nav-list {
  width: 100%;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0 2rem; }

.openbtn-container {
  position: fixed;
  top: 2rem;
  right: 1rem;
  z-index: 1000; }

.openbtn {
  position: relative;
  cursor: pointer;
  border-radius: 3px;
  background: #fff;
  width: 74px;
  height: 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2px;
  padding: 0 8px; }
  .openbtn::before {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: url(img/icon-openbtn.svg) no-repeat center/contain; }
  .openbtn::after {
    content: 'MENU';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #767470;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0;
    transition: .2s ease all; }
  .openbtn.active span {
    background-color: #fff; }
    .openbtn.active span:nth-of-type(1) {
      top: 18px;
      left: 18px;
      transform: translateY(6px) rotate(-45deg);
      width: 44%; }
    .openbtn.active span:nth-of-type(2) {
      opacity: 0; }
    .openbtn.active span:nth-of-type(3) {
      top: 30px;
      left: 18px;
      transform: translateY(-6px) rotate(45deg);
      width: 44%; }
  .openbtn.active::after {
    content: "CLOSE"; }

/*スマホ・SPサイズのスタイル====================================================================*/
@media screen and (max-width: 991.98px) {
  header {
    text-align: start; }
    header img {
      width: auto;
      height: 40px;
      margin: 21px 0 0 0.5rem; }

  .main-visual > .wrap {
    padding: 0 1rem; } }
#pagetop {
  position: fixed;
  display: inline-block;
  vertical-align: middle;
  bottom: 3rem;
  right: 1rem;
  z-index: 998;
  visibility: visible;
  opacity: 0; }
  #pagetop.active {
    opacity: 1; }
  #pagetop img {
    display: block;
    width: 85px;
    height: 85px; }

footer {
  position: relative;
  padding: 4rem 0; }
  footer small {
    font-size: 14px;
    text-align: right;
    display: block;
    width: 100%; }
  footer .logo {
    width: 100%;
    max-width: 200px;
    height: auto; }

.footer-link {
  display: flex;
  gap: 1.5rem; }
  .footer-link a {
    position: relative;
    display: inline;
    color: #2e2e2e;
    font-size: 16px;
    padding-right: 18px;
    transition: .2s ease all; }
    .footer-link a[target=_blank]::before {
      content: '';
      position: absolute;
      display: inline-block;
      vertical-align: middle;
      width: 10px;
      height: 10px;
      background: url(img/icon-tab.svg) no-repeat center/contain;
      right: 0;
      top: 3px; }
    .footer-link a:hover {
      color: #d99785; }

/*スマホ・SPサイズのスタイル====================================================================*/
@media screen and (max-width: 991.98px) {
  footer {
    padding: 2rem 0; }
    footer .logo {
      max-width: 150px;
      margin-bottom: 1rem; }
    footer small {
      line-height: 1;
      font-size: 12px;
      text-align: center; }

  .footer-link {
    gap: 0.8rem; }
    .footer-link a {
      font-size: 14px;
      padding-right: 12px; } }
@media screen and (max-width: 575.98px) {
  .footer-link {
    gap: 0.8rem; }
    .footer-link a {
      font-size: 12px; } }
.home .bg {
  height: 780px; }

.bg {
  width: 100%;
  position: relative; }
  .bg #s1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10; }
  .bg #s2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -10; }
  .bg #s3 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -10; }
  .bg #s4 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -10; }

.main-visual {
  margin-top: 4rem; }
  .main-visual > .wrap {
    padding: 0 3rem; }
  .main-visual p:first-of-type img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 1000px; }
  .main-visual .main-visual-copy {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .main-visual .main-visual-copy:before {
      content: "";
      position: relative;
      background-image: url(img/home/main-girls.svg);
      background-repeat: no-repeat;
      background-size: contain;
      width: 155px;
      height: 113px;
      display: block;
      margin-right: 10px; }
    .main-visual .main-visual-copy:after {
      content: "";
      position: relative;
      background-image: url(img/home/main-boys.svg);
      background-repeat: no-repeat;
      background-size: contain;
      width: 130px;
      height: 130px;
      display: block;
      margin-left: 10px; }
    .main-visual .main-visual-copy p {
      font-size: 2.2rem;
      font-weight: 500;
      letter-spacing: -0.2rem;
      margin-bottom: 0;
      position: relative;
      white-space: nowrap; }
      .main-visual .main-visual-copy p span:first-of-type {
        color: #84AABC; }
      .main-visual .main-visual-copy p span:last-of-type {
        color: #d99785; }
  .main-visual .main-visual-subcopy {
    text-align: center;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 1px; }
  .main-visual .event {
    max-width: 370px;
    position: absolute;
    right: 49px;
    bottom: 1rem;
    background: #fff;
    border-radius: 10px;
    display: flex;
    padding: 1rem;
    gap: 0.7rem;
    transition: .2s ease all; }
    .main-visual .event:hover {
      opacity: 0.7; }
    .main-visual .event a {
      background: #f4f4f2;
      position: relative; }
      .main-visual .event a:after {
        content: "";
        position: absolute;
        background-image: url(img/icon-arrow_black.svg);
        background-repeat: no-repeat;
        background-size: 11px 9px;
        width: 11px;
        height: 9px;
        display: block;
        z-index: 999;
        bottom: 15px;
        right: 15px; }
    .main-visual .event .home-event-left {
      width: 45%; }
    .main-visual .event .home-event-right {
      width: 55%; }
    .main-visual .event img {
      width: 100%;
      height: auto;
      object-fit: cover;
      aspect-ratio: 1 / 0.784; }
    .main-visual .event p {
      line-height: 110%;
      color: #2e2e2e;
      margin-bottom: 0;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
      overflow: hidden; }
    .main-visual .event time {
      color: #2e2e2e;
      font-size: 13px;
      letter-spacing: 0px; }
  .main-visual .home-event-info {
    font-size: 14px;
    display: flex;
    margin-bottom: 0.5rem; }
  .main-visual .cat {
    padding: 5px 9px;
    letter-spacing: 0;
    transform: scale(0.8); }
  .main-visual .home-event-right {
    width: 40%; }
  .main-visual .home-event-right {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 60%; }
    .main-visual .home-event-right::after {
      content: '';
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 16px;
      height: 16px;
      background: url(img/icon-arrow_black.svg) no-repeat center/contain;
      margin: auto 0 0 auto; }

.home h2 {
  font-size: 2.2rem;
  position: relative;
  padding-left: 2rem; }
  .home h2:before {
    content: "";
    position: absolute;
    background-color: #d99785;
    background-size: 19px;
    width: 15px;
    height: 15px;
    display: block;
    top: 0.8rem;
    left: 1px;
    border-radius: 50%; }

.home h3 {
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  margin-bottom: 1.5rem; }

.btn-red, .wp-block-button__link {
  display: inline-block;
  background: #d99785 !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 1.1rem !important;
  padding: 18px 44px !important;
  border-radius: 40px !important;
  transition: all 0.2s linear;
  border: 1px solid #d99785 !important;
  z-index: 1;
  position: relative;
  text-decoration: none; }
  .btn-red:hover, .wp-block-button__link:hover {
    transition: all 0.2s linear;
    background-color: #fff !important;
    color: #d99785 !important; }

.wp-block-button__link, .wp-block-file__button {
  background: #84AABC !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  padding: 10px 35px !important;
  border-radius: 40px !important;
  transition: all 0.2s linear;
  border: 1px solid #84AABC !important; }
  .wp-block-button__link:hover, .wp-block-file__button:hover {
    transition: all 0.2s linear;
    background-color: #fff !important;
    color: #84AABC !important; }

.btn-arrow {
  padding-left: 0;
  position: relative;
  padding-right: 40px;
  font-size: 1.1rem;
  transition: .2s ease all; }
  .btn-arrow:after {
    content: "";
    position: absolute;
    background-image: url(img/icon-arrow_red_circle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
    bottom: 5px;
    right: -8px; }
  .btn-arrow:hover {
    color: #d99785; }

.communication {
  margin-top: 156px; }
  .communication p {
    line-height: 167%; }
  .communication img {
    display: block;
    margin: 0 0 0 auto;
    position: relative;
    /* max-width: 100%; */
    width: auto;
    height: 370px; }
    .communication img:after {
      content: "";
      position: absolute;
      background-image: url(img/home/bg-suisai_red.svg);
      background-repeat: no-repeat;
      background-size: 494px 520px;
      width: 494px;
      height: 520px;
      display: block;
      z-index: -1;
      bottom: 0;
      right: 0; }

.communication-inner {
  display: flex;
  justify-content: space-between;
  gap: 8rem; }

.kikoe {
  margin-top: 8rem;
  position: relative; }
  .kikoe img {
    position: relative;
    max-width: 450px;
    left: -4rem; }
  .kikoe .bg-white {
    background: #fff;
    padding: 2.5rem 3rem 3rem;
    display: block;
    position: relative;
    color: #2e2e2e;
    border-radius: 10px;
    transition: .2s ease all; }
    .kikoe .bg-white:after {
      content: "";
      position: absolute;
      background-image: url(img/icon-arrow_black.svg);
      background-repeat: no-repeat;
      background-size: 20px 14px;
      width: 20px;
      height: 14px;
      display: block;
      bottom: 28px;
      right: 34px;
      transition: .2s ease all; }
    .kikoe .bg-white p:last-of-type {
      margin-bottom: 0; }
    .kikoe .bg-white h4 {
      font-size: 1.3rem;
      position: relative;
      padding-left: 2rem;
      margin-bottom: 20px;
      color: #2e2e2e; }
      .kikoe .bg-white h4:before {
        content: "";
        position: absolute;
        background-color: #d99785;
        background-size: 10px 27px;
        width: 10px;
        height: 27px;
        display: block;
        top: 0px;
        left: 1px;
        border-radius: 20px; }
    .kikoe .bg-white p {
      line-height: 200%; }
    .kikoe .bg-white:hover {
      opacity: 0.7; }
      .kikoe .bg-white:hover:after {
        right: 25px; }

.kikoe-inner {
  background: #f4f4f2;
  padding: 4rem 3.6rem 4rem 0;
  display: flex;
  gap: 3rem; }

.kikoe-left {
  position: relative;
  display: flex;
  justify-content: center; }
  .kikoe-left::before {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 400px;
    background: url(img/home/bg-suisai_red2.svg) no-repeat center/contain;
    left: 0;
    top: 3rem; }

.kikoe-right-inner {
  display: contents; }

.column {
  margin-top: 187px;
  background: #fffef3;
  position: relative;
  z-index: 1;
  padding: 10.5rem 0 9rem; }
  .column:before {
    content: "";
    position: absolute;
    background-image: url(img/home/bg-suisai_bottom-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 803px;
    height: 285px;
    display: block;
    bottom: 0;
    right: 0;
    z-index: -1; }
  .column:after {
    content: "";
    position: absolute;
    background-image: url(img/home/bg-suisai_bottom-left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: scale(1, -1);
    width: 628px;
    height: 349px;
    display: block;
    top: 0;
    left: 0;
    z-index: -1; }
  .column .container {
    z-index: 1; }
  .column .about {
    width: 30%;
    padding-top: 2rem; }
    .column .about div {
      font-size: 1.125rem; }
  .column .content {
    width: 70%; }
    .column .content p {
      font-size: 1rem;
      line-height: 180%;
      color: #2e2e2e;
      letter-spacing: 0;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
      overflow: hidden;
      margin-bottom: 0; }
  .column .bg-white {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1.5rem;
    position: relative;
    padding: 3rem 3rem 2rem 2rem;
    min-height: 330px;
    transition: .2s ease all;
    border-radius: 10px; }
    .column .bg-white:hover {
      opacity: 0.7; }
      .column .bg-white:hover::after {
        right: 26px; }
    .column .bg-white:after {
      content: "";
      position: absolute;
      background-image: url(img/icon-arrow_black.svg);
      background-repeat: no-repeat;
      background-size: 16px 12px;
      width: 16px;
      height: 12px;
      display: block;
      bottom: 31px;
      right: 32px;
      transition: .2s ease all; }
    .column .bg-white h3 {
      font-size: 1.7rem;
      color: #2e2e2e; }
    .column .bg-white .bg-white-sousyoku {
      position: absolute;
      display: inline-block;
      vertical-align: middle;
      width: 104px;
      height: 100px;
      background: url(img/home/img-column-oyako.svg) no-repeat center/contain;
      right: 0;
      top: -5rem; }
  .column .column-inner {
    gap: 5rem; }
  .column .thumb {
    position: relative; }
    .column .thumb img {
      width: 308px;
      height: 210px;
      -o-object-fit: cover;
      object-fit: cover;
      display: block;
      position: relative;
      z-index: 3;
      position: absolute;
      top: 30px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
    .column .thumb:after {
      content: "";
      position: absolute;
      background-image: url(img/home/txt-column.svg);
      background-repeat: no-repeat;
      background-size: contain;
      width: 150px;
      height: 62px;
      display: block;
      z-index: 2;
      top: -42px;
      left: -25px; }
    .column .thumb:before {
      content: "";
      position: relative;
      background-color: rgba(217, 151, 133, 0.23);
      min-width: 340px;
      background-size: 366px 172px;
      width: 100%;
      height: 172px;
      display: block;
      z-index: 0; }
  .column .btn-arrow {
    margin-top: 2rem; }
  .column .column-sousyoku {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 104px;
    height: 100px;
    background: url(img/home/img-column-oyako.svg) no-repeat center/contain;
    right: 0;
    top: -3rem; }
  .column .bg-white-right p.tag {
    margin-top: 1rem; }
    .column .bg-white-right p.tag span {
      font-size: 90%;
      color: #2e2e2e; }

.info {
  padding: 100px 0 120px; }

.banner {
  background-color: #f4f4f2;
  padding: 3rem 0; }

.banner-inner {
  display: flex;
  justify-content: center;
  gap: 3rem; }

.banner-link > img {
  max-width: 100%;
  height: 70px;
  width: 100%;
  object-fit: contain; }

/*スマホ・SPサイズのスタイル====================================================================*/
@media screen and (max-width: 1200px) {
  .bg #s1 {
    width: 225px; }
  .bg #s2 {
    width: 500px; }
  .bg #s3 {
    width: 375px; }
  .bg #s4 {
    width: 475px; } }
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .home .bg {
    height: 650px; } }
/*スマホ・SPサイズのスタイル====================================================================*/
@media screen and (max-width: 991.98px) {
  .home h2 {
    font-size: 1.6rem;
    padding-left: 1.5rem; }
    .home h2::before {
      width: 13px;
      height: 13px;
      top: 0.5rem; }
  .home h3 {
    font-size: 1.2rem; }
  .home .bg {
    height: auto;
    min-height: 445px;
    padding-bottom: 2rem; }

  .main-visual {
    margin: 4rem 1rem 0; }
    .main-visual > .wrap {
      padding: 0; }
    .main-visual .main-visual-copy {
      align-items: start;
      margin-bottom: 1.5rem;
      margin-top: 1rem; }
      .main-visual .main-visual-copy::after {
        height: 50px;
        margin-left: 0; }
      .main-visual .main-visual-copy::before {
        height: 50px;
        margin-right: 0; }
      .main-visual .main-visual-copy p {
        font-size: 20px;
        letter-spacing: -2px; }
        .main-visual .main-visual-copy p:first-of-type img {
          max-width: 700px; }
    .main-visual .main-visual-subcopy {
      font-size: 14px;
      line-height: 1.45; }
    .main-visual .event {
      margin: 0 auto;
      position: relative;
      right: auto;
      bottom: auto;
      padding: 0.8rem;
      background-color: #f4f4f2;
      margin-top: 3rem;
      border-radius: 5px; }
      .main-visual .event p {
        font-size: 14px;
        letter-spacing: 0; }
      .main-visual .event .home-event-left {
        width: 35%; }
      .main-visual .event .home-event-right {
        width: 65%; }
        .main-visual .event .home-event-right::after {
          content: none; }

  .communication-inner {
    display: block; }

  .btn-red, .wp-block-button__link {
    font-size: 1rem !important;
    padding: 14px 40px !important;
    width: 90%;
    margin: 0 auto; }

  .communication {
    margin-top: 4rem;
    margin-bottom: 7rem; }
    .communication img {
      width: 85%;
      height: auto;
      max-width: 400px;
      margin: 0 auto; }
    .communication .btn-red {
      margin-top: -2.5rem; }

  .kikoe {
    margin-top: -2.5rem; }
    .kikoe .bg-white {
      order: 3;
      padding: 1.5rem 1.2rem 2rem;
      border-radius: 10px; }
      .kikoe .bg-white::after {
        bottom: 1rem;
        right: 1rem; }
      .kikoe .bg-white h4 {
        font-size: 1.2rem;
        padding-left: 1rem; }
        .kikoe .bg-white h4::before {
          top: -1px;
          width: 8px;
          height: 23px; }
    .kikoe img {
      left: auto;
      max-width: 250px;
      margin: 0 auto; }

  .kikoe-inner {
    flex-direction: column;
    padding: 3rem 1rem 5rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    gap: 0; }

  .kikoe-right {
    display: contents; }

  .kikoe-right-inner {
    display: block;
    order: 1; }

  .kikoe-left {
    order: 2;
    flex-direction: column; }
    .kikoe-left::before {
      height: 220px;
      top: 2rem; }
    .kikoe-left p {
      margin-top: -2rem;
      z-index: 1; }

  .column {
    margin-top: 0;
    padding: 2.5rem 0 5rem; }
    .column .column-inner {
      gap: 2rem; }
    .column h3 {
      margin-bottom: 1.2rem !important; }
    .column .column-left, .column .column-right {
      width: 100%; }
    .column .bg-white {
      grid-template-columns: 100%;
      padding: 3rem 1rem 3rem 1rem;
      font-size: 1.2rem; }
      .column .bg-white::after {
        bottom: 20px; }
      .column .bg-white h3 {
        font-size: 1.3rem; }
    .column .content p {
      font-size: 1rem;
      letter-spacing: 0;
      line-height: 1.5; }
    .column .about div {
      font-size: 1rem; }
    .column .thumb img {
      position: relative;
      width: 80%;
      height: auto;
      top: auto;
      left: auto;
      transform: initial;
      text-align: center;
      margin: 0 auto; }
    .column .thumb::before {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      min-width: initial;
      top: -2rem; }
    .column .thumb::after {
      width: 105px;
      height: 52px;
      top: -50px;
      left: -13px; }

  .column-inner {
    flex-direction: column; }

  .btn-arrow {
    border: 1px solid #D99785;
    border-radius: 20px;
    padding: 0.4rem 2.6rem 0.4rem 1rem;
    font-size: 1rem;
    letter-spacing: 0; }
    .btn-arrow::after {
      width: 20px;
      height: 20px;
      bottom: 7px;
      right: 10px; }
    .btn-arrow:hover {
      color: #2e2e2e !important;
      border: 1px solid #D99785 !important; }

  .banner {
    padding: 1.5rem 0; }

  .banner-inner {
    gap: 1.2rem; }

  .banner-link > img {
    height: 60px; }

  .info {
    padding: 3rem 0 5rem; } }
@media screen and (max-width: 575.98px) {
  .bg #s1 {
    width: 90px; }
  .bg #s2 {
    width: 200px; }
  .bg #s3 {
    width: 150px; }
  .bg #s4 {
    width: 190px; }

  .main-visual-subcopy {
    font-size: 14px;
    letter-spacing: 0; }

  .column::before {
    height: 100px;
    display: block; }
  .column::after {
    width: 200px;
    height: 110px; } }
.scroll-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s; }

.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px); }

.mokuji main {
  margin-top: 129px; }

.sub.container {
  max-width: 1200px; }
  .sub.container main {
    margin-top: 100px; }

.thumb img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover; }

.wp-block-image img {
  width: 100%; }

.contents {
  line-height: 185%;
  letter-spacing: 0.02rem;
  padding-bottom: 5rem; }
  .contents h1 {
    position: relative;
    font-size: 1.8rem;
    padding-left: 1.5rem;
    margin-bottom: 3.6rem; }
    .contents h1:before {
      content: "";
      position: absolute;
      background-image: url(img/h1.svg);
      background-repeat: no-repeat;
      background-size: contain;
      width: 11px;
      height: 28px;
      display: block;
      top: 4px;
      left: 0px; }
  .contents h2 {
    font-size: 1.6rem;
    margin-top: 3rem;
    margin-top: 3rem; }
  .contents h3 {
    margin-top: 2rem;
    font-size: 1.4rem;
    position: relative;
    padding-left: 1.4rem;
    margin-bottom: 20px; }
    .contents h3:before {
      content: "";
      position: absolute;
      background-color: #d99785;
      background-size: 10px 27px;
      width: 10px;
      height: 27px;
      display: block;
      top: 0;
      left: 0;
      border-radius: 20px; }
  .contents h2 + h3 {
    margin-top: 2rem; }
  .contents h4 {
    font-size: 1.2rem;
    padding: 0.5rem 0.7rem 0.5rem 0;
    margin-bottom: 15px;
    position: relative; }
    .contents h4:before {
      content: "";
      position: absolute;
      background-color: #d99785;
      background-size: 2.5rem 2px;
      width: 2.5rem;
      height: 2px;
      display: block;
      bottom: -0.2rem;
      left: 0; }
  .contents h5 {
    font-size: 1.1rem;
    padding: 0.5rem 0.7rem 0.5rem 0;
    margin-bottom: 15px; }
  .contents strong {
    position: relative; }
    .contents strong:after {
      content: "";
      position: absolute;
      background-color: #d99785;
      background-repeat: no-repeat;
      background-size: 100% 8px;
      width: 100%;
      height: 8px;
      display: block;
      z-index: -1;
      bottom: 0px;
      left: 0px;
      opacity: 0.5; }
  .contents a {
    overflow-wrap: anywhere;
    word-wrap: break-word; }
  .contents a:not([class]) {
    text-decoration: underline;
    display: inline;
    position: relative; }
  .contents a[target="_blank"]:not([class]) {
    display: inline; }
    .contents a[target="_blank"]:not([class])::after {
      content: "";
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 24px;
      height: 14px;
      background: url(img/icon-tab.svg) no-repeat center/contain;
      -webkit-mask-size: contain;
      mask-size: contain;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-position: center;
      mask-position: center;
      top: 0;
      transition: 0.3s ease all;
      color: #2e2e2e; }
  .contents ul {
    list-style: none;
    padding-left: 0; }
    .contents ul li {
      position: relative;
      padding-left: 21px; }
      .contents ul li:before {
        content: "";
        position: absolute;
        background-image: url(img/icon-triangle-right.svg);
        background-repeat: no-repeat;
        background-size: 6px 7px;
        width: 6px;
        height: 7px;
        display: block;
        z-index: 1;
        top: 0.7rem;
        left: 4px; }
  .contents table {
    border-top: 2px solid #DEE5E5;
    border-bottom: 2px solid #DEE5E5; }
    .contents table tr {
      border-top: 2px solid #DEE5E5; }
    .contents table th {
      background: #F9FAFB;
      font-weight: 600;
      padding: 1.5rem 1rem;
      white-space: nowrap; }
    .contents table td {
      padding: 1.5rem 1rem; }
      .contents table td ul:last-of-type {
        margin-bottom: 0; }
      .contents table td p:last-of-type {
        margin-bottom: 0; }
      .contents table td h5:first-of-type {
        margin-top: 0; }
      .contents table td h5 {
        margin-bottom: 0; }

.wrap-mokuji {
  position: sticky;
  top: 10px; }

#mokuji {
  position: relative;
  margin-bottom: 5rem;
  background-image: radial-gradient(#ffe6de, #fff3eb);
  max-width: 320px;
  padding: 1.4rem 1.6rem;
  border-radius: 10px;
  font-size: 95%;
  letter-spacing: 0; }
  #mokuji summary {
    display: none; }
  #mokuji summary::-webkit-details-marker {
    display: none; }
  #mokuji ol {
    margin: 0;
    padding: 0; }
    #mokuji ol li a {
      position: relative;
      display: block;
      color: #2e2e2e;
      padding: 0.4rem 0;
      padding-left: 16px;
      text-indent: -16px; }
      #mokuji ol li a:hover {
        color: #d99785; }
      #mokuji ol li a::before {
        content: "";
        position: relative;
        display: inline-block;
        background-color: #d99785;
        background-size: contain;
        width: 10px;
        height: 10px;
        margin-right: 6px;
        display: inline-block;
        border-radius: 50%; }
  #mokuji ::marker {
    content: ""; }

/*スマホ・SPサイズのスタイル====================================================================*/
@media screen and (max-width: 991.98px) {
  .sub.container main {
    margin-top: 50px; }

  #mokuji {
    max-width: 100%;
    margin-bottom: 3rem; }
    #mokuji main {
      margin-top: 3rem; }

  .contents {
    padding-bottom: 2rem; }
    .contents h2, .contents h2, .contents h4 {
      margin-top: 2.5rem;
      margin-bottom: 1rem; }
    .contents h1 {
      font-size: 1.6rem;
      margin-bottom: 2rem; }
    .contents h2 {
      font-size: 1.2rem;
      margin-top: 2rem; }
    .contents h3 {
      font-size: 1.1rem; }
    .contents h4 {
      font-size: 1.1rem; } }
.single-post .sub {
  max-width: 900px; }
.single-post time {
  font-size: 16px; }
.single-post h1 {
  font-size: 1.8rem; }

.single .contents h2 {
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
  padding-left: 1.3rem; }
  .single .contents h2:before {
    content: "";
    position: absolute;
    background-image: url(img/h1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 28px;
    display: block;
    top: 4px;
    left: 0px; }

.post-type-archive-post {
  max-width: 100%; }

/*スマホ・SPサイズのスタイル====================================================================*/
@media screen and (max-width: 991.98px) {
  .single-post time {
    font-size: 14px; }
  .single-post h1 {
    font-size: 1.5rem; } }
.single-column .sub {
  max-width: 900px;
  position: relative; }
.single-column time {
  font-weight: 600; }
.single-column .tag {
  font-size: 1rem; }
.single-column .thumb {
  display: block;
  position: relative;
  margin: 5rem 0; }
  .single-column .thumb:after {
    content: "";
    position: absolute;
    display: block;
    background: #F6E7E3;
    background-size: 100vw 120%;
    left: 50%;
    bottom: -3.5rem;
    height: 120%;
    width: 100vw;
    z-index: -10; }
  .single-column .thumb img {
    width: 100%;
    aspect-ratio: 1 / 0.64; }

.post-type-archive-column .sub.container main {
  margin-bottom: 5rem; }
.post-type-archive-column main .row > * {
  padding-right: calc(var(--bs-gutter-x) * 2);
  padding-left: calc(var(--bs-gutter-x) * 2); }
.post-type-archive-column a {
  color: #2e2e2e;
  transition: .2s ease all; }
  .post-type-archive-column a:hover {
    opacity: 0.7; }
.post-type-archive-column .thumb {
  position: relative; }
  .post-type-archive-column .thumb img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 15px;
    aspect-ratio: 1 / 0.64; }
  .post-type-archive-column .thumb:after {
    content: "";
    position: absolute;
    display: block;
    background: #F6E7E3;
    background-size: 110% 170px;
    left: -5%;
    top: -20px;
    height: 170px;
    width: 110%;
    z-index: -10; }
.post-type-archive-column .colmun-item-1 .thumb::after {
  background: #F6E7E3; }
.post-type-archive-column .colmun-item-2 .thumb::after {
  background: #E6F3F9; }
.post-type-archive-column .colmun-item-3 .thumb::after {
  background: #FFF5D8; }
.post-type-archive-column .colmun-item-4 .thumb::after {
  background: #E3F6F2; }
.post-type-archive-column .colmun-item-5 .thumb::after {
  background: #EAE6F9; }
.post-type-archive-column .colmun-item-6 .thumb::after {
  background: #E9FFD8; }
.post-type-archive-column ul {
  margin-bottom: 0.4rem; }
.post-type-archive-column time {
  font-size: 1rem;
  font-weight: 500; }
.post-type-archive-column .tag {
  font-size: 0.9rem; }
.post-type-archive-column h3 {
  font-size: 1.2rem;
  letter-spacing: 0.15rem;
  line-height: 137%;
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 1.5rem; }

/*スマホ・SPサイズのスタイル====================================================================*/
@media screen and (max-width: 991.98px) {
  .post-type-archive-column h3 {
    font-size: 1rem; }
  .post-type-archive-column time {
    font-size: 0.9rem; }
  .post-type-archive-column .thumb img {
    margin-bottom: 5px; }
  .post-type-archive-column .tag span {
    font-size: 0.8rem; }
  .post-type-archive-column ul {
    margin-bottom: 0; } }
.en-template .main-visual-copy {
  padding-bottom: 169px; }
  .en-template .main-visual-copy p {
    font-size: 1.68rem;
    line-height: 141%;
    letter-spacing: 0; }
.en-template .kikoe {
  margin-bottom: 8rem; }
.en-template main h2 {
  font-size: 2.5rem;
  margin-bottom: 15px; }

.single-en .contents h2 {
  position: relative;
  font-size: 1.6rem;
  padding-left: 0;
  margin-bottom: 1.6rem; }
  .single-en .contents h2:before {
    display: none; }

.post-type-archive-references .sub.container main {
  margin-bottom: 5rem; }

.reference-item {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  transition: .2s ease all;
  background-color: #f4f4f2;
  height: 100%; }

.reference-link:hover {
  opacity: 0.7; }

.reference-info {
  max-width: 710px;
  padding: 1.5rem; }
  .reference-info h3 {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
    padding-left: 0;
    margin-top: 0; }
    .reference-info h3:before {
      display: none; }
  .reference-info p {
    letter-spacing: 0;
    font-size: 15px; }

.reference-info {
  background-color: #f4f4f2;
  padding: 2rem 1.8rem;
  letter-spacing: 1px;
  line-height: 1.6; }

.reference-info-inner {
  display: flex;
  justify-content: space-between;
  flex: 1; }

.reference-tag {
  display: flex;
  justify-content: start; }
  .reference-tag span {
    font-size: 14px;
    display: inline-block;
    margin-right: 0.5rem;
    display: block; }

.pdf-link {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  color: #2e2e2e;
  font-size: 14px;
  padding: 2px 20px 2px 10px;
  font-weight: bold;
  min-width: 120px; }
  .pdf-link::before {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 9px;
    background: url(img/icon-triangle-right.svg) no-repeat center/contain;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
  .pdf-link.pdf-link-youtube {
    padding-right: 30px; }
    .pdf-link.pdf-link-youtube::before {
      background: url(img/icon-youtube.svg) no-repeat center/contain;
      width: 12px;
      height: 9px; }
  .pdf-link:hover {
    color: #d99785; }

/*スマホ・SPサイズのスタイル====================================================================*/
@media screen and (max-width: 991.98px) {
  .reference-info {
    padding: 1.5rem 1rem 1.2rem; }
    .reference-info h3 {
      font-size: 1.1rem;
      margin-bottom: 1rem; } }
@media (min-width: 1200px) {
  .m_navi {
    display: block; }

  #g-nav {
    display: none; } }
@media (min-width: 1680px) {
  .container {
    max-width: 1540px; } }
@media (max-width: 1199.98px) {
  .m_navi {
    display: none; }

  #g-nav {
    display: block; }

  .communication .scroll-up {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px); }

  .communication-right {
    text-align: center; } }
@media (max-width: 991.98px) {
  .home .communication-right {
    text-align: center; } }
@media screen and (max-width: 768px) {
  .en-template .main-visual-copy {
    padding-bottom: 87px; }

  .en-template .main-visual-copy p {
    font-size: 1.1rem;
    white-space: break-spaces; }

  .en-template h2, .en-template h3 {
    margin-bottom: 16px; }
  .en-template h3 {
    font-size: 1.2rem; }

  .en-template main h2 {
    font-size: 2rem;
    margin-bottom: 15px; } }
@media (max-width: 575.98px) {
  .en-template .footer-link a, .en-template footer small, .term-en .footer-link a, .term-en footer small, .single-en .footer-link a, .single-en footer small {
    font-size: 11px;
    letter-spacing: 0;
    line-height: 140%; } }
@media (max-width: 517px) {
  header img {
    height: 30px; } }
