@charset "UTF-8";
/* webfont 変数　*/
/* ofi */
/*====================================================================

lv2.css

=====================================================================*/
/*--------------------------------------------------------------------/
	breadcrumb
/--------------------------------------------------------------------*/
.breadcrumb {
  padding: clamp(1.5em, 2vw, 2em) 0 clamp(3em, 4vw, 4em);
  padding-left: 3%;
}
.breadcrumb__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  font-size: 0.7em;
}
.breadcrumb__list .item-home {
  font-size: 1.1em;
}
.breadcrumb__list li {
  position: relative;
  color: #979DA4;
  letter-spacing: 0;
}
.breadcrumb__list li:not(:last-child) {
  padding-right: 24px;
  padding-right: 1.5rem;
}
.breadcrumb__list li:not(:last-child):after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e315";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.breadcrumb__list li:not(:last-child)::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 4.8px;
  right: 0.3rem;
          transform: translateY(-50%);
}
.breadcrumb__list li.is-404 {
  text-transform: uppercase;
}
.breadcrumb__list a {
  -webkit-transition: all 0.3s ease 0s;
  color: #979DA4;
  vertical-align: top;
  transition: all 0.3s ease 0s;
}
.breadcrumb__list a:first-child {
  text-decoration: none !important;
}
.breadcrumb__list a:hover {
  color: #675CE3;
}

/*--------------------------------------------------------------------/
	company
/--------------------------------------------------------------------*/
.about-message {
  position: relative;
  margin-bottom: clamp(6em, 9vw, 9em);
  padding-bottom: clamp(3em, 6vw, 6em);
  background: #ffffff;
}
.about-message::before {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_curve2.webp) bottom left/100% no-repeat;
  content: "";
}
.about-message__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
}
.about-message__txt__ttl {
  margin-bottom: 1em;
  font-size: clamp(15px, 5.36vw, 40px);
}
.about-message__txt__ttl em {
  display: block;
  display: block;
  position: relative;
  margin-bottom: 0.3em;
  color: #6959C7;
  font-style: normal;
  font-weight: 700;
  font-size: 0.64em;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.about-message__txt__ttl b {
  display: block;
  font-weight: 700;
  line-height: 1;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
.about-message__txt__txt {
  line-height: 2.25;
}
.about-message__txt__txt p:not(:last-child) {
  margin-bottom: 2.25em;
}
.about-message__img img {
  border-radius: clamp(0.5em, 1vw, 1em);
}
.about-message__img figcaption {
  margin-top: 1em;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.about-mvv {
  padding-top: clamp(3em, 6vw, 6em);
  padding-bottom: clamp(9em, 12vw, 12em);
}
.about-mvv__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(2em, 4vw, 4em);
          flex-direction: column;
}

.about-mvv__box {
  border-radius: clamp(0.5em, 1vw, 1em);
}
.about-mvv__box.is-mission {
  background: #493A9F;
}
.about-mvv__box.is-vision {
  background: #6959C7;
}
.about-mvv__box.is-value {
  background: #B565AB;
}
.about-mvv__box.is-cap {
  background: #594ACD;
}
.about-mvv__box__inner {
  padding: clamp(2em, 3vw, 3em) clamp(1.5em, 5vw, 5em);
  color: #ffffff;
}
.about-mvv__box__flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 1em;
          flex-direction: column;
}
.about-mvv__box__ttl {
  display: block;
  font-size: clamp(12px, 4.29vw, 32px);
}
.about-mvv__box__ttl em {
  display: block;
  margin-bottom: 0.1em;
  color: #ffffff;
  font-style: normal;
  font-weight: 800;
  font-size: 0.6em;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  opacity: 0.4;
}
.about-mvv__box__ttl b {
  font-weight: 700;
}
.about-mvv__box__txt {
  display: block;
  font-weight: 700;
  font-size: clamp(12px, 4.29vw, 20px);
  line-height: 1.4;
}
.about-mvv__box__txt ol {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 0.5em;
          flex-direction: column;
  counter-reset: ol-num;
}
.about-mvv__box__txt ol > li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.4;
}
.about-mvv__box__txt ol > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(ol-num) ".";
  text-align: center;
  counter-increment: ol-num;
}
.about-mvv__box__txt ol > li:not(:last-child) {
  margin-bottom: 11.2px;
  margin-bottom: 0.7rem;
}
.about-mvv__box__txt ol > li span {
  display: inline-block;
}
.about-mvv__box__txt ol > li small {
  display: inline-block;
  font-weight: 700;
  font-size: 0.65em;
}

.about-cap {
  margin-bottom: clamp(6em, 9vw, 9em);
  padding-top: clamp(3em, 6vw, 6em);
  padding-bottom: clamp(3em, 6vw, 6em);
  background: #EFEEFD;
}
.about-cap__inner {
  padding: clamp(1.5em, 3vw, 3em) clamp(1.5em, 5vw, 5em);
  border-radius: clamp(6px, 3vw, 3em);
  background: #ffffff;
}
.about-cap__ttl {
  display: block;
  margin-bottom: 1.5em;
  font-size: clamp(11.5px, 4.11vw, 28px);
  text-align: center;
}
.about-cap__flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 1em;
          flex-direction: column-reverse;
}
.about-cap__txt .txt {
  font-weight: 500;
  line-height: 2;
}
.about-cap__txt .btn-wrap {
  margin-top: 2em;
}
.about-cap__img {
  width: 100%;
  border-radius: 5px;
}
.about-cap__img__inner img {
  border-radius: 5px;
}

.table-cont {
  max-width: 1200px;
  margin-inline: auto;
}
.table-cont__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.table-cont__ttl {
  margin-bottom: 1em;
  font-size: clamp(14px, 5vw, 36px);
}
.table-cont__ttl em {
  display: block;
  display: block;
  position: relative;
  margin-bottom: 0.3em;
  color: #6959C7;
  font-style: normal;
  font-weight: 700;
  font-size: 0.64em;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.table-cont__ttl b {
  display: block;
  font-weight: 700;
  line-height: 1;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.thoughts-message {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
.thoughts-message::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(238, 201, 234, 0)), to(#eec9ea));
  background: linear-gradient(0deg, rgba(238, 201, 234, 0) 0%, #eec9ea 100%);
  content: "";
}
.thoughts-message .l-cont {
  z-index: 2;
  position: relative;
}
.thoughts-message__inner {
  z-index: 2;
  position: relative;
  padding-bottom: clamp(2em, 3vw, 3em);
  padding-inline: clamp(1.5em, 5%, 5em);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(70%, white));
  background: linear-gradient(transparent 50%, white 70%);
}
.thoughts-message__ttl {
  margin-bottom: clamp(1.5em, 2vw, 2em);
  font-size: clamp(15px, 5.36vw, 40px);
}
.thoughts-message__ttl .is-img {
  display: block;
  width: clamp(200px, 70%, 728px);
  opacity: 0.6;
}
.thoughts-message__ttl .is-txt {
  display: block;
  margin-top: -0.3em;
}
.thoughts-message__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.thoughts-message__txt {
  line-height: 2;
}
.thoughts-message__txt .is-catch {
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: 1.6em;
}
.thoughts-message__txt p:not(:last-child) {
  margin-bottom: 2em;
}
.thoughts-message__img figcaption {
  margin-top: 1em;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.thoughts-message__bg {
  position: relative;
  margin-top: -10vw;
}
.thoughts-message__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(105, 89, 199, .6);
  content: "";
  mix-blend-mode: darken;
}

.thoughts-track {
  padding-top: clamp(4em, 9vw, 9em);
  background: #EFEEFD;
}
.thoughts-track__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(4em, 12vw, 12em);
          flex-direction: column;
}

.thoughts-track__box__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.thoughts-track__box__txt {
  position: relative;
}
.thoughts-track__box__txt__num {
  color: #6959C7;
  font-style: italic;
  font-weight: 900;
  font-size: clamp(40px, 14.29vw, 90px);
  line-height: 0.9;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.02em;
  opacity: 0.15;
}
.thoughts-track__box__txt__ttl {
  margin-bottom: 0.5em;
  font-size: clamp(14px, 5vw, 24px);
}

.profile-ttl {
  margin-bottom: clamp(1.5em, 2vw, 2em);
  padding-bottom: 0.75em;
  border-bottom: 1px solid #979DA4;
  font-size: clamp(11px, 3.93vw, 24px);
}
.profile-ttl em {
  display: inline-block;
  padding-right: 0.4em;
  color: #6959C7;
  font-style: normal;
  font-weight: 800;
  font-size: 2.5em;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.profile-ttl b {
  font-weight: 700;
}

.profile-table {
  padding-bottom: clamp(6em, 12vw, 12em);
}
.profile-table__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(6em, 9vw, 9em);
          flex-direction: column;
}
.profile-table__inner {
  max-width: 1200px;
  margin-inline: auto;
}
.profile-table__table {
  width: 100%;
}

.profile-access {
  padding-top: clamp(6em, 9vw, 9em);
  background: #F7F5FF;
}
.profile-access__inner {
  max-width: 1200px;
  margin-inline: auto;
}
.profile-access__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(2em, 6vw, 6em);
      flex-wrap: wrap;
}
.profile-access__list > * {
  width: 100%;
}

.profile-access__box__ttl {
  position: relative;
  margin-bottom: clamp(1em, 1.5vw, 1.5em);
  padding: 0.5em 1em 0.5em 1.75em;
  background: #F0E6FF;
  font-weight: 700;
  font-size: clamp(12px, 4.29vw, 24px);
}
.profile-access__box__ttl::before {
  position: absolute;
  top: 1.2em;
  left: 0;
  width: 0.75em;
  height: 1px;
  background-color: #6959C7;
  content: "";
}
.profile-access__box__flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 1em;
          flex-direction: column;
}
.profile-access__box__map {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  padding-bottom: 360px;
  overflow: hidden;
  background-color: #ffffff;
}
@container access-box (min-width:480px) {
  .profile-access__box__map {
    padding-bottom: 40%;
  }
}
.profile-access__box__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*--------------------------------------------------------------------/
	culture
/--------------------------------------------------------------------*/
.culture-intro {
  position: relative;
  margin-bottom: clamp(6em, 12vw, 12em);
  padding-top: clamp(6em, 9vw, 9em);
  overflow: hidden;
}
.culture-intro::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60vw;
  border-top-right-radius: clamp(0.5em, 1vw, 1em);
  border-top-left-radius: clamp(0.5em, 1vw, 1em);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(104, 120, 198, 0)), color-stop(72%, rgba(105, 89, 199, .65)), to(rgb(105, 89, 199)));
  background: linear-gradient(0deg, rgba(104, 120, 198, 0) 0%, rgba(105, 89, 199, .65) 72%, rgb(105, 89, 199) 100%);
  content: "";
}
.culture-intro__add {
  -webkit-transform: translateX(-50%);
  -webkit-filter: blur(12vw);
  z-index: 1;
  position: absolute;
  top: -4%;
  left: 50%;
  aspect-ratio: 1/1;
  width: 40%;
  max-width: 578px;
          transform: translateX(-50%);
  border-radius: 50%;
  background: #e9c9ff;
  content: "";
          filter: blur(12vw);
}
.culture-intro__inner {
  z-index: 2;
  position: relative;
}
.culture-intro__ttl {
  margin-bottom: clamp(1.5em, 3vw, 3em);
  font-size: clamp(15px, 5.36vw, 36px);
  text-align: center;
}
.culture-intro__ttl em {
  display: block;
  display: block;
  position: relative;
  margin-bottom: 0.3em;
  color: #6959C7;
  font-style: normal;
  font-weight: 700;
  font-size: 0.6em;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.culture-intro__ttl b {
  display: block;
  font-weight: 700;
  line-height: 1;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
.culture-intro__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(4em, 9vw, 9em);
          flex-direction: column;
}
.culture-intro__box__ttl {
  margin-bottom: clamp(1em, 2vw, 1.5em);
  font-size: clamp(14px, 5vw, 36px);
}
.culture-intro__box__ttl em {
  display: block;
  color: #F0E6FF;
  font-style: normal;
  font-weight: 700;
  font-size: 2.5em;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  opacity: 0.75;
}
.culture-intro__box__ttl b {
  display: block;
  font-weight: 700;
}
.culture-intro__box__img img {
  border-radius: 5px;
}

.culture-days__inner {
  padding: clamp(2em, 3vw, 3em) clamp(1.5em, 5%, 5em);
  border-radius: clamp(0.5em, 1vw, 1em);
  background: #EFEEFD;
}
.culture-days__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 2em;
          flex-direction: column;
}

.culture-days__item {
  z-index: 2;
  position: relative;
  padding: 1em;
  border-radius: 5px;
  background: #ffffff;
}
.culture-days__item:not(:last-child)::before {
  position: absolute;
  top: calc(100% - 1px);
  left: calc(50% - 2px);
  width: 4px;
  height: 3em;
  background: #6959C7;
  content: "";
}
.culture-days__item__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 30% 68%;
          column-gap: 2%;
          align-items: center;
}
.culture-days__item__img {
  grid-row: 1/3;
  grid-column: 1/2;
}
.culture-days__item__time {
  grid-row: 1/2;
  grid-column: 2/3;
  color: #6959C7;
  font-weight: 700;
  font-size: 1.5em;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
}
.culture-days__item__txt {
  grid-row: 2/3;
  grid-column: 2/3;
  font-size: clamp(8px, 2.86vw, 12px);
}
.culture-days__item__txt .is-ttl {
  margin-bottom: 0.5em;
  font-size: 1.25em;
}
.culture-days__item__txt .txt {
  letter-spacing: 1.5;
}

.culture-work {
  padding-top: clamp(6em, 12vw, 12em);
  padding-bottom: clamp(6em, 12vw, 12em);
}
.culture-work__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(2em, 3vw, 3em);
          flex-direction: column;
}
.culture-work__box {
  font-size: clamp(9.5px, 3.39vw, 14px);
}
.culture-work__box__img {
  width: clamp(90px, 40%, 200px);
  margin-bottom: 1em;
  margin-inline: auto;
}
.culture-work__box__ttl {
  margin-bottom: 0.5em;
  color: #6959C7;
  font-size: 1.25em;
  text-align: center;
}

.culture-benefits {
  padding-bottom: clamp(6em, 12vw, 12em);
}
.culture-benefits__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(2em, 3vw, 3em);
          flex-direction: column;
}

.culture-benefits__box {
  padding: clamp(2em, 3vw, 3em) clamp(1.5em, 5%, 5em);
  border-radius: clamp(0.5em, 1vw, 1em);
}
.culture-benefits__box.is-benefits {
  background: rgba(238, 201, 234, .4);
}
.culture-benefits__box.is-benefits .culture-benefits__box__ttl em {
  color: #DD93D4;
}
.culture-benefits__box.is-support {
  background: #F0E6FF;
}
.culture-benefits__box.is-support .culture-benefits__box__ttl em {
  color: #6959C7;
}
.culture-benefits__box__ttl {
  margin-bottom: 1em;
  font-size: clamp(15px, 5.36vw, 36px);
}
.culture-benefits__box__ttl em {
  display: block;
  display: block;
  position: relative;
  margin-bottom: 0.3em;
  font-style: normal;
  font-weight: 700;
  font-size: 0.6em;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.culture-benefits__box__ttl b {
  display: block;
  font-weight: 700;
  line-height: 1;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

/*--------------------------------------------------------------------/
	interview
/--------------------------------------------------------------------*/
.main-view__interview {
  position: relative;
}

/* members-intro*/
.main-interview {
  padding-bottom: clamp(6em, 12vw, 12em);
}
.main-interview__inner {
  position: relative;
}

.main-interview__txt {
  z-index: 2;
  position: relative;
  width: 90%;
}
.main-interview__txt__inner {
  -webkit-box-shadow: 0 0 10px rgba(105, 89, 199, .2);
  position: relative;
  padding: clamp(2em, 3vw, 3em) clamp(1.5em, 8%, 3em);
  overflow: hidden;
  border-radius: clamp(0.5em, 1vw, 1em);
  background: #F7F5FF;
          box-shadow: 0 0 10px rgba(105, 89, 199, .2);
}
.main-interview__txt__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-bottom-right-radius: 60%;
  background: #ffffff;
  content: "";
}
.main-interview__txt__txt {
  position: relative;
  margin-bottom: 1.25em;
  font-weight: 700;
  font-size: clamp(13px, 4.64vw, 24px);
  line-height: 1.4;
}
.main-interview__txt__ttl {
  display: block;
  position: relative;
  margin-bottom: 0.5em;
  color: #6959C7;
  font-weight: 700;
  font-size: clamp(12px, 4.29vw, 24px);
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
}
.main-interview__txt__position {
  position: relative;
  font-weight: 500;
  font-size: clamp(10px, 3.57vw, 14px);
}

.main-interview__img {
  z-index: 1;
  position: relative;
  aspect-ratio: 185/104;
}
.main-interview__img__inner {
  overflow: hidden;
  border-radius: clamp(0.5em, 1vw, 1em);
}

/* interview-list*/
.interview-list {
  row-gap: clamp(3em, 6vw, 6em);
  overflow: hidden;
}

.interview-list__box {
  position: relative;
  padding-bottom: clamp(3em, 6vw, 6em);
  overflow: hidden;
  border-radius: 5px;
}
.interview-list__box::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  content: "";
}
.interview-list__box:nth-child(odd)::before {
  background: #EFEEFD;
}
.interview-list__box:nth-child(even)::before {
  background: #EEC9EA;
}
.interview-list__box__inner {
  z-index: 1;
  position: relative;
}

