@charset "UTF-8";
/* =================================================================
/* =================================================================
		base setting
================================================================= */
html {
  font-size: 62.5%; }

body {
  width: 100%;
  background-color: #fff;
  color: #222;
  font-family: "游ゴシック体", Yu Gothic, YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.15em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-y: scroll;
  overscroll-behavior-y: none; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

img {
  height: auto; }

ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0; }

ul {
  text-align: left; }
  ul li {
    list-style: none; }

ol {
  counter-reset: item;
  list-style-type: none;
  text-align: left; }
  ol li {
    padding-left: 1.3em;
    position: relative; }
    ol li::before {
      counter-increment: item;
      content: counter(item) ".";
      position: absolute;
      left: 0;
      top: 1em;
      -webkit-transform: translateY(-1em);
              transform: translateY(-1em); }

figure {
  margin: 0; }

table {
  border: none;
  border-spacing: 0; }

th,
td {
  vertical-align: top;
  text-align: left; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.6; }

em {
  font-weight: bold;
  font-style: normal; }

p {
  margin: 0; }

address {
  font-style: normal; }

a {
  outline: none; }
  a:link {
    color: #222;
    text-decoration: none; }
  a:visited {
    color: #222; }
  a:hover, a:focus, a:active {
    color: #222;
    text-decoration: none; }

/* =================================================================
		#whole
================================================================= */
.container {
  margin-top: 80px; }

.site-main {
  padding: 60px 0 100px;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  .container {
    margin-top: 38px; }

  .site-main {
    padding: 40px 0 80px; } }
/* =================================================================
		#Header
================================================================= */
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  padding: 0 30px;
  z-index: 999;
  -webkit-transition: background-color;
  transition: background-color; }

.header-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 3.8vh 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s; }

.header-logo {
  width: 230px;
  line-height: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s; }
  .header-logo a {
    display: block; }
    .header-logo a img {
      width: 100%; }

.head-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px; }

.header-contact {
  font-size: 1.5rem;
  width: 135px;
  margin-left: 20px; }
  .header-contact a {
    border-radius: 6px;
    font-weight: bold;
    color: #fff;
    background-color: #3066c4;
    display: block;
    padding: 8px;
    text-align: center; }

.scrolled .header {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px); }
@media print, screen and (min-width: 769px) {
  .scrolled .header-inner {
    padding: 2vh 0; } }

@media screen and (max-width: 1000px) {
  .header {
    padding: 0 12px;
    height: 60px; }

  .header-inner {
    padding: 10px 0 0;
    margin: 0 auto 0 0; }

  .header-logo {
    width: 45%; } }
/* =================================================================
		#navigation
================================================================= */
.gnav {
  font-size: 1.8rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "EB Garamond", serif;
  border-radius: 999px;
  padding: 16px 24px;
  margin-right: -24px;
  -webkit-transition: background-color .4s, -webkit-backdrop-filter .4s;
  transition: background-color .4s, -webkit-backdrop-filter .4s;
  transition: background-color .4s, backdrop-filter .4s;
  transition: background-color .4s, backdrop-filter .4s, -webkit-backdrop-filter .4s; }
  .gnav li {
    margin-left: 32px;
    padding: 6px 0;
    position: relative; }
    .gnav li a,
    .gnav li span {
      display: block;
      cursor: pointer;
      padding: 8px 0; }
    .gnav li a {
      -webkit-transition: color 0.3s;
      transition: color 0.3s; }
      @media (hover: hover) {
        .gnav li a:hover {
          color: #1E6FDE; } }

.sub-menu {
  opacity: 0;
  font-size: 1.5rem;
  font-family: "游ゴシック体", Yu Gothic, YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 40px;
  left: 50%;
  z-index: 9000;
  -webkit-transform: translate(-50%, -20px);
          transform: translate(-50%, -20px);
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 14px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, visibility 0.4s;
  transition: opacity 0.4s, transform 0.4s, visibility 0.4s, -webkit-transform 0.4s; }
  .sub-menu.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
    transition: opacity 0.2s, transform 0.2s, visibility 0.2s, -webkit-transform 0.2s; }
  .sub-menu li {
    padding: 0;
    margin: 0 0 6px; }
    .sub-menu li:last-child {
      margin-bottom: 0; }
    .sub-menu li a {
      display: block;
      height: auto;
      padding: 12px 16px;
      border-radius: 8px;
      -webkit-transition: .4s;
      transition: .4s; }
      .sub-menu li a:hover {
        color: #fff;
        background-color: #6a7fcb;
        -webkit-transition: .2s;
        transition: .2s; }

@media screen and (max-width: 1000px) {
  .gnav {
    display: none; } }
/* =================================================================
		#common
================================================================= */
#gradient-canvas {
  width: 100%;
  height: 100%;
  --gradient-color-1: #e1fefc;
  --gradient-color-2: #b3e3ff;
  --gradient-color-3: #f0fbff;
  --gradient-color-4: #d6d9ff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1; }

.pct,
.ico {
  line-height: 0; }
  .pct img,
  .ico img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }

.btn-detail a {
  min-width: 320px;
  max-width: 320px;
  display: block;
  font-size: 1.7rem;
  color: #0025A8;
  font-weight: bold;
  line-height: 1;
  border: 1px solid #0025A8;
  background-color: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 16px 40px 16px 32px;
  border-radius: 999px;
  text-align: center;
  -webkit-transition: background-color .2s, color .2s;
  transition: background-color .2s, color .2s;
  position: relative; }
  .btn-detail a:after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 8px;
    background: url(../img/ico_arrow.svg) left top/100% auto no-repeat;
    position: absolute;
    right: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  @media (hover: hover) {
    .btn-detail a:hover {
      color: #fff;
      background-color: #0025A8; }
      .btn-detail a:hover:after {
        -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(65deg) brightness(100%) contrast(103%);
                filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(65deg) brightness(100%) contrast(103%); } }
.btn-detail.wh a {
  background-color: transparent;
  color: #fff;
  border-color: #fff; }
  .btn-detail.wh a:after {
    -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(65deg) brightness(100%) contrast(103%);
            filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(65deg) brightness(100%) contrast(103%); }
  @media (hover: hover) {
    .btn-detail.wh a:hover {
      color: #0025A8;
      background-color: #fff; }
      .btn-detail.wh a:hover:after {
        -webkit-filter: none;
                filter: none; } }

@media screen and (max-width: 768px) {
  .btn-detail a {
    width: 100%;
    max-width: none;
    min-width: auto;
    font-size: 1.6rem;
    padding: 16px 40px 16px 32px; }
    .btn-detail a:after {
      width: 26px;
      height: 8px;
      right: 14px; } }
.btn-regist {
  margin-top: 48px;
  margin-bottom: 48px; }
  .btn-regist a {
    min-width: 440px;
    max-width: 440px;
    display: block;
    font-size: 1.7rem;
    color: #0025A8;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
    border: 1px solid #0025A8;
    background-color: rgba(255, 255, 255, 0.65);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    margin: 0 auto;
    padding: 24px 40px 24px 32px;
    border-radius: 999px;
    text-align: center;
    -webkit-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s;
    position: relative; }
    .btn-regist a:after {
      content: "";
      display: inline-block;
      width: 26px;
      height: 8px;
      background: url(../img/ico_arrow.svg) left top/100% auto no-repeat;
      position: absolute;
      right: 14px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    @media (hover: hover) {
      .btn-regist a:hover {
        color: #fff;
        background-color: #0025A8; }
        .btn-regist a:hover:after {
          -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(65deg) brightness(100%) contrast(103%);
                  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(65deg) brightness(100%) contrast(103%); } }

.nav-previous {
  text-align: center; }

.sec {
  margin-bottom: 64px; }

.list-common {
  font-size: 1.7rem;
  line-height: 1.6; }
  @media screen and (max-width: 736px) {
    .list-common {
      font-size: 1.6rem; } }
  .list-common li {
    margin-bottom: .8em;
    padding-left: .95em;
    position: relative; }
    .list-common li::before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0.57em;
      border-radius: 50%;
      background-color: #123d83;
      width: 6px;
      height: 6px; }
  .list-common span {
    display: inline-block; }

.nopost {
  font-size: 1.7rem;
  text-align: center; }
  @media screen and (max-width: 736px) {
    .nopost {
      font-size: 1.6rem; } }

a.link-tel {
  text-decoration: underline; }
  @media print, screen and (min-width: 737px) {
    a.link-tel {
      text-decoration: none;
      pointer-events: none; } }

.seg {
  display: inline-block; }

.sec-lead {
  font-size: 1.7rem; }
  .sec-lead p {
    margin-bottom: 1em; }

@media screen and (max-width: 768px) {
  .sec-lead {
    font-size: 1.5rem; } }
.slideup {
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: translateY(100px);
          transform: translateY(100px); }

.slideup-is-show {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity .9s 0.1s, -webkit-transform .9s 0.2s, -webkit-filter .9s 0.3s;
  transition: opacity .9s 0.1s, -webkit-transform .9s 0.2s, -webkit-filter .9s 0.3s;
  transition: opacity .9s 0.1s, transform .9s 0.2s, filter .9s 0.3s;
  transition: opacity .9s 0.1s, transform .9s 0.2s, filter .9s 0.3s, -webkit-transform .9s 0.2s, -webkit-filter .9s 0.3s; }

/* =================================================================
		#designing
================================================================= */
.txtbox {
  font-size: 1.6rem;
  color: #434343; }
  .txtbox p {
    margin-bottom: .9em; }
    .txtbox p:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .txtbox {
      font-size: 1.5rem; } }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 736px) {
    .flex {
      display: block; } }

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important; }

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important; }

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important; }

