@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=M+PLUS+1p:wght@400;500;700;900&display=swap");
/**************
Sass Mixin
**************/
/**************
Basic Setting
**************/
html {
  font-size: 62.5%;
}
html * {
  box-sizing: border-box;
  word-wrap: break-word;
}

body {
  color: #1e1e1e;
  font-size: 1.6em;
  font-family: "M PLUS 1p", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  background: #f5f5f5;
}
body.admin-bar {
  position: relative;
}
body.menu-open {
  overflow: hidden;
}

select,
input,
button,
textarea {
  font: 99% sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-user-drag: none;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  pointer-events: none;
}

a {
  text-decoration: none;
  color: #1e1e1e;
  outline: none;
  transition: all 0.3s ease 0s;
}
a:hover {
  color: #20a3b8;
}

/**************
Layout Set
**************/
.wrap {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .wrap {
    max-width: 1200px;
  }
}
@media (max-width: 559.9px) {
  .wrap {
    width: 88%;
  }
}

.middlewrap {
  width: 92%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 559.9px) {
  .middlewrap {
    width: 88%;
  }
}

.shortwrap {
  width: 92%;
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 559.9px) {
  .shortwrap {
    width: 88%;
  }
}

.page_section {
  padding: 100px 0;
  width: 100%;
}
@media (max-width: 834.9px) {
  .page_section {
    padding: 60px 0;
  }
}
@media (max-width: 559.9px) {
  .page_section {
    padding: 40px 0;
  }
}
.page_section.black {
  background-color: #0E0E0E;
}
.page_section.bgGray {
  background-color: #f5f5f5;
}
.page_section.gray {
  background-color: #f3f3f3;
}
.page_section.blue {
  background-color: #000473;
}
.page_section.grad {
  background: linear-gradient(93deg, #d4f21a 14.4%, #f786b6 100.34%);
}
.page_section.pa-l {
  padding: 100px 0 160px;
}
@media (max-width: 999.9px) {
  .page_section.pa-l {
    padding-bottom: 120px;
  }
}
@media (max-width: 834.9px) {
  .page_section.pa-l {
    padding: 60px 0 100px;
  }
}
@media (max-width: 559.9px) {
  .page_section.pa-l {
    padding: 40px 0 60px;
  }
}

.over-h {
  overflow: hidden;
}

/**************
Common UI
**************/
.big-title {
  text-align: center;
}
.big-title .eng {
  font-family: "nexa", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.04em;
  color: #1e1e1e;
  margin-bottom: 6px;
}
.big-title .jp {
  font-family: "M PLUS 1p", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #1e1e1e;
}
.big-title.left {
  text-align: left;
}
.big-title.left .eng,
.big-title.left .jp {
  text-align: left;
}
@media (max-width: 834.9px) {
  .big-title .jp {
    font-size: 3.2rem;
  }
}
@media (max-width: 559.9px) {
  .big-title .jp {
    font-size: 2.6rem;
  }
}

.btn-blue {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-width: 216px;
  height: 56px;
  padding: 0 28px 0 30px;
  background: #20a3b8;
  border-radius: 100px;
  color: #ffffff;
  transition: all 0.3s ease 0s;
}
.btn-blue .txt {
  font-family: "M PLUS 1p", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
}
.btn-blue .icon-arrow-white {
  display: block;
  width: 3px;
  height: 3px;
  background: #ffffff;
  box-shadow: 3px 3px 0 #ffffff, 0 6px 0 #ffffff;
  flex-shrink: 0;
  transform: translateY(-3px);
}
.btn-blue .float_link {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.btn-blue:hover {
  background: #1b8fa2;
}
.btn-blue.dark {
  background: #1e1e1e;
  min-width: 294px;
  height: 70px;
  padding: 0 28px 0 32px;
}
.btn-blue.dark .txt {
  font-size: 2.4rem;
}
.btn-blue.dark:hover {
  background: #333333;
}
@media (max-width: 999.9px) {
  .btn-blue.dark {
    min-width: 220px;
    height: 56px;
  }
  .btn-blue.dark .txt {
    font-size: 1.8rem;
  }
}
.btn-blue.sm {
  min-width: 0;
  height: auto;
  min-height: 42px;
  padding: 6px 15px 6px 22px;
  gap: 14px;
}
.btn-blue.sm .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}
.btn-blue.sm .txt .nav_jp {
  font-size: 1.5rem;
  color: #ffffff;
}
.btn-blue.sm .txt .nav_en {
  font-family: "nexa", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  margin-top: 1px;
}

.float_link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

/**************
Header
**************/
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  pointer-events: none;
}
#header.fixed {
  position: absolute;
}