.interview-content {
  position: relative;
  margin-top: clamp(3em, 6vw, 6em);
  padding-top: clamp(4em, 9vw, 9em);
}
.interview-content::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 60vw;
  border-top-left-radius: clamp(0.5em, 25%, 8em);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1%, rgba(239, 238, 253, 0)), color-stop(26%, rgba(239, 238, 253, .65)), to(#efeefd));
  background: linear-gradient(0deg, rgba(239, 238, 253, 0) 1%, rgba(239, 238, 253, .65) 26%, #efeefd 100%);
  content: "";
}

.interview-interview {
  margin-bottom: clamp(6em, 9vw, 9em);
}
.interview-interview__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  row-gap: clamp(5em, 9vw, 9em);
          flex-direction: column;
}
.interview-interview__box__txt__ttl {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.75em;
  padding-left: 1.9em;
  border-bottom: 1px solid #6959C7;
  font-weight: 700;
  font-size: clamp(11.5px, 4.11vw, 17px);
  line-height: 1.5;
}
.interview-interview__box__txt__ttl::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "Q.";
  color: #6959C7;
  font-weight: 600;
  font-size: 1.37em;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
}
.interview-interview__box__txt__catch {
  position: relative;
  margin-bottom: 1em;
  font-weight: 700;
  font-size: clamp(10px, 3.57vw, 15px);
  line-height: 1.5;
}
.interview-interview__box__img {
  overflow: hidden;
  border-radius: clamp(0.5em, 1vw, 1em);
}
.interview-interview__box__img figcaption {
  z-index: 1;
  position: relative;
  margin-top: 8px;
  margin-top: 0.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  line-height: 1.4;
}
.interview-interview__box__img figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  color: #443D6E;
}

.interview-single__foot {
  margin-top: clamp(4em, 8vw, 8em);
}

/*--------------------------------------------------------------------/
	internship
/--------------------------------------------------------------------*/
.internship-intro {
  margin-bottom: clamp(3em, 6vw, 6em);
}
.internship-intro__ttl {
  margin-bottom: 0.75em;
  font-size: clamp(15px, 5.36vw, 36px);
}
.internship-intro__ttl em {
  display: block;
  display: block;
  position: relative;
  margin-bottom: 0.3em;
  color: #6959C7;
  font-style: normal;
  font-weight: 700;
  font-size: 0.6em;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.internship-intro__ttl b {
  display: block;
  font-weight: 700;
  line-height: 1;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
.internship-intro__img img {
  border-radius: 5px;
}

.internship-recommend {
  margin-bottom: clamp(6em, 12vw, 12em);
  padding: clamp(2em, 3vw, 3em) clamp(1.5em, 5%, 5em);
  border-radius: clamp(0.5em, 1vw, 1em);
  background: #EFEEFD;
}
.internship-recommend__ttl {
  margin-bottom: 1em;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #6959C7;
  font-size: clamp(13px, 4.64vw, 36px);
}
.internship-recommend__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 1.5em;
          flex-direction: column;
}
.internship-recommend__list li {
  position: relative;
  padding-left: 3em;
  font-weight: 700;
  font-size: clamp(9px, 3.21vw, 20px);
}
.internship-recommend__list li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  height: 2em;
  background: url(../img/common/check_img.svg) top left/100% no-repeat;
  content: "";
}

.internship-program {
  -webkit-box-shadow: 0 0 10px rgba(105, 89, 199, .36);
  margin-bottom: clamp(6em, 12vw, 12em);
  border-radius: clamp(0.5em, 1vw, 1em);
          box-shadow: 0 0 10px rgba(105, 89, 199, .36);
}
.internship-program__head {
  padding: clamp(2em, 3vw, 3em) clamp(1.5em, 5%, 5em) clamp(1.5em, 2vw, 2em);
  border-top-right-radius: clamp(0.5em, 1vw, 1em);
  border-top-left-radius: clamp(0.5em, 1vw, 1em);
  background: #6959C7;
  color: #ffffff;
}
.internship-program__head__ttl {
  display: inline-block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.internship-program__head__ttl .is-add {
  position: absolute;
  bottom: calc(100% - 3em);
  left: calc(100% + 2em);
  width: clamp(90px, 40%, 200px);
}
.internship-program__head__ttl .is-txt {
  font-size: clamp(14px, 5vw, 60px);
  line-height: 1;
}
.internship-program__head__ttl .is-txt small {
  margin-bottom: 0.2em;
  color: #DD93D4;
  font-size: 0.7em;
}
.internship-program__head__ttl .is-txt span {
  display: block;
}
.internship-program__body {
  padding: clamp(1.5em, 2vw, 2em) clamp(1.5em, 5%, 5em) clamp(2em, 3vw, 3em);
  border-bottom-right-radius: clamp(0.5em, 1vw, 1em);
  border-bottom-left-radius: clamp(0.5em, 1vw, 1em);
  background: #ffffff;
}
.internship-program__body__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 3em;
          flex-direction: column;
}
.internship-program__body__item {
  position: relative;
  padding-left: max(2em, 8%);
}
.internship-program__body__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  color: #6959C7;
  font-size: 0.8em;
}
.internship-program__body__item::after {
  position: absolute;
  top: 0.4em;
  left: calc(0.4em - 1px);
  width: 2px;
  height: calc(100% + 3em);
  background: #6959C7;
  content: "";
}
.internship-program__body__item:last-of-type::after {
  height: calc(100% - 1em);
}
.internship-program__body__item__day {
  margin-bottom: 0.3em;
  color: #6959C7;
  font-weight: 700;
  font-size: clamp(15px, 5.36vw, 36px);
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.internship-program__body__item__ttl {
  font-size: clamp(12px, 4.29vw, 24px);
}
.internship-program__body__item__txt {
  font-size: clamp(9.5px, 3.39vw, 18px);
}

/*--------------------------------------------------------------------/
	schooloffice
/--------------------------------------------------------------------*/
.schooloffice-intro {
  position: relative;
  padding-bottom: clamp(3em, 6vw, 6em);
}
.schooloffice-intro::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 3.5em);
  background: #EFEEFD;
  content: "";
}
.schooloffice-intro__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  row-gap: 2em;
          flex-direction: column;
}
.schooloffice-intro__txt__ttl {
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
  -webkit-box-align: end;
      -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 5%;
          align-items: flex-end;
  margin-bottom: clamp(1.5em, 2vw, 2em);
  font-size: clamp(12px, 4.29vw, 30px);
}
.schooloffice-intro__txt__ttl .is-img {
  width: 25%;
}
.schooloffice-intro__txt__ttl .is-txt em {
  display: block;
  display: block;
  position: relative;
  margin-bottom: 0.3em;
  color: #6959C7;
  font-style: normal;
  font-weight: 700;
  font-size: 0.8em;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.schooloffice-intro__txt__ttl .is-txt b {
  display: block;
  font-weight: 700;
  line-height: 1.2;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
.schooloffice-intro__txt__txt {
  line-height: 2;
}
.schooloffice-intro__img img {
  border-radius: 5px;
}

.schooloffice-cooperation {
  margin-bottom: clamp(6em, 12vw, 12em);
  padding-top: clamp(6em, 9vw, 9em);
}
.schooloffice-cooperation__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 1em;
          flex-direction: column;
}

.schooloffice-cooperation__box {
  width: 100%;
}
.schooloffice-cooperation__box__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  padding: clamp(1.5em, 2vw, 2em) clamp(1.5em, 5%, 5em);
  border-radius: clamp(0.5em, 1vw, 1em);
  background: #EFEEFD;
}
.schooloffice-cooperation__box__ttl {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 0.5em;
  font-size: clamp(12px, 4.29vw, 26px);
  text-align: center;
}
.schooloffice-cooperation__box__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  aspect-ratio: 3/2;
  width: clamp(90px, 30%, 120px);
  margin-bottom: 1em;
  margin-inline: auto;
}
.schooloffice-cooperation__box__txt {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.schooloffice-internship {
  position: relative;
  padding-bottom: clamp(3em, 6vw, 6em);
}
.schooloffice-internship::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background: #6959C7;
  content: "";
}
.schooloffice-internship__inner {
  -webkit-box-shadow: 0 0 10px rgba(105, 89, 199, .36);
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
          flex-direction: column-reverse;
  overflow: hidden;
  border-radius: clamp(0.5em, 1vw, 1em);
          box-shadow: 0 0 10px rgba(105, 89, 199, .36);
}
.schooloffice-internship__txt {
  padding: clamp(2em, 3vw, 3em) clamp(1.5em, 8%, 5em) clamp(1.5em, 3vw, 3em);
  background: #ffffff;
}
.schooloffice-internship__txt__ttl {
  margin-bottom: 0.75em;
  font-size: clamp(15px, 5.36vw, 30px);
}
.schooloffice-internship__txt__ttl em {
  display: block;
  display: block;
  position: relative;
  margin-bottom: 0.5em;
  color: #6959C7;
  font-style: normal;
  font-weight: 700;
  font-size: 0.56em;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.schooloffice-internship__txt__ttl b {
  display: block;
  font-weight: 700;
  line-height: 1;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
.schooloffice-internship__txt__txt {
  margin-bottom: clamp(1.5em, 3vw, 3em);
}
.schooloffice-internship__txt .btn-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.schooloffice-attempt {
  padding-top: clamp(6em, 12vw, 12em);
}
.schooloffice-attempt__ttl {
  margin-bottom: clamp(1.5em, 3vw, 3em);
  font-size: clamp(14px, 5vw, 30px);
  text-align: center;
}
.schooloffice-attempt__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 1.5em;
          flex-direction: column;
  margin-bottom: clamp(3em, 6vw, 6em);
}
.schooloffice-attempt__box {
  width: 100%;
}
.schooloffice-attempt__box__inner {
  padding: clamp(1.5em, 2vw, 2em) clamp(1.5em, 5%, 5em);
  border-radius: clamp(0.5em, 1vw, 1em);
  background: #EFEEFD;
}
.schooloffice-attempt__box__ttl {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 1em;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #6959C7;
  font-size: clamp(11px, 3.93vw, 26px);
}
.schooloffice-attempt__box__txt ul {
  font-size: 0.9em;
}
.schooloffice-attempt__summary {
  padding: clamp(1.5em, 2vw, 2em) clamp(1.5em, 5%, 5em);
  border-radius: clamp(0.5em, 1vw, 1em);
  background: #6959C7;
  background: -webkit-gradient(linear, left top, right top, from(#6959C7), to(#9f73d2));
  background: linear-gradient(to right, #6959C7, #9f73d2);
  color: #ffffff;
}
.schooloffice-attempt__summary__txt {
  font-weight: 700;
  font-size: clamp(10px, 3.57vw, 26px);
}
.schooloffice-attempt__summary .btn-wrap {
  margin-top: 2em;
}

/*--------------------------------------------------------------------/
	family
/--------------------------------------------------------------------*/
.family-intro {
  position: relative;
  padding-bottom: clamp(3em, 6vw, 6em);
}
.family-intro::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 3.5em);
  background: rgba(240, 230, 255, .4);
  content: "";
}
.family-intro__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  row-gap: 2em;
          flex-direction: column;
}
.family-intro__txt__ttl {
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
  -webkit-box-align: end;
      -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 5%;
          align-items: flex-end;
  margin-bottom: clamp(1.5em, 2vw, 2em);
  font-size: clamp(10px, 3.57vw, 30px);
}
.family-intro__txt__ttl .is-img {
  width: 25%;
}
.family-intro__txt__ttl .is-txt em {
  display: block;
  display: block;
  position: relative;
  margin-bottom: 0.3em;
  color: #DD93D4;
  font-style: normal;
  font-weight: 700;
  font-size: 0.8em;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.family-intro__txt__ttl .is-txt b {
  display: block;
  font-weight: 700;
  line-height: 1.2;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
.family-intro__txt__txt {
  line-height: 2;
}
.family-intro__img img {
  border-radius: 5px;
}

.family-interview {
  padding-top: clamp(6em, 12vw, 12em);
  padding-bottom: clamp(6em, 12vw, 12em);
}
.family-interview__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(6em, 9vw, 9em);
          flex-direction: column;
}
.family-interview__box__flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 2em;
          flex-direction: column;
}
.family-interview__box__txt {
  width: 100%;
}
.family-interview__box__txt__ttl {
  margin-bottom: 1em;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #C9CED2;
  font-size: clamp(13px, 4.64vw, 20px);
}
.family-interview__box__img {
  width: 100%;
}
.family-interview__box__img img {
  border-radius: 5px;
}

.family-safety {
  padding-top: clamp(6em, 12vw, 12em);
  padding-bottom: clamp(6em, 12vw, 12em);
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#f0e6ff));
  background: linear-gradient(to right, #ffffff, #f0e6ff);
}
.family-safety__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(3em, 4vw, 4em);
          flex-direction: column;
}
.family-safety__box__img {
  aspect-ratio: 3/2;
  margin-bottom: 1em;
}
.family-safety__box__img img {
  border-radius: 5px;
}
.family-safety__box__ttl {
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: clamp(12.5px, 4.46vw, 20px);
}
.family-safety__box__txt {
  font-size: clamp(9.5px, 3.39vw, 16px);
  line-height: 1.5;
}

.family-numbers {
  padding-top: clamp(6em, 12vw, 12em);
  padding-bottom: clamp(6em, 12vw, 12em);
}
.family-numbers__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 1.5em;
          flex-direction: column;
}

.family-numbers__box {
  border: 3px solid #6959C7;
  border-radius: clamp(0.5em, 1vw, 1em);
  background: #ffffff;
}
.family-numbers__box__inner {
  padding: clamp(1.5em, 2vw, 2em) clamp(1.5em, 8%, 5em);
}
.family-numbers__box__ttl {
  margin-bottom: 0.2em;
  font-weight: 700;
  font-size: clamp(14px, 5vw, 20px);
}
.family-numbers__box__num {
  margin-bottom: 0.2em;
  font-weight: 700;
  font-size: clamp(24px, 8.57vw, 40px);
}
.family-numbers__box__num b {
  margin-right: 0.1em;
  color: #6959C7;
  font-weight: 700;
  font-size: 1.75em;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
}
.family-numbers__box__img {
  width: clamp(120px, 70%, 400px);
}

/*--------------------------------------------------------------------/
	new-graduate
/--------------------------------------------------------------------*/
.graduate-intro {
  margin-bottom: clamp(6em, 12vw, 12em);
}
.graduate-intro__inner {
  padding: clamp(2em, 3vw, 3em) clamp(1.5em, 5%, 5em);
  overflow: hidden;
  border-radius: clamp(0.5em, 1vw, 1em);
  background: rgba(238, 201, 234, .6);
}
.graduate-intro__flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 2em;
          flex-direction: column;
  max-width: 1200px;
  margin-inline: auto;
}
.graduate-intro__txt {
  position: relative;
}
.graduate-intro__txt__add {
  -webkit-filter: blur(3em);
  position: absolute;
  top: -5vw;
  left: -16%;
  aspect-ratio: 1/1;
  width: 70%;
  max-width: 600px;
  border-radius: 50%;
  background: #ffffff;
  content: "";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="48" /></filter></svg>#filter');
          filter: blur(3em);
}
.graduate-intro__txt__ttl {
  z-index: 1;
  position: relative;
  margin-bottom: 0.75em;
  font-size: clamp(15px, 5.36vw, 36px);
}
.graduate-intro__txt__ttl em {
  display: block;
  display: block;
  position: relative;
  margin-bottom: 0.5em;
  color: #DD93D4;
  font-style: normal;
  font-weight: 700;
  font-size: 0.6em;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.graduate-intro__txt__ttl b {
  display: block;
  font-weight: 700;
  line-height: 1.4;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
.graduate-intro__txt__txt {
  z-index: 1;
  position: relative;
  line-height: 2.25;
}
.graduate-intro__txt__txt .is-notes {
  padding: 1em 1.5em;
  border-radius: 5px;
  background: #6959C7;
  color: #ffffff;
  line-height: 1.5;
}
.graduate-intro__img {
  z-index: 1;
  position: relative;
}
.graduate-intro__img img {
  border-radius: 5px;
}

.graduate-video {
  position: relative;
  padding-bottom: clamp(3em, 9vw, 9em);
}
.graduate-video::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(238, 201, 234, .5)), to(rgba(238, 201, 234, .5)));
  background: linear-gradient(to right, rgba(238, 201, 234, .5), rgba(238, 201, 234, .5));
  content: "";
}
.graduate-video__inner {
  z-index: 1;
  position: relative;
  max-width: 1200px;
  margin-inline: auto;
}
.graduate-video__ttl {
  margin-bottom: clamp(1.5em, 3vw, 3em);
  font-size: clamp(13px, 4.64vw, 40px);
  text-align: center;
}
.graduate-video__ttl em {
  display: block;
  display: block;
  position: relative;
  margin-bottom: 0.3em;
  color: #DD93D4;
  font-style: normal;
  font-weight: 700;
  font-size: 0.6em;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.graduate-video__ttl b {
  display: block;
  font-weight: 700;
  line-height: 1;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
.graduate-video__video {
  margin-inline: auto;
}
.graduate-video__video__inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: clamp(0.5em, 1vw, 1em);
}
.graduate-video__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.graduate-work {
  position: relative;
  padding-top: clamp(6em, 9vw, 9em);
  padding-bottom: clamp(6em, 12vw, 12em);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgb(213, 210, 246)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(213, 210, 246) 50%, rgb(255, 255, 255) 100%);
}
.graduate-work__inner {
  z-index: 1;
  position: relative;
}
.graduate-work__ttl {
  margin-bottom: 1em;
  font-size: clamp(13px, 4.64vw, 40px);
  text-align: center;
}
.graduate-work__txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: clamp(2em, 3vw, 3em);
  margin-inline: auto;
  font-size: clamp(9.5px, 3.39vw, 20px);
}
.graduate-work__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(3em, 4vw, 4em);
          flex-direction: column;
}
.graduate-work__box__img {
  aspect-ratio: 3/2;
  margin-bottom: 1em;
}
.graduate-work__box__img img {
  border-radius: 5px;
}
.graduate-work__box__ttl {
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: clamp(12.5px, 4.46vw, 20px);
}
.graduate-work__box__txt {
  font-size: clamp(9.5px, 3.39vw, 16px);
  line-height: 1.5;
}