.size-normal {
  font-size: 1.7rem; }
  @media screen and (max-width: 736px) {
    .size-normal {
      font-size: 1.6rem; } }

.bold {
  font-weight: bold; }

.wd-05 {
  width: 5%; }

.wd-10 {
  width: 10%; }

.wd-15 {
  width: 15%; }

.wd-20 {
  width: 20%; }

.wd-25 {
  width: 25%; }

.wd-30 {
  width: 30%; }

.wd-31 {
  width: 31%; }

.wd-32 {
  width: 32%; }

.wd-33 {
  width: 32%; }

.wd-34 {
  width: 32%; }

.wd-35 {
  width: 35%; }

.wd-36 {
  width: 36%; }

.wd-37 {
  width: 37%; }

.wd-38 {
  width: 38%; }

.wd-39 {
  width: 39%; }

.wd-40 {
  width: 40%; }

.wd-41 {
  width: 41%; }

.wd-42 {
  width: 42%; }

.wd-43 {
  width: 43%; }

.wd-44 {
  width: 44%; }

.wd-45 {
  width: 45%; }

.wd-46 {
  width: 46%; }

.wd-47 {
  width: 47%; }

.wd-48 {
  width: 48%; }

.wd-49 {
  width: 49%; }

.wd-50 {
  width: 50%; }

.wd-51 {
  width: 51%; }

.wd-52 {
  width: 52%; }

.wd-53 {
  width: 53%; }

.wd-54 {
  width: 54%; }

.wd-55 {
  width: 55%; }

.wd-60 {
  width: 60%; }

.wd-61 {
  width: 61%; }

.wd-62 {
  width: 62%; }

.wd-63 {
  width: 63%; }

.wd-64 {
  width: 64%; }

.wd-65 {
  width: 65%; }

.wd-66 {
  width: 66%; }

.wd-67 {
  width: 67%; }

.wd-68 {
  width: 68%; }

.wd-69 {
  width: 69%; }

.wd-70 {
  width: 70%; }

.wd-75 {
  width: 75%; }

.wd-80 {
  width: 80%; }

.wd-85 {
  width: 85%; }

.wd-90 {
  width: 90%; }

.wd-95 {
  width: 95%; }

.wd-100 {
  width: 100%; }

@media screen and (max-width: 736px) {
  .wd-05,
  .wd-10,
  .wd-15,
  .wd-20,
  .wd-25,
  .wd-30,
  .wd-31,
  .wd-32,
  .wd-33,
  .wd-34,
  .wd-35,
  .wd-36,
  .wd-37,
  .wd-38,
  .wd-39,
  .wd-40,
  .wd-41,
  .wd-42,
  .wd-43,
  .wd-44,
  .wd-45,
  .wd-46,
  .wd-47,
  .wd-48,
  .wd-49,
  .wd-50,
  .wd-51,
  .wd-52,
  .wd-53,
  .wd-54,
  .wd-55,
  .wd-60,
  .wd-61,
  .wd-62,
  .wd-63,
  .wd-64,
  .wd-65,
  .wd-66,
  .wd-67,
  .wd-68,
  .wd-69,
  .wd-70,
  .wd-75,
  .wd-80,
  .wd-85,
  .wd-90,
  .wd-95,
  .wd-100 {
    width: 100%; } }
.ta-left {
  text-align: left; }

.ta-right {
  text-align: right; }

.ta-center {
  text-align: center; }

.size-l-1 {
  font-size: 1.8rem; }

.mt-0 {
  margin-top: 20px !important; }

.mt-10 {
  margin-top: 20px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.pt-0 {
  padding-top: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

@media screen and (max-width: 736px) {
  .size-l-1 {
    font-size: 1.7rem; }

  .ta-left-sp {
    text-align: left; }

  .ta-right-sp {
    text-align: right; }

  .ta-center-sp {
    text-align: center; }

  .mb-0-sp {
    margin-bottom: 0px !important; }

  .mb-10-sp {
    margin-bottom: 10px !important; }

  .mb-20-sp {
    margin-bottom: 20px !important; }

  .mb-30-sp {
    margin-bottom: 30px !important; }

  .mb-40-sp {
    margin-bottom: 40px !important; } }
/* =================================================================
		#display control
================================================================= */
@media print, screen and (min-width: 769px) {
  .pc {
    display: inline; }

  .sp {
    display: none !important; } }
@media screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: inline; } }
/* =================================================================
  		 #mobile menu button
  ================================================================= */
.btn-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 17px;
  padding-left: 0;
  padding-right: 0;
  border: none;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  position: fixed;
  right: 12px;
  top: 22px;
  z-index: 9998;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  @media print, screen and (min-width: 769px) {
    .btn-menu {
      display: none; } }
  .btn-menu:focus {
    outline: none; }
  .btn-menu__text {
    margin-left: 10px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1; }
  .btn-menu__bars {
    display: block;
    position: relative;
    width: 30px;
    height: 1px;
    background-color: #464646;
    -webkit-transition: .3s;
    transition: .3s; }
    .btn-menu__bars:before, .btn-menu__bars:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #464646;
      -webkit-transition: .3s;
      transition: .3s; }
    .btn-menu__bars:before {
      -webkit-transform: translate(0, -8px);
              transform: translate(0, -8px); }
    .btn-menu__bars:after {
      -webkit-transform: translate(0, 8px);
              transform: translate(0, 8px); }
  .menu-open .btn-menu .btn-menu__bars {
    background-color: transparent; }
    .menu-open .btn-menu .btn-menu__bars:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .menu-open .btn-menu .btn-menu__bars:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }

/* menu */
.spnav-menu {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.94);
  width: 100%;
  height: 100%;
  padding: 64px 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9991;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  @media screen and (max-width: 1000px) {
    .spnav-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.spnav-cont {
  width: 76%; }

.spnav-menu-list {
  font-size: 2.1rem;
  font-family: "EB Garamond", serif; }
  .spnav-menu-list > li {
    margin-bottom: 20px; }
    .spnav-menu-list > li a {
      display: block; }
    .spnav-menu-list > li.spnav-about span {
      font-size: 1.7rem; }

.spnav-submenu {
  font-size: 1.7rem;
  font-family: "Zen Old Mincho", serif;
  padding-left: 18px; }
  .spnav-submenu li {
    margin-top: 10px; }

/* .spnav-menu スライドアニメーション */
.menu-open .spnav-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

body.menu-open {
  position: fixed;
  top: 0px; }

/* =================================================================
		#recruit navigation button for mobile
================================================================= */
.btn-recruit-mb {
  padding: 4px 8px;
  border: 1px solid #fff;
  position: fixed;
  right: 60px;
  top: 10px;
  cursor: pointer;
  z-index: 9990;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: color 0.2s, border-color 0.2s, background-color 0.2s;
  transition: color 0.2s, border-color 0.2s, background-color 0.2s; }
  .btn-recruit-mb p {
    font-size: 1.2rem;
    line-height: 1.2; }
  @media screen and (max-width: 736px) {
    .btn-recruit-mb {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.nav-recruit-toggle {
  width: 18px;
  height: 12px;
  margin-right: 10px; }
  .nav-recruit-toggle div {
    position: relative; }
  .nav-recruit-toggle span {
    display: block;
    background-color: #ffffff;
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out; }
    .nav-recruit-toggle span:nth-child(2) {
      top: 6px; }
    .nav-recruit-toggle span:nth-child(3) {
      top: 12px; }
  .scrolled .nav-recruit-toggle span, .single-interview .nav-recruit-toggle span {
    background-color: #2c2c2c; }
  .recnav-open .nav-recruit-toggle span {
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .recnav-open .nav-recruit-toggle span:nth-child(1) {
      top: 6px;
      -webkit-transform: rotate(315deg);
              transform: rotate(315deg); }
    .recnav-open .nav-recruit-toggle span:nth-child(2) {
      width: 0;
      left: 50%; }
    .recnav-open .nav-recruit-toggle span:nth-child(3) {
      top: 6px;
      -webkit-transform: rotate(-315deg);
              transform: rotate(-315deg); }

/* =================================================================
		#footer
================================================================= */
.footer {
  margin-top: 24px;
  padding: 12vh 30px; }

.footer-inner {
  max-width: 1400px;
  margin: 0 auto; }

.footer-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px; }

.footer-tagline {
  font-size: 3rem;
  font-family: "EB Garamond", serif;
  font-weight: normal;
  margin-right: 22px; }

.footer-logo {
  width: 155px;
  line-height: 0; }
  .footer-logo img {
    width: 100%; }

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.footer-nav-list {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: normal;
  font-family: "EB Garamond", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .footer-nav-list li {
    margin-right: 32px; }

.copyright {
  font-size: 1.2rem; }

@media screen and (max-width: 768px) {
  .footer {
    margin-top: 0;
    padding: 0 6vw 64px; }

  .footer-brand {
    display: block;
    margin-bottom: 24px; }

  .footer-tagline {
    font-size: 2rem;
    margin: 0 0 10px;
    text-align: center; }

  .footer-logo {
    display: block;
    width: 165px;
    margin: 0 auto; }

  .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

  .footer-nav-list {
    display: none; }

  .copyright {
    font-size: 1.1rem; } }
/* =================================================================
		#breadcrumbs
================================================================= */
.breadcrumbs {
  width: 100%;
  font-size: 1.15rem;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 40px;
  margin-bottom: 24px;
  position: relative;
  z-index: 1; }
  .breadcrumbs .inner {
    max-width: 1400px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .breadcrumbs span {
    display: inline-block;
    margin: 0 4px; }
    .breadcrumbs span:first-child {
      margin-left: 0; }
  .breadcrumbs a {
    color: #505050;
    text-decoration: underline; }
  .breadcrumbs .separator {
    width: 4px;
    height: 8px;
    background: url(../img/ico_chevron.svg) left top/100% auto no-repeat; }

.home .breadcrumbs {
  display: none; }

@media screen and (max-width: 736px) {
  .breadcrumbs {
    padding: 10px 0 24px;
    margin-bottom: 0; }
    .breadcrumbs .separator {
      width: 3px;
      height: 7px;
      display: inline-block; } }
/* =================================================================
		#Share Buttons
================================================================= */
.share {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 48px auto 32px;
  padding: 28px 56px;
  border-top: 1px solid #bbd6e4;
  border-bottom: 1px solid #bbd6e4; }

.share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .share-list li {
    margin: 0 8px;
    border-radius: 50%;
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s; }
    @media (hover: hover) {
      .share-list li:hover {
        -webkit-filter: brightness(112%);
                filter: brightness(112%); } }
  .share-list .facebook {
    background-color: #1877f2; }
  .share-list .tweet {
    background-color: #292929; }
  .share-list .line {
    background-color: #00c34d; }
  .share-list .copy {
    background-color: #5d5d5d; }
  .share-list .btn {
    display: block;
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    line-height: 0;
    cursor: pointer; }
  .share-list img {
    width: 100%; }

.share-ttl {
  font-size: 1.6rem;
  margin-right: 24px; }

@media screen and (max-width: 768px) {
  .share {
    display: block;
    width: 100%;
    margin: 32px auto 24px;
    padding: 18px 0; }

  .share-ttl {
    font-size: 1.5rem;
    margin: 0 0 14px;
    text-align: center; } }
/* =================================================================
		#目次
================================================================= */
#toc_container {
  width: 100%;
  min-width: 100%;
  margin: 0 auto 48px;
  padding: 32px 40px; }
  #toc_container .toc_title {
    font-size: 1.7rem;
    font-family: 'Poppins', sans-serif;
    letter-spacing: .7em; }
    @media screen and (max-width: 736px) {
      #toc_container .toc_title {
        font-size: 1.6rem; } }
    #toc_container .toc_title span,
    #toc_container .toc_title a {
      letter-spacing: .08em;
      font-family: "游ゴシック体", Yu Gothic, YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif; }
    #toc_container .toc_title a {
      font-size: 1.5rem; }
  #toc_container li {
    margin-bottom: 0.3em; }
    #toc_container li a {
      text-decoration: underline;
      position: relative; }
      #toc_container li a:before {
        content: "";
        display: block;
        background: url(images/ico_arrow.svg) left top/100% auto no-repeat;
        width: 0.4em;
        height: 0.7em;
        position: absolute;
        left: calc(100% + 8px);
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        top: 0.25em;
        opacity: 0.7; }
    #toc_container li ul {
      margin-right: 0.4em;
      margin-bottom: 0.55em; }

#toc_container.toc_transparent {
  border: 1px solid #8b9bbe;
  border-radius: 32px; }

@media screen and (max-width: 768px) {
  #toc_container {
    margin-bottom: 40px;
    padding: 24px; }

  #toc_container.toc_transparent {
    border-radius: 24px; } }
/* =================================================================
		#parts
================================================================= */
.stack {
  max-width: 1380px;
  margin: 22vh auto 0;
  padding: 0 40px; }

@media screen and (max-width: 768px) {
  .stack {
    margin-top: 96px;
    padding: 0 6vw; } }
.pct-round {
  border-radius: 120px;
  overflow: hidden; }
  .pct-round img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

@media screen and (max-width: 768px) {
  .pct-round {
    border-radius: 64px; } }
.box-round {
  border-radius: 120px;
  background-color: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 64px;
  -webkit-box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, 0.05); }
  .box-round .txtbox {
    font-size: 1.7rem; }

@media screen and (max-width: 768px) {
  .box-round {
    border-radius: 64px;
    padding: 36px; }
    .box-round .txtbox {
      font-size: 1.5rem; } }
.contact-btn {
  color: #fff;
  background-color: #2c2b50;
  max-width: 1400px;
  margin: 0 auto;
  padding: 90px;
  border-radius: 999px;
  text-align: center;
  overflow: hidden;
  position: relative; }
  .contact-btn .btn-detail {
    position: relative;
    z-index: 1; }
    .contact-btn .btn-detail a {
      margin: 0 auto; }
  @media (hover: hover) {
    .contact-btn:hover .contact-btn-img {
      -webkit-filter: brightness(130%);
              filter: brightness(130%); } }

.contact-btn-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/contactbtn.jpg) center center/cover no-repeat;
  z-index: 0;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
  opacity: .1; }
  .contact-btn-img:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(94deg, #01e5d8 2.5%, #2320ba 94%);
    opacity: 0.6; }
  .showed .contact-btn-img {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-transition: 3s;
    transition: 3s; }

.contact-btn-ttl {
  font-family: "EB Garamond", serif;
  font-size: 8.5rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: .3em;
  position: relative;
  z-index: 1; }

.contact-btn-txt {
  width: 100%;
  max-width: 30em;
  font-size: 1.6rem;
  line-height: 2;
  margin: 0 auto 2.5em;
  position: relative;
  z-index: 1; }

@media screen and (max-width: 768px) {
  .contact-btn {
    padding: 40px 32px 48px;
    border-radius: 56px; }
    .contact-btn .btn-detail a {
      width: 90%; }

  .contact-btn-ttl {
    font-size: 4.6rem; }

  .contact-btn-txt {
    max-width: none;
    font-size: 1.5rem;
    margin: 0 auto 2.5em; } }
/* =================================================================
		#pickup swiper
================================================================= */
.pickup {
  position: relative;
  opacity: 0;
  top: -30px;
  right: -80px; }
  .mpv-ended .pickup {
    opacity: 1;
    top: 0;
    right: 0;
    -webkit-transition: opacity .3s .3s, top .7s .3s, right 1s .3s;
    transition: opacity .3s .3s, top .7s .3s, right 1s .3s; }

.swiper {
  overflow: visible !important; }

.swiper-slide {
  padding: 44px;
  border-radius: 46px;
  background-color: rgba(255, 255, 255, 0.45);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  opacity: .85;
  -webkit-transform: scale(0.85) !important;
          transform: scale(0.85) !important;
  -webkit-transition: .7s ease-in;
  transition: .7s ease-in; }