/* #headerがスタッキングコンテキストになるため、メニュー開時はオーバーレイ(110)より上げる */
body.menu-open #header {
  z-index: 120;
}

.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 30px 26px 0 26px;
  pointer-events: none;
}
.header_inner > * {
  pointer-events: auto;
}
@media (max-width: 999.9px) {
  .header_inner {
    padding: 16px 16px 0;
  }
}

.header_logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 13px;
}
.header_logo a {
  display: block;
  width: 124px;
  flex-shrink: 0;
}
@media (max-width: 999.9px) {
  .header_logo a {
    width: 102px;
  }
}
@media (max-width: 559.9px) {
  .header_logo a {
    width: 64px;
  }
}
.header_logo a img {
  width: 100%;
  height: auto;
}
.header_logo .header_name {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.1;
  color: #0E0E0E;
  white-space: nowrap;
}
@media (min-width: 1000px) and (max-width: 1199.9px) {
  .header_logo .header_name {
    font-size: 1.8rem;
  }
}
@media (max-width: 999.9px) {
  .header_logo .header_name {
    font-size: 1.8rem;
    white-space: normal;
  }
}
@media (max-width: 559.9px) {
  .header_logo .header_name {
    font-size: 12px;
  }
}

.global_navi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 61px;
  height: auto;
  padding: 8px 24px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 10.5px rgba(0, 0, 0, 0.06);
}
.global_navi .navi_ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.global_navi .navi_ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #1e1e1e;
  white-space: nowrap;
}
.global_navi .navi_ul li a .nav_jp {
  font-family: "M PLUS 1p", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
}
.global_navi .navi_ul li a .nav_en {
  font-family: "nexa", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1.3;
  margin-top: 1px;
}
.global_navi .navi_ul li a:hover {
  color: #20a3b8;
}
@media (max-width: 999.9px) {
  .global_navi {
    position: fixed;
    top: 0;
    right: 0;
    width: min(420px, 88vw);
    height: 100%;
    margin: 0;
    padding: 80px 32px 40px;
    border-radius: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
    transform: translateX(100%);
    transition: all 0.3s ease 0s;
    z-index: 120;
  }
  .global_navi .navi_ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
  }
  .global_navi .navi_ul li a {
    align-items: flex-start;
  }
  .global_navi .navi_ul li a .nav_jp {
    font-size: 2rem;
  }
  .global_navi .navi_ul li a .nav_en {
    font-size: 1.2rem;
  }
  .global_navi.opened {
    transform: translateX(0);
  }
}

#menuBtn {
  display: none;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 50px;
  width: 46px;
  height: 39px;
  margin: auto 0;
  cursor: pointer;
  flex-shrink: 0;
  z-index: 130;
  pointer-events: auto;
}
#menuBtn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #f5f5f5;
}
#menuBtn span {
  position: absolute;
  right: 0;
  width: 22px;
  height: 1px;
  background: #1e1e1e;
  transition: all 0.3s ease 0s;
}
#menuBtn .top {
  top: 14px;
}
#menuBtn .middle {
  top: 19px;
}
#menuBtn .bottom {
  top: 24px;
}
#menuBtn.opened .top {
  top: 19px;
  transform: rotate(45deg);
}
#menuBtn.opened .middle {
  opacity: 0;
}
#menuBtn.opened .bottom {
  top: 19px;
  transform: rotate(-45deg);
}
@media (max-width: 999.9px) {
  #menuBtn {
    display: block;
    position: fixed;
    top: 18px;
    bottom: auto;
    right: 16px;
    margin: 0;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 10.5px rgba(0, 0, 0, 0.06);
  }
  #menuBtn::before {
    display: none;
  }
  #menuBtn span {
    right: 12px;
  }
}