.graduate-support {
  padding-bottom: clamp(6em, 9vw, 9em);
}
.graduate-support__inner {
  padding: clamp(2em, 4vw, 4em) clamp(1.5em, 5%, 5em) clamp(2em, 4vw, 4em);
  border-radius: clamp(0.5em, 1vw, 1em);
  background: rgba(238, 201, 234, .4);
}
.graduate-support__ttl {
  margin-bottom: 1em;
  font-size: clamp(12.5px, 4.46vw, 36px);
}
.graduate-support__ttl em {
  display: block;
  position: relative;
  margin-bottom: 0.3em;
  color: #DD93D4;
  font-style: normal;
  font-weight: 700;
  font-size: 0.6em;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.graduate-support__ttl b {
  display: block;
  font-weight: 700;
  line-height: 1.4;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
.graduate-support__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 1.5em;
          flex-direction: column;
  counter-reset: support-num;
}

.graduate-support__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5em 1.5em 1.5em 2em;
  border-radius: clamp(0.5em, 1vw, 1em);
  background: #ffffff;
}
.graduate-support__box__num {
  -ms-flex-negative: 0;
  position: relative;
      flex-shrink: 0;
  width: 2em;
  color: #DD93D4;
  font-weight: 700;
  font-size: clamp(20px, 7.14vw, 64px);
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
}
.graduate-support__box__num::before {
  display: block;
  content: counter(support-num, decimal-leading-zero);
  counter-increment: support-num;
}
.graduate-support__box__txt {
  -ms-flex-negative: 1;
  position: relative;
      flex-shrink: 1;
  padding-left: 2em;
  font-size: clamp(9px, 3.21vw, 16px);
}
.graduate-support__box__txt::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #C9CED2;
  content: "";
}
.graduate-support__box__txt__ttl {
  margin-bottom: 0.2em;
  font-weight: 700;
  font-size: 1;
  font-size: 1.25em;
}
.graduate-support__box__txt__txt {
  line-height: 1.5;
}

.graduate-about {
  position: relative;
  padding-top: clamp(6em, 9vw, 9em);
  padding-bottom: clamp(6em, 12vw, 12em);
}
.graduate-about::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#EFEEFD), to(#ffffff));
  background: linear-gradient(to bottom, #EFEEFD, #ffffff);
  content: "";
}
.graduate-about__inner {
  z-index: 1;
  position: relative;
}
.graduate-about__ttl {
  margin-bottom: clamp(1.5em, 3vw, 3em);
  font-size: clamp(13px, 4.64vw, 36px);
  text-align: center;
}
.graduate-about__ttl em {
  display: block;
  display: block;
  position: relative;
  margin-bottom: 0.3em;
  color: #6959C7;
  font-style: normal;
  font-weight: 700;
  font-size: 0.6em;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.graduate-about__ttl b {
  display: block;
  font-weight: 700;
  line-height: 1.4;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
.graduate-about__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(3em, 4vw, 4em);
          flex-direction: column;
}

.graduate-about__box {
  font-size: clamp(9.5px, 3.39vw, 14px);
}
.graduate-about__box__img {
  width: clamp(90px, 40%, 200px);
  margin-bottom: 1em;
  margin-inline: auto;
}
.graduate-about__box__ttl {
  margin-bottom: 0.5em;
  color: #6959C7;
  font-size: 1.25em;
  text-align: center;
}
.graduate-about__box .btn-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.5em;
  margin-inline: auto;
}

.graduate-recruitment {
  padding-bottom: clamp(6em, 9vw, 9em);
}
.graduate-recruitment__inner {
  padding: clamp(2em, 4vw, 4em) clamp(1.5em, 5%, 5em) clamp(2em, 4vw, 4em);
  border-radius: clamp(0.5em, 1vw, 1em);
  background: #F4ECF3;
}

.table-cont2__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(3em, 6vw, 6em);
          flex-direction: column;
  max-width: 1200px;
  margin-inline: auto;
}
.table-cont2__inner {
  padding: clamp(2em, 3vw, 3em) clamp(1.5em, 5%, 5em) clamp(2em, 3vw, 3em);
  border-radius: clamp(0.5em, 1vw, 1em);
  background: #ffffff;
}
.table-cont2__ttl {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2em;
  margin-inline: auto;
  padding: 0.5em 1em;
  border-radius: 5px;
  background: #6959C7;
  color: #ffffff;
  font-size: clamp(14px, 5vw, 28px);
  text-align: center;
}

.graduate-summary {
  max-width: 1200px;
  margin-inline: auto;
}
.graduate-summary a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  padding: clamp(2em, 3vw, 3em) min(5%, 1.5em);
  border-radius: 0.5em;
  background: -webkit-gradient(linear, left top, right top, from(#9f73d2), to(#6d5cd4));
  background: linear-gradient(to right, #9f73d2, #6d5cd4);
  color: #ffffff;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.graduate-summary a::after {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(#675CE3), to(#6959C7));
  background: linear-gradient(to right, #675CE3, #6959C7);
  content: "";
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.graduate-summary a:hover::after {
  opacity: 1;
}
.graduate-summary a:hover i {
  background: #ffffff;
}
.graduate-summary a:hover i::before {
  color: #675CE3;
}
.graduate-summary__txt {
  -webkit-transition: all 0.3s ease 0s;
  z-index: 2;
  position: relative;
  margin-bottom: 1em;
  font-weight: 700;
  font-size: clamp(14px, 5vw, 44px);
  line-height: 1.4;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.graduate-summary__btn {
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  z-index: 2;
  position: relative;
  position: relative;
          column-gap: 1em;
          align-items: center;
          justify-content: center;
  overflow: hidden;
  color: #ffffff;
  font-weight: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.graduate-summary__btn span {
  font-size: clamp(16px, 5.71vw, 50px);
}
.graduate-summary__btn i {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  width: 32px;
  border-radius: 50%;
  background: #ffffff;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.graduate-summary__btn i {
  height: 32px;
}
.graduate-summary__btn i {
  font-size: 12px;
  font-size: 0.75rem;
}
.graduate-summary__btn i::before {
  -webkit-transition: all 0.3s ease 0s;
  margin-left: 0.2em;
  color: #6959C7;
  transition: all 0.3s ease 0s;
}

/*--------------------------------------------------------------------/
	career
/--------------------------------------------------------------------*/
.career-intro {
  margin-bottom: clamp(3em, 6vw, 6em);
}
.career-intro__inner {
  padding: clamp(2em, 3vw, 3em) clamp(1.5em, 5%, 5em);
  overflow: hidden;
  border-radius: clamp(0.5em, 1vw, 1em);
  background: #DEDCF5;
}
.career-intro__flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 2em;
          flex-direction: column;
  max-width: 1200px;
  margin-inline: auto;
}
.career-intro__txt {
  position: relative;
}
.career-intro__txt__add {
  -webkit-filter: blur(3em);
  position: absolute;
  top: -5vw;
  left: -16%;
  aspect-ratio: 1/1;
  width: 70%;
  max-width: 600px;
  border-radius: 50%;
  background: #ffffff;
  content: "";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="48" /></filter></svg>#filter');
          filter: blur(3em);
}
.career-intro__txt__ttl {
  z-index: 1;
  position: relative;
  margin-bottom: 0.75em;
  font-size: clamp(15px, 5.36vw, 36px);
}
.career-intro__txt__ttl em {
  display: block;
  display: block;
  position: relative;
  margin-bottom: 0.5em;
  color: #6959C7;
  font-style: normal;
  font-weight: 700;
  font-size: 0.6em;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.career-intro__txt__ttl b {
  display: block;
  font-weight: 700;
  line-height: 1.4;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
.career-intro__txt__txt {
  z-index: 1;
  position: relative;
  line-height: 2.25;
}
.career-intro__txt__txt .is-notes {
  padding: 1em 1.5em;
  border-radius: 5px;
  background: #6959C7;
  color: #ffffff;
  line-height: 1.5;
}
.career-intro__img {
  z-index: 1;
  position: relative;
}
.career-intro__img img {
  border-radius: 5px;
}

.career-reason {
  position: relative;
  padding-top: clamp(6em, 9vw, 9em);
  padding-bottom: clamp(6em, 9vw, 9em);
  background: -webkit-gradient(linear, left top, left bottom, from(#EEC9EA), to(#D4C4FF));
  background: linear-gradient(to bottom, #EEC9EA, #D4C4FF);
}
.career-reason__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(1.5em, 2vw, 2em);
          flex-direction: column;
  counter-reset: reason-num;
}
.career-reason__box {
  border-radius: clamp(0.5em, 1vw, 1em);
  background: #ffffff;
}
.career-reason__box__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  padding: 1.5em 2em;
}
.career-reason__box__num {
  -ms-flex-negative: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  display: block;
          flex-grow: 1;
      flex-shrink: 0;
  color: #DD93D4;
  font-weight: 700;
  font-size: 0.8em;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}
.career-reason__box__num::after {
  display: block;
  content: counter(reason-num, decimal-leading-zero);
  font-size: 4em;
  text-align: center;
  counter-increment: reason-num;
}
.career-reason__box__txt {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding-left: 5%;
  font-size: clamp(9px, 3.21vw, 14px);
}
.career-reason__box__txt__ttl {
  margin-bottom: 0.5em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #DD93D4;
  color: #6959C7;
  font-weight: 700;
  font-size: 1.5em;
}

.career-work {
  position: relative;
  padding-top: clamp(3em, 6vw, 6em);
  padding-bottom: clamp(6em, 12vw, 12em);
}
.career-work::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#D4C4FF), to(#ffffff));
  background: linear-gradient(to bottom, #D4C4FF, #ffffff);
  content: "";
}
.career-work__inner {
  z-index: 1;
  position: relative;
}
.career-work__ttl {
  margin-bottom: clamp(1.5em, 3vw, 3em);
  font-size: clamp(13px, 4.64vw, 36px);
}
.career-work__ttl em {
  display: block;
  display: block;
  position: relative;
  margin-bottom: 0.3em;
  color: #6959C7;
  font-style: normal;
  font-weight: 700;
  font-size: 0.6em;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.career-work__ttl b {
  display: block;
  font-weight: 700;
  line-height: 1.4;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
.career-work__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(6em, 9vw, 9em);
          flex-direction: column;
}
.career-work__box__ttl {
  margin-bottom: 0.75em;
  font-size: clamp(14px, 5vw, 28px);
}
.career-work__box__img img {
  border-radius: 5px;
}
.career-work__box__txt {
  font-size: clamp(9.5px, 3.39vw, 14px);
}
.career-work__box__txt .btn-wrap {
  margin-top: clamp(1.5em, 2vw, 2em);
}

.career-recruitment {
  padding-bottom: clamp(6em, 9vw, 9em);
}
.career-recruitment__inner {
  padding: clamp(2em, 4vw, 4em) clamp(1.5em, 5%, 5em) clamp(2em, 4vw, 4em);
  border-radius: clamp(0.5em, 1vw, 1em);
  background: #EFEEFD;
}

.table-cont2__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(3em, 6vw, 6em);
          flex-direction: column;
  max-width: 1200px;
  margin-inline: auto;
}
.table-cont2__inner {
  padding: clamp(2em, 3vw, 3em) clamp(1.5em, 5%, 5em) clamp(2em, 3vw, 3em);
  border-radius: clamp(0.5em, 1vw, 1em);
  background: #ffffff;
}
.table-cont2__ttl {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2em;
  margin-inline: auto;
  padding: 0.5em 1em;
  border-radius: 5px;
  background: #6959C7;
  color: #ffffff;
  font-size: clamp(14px, 5vw, 28px);
  text-align: center;
}

.career-faq {
  padding-top: clamp(3em, 6vw, 6em);
  background: #f6f6f6;
}
.career-faq__inner {
  position: relative;
  max-width: 1200px;
  margin-inline: auto;
}

.career-faq__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(0.5em, 1vw, 1.5em);
          flex-direction: column;
}

.career-faq__box summary {
  display: block;
  position: relative;
  padding: 1em 1.5em 1em 3.5em;
  border-radius: 5px;
  background: #ffffff;
  color: #333333;
  font-weight: 700;
  font-size: calc(0.94rem + 0.22059vw - 0.61765px);
  line-height: 1.4;
  cursor: pointer;
}
.career-faq__box summary:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e313";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.career-faq__box summary::before {
  position: absolute;
  top: 0.65em;
  left: 1em;
  content: "Q.";
  color: #6959C7;
  font-weight: 700;
  font-size: 1.25em;
  font-family: 'Montserrat', sans-serif;
}
.career-faq__box summary::after {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  right: 0.5em;
  translate: 0 -50%;
  color: #493A9F;
  font-size: 1.25em;
  transition: all 0.3s ease 0s;
}
.career-faq__box summary::-webkit-details-marker {
  display: none;
}
.career-faq__box details[open] summary::after {
  rotate: 180deg;
}
.career-faq__box .details-content {
  position: relative;
  padding: 1em 1.5em 1.5em 1.5em;
  overflow: hidden;
  font-size: calc(0.9rem + 0.22059vw - 0.61765px);
}

/*--------------------------------------------------------------------/
	contact
/--------------------------------------------------------------------*/
.contact-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
.contact-flex__aside {
  position: relative;
}

.contact-box {
  position: relative;
  margin-bottom: clamp(3em, 6vw, 6em);
}
.contact-box__ttl {
  margin-bottom: clamp(1em, 2vw, 2em);
  padding-bottom: 0.5em;
  border-bottom: 1px solid #979DA4;
  font-size: clamp(14px, 5vw, 24px);
  letter-spacing: 0;
}
.contact-box__ttl em {
  display: block;
  margin-bottom: 0.1em;
  color: #6959C7;
  font-style: normal;
  font-weight: 700;
  font-size: 0.75em;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.contact-box__ttl b {
  display: block;
  font-weight: 700;
}
.contact-box__tel {
  font-size: clamp(10px, 3.57vw, 18px);
}
.contact-box__tel__time {
  margin-bottom: 0.2em;
  padding-left: 2em;
  letter-spacing: 0;
}
.contact-box__tel a {
  color: #333333;
}
.contact-box__tel__num {
  font-weight: 700;
  font-size: 2em;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
}
.contact-box__tel__num:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.contact-box__tel__num::before {
  color: #DD93D4;
  font-size: 0.6875em;
}
.contact-step ol {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: 100%;
}
.contact-step ol li {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
          align-items: center;
  width: 100%;
  padding: 1em 1.25em;
  border: 1px solid #C9CED2;
  border-radius: 999px;
  background: #ffffff;
  color: #333333;
  font-size: 1.07em;
}
.contact-step ol li:not(:last-child) {
  margin-bottom: clamp(12px, 1vw, 16px);
  margin-bottom: clamp(0.75rem, 1vw, 1rem);
}
.contact-step ol li:not(:last-child)::before {
  z-index: 1;
  position: absolute;
  top: 100%;
  left: calc(1.25em + 8px);
  width: 1px;
  height: 100%;
  background: #C9CED2;
  content: "";
}
.contact-step ol li span {
  z-index: 3;
  position: relative;
  width: 32px;
  width: 2rem;
}
.contact-step ol li span::before {
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #979DA4;
  content: "";
}
.contact-step ol li b {
  width: auto;
  font-weight: 500;
}
.contact-step ol li.now {
  border-color: #6959C7;
  background: #6959C7;
  color: #ffffff;
}
.contact-step ol li.now span::before {
  background: #DD93D4;
}

/*-------------------------------------------------
	contact form
-------------------------------------------------*/
/* variablea */
.contact-form__ttl {
  margin-bottom: clamp(1.5em, 3vw, 3em);
  padding-bottom: 0.5em;
  border-bottom: 1px solid #979DA4;
  font-size: clamp(14px, 5vw, 24px);
  letter-spacing: 0;
}
.contact-form__ttl em {
  display: block;
  margin-bottom: 0.1em;
  color: #6959C7;
  font-style: normal;
  font-weight: 700;
  font-size: 0.75em;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.contact-form__ttl b {
  display: block;
  font-weight: 700;
}

.contact-mail {
  padding: 24px 6%;
  padding: 1.5rem 6%;
  border: 1px solid #979DA4;
}
.contact-mail__ttl {
  position: relative;
  margin-bottom: clamp(16px, 2vw, 32px);
  margin-bottom: clamp(1rem, 2vw, 2rem);
  padding-bottom: 0.75em;
  font-weight: 700;
  font-size: calc(1.14rem + 0.14706vw - 0.41176px);
  text-align: center;
}
.contact-mail__ttl::before {
  position: absolute;
  bottom: 0;
  left: calc(50% - 2rem);
  width: 64px;
  width: 4rem;
  height: 3px;
  border-radius: 2px;
  background: #6959C7;
  content: "";
}

.contact-privacy {
  background: #f6f6f6;
}
.contact-privacy__ttl {
  position: relative;
  padding-bottom: clamp(16px, 1.5vw, 24px);
  padding-bottom: clamp(1rem, 1.5vw, 1.5rem);
  font-weight: 700;
  font-size: calc(1.14rem + 0.31646vw - 1.18987px);
  text-align: center;
}
.contact-privacy .txt {
  font-size: 0.94em;
}

.contact-table {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  margin-left: auto;
  line-height: 1.2;
}
.contact-table th, .contact-table td {
  text-align: left;
}
.contact-table th {
  font-weight: 500;
  vertical-align: top;
}
.contact-table th span {
  margin-left: 4.8px;
  margin-left: 0.3rem;
  padding: 0.2em 0.75em;
  color: #ffffff;
  font-size: 0.8125em;
}
.contact-table textarea {
  width: 100%;
}

input,
select {
  width: auto;
}
input.long,
select.long {
  width: 100%;
}
input.middle,
select.middle {
  width: 100%;
}
input.short,
select.short {
  width: 100%;
}
input.mini,
select.mini {
  width: 5em;
}

[type=button],
[type=submit] {
  -webkit-appearance: none;
  font-family: inherit;
}

.form-btn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  letter-spacing: 0.1em;
}
.form-btn .chack-btn {
  position: relative;
}
.form-btn .chack-btn:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e315";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.form-btn .chack-btn::after {
  position: absolute;
  top: 1em;
  right: 0.5em;
  color: #ffffff;
  font-size: 1.5em;
}
.form-btn .chack-btn:hover::after {
  color: #ffffff;
}
.form-btn .chack-btn:hover input,
.form-btn .chack-btn:hover a {
  background-color: #675CE3;
  color: #ffffff;
}
.form-btn .chack-btn input,
.form-btn .chack-btn a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  width: 100%;
  padding: 1.25em 4%;
  border-radius: 999px;
  background-color: #6959C7;
  color: #ffffff;
  font-weight: normal;
  font-weight: 700;
  font-size: 18.08px;
  font-size: 1.13rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.form-btn .back-btn {
  position: relative;
}
.form-btn .back-btn:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e315";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.form-btn .back-btn::after {
  position: absolute;
  top: 1em;
  right: 0.5em;
  color: #ffffff;
  font-size: 1.5em;
}
.form-btn .back-btn:hover::after {
  color: #ffffff;
}
.form-btn .back-btn:hover input,
.form-btn .back-btn:hover a {
  background-color: #675CE3;
  color: #ffffff;
}
.form-btn .back-btn input,
.form-btn .back-btn a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  width: 100%;
  padding: 1.25em 4%;
  border: 1px solid;
  border-radius: 999px;
  background-color: #161619;
  color: #ffffff;
  font-weight: normal;
  font-weight: 700;
  font-size: 18.08px;
  font-size: 1.13rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.form-btn .sub-btn {
  position: relative;
}
.form-btn .sub-btn:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e315";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.form-btn .sub-btn::after {
  position: absolute;
  top: 1em;
  right: 0.5em;
  color: #ffffff;
  font-size: 1.5em;
}
.form-btn .sub-btn:hover::after {
  color: #ffffff;
}
.form-btn .sub-btn:hover input,
.form-btn .sub-btn:hover a {
  border-color: #161619;
  background-color: #675CE3;
  color: #ffffff;
}
.form-btn .sub-btn input,
.form-btn .sub-btn a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  width: 100%;
  padding: 1.25em 4%;
  border: 1px solid;
  border-radius: 999px;
  border-color: #161619;
  background-color: #6959C7;
  color: #ffffff;
  font-weight: normal;
  font-weight: 700;
  font-size: 18.08px;
  font-size: 1.13rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}

/* radio-btn */
.wpcf7-radio {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 1em;
          flex-direction: column;
}
.wpcf7-radio .wpcf7-list-item {
  display: block;
  margin: 0 !important;
}
.wpcf7-radio label {
  cursor: pointer;
}

input[type=radio] {
  position: absolute;
  opacity: 0;
}
input[type=radio] + .wpcf7-list-item-label {
  font-size: 1.07em;
  vertical-align: top;
}
input[type=radio] + .wpcf7-list-item-label:before {
  -webkit-transition: all 0.4s ease;
  display: inline-block;
  position: relative;
  top: -0.1em;
  width: 26px;
  height: 26px;
  margin-right: 1em;
  border: 1px solid #979DA4;
  border-radius: 100%;
  background: #fdfdfd;
  content: "";
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  transition: all 0.4s ease;
}
input[type=radio]:checked + .wpcf7-list-item-label:before {
  -webkit-box-shadow: inset 0 0 0 5px #f6f6f6;
  background-color: #6959C7;
          box-shadow: inset 0 0 0 5px #f6f6f6;
}
input[type=radio]:focus + .wpcf7-list-item-label:before {
  border-color: #6959C7;
  outline: none;
}
input[type=radio]:disabled + .wpcf7-list-item-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #979DA4;
  border-color: #979DA4;
  background: #fdfdfd;
          box-shadow: inset 0 0 0 4px #979DA4;
}
input[type=radio] + .wpcf7-list-item-label:empty:before {
  margin-right: 0;
}

/* chack-btn */
@-webkit-keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 13px;
  }
}
@keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 13px;
  }
}
@keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 31.2px;
  }
}
@-webkit-keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 31.2px;
  }
}
input[type=checkbox] {
  display: none;
}