.pickup-box .pct {
  margin-bottom: 24px;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 2.05 / 1; }
  .pickup-box .pct img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
.pickup-box .ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: .7em; }
  .pickup-box .ttl a {
    -webkit-transition: color .5s .1s;
    transition: color .5s .1s; }
    .pickup-box .ttl a:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
.pickup-box .cat {
  font-size: 1.5rem;
  line-height: 1.4;
  padding-left: 1.7em;
  position: relative; }
  .pickup-box .cat:before {
    content: "";
    display: block;
    width: 1em;
    aspect-ratio: 1;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: linear-gradient(135deg, #AEF1F5 0%, #D29EF2 100%); }
.pickup-box .tax {
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 3.2rem;
  line-height: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  left: 32px;
  top: 108px; }
@media (hover: hover) {
  .pickup-box {
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .pickup-box:hover .pct img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .pickup-box:hover a {
      color: #3169c4; } }

@media screen and (max-width: 768px) {
  .swiper-slide {
    padding: 18px 18px 22px;
    border-radius: 26px;
    -webkit-transition: .4s ease-in;
    transition: .4s ease-in; }

  .pickup-box .pct {
    aspect-ratio: 1.7 / 1;
    margin-bottom: 16px;
    border-radius: 16px; }
  .pickup-box .ttl {
    font-size: 1.7rem;
    line-height: 1.6;
    margin-bottom: 12px; }
  .pickup-box .cat {
    font-size: 1.1rem; }
  .pickup-box .tax {
    font-size: 1.6rem;
    left: 10px;
    top: 52px; } }
.pickup .swiper-slide.swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: .7s ease-in;
  transition: .7s ease-in; }

.swiper-buttons {
  width: 100%;
  max-width: 71.5%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2; }
  .swiper-buttons .swiper-button-prev,
  .swiper-buttons .swiper-button-next {
    color: #b9ccd9; }
    .swiper-buttons .swiper-button-prev:after,
    .swiper-buttons .swiper-button-next:after {
      font-size: 4rem; }

@media screen and (max-width: 768px) {
  .pickup .swiper-slide.swiper-slide-active {
    -webkit-transition: .4s ease-in;
    transition: .4s ease-in; }

  .swiper-buttons {
    max-width: 97%; }
    .swiper-buttons .swiper-button-prev:after,
    .swiper-buttons .swiper-button-next:after {
      font-size: 2rem; } }
/* =================================================================
		#home
================================================================= */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 9999; }
  .mpv-ended .overlay {
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    opacity: 0;
    pointer-events: none; }

#opv-wrap {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh; }
  #opv-wrap .btn-close {
    width: 20px;
    aspect-ratio: 1;
    background: url(../img/ico_cross.svg) left top/100% auto no-repeat;
    position: absolute;
    right: 24px;
    top: 24px;
    border: none;
    background-color: transparent;
    color: inherit;
    cursor: pointer;
    -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.4));
            filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.4)); }
    @media print, screen and (min-width: 769px) {
      #opv-wrap .btn-close {
        -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
                filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%); } }
    @media screen and (max-width: 768px) {
      #opv-wrap .btn-close {
        -webkit-filter: invert(42%) sepia(0%) saturate(0%) hue-rotate(199deg) brightness(97%) contrast(79%);
                filter: invert(42%) sepia(0%) saturate(0%) hue-rotate(199deg) brightness(97%) contrast(79%); } }
  #opv-wrap.fade-out {
    height: auto;
    -webkit-transition: opacity 1.2s;
    transition: opacity 1.2s;
    opacity: 0;
    pointer-events: none; }

video#opv {
  position: fixed;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100vh;
  vertical-align: bottom; }

@media screen and (max-width: 768px) {
  video#opv {
    aspect-ratio: 1.6 / 1;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }
.homehero {
  max-width: 1800px;
  margin: 0 auto 64px;
  position: relative;
  aspect-ratio: 3 / 1.3;
  overflow: hidden;
  padding: 0 30px; }

.home-heading {
  line-height: 1; }
  .home-heading .ttl-jp {
    font-size: 2rem;
    font-weight: normal;
    font-family: "Zen Old Mincho", serif; }
  .home-heading .ttl-en {
    font-size: 7.5rem;
    font-family: "EB Garamond", serif;
    margin-bottom: .1em; }

@media screen and (max-width: 768px) {
  .home-heading .ttl-jp {
    font-size: 1.5rem; }
  .home-heading .ttl-en {
    font-size: 5.6rem; } }
.home-about {
  max-width: 1380px;
  margin: 18vh auto 0;
  padding: 0 40px;
  font-family: "Zen Old Mincho", serif;
  position: relative; }

.home-about-tagline {
  font-size: 5rem;
  line-height: 1.4;
  font-weight: normal;
  margin-bottom: 40px; }

.home-about-en {
  font-size: 23rem;
  letter-spacing: -.05em;
  color: #fff;
  line-height: 1;
  position: absolute;
  left: -11vw;
  top: -19vh;
  z-index: -1; }
  .home-about-en p:nth-child(2) {
    position: relative;
    right: -1.6em; }

.home-about-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.home-about-txt {
  width: 47.5%;
  font-size: 1.8rem;
  line-height: 2; }
  .home-about-txt p {
    margin-bottom: 1em; }

@media screen and (max-width: 768px) {
  .home-about {
    margin-top: 48px;
    padding: 0 6vw; }

  .home-about-tagline {
    font-size: calc(5vw + 1.2rem);
    margin-bottom: 32px; }

  .home-about-en {
    font-size: 28vw;
    line-height: .9;
    left: 12vw;
    top: -48px;
    opacity: .8; }
    .home-about-en p:nth-child(2) {
      position: static; }

  .home-about-cont {
    display: block; }

  .home-about-txt {
    width: 100%;
    font-size: 1.6rem;
    line-height: 2; } }
.member-list {
  padding: 0 30px; }

.member-item {
  max-width: 1300px;
  margin: 0 auto 4vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 48px;
  -webkit-box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, 0.05); }
  .member-item .pct {
    max-width: 270px;
    margin-right: 64px;
    overflow: hidden;
    border-radius: 10px;
    line-height: 0; }
  .member-item .cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .member-item .name-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .member-item .name-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .member-item .name {
    font-size: 3.6rem;
    font-weight: normal;
    font-family: "Zen Old Mincho", serif; }
  .member-item .name-en {
    font-size: 1.7rem;
    line-height: 1.3;
    font-family: "EB Garamond", serif;
    margin-left: 24px; }
  .member-item .position {
    font-size: 1.7rem;
    margin-top: 8px; }
  .member-item .data-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 24px; }
  .member-item .data {
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 24px; }
    .member-item .data dd {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .member-item .member-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .member-item .member-sns li {
      width: 20px;
      margin-left: 20px; }
      .member-item .member-sns li a {
        display: block; }
        .member-item .member-sns li a img {
          width: 100%;
          -webkit-filter: invert(11%) sepia(89%) saturate(5215%) hue-rotate(231deg) brightness(76%) contrast(108%);
                  filter: invert(11%) sepia(89%) saturate(5215%) hue-rotate(231deg) brightness(76%) contrast(108%); }
        @media (hover: hover) {
          .member-item .member-sns li a {
            -webkit-transition: 0.2s;
            transition: 0.2s; }
            .member-item .member-sns li a:hover {
              opacity: .7; } }
  .member-item .introduction {
    width: 100%;
    font-size: 1.6rem;
    margin-top: 32px; }

@media screen and (max-width: 768px) {
  .member-item {
    display: block;
    border-radius: 24px;
    padding: 24px;
    margin-bottom: 32px; }
    .member-item .pct {
      max-width: none;
      aspect-ratio: 1.4 / 1;
      margin: 0 0 18px; }
      .member-item .pct img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }
    .member-item .name-wrap {
      margin-bottom: 16px; }
    .member-item .name-txt {
      display: block; }
    .member-item .name {
      font-size: 2.5rem; }
    .member-item .name-en {
      font-size: 1.4rem;
      margin-left: 0; }
    .member-item .position {
      font-size: 1.4rem;
      line-height: 1.6; }
    .member-item .data-wrap {
      display: block;
      margin-top: 16px; }
    .member-item .data {
      font-size: 1.4rem;
      margin: 0; }
    .member-item .introduction {
      font-size: 1.5rem;
      position: relative;
      margin-top: 40px; }
      .member-item .introduction p {
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }
      .member-item .introduction:after {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        content: "続きを読む";
        display: block;
        font-size: 1.5rem;
        color: #0025A8;
        text-align: center;
        cursor: pointer;
        background: url(../img/ico_downward.svg) right center/8px auto no-repeat;
        padding-right: 12px;
        margin: 4px auto 0; }
      .member-item .introduction.show p {
        -webkit-line-clamp: inherit; }
      .member-item .introduction.show:after {
        content: "閉じる";
        background: url(../img/ico_upwards.svg) right center/8px auto no-repeat; } }