#overlay {
  position: fixed;
  inset: 0;
  background: rgba(14, 14, 14, 0.45);
  z-index: 110;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease 0s;
}
#overlay.shown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/**************
Footer
**************/
#footer {
  padding: 0 0 80px;
}
@media (max-width: 834.9px) {
  #footer {
    padding-bottom: 48px;
  }
}

.footer_inner {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 8px;
  padding: 47px 56px 42px;
}
@media (max-width: 999.9px) {
  .footer_inner {
    padding: 40px 28px 32px;
  }
}
@media (max-width: 559.9px) {
  .footer_inner {
    padding: 32px 20px 24px;
  }
}

.footer_brand {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 21px;
}
.footer_brand .footer_logo {
  display: block;
  width: 137px;
}
.footer_brand .footer_logo img {
  width: 100%;
  height: auto;
}
.footer_brand .footer_name {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #161414;
  text-align: center;
}

.footer_sns_block {
  text-align: center;
}
.footer_sns_block .footer_sns_label {
  font-family: "nexa", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.04em;
  color: #161414;
  margin-bottom: 16px;
}
.footer_sns_block .footer_sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}
.footer_sns_block .footer_sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.footer_sns_block .footer_sns a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer_sns_block .footer_sns .sns_instagram img {
  width: 35px;
  height: 35px;
}
.footer_sns_block .footer_sns .sns_x img {
  width: 32px;
  height: 32px;
}

.footer_navi {
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid #1e1e1e;
}
.footer_navi ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
.footer_navi ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #1e1e1e;
}
.footer_navi ul li a .nav_jp {
  font-family: "M PLUS 1p", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.footer_navi ul li a .nav_en {
  font-family: "nexa", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1.3;
  margin-top: 2px;
}
.footer_navi ul li a:hover {
  color: #20a3b8;
}
@media (max-width: 999.9px) {
  .footer_navi {
    margin-top: 32px;
    padding-top: 20px;
  }
  .footer_navi ul {
    gap: 16px 24px;
  }
  .footer_navi ul li a .nav_jp {
    font-size: 1.4rem;
  }
  .footer_navi ul li a .nav_en {
    font-size: 1rem;
  }
}

.footer_bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #1e1e1e;
  gap: 40px;
}
@media (min-width: 835px) {
  .footer_bottom .footer_bottom_left {
    width: 440px;
  }
}
.footer_bottom .footer_bottom_left a {
  font-family: "nexa", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.04em;
  color: #1e1e1e;
  display: block;
  margin-bottom: 16px;
}
.footer_bottom .footer_bottom_left .copyright {
  font-family: "nexa", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #7a7a7f;
  display: block;
}
.footer_bottom .footer_note {
  font-family: "M PLUS 1p", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #0E0E0E;
}
@media (max-width: 999.9px) {
  .footer_bottom {
    flex-direction: column;
    gap: 20px;
  }
}

#pagetop {
  background: #20a3b8;
  border-radius: 50%;
  position: fixed;
  right: 16px;
  text-indent: -9999px;
  outline: none;
  z-index: 3;
}
@media (min-width: 560px) {
  #pagetop {
    width: 56px;
    height: 56px;
    bottom: -60px;
  }
}
@media (max-width: 834.9px) {
  #pagetop {
    width: 44px;
    height: 44px;
    bottom: -50px;
  }
}
#pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
#pagetop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: translate(-50%, -40%) rotate(45deg);
  pointer-events: none;
}