.wpcf7-checkbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 1.5em;
          flex-direction: column;
}
.wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 0 !important;
}
.wpcf7-checkbox label {
  cursor: pointer;
}

.check-box label {
  position: relative;
  cursor: pointer;
}
.check-box label::before {
  -webkit-transition: border-color ease 0.2s;
  display: block;
  z-index: 1;
  position: absolute;
  top: -0.15em;
  left: 0;
  width: 26px;
  height: 26px;
  margin-right: 1em;
  border: 1px solid #979DA4;
  background-color: transparent;
  content: "";
  transition: border-color ease 0.2s;
}
.check-box .wpcf7-list-item-label {
  display: block;
  padding-left: calc(26px + 1rem);
  font-size: 1.07em;
  vertical-align: top;
}
.check-box .wpcf7-list-item-label::before, .check-box .wpcf7-list-item-label::after {
  -webkit-transform-origin: left top;
  -webkit-transition: opacity ease 0.5;
  display: inline-block;
  z-index: 2;
  position: absolute;
  width: 5.2px;
  height: 0;
          transform-origin: left top;
  background-color: #6959C7;
  content: "";
  transition: opacity ease 0.5;
}
.check-box .wpcf7-list-item-label::before {
  -webkit-transform: rotate(-135deg);
  top: 22.36px;
  left: 10.4px;
          transform: rotate(-135deg);
}
.check-box .wpcf7-list-item-label::after {
  -webkit-transform: rotate(-45deg);
  top: 13px;
  left: 0.78px;
          transform: rotate(-45deg);
}

input[type=checkbox]:checked + .wpcf7-list-item-label,
.wpcf7-list-item-label.checked {
  border-color: #6959C7;
}
input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.wpcf7-list-item-label.checked::after {
  -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
  height: 13px;
          animation: dothabottomcheck 0.2s ease 0s forwards;
}
input[type=checkbox]:checked + .wpcf7-list-item-label::before,
.wpcf7-list-item-label.checked::before {
  -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
  -webkit-box-shadow: 0 0 0 1.3px #ffffff;
  height: 31.2px;
          box-shadow: 0 0 0 1.3px #ffffff;
          animation: dothatopcheck 0.4s ease 0s forwards;
}

.wpcf7-not-valid-tip {
  margin-top: 0.7em;
  font-size: 0.875em !important;
}

div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

/* form-parts
----------------------------------------------------------------*/
select, textarea, input {
  padding: 1em;
  border: 1px solid #979DA4;
  background-color: #fdfdfd;
  line-height: 1.5;
}
select:focus, textarea:focus, input:focus {
  -webkit-box-shadow: rgba(58, 134, 232, .25) 0 0 4px 1px;
  background-color: #fff;
          box-shadow: rgba(58, 134, 232, .25) 0 0 4px 1px;
}

input:-ms-input-placeholder, input:-moz-placeholder, input::-webkit-input-placeholder {
  color: #979DA4;
}

textarea {
  height: 10em;
}

/* Slider */
.slick-slider {
  -webkit-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
          box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  height: 100%;
  min-height: 1px;
  float: left;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-family: "slick";
}
/* Arrows */
.slick-prev,
.slick-next {
  -webkit-transform: translate(0, -50%);
  display: block;
  z-index: 1;
  position: absolute;
  padding: 0;
  transform: translate(0, -50%);
  border: none;
  outline: none;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: -25px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  border: 0;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  color: black;
  font-size: 6px;
  line-height: 20px;
  font-family: "slick";
  text-align: center;
  opacity: 0.25;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*--------------------------------------------------------------------/
	news
/--------------------------------------------------------------------*/
.news-intro {
  margin-bottom: clamp(48px, 6vw, 96px);
  margin-bottom: clamp(3rem, 6vw, 6rem);
  padding: clamp(24px, 2vw, 32px) 5%;
  padding: clamp(1.5rem, 2vw, 2rem) 5%;
  background: #f6f6f6;
}

.news-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(6em, 12vw, 12em);
          flex-direction: column;
}
.news-content.is-reverse .news-post {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.news-content.is-reverse .news-contentfield {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* news-slider */
.news-slider {
  position: relative;
  margin-bottom: clamp(48px, 9vw, 144px);
  margin-bottom: clamp(3rem, 9vw, 9rem);
}
.news-slider.is-thumbnailslider {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(24px, 3vw, 48px);
  row-gap: clamp(1.5rem, 3vw, 3rem);
          flex-direction: column;
}
.news-slider.is-thumbnailslider .news-slider__top__inner {
  max-width: 800px;
}
.news-slider.is-thumbnailcolumn .news-slider__top__inner {
  max-width: 780px;
}
.news-slider.is-thumbnailcolumn .news-slider__thumbs__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.news-slider__top {
  position: relative;
}
.news-slider__top__inner {
  position: relative;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.news-slider__top .slick-nav-arrows .slick-arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  line-height: 1;
  transition: all 0.3s ease 0s;
}
.news-slider__top .slick-nav-arrows .slick-arrow i {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  font-size: 48px;
  font-size: 3rem;
}
.news-slider__top .slick-nav-arrows .slick-arrow i::before {
  -webkit-transition: all 0.3s ease 0s;
  color: #E5E9EC;
  transition: all 0.3s ease 0s;
}
.news-slider__top .slick-nav-arrows .slick-arrow:hover i::before {
  color: #675CE3;
}
.news-slider__top .slick-nav-arrows .slick-prev {
  top: calc(26.93vw - 0.5em);
  right: 100%;
}
.news-slider__top .slick-nav-arrows .slick-prev:before {
  display: none;
  content: "←";
}
.news-slider__top .slick-nav-arrows .slick-next {
  top: calc(26.93vw - 0.5em);
  left: 100%;
}
.news-slider__top .slick-nav-arrows .slick-next:before {
  display: none;
  content: "→";
}
.news-slider__top .sp-slide {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.news-slider__top .sp-slide__inner {
  z-index: 1;
  position: relative;
  width: 100%;
}
.news-slider__top .sp-slide__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.news-slider__top .sp-slide__inner > div,
.news-slider__top .sp-slide__inner figure,
.news-slider__top .sp-slide__inner a,
.news-slider__top .sp-slide__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-slider__top .sp-slide figcaption {
  position: relative;
  margin-top: clamp(8px, 1vw, 16px);
  margin-top: clamp(0.5rem, 1vw, 1rem);
  padding-left: 1.5em;
  color: #000000;
  font-size: 0.9em;
  line-height: 1.4;
}
.news-slider__top .sp-slide figcaption::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  content: "●";
  color: #6959C7;
  font-size: 0.8em;
}

.news-slider__thumbs {
  position: relative;
  width: 100%;
  max-width: 890px;
  margin-right: auto;
  margin-left: auto;
}
.news-slider__thumbs__inner {
  position: relative;
  width: 100%;
}
.news-slider__thumbs__list {
  width: 100%;
  overflow: hidden;
}
.news-slider__thumbs .sp-thumbnail {
  -webkit-transition: all 0.3s ease 0s;
  width: 14.16vw;
  border: 1px solid transparent;
  transition: all 0.3s ease 0s;
}
.news-slider__thumbs .sp-thumbnail:hover {
  border-color: #6959C7;
}
.news-slider__thumbs .sp-thumbnail__inner {
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.news-slider__thumbs .sp-thumbnail__inner::before {
  display: block;
  position: relative;
  padding-top: 100%;
  content: "";
}
.news-slider__thumbs .sp-thumbnail__inner > div,
.news-slider__thumbs .sp-thumbnail__inner figure,
.news-slider__thumbs .sp-thumbnail__inner a,
.news-slider__thumbs .sp-thumbnail__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-slider__thumbs .slick-nav-arrows .slick-arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  line-height: 1;
}
.news-slider__thumbs .slick-nav-arrows .slick-arrow i {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid #C9CED2;
  border-radius: 50%;
  font-size: 16px;
  font-size: 1rem;
  transition: all 0.3s ease 0s;
}
.news-slider__thumbs .slick-nav-arrows .slick-arrow i::before {
  -webkit-transition: all 0.3s ease 0s;
  color: #C9CED2;
  transition: all 0.3s ease 0s;
}
.news-slider__thumbs .slick-nav-arrows .slick-arrow:hover i {
  border-color: transparent;
  background: rgba(103, 92, 227, .6);
}
.news-slider__thumbs .slick-nav-arrows .slick-arrow:hover i::before {
  color: #ffffff;
}
.news-slider__thumbs .slick-nav-arrows .slick-prev {
  -webkit-transform: translateY(-50%);
  top: 50%;
  right: calc(100% - 10px);
          transform: translateY(-50%);
}
.news-slider__thumbs .slick-nav-arrows .slick-prev:before {
  display: none;
  content: "←";
}
.news-slider__thumbs .slick-nav-arrows .slick-next {
  -webkit-transform: translateY(-50%);
  top: 50%;
  left: calc(100% - 10px);
          transform: translateY(-50%);
}
.news-slider__thumbs .slick-nav-arrows .slick-next:before {
  display: none;
  content: "→";
}
.news-slider__thumbs .slider-nav {
  background: #E5E9EC;
}
.news-slider__thumbs .slick-list {
  padding: 0 !important;
}
.news-slider__thumbs .slick-track {
  left: 0 !important;
  width: 100%;
  opacity: 1;
}
.news-slider__thumbs .slick-slide {
  -webkit-transition: all 0.3s ease 0s;
  opacity: 1;
  transition: all 0.3s ease 0s;
}

/* スライダーを使用しない場合の一枚画像　*/
.news-singleimg__img {
  position: relative;
  max-width: 1080px;
  margin: auto;
  margin-bottom: clamp(32px, 4vw, 64px);
  margin-bottom: clamp(2rem, 4vw, 4rem);
}
.news-singleimg__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
}
.news-singleimg__img__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.news-singleimg__img__inner > div,
.news-singleimg__img__inner figure,
.news-singleimg__img__inner a,
.news-singleimg__img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-singleimg__img figcaption {
  margin-top: 0.75em;
  font-size: 0.9em;
  line-height: 1.4;
}

/* news-singlecont*/
.news-singlecont {
  position: relative;
  margin-bottom: clamp(48px, 9vw, 144px);
  margin-bottom: clamp(3rem, 9vw, 9rem);
  padding: clamp(24px, 2.5vw, 40px) 5%;
  padding: clamp(1.5rem, 2.5vw, 2.5rem) 5%;
  background: #ffffff;
}
.news-singlecont::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #6959C7;
  content: "";
}

.news-pdf {
  margin-bottom: clamp(48px, 9vw, 144px);
  margin-bottom: clamp(3rem, 9vw, 9rem);
}
.news-pdf__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-pdf__list li a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.25em 4% 1.25em 4.5em;
  border: 1px solid #C9CED2;
  border-radius: 999px;
  color: #333333;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.news-pdf__list li a:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.news-pdf__list li a::before {
  position: absolute;
  top: 0.8em;
  left: 1.25em;
  color: #C9CED2;
  font-size: 1.6em;
}
.news-pdf__list li a:hover {
  border-color: #979DA4;
  background: #979DA4;
  color: #ffffff;
}

.news-interview {
  margin-bottom: clamp(64px, 9vw, 144px);
  margin-bottom: clamp(4rem, 9vw, 9rem);
}
.news-interview__list > *:not(:last-child) {
  margin-bottom: clamp(48px, 8vw, 128px);
  margin-bottom: clamp(3rem, 8vw, 8rem);
}
.news-interview__box__catch {
  position: relative;
  margin-bottom: calc(0.5rem + 0.5em);
  padding-left: 1.5em;
  font-weight: 700;
  font-size: calc(1rem + 0.29412vw - 0.82353px);
  line-height: 1.5;
}
.news-interview__box__catch::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #6959C7;
  content: "";
}
.news-interview__box__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
}
.news-interview__box__img__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.news-interview__box__img__inner > div,
.news-interview__box__img__inner figure,
.news-interview__box__img__inner a,
.news-interview__box__img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-interview__box__img figcaption {
  z-index: 1;
  position: relative;
  margin-top: 8px;
  margin-top: 0.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  line-height: 1.4;
}
.news-interview__box__img figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  color: #5C7DB1;
}

/* news-video */
.news-video {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(3em, 6vw, 6em);
          flex-direction: column;
  margin-top: clamp(6em, 12vw, 12em);
}
.news-video__box__ttl {
  font-weight: 700;
  font-size: calc(1.14rem + 1.17647vw - 3.29412px);
  line-height: 1.4;
}
.news-video__box__video__inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.news-video__box__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* news-table */
.news-table {
  margin-top: clamp(48px, 9vw, 144px);
  margin-top: clamp(3rem, 9vw, 9rem);
}
.news-table__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(2em, 4vw, 4em);
          flex-direction: column;
}