.home-service-pct {
  width: 55%;
  margin: 0 auto 0 2.5%;
  position: relative;
  z-index: 0;
  line-height: 0; }

.home-service-txt {
  width: 62%;
  margin: -23% 2% 0 auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .home-service-txt .home-heading {
    margin-right: 48px; }
  .home-service-txt .cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .home-service-txt .cont .txtbox {
      margin-bottom: 40px; }

@media screen and (max-width: 768px) {
  .home-service {
    padding: 0; }

  .home-service-pct {
    width: 94%;
    margin: 0 auto 0 0;
    aspect-ratio: 1.3 / 1;
    border-radius: 0 64px 64px 0; }

  .home-service-txt {
    width: 92%;
    margin: -48px 0 0 auto;
    display: block;
    border-radius: 64px 0 0 64px; }
    .home-service-txt .home-heading {
      margin: 0 0 24px; }
    .home-service-txt .cont .txtbox {
      margin-bottom: 24px; } }
@-webkit-keyframes GradietionAnimation {
  0% {
    background-position: 0% 2%; }
  50% {
    background-position: 100% 99%; }
  100% {
    background-position: 0% 2%; } }
@keyframes GradietionAnimation {
  0% {
    background-position: 0% 2%; }
  50% {
    background-position: 100% 99%; }
  100% {
    background-position: 0% 2%; } }
.home-event-wrap {
  padding: 24vh 40px 0; }

.home-event {
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .home-event:before {
    content: "";
    display: block;
    width: 102vw;
    height: 130%;
    background: linear-gradient(131deg, #3bffcd, #668bff, #e077ff);
    background-size: 600% 600%;
    -webkit-animation: GradietionAnimation 20s ease infinite;
            animation: GradietionAnimation 20s ease infinite;
    border-radius: 180px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(6deg);
            transform: translate(-50%, -50%) rotate(6deg);
    opacity: 0.7;
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
    z-index: -1; }
  .home-event .event-list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.home-event-txt {
  max-width: 356px;
  margin-right: 88px; }
  .home-event-txt .home-heading {
    margin-bottom: 64px; }
  .home-event-txt .txtbox {
    margin-bottom: 48px; }

@media screen and (max-width: 768px) {
  .home-event-wrap {
    padding: 98px 6vw 0;
    overflow: hidden; }

  .home-event {
    display: block; }
    .home-event:before {
      width: 110vw;
      height: auto;
      border-radius: 80px;
      aspect-ratio: 1 / 1.2;
      top: -48px;
      -webkit-transform: translateX(-50%) rotate(6deg);
              transform: translateX(-50%) rotate(6deg); }

  .home-event-txt {
    max-width: none;
    margin: 0 0 40px; }
    .home-event-txt .home-heading {
      margin-bottom: 24px; }
    .home-event-txt .txtbox {
      margin-bottom: 32px; } }
.home-media {
  width: 70%;
  margin: 38vh auto 0;
  position: relative; }

.home-media-txt {
  padding: 100px 80px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .home-media-txt .home-heading {
    margin-right: 56px; }
  .home-media-txt .cont {
    width: 47%; }
    .home-media-txt .cont .txtbox {
      margin-bottom: 48px; }

.home-media-pct {
  position: absolute;
  line-height: 0; }
  .home-media-pct span {
    overflow: hidden;
    display: block; }

.home-media-radio {
  right: -5%;
  top: 20%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%); }
  .home-media-radio:before {
    content: "";
    display: block;
    position: absolute;
    width: 44px;
    height: 44px;
    left: -74px;
    top: -8px;
    border-radius: 12px;
    background: linear-gradient(135deg, #C0ECEF 0%, #D8B0F0 100%);
    opacity: .7; }
  .home-media-radio span {
    border-radius: 80px; }

.home-media-mail {
  left: 3%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%); }
  .home-media-mail span {
    border-radius: 40px; }
  .home-media-mail:before {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    left: -14px;
    top: -65px;
    border-radius: 12px;
    background: linear-gradient(135deg, #FFFFFF 0%, #FFB37C 100%);
    opacity: .7; }

.home-media-line {
  right: -15%;
  bottom: 11%; }
  .home-media-line span {
    border-radius: 30px; }

@media screen and (max-width: 768px) {
  .home-media {
    width: 100%;
    margin: 100px auto; }

  .home-media-txt {
    padding: 40px 32px;
    display: block; }
    .home-media-txt .home-heading {
      margin: 0 0 24px; }
    .home-media-txt .cont {
      width: 100%; }
      .home-media-txt .cont .txtbox {
        margin-bottom: 32px; }

  .home-media-pct {
    position: absolute;
    line-height: 0; }
    .home-media-pct span {
      overflow: hidden;
      display: block; }

  .home-media-radio {
    width: 49%;
    right: -3vw;
    top: 0;
    -webkit-transform: translateY(-32%);
            transform: translateY(-32%); }
    .home-media-radio:before {
      width: 32px;
      height: 32px;
      left: -74px;
      top: -8px;
      border-radius: 8px; }
    .home-media-radio span {
      border-radius: 32px; }
    .home-media-radio img {
      width: 100%; }

  .home-media-mail {
    width: 78px;
    left: -4%;
    bottom: -88px;
    -webkit-transform: none;
            transform: none; }
    .home-media-mail span {
      border-radius: 20px; }
    .home-media-mail:before {
      width: 26px;
      height: 26px;
      left: auto;
      right: -88px;
      top: 18px;
      border-radius: 10px; }
    .home-media-mail img {
      width: 100%; }

  .home-media-line {
    right: -2%;
    bottom: -34px;
    width: 52px; }
    .home-media-line span {
      border-radius: 10px; }
    .home-media-line img {
      width: 100%; } }
.home-blog {
  position: relative; }
  .home-blog .btn-detail {
    position: absolute;
    right: 0;
    top: 20px; }

.home-blog-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px; }
  .home-blog-head .home-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .home-blog-head .home-heading .ttl-en {
      margin-right: 32px; }

@media screen and (max-width: 768px) {
  .home-blog .btn-detail {
    position: static; }

  .home-blog-head {
    display: block;
    margin-bottom: 32px; }
    .home-blog-head .home-heading {
      display: block; }
      .home-blog-head .home-heading .ttl-en {
        margin-right: 0; } }
@media print, screen and (min-width: 769px) {
  .blog-home-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .blog-home-list .blog-list-item {
      width: 22%;
      margin-right: 4%;
      margin-bottom: calc(2vw + 32px); } }
    @media print, screen and (min-width: 769px) and (min-width: 769px) {
      .blog-home-list .blog-list-item:nth-child(3n) {
        margin-right: 4%; }
      .blog-home-list .blog-list-item:nth-child(4n) {
        margin-right: 0; } }

/* =================================================================
		#sub 下層用フォーマット
================================================================= */
.content {
  position: relative; }

.pageheader {
  padding: 5vw 30px 0;
  margin-bottom: 6vw;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.pageheader-cont {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1; }
  .pageheader-cont .ttl-en {
    font-family: "EB Garamond", serif;
    font-size: calc(4vw + 3.5rem);
    font-weight: normal; }
  .pageheader-cont .ttl-jp {
    font-family: "Zen Old Mincho", serif;
    font-size: calc(0.9vw + 1.2rem);
    font-weight: normal; }

@media screen and (max-width: 736px) {
  .pageheader {
    padding: 80px 6vw 0;
    margin-bottom: 48px; }

  .pageheader-cont .ttl-en {
    font-size: calc(4vw + 5rem); }
  .pageheader-cont .ttl-jp {
    font-size: calc(0.9vw + 1.4rem); } }
.page-face-authentication .pageheader-visual .pageheader-cont {
  height: 65vh; }

@media screen and (max-width: 736px) {
  .page-face-authentication .pageheader-visual .pageheader-cont {
    height: auto;
    aspect-ratio: auto;
    padding-top: 80px;
    padding-bottom: 24px; } }
.pageheader-ttl {
  position: relative; }

.category-title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  margin-left: .2em; }

.sub-head-lead {
  margin-bottom: 40px; }
  .sub-head-lead p {
    font-size: 1.7rem; }
    @media screen and (max-width: 736px) {
      .sub-head-lead p {
        font-size: 1.6rem; } }

.sec-m {
  max-width: 1260px;
  margin: 0 auto 88px;
  padding: 0 30px; }

.sec-s {
  max-width: 1060px;
  margin: 0 auto 88px;
  padding: 0 30px; }

.sec-ss {
  max-width: 960px;
  margin: 0 auto 80px;
  padding: 0 30px; }

.wrap-color {
  padding: 88px 0;
  background-color: #f4f4f4;
  margin-bottom: 88px; }
  .wrap-color .sec-m {
    margin-bottom: 0; }

@media screen and (max-width: 736px) {
  .sec-m,
  .sec-s {
    margin-bottom: 48px;
    padding: 0 20px; }

  .sec-ss {
    margin-bottom: 40px;
    padding: 0 20px; }

  .wrap-color {
    padding: 48px 0;
    margin-bottom: 48px; } }
.heading-sub {
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 16px;
  color: #0025A8; }

/* =================================================================
		#about
================================================================= */
.about-wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 30px;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.8); }
  .about-wrap h2.wp-block-heading,
  .about-wrap h3.wp-block-heading,
  .about-wrap p,
  .about-wrap .wp-block-list {
    opacity: 0;
    -webkit-transition: 2s .3s;
    transition: 2s .3s;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
    .about-wrap h2.wp-block-heading.displayed,
    .about-wrap h3.wp-block-heading.displayed,
    .about-wrap p.displayed,
    .about-wrap .wp-block-list.displayed {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
  .about-wrap .image {
    opacity: 0;
    overflow: hidden;
    -webkit-transition: 2s .3s;
    transition: 2s .3s; }
    .about-wrap .image img {
      -webkit-filter: blur(6px);
              filter: blur(6px);
      -webkit-transition: -webkit-filter .9s .2s;
      transition: -webkit-filter .9s .2s;
      transition: filter .9s .2s;
      transition: filter .9s .2s, -webkit-filter .9s .2s; }
    .about-wrap .image.displayed {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      .about-wrap .image.displayed img {
        -webkit-filter: blur(0);
                filter: blur(0); }
  .about-wrap h2.wp-block-heading {
    font-size: 3.8rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: normal;
    margin: 3em 0 .6em; }
  .about-wrap h3.wp-block-heading {
    font-size: 2.4rem;
    font-weight: normal;
    color: #0025A8;
    margin: 2em 0 .6em; }
  .about-wrap p {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 1.2em; }
  .about-wrap .wp-block-list {
    font-size: 1.8rem;
    margin-bottom: 1.2em; }
    .about-wrap .wp-block-list li {
      margin-bottom: .8em;
      padding-left: .95em;
      position: relative; }
      .about-wrap .wp-block-list li::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0.68em;
        border-radius: 50%;
        background-color: #8eaeda;
        width: .45em;
        aspect-ratio: 1; }

@media screen and (max-width: 768px) {
  .about-wrap {
    padding: 0 30px; }
    .about-wrap h2.wp-block-heading {
      font-size: 2.4rem; }
    .about-wrap h3.wp-block-heading {
      font-size: 1.8rem; }
    .about-wrap p {
      font-size: 1.6rem; }
      .about-wrap p br {
        display: none; }
    .about-wrap .wp-block-list {
      font-size: 1.6rem; }
      .about-wrap .wp-block-list li {
        margin-bottom: .8em;
        padding-left: .95em;
        position: relative; }
        .about-wrap .wp-block-list li::before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0.68em;
          border-radius: 50%;
          background-color: #8eaeda;
          width: .45em;
          aspect-ratio: 1; } }
.about-nav {
  padding: 0 30px;
  margin-bottom: 80px; }
  .about-nav ul {
    max-width: 1300px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.7rem; }
    .about-nav ul li {
      margin-right: 24px; }
      .about-nav ul li a {
        display: block;
        color: #0025A8;
        border: 1px solid #0025A8;
        padding: 6px 24px;
        border-radius: 999px; }
        @media (hover: hover) {
          .about-nav ul li a {
            -webkit-transition: 0.2s;
            transition: 0.2s; }
            .about-nav ul li a:hover {
              color: #fff;
              background-color: #0025A8; } }
      .about-nav ul li.current a {
        color: rgba(255, 255, 255, 0.9);
        background-color: #5f4698;
        border-color: #5f4698; }

@media screen and (max-width: 768px) {
  .about-nav {
    margin-bottom: 64px; }
    .about-nav ul {
      display: block;
      font-size: 1.5rem; }
      .about-nav ul li {
        margin: 0 0 12px; }
        .about-nav ul li a {
          padding: 6px 24px;
          text-align: center; } }
.profile-wrap {
  max-width: 1360px;
  margin: 0 auto 10vh;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.about-sub-heading {
  font-size: 4rem;
  line-height: 1.3;
  font-weight: normal;
  font-family: "Zen Old Mincho", serif; }

.profile-wrap-cont {
  width: 70%; }

@media screen and (max-width: 768px) {
  .profile-wrap {
    margin: 0 0 64px;
    padding: 0 6vw;
    display: block; }

  .about-sub-heading {
    font-size: calc(4vw + 1.5rem);
    margin-bottom: 16px; }

  .profile-wrap-cont {
    width: 100%; } }
.profile-tbl {
  font-size: 1.7rem;
  width: 100%; }
  .profile-tbl th,
  .profile-tbl td {
    padding: 32px 0;
    border-top: 1px solid rgba(103, 112, 128, 0.2); }
  .profile-tbl tr:last-child th,
  .profile-tbl tr:last-child td {
    border-bottom: 1px solid rgba(103, 112, 128, 0.2); }
  .profile-tbl th {
    width: 20%;
    font-weight: 500; }
  .profile-tbl td {
    width: 80%; }
  .profile-tbl a {
    text-decoration: underline;
    color: #0025A8; }

@media screen and (max-width: 768px) {
  .profile-tbl {
    font-size: 1.5rem; }
    .profile-tbl th,
    .profile-tbl td {
      display: block;
      width: 100%;
      border-top: none; }
    .profile-tbl th {
      padding: 18px 0 0;
      border-top: none; }
    .profile-tbl td {
      padding: 0 0 18px;
      border-bottom: 1px solid rgba(103, 112, 128, 0.2); }
    .profile-tbl tr:last-child th {
      border-bottom: none; }
    .profile-tbl a {
      text-decoration: underline;
      color: #0025A8; } }
.history-stage {
  font-size: 3.5rem;
  line-height: 1.6;
  font-weight: normal;
  font-family: "EB Garamond", serif; }

.history-tbl {
  font-size: 1.7rem;
  width: 100%;
  margin-bottom: 8vh; }
  .history-tbl th,
  .history-tbl td {
    padding: 28px 0;
    border-bottom: 1px solid rgba(103, 112, 128, 0.2); }
  .history-tbl th {
    width: 18%;
    font-weight: normal;
    font-size: 1.1em;
    font-family: "EB Garamond", serif; }
  .history-tbl td {
    width: 82%; }
  .history-tbl a {
    text-decoration: underline;
    color: #0025A8; }

@media screen and (max-width: 768px) {
  .history-stage {
    font-size: 2.5rem; }

  .history-tbl {
    font-size: 1.5rem;
    margin-bottom: 64px; }
    .history-tbl th,
    .history-tbl td {
      display: block;
      width: 100%; }
    .history-tbl th {
      padding: 18px 0 0;
      border-bottom: none; }
    .history-tbl td {
      padding: 0 0 18px; }
    .history-tbl a {
      text-decoration: underline;
      color: #0025A8; } }
/* =================================================================
		#service
================================================================= */
.service-wrap .wp-block-heading {
  max-width: 1260px;
  margin: 12vh auto 0.85em;
  padding: 0 30px;
  font-size: 4rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  letter-spacing: 0.1em; }

.content-summary {
  max-width: 1360px;
  margin: 0 auto 8vh;
  padding: 0 30px; }

.content-summary-lead {
  font-size: 4rem;
  font-weight: normal;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.1em;
  margin-bottom: 1em; }

.content-summary-txt p {
  font-size: 1.7rem;
  line-height: 2.2;
  margin-bottom: 1.4em; }

@media screen and (max-width: 768px) {
  .content-summary {
    margin-bottom: 40px;
    padding: 0 6vw; }

  .content-summary-lead {
    font-size: 2.4rem; }

  .content-summary-txt p {
    font-size: 1.6rem;
    line-height: 2; } }
.service-blc-wrap {
  padding: 0 30px; }

.service-blc {
  max-width: 1300px;
  margin: 0 auto 4vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 48px;
  -webkit-box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, 0.05); }

.service-blc-pct {
  width: 300px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 48px; }

.service-blc-cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-bottom: 56px; }

.service-blc-ttl {
  font-size: 2.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0.6em; }

.service-blc-exp {
  font-size: 1.7rem; }

.service-blc-link {
  position: absolute;
  right: 0;
  bottom: 0; }
  .service-blc-link a {
    font-size: 1.7rem;
    min-width: 240px;
    max-width: 240px;
    display: block;
    color: #0025A8;
    line-height: 1;
    border: 1px solid #0025A8;
    background-color: rgba(255, 255, 255, 0.65);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    padding: 14px 32px 14px 24px;
    border-radius: 999px;
    text-align: center;
    -webkit-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s;
    position: relative; }
    .service-blc-link a:after {
      content: "";
      display: inline-block;
      background: url(../img/ico_external.svg) left top/100% auto no-repeat;
      width: 14px;
      aspect-ratio: 1;
      position: absolute;
      right: 14px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-filter: invert(17%) sepia(76%) saturate(3540%) hue-rotate(224deg) brightness(76%) contrast(120%);
              filter: invert(17%) sepia(76%) saturate(3540%) hue-rotate(224deg) brightness(76%) contrast(120%); }
    @media (hover: hover) {
      .service-blc-link a:hover {
        color: #fff;
        background-color: #0025A8; }
        .service-blc-link a:hover:after {
          -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(65deg) brightness(100%) contrast(103%);
                  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(65deg) brightness(100%) contrast(103%); } }

@media screen and (max-width: 768px) {
  .service-blc-wrap {
    padding: 0 6vw; }

  .service-blc {
    margin-bottom: 32px;
    border-radius: 24px;
    padding: 24px;
    display: block; }

  .service-blc-pct {
    width: 100%;
    margin: 0 0 18px; }

  .service-blc-cont {
    padding-bottom: 0; }

  .service-blc-ttl {
    font-size: 2rem; }

  .service-blc-exp {
    font-size: 1.5rem; }

  .service-blc-link {
    position: static;
    margin-top: 16px; }
    .service-blc-link a {
      font-size: 1.6rem;
      min-width: auto;
      max-width: none;
      width: 90%;
      margin: 0 auto;
      padding: 14px 32px 14px 24px; } }
.service-heading {
  padding: 0 30px;
  margin: 9vh 0 36px; }

.service-heading-en,
.service-heading-jp {
  line-height: 1.4;
  max-width: 1300px;
  margin: 0 auto; }

.service-heading-en {
  font-size: 6.5rem;
  font-family: "EB Garamond", serif; }

.service-heading-jp {
  font-family: "Zen Old Mincho", serif;
  font-size: calc(0.9vw + 1.2rem);
  font-weight: normal; }

@media screen and (max-width: 768px) {
  .service-heading {
    padding: 0 6vw;
    margin: 80px 0 24px; }

  .service-heading-en {
    font-size: calc(4vw + 2.4rem); } }
/* =================================================================
		#media
================================================================= */
.media-blc-wrap {
  padding: 0 30px; }

.media-blc {
  max-width: 1300px;
  margin: 0 auto 6vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 48px;
  -webkit-box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, 0.05); }

.media-blc-pct {
  width: 340px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 56px; }

.media-blc-cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-bottom: 64px; }

.media-blc-ttl {
  font-size: 2.7rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0.6em; }

.media-blc-exp {
  font-size: 1.6rem; }

.media-blc-link {
  position: absolute;
  right: 0;
  bottom: 0; }
  .media-blc-link a {
    font-size: 1.7rem;
    min-width: 240px;
    max-width: 240px;
    display: block;
    color: #0025A8;
    line-height: 1;
    border: 1px solid #0025A8;
    background-color: rgba(255, 255, 255, 0.65);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    padding: 14px 32px 14px 24px;
    border-radius: 999px;
    text-align: center;
    -webkit-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s;
    position: relative; }
    .media-blc-link a:after {
      content: "";
      display: inline-block;
      background: url(../img/ico_external.svg) left top/100% auto no-repeat;
      width: 14px;
      aspect-ratio: 1;
      position: absolute;
      right: 14px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-filter: invert(17%) sepia(76%) saturate(3540%) hue-rotate(224deg) brightness(76%) contrast(120%);
              filter: invert(17%) sepia(76%) saturate(3540%) hue-rotate(224deg) brightness(76%) contrast(120%); }
    @media (hover: hover) {
      .media-blc-link a:hover {
        color: #fff;
        background-color: #0025A8; }
        .media-blc-link a:hover:after {
          -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(65deg) brightness(100%) contrast(103%);
                  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(65deg) brightness(100%) contrast(103%); } }

@media screen and (max-width: 768px) {
  .media-blc-wrap {
    padding: 0 6vw; }

  .media-blc {
    margin-bottom: 32px;
    border-radius: 24px;
    padding: 24px;
    display: block; }

  .media-blc-pct {
    width: 100%;
    margin: 0 0 18px; }

  .media-blc-cont {
    padding-bottom: 0; }

  .media-blc-ttl {
    font-size: 2rem; }

  .media-blc-exp {
    font-size: 1.5rem; }

  .media-blc-link {
    position: static;
    margin-top: 16px; }
    .media-blc-link a {
      font-size: 1.6rem;
      min-width: auto;
      max-width: none;
      width: 90%;
      margin: 0 auto;
      padding: 14px 32px 14px 24px; } }
/* =================================================================
		#Post 共通
================================================================= */
.tax-ttl {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem; }

.tax-ttl-cat {
  font-size: 1em;
  margin-left: .5em; }

/* =================================================================
		#event
================================================================= */
.event-archive-wrap {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.event-archive-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

@media screen and (max-width: 768px) {
  .event-archive-wrap {
    padding: 0 6vw;
    display: block; }

  .event-archive-main {
    margin-bottom: 48px; } }
.event-list-item {
  background-color: rgba(255, 255, 255, 0.55);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 28px;
  -webkit-box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, 0.05); }
  .event-list-item:not(:last-child) {
    margin-bottom: 32px; }
  @media (hover: hover) {
    .event-list-item {
      -webkit-transition: .2s;
      transition: .2s; }
      .event-list-item:hover {
        background-color: rgba(255, 255, 255, 0.7);
        -webkit-transform: translateY(-12px);
                transform: translateY(-12px);
        -webkit-box-shadow: 4px 10px 40px 0 rgba(0, 0, 0, 0.04);
                box-shadow: 4px 10px 40px 0 rgba(0, 0, 0, 0.04); } }
  .event-list-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px; }
    .event-list-item a[target="_blank"] .ttl span:after {
      content: "";
      display: inline-block;
      background: url(../img/ico_external.svg) left top/100% auto no-repeat;
      width: 12px;
      aspect-ratio: 1;
      margin-left: .5em; }
  .event-list-item .pct {
    width: 40%;
    max-width: 245px;
    overflow: hidden;
    border-radius: 10px;
    aspect-ratio: 1.5 / 1;
    margin-right: 40px; }
    .event-list-item .pct img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
      @media (hover: hover) {
        .event-list-item .pct img {
          -webkit-transition: 0.2s;
          transition: 0.2s; }
          .event-list-item .pct img:hover {
            -webkit-transform: scale(1.1);
                    transform: scale(1.1); } }
  .event-list-item .cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative; }
  .event-list-item .cat {
    font-size: 1.4rem;
    margin-bottom: 8px; }
  .event-list-item .ttl {
    font-size: 2rem;
    line-height: 1.5;
    font-family: "Zen Old Mincho", serif; }
  .event-list-item .meta {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1; }
  .event-list-item .term {
    font-size: 2rem;
    line-height: 1.5;
    font-family: "EB Garamond", "游ゴシック体", Yu Gothic, YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif; }
    .event-list-item .term .day {
      font-size: 0.7em; }
  .event-list-item .venue {
    font-size: 1.4rem;
    line-height: 1.5; }

@media screen and (max-width: 768px) {
  .event-list-item {
    border-radius: 18px; }
    .event-list-item:not(:last-child) {
      margin-bottom: 24px; }
    .event-list-item a {
      display: block;
      padding: 24px; }
      .event-list-item a[target="_blank"] .ttl span:after {
        width: 12px; }
    .event-list-item .pct {
      width: 100%;
      max-width: none;
      aspect-ratio: 2 / 1;
      margin: 0 0 18px; }
    .event-list-item .cat {
      font-size: 1.3rem;
      margin-bottom: 4px; }
    .event-list-item .ttl {
      font-size: 1.7rem;
      margin-bottom: 16px; }
    .event-list-item .meta {
      position: static;
      display: block; }
    .event-list-item .term {
      font-size: 1.6rem;
      margin-bottom: 12px; }
    .event-list-item .venue {
      font-size: 1.3rem; } }
/* =================================================================
		#event detail
================================================================= */
.event-head-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 32px; }
  .event-head-info .term {
    font-size: 2rem;
    color: #0025A8;
    font-family: "EB Garamond", "游ゴシック体", Yu Gothic, YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif; }
    .event-head-info .term .day {
      font-size: 0.65em; }
  .event-head-info .venue {
    font-size: 1.4rem; }

/* =================================================================
		#blog 著者表示
================================================================= */
.blog-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 48px; }
  .blog-author .pct {
    width: 60px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 24px; }
  .blog-author .cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .blog-author .name {
    font-size: 1.7rem;
    font-weight: normal;
    font-family: "Zen Old Mincho", serif;
    margin-bottom: 6px; }
  .blog-author .position {
    font-size: 1.4rem; }
    .blog-author .position br {
      display: none; }

@media screen and (max-width: 768px) {
  .blog-author {
    margin-bottom: 32px; }
    .blog-author .pct {
      width: 50px;
      margin-right: 18px; }
    .blog-author .name {
      font-size: 1.6rem;
      line-height: 1.3; } }
/* =================================================================
		#blog
================================================================= */
.blog-archive-wrap {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.blog-archive-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

@media screen and (max-width: 768px) {
  .blog-archive-wrap {
    padding: 0 6vw;
    display: block; }

  .blog-archive-main {
    margin-bottom: 48px; } }
.post-side {
  min-width: 230px;
  max-width: 230px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: calc(6.5vw);
  position: -webkit-sticky;
  position: sticky;
  top: 140px; }

.post-side-ttl {
  font-size: 3rem;
  font-family: "EB Garamond", serif;
  margin-bottom: .8em; }

.post-side-list {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 48px; }
  .post-side-list li {
    margin-bottom: 1.4em; }
    .post-side-list li:last-child {
      margin-bottom: 0; }

.post-side-tag {
  font-size: 1.6rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .post-side-tag li {
    margin: 0 1.2em 1.2em 0; }

@media screen and (max-width: 768px) {
  .post-side {
    min-width: auto;
    max-width: none;
    margin-right: none;
    position: static; }

  .post-side-list {
    font-size: 1.6rem;
    margin-bottom: 40px; }

  .post-side-tag {
    font-size: 1.6rem; } }
.blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.blog-list-item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: calc(2vw + 18px);
  position: relative; }
  @media print, screen and (min-width: 769px) {
    .blog-list-item:nth-child(3n) {
      margin-right: 0; } }
  .blog-list-item .pct {
    margin-bottom: 14px;
    overflow: hidden;
    border-radius: 12px;
    aspect-ratio: 1; }
    .blog-list-item .pct img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
      @media (hover: hover) {
        .blog-list-item .pct img {
          -webkit-transition: 0.2s;
          transition: 0.2s; }
          .blog-list-item .pct img:hover {
            -webkit-transform: scale(1.1);
                    transform: scale(1.1); } }
  .blog-list-item .cat {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 1.3rem;
    line-height: 1.4;
    padding: 0.3em 0.7em;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    border-radius: 999px; }
  .blog-list-item .date {
    display: block;
    font-size: 1.8rem;
    font-family: "EB Garamond", serif;
    margin-bottom: 0.2em; }
  .blog-list-item .ttl {
    font-size: 1.7rem;
    line-height: 1.5; }

@media screen and (max-width: 768px) {
  .blog-list {
    display: block; }

  .blog-list-item {
    width: 100%;
    margin: 0 0 28px; }
    .blog-list-item a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .blog-list-item .pct {
      width: 90px;
      margin: 0 24px 0 0; }
    .blog-list-item .cont {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .blog-list-item .cat {
      display: inline-block;
      position: static;
      font-size: 1.2rem;
      margin-bottom: 6px; }
    .blog-list-item .date {
      font-size: 1.5rem;
      margin-bottom: 0; }
    .blog-list-item .ttl {
      font-size: 1.6rem; } }
/* =================================================================
		#blog detail
================================================================= */
.blog-content {
  margin: 48px auto 64px;
  padding: 56px;
  max-width: 880px;
  background-color: rgba(255, 255, 255, 0.55);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 28px;
  -webkit-box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, 0.05); }

.blog-head {
  margin-bottom: 40px;
  position: relative;
  z-index: 1; }

.blog-head-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; }
  @media (hover: hover) {
    .blog-head-meta a:hover {
      color: #1E6FDE; } }
  .blog-head-meta .category {
    font-size: 1.5rem;
    padding-bottom: .05em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6); }
  .blog-head-meta .tags {
    font-size: 1.4rem; }
    .blog-head-meta .tags span {
      margin-right: 0.5em; }

.blog-sgl-ttl {
  font-size: 3.5rem;
  font-weight: normal;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.6;
  margin-bottom: 24px; }

.blog-sgl-date {
  font-family: "EB Garamond", serif;
  font-size: 1.7rem;
  color: #969696; }

@media screen and (max-width: 768px) {
  .blog-content {
    margin: 0 auto 48px;
    padding: 40px 6vw;
    max-width: none;
    border-radius: 0; }

  .blog-head {
    margin-bottom: 32px; }

  .blog-head-meta {
    display: block;
    margin-bottom: 10px; }
    .blog-head-meta .category {
      display: inline-block;
      font-size: 1.4rem;
      margin-bottom: 16px; }

  .blog-sgl-ttl {
    font-size: 2.5rem;
    margin-bottom: 16px; }

  .blog-sgl-date {
    font-size: 1.5rem; } }
.blog-return a {
  min-width: 320px;
  max-width: 320px;
  display: block;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1;
  background-color: rgba(0, 37, 168, 0.4);
  margin: 0 auto;
  padding: 16px;
  border-radius: 999px;
  text-align: center;
  -webkit-transition: background-color .2s, color .2s;
  transition: background-color .2s, color .2s;
  position: relative; }
  @media (hover: hover) {
    .blog-return a:hover {
      background-color: rgba(0, 37, 168, 0.6); } }

/* =================================================================
		#pagenavi
================================================================= */
.wp-pagenavi {
  font-size: 1.8rem;
  line-height: 1;
  font-family: "EB Garamond", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 48px; }
  .wp-pagenavi a,
  .wp-pagenavi span {
    border: 0;
    padding: 0;
    margin: 0 12px 0 0;
    border-radius: 50%;
    width: 2.6em;
    aspect-ratio: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .wp-pagenavi .pages {
    width: auto;
    margin-right: 32px; }
  .wp-pagenavi .current {
    background-color: #288cd0;
    color: #fff;
    font-weight: normal; }

@media screen and (max-width: 768px) {
  .wp-pagenavi {
    font-size: 1.5rem;
    margin-top: 40px; }
    .wp-pagenavi .pages {
      margin-right: 16px; } }
/* =================================================================
		#Privacy Policy
================================================================= */
.privacy-block {
  font-size: 1.6rem;
  margin-bottom: 40px; }
  .privacy-block dt {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: .6em; }
  .privacy-block p {
    margin-bottom: 1em; }

.commerce-law {
  font-size: 1.6rem; }
  .commerce-law h2 {
    font-size: 2.4rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: normal;
    margin-bottom: 1em; }
  .commerce-law table {
    table-layout: fixed; }
    .commerce-law table th,
    .commerce-law table td {
      padding-bottom: 12px; }
    .commerce-law table th {
      width: 23%; }
    .commerce-law table td {
      width: 77%; }

/* =================================================================
		#404 Not found
================================================================= */
.notfound {
  width: 90%;
  margin: 0 auto;
  padding: 17vh 0;
  position: relative;
  text-align: center; }
  .notfound p {
    font-size: 1.7rem;
    margin-bottom: 48px; }
  .notfound:before {
    content: "404";
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    font-family: "EB Garamond", serif;
    font-size: 52rem;
    line-height: 1.333;
    color: rgba(248, 251, 255, 0.4);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    mix-blend-mode: screen; }
    @media screen and (max-width: 768px) {
      .notfound:before {
        font-size: 25vw; } }
  .notfound .btn-detail a {
    margin: 0 auto; }

/*# sourceMappingURL=common.css.map */