/**************
Scroll Animation
**************/
.animation {
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.animation.moved {
  opacity: 1;
}
.animation.fadeIn {
  transform: translateY(24px);
  transition: opacity 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.animation.fadeIn.moved {
  transform: translateY(0);
}
.animation.slideIn {
  transform: translateX(-32px);
  transition: opacity 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.animation.slideIn.moved {
  transform: translateX(0);
}
.animation.slideInR {
  transform: translateX(32px);
  transition: opacity 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.animation.slideInR.moved {
  transform: translateX(0);
}
.animation.popup {
  transform: scale(0.92);
  transition: opacity 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.animation.popup.moved {
  transform: scale(1);
}
.animation.drawX {
  opacity: 1;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: clip-path 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: clip-path 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-clip-path 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.animation.drawX.moved {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

/**************
Sub Page Common
**************/
.page_title_area {
  padding-top: 176px;
}
@media (max-width: 999.9px) {
  .page_title_area {
    padding-top: 130px;
  }
}
@media (max-width: 559.9px) {
  .page_title_area {
    padding-top: 104px;
  }
}

.breadcrumb {
  margin-bottom: 48px;
}
.breadcrumb ol,
.breadcrumb ul {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 16px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 10.5px rgba(0, 0, 0, 0.06);
}
.breadcrumb li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "nexa", Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #1e1e1e;
}
.breadcrumb li a {
  color: #1e1e1e;
}
.breadcrumb li a:hover {
  color: #20a3b8;
}
.breadcrumb li + li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #7a7a7f;
  border-right: 1px solid #7a7a7f;
  transform: rotate(45deg);
  flex-shrink: 0;
}
@media (max-width: 559.9px) {
  .breadcrumb {
    margin-bottom: 32px;
  }
}

.page_title .jp {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1e1e1e;
}
.page_title .eng {
  font-family: "nexa", Arial, Helvetica, sans-serif;
  font-size: 8rem;
  font-weight: 800;
  line-height: 1.5;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #20a3b8;
  margin-top: 4px;
}
@media (max-width: 834.9px) {
  .page_title .eng {
    font-size: 5.6rem;
  }
}
@media (max-width: 559.9px) {
  .page_title .jp {
    font-size: 1.4rem;
  }
  .page_title .eng {
    font-size: 4.4rem;
  }
}

.page_lead {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
.page_lead p + p {
  margin-top: 1.5em;
}
.page_lead a {
  color: #20a3b8;
  text-decoration: underline;
}
.page_lead a:hover {
  text-decoration: none;
}

.contact_lead .sub_title {
  margin-top: 40px;
  margin-bottom: 16px;
}

.contact_related .dot_list {
  margin-top: 16px;
}

.contact_tab_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}
.contact_tab_nav li button {
  display: inline-block;
  padding: 0 22px;
  line-height: 38px;
  background: #ffffff;
  border: none;
  border-radius: 100px;
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.06);
  font-size: 1.4rem;
  font-weight: 700;
  color: #1e1e1e;
  cursor: pointer;
  font-family: "M PLUS 1p", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  transition: all 0.3s ease 0s;
}
.contact_tab_nav li.current button,
.contact_tab_nav li button:hover {
  background: #20a3b8;
  color: #ffffff;
}

.contact_tabs .tab-target {
  display: none;
}
.contact_tabs .tab-target.current {
  display: block;
}

.page_box {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.06);
  padding: 48px 56px;
}
@media (max-width: 834.9px) {
  .page_box {
    padding: 32px 24px;
  }
}
@media (max-width: 559.9px) {
  .page_box {
    padding: 24px 16px;
  }
}

.sub_title {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 14px;
}
.sub_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 4px;
  border-radius: 2px;
  background: #20a3b8;
}
@media (max-width: 559.9px) {
  .sub_title {
    font-size: 1.8rem;
  }
}

.dot_list li {
  position: relative;
  padding-left: 18px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.dot_list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.75em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #20a3b8;
}
.dot_list li + li {
  margin-top: 8px;
}

.big-title_note {
  font-size: 0.5em;
  font-weight: 700;
}

/**************
About
**************/
.artist_works dt {
  font-size: 1.8rem;
  font-weight: 700;
}
.artist_works dd {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 4px;
}

.artist_works + .artist_works {
  margin-top: 20px;
}

.profile_link {
  font-size: 1.6rem;
  font-weight: 500;
}
.profile_link a {
  color: #20a3b8;
  text-decoration: underline;
}
.profile_link a:hover {
  text-decoration: none;
}

/**************
News
**************/
.news_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}
@media (max-width: 999.9px) {
  .news_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }
}
@media (max-width: 559.9px) {
  .news_list {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.news_card {
  display: flex;
  flex-direction: column;
  gap: 17px;
  position: relative;
}
.news_card .news_card_thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 264/168;
  background: #DCE1E4;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.06);
}
.news_card .news_card_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.news_card .news_card_meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.news_card_tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  padding: 0 8px;
  background: #20a3b8;
  border-radius: 10px;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
.news_card .news_card_date {
  font-family: "nexa", Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.04em;
  color: #7a7a7f;
}
.news_card .news_card_title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 28px;
  color: #1e1e1e;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news_card .news_card_hash {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 28px;
  color: #7a7a7f;
}
.news_card .float_link {
  border-radius: 8px;
}
.news_card:hover .news_card_title {
  color: #20a3b8;
}