.news-table__box__inner {
  padding: clamp(1.5em, 2vw, 32px) 5% clamp(1em, 1.5vw, 32px);
  padding: clamp(1.5em, 2vw, 2rem) 5% clamp(1em, 1.5vw, 2rem);
  border: 1px solid #C9CED2;
}
.news-table__box__ttl {
  margin-bottom: clamp(32px, 3vw, 48px);
  margin-bottom: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
  font-size: calc(1.25rem + 0.58824vw - 1.64706px);
  text-align: center;
}
.news-table__box__table {
  width: 100%;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  line-height: 1.5;
}
.news-table__box__table tr {
  border-bottom: 1px solid #C9CED2;
}
.news-table__box__table tr:first-child {
  border-top: 1px solid #C9CED2;
}
.news-table__box__table th {
  padding: 16px 0;
  padding: 1rem 0;
  font-weight: 700;
  text-align: left;
}

.news-access {
  margin-top: clamp(48px, 9vw, 144px);
  margin-top: clamp(3rem, 9vw, 9rem);
}
.news-access__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(2em, 4vw, 4em);
          flex-direction: column;
}
.news-access__box__ttl {
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: calc(1.25rem + 0.58824vw - 1.64706px);
}
.news-access__box__map__inner {
  position: relative;
  height: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 0;
  overflow: hidden;
  background-color: #ffffff;
}
.news-access__box__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.news-single__foot {
  margin-top: clamp(4em, 8vw, 8em);
}

/*--------------------------------------------------------------------/
	blog
/--------------------------------------------------------------------*/
.blog-intro {
  margin-bottom: clamp(48px, 6vw, 96px);
  margin-bottom: clamp(3rem, 6vw, 6rem);
  padding: clamp(24px, 2vw, 32px) 5%;
  padding: clamp(1.5rem, 2vw, 2rem) 5%;
  background: #f6f6f6;
}

.contents-left {
  width: 100%;
}

/*-------------------------------------------------------/
//wp-block
--------------------------------------------------------*/
h2.wp-block-heading {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #C9CED2;
  font-size: calc(1.25rem + 0.88235vw - 2.47059px);
}
h2.wp-block-heading::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 4em;
  height: 1px;
  background: #6959C7;
  content: "";
}

h3.wp-block-heading {
  position: relative;
  margin-bottom: 1em !important;
  padding-left: 1em;
  font-size: calc(1.14rem + 1.02941vw - 2.88235px);
}
h3.wp-block-heading::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #6959C7;
  content: "";
}

h4.wp-block-heading {
  position: relative;
  margin-bottom: 1em !important;
  padding: 0.5em 1em;
  background: #f6f6f6;
  font-size: calc(1rem + 0.88235vw - 2.47059px);
}

h5.wp-block-heading {
  position: relative;
  margin-bottom: 1.25em !important;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #C9CED2;
  font-size: calc(1.07rem + 0.51471vw - 1.44118px);
}

h6.wp-block-heading {
  position: relative;
  margin-bottom: 0.75em !important;
  padding-left: 1.35em;
  font-size: calc(1rem + 0.29412vw - 0.82353px);
}
h6.wp-block-heading::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 0.75em;
  height: 3px;
  background: #6959C7;
  content: "";
}

ul.wp-block-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 0.5em;
          flex-direction: column;
  text-align: left;
}
ul.wp-block-list.is-main li::before {
  color: #6959C7;
}
ul.wp-block-list li {
  position: relative;
  padding-left: 24px;
  padding-left: 1.5rem;
  line-height: 1.5;
}
ul.wp-block-list li::before {
  position: absolute;
  top: 0.35em;
  left: 0;
  content: "●";
  color: #6959C7;
  font-size: 0.7em;
}

ol.wp-block-list {
  margin-left: 5px;
  counter-reset: ol-num;
}
ol.wp-block-list > li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.4;
  text-indent: -1.5em;
}
ol.wp-block-list > li::before {
  padding-right: 0.5em;
  content: counter(ol-num) ".";
  text-align: center;
  counter-increment: ol-num;
}
ol.wp-block-list > li:not(:last-child) {
  margin-bottom: 11.2px;
  margin-bottom: 0.7rem;
}

.wp-block-table thead {
  border-bottom-width: 1px !important;
  background: #EFEEFD;
}
.wp-block-table th,
.wp-block-table td {
  border-color: #C9CED2 !important;
}

.wp-block-image {
  margin-bottom: 1em;
}
.wp-block-image img {
  width: 100%;
}

[id*=wp-block-file--media] {
  margin-right: 1.5em;
}

.wp-block-file__button {
  -webkit-transition: all 0.3s ease 0s;
  margin-left: 0 !important;
  padding: 0.75em 1.5em !important;
  background: #6959C7 !important;
  font-size: 1.25em !important;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.wp-block-file__button:hover {
  background: #675CE3 !important;
}

.wp-lightbox-overlay.zoom.active .scrim {
  background-color: rgba(0, 0, 0, .75) !important;
}

.wp-lightbox-overlay .close-button {
  fill: #ffffff !important;
}
.wp-lightbox-overlay .close-button svg:not([fill]) {
  fill: #ffffff !important;
}

:where(.wp-block-columns.is-layout-flex) {
  row-gap: clamp(1em, 2vw, 2em) !important;
}

/*-------------------------------------------------------/
//Easy Table of Contents
--------------------------------------------------------*/
#ez-toc-container {
  margin-bottom: clamp(3em, 6vw, 6em) !important;
  border-width: 1px;
  border-radius: 0;
  border-color: #C9CED2 !important;
}

/* 目次タイトルの背景色と余白調整 */
#ez-toc-container .ez-toc-title-container,
#ez-toc-container {
  display: block;
  margin: 0;
  padding: 0.75em 2em 0.75em 1.5em;
  background: #6959C7;
}

/* 目次タイトルの余白とカラー */
div#ez-toc-container .ez-toc-title {
  display: block;
  color: #ffffff !important;
}

/* 目次内の上下余白調整 */
#ez-toc-container .ez-toc-list {
  padding: 1em 1.5em;
}

.ez-toc-js-icon-con {
  border: none !important;
}

/* 見出しの下線 */
#ez-toc-container .ez-toc-list li {
  display: block;
  border-bottom: 1px dashed #C9CED2;
}
#ez-toc-container .ez-toc-list li a {
  display: block;
  padding: 0.5em 0;
  line-height: 1.5;
}

#ez-toc-container .ez-toc-list li:last-child {
  border: 0;
}

/* 目次開閉ボタン位置調整 */
.ez-toc-title-toggle {
  position: absolute;
  top: 0.65em;
  right: 2.5%;
}

/* 目次開閉ボタンデザイン */
#ez-toc-container .ez-toc-js-icon-con {
  width: 33px;
  border: none;
  border-radius: 0;
  background: #f6f6f6;
}

/* スマホ向けのサイズと位置調整 */
.wp-block-heading .ez-toc-section {
  margin-top: calc(-1em - 70px);
  padding-top: calc(1em + 70px);
}

/*-------------------------------------------------------/
//Easy Table of Contents
--------------------------------------------------------*/
#ez-toc-container {
  margin-bottom: clamp(3em, 6vw, 6em) !important;
  border-width: 1px;
  border-radius: 0;
  border-color: #C9CED2 !important;
}

/* 目次タイトルの背景色と余白調整 */
#ez-toc-container .ez-toc-title-container,
#ez-toc-container {
  display: block;
  margin: 0;
  padding: 0.75em 2em 0.75em 1.5em;
  background: #6959C7;
}

/* 目次タイトルの余白とカラー */
div#ez-toc-container .ez-toc-title {
  display: block;
  color: #ffffff !important;
}

/* 目次内の上下余白調整 */
#ez-toc-container .ez-toc-list {
  padding: 1em 1.5em;
}

.ez-toc-js-icon-con {
  border: none !important;
}

/* 見出しの下線 */
#ez-toc-container .ez-toc-list li {
  display: block;
  border-bottom: 1px dashed #C9CED2;
}
#ez-toc-container .ez-toc-list li a {
  display: block;
  padding: 0.5em 0;
  line-height: 1.5;
}

#ez-toc-container .ez-toc-list li:last-child {
  border: 0;
}

/* 目次開閉ボタン位置調整 */
.ez-toc-title-toggle {
  position: absolute;
  top: 0.65em;
  right: 2.5%;
}

/* 目次開閉ボタンデザイン */
#ez-toc-container .ez-toc-js-icon-con {
  width: 33px;
  border: none;
  border-radius: 0;
  background: #f6f6f6;
}

/* スマホ向けのサイズと位置調整 */
.wp-block-heading .ez-toc-section {
  margin-top: calc(-1em - 70px);
  padding-top: calc(1em + 70px);
}

/*--------------------------------------------------------------------/
	aside
/--------------------------------------------------------------------*/
.aside-cont__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(32px, 4vw, 64px);
  row-gap: clamp(2rem, 4vw, 4rem);
          flex-direction: column;
}

.aside-box__ttl {
  position: relative;
  margin-bottom: 0.5em;
  padding: 0.3em 0 0.5em;
  border-bottom: 2px solid #6959C7;
  font-weight: 700;
  font-size: 1.25em;
}
.aside-box__ttl::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 4em;
  height: 2px;
  background: #DD93D4;
  content: "";
}
.aside-box__list.is-category {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.aside-box__list.is-category li {
  border-bottom: 1px solid #E5E9EC;
}
.aside-box__list.is-category li a {
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          column-gap: 0.5em;
  padding: 0.75em 0.5em 0.75em 0.2em;
  color: #333333;
  text-decoration: none !important;
}
.aside-box__list.is-category li a::before {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #6959C7;
  content: "";
  transition: all 0.3s ease 0s;
}
.aside-box__list.is-category li a:hover::before {
  width: 100%;
}
.aside-box__list.is-category li a .is-circle {
  padding-top: 0.5em;
  font-size: 0.7em;
  text-decoration: none !important;
}
.aside-box__list.is-category li a .is-text {
  font-weight: 500;
}

.select-display {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  margin-top: 16px;
  margin-top: 1rem;
  padding: 1em;
  border: 1px solid #C9CED2;
}
.select-display__btn {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: absolute;
  top: calc(50% - 16px);
  right: 16px;
  right: 1rem;
  width: 32px;
  height: 32px;
  transition: all 0.3s ease 0s;
}
.select-display__btn i {
  color: #979DA4;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
}
.select-display.is-active .select-display__btn {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.select-display .is-text {
  display: block;
  width: 85%;
}

.select-list.is-active {
  z-index: 2;
  position: relative;
  top: -1px;
  width: 100%;
  padding: 0.75em 1em 1.25em;
  border: 1px solid #C9CED2;
  background: #ffffff;
}

.wp-block-categories-list li,
.wp-block-archives-list li,
.wp-block-latest-posts__list li {
  border-bottom: 1px solid #E5E9EC;
}
.wp-block-categories-list li a,
.wp-block-archives-list li a,
.wp-block-latest-posts__list li a {
  display: block;
  position: relative;
  padding: 0.75em 0.5em 0.75em 0;
  color: #333333;
  text-decoration: none !important;
}
.wp-block-categories-list li a::before,
.wp-block-archives-list li a::before,
.wp-block-latest-posts__list li a::before {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #6959C7;
  content: "";
  transition: all 0.3s ease 0s;
}
.wp-block-categories-list li a:hover::before,
.wp-block-archives-list li a:hover::before,
.wp-block-latest-posts__list li a:hover::before {
  width: 100%;
}

.tag-cloud-link {
  position: relative;
  margin-right: 8px;
  margin-right: 0.5rem;
  padding-bottom: 0.3em;
  padding-left: 24px;
  padding-left: 1.5rem;
  color: #333333;
  font-size: 16px !important;
  font-size: 1rem !important;
}
.tag-cloud-link:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.tag-cloud-link {
  -webkit-transition: all 0.3s ease 0s;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.tag-cloud-link::before {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  top: 0.6em;
  left: 3.2px;
  left: 0.2rem;
  color: #979DA4;
  font-size: 0.875em;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.tag-cloud-link::after {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #6959C7;
  content: "";
  transition: all 0.3s ease 0s;
}
.tag-cloud-link:hover {
  color: #6959C7;
}
.tag-cloud-link:hover::before {
  color: #6959C7;
}
.tag-cloud-link:hover::after {
  width: 100%;
}

/* calendar
------------------------------------*/
#wp-calendar {
  width: 100%;
  border-collapse: separate;
}

.calendar_wrap {
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  border: 1px solid #C9CED2;
}

.wp-calendar-table {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.wp-calendar-table caption {
  padding: 4.8px 2%;
  padding: 0.3rem 2%;
  font-weight: 500;
}
.wp-calendar-table thead th {
  width: auto;
  padding: 6px;
  color: #979DA4;
  font-weight: 500;
  text-align: center;
}
.wp-calendar-table td {
  border: 2px solid #ffffff;
  background: #f6f6f6;
  font-size: 0.94em;
  line-height: 2;
  text-align: center;
}
.wp-calendar-table td a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  background-color: #6959C7;
  color: #ffffff;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.wp-calendar-table td a:hover {
  background-color: #DD93D4;
}
.wp-calendar-table td.pad {
  background: transparent;
}
.wp-calendar-table td#today {
  background: #979DA4;
  color: #ffffff;
}
.wp-calendar-nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  width: 100%;
  padding-bottom: 4.8px;
  padding-bottom: 0.3rem;
}
.wp-calendar-nav a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  padding: 0.2em 16px;
  padding: 0.2em 1rem;
  background-color: #f6f6f6;
  color: #333333;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.wp-calendar-nav a:hover {
  background-color: #6959C7;
  color: #ffffff;
}

/*--------------------------------------------------------------------/
	search-form
/--------------------------------------------------------------------*/
.wp-block-search__inside-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: space-between;
  width: 100%;
  padding: 0 !important;
  border: 1px solid #C9CED2 !important;
}

.wp-block-search__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: calc(100% - 50px);
  height: 44px;
  padding: 0 10px !important;
  border: none;
  outline: 0;
  background: #ffffff;
}

.wp-block-search__button {
  -webkit-transition: all 0.3s ease 0s;
  width: 50px !important;
  height: 44px !important;
  margin: 0;
  padding: 2px !important;
  border: none !important;
  background: #6959C7 !important;
  color: #ffffff !important;
  font-size: 18px !important;
  text-align: center;
  vertical-align: bottom !important;
  cursor: pointer !important;
  transition: all 0.3s ease 0s;
}
.wp-block-search__button:hover {
  background-color: #675CE3 !important;
  color: #ffffff !important;
}

/*--------------------------------------------------------------------/
	archives
/--------------------------------------------------------------------*/
.wp-block-archives-dropdown {
  position: relative;
  margin-top: 1em;
}
.wp-block-archives-dropdown:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e313";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.wp-block-archives-dropdown::after {
  position: absolute;
  top: 0.75em;
  right: 0.5em;
  color: #979DA4;
  font-size: 20.96px;
  font-size: 1.31rem;
  line-height: 1;
}
.wp-block-archives-dropdown > label {
  display: none !important;
}
.wp-block-archives-dropdown select {
  position: relative;
  width: 100% !important;
  padding-right: 1.5em;
}