.section_btn {
  margin-top: 72px;
  text-align: center;
}
@media (max-width: 834.9px) {
  .section_btn {
    margin-top: 40px;
  }
}

.news_cat_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 56px;
}
.news_cat_nav li a {
  display: inline-block;
  padding: 0 22px;
  line-height: 38px;
  background: #ffffff;
  border-radius: 100px;
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.06);
  font-size: 1.4rem;
  font-weight: 700;
  color: #1e1e1e;
}
.news_cat_nav li.current a,
.news_cat_nav li a:hover {
  background: #20a3b8;
  color: #ffffff;
}
@media (max-width: 834.9px) {
  .news_cat_nav {
    margin-bottom: 40px;
  }
}
@media (max-width: 559.9px) {
  .news_cat_nav {
    gap: 8px;
  }
}

.pagination,
.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 72px;
}
.pagination a,
.pagination > span,
.wp-pagenavi a,
.wp-pagenavi > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.06);
  font-family: "nexa", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.5;
  font-style: normal;
  color: #1e1e1e;
}
.pagination .current,
.wp-pagenavi .current {
  background: #20a3b8;
  color: #ffffff;
}
.pagination a:hover,
.wp-pagenavi a:hover {
  background: #20a3b8;
  color: #ffffff;
}
.pagination .pages,
.wp-pagenavi .pages {
  display: none;
}
.pagination .extend,
.wp-pagenavi .extend {
  width: auto;
  height: auto;
  background: transparent;
  box-shadow: none;
}
.pagination .prev,
.pagination .next,
.pagination .previouspostslink,
.pagination .nextpostslink,
.wp-pagenavi .prev,
.wp-pagenavi .next,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  text-indent: -9999px;
}
.pagination .prev::after,
.pagination .next::after,
.pagination .previouspostslink::after,
.pagination .nextpostslink::after,
.wp-pagenavi .prev::after,
.wp-pagenavi .next::after,
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
}
.pagination .prev:hover::after,
.pagination .next:hover::after,
.pagination .previouspostslink:hover::after,
.pagination .nextpostslink:hover::after,
.wp-pagenavi .prev:hover::after,
.wp-pagenavi .next:hover::after,
.wp-pagenavi .previouspostslink:hover::after,
.wp-pagenavi .nextpostslink:hover::after {
  border-color: #ffffff;
}
.pagination .prev::after,
.pagination .previouspostslink::after,
.wp-pagenavi .prev::after,
.wp-pagenavi .previouspostslink::after {
  transform: translate(-30%, -50%) rotate(-135deg);
}
.pagination .next::after,
.pagination .nextpostslink::after,
.wp-pagenavi .next::after,
.wp-pagenavi .nextpostslink::after {
  transform: translate(-70%, -50%) rotate(45deg);
}
@media (max-width: 834.9px) {
  .pagination,
  .wp-pagenavi {
    margin-top: 48px;
  }
}

/**************
News Single
**************/
.post_header {
  margin-bottom: 32px;
}
.post_header .post_meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.post_header .post_date {
  font-family: "nexa", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.04em;
  color: #7a7a7f;
}
.post_header .post_title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1e1e1e;
  margin-top: 16px;
}
@media (max-width: 559.9px) {
  .post_header {
    margin-bottom: 24px;
  }
  .post_header .post_title {
    font-size: 2.4rem;
  }
}

.post_tags {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 16px;
}
.post_tags a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #7a7a7f;
}
.post_tags a:hover {
  color: #20a3b8;
}

.post_thumb {
  margin-bottom: 40px;
}
.post_thumb img {
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 559.9px) {
  .post_thumb {
    margin-bottom: 28px;
  }
}

/* WordPressの本文(the_content)出力を想定 */
.post_content {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
.post_content > * + * {
  margin-top: 1.5em;
}
.post_content h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: 2px solid #20a3b8;
  margin-top: 2em;
}
.post_content h3 {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 14px;
  margin-top: 2em;
}
.post_content h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 4px;
  border-radius: 2px;
  background: #20a3b8;
}
.post_content a {
  color: #20a3b8;
  text-decoration: underline;
}
.post_content a:hover {
  text-decoration: none;
}
.post_content img {
  border-radius: 8px;
}
.post_content ul li {
  position: relative;
  padding-left: 18px;
}
.post_content ul li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.85em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #20a3b8;
}
.post_content ol {
  counter-reset: postOl;
}
.post_content ol li {
  position: relative;
  padding-left: 26px;
  counter-increment: postOl;
}
.post_content ol li::before {
  content: counter(postOl) ".";
  position: absolute;
  left: 2px;
  top: 0;
  font-weight: 700;
  color: #20a3b8;
}
.post_content li + li {
  margin-top: 8px;
}
.post_content blockquote {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 20px 24px;
}
@media (max-width: 559.9px) {
  .post_content h2 {
    font-size: 2rem;
  }
  .post_content h3 {
    font-size: 1.8rem;
  }
}

.post_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 56px;
}
.post_nav .post_nav_prev,
.post_nav .post_nav_next {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e1e1e;
}
.post_nav .post_nav_prev:hover,
.post_nav .post_nav_next:hover {
  color: #20a3b8;
}
.post_nav .post_nav_prev::before,
.post_nav .post_nav_next::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}
.post_nav .post_nav_prev {
  padding-left: 16px;
}
.post_nav .post_nav_prev::before {
  left: 2px;
  transform: translateY(-50%) rotate(-135deg);
}
.post_nav .post_nav_next {
  padding-right: 16px;
}
.post_nav .post_nav_next::before {
  left: auto;
  right: 2px;
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 559.9px) {
  .post_nav {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
  }
  .post_nav .btn-blue {
    order: 3;
    width: 100%;
  }
}