/*--------------------------------------------------------------------/
	main-view
/--------------------------------------------------------------------*/
.main-view {
  position: relative;
  padding-top: 70px;
  overflow: hidden;
}
.main-view.is-interview {
  overflow: visible;
}
.main-view.is-interview::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: calc(100% + 4em);
  border-bottom-right-radius: 10%;
  background: -webkit-gradient(linear, left top, right top, from(#D4C4FF), to(#EEC9EA));
  background: linear-gradient(to right, #D4C4FF, #EEC9EA);
  content: "";
}
.main-view__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex-direction: column;
  width: 94%;
  margin-inline: auto;
  overflow: hidden;
  border-radius: clamp(0.5em, 1vw, 1em);
  background: #EFEEFD;
}

.main-view__txt {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  background: #EFEEFD;
}
.main-view__txt__ttl {
  position: relative;
  width: 100%;
  padding: clamp(3em, 5vw, 5em) 8%;
  color: #333333;
  line-height: 1.4;
}
.main-view__txt__ttl .is-404__eng {
  display: block;
  margin-bottom: 0.1em;
  color: #6959C7;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(12px, 4.29vw, 20px);
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.main-view__txt__ttl .is-404__jp {
  display: block;
  color: #333333;
  font-weight: 700;
  font-size: clamp(14px, 5vw, 28px);
  line-height: 1;
}
.main-view__txt__ttl > em {
  display: block;
  margin-bottom: 0.1em;
  color: #6959C7;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(12px, 4.29vw, 20px);
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.main-view__txt__ttl > span,
.main-view__txt__ttl .is-h1 {
  display: block;
  color: #333333;
  font-weight: 700;
  font-size: clamp(20px, 7.14vw, 32px);
  line-height: 1;
}
.main-view__txt__ttl > span.is-category,
.main-view__txt__ttl .is-h1.is-category {
  display: block;
  margin-top: 0.3em;
  font-weight: 700;
  font-size: 1.5em;
  font-size: clamp(15px, 5.36vw, 28px);
}
.main-view__txt__ttl > span.is-archive,
.main-view__txt__ttl .is-h1.is-archive {
  margin-top: 0.3em;
  color: #333333;
  font-weight: 700;
  font-size: 1.5em;
}

.main-view__single {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex-direction: column;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: clamp(3em, 5vw, 5em) 3.296%;
  color: #333333;
  color: #333333;
  line-height: 1.4;
}
.main-view__single__sub {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: clamp(0.5em, 1.5vw, 1.5em);
  font-weight: 400;
  line-height: 1.4;
}
.main-view__single__sub em {
  display: block;
  margin-bottom: 0.1em;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(9px, 3.21vw, 18px);
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.main-view__single__sub span {
  display: block;
  font-weight: 700;
  font-size: clamp(13px, 4.64vw, 20px);
}
.main-view__single__date {
  margin-bottom: 0.2em;
  color: #6959C7;
  font-weight: 800;
  font-size: clamp(13px, 4.64vw, 20px);
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.main-view__single__ttl {
  position: relative;
  width: 100%;
  font-weight: 700;
  font-size: clamp(16px, 5.71vw, 30px);
  line-height: 1.2;
}
.main-view__single__category {
  margin-top: clamp(1em, 2vw, 2em);
}
.main-view__single__category li {
  display: inline-block;
  margin-right: 0.2em;
}

.common-column4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(48px, 5vw, 80px);
  row-gap: clamp(3rem, 5vw, 5rem);
          flex-direction: column;
}
.common-category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.common-category__list li a {
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
  -webkit-transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          column-gap: 0.5em;
  color: #333333;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.common-category__list li a .is-circle {
  padding-top: 0.5em;
  font-size: 0.7em;
  text-decoration: none !important;
}
.common-category__list li a .is-text {
  font-weight: 500;
}

.common-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
.common-flex__aside {
  position: relative;
}

.common-flex__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.common-flex__list.is-col1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*--------------------------------------------------------------------/
	404 page
/--------------------------------------------------------------------*/
.cont-404__ttl {
  margin-bottom: 1em;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #C9CED2;
  font-size: clamp(12px, 4.29vw, 28px);
  text-align: center;
}
.cont-404__ttl span {
  display: inline-block;
  position: relative;
}

/*--------------------------------------------------------------------/
	bg-box
/--------------------------------------------------------------------*/
.bg-box01 {
  padding: clamp(2em, 3vw, 3em) clamp(1.5em, 5%, 5em);
  border-radius: clamp(0.5em, 1vw, 1em);
  background: #f6f6f6;
}
.bg-box01__ttl {
  margin-bottom: 1em;
  font-size: clamp(14px, 5vw, 24px);
}
.bg-box01__ttl b {
  color: #6959C7;
  font-weight: 700;
}

/*--------------------------------------------------------------------/
	single-page
/--------------------------------------------------------------------*/
.single-cont__txt {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}
.single-cont__txt::after {
  display: block;
  clear: both;
  content: "";
}
.single-cont__thumbnail {
  width: 50%;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  margin-left: 6%;
  float: right;
}
.single-cont__foot {
  padding-top: clamp(48px, 5vw, 80px);
  padding-top: clamp(3rem, 5vw, 5rem);
}

.single-cont__tag {
  margin-bottom: 1em;
}
.single-cont__tag a {
  position: relative;
  margin-right: 8px;
  margin-right: 0.5rem;
  padding-bottom: 0.3em;
  padding-left: 24px;
  padding-left: 1.5rem;
  color: #333333;
  font-size: 0.94em;
}
.single-cont__tag a:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.single-cont__tag a {
  -webkit-transition: all 0.3s ease 0s;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.single-cont__tag a::before {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  top: 0.5em;
  left: 3.2px;
  left: 0.2rem;
  color: #979DA4;
  font-size: 0.875em;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.single-cont__tag a::after {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #6959C7;
  content: "";
  transition: all 0.3s ease 0s;
}
.single-cont__tag a:hover {
  color: #6959C7;
}
.single-cont__tag a:hover::before {
  color: #6959C7;
}
.single-cont__tag a:hover::after {
  width: 100%;
}

.addtoany_shortcode {
  padding-bottom: 1.5em;
}

.single-sub {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.single-date {
  margin-right: 16px;
  margin-right: 1rem;
  color: #979DA4;
  line-height: 1.4;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

/* align */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.alignright {
  margin-left: 1.5em;
  float: right;
}

.alignleft {
  margin-right: 1.5em;
  float: left;
}

@media (min-width: 376px) {
  /*====================================================================/
  /*--iPhone 以上--
  /====================================================================*/
}

@media (min-width: 576px) {
  /*====================================================================/
  /*--スマホ 以上--
  /====================================================================*/
  .culture-work__box {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
  }
  .family-safety__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
    -ms-flex-wrap: wrap;
            column-gap: 4%;
            flex-direction: row;
        flex-wrap: wrap;
  }
  .family-safety__box {
    width: 48%;
  }
  .family-safety__box__ttl {
    font-size: clamp(14px, 2.43vw, 20px);
  }
  .family-safety__box__txt {
    font-size: clamp(11px, 1.91vw, 16px);
  }
  .family-numbers__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
    -ms-flex-wrap: wrap;
            column-gap: 4%;
            flex-direction: row;
        flex-wrap: wrap;
  }
  .family-numbers__box {
    width: 48%;
  }
  .family-numbers__box__ttl {
    font-size: clamp(18px, 3.13vw, 24px);
  }
  .family-numbers__box__num {
    font-size: clamp(28px, 4.86vw, 40px);
  }
  .graduate-work__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
    -ms-flex-wrap: wrap;
            column-gap: 4%;
            flex-direction: row;
        flex-wrap: wrap;
  }
  .graduate-work__box {
    width: 48%;
  }
  .graduate-work__box__ttl {
    font-size: clamp(14px, 2.43vw, 20px);
  }
  .graduate-work__box__txt {
    font-size: clamp(11px, 1.91vw, 16px);
  }
  .graduate-about__box {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
  }
  .common-flex__list.is-col2 {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
            column-gap: 3%;
    row-gap: clamp(2rem, 3vw, 3rem);
        flex-wrap: wrap;
  }
  .common-flex__list.is-col2 > * {
    -ms-flex-preferred-size: 48.5%;
        flex-basis: 48.5%;
  }
  .common-flex__list.is-col3 {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
            column-gap: 3%;
    row-gap: clamp(2rem, 3vw, 3rem);
        flex-wrap: wrap;
  }
  .common-flex__list.is-col3 > * {
    -ms-flex-preferred-size: 48.5%;
        flex-basis: 48.5%;
  }
  .single-sub {
    -webkit-box-align: start;
        -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: flex-start;
    margin-bottom: 2rem;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  /*====================================================================/
  /*--スマホ以上 タブレット iPadmini未満--
  /====================================================================*/
}

@media (min-width: 768px) {
  /*====================================================================/
  /*--タブレット　iPadmini 以上--
  /====================================================================*/
  .breadcrumb__list {
    font-size: 0.8em;
  }
  .about-message {
    padding-top: clamp(2em, 3vw, 3em);
  }
  .about-message__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
            justify-content: space-between;
  }
  .about-message__txt {
    width: 52%;
  }
  .about-message__txt__ttl {
    font-size: clamp(28px, 3.65vw, 50px);
  }
  .about-message__img {
    width: 33.33%;
  }
  .about-message__img figcaption {
    font-size: clamp(13px, 1.69vw, 20px);
  }
  .about-mvv__box__inner {
    padding: clamp(3em, 5vw, 5em) clamp(1.5em, 5vw, 5em);
  }
  .about-mvv__box__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .about-mvv__box__ttl {
    width: 36%;
    padding-right: 5%;
    border-right: 1px solid rgba(255, 255, 255, .3);
    font-size: clamp(20px, 2.6vw, 40px);
  }
  .about-mvv__box__txt {
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
    width: 64%;
    padding-left: 5%;
    font-size: clamp(14px, 1.82vw, 30px);
  }
  .about-cap__inner {
    padding: clamp(2em, 4vw, 4em) clamp(1.5em, 5vw, 5em);
  }
  .about-cap__ttl {
    font-size: clamp(20px, 2.6vw, 40px);
  }
  .about-cap__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    -webkit-column-gap: 6%;
       -moz-column-gap: 6%;
            column-gap: 6%;
            flex-direction: row;
  }
  .about-cap__txt {
    width: 54%;
  }
  .about-cap__txt .txt {
    font-size: clamp(13px, 1.69vw, 18px);
  }
  .about-cap__img {
    width: 40%;
  }
  .thoughts-track__box__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    -webkit-column-gap: 8%;
       -moz-column-gap: 8%;
            column-gap: 8%;
            flex-direction: row;
  }
  .thoughts-track__box__img {
    width: 50%;
  }
  .thoughts-track__box__txt {
    width: 42%;
  }
  .thoughts-track__box__txt__num {
    font-size: clamp(90px, 11.72vw, 180px);
  }
  .thoughts-track__box__txt__ttl {
    font-size: clamp(24px, 3.13vw, 48px);
  }
  .profile-access__box__flex {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            column-gap: 4%;
            flex-direction: row-reverse;
  }
  .profile-access__box__map {
    width: 48%;
  }
  .profile-access__box__txt {
    width: 48%;
  }
  .culture-intro__box:nth-of-type(odd) .culture-intro__box__inner {
    grid-template-columns: 42% 50%;
  }
  .culture-intro__box:nth-of-type(odd) .culture-intro__box__ttl,
  .culture-intro__box:nth-of-type(odd) .culture-intro__box__txt {
    grid-column: 1/2;
  }
  .culture-intro__box:nth-of-type(odd) .culture-intro__box__img {
    grid-column: 2/3;
  }
  .culture-intro__box:nth-of-type(even) .culture-intro__box__inner {
    grid-template-columns: 50% 42%;
  }
  .culture-intro__box:nth-of-type(even) .culture-intro__box__ttl,
  .culture-intro__box:nth-of-type(even) .culture-intro__box__txt {
    grid-column: 2/3;
  }
  .culture-intro__box:nth-of-type(even) .culture-intro__box__img {
    grid-column: 1/2;
  }
  .culture-intro__box__inner {
    -webkit-column-gap: 8%;
       -moz-column-gap: 8%;
    display: grid;
    grid-template-rows: auto 1fr;
            column-gap: 8%;
  }
  .culture-intro__box__ttl {
    grid-row: 1/2;
    font-size: clamp(18px, 2.34vw, 36px);
  }
  .culture-intro__box__ttl em {
    font-size: 2.2em;
  }
  .culture-intro__box__img {
    grid-row: 1/3;
  }
  .culture-intro__box__txt {
    grid-row: 2/3;
    font-size: clamp(10px, 1.3vw, 18px);
  }
  .culture-days__item {
    padding: 0.5em 1.5em;
  }
  .culture-days__item:not(:last-child)::before {
    left: 11%;
  }
  .culture-days__item__inner {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
    grid-template-rows: auto;
    grid-template-columns: 18% 7em 1fr;
            column-gap: 2%;
  }
  .culture-days__item__img {
    grid-row: 1;
  }
  .culture-days__item__time {
    grid-row: 1;
    padding-right: 1em;
  }
  .culture-days__item__txt {
    grid-row: 1;
    grid-column: 3/4;
    padding-left: 2em;
    border-left: 1px solid #C9CED2;
    font-size: clamp(10px, 1.3vw, 16px);
  }
  .culture-work__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
            flex-direction: row;
        flex-wrap: wrap;
  }
  .culture-work__box {
    width: 33.33%;
    padding: 1em 2em;
    font-size: clamp(11px, 1.43vw, 15px);
  }
  .culture-work__box:not(:last-child) {
    border-right: 1px solid #C9CED2;
  }
  .main-interview__txt {
    width: 50%;
    padding-top: 10vw;
  }
  .main-interview__txt__inner {
    padding: clamp(2em, 3vw, 3em) clamp(1.5em, 5%, 5em) clamp(2em, 3vw, 3em) clamp(1.5em, 10%, 8em);
  }
  .main-interview__txt__inner::before {
    width: 90%;
    border-bottom-right-radius: 90%;
  }
  .main-interview__txt__txt {
    font-size: clamp(24px, 3.13vw, 32px);
  }
  .main-interview__txt__ttl {
    font-size: clamp(14px, 1.82vw, 24px);
  }
  .main-interview__txt__position {
    font-size: clamp(11px, 1.43vw, 20px);
  }
  .main-interview__img {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
  }
  .interview-content {
    padding-top: clamp(6em, 10vw, 10em);
  }
  .interview-interview__box__flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .interview-interview__box__flex.is-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .interview-interview__box__flex.is-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .interview-interview__box__flex .interview-interview__box__txt {
    -ms-flex-preferred-size: 54%;
        flex-basis: 54%;
  }
  .interview-interview__box__txt__ttl {
    font-size: clamp(17px, 2.21vw, 28px);
  }
  .interview-interview__box__txt__catch {
    font-size: clamp(14px, 1.82vw, 24px);
  }
  .interview-interview__box__img {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .internship-intro {
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 45% 50%;
            column-gap: 5%;
  }
  .internship-intro__ttl {
    grid-row: 1/2;
    grid-column: 2/3;
    margin-top: 1em;
    font-size: clamp(20px, 2.6vw, 50px);
  }
  .internship-intro__img {
    grid-row: 1/3;
    grid-column: 1/2;
  }
  .internship-intro__txt {
    font-size: clamp(13px, 1.69vw, 18px);
  }
  .internship-recommend__list li {
    width: calc(48% - 1em);
    font-size: clamp(14px, 1.82vw, 20px);
  }
  .internship-program__head {
    padding: clamp(2em, 3vw, 3em) clamp(1.5em, 8%, 8em) clamp(1.5em, 2vw, 2em);
  }
  .internship-program__body {
    padding: clamp(1.5em, 2vw, 2em) clamp(1.5em, 8%, 8em) clamp(3em, 4vw, 4em);
  }
  .schooloffice-intro::before {
    width: 97%;
    height: calc(100% - 5em);
    border-top-right-radius: clamp(0.5em, 1vw, 1em);
    border-bottom-right-radius: clamp(0.5em, 1vw, 1em);
  }
  .schooloffice-intro__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            flex-direction: row;
            justify-content: space-between;
  }
  .schooloffice-intro__txt {
    width: 55%;
  }
  .schooloffice-intro__txt__ttl {
    font-size: clamp(16px, 2.08vw, 32px);
  }
  .schooloffice-intro__txt__txt {
    font-size: clamp(12px, 1.56vw, 20px);
  }
  .schooloffice-intro__img {
    width: 36.11%;
  }
  .schooloffice-cooperation__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
            flex-direction: row;
        flex-wrap: wrap;
  }
  .schooloffice-cooperation__box {
    width: calc(50% - 0.5em);
  }
  .schooloffice-cooperation__box__inner {
    padding: clamp(2em, 3vw, 3em) clamp(1.5em, 8%, 5em);
  }
  .schooloffice-cooperation__box__ttl {
    font-size: clamp(14px, 1.82vw, 26px);
  }
  .schooloffice-cooperation__box__txt {
    font-size: clamp(12px, 1.56vw, 18px);
  }
  .schooloffice-internship__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .schooloffice-internship__txt {
    width: 54%;
    padding: clamp(3em, 4vw, 4em) clamp(1.5em, 8%, 5em) clamp(3em, 2vw, 4em) clamp(1.5em, 5%, 5em);
  }
  .schooloffice-internship__txt__ttl {
    font-size: clamp(20px, 2.6vw, 50px);
  }
  .schooloffice-internship__txt__txt {
    font-size: clamp(10px, 1.3vw, 18px);
  }
  .schooloffice-internship__img {
    width: 46%;
  }
  .schooloffice-attempt__ttl {
    font-size: clamp(20px, 2.6vw, 36px);
  }
  .schooloffice-attempt__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
            flex-direction: row;
  }
  .schooloffice-attempt__box {
    width: 48%;
  }
  .schooloffice-attempt__box__inner {
    padding: clamp(2em, 3vw, 3em) clamp(1.5em, 8%, 5em);
  }
  .schooloffice-attempt__box__ttl {
    font-size: clamp(14px, 1.82vw, 26px);
  }
  .schooloffice-attempt__box__txt {
    font-size: clamp(12px, 1.56vw, 18px);
  }
  .schooloffice-attempt__summary {
    padding: clamp(2em, 3vw, 3em) clamp(1.5em, 8%, 5em);
  }
  .family-intro::before {
    width: 97%;
    height: calc(100% - 5em);
    border-top-left-radius: clamp(0.5em, 1vw, 1em);
    border-bottom-left-radius: clamp(0.5em, 1vw, 1em);
  }
  .family-intro__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            flex-direction: row-reverse;
            justify-content: space-between;
  }
  .family-intro__txt {
    width: 55%;
  }
  .family-intro__txt__ttl {
    font-size: clamp(14px, 1.82vw, 32px);
  }
  .family-intro__txt__txt {
    font-size: clamp(12px, 1.56vw, 20px);
  }
  .family-intro__img {
    width: 36.11%;
  }
  .family-interview__box:nth-of-type(even) .family-interview__box__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .family-interview__box__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
            flex-direction: row;
  }
  .family-interview__box__txt {
    width: 50%;
  }
  .family-interview__box__txt__ttl {
    font-size: clamp(16px, 2.08vw, 28px);
  }
  .family-interview__box__txt {
    font-size: clamp(12px, 1.56vw, 17px);
  }
  .family-interview__box__img {
    width: 45%;
  }
  .graduate-intro__inner {
    padding: clamp(3em, 6vw, 6em) clamp(1.5em, 5%, 5em);
  }
  .graduate-intro__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            flex-direction: row-reverse;
            justify-content: space-between;
  }
  .graduate-intro__txt {
    width: 60%;
  }
  .graduate-intro__txt__ttl {
    font-size: clamp(28px, 3.65vw, 44px);
  }
  .graduate-intro__txt__txt {
    font-size: clamp(11px, 1.43vw, 18px);
  }
  .graduate-intro__img {
    width: 36%;
  }
  .graduate-support__box {
    padding: 2em 1.5em 2em 2.5em;
  }
  .graduate-about__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
            flex-direction: row;
        flex-wrap: wrap;
  }
  .graduate-about__box {
    width: 33.33%;
    padding: 1em 2em;
    font-size: clamp(11px, 1.43vw, 15px);
  }
  .graduate-about__box:not(:last-child) {
    border-right: 1px solid #C9CED2;
  }
  .graduate-summary__btn i {
    width: 64px;
    height: 64px;
    font-size: 1.13rem;
  }
  .career-intro__inner {
    padding: clamp(3em, 6vw, 6em) clamp(1.5em, 5%, 5em);
  }
  .career-intro__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            flex-direction: row;
            justify-content: space-between;
  }
  .career-intro__txt {
    width: 60%;
  }
  .career-intro__txt__ttl {
    font-size: clamp(28px, 3.65vw, 44px);
  }
  .career-intro__txt__txt {
    font-size: clamp(11px, 1.43vw, 18px);
  }
  .career-intro__img {
    width: 36%;
  }
  .career-reason__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
            flex-direction: row;
        flex-wrap: wrap;
    gap: 1.5em 4%;
  }
  .career-reason__box {
    width: 48%;
  }
  .career-reason__box__txt {
    font-size: clamp(11px, 1.43vw, 18px);
  }
  .career-work__box__inner {
    -webkit-column-gap: 6%;
       -moz-column-gap: 6%;
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 48% 46%;
            column-gap: 6%;
  }
  .career-work__box__ttl {
    grid-row: 1/2;
    grid-column: 2/3;
    font-size: clamp(20px, 2.6vw, 36px);
  }
  .career-work__box__img {
    grid-row: 1/3;
    grid-column: 1/2;
  }
  .career-work__box__txt {
    grid-row: 2/3;
    grid-column: 2/3;
    font-size: clamp(14px, 1.82vw, 20px);
  }
  input.middle,
  select.middle {
    width: 70%;
  }
  input.short,
  select.short {
    width: 30%;
  }
  .news-slider__thumbs .slick-nav-arrows .slick-arrow i {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
  .news-interview__box__flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .news-interview__box__flex.is-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .news-interview__box__flex.is-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .news-interview__box__flex .news-interview__box__txt {
    -ms-flex-preferred-size: 54%;
        flex-basis: 54%;
    padding-top: 1rem;
  }
  .news-interview__box__catch {
    font-size: calc(1rem + 0.68807vw - 5.2844px);
  }
  .news-interview__box__img {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .news-table__box__inner {
    padding: clamp(2em, 2.5vw, 3rem) 8% clamp(2em, 3vw, 3.5rem);
  }
  .news-access__box__inner {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 46% 50%;
            column-gap: 4%;
  }
  .news-access__box__ttl {
    -ms-flex-item-align: end;
    grid-row: 1/2;
    grid-column: 1/2;
        align-self: end;
    font-size: calc(1.25rem + 1.6055vw - 12.33028px);
  }
  .news-access__box__map {
    grid-row: 1/3;
    grid-column: 2/3;
  }
  .news-access__box__map__inner {
    padding-bottom: 50%;
  }
  .news-access__box__txt {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .main-view.is-interview::before {
    height: calc(100% + 5em);
    border-bottom-right-radius: 50%;
  }
  .main-view__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 36vw;
  }
  .main-view__img {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 56.56%;
  }
  .main-view__txt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 43.44%;
  }
  .main-view__txt__ttl {
    margin-top: -5%;
    padding: 2em 5% 2em 10%;
  }
  .main-view__txt__ttl .is-404__eng {
    font-size: clamp(16px, 2.08vw, 36px);
  }
  .main-view__txt__ttl .is-404__jp {
    font-size: clamp(16px, 2.08vw, 30px);
  }
  .main-view__txt__ttl > em {
    font-size: clamp(16px, 2.08vw, 36px);
  }
  .main-view__txt__ttl > span,
  .main-view__txt__ttl .is-h1 {
    font-size: clamp(28px, 3.65vw, 64px);
  }
  .main-view__txt__ttl > span.is-category,
  .main-view__txt__ttl .is-h1.is-category {
    font-size: clamp(28px, 3.65vw, 52px);
  }
  .main-view__single {
    padding: 2em 4.12%;
  }
  .common-flex__list.is-col2 {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
  .common-flex__list.is-col3 {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
  .common-flex__list.is-col3 > * {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
  }
  .cont-404__txt {
    text-align: center;
  }
  .single-cont__txt {
    margin-bottom: 6rem;
  }
}

@media (min-width: 768px) and (max-width: 1175px) {
  /*====================================================================/
  /*--タブレット iPadmini以上 XGAサイズ iPadPro未満--
  /====================================================================*/
}

@media (min-width: 1176px) {
  /*====================================================================/
  /*--XGAサイズ　iPadPro 以上--
  /====================================================================*/
  .table-cont__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
            flex-direction: row;
            justify-content: space-between;
  }
  .table-cont__ttl {
    width: calc(30% - 1em);
    font-size: clamp(28px, 2.59vw, 40px);
  }
  .table-cont__table {
    width: 70%;
  }
  .thoughts-message__inner {
    padding-bottom: clamp(3em, 4vw, 4em);
    padding-inline: clamp(2em, 5%, 5em);
  }
  .thoughts-message__ttl {
    font-size: clamp(24px, 2.22vw, 40px);
  }
  .thoughts-message__ttl .is-img {
    width: clamp(200px, 50%, 728px);
  }
  .thoughts-message__flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
            justify-content: space-between;
  }
  .thoughts-message__txt {
    width: 56%;
  }
  .thoughts-message__img {
    width: 38%;
  }
  .thoughts-message__img figcaption {
    font-size: clamp(12px, 1.11vw, 14px);
  }
  .thoughts-track__box__inner {
    -webkit-column-gap: 10%;
       -moz-column-gap: 10%;
            column-gap: 10%;
  }
  .thoughts-track__box__txt {
    width: 40%;
  }
  .culture-benefits__box {
    padding: clamp(2em, 4vw, 4em) clamp(1.5em, 7%, 7em);
  }
  .main-interview__txt {
    width: 45.13%;
  }
  .main-interview__txt__inner {
    padding: clamp(4em, 5vw, 5em) clamp(1.5em, 5%, 5em) clamp(4em, 5vw, 5em) clamp(1.5em, 10%, 10em);
  }
  .main-interview__txt__txt {
    font-size: clamp(28px, 2.59vw, 48px);
  }
  .main-interview__txt__ttl {
    font-size: clamp(20px, 1.85vw, 32px);
  }
  .main-interview__img {
    width: 64.23%;
  }
  .interview-content::before {
    border-top-left-radius: clamp(0.5em, 30%, 12em);
  }
  .interview-interview__box__flex .interview-interview__box__txt {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .interview-interview__box__img {
    -ms-flex-preferred-size: 44.16%;
        flex-basis: 44.16%;
  }
  .internship-recommend {
    padding: clamp(2em, 4vw, 4em) clamp(1.5em, 7%, 7em);
  }
  .internship-recommend__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
            flex-direction: row;
        flex-wrap: wrap;
  }
  .schooloffice-attempt__summary {
    padding: clamp(3em, 4vw, 4em) clamp(1.5em, 8%, 5em);
  }
  .family-safety__list {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
  .family-safety__box {
    width: 23.5%;
  }
  .family-safety__box__ttl {
    font-size: clamp(16px, 1.48vw, 20px);
  }
  .family-safety__box__txt {
    font-size: clamp(13px, 1.2vw, 16px);
  }
  .family-numbers__list {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
  .family-numbers__box {
    width: 23.5%;
  }
  .family-numbers__box__ttl {
    font-size: clamp(16px, 1.48vw, 22px);
  }
  .family-numbers__box__num {
    font-size: clamp(28px, 2.59vw, 40px);
  }
  .graduate-intro__txt {
    width: 50%;
  }
  .graduate-intro__img {
    width: 42%;
  }
  .graduate-work__txt {
    text-align: center;
  }
  .graduate-work__list {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
  .graduate-work__box {
    width: 23.5%;
  }
  .graduate-work__box__ttl {
    font-size: clamp(16px, 1.48vw, 20px);
  }
  .graduate-work__box__txt {
    font-size: clamp(13px, 1.2vw, 16px);
  }
  .graduate-support__inner {
    padding-top: clamp(2em, 4vw, 4em);
    padding-bottom: clamp(2em, 6vw, 6em);
  }
  .graduate-recruitment__inner {
    padding-top: clamp(2em, 6vw, 6em);
    padding-bottom: clamp(2em, 6vw, 6em);
  }
  .graduate-summary a {
    padding: clamp(3em, 4vw, 4em) min(5%, 1.5em);
  }
  .career-intro__txt {
    width: 50%;
  }
  .career-intro__img {
    width: 42%;
  }
  .career-reason__box__inner {
    padding: 2em 2.5em;
  }
  .career-reason__box__num {
    font-size: 1em;
  }
  .career-reason__box__txt {
    padding-left: 8%;
  }
  .career-recruitment__inner {
    padding-top: clamp(2em, 6vw, 6em);
    padding-bottom: clamp(2em, 6vw, 6em);
  }
  .contact-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact-flex__main {
    width: 72%;
  }
  .contact-flex__aside {
    width: 20%;
  }
  .contact-box__ttl {
    font-size: clamp(24px, 2.22vw, 40px);
  }
  .contact-box__tel {
    font-size: clamp(16px, 1.48vw, 20px);
  }
  .contact-box__tel__time {
    padding-left: 2em;
  }
  .contact-box__tel__num {
    font-size: 2em;
  }
  .contact-step {
    position: sticky;
    top: 120px;
    left: 0;
  }
  .contact-step ol li {
    font-size: calc(0.94rem + 0.17857vw - 1.92857px);
  }
  .contact-form__ttl {
    font-size: clamp(24px, 2.22vw, 40px);
  }
  .contact-mail {
    padding: clamp(1.5rem, 3vw, 3rem) 10% clamp(2rem, 3.5vw, 3rem);
  }
  .contact-privacy {
    max-height: 300px;
    margin-top: 1.5rem;
    padding: clamp(1.5rem, 3vw, 3rem) 5% clamp(2rem, 3.5vw, 3rem);
    overflow-y: scroll;
    scrollbar-color: #C9CED2 #ffffff;
    scrollbar-width: thin;
  }
  .contact-privacy::-webkit-scrollbar {
    width: 8px;
  }
  .contact-privacy::-webkit-scrollbar-track {
    background: #f6f6f6;
  }
  .contact-privacy::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 0 1px #ffffff;
    border-radius: 8px;
    background: #C9CED2;
            box-shadow: inset 0 0 0 1px #ffffff;
  }
  .contact-privacy__inner {
    margin-top: 1.5rem;
    padding: 0 5%;
  }
  .contact-privacy__ttl {
    margin-bottom: clamp(1rem, 2vw, 2rem);
  }
  .contact-privacy__ttl::before {
    position: absolute;
    bottom: 0;
    left: calc(50% - 2rem);
    width: 4rem;
    height: 3px;
    border-radius: 2px;
    background: #6959C7;
    content: "";
  }
  .contact-privacy__ttl .privacy-btn {
    display: none;
  }
  .contact-table th, .contact-table td {
    display: table-cell;
    padding: 1rem 0 1.5rem;
  }
  .contact-table th {
    width: 30%;
    line-height: 1.5;
  }
  .contact-table td {
    width: auto;
  }
  .news-intro {
    padding: clamp(2rem, 3vw, 3rem) 8%;
    text-align: center;
  }
  .news-slider.is-thumbnailslider .news-slider__top .slick-arrow i {
    font-size: 6.25rem;
  }
  .news-slider.is-thumbnailslider .news-slider__top .slick-prev {
    top: calc(266px - 0.5em);
    right: calc(100% + 0.5em);
  }
  .news-slider.is-thumbnailslider .news-slider__top .slick-next {
    top: calc(266px - 0.5em);
    left: calc(100% + 0.5em);
  }
  .news-slider.is-thumbnailslider .sp-thumbnail {
    margin-right: 8px;
  }
  .news-slider.is-thumbnailcolumn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .news-slider.is-thumbnailcolumn .news-slider__top {
    width: 65.55%;
  }
  .news-slider.is-thumbnailcolumn .news-slider__top .slick-arrow i {
    font-size: 2.5rem;
  }
  .news-slider.is-thumbnailcolumn .news-slider__top .slick-prev {
    top: calc(16.3vw - 0.5em);
    right: calc(100% + 0.2em);
    font-size: 1rem;
  }
  .news-slider.is-thumbnailcolumn .news-slider__top .slick-next {
    top: calc(16.3vw - 0.5em);
    left: calc(100% + 0.2em);
    font-size: 1rem;
  }
  .news-slider.is-thumbnailcolumn .news-slider__thumbs {
    width: 31.11%;
  }
  .news-slider.is-thumbnailcolumn .news-slider__thumbs__list {
    -webkit-column-gap: 3.125%;
       -moz-column-gap: 3.125%;
            column-gap: 3.125%;
    row-gap: 0.75vw;
  }
  .news-slider.is-thumbnailcolumn .news-slider__thumbs .sp-thumbnail {
    width: 31.25%;
  }
  .news-slider__thumbs .slick-nav-arrows .slick-prev {
    right: 99%;
  }
  .news-slider__thumbs .slick-nav-arrows .slick-next {
    left: calc(99% - 5px);
  }
  .news-slider__thumbs .slick-list {
    padding: 0 0 !important;
  }
  .news-slider__thumbs .slick-track {
    left: 0 !important;
  }
  .news-pdf__list {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
    row-gap: 1em;
        flex-wrap: wrap;
  }
  .news-pdf__list > * {
    width: 49%;
  }
  .news-interview__box__flex .news-interview__box__txt {
    -ms-flex-preferred-size: 44.44%;
        flex-basis: 44.44%;
  }
  .news-interview__box__img {
    -ms-flex-preferred-size: 48.33%;
        flex-basis: 48.33%;
  }
  .news-video__box__inner {
    -webkit-column-gap: 10%;
       -moz-column-gap: 10%;
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 37.5%;
            column-gap: 10%;
    row-gap: clamp(1rem, 1.5vw, 2rem);
  }
  .news-video__box__ttl {
    grid-row: 1/2;
    grid-column: 1/2;
    font-size: calc(1.5rem + 1.42857vw - 15.42857px);
  }
  .news-video__box__video {
    grid-row: 1/3;
    grid-column: 2/3;
  }
  .news-video__box__txt {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .news-table__box__inner {
    padding: clamp(2em, 3.5vw, 4rem) 10% clamp(2em, 3vw, 3.5rem);
  }
  .news-table__box__table th {
    width: 25%;
    min-width: 180px;
    padding: 1.25rem 0;
  }
  .news-table__box__table td {
    padding: 1.25rem 1.25rem 1.25rem 0.5rem;
  }
  .blog-intro {
    padding: clamp(2rem, 3vw, 3rem) 8%;
    text-align: center;
  }
  .contents-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .contents-left {
    width: calc(96% - 320px);
  }
  .aside-cont.is-sticky {
    position: sticky;
    top: 120px;
    left: 0;
  }
  .aside-box__ttl {
    font-size: calc(1.14rem + 0.71429vw - 7.71429px);
  }
  .wp-block-categories-list li a,
  .wp-block-archives-list li a,
  .wp-block-latest-posts__list li a {
    font-size: 0.94em;
  }
  .common-category {
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            column-gap: 3%;
  }
  .common-category__ttl {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: clamp(130px, 10%, 144px);
    padding-top: 0.2em;
    font-size: calc(1.14rem + 0.71429vw - 7.71429px);
  }
  .common-category__list {
    -ms-flex-wrap: wrap;
    -ms-flex-negative: 1;
        flex-shrink: 1;
        flex-wrap: wrap;
    gap: 0.75em 0.5em;
  }
  .common-category__list li a {
    padding: 0.4em 1.25em 0.4em 1em;
    border: 1px solid #C9CED2;
    border-radius: 999px;
  }
  .common-category__list li a:hover {
    border-color: #675CE3;
    color: #675CE3;
  }
  .common-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .common-flex.is-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .common-flex__main {
    width: 72%;
  }
  .common-flex__aside {
    width: 25%;
  }
  .common-flex__list.is-col2 {
    -webkit-column-gap: 4.5%;
       -moz-column-gap: 4.5%;
            column-gap: 4.5%;
  }
  .common-flex__list.is-col2 > * {
    -ms-flex-preferred-size: 47.75%;
        flex-basis: 47.75%;
  }
  .common-flex__list.is-col3 {
    -webkit-column-gap: 1.25%;
       -moz-column-gap: 1.25%;
            column-gap: 1.25%;
  }
  .common-flex__list.is-col3 > * {
    -ms-flex-preferred-size: 32.5%;
        flex-basis: 32.5%;
  }
  .bg-box01 {
    padding: clamp(2em, 4vw, 4em) clamp(1.5em, 7%, 7em);
  }
}

@media (min-width: 1176px) and (max-width: 1552px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro以上 PC未満--
  /====================================================================*/
}

@media (min-width: 1296px) {
  .main-view {
    padding-top: 100px;
  }
}

@media (min-width: 1553px) {
  /*====================================================================/
  /*---PC 以上--
  /====================================================================*/
  .about-message__txt__ttl {
    font-size: 3.13rem;
  }
  .about-message__img figcaption {
    font-size: 1.25rem;
  }
  .about-mvv__box__ttl {
    font-size: 2.5rem;
  }
  .about-cap__ttl {
    font-size: 2.5rem;
  }
  .table-cont__ttl {
    font-size: 2.5rem;
  }
  .thoughts-message__inner {
    padding-bottom: clamp(4em, 6vw, 6em);
    padding-inline: clamp(2em, 8%, 8em);
  }
  .thoughts-message__ttl {
    font-size: 2.5rem;
  }
  .thoughts-message__txt {
    width: 52%;
  }
  .thoughts-message__img {
    width: 42%;
  }
  .thoughts-message__img figcaption {
    font-size: 1.06rem;
  }
  .thoughts-track__box__txt__num {
    font-size: 11.25rem;
  }
  .thoughts-track__box__txt__ttl {
    font-size: 3rem;
  }
  .profile-ttl {
    font-size: 1.5rem;
  }
  .profile-access__box__ttl {
    font-size: 1.5rem;
  }
  .culture-intro__box:nth-of-type(odd) .culture-intro__box__inner {
    padding-left: 8%;
  }
  .culture-intro__box:nth-of-type(even) .culture-intro__box__inner {
    padding-right: 8%;
  }
  .culture-days__item__txt {
    font-size: 1rem;
  }
  .culture-work__box {
    font-size: 0.94rem;
  }
  .interview-interview__box__txt__ttl {
    font-size: 1.75rem;
  }
  .interview-interview__box__txt__catch {
    font-size: 1.5rem;
  }
  .internship-intro__txt {
    font-size: 1.13rem;
  }
  .internship-recommend__list li {
    font-size: 1.25rem;
  }
  .internship-program__head__ttl .is-txt {
    font-size: 3.75rem;
  }
  .internship-program__body__item__day {
    font-size: 2.25rem;
  }
  .internship-program__body__item__ttl {
    font-size: 1.5rem;
  }
  .internship-program__body__item__txt {
    font-size: 1.13rem;
  }
  .schooloffice-intro__txt__txt {
    font-size: 1.25rem;
  }
  .schooloffice-cooperation__box__ttl {
    font-size: 1.63rem;
  }
  .schooloffice-cooperation__box__img {
    max-width: 120px;
  }
  .schooloffice-cooperation__box__txt {
    font-size: 1.13rem;
  }
  .schooloffice-internship__txt__ttl {
    font-size: 3.13rem;
  }
  .schooloffice-internship__txt__txt {
    font-size: 1.13rem;
  }
  .schooloffice-attempt__ttl {
    font-size: 2.25rem;
  }
  .schooloffice-attempt__box__ttl {
    font-size: 1.63rem;
  }
  .schooloffice-attempt__box__txt {
    font-size: 1.13rem;
  }
  .schooloffice-attempt__summary__txt {
    font-size: 1.63rem;
  }
  .family-intro__txt__txt {
    font-size: 1.25rem;
  }
  .family-interview__box__txt__ttl {
    font-size: 1.75rem;
  }
  .family-interview__box__txt {
    font-size: 1.06rem;
  }
  .family-numbers__box__ttl {
    font-size: 1.38rem;
  }
  .family-numbers__box__num {
    font-size: 2.5rem;
  }
  .graduate-intro__txt__txt {
    font-size: 1.13rem;
  }
  .graduate-video__ttl {
    font-size: 3rem;
  }
  .graduate-work__ttl {
    font-size: 3rem;
  }
  .graduate-work__txt {
    font-size: 1.25rem;
  }
  .graduate-support__box__num {
    font-size: 4rem;
  }
  .graduate-support__box__txt {
    font-size: 1.13rem;
  }
  .graduate-about__box {
    font-size: 0.94rem;
  }
  .table-cont2__ttl {
    font-size: 1.75rem;
  }
  .graduate-summary__txt {
    font-size: 2.75rem;
  }
  .graduate-summary__btn span {
    font-size: 3.38rem;
  }
  .career-intro__txt__txt {
    font-size: 1.13rem;
  }
  .career-reason__box__txt {
    font-size: 1.13rem;
  }
  .career-work__box__ttl {
    font-size: 2.25rem;
  }
  .career-work__box__txt {
    font-size: 1.25rem;
  }
  .table-cont2__ttl {
    font-size: 1.75rem;
  }
  .career-faq__box summary {
    font-size: 1.19rem;
  }
  .career-faq__box .details-content {
    font-size: 1.13rem;
  }
  .contact-flex__main {
    width: 65.27%;
  }
  .contact-flex__aside {
    width: 22.5%;
  }
  .contact-box__ttl {
    font-size: 2.5rem;
  }
  .contact-box__tel {
    font-size: 1.25rem;
  }
  .contact-box__tel__time {
    padding-left: 2.66em;
  }
  .contact-box__tel__num {
    font-size: 3rem;
  }
  .contact-step ol li {
    font-size: 1.07em;
  }
  .contact-form__ttl {
    font-size: 2.5rem;
  }
  .contact-mail__ttl {
    font-size: 1.25rem;
  }
  .contact-privacy__ttl {
    font-size: 1.38rem;
  }
  .news-slider.is-thumbnailslider .sp-thumbnail {
    margin-right: 10px;
  }
  .news-slider.is-thumbnailcolumn .news-slider__top .slick-prev {
    top: calc(260px - 0.5em);
    right: calc(100% + 0.5em);
  }
  .news-slider.is-thumbnailcolumn .news-slider__top .slick-next {
    top: calc(260px - 0.5em);
    left: calc(100% + 0.5em);
  }
  .news-slider.is-thumbnailcolumn .news-slider__thumbs__list {
    row-gap: 1rem;
  }
  .news-singlecont {
    padding: 3rem 8%;
  }
  .news-interview__box__catch {
    font-size: 1.5rem;
  }
  .news-video__box__ttl {
    font-size: 2rem;
  }
  .news-table__box__ttl {
    font-size: 1.75rem;
  }
  .news-table__box__table th {
    width: 225px;
  }
  .news-access__box__ttl {
    font-size: 2.25rem;
  }
  .news-access__box__map__inner {
    padding-bottom: 460px;
  }
  h2.wp-block-heading {
    font-size: 2rem;
  }
  h3.wp-block-heading {
    font-size: 2rem;
  }
  h4.wp-block-heading {
    font-size: 1.75rem;
  }
  h5.wp-block-heading {
    font-size: 1.5rem;
  }
  h6.wp-block-heading {
    font-size: 1.25rem;
  }
  .wp-block-heading .ez-toc-section {
    margin-top: -4em;
    padding-top: 4em;
  }
  .wp-block-heading .ez-toc-section {
    margin-top: -4em;
    padding-top: 4em;
  }
  .aside-box__ttl {
    font-size: 1.38rem;
  }
  .main-view__inner {
    height: 420px;
  }
  .main-view__txt__ttl > span.is-category,
  .main-view__txt__ttl .is-h1.is-category {
    font-size: 3.25rem;
  }
  .main-view__single__sub span {
    font-size: 1.63rem;
  }
  .main-view__single__date {
    font-size: 1.75rem;
  }
  .main-view__single__ttl {
    font-size: 2.5rem;
  }
  .common-category__ttl {
    font-size: 1.38rem;
  }
  .common-flex__main {
    width: 74.16%;
  }
  .common-flex__aside {
    width: 20.83%;
  }
  .common-flex__list.is-col3 {
    -webkit-column-gap: 2.8%;
       -moz-column-gap: 2.8%;
            column-gap: 2.8%;
  }
  .common-flex__list.is-col3 > * {
    -ms-flex-preferred-size: 31.46%;
        flex-basis: 31.46%;
  }
  .cont-404__ttl {
    font-size: 1.75rem;
  }
  .cont-404__txt {
    font-size: 1.13rem;
  }
  .bg-box01__ttl {
    font-size: 1.5rem;
  }
}

@media (min-width: 1553px) and (max-width: 1752px) {
  /*====================================================================/
  /*--px以上 Large PC未満--
  /====================================================================*/
}

@media (min-width: 1753px) {
  /*====================================================================/
  /*--Large PC 以上--
  /====================================================================*/
  .thoughts-track__box__txt {
    padding-right: 10%;
  }
  .culture-intro__ttl {
    font-size: 3.75rem;
  }
  .culture-intro__box__ttl {
    font-size: 2.25rem;
  }
  .culture-intro__box__txt {
    font-size: 1.13rem;
  }
  .culture-benefits__box__ttl {
    font-size: 2.5rem;
  }
  .main-interview__txt__inner {
    min-height: 450px;
  }
  .main-interview__txt__txt {
    font-size: 3rem;
  }
  .main-interview__txt__ttl {
    font-size: 2rem;
  }
  .main-interview__txt__position {
    font-size: 1.25rem;
  }
  .internship-intro__ttl {
    font-size: 3.13rem;
  }
  .internship-recommend__ttl {
    font-size: 2.25rem;
  }
  .schooloffice-intro__txt__ttl {
    font-size: 2.25rem;
  }
  .family-intro__txt__ttl {
    font-size: 2.13rem;
  }
  .graduate-intro__txt__ttl {
    font-size: 3.13rem;
  }
  .graduate-support__ttl {
    font-size: 2.5rem;
  }
  .graduate-about__ttl {
    font-size: 2.5rem;
  }
  .career-intro__txt__ttl {
    font-size: 3.13rem;
  }
  .career-work__ttl {
    font-size: 2.5rem;
  }
  .main-view__txt__ttl .is-404__eng {
    font-size: 2.25rem;
  }
  .main-view__txt__ttl .is-404__jp {
    font-size: 2.5rem;
  }
  .main-view__txt__ttl > em {
    font-size: 2.25rem;
  }
  .main-view__txt__ttl > span,
  .main-view__txt__ttl .is-h1 {
    font-size: 4rem;
  }
  .main-view__single__sub em {
    font-size: 1.38rem;
  }
}

@media (min-width: 1921px) {
  .about-mvv__box__txt {
    font-size: 1.88rem;
  }
  .about-cap__txt .txt {
    font-size: 1.13rem;
  }
  .table-cont {
    max-width: 62.5vw;
  }
  .thoughts-message__ttl .is-img {
    width: 50%;
    max-width: 728px;
  }
  .profile-table__inner {
    max-width: 62.5vw;
  }
  .profile-access__inner {
    max-width: 62.5vw;
  }
  .culture-intro__add {
    max-width: 30.1vw;
  }
  .graduate-intro__flex {
    max-width: 62.5vw;
  }
  .graduate-intro__txt__add {
    max-width: 31.25vw;
  }
  .graduate-video__inner {
    max-width: 62.5vw;
  }
  .table-cont2__list {
    max-width: 62.5vw;
  }
  .graduate-summary {
    max-width: 62.5vw;
  }
  .graduate-summary__btn i {
    width: 1.67vw;
  }
  .graduate-summary__btn i {
    height: 1.67vw;
  }
  .career-intro__flex {
    max-width: 62.5vw;
  }
  .career-intro__txt__add {
    max-width: 31.25vw;
  }
  .table-cont2__list {
    max-width: 62.5vw;
  }
  .career-faq__inner {
    max-width: 62.5vw;
  }
}

@media (min-width: 1921px) and (min-width: 1921px) {
  .thoughts-message__ttl .is-img {
    max-width: 37.91vw;
  }
}

@media (min-width: 576px) and (min-width: 1921px) {
  .culture-work__box {
    max-width: 25vw;
  }
  .graduate-about__box {
    max-width: 25vw;
  }
}

@media (min-width: 1553px) and (min-width: 1921px) {
  .schooloffice-cooperation__box__img {
    max-width: 6.25vw;
  }
  .main-view__inner {
    height: 21.88vw;
  }
}

@media (max-width: 767px) and (min-width: 1921px) {
  .family-safety__box {
    max-width: 25vw;
  }
  .family-numbers__box {
    max-width: 25vw;
  }
  .graduate-work__box {
    max-width: 25vw;
  }
}

@media (min-width: 768px) and (min-width: 1921px) {
  .graduate-summary__btn i {
    width: 3.33vw;
  }
  .graduate-summary__btn i {
    height: 3.33vw;
  }
}

@media (min-width: 1296px) and (min-width: 1921px) {
  .main-view {
    padding-top: 5.21vw;
  }
}

@media (max-width: 1752px) {
  /*====================================================================/
  /*--Large PC 未満--
  /====================================================================*/
}

@media (max-width: 1552px) {
  /*====================================================================/
  /*--PC 未満--
  /====================================================================*/
}

@media (max-width: 1175px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro 未満--
  /====================================================================*/
  .thoughts-message__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: 1em;
            flex-direction: column;
  }
  .thoughts-message__img {
    width: clamp(120px, 80%, 640px);
    margin-bottom: 1em;
    margin-inline: auto;
  }
  .contact-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-flex__aside {
    display: none;
  }
  .contact-privacy__ttl {
    position: relative;
    padding: 1.5rem 6%;
  }
  .contact-privacy__ttl .privacy-btn {
    -webkit-transition: all 0.3s ease 0s;
    display: block;
    position: absolute;
    top: calc(50% - 16px);
    right: 1rem;
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
  }
  .contact-privacy__ttl .privacy-btn i {
    color: #979DA4;
    font-size: 2rem;
    line-height: 1;
  }
  .contact-privacy__ttl .privacy-btn.is-active {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .contact-privacy__txt {
    padding: 2em 5% clamp(2rem, 3.5vw, 3.5rem);
  }
  .contact-table th, .contact-table td {
    display: block;
    padding: 0;
  }
  .contact-table td {
    padding: 1em 0 2em;
  }
  .news-slider.is-thumbnailslider .sp-thumbnail {
    margin-right: 4px;
  }
  .news-slider.is-thumbnailcolumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: clamp(1.5rem, 3vw, 3rem);
            flex-direction: column;
  }
  .news-slider.is-thumbnailcolumn .news-slider__thumbs__list {
    -webkit-column-gap: 1%;
       -moz-column-gap: 1%;
            column-gap: 1%;
    row-gap: 1vw;
    margin-right: auto;
    margin-left: auto;
  }
  .news-slider__top {
    margin-bottom: 1.5rem;
  }
  .news-slider__thumbs .sp-thumbnail {
    width: 15.83%;
  }
  .news-slider__thumbs .slick-slide {
    margin-right: 6px;
  }
  .news-pdf__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: 0.5em;
            flex-direction: column;
  }
  .news-video__box__ttl {
    margin-bottom: clamp(1rem, 1.5vw, 1.5rem);
  }
  .news-video__box__video {
    max-width: 480px;
    margin-right: auto;
    margin-bottom: 1rem;
    margin-left: auto;
  }
  .news-table__box__table th {
    display: block;
    padding-bottom: 0;
  }
  .news-table__box__table td {
    display: block;
    padding: 1rem 0;
    padding-top: 0;
    padding-left: 0;
  }
  .main-view__single__category .category-item {
    font-size: 0.75em;
  }
  .common-category__ttl {
    margin-bottom: 0.5rem;
    padding: 0.3rem 0 0.5rem;
    border-bottom: 1px solid #C9CED2;
    font-weight: 500;
    font-size: 1.25em;
    font-family: 'Montserrat', sans-serif;
  }
  .common-category__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .common-category__list li {
    border-bottom: 1px solid #E5E9EC;
  }
  .common-category__list li a {
    padding: 0.75em 0.5em 0.75em 0.2em;
  }
  .common-category__list li a::before {
    -webkit-transition: all 0.3s ease 0s;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #6959C7;
    content: "";
    transition: all 0.3s ease 0s;
  }
  .common-category__list li a:hover::before {
    width: 100%;
  }
  .common-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(3rem, 5vw, 5rem);
            flex-direction: column;
  }
  .common-flex__aside {
    width: 100%;
  }
}