/**************
Contact
**************/
.contact_form {
  /* Contact Form 7 対応 */
  /* [submit class:float_link] をbtn-blueの見た目に重ねる(透明のクリック領域) */
  /* プライバシーポリシー同意チェックまでは送信ボタンを薄く */
}
.contact_form .form_item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  padding: 20px 8px;
  border-bottom: 1px solid #DCE1E4;
}
.contact_form .form_item dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 240px;
  flex-shrink: 0;
  padding-top: 12px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.contact_form .form_item dd {
  flex: 1;
}
@media (max-width: 834.9px) {
  .contact_form .form_item {
    flex-direction: column;
    gap: 10px;
    padding: 16px 0;
  }
  .contact_form .form_item dt {
    width: 100%;
    padding-top: 0;
  }
  .contact_form .form_item dd {
    width: 100%;
  }
}
.contact_form .required,
.contact_form .optional {
  display: inline-block;
  padding: 0 10px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 22px;
  flex-shrink: 0;
}
.contact_form .required {
  background: #D9383F;
}
.contact_form .optional {
  background: #7a7a7f;
}
.contact_form input[type=text],
.contact_form input[type=email],
.contact_form input[type=tel],
.contact_form select,
.contact_form textarea {
  width: 100%;
  padding: 12px 16px;
  background: #f5f5f5;
  border: 1px solid #DCE1E4;
  border-radius: 8px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "M PLUS 1p", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  transition: all 0.3s ease 0s;
}
.contact_form input[type=text]:focus,
.contact_form input[type=email]:focus,
.contact_form input[type=tel]:focus,
.contact_form select:focus,
.contact_form textarea:focus {
  outline: none;
  border-color: #20a3b8;
  background: #ffffff;
}
.contact_form textarea {
  height: 200px;
  resize: vertical;
}
.contact_form .form_agree {
  margin-top: 32px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
}
.contact_form .form_agree label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.contact_form .form_agree input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: #20a3b8;
  cursor: pointer;
}
.contact_form .form_agree a {
  color: #20a3b8;
  text-decoration: underline;
}
.contact_form .form_agree a:hover {
  text-decoration: none;
}
.contact_form .btn-blue {
  border: none;
  cursor: pointer;
}
.contact_form .section_btn {
  margin-top: 40px;
}
.contact_form .wpcf7-form-control-wrap {
  display: block;
}
.contact_form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  color: #D9383F;
  font-size: 1.3rem;
}
.contact_form .form_agree .wpcf7-list-item {
  margin: 0;
}
.contact_form .btn-blue input.float_link {
  background: transparent;
  border: none;
  color: transparent;
  font-size: 0;
  cursor: pointer;
}
.contact_form .btn-blue input.float_link:disabled {
  cursor: not-allowed;
}
.contact_form .btn-blue:has(input:disabled) {
  opacity: 0.6;
}
.contact_form .wpcf7-spinner {
  position: absolute;
  left: 50%;
  bottom: -32px;
  transform: translateX(-50%);
}

.wpcf7 form .wpcf7-response-output {
  margin: 32px 0 0;
  padding: 14px 16px;
  border: 1px solid #20a3b8;
  border-radius: 8px;
  color: #20a3b8;
  font-size: 1.4rem;
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #D9383F;
  color: #D9383F;
}

/**************
Company
**************/
.company_table {
  width: 100%;
  border-collapse: collapse;
}
.company_table th,
.company_table td {
  padding: 24px 8px;
  border-bottom: 1px solid #DCE1E4;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
}
.company_table th {
  width: 220px;
  font-weight: 700;
  white-space: nowrap;
}
.company_table tr:last-child th,
.company_table tr:last-child td {
  border-bottom: none;
}
@media (max-width: 834.9px) {
  .company_table th {
    width: 140px;
  }
}
@media (max-width: 559.9px) {
  .company_table th,
.company_table td {
    display: block;
    width: 100%;
  }
  .company_table th {
    padding: 16px 0 0;
    border-bottom: none;
  }
  .company_table td {
    padding: 4px 0 16px;
  }
}

.history_item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
  padding: 20px 8px;
  border-bottom: 1px solid #DCE1E4;
}
.history_item:last-child {
  border-bottom: none;
}
.history_item dt {
  font-family: "nexa", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.04em;
  color: #20a3b8;
  width: 88px;
  flex-shrink: 0;
}
.history_item dd {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 559.9px) {
  .history_item {
    gap: 16px;
    padding: 16px 0;
  }
}
/*# sourceMappingURL=styles.css.map */