@media (max-width: 767px) {
  /*====================================================================/
  /*--タブレット iPadmini 未満--
  /====================================================================*/
  .about-message__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: 1em;
            flex-direction: column;
  }
  .about-message__img {
    width: clamp(120px, 80%, 200px);
    margin-bottom: 1em;
    margin-inline: auto;
  }
  .about-message__img {
    margin-right: auto;
    margin-left: auto;
  }
  .thoughts-track__box__txt {
    margin-top: 2em;
    padding-left: 10%;
  }
  .culture-intro__box__img {
    margin-bottom: 1em;
  }
  .main-interview__txt {
    margin-top: -2em;
  }
  .main-interview__img {
    width: 85%;
    margin-left: 15%;
  }
  .interview-interview__box__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: clamp(1.5em, 2vw, 2em);
            flex-direction: column;
  }
  .internship-intro__img {
    margin-bottom: 1em;
  }
  .family-safety__box {
    max-width: 480px;
    margin-inline: auto;
  }
  .family-numbers__box {
    max-width: 480px;
    margin-inline: auto;
  }
  .graduate-work__box {
    max-width: 480px;
    margin-inline: auto;
  }
  .career-work__box__img {
    margin-bottom: 1em;
  }
  .news-interview__box__flex .news-interview__box__txt {
    margin-bottom: 1rem;
  }
  .news-access__box__map__inner {
    padding-bottom: 360px;
  }
}

@media (max-width: 575px) {
  /*====================================================================/
  /*--iPhone 以下--
  /====================================================================*/
  .common-flex__list.is-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(1.5rem, 3vw, 3rem);
            flex-direction: column;
  }
  .common-flex__list.is-col3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(1.5rem, 3vw, 3rem);
            flex-direction: column;
  }
}

@media (max-width: 500px) {
  /* 目次タイトル */
  div#ez-toc-container .ez-toc-title {
    padding: 5px 0;
    padding-left: 0;
    padding-left: initial;
    font-size: 15px;
    text-align: center;
  }
  /* 開閉ボタンの位置 */
  /* 目次タイトル */
  div#ez-toc-container .ez-toc-title {
    padding: 5px 0;
    padding-left: 0;
    padding-left: initial;
    font-size: 15px;
    text-align: center;
  }
  /* 開閉ボタンの位置 */
}
/*# sourceMappingURL=map/lv2.css.map */
