@charset "UTF-8";
/*======================================
    Font
======================================*/
/*======================================
    Color
======================================*/
/*======================================
    Font size
======================================*/
/*======================================
    Common
======================================*/
html {
  font-size: 1rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  color: #333;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #FFF;
  width: 100%;
}
body.active {
  overflow: hidden;
}

.main {
  position: relative;
  z-index: 3;
  grid-column: 1/2;
  grid-row: 1/2;
  min-width: 0;
}

img {
  width: 100%;
  vertical-align: top;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (max-width: 767px) {
  br.is-pc {
    display: none;
  }
}

br.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.is-sp {
    display: block;
  }
}

/*======================================
    Layout
======================================*/
.container {
  position: relative;
  overflow-x: clip;
  display: grid;
}

.inner {
  max-width: 70rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 87.2%;
  }
}

.inner_lg {
  width: 96.25%;
  max-width: 77rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .inner_lg {
    width: 87.2%;
  }
}

.inner_full {
  margin-left: 5rem;
  margin-right: 5rem;
}
@media screen and (max-width: 767px) {
  .inner_full {
    width: 87.2%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .p_flow_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .p_flow_head_contents {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
  }
  .p_flow_head_contents.p_flow_head_contents_center {
    top: calc(50vh - 20%);
  }
}

.p_flow_body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.p_flow_body_cards {
  max-width: 27.5rem;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .hide_sp {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .hide_pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .c_read_more {
    padding-bottom: 3rem;
    position: relative;
    -webkit-transform: padding-bottom 0.3s ease;
            transform: padding-bottom 0.3s ease;
  }
  .c_read_more::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 2rem;
    height: 2rem;
    background: url(../img/common/icon_more_plus.svg) no-repeat center/1.5rem 1.5rem;
    background-color: #333;
    border-radius: 0.25rem;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .c_read_more.show {
    padding-bottom: 0;
  }
  .c_read_more.show::before {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .c_read_more_contents {
    height: 13.25rem;
    overflow: hidden;
  }
  .c_read_more_contents.show {
    height: auto;
  }
}

@-webkit-keyframes flick {
  0% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    opacity: 1;
  }
  30% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-75%, -50%);
            transform: translate(-75%, -50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-75%, -50%);
            transform: translate(-75%, -50%);
    opacity: 0;
  }
}

@keyframes flick {
  0% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    opacity: 1;
  }
  30% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-75%, -50%);
            transform: translate(-75%, -50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-75%, -50%);
            transform: translate(-75%, -50%);
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .slide_flick {
    position: relative;
  }
  .slide_flick::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    width: 3rem;
    height: 3rem;
    border-radius: 0.25rem;
    background-color: #333;
    background: rgba(34, 34, 34, 0.8) url(../img/common/icon_flick.svg) no-repeat center/1.5rem 1.5rem;
    z-index: 2;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease;
    transition: transform 0.3s ease-out, opacity 0.3s ease, -webkit-transform 0.3s ease-out;
  }
  .slide_flick.anime::before {
    -webkit-animation: flick 2s ease 0s forwards;
            animation: flick 2s ease 0s forwards;
  }
}

/*======================================
    color pattern
======================================*/
.c_blue h2.h2_gh.gh_01::before {
  background-image: url(../img/common/h2_blue_gh1.png);
}
.c_blue h2.h2_gh.gh_02::before {
  background-image: url(../img/common/h2_blue_gh2.png);
}
.c_blue h2.h2_gh.gh_03::before {
  background-image: url(../img/common/h2_blue_gh3.png);
}
.c_blue h2.h2_gh.gh_04::before {
  background-image: url(../img/common/h2_blue_gh4.png);
}
.c_blue h2.h2_gh.gh_05::before {
  background-image: url(../img/common/h2_blue_gh5.png);
}
.c_blue h2.h2_gh.gh_06::before {
  background-image: url(../img/common/h2_blue_gh6.png);
}
.c_blue h2.h2_gh.gh_07::before {
  background-image: url(../img/common/h2_blue_gh7.png);
}
.c_blue h2.h2_gh.gh_08::before {
  background-image: url(../img/common/h2_blue_gh8.png);
}
.c_blue .p_toggle_wrap,
.c_blue .p_bg {
  background-image: url(../img/common/bg_noise_blue.png);
}
.c_blue .p_head_breadcrumb li:not(:first-child)::before,
.c_blue .toc-underline,
.c_blue .menu-item::before {
  background-color: #4694D1;
}
.c_blue .p_head_wrap::before {
  background-image: url(../img/page/p_head_blue.svg);
}
.c_blue .buttonSlash {
  background-image: url(../img/common/bg_noise_blue_dark.png);
}
.c_blue .buttonSlash::before {
  background: -webkit-repeating-linear-gradient(315deg, #c9e7ff, #c9e7ff 55%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) calc(100% - 12.5rem), #c9e7ff calc(100% - 12.5rem), #c9e7ff 100%);
  background: repeating-linear-gradient(135deg, #c9e7ff, #c9e7ff 55%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) calc(100% - 12.5rem), #c9e7ff calc(100% - 12.5rem), #c9e7ff 100%);
}
@media screen and (max-width: 767px) {
  .c_blue .buttonSlash::before {
    background: -webkit-repeating-linear-gradient(315deg, #c9e7ff, #c9e7ff 55%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) calc(100% - 8rem), #c9e7ff calc(100% - 8rem), #c9e7ff 100%);
    background: repeating-linear-gradient(135deg, #c9e7ff, #c9e7ff 55%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) calc(100% - 8rem), #c9e7ff calc(100% - 8rem), #c9e7ff 100%);
  }
}
.c_blue .h3.h3_gh::before {
  background-image: url(../img/common/h3_line_blue.svg);
}
@media screen and (max-width: 767px) {
  .c_blue .h3.h3_gh::before {
    background-image: url(../img/common/h3_line_blue_sp.svg);
  }
}
.c_blue .h3.h3_gh.h3_gh_white::before {
  background-image: url(../img/common/h3_line_blue_white.svg);
}
@media screen and (max-width: 767px) {
  .c_blue .h3.h3_gh.h3_gh_white::before {
    background-image: url(../img/common/h3_line_blue_white_sp.svg);
  }
}
.c_blue .h4.h4_gh::before {
  background-image: url(../img/common/h4_ob_blue.png);
}
.c_blue .p_fixed_bg_color::before {
  background-color: #32aaff;
}
.c_blue .p_fixed_bg_color::after {
  background-color: #d7e6f1;
}

.c_green h2.h2_gh.gh_01::before {
  background-image: url(../img/common/h2_green_gh1.png);
}
.c_green h2.h2_gh.gh_02::before {
  background-image: url(../img/common/h2_green_gh2.png);
}
.c_green h2.h2_gh.gh_03::before {
  background-image: url(../img/common/h2_green_gh3.png);
}
.c_green h2.h2_gh.gh_04::before {
  background-image: url(../img/common/h2_green_gh4.png);
}
.c_green h2.h2_gh.gh_05::before {
  background-image: url(../img/common/h2_green_gh5.png);
}
.c_green h2.h2_gh.gh_06::before {
  background-image: url(../img/common/h2_green_gh6.png);
}
.c_green h2.h2_gh.gh_07::before {
  background-image: url(../img/common/h2_green_gh7.png);
}
.c_green h2.h2_gh.gh_08::before {
  background-image: url(../img/common/h2_green_gh8.png);
}
.c_green .p_toggle_wrap,
.c_green .p_bg {
  background-image: url(../img/common/bg_noise_green.png);
}
.c_green .p_head_breadcrumb li:not(:first-child)::before,
.c_green .toc-underline,
.c_green .menu-item::before {
  background-color: #0FB4B0;
}
.c_green .p_head_wrap::before {
  background-image: url(../img/page/p_head_green.svg);
}
.c_green .buttonSlash {
  background-image: url(../img/common/bg_noise_green_light.png);
}
.c_green .buttonSlash::before {
  background: -webkit-repeating-linear-gradient(315deg, #c7f5f4, #c7f5f4 55%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) calc(100% - 12.5rem), #c7f5f4 calc(100% - 12.5rem), #c7f5f4 100%);
  background: repeating-linear-gradient(135deg, #c7f5f4, #c7f5f4 55%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) calc(100% - 12.5rem), #c7f5f4 calc(100% - 12.5rem), #c7f5f4 100%);
}
@media screen and (max-width: 767px) {
  .c_green .buttonSlash::before {
    background: -webkit-repeating-linear-gradient(315deg, #c7f5f4, #c7f5f4 55%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) calc(100% - 8rem), #c7f5f4 calc(100% - 8rem), #c7f5f4 100%);
    background: repeating-linear-gradient(135deg, #c7f5f4, #c7f5f4 55%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) calc(100% - 8rem), #c7f5f4 calc(100% - 8rem), #c7f5f4 100%);
  }
}
.c_green .h3.h3_gh::before {
  background-image: url(../img/common/h3_line_green.svg);
}
@media screen and (max-width: 767px) {
  .c_green .h3.h3_gh::before {
    background-image: url(../img/common/h3_line_green_sp.svg);
  }
}
.c_green .h3.h3_gh.h3_gh_white::before {
  background-image: url(../img/common/h3_line_green_white.svg);
}
@media screen and (max-width: 767px) {
  .c_green .h3.h3_gh.h3_gh_white::before {
    background-image: url(../img/common/h3_line_green_white_sp.svg);
  }
}
.c_green .h4.h4_gh::before {
  background-image: url(../img/common/h4_ob_green.png);
}
.c_green .p_fixed_bg_color::before {
  background-color: #0fb4b0;
}
.c_green .p_fixed_bg_color::after {
  background-color: #bfd2d2;
}

.c_orange h2.h2_gh.gh_01::before {
  background-image: url(../img/common/h2_orange_gh1.png);
}
.c_orange h2.h2_gh.gh_02::before {
  background-image: url(../img/common/h2_orange_gh2.png);
}
.c_orange h2.h2_gh.gh_03::before {
  background-image: url(../img/common/h2_orange_gh3.png);
}
.c_orange h2.h2_gh.gh_04::before {
  background-image: url(../img/common/h2_orange_gh4.png);
}
.c_orange h2.h2_gh.gh_05::before {
  background-image: url(../img/common/h2_orange_gh5.png);
}
.c_orange h2.h2_gh.gh_06::before {
  background-image: url(../img/common/h2_orange_gh6.png);
}
.c_orange h2.h2_gh.gh_07::before {
  background-image: url(../img/common/h2_orange_gh7.png);
}
.c_orange h2.h2_gh.gh_08::before {
  background-image: url(../img/common/h2_orange_gh8.png);
}
.c_orange .p_toggle_wrap,
.c_orange .p_bg {
  background-image: url(../img/common/bg_noise_orange.png);
}
.c_orange .p_head_breadcrumb li:not(:first-child)::before,
.c_orange .toc-underline,
.c_orange .menu-item::before {
  background-color: #F18F4D;
}
.c_orange .p_head_wrap::before {
  background-image: url(../img/page/p_head_orange.svg);
}
.c_orange .buttonSlash {
  background-image: url(../img/common/bg_noise_orange_dark2.png);
}
.c_orange .buttonSlash::before {
  background: -webkit-repeating-linear-gradient(315deg, #ffedd3, #ffedd3 55%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) calc(100% - 12.5rem), #ffedd3 calc(100% - 12.5rem), #ffedd3 100%);
  background: repeating-linear-gradient(135deg, #ffedd3, #ffedd3 55%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) calc(100% - 12.5rem), #ffedd3 calc(100% - 12.5rem), #ffedd3 100%);
}
@media screen and (max-width: 767px) {
  .c_orange .buttonSlash::before {
    background: -webkit-repeating-linear-gradient(315deg, #ffedd3, #ffedd3 55%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) calc(100% - 8rem), #ffedd3 calc(100% - 8rem), #ffedd3 100%);
    background: repeating-linear-gradient(135deg, #ffedd3, #ffedd3 55%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) calc(100% - 8rem), #ffedd3 calc(100% - 8rem), #ffedd3 100%);
  }
}
.c_orange .h3.h3_gh::before {
  background-image: url(../img/common/h3_line_orange.svg);
}
@media screen and (max-width: 767px) {
  .c_orange .h3.h3_gh::before {
    background-image: url(../img/common/h3_line_orange_sp.svg);
  }
}
.c_orange .h3.h3_gh.h3_gh_white::before {
  background-image: url(../img/common/h3_line_orange_white.svg);
}
@media screen and (max-width: 767px) {
  .c_orange .h3.h3_gh.h3_gh_white::before {
    background-image: url(../img/common/h3_line_orange_white_sp.svg);
  }
}
.c_orange .h4.h4_gh::before {
  background-image: url(../img/common/h4_ob_orange.png);
}
.c_orange .p_fixed_bg_color::before {
  background-color: #f18f4d;
}
.c_orange .p_fixed_bg_color::after {
  background-color: #ffe0b2;
}

/*======================================
    Heading
======================================*/
.hg1 {
  text-align: right;
}
.hg1.not_found h1 {
  font-size: 6rem;
  line-height: 1.1;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.01em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .hg1.not_found h1 {
    font-size: 3rem;
    line-height: 1.3;
    letter-spacing: -0.03em;
  }
}
.hg1.not_found p {
  font-weight: 600;
  font-family: "Noto Sans JP", serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .hg1.not_found p {
    font-size: 1.0625rem;
    margin-top: 0.5rem;
  }
}
.hg1 h1,
.hg1 .h1 {
  font-size: 4.75rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .hg1 h1,
  .hg1 .h1 {
    font-size: 2.5rem;
  }
}
.hg1 p {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .hg1 p {
    font-size: 1rem;
  }
}

.hg2 h2 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .hg2 h2 {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
}
.hg2 p {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .hg2 p {
    font-size: 0.75rem;
    margin-top: 0.375rem;
  }
}

.hg2_gh {
  margin-bottom: 4rem;
}
.hg2_gh p {
  padding-left: 5.375rem;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .hg2_gh p {
    padding-left: 3.5rem;
    margin-top: 0.375rem;
    font-size: 0.75rem;
  }
}
.hg2_gh h2.h2_gh {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.hg2_gh h2.h2_gh::before {
  top: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.h2_gr .h2_gh {
  margin-bottom: 0;
}
.h2_gr .h2_gh,
.h2_gr .h2_gr_contents {
  padding: 0.5rem 0 0 5.375rem;
}
@media screen and (max-width: 767px) {
  .h2_gr .h2_gh,
  .h2_gr .h2_gr_contents {
    padding: 0 0 0 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .h2_gr .h2_gr_contents {
    margin-top: 0.5rem;
  }
}

.h2_gh {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
  position: relative;
  padding: 1.625rem 0 1.375rem 5.375rem;
  margin-bottom: 4rem;
}
.h2_gh span.sm {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .h2_gh span.sm {
    font-size: 0.875rem;
    display: block;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .h2_gh {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    margin-bottom: 2rem;
    padding: 1.125rem 0 1.125rem 3.5rem;
  }
}
.h2_gh::before {
  content: "";
  position: absolute;
  left: 0;
  width: 3.375rem;
  height: 6.75rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .h2_gh::before {
    width: 2.25rem;
    height: 4.5rem;
  }
}
.h2_gh.gh_01::before {
  background-image: url(../img/common/h2_yellow_gh1.png);
}
.h2_gh.gh_02::before {
  background-image: url(../img/common/h2_yellow_gh2.png);
}
.h2_gh.gh_03::before {
  background-image: url(../img/common/h2_yellow_gh3.png);
}
.h2_gh.gh_04::before {
  background-image: url(../img/common/h2_yellow_gh4.png);
}
.h2_gh.gh_05::before {
  background-image: url(../img/common/h2_yellow_gh5.png);
}
.h2_gh.gh_06::before {
  background-image: url(../img/common/h2_yellow_gh6.png);
}
.h2_gh.gh_07::before {
  background-image: url(../img/common/h2_yellow_gh7.png);
}
.h2_gh.gh_08::before {
  background-image: url(../img/common/h2_yellow_gh8.png);
}

.h2 {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .h2 {
    margin-bottom: 2rem;
  }
}
.h2.h2_line {
  position: relative;
  z-index: 1;
}
.h2.h2_line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 25rem;
  height: 1rem;
  background: url(../img/common/bg_yellow.svg) no-repeat center/cover;
  z-index: -1;
  -webkit-transform: translateX(-0.5em) skewX(-45deg);
          transform: translateX(-0.5em) skewX(-45deg);
}
@media screen and (max-width: 767px) {
  .h2.h2_line::before {
    max-width: 17rem;
    -webkit-transform: skewX(-45deg);
            transform: skewX(-45deg);
  }
}
@media screen and (max-width: 767px) {
  .h2.h2_line {
    padding-left: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .h2 {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
}

.hg2_en .hg2_en_en {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.3;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  .hg2_en .hg2_en_en {
    font-size: 2rem;
  }
}
.hg2_en .hg2_en_jp {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .hg2_en .hg2_en_jp {
    font-size: 1.0625rem;
    margin-top: 0.75rem;
  }
}

.h3 {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 2.5rem;
}
.h3 span.sm {
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", serif;
  display: inline-block;
  margin-left: 1em;
  font-weight: 400;
}
.h3 span.genre {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.02em;
  display: inline-block;
  vertical-align: middle;
  border-radius: 625rem;
  color: #FFF;
  background-color: #4694D1;
  padding: 0.625rem 0.875rem;
  min-width: 5.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .h3 span.genre {
    margin-right: 0.75rem;
    margin-bottom: 0.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .h3 span.genre {
    font-size: 0.75rem;
    min-width: 4.625rem;
    margin-bottom: 0.5rem;
  }
}
.h3 span.genre.green {
  background-color: #0FB4B0;
}
.h3 span.genre.yellow {
  background-color: #F8B417;
}
.h3 span.genre.orange {
  background-color: #F18F4D;
}
.h3 span.genre.blue {
  background-color: #4694D1;
}
.h3.h3_gh {
  padding-bottom: 2.3125rem;
  position: relative;
}
.h3.h3_gh::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.3125rem;
  background: url(../img/common/h3_line_yellow.svg) no-repeat center left/cover;
}
@media screen and (max-width: 767px) {
  .h3.h3_gh::before {
    height: 1.6875rem;
    background-image: url(../img/common/h3_line_yellow_sp.svg);
  }
}
@media screen and (max-width: 767px) {
  .h3.h3_gh {
    padding-bottom: 1.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .h3 {
    font-size: 1.3125rem;
    margin-bottom: 2rem;
  }
}

.h3_marker .marker {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(#F8B417), to(#F8B417));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) calc(100% - 0.25rem), #F8B417 calc(100% - 0.25rem), #F8B417 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) calc(100% - 0.25rem), #F8B417 calc(100% - 0.25rem), #F8B417 100%);
}

.h4 {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.h4.h4_gh {
  padding-left: 2.0625rem;
  position: relative;
}
.h4.h4_gh::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translateY(0.5625rem);
          transform: translateY(0.5625rem);
  background: url(../img/common/h4_ob_yellow.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .h4.h4_gh::before {
    width: 1.25rem;
    height: 1.25rem;
    -webkit-transform: translateY(35%);
            transform: translateY(35%);
  }
}
@media screen and (max-width: 767px) {
  .h4.h4_gh {
    padding-left: 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .h4 {
    font-size: 1.125rem;
  }
}

.h5 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .h5 {
    font-size: 1.0625rem;
    letter-spacing: 0.02em;
  }
}

/*======================================
    Text
======================================*/
.txtM {
  font-size: 1.0625rem;
  padding-bottom: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.9;
}
.txtM.no_space {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .txtM {
    font-size: 1rem;
    padding-bottom: 1rem;
  }
}

.txtS {
  font-size: 0.9375rem;
  padding-bottom: 1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.9;
}
.txtS.no_space {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .txtS {
    font-size: 0.875rem;
  }
}

.txtC {
  font-size: 0.8125rem;
  padding-bottom: 0.5rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.9;
}
.txtC.no_space {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .txtC {
    font-size: 0.75rem;
    padding-bottom: 1rem;
  }
}

.txt_center {
  text-align: center;
}

.cp_space {
  margin-top: 1.5rem;
}

.no_bottom {
  padding-bottom: 0;
}

.cp_spaceS {
  margin-top: 1rem;
}

strong {
  font-weight: 700;
}

.underline {
  text-decoration: underline;
}

.marker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(255, 255, 255, 0)), color-stop(70%, #F8B417), to(#F8B417));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 70%, #F8B417 70%, #F8B417 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, #F8B417 70%, #F8B417 100%);
}

.txt_accent {
  color: #ff0000;
}

.t_orange {
  color: #F18F4D;
}

.t_green {
  color: #0FB4B0;
}

.t_blue {
  color: #4694D1;
}

.t_yellow {
  color: #F8B417;
}

/*======================================
    Link
======================================*/
.link_out {
  display: inline-block;
  padding-right: 1.23em;
  position: relative;
}
.link_out::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.923em;
  height: 0.923em;
  background: url(../img/common/icon_arrow_out_white.svg) no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.arrow_link {
  display: inline-block;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.9;
  padding-left: 3rem;
  position: relative;
}
.arrow_link.arrow_link_anchor::before, .arrow_link.arrow_link_anchor::after {
  -webkit-transform: translateY(-4%) rotate(90deg);
          transform: translateY(-4%) rotate(90deg);
}
.arrow_link.no_under {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .arrow_link {
    font-size: 1rem;
    padding-left: 2.75rem;
  }
}
.arrow_link:hover, .arrow_link:focus {
  text-decoration: underline;
}
.arrow_link:hover::before, .arrow_link:focus::before {
  opacity: 0;
}
.arrow_link:hover::after, .arrow_link:focus::after {
  opacity: 1;
}
.arrow_link::before, .arrow_link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-4%);
          transform: translateY(-4%);
  width: 2.25rem;
  height: 2.25rem;
  background: url(../img/common/icon_arrow_circle_white.svg) no-repeat center/contain;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .arrow_link::before, .arrow_link::after {
    width: 2rem;
    height: 2rem;
  }
}
.arrow_link::before {
  background-image: url(../img/common/icon_arrow_circle_white.svg);
}
.arrow_link::after {
  background-image: url(../img/common/icon_arrow_circle_black.svg);
  opacity: 0;
}
.arrow_link:visited {
  color: #333;
}
.arrow_link.disabled {
  pointer-events: none;
}

.arrow_link_out::before, .arrow_link_out::after {
  -webkit-transform: translateY(-4%) rotate(-45deg);
          transform: translateY(-4%) rotate(-45deg);
}

.link_text {
  color: #0000EE;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.link_text:hover, .link_text:focus {
  opacity: 0.7;
}
.link_text:visited {
  color: #333;
}

.link_text_out {
  margin-right: 1.5rem;
  position: relative;
}
.link_text_out:hover::after, .link_text_out:focus::after {
  -webkit-transform: translate(0.1em, calc(-50% - 0.1em));
          transform: translate(0.1em, calc(-50% - 0.1em));
}
.link_text_out::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -1.4em;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  width: 0.94em;
  height: 0.94em;
  background: url(../img/common/icon_arrow_out.svg) no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.arrow_link_lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 1.5rem;
}

.icon_pdf {
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  background: url(../img/common/icon_pdf.svg) no-repeat center/contain;
  margin-left: 0.2em;
  display: inline-block;
}

/*======================================
    button
======================================*/
.button_column {
  display: grid;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .button_column {
    row-gap: 1rem;
    grid-template-columns: 1fr;
  }
}

.button_column2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .button_column2 {
    grid-template-columns: 1fr;
  }
}

.button_column3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .button_column3 {
    grid-template-columns: 1fr;
  }
}

.button_column_item {
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}
.button_column_item:hover::before {
  opacity: 1;
}
.button_column_item:hover .buttonSlash::after {
  opacity: 0;
}
.button_column_item::before {
  content: "";
  position: absolute;
  bottom: 1.5rem;
  right: 1.5625rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/common/icon_arrow_circle_trans.svg) no-repeat center/contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 2;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .button_column_item::before {
    width: 2rem;
    height: 2rem;
    bottom: 1rem;
    right: 1rem;
  }
}

.buttonSlash {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding: 2rem 5.625rem 2rem 2rem;
  min-height: 10rem;
  height: 100%;
  background-color: #ffef43;
  background: url(../img/common/bg_noise_yellow_dark.png) repeat;
  background-size: 16rem;
  position: relative;
  z-index: 1;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  .buttonSlash {
    font-size: 1.3125rem;
    padding: 1.5rem 4.5rem 1.5rem 1.5rem;
    min-height: 7rem;
  }
}
.buttonSlash::before {
  content: "";
  position: absolute;
  mix-blend-mode: multiply;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: 0;
  right: 0;
  width: 85.625rem;
  height: 200%;
  background: -webkit-repeating-linear-gradient(315deg, #ffef43, #ffef43 55%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) calc(100% - 12.5rem), #ffef43 calc(100% - 12.5rem), #ffef43 100%);
  background: repeating-linear-gradient(135deg, #ffef43, #ffef43 55%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) calc(100% - 12.5rem), #ffef43 calc(100% - 12.5rem), #ffef43 100%);
}
@media screen and (max-width: 767px) {
  .buttonSlash::before {
    background: -webkit-repeating-linear-gradient(315deg, #ffef43, #ffef43 55%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) calc(100% - 8rem), #ffef43 calc(100% - 8rem), #ffef43 100%);
    background: repeating-linear-gradient(135deg, #ffef43, #ffef43 55%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) calc(100% - 8rem), #ffef43 calc(100% - 8rem), #ffef43 100%);
  }
}
.buttonSlash:hover::before {
  -webkit-transform: translate(58%, 58%);
          transform: translate(58%, 58%);
  -webkit-transform: translateX(58%);
          transform: translateX(58%);
}
.buttonSlash:hover::after {
  background: url(../img/common/icon_arrow_circle_trans.svg) no-repeat center/contain;
}
.buttonSlash::after {
  content: "";
  position: absolute;
  bottom: 1.5rem;
  right: 1.5625rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/common/icon_arrow_circle.svg) no-repeat center/contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .buttonSlash::after {
    width: 2rem;
    height: 2rem;
    bottom: 1rem;
    right: 1rem;
  }
}
.buttonSlash span {
  display: block;
  font-size: 0.875rem;
  line-height: 1.1;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .buttonSlash span {
    font-size: 0.75rem;
    margin-top: 0.5rem;
  }
}
.buttonSlash .en {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.buttonM {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #333;
  border: 1px solid #333;
  color: #FFF;
  text-align: center;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  max-width: 100%;
  display: inline-block;
  border-radius: 625rem;
  position: relative;
  font-size: 0.9375rem;
  line-height: 1.0666666667;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 1.25rem 3.125rem;
  cursor: pointer;
  min-width: 17.5rem;
}
@media screen and (max-width: 767px) {
  .buttonM {
    width: 100%;
  }
}
.buttonM .icon_pdf {
  margin-right: 0.5em;
}
.buttonM:hover, .buttonM:focus {
  background-color: #FFF;
  color: #333;
}
.buttonM:hover::before, .buttonM:focus::before {
  background-image: url(../img/common/icon_arrow_button_white.svg);
}
.buttonM::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/icon_arrow_button.svg) no-repeat center/contain;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.buttonM.button_center {
  margin-left: auto;
  margin-right: auto;
}
.buttonM.button_out::before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.buttonM.-back::before {
  right: unset;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .buttonM.sp_button_full {
    max-width: 100%;
  }
}
.buttonM:disabled {
  color: rgba(255, 255, 255, 0.4);
  pointer-events: none;
}
.buttonM:disabled::before {
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .buttonM {
    max-width: 17.5rem;
  }
}
.buttonM::before {
  right: 1.5rem;
}
.buttonM.-back::before {
  left: 1.5rem;
}

.buttonL {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #333;
  border: 1px solid #333;
  color: #FFF;
  text-align: center;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  max-width: 100%;
  display: inline-block;
  border-radius: 625rem;
  position: relative;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 2rem 3.25rem;
}
@media screen and (max-width: 767px) {
  .buttonL {
    width: 100%;
  }
}
.buttonL .icon_pdf {
  margin-right: 0.5em;
}
.buttonL:hover, .buttonL:focus {
  background-color: #FFF;
  color: #333;
}
.buttonL:hover::before, .buttonL:focus::before {
  background-image: url(../img/common/icon_arrow_button_white.svg);
}
.buttonL::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/icon_arrow_button.svg) no-repeat center/contain;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.buttonL.button_center {
  margin-left: auto;
  margin-right: auto;
}
.buttonL.button_out::before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.buttonL.-back::before {
  right: unset;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .buttonL.sp_button_full {
    max-width: 100%;
  }
}
.buttonL:disabled {
  color: rgba(255, 255, 255, 0.4);
  pointer-events: none;
}
.buttonL:disabled::before {
  opacity: 0.4;
}
@media screen and (min-width: 768px) {
  .buttonL {
    min-width: 23.75rem;
  }
}
@media screen and (max-width: 767px) {
  .buttonL {
    font-size: 1.0625rem;
    letter-spacing: 0.02em;
    padding: 1.5rem;
    max-width: 15rem;
    width: 100%;
  }
  .buttonL.sp_no_max {
    max-width: 100%;
  }
}
.buttonL::before {
  right: 2rem;
}
@media screen and (max-width: 767px) {
  .buttonL::before {
    right: 1.5rem;
  }
}
.buttonL.-back::before {
  left: 2rem;
}
@media screen and (max-width: 767px) {
  .buttonL.-back::before {
    left: 1.5rem;
  }
}

/*======================================
    Link
======================================*/
a.link_underline {
  display: inline-block;
  text-decoration: underline;
}

/*======================================
    Toggle
======================================*/
.p_toggle_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p_toggle_wrap:nth-of-type(even) {
  background: url(../img/common/bg_noise_white.png) repeat;
  background-size: 16rem;
}
.p_toggle_wrap:first-of-type {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p_toggle_wrap:first-of-type {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
}
.p_toggle_wrap:last-of-type {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p_toggle_wrap:last-of-type {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
}

.p_toggle_head,
.p_toggle_contents {
  padding: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p_toggle_head,
  .p_toggle_contents {
    padding: 1.875rem 1.5rem;
  }
}

.p_toggle_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  padding: 3.5rem;
  cursor: pointer;
}
.p_toggle_head .hg2_gh,
.p_toggle_head .h2 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p_toggle_head {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    padding: 1.875rem 1.5rem;
  }
}

.p_toggle_contents {
  padding: 0.5rem 3.5rem 3.5rem;
}
@media screen and (max-width: 767px) {
  .p_toggle_contents {
    padding: 1.875rem 1.5rem;
  }
}

.p_toggle_button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  width: 3.5rem;
  height: 3.5rem;
  background: url(../img/common/icon_toggle.svg) no-repeat center/contain;
  display: block;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-left: auto;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p_toggle_button {
    width: 2rem;
    margin-top: 0.5rem;
  }
}
.p_toggle_button.active {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p_toggle_button:hover, .p_toggle_button:focus {
  cursor: pointer;
}

.p_toggle_close {
  font-family: "Inter", sans-serif;
  letter-spacing: -0.03em;
  font-size: 1.125rem;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  background: #333;
  color: #FFF;
  width: 100%;
  max-width: 17.5rem;
  height: 4.5rem;
  border-radius: 625rem;
  margin: 3.5rem auto 2rem;
}
@media screen and (max-width: 767px) {
  .p_toggle_close {
    font-size: 0.9375rem;
    max-width: 11.5rem;
    height: 3rem;
    margin: 1.5rem auto 0.5rem;
  }
}
.p_toggle_close.active {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.p_toggle_close::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: url(../img/common/icon_close_white.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p_toggle_close::before {
    right: 1.25rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}

/*======================================
    form
======================================*/
.p_form_wrap {
  display: grid;
  grid-template-columns: 20rem auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7.5rem;
     -moz-column-gap: 7.5rem;
          column-gap: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p_form_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .p_form_head {
    width: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .p_form_head .p_form_head_text {
    font-size: 1rem;
    margin-top: 2.5rem;
  }
}

.p_form_body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form_lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}

.form_block {
  padding-bottom: 3.5rem;
  margin-bottom: 3.5rem;
  border-bottom: 1px solid #EEE;
}

.form_list {
  display: grid;
  grid-template-columns: 8.75rem auto;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  padding-right: 2px;
  padding-left: 2px;
}
@media screen and (max-width: 767px) {
  .form_list {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
}
.form_list:not(.form_list_items) dt {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 60px;
}
.form_list dt {
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form_list dt.form_list_head_top {
  -webkit-align-self: start;
      -ms-flex-item-align: start;
          align-self: start;
}
.form_input_sub {
  margin-top: 1rem;
}

.form_caption {
  margin-top: 0.5rem;
}

.form_required label {
  display: inline-block;
  position: relative;
}
.form_required label::before {
  content: "*";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  color: #ff0000;
}

.form_button {
  margin: 3.5rem auto 0;
  display: block;
}
.form_back_button {
  text-align: center;
  display: block;
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: unset;
  font-size: 1.0625rem;
  font-weight: 400;
  font-family: inherit;
  line-height: 1.9;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .form_back_button {
    font-size: 1rem;
  }
}

.form_area_preview {
  display: none;
}

.form_preview_text {
  font-size: 0.9375rem;
  line-height: 1.9;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .form_preview_text {
    font-size: 1rem;
  }
}

.wpcf7-form .wpcf7-list-item {
  margin-left: 0 !important;
  display: block;
}
.wpcf7-form .wpcf7-not-valid-tip {
  color: #EC0000;
  font-size: 0.8125rem;
  line-height: 1.9;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 0.75rem;
  }
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=date],
.wpcf7-form textarea,
.wpcf7-form select {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #F7F7F7;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", serif;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px;
  padding: 16px;
  width: 100%;
  max-width: 100%;
  display: block;
  font-weight: 400;
  color: #333;
  border: 1px solid #F7F7F7;
}
@media screen and (max-width: 767px) {
  .wpcf7-form input[type=text],
  .wpcf7-form input[type=email],
  .wpcf7-form input[type=tel],
  .wpcf7-form input[type=date],
  .wpcf7-form textarea,
  .wpcf7-form select {
    font-size: 16px;
  }
}
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form input[type=date]:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
  outline: 2px solid #F8B417;
}
.wpcf7-form input[type=text]:disabled,
.wpcf7-form input[type=email]:disabled,
.wpcf7-form input[type=tel]:disabled,
.wpcf7-form input[type=date]:disabled,
.wpcf7-form textarea:disabled,
.wpcf7-form select:disabled {
  background-color: #dddddd;
}
.wpcf7-form input[type=text]::-webkit-input-placeholder, .wpcf7-form input[type=email]::-webkit-input-placeholder, .wpcf7-form input[type=tel]::-webkit-input-placeholder, .wpcf7-form input[type=date]::-webkit-input-placeholder, .wpcf7-form textarea::-webkit-input-placeholder, .wpcf7-form select::-webkit-input-placeholder {
  color: #A6A6A6;
}
.wpcf7-form input[type=text]::-moz-placeholder, .wpcf7-form input[type=email]::-moz-placeholder, .wpcf7-form input[type=tel]::-moz-placeholder, .wpcf7-form input[type=date]::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder, .wpcf7-form select::-moz-placeholder {
  color: #A6A6A6;
}
.wpcf7-form input[type=text]:-ms-input-placeholder, .wpcf7-form input[type=email]:-ms-input-placeholder, .wpcf7-form input[type=tel]:-ms-input-placeholder, .wpcf7-form input[type=date]:-ms-input-placeholder, .wpcf7-form textarea:-ms-input-placeholder, .wpcf7-form select:-ms-input-placeholder {
  color: #A6A6A6;
}
.wpcf7-form input[type=text]::-ms-input-placeholder, .wpcf7-form input[type=email]::-ms-input-placeholder, .wpcf7-form input[type=tel]::-ms-input-placeholder, .wpcf7-form input[type=date]::-ms-input-placeholder, .wpcf7-form textarea::-ms-input-placeholder, .wpcf7-form select::-ms-input-placeholder {
  color: #A6A6A6;
}
.wpcf7-form input[type=text]::placeholder,
.wpcf7-form input[type=email]::placeholder,
.wpcf7-form input[type=tel]::placeholder,
.wpcf7-form input[type=date]::placeholder,
.wpcf7-form textarea::placeholder,
.wpcf7-form select::placeholder {
  color: #A6A6A6;
}
.wpcf7-form input[type=text].wpcf7-not-valid,
.wpcf7-form input[type=email].wpcf7-not-valid,
.wpcf7-form input[type=tel].wpcf7-not-valid,
.wpcf7-form input[type=date].wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid,
.wpcf7-form select.wpcf7-not-valid {
  background-color: #ffdede !important;
  color: #EC0000 !important;
  border-color: #EC0000 !important;
}
.wpcf7-form input[type=date] {
  background-color: #FFF !important;
  border-color: #333 !important;
  position: relative;
}
.wpcf7-form input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 1.25rem 1.25rem;
  background-position: right 2.25rem center;
}
.wpcf7-form select {
  background-image: url(../img/common/icon_arrow_down.svg);
  background-repeat: no-repeat;
  background-position: center right 16px;
  background-size: 24px 24px;
  padding-right: 48px;
  border-color: #333;
  background-color: #FFF;
}
.wpcf7-form textarea {
  resize: vertical;
  height: 6rem;
}
.wpcf7-form input[type=radio] {
  display: none;
}
.wpcf7-form .wpcf7-radio {
  display: block;
}
.wpcf7-form .wpcf7-radio.wpcf7-not-valid .wpcf7-list-item-label {
  color: #EC0000;
}
.wpcf7-form .wpcf7-radio.wpcf7-not-valid .wpcf7-list-item-label::before {
  border-color: #EC0000;
  background-color: #ffdede;
}
.wpcf7-form .wpcf7-radio.wpcf7-not-valid .wpcf7-list-item-label::after {
  background-color: #EC0000;
}
.wpcf7-form .wpcf7-radio input:focus + .wpcf7-list-item-label::before {
  border-color: #333;
}
.wpcf7-form .wpcf7-radio input:disabled + .wpcf7-list-item-label::before {
  background-color: #DDDDDD;
}
.wpcf7-form .wpcf7-radio input:checked + .wpcf7-list-item-label::after {
  visibility: visible;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item-label {
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  display: block;
  padding-left: 26px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wpcf7-form .wpcf7-radio .wpcf7-list-item-label {
    font-size: 16px;
  }
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #D6D6D6;
  background-color: #FFF;
  border-radius: 50%;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
  width: 14px;
  height: 14px;
  background-color: #333;
  border-radius: 50%;
  visibility: hidden;
}
.wpcf7-form .wpcf7-checkbox.wpcf7-not-valid .wpcf7-list-item-label,
.wpcf7-form .wpcf7-acceptance.wpcf7-not-valid .wpcf7-list-item-label {
  color: #EC0000;
}
.wpcf7-form .wpcf7-checkbox.wpcf7-not-valid .wpcf7-list-item-label::before,
.wpcf7-form .wpcf7-acceptance.wpcf7-not-valid .wpcf7-list-item-label::before {
  background-color: #ffdede;
  border-color: #EC0000;
}
.wpcf7-form .wpcf7-checkbox.wpcf7-not-valid .wpcf7-list-item-label::after,
.wpcf7-form .wpcf7-acceptance.wpcf7-not-valid .wpcf7-list-item-label::after {
  background-image: url(../img/common/icon_check_error.svg);
}
.wpcf7-form .wpcf7-checkbox input,
.wpcf7-form .wpcf7-acceptance input {
  display: none;
}
.wpcf7-form .wpcf7-checkbox input:focus + .wpcf7-list-item-label::before,
.wpcf7-form .wpcf7-acceptance input:focus + .wpcf7-list-item-label::before {
  border-color: #333;
}
.wpcf7-form .wpcf7-checkbox input:checked + .wpcf7-list-item-label::after,
.wpcf7-form .wpcf7-acceptance input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  visibility: visible;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
  display: block;
  padding-left: 34px;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 1.9;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item-label::before,
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 2px solid #D6D6D6;
  background-color: #FFF;
  cursor: pointer;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item-label::after,
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  -webkit-transform: translate(20%, 10%);
          transform: translate(20%, 10%);
  width: 18px;
  height: 18px;
  background: url(../img/common/icon_check.svg) no-repeat center/contain;
  visibility: hidden;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item-label a,
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label a {
  text-decoration: underline;
  color: #0000EE;
}
.wpcf7-form .wpcf7-checkbox,
.wpcf7-form .wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
}
.wpcf7-form .form_list_flex .wpcf7-checkbox,
.wpcf7-form .form_list_flex .wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}

.p_form_secure {
  padding: 2.5rem;
  border: 1px solid #D6D6D6;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p_form_secure {
    padding: 1.5rem;
    border-radius: 0.5rem;
  }
}

.p_form_secure_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p_form_secure_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p_form_secure_text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p_form_secure_img {
  width: 5.4375rem;
}
@media screen and (max-width: 767px) {
  .p_form_secure_img {
    margin-left: auto;
    margin-right: auto;
  }
}

.form_ttl {
  margin-bottom: 1rem;
}

/*======================================
    image
======================================*/
.brM {
  display: block;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .brM {
    border-radius: 0.5rem;
  }
}

.brS {
  display: block;
  border-radius: 0.5rem;
}

/*======================================
    column
======================================*/
.p_column2_g50 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  row-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p_column2_g50 {
    grid-template-columns: 1fr;
  }
}

.p_column2_g48 {
  display: grid;
  grid-template-columns: auto 30rem;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  row-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p_column2_g48 {
    grid-template-columns: 1fr;
    row-gap: 3rem;
  }
}

.p_column2_g58 {
  display: grid;
  grid-template-columns: auto 36.25rem;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  row-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p_column2_g58 {
    grid-template-columns: 1fr;
    row-gap: 3rem;
  }
}

.p_column2_g38 {
  display: grid;
  grid-template-columns: auto 23.75rem;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  row-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p_column2_g38 {
    grid-template-columns: 1fr;
    row-gap: 3rem;
  }
}

.g40 {
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 1.5rem;
}

.g80 {
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  row-gap: 1.5rem;
}

/*======================================
    sns
======================================*/
.sns_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 0.75rem;
}

.sns_list_item {
  width: 1.5rem;
}

.sns_list_item_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.sns_list_item_link:hover {
  opacity: 0.7;
}

/*======================================
    image
======================================*/
.img_center {
  margin-left: auto;
  margin-right: auto;
}

/*======================================
    side link
======================================*/
.sidelinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 100;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.sidelinks.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .sidelinks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    bottom: 0;
    right: 0;
  }
  .sidelinks.scroll {
    -webkit-transform: translateY(-5.625rem);
            transform: translateY(-5.625rem);
  }
}
@media screen and (max-width: 767px) {
  .sidelinks {
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.sidelinks_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.25rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.1666666667;
  font-weight: 600;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sidelinks_item {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    font-size: 0.5625rem;
    height: 2.5rem;
    gap: 0.5rem;
    line-height: 1.1;
  }
}
.sidelinks_item:hover, .sidelinks_item:focus {
  opacity: 0.7;
}
.sidelinks_item:nth-child(1) {
  background-color: #48b9ff;
  padding: 0.75rem 0;
}
@media screen and (max-width: 767px) {
  .sidelinks_item:nth-child(1) {
    padding: 0;
  }
}
.sidelinks_item:nth-child(1) .icon {
  height: 1.3125rem;
  width: 2rem;
}
@media screen and (max-width: 767px) {
  .sidelinks_item:nth-child(1) .icon {
    margin-bottom: 0;
    height: 1.1875rem;
    width: 1.75rem;
  }
}
.sidelinks_item:nth-child(2) {
  background-color: #ffff5d;
  line-height: 1.2083333333;
  padding: 0.75rem 0;
}
@media screen and (max-width: 767px) {
  .sidelinks_item:nth-child(2) {
    padding: 0;
  }
}
.sidelinks_item:nth-child(2) .icon {
  height: 1.5rem;
  width: 1.375rem;
}
@media screen and (max-width: 767px) {
  .sidelinks_item:nth-child(2) .icon {
    height: 1.25rem;
    width: 1.0625rem;
  }
}
.sidelinks_item:nth-child(3) {
  background-color: #ee762b;
  padding: 1.9375rem 0;
}
@media screen and (max-width: 767px) {
  .sidelinks_item:nth-child(3) {
    padding: 0;
  }
}
.sidelinks_item:nth-child(3) .icon {
  height: 1.75rem;
  width: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .sidelinks_item:nth-child(3) .icon {
    height: 1.3125rem;
    width: 1rem;
  }
}
.sidelinks_item:nth-child(3) .text {
  letter-spacing: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .sidelinks_item:nth-child(3) .text {
    letter-spacing: 0;
  }
}
.sidelinks_item:nth-child(4) {
  background-color: #06c755;
  color: #FFF;
}
.sidelinks_item .icon {
  height: 1.875rem;
  display: block;
  margin-bottom: 0.375rem;
}
@media screen and (max-width: 767px) {
  .sidelinks_item .icon {
    margin-bottom: 0;
    height: 1.5rem;
    width: 1.375rem;
  }
}
.sidelinks_item .icon img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sidelinks_item .text {
  padding: 0 0.125rem 0 0;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .sidelinks_item .text {
    line-height: 1.1;
    padding: 0;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.sidelinks_item .text .br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sidelinks_item .text .br {
    display: block;
  }
}

/*======================================
    Header
======================================*/
.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 2.5rem 0.3125rem;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
}
.header.header_top {
  position: fixed;
}
.header.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.header.white-bg {
  background-color: #FFF;
}
.header.active {
  position: fixed;
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 1.5rem;
    z-index: 300;
  }
}

.header_logo {
  align-self: center;
  width: 22.3125rem;
  display: grid;
  grid-template-columns: 7.875rem auto;
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 300;
}
@media screen and (min-width: 1025px) {
  .header_logo {
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .header_logo {
    width: 4.9375rem;
    display: block;
  }
  .header_logo.header_logo_top {
    display: grid;
    grid-template-columns: 4.9375rem auto;
    -webkit-column-gap: 0.6875rem;
       -moz-column-gap: 0.6875rem;
            column-gap: 0.6875rem;
    width: 14.0625rem;
  }
  .header_logo.header_logo_top .header_logo_ttl {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .header_logo_ttl {
    display: none;
  }
}

.header_contents {
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .header_contents {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    background: url(../img/common/bg_noise_white.png) repeat;
    background-size: 16rem;
    padding-top: 5.25rem;
  }
}

.header_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (max-width: 1024px) {
  .header_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.5rem;
    height: 100%;
    padding: 1.5rem;
    overflow: scroll;
  }
}
.header_nav a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header_nav a:hover {
  opacity: 0.7;
}

.header_nav_lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.75rem;
     -moz-column-gap: 1.75rem;
          column-gap: 1.75rem;
  margin-top: 1.625rem;
}
@media screen and (max-width: 1024px) {
  .header_nav_lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.5rem;
  }
}
.header_nav_lists li {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .header_nav_lists li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #F18F4D;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header_nav_lists li.current_page_item.current-menu-parent::before {
    width: 1.5rem;
  }
  .header_nav_lists li:hover::before, .header_nav_lists li:focus::before {
    width: 1.5rem;
  }
  .header_nav_lists li:hover .sub-menu, .header_nav_lists li:focus .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .header_nav_lists li:last-child .sub-menu {
    left: unset;
    right: 0;
    -webkit-transform: translate(1.25rem, 100%);
            transform: translate(1.25rem, 100%);
  }
}
@media screen and (max-width: 1024px) {
  .header_nav_lists li.menu-item-has-children::after {
    content: "";
    position: absolute;
    top: 0.375rem;
    right: 0;
    width: 1.5rem;
    height: 1.5rem;
    background: url(../img/common/icon_toggle.svg) no-repeat center/contain;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: rgba(255, 255, 255, 0) !important;
  }
  .header_nav_lists li.menu-item-has-children.active::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.header_nav_lists li a {
  display: block;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.1;
  font-size: 0.875rem;
}
@media screen and (min-width: 1025px) {
  .header_nav_lists li a {
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .header_nav_lists li a {
    font-size: 1.5rem;
    line-height: 1.5;
    display: inline-block;
  }
}
@media screen and (min-width: 1025px) {
  .header_nav_lists li .sub-menu {
    position: absolute;
    bottom: 0;
    left: 50%;
    min-width: 13.75rem;
    padding-top: 1.375rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
  }
}
@media screen and (max-width: 1024px) {
  .header_nav_lists li .sub-menu {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .header_nav_lists li .sub-menu li {
    background-color: #fff;
    background: url(../img/common/bg_noise_white.png) repeat;
    background-size: 16rem;
  }
  .header_nav_lists li .sub-menu li:hover::before, .header_nav_lists li .sub-menu li:focus::before {
    display: none;
  }
  .header_nav_lists li .sub-menu li:first-child {
    border-radius: 0.5rem 0.5rem 0 0;
  }
  .header_nav_lists li .sub-menu li:first-child a {
    padding-top: 1.5rem;
  }
  .header_nav_lists li .sub-menu li:last-child {
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .header_nav_lists li .sub-menu li:last-child a {
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .header_nav_lists li .sub-menu li:first-child a {
    padding-top: 1rem;
  }
  .header_nav_lists li .sub-menu li:last-child a {
    padding-bottom: 1rem;
  }
}
.header_nav_lists li .sub-menu li a {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .header_nav_lists li .sub-menu li a {
    padding-bottom: 1rem;
  }
  .header_nav_lists li .sub-menu li a span.line {
    line-height: 1.5;
    display: inline-block;
    position: relative;
  }
  .header_nav_lists li .sub-menu li a span.line::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.25rem;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    width: 100%;
    height: 1px;
    background-color: #333;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .header_nav_lists li .sub-menu li a span.line:hover {
    opacity: 1;
  }
  .header_nav_lists li .sub-menu li a span.line:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
@media screen and (max-width: 1024px) {
  .header_nav_lists li .sub-menu li a {
    font-size: 0.9375rem;
    line-height: 1.5;
    padding: 0.375rem 0;
  }
}

.header_nav_sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 1.625rem;
     -moz-column-gap: 1.625rem;
          column-gap: 1.625rem;
}
@media screen and (max-width: 1024px) {
  .header_nav_sub {
    display: none;
  }
}

.header_nav_sub-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.625rem;
     -moz-column-gap: 1.625rem;
          column-gap: 1.625rem;
}
.header_nav_sub-lists li a {
  display: block;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 0.75rem;
  line-height: 1.1;
}

.header_nav_tool {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
}

.header_nav_lang select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-size: 0.6875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-width: 2.1875rem;
  height: 1.25rem;
  padding: 0 0.5rem;
  border: 1px solid #333;
  border-radius: 62.5rem;
}

.header_nav_search {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}

.header_button {
  width: 4.5rem;
  height: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #333;
  border-radius: 62.5rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin-left: auto;
  position: relative;
  z-index: 300;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
@media screen and (min-width: 1025px) {
  .header_button {
    display: none;
  }
}
.header_button .icon {
  width: 0.875rem;
  height: 0.875rem;
  position: relative;
}
.header_button .icon::before, .header_button .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.header_button .icon::before {
  width: 0.875rem;
  height: 0.875rem;
  background-image: url(../img/common/header_menu.svg);
}
.header_button .icon::after {
  width: 1rem;
  height: 1rem;
  background-image: url(../img/common/header_menu_close.svg);
  opacity: 0;
}
.header_button.active .icon::before {
  opacity: 0;
}
.header_button.active .icon::after {
  opacity: 1;
}

.header_nav_sp {
  color: #333;
}
@media screen and (min-width: 1025px) {
  .header_nav_sp {
    display: none !important;
  }
}
.header_nav_sp select {
  border-color: #333 !important;
}
.header_nav_sp .search {
  background-image: url(../img/common/icon_search.svg) !important;
}
.header_nav_sp .link_out::before {
  background-image: url(../img/common/icon_arrow_out.svg);
}
.header_nav_sp .footer_catch-copy {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .header_nav_sp .footer_copyright {
    margin-top: 2.5rem;
  }
}

/*======================================
    Footer
======================================*/
.footer_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}

.footer_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.footer_bg::before, .footer_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer_bg::before {
  background-color: #fff;
  mix-blend-mode: hue;
}
.footer_bg::after {
  background: rgba(85, 85, 85, 0.5);
  mix-blend-mode: multiply;
}
.footer_bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.footer_bg_gh {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  z-index: 1;
  width: 100%;
}
.footer_bg_gh img {
  width: 39.375rem;
  height: 39.375rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}
@media screen and (max-width: 767px) {
  .footer_bg_gh img {
    width: 100%;
    max-width: 26.375rem;
    height: 26.375rem;
  }
}
.footer_bg_gh::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  mix-blend-mode: hue;
}

.footer {
  color: #FFF;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.footer_wrap {
  max-height: 100vh;
  overflow: auto;
  padding: 3.5rem 2.5rem 2.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .footer_wrap {
    padding: 3.5rem 1.4375rem 3.5rem 1.4375rem;
  }
}

.footer_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .footer_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3.5rem;
  }
}

.footer_info_logo {
  display: block;
  max-width: 14.375rem;
}
@media screen and (max-width: 767px) {
  .footer_info_logo {
    max-width: 11.125rem;
  }
}

.footer_info_texts {
  margin-top: 2rem;
}

.footer_info_text {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.footer_sns {
  margin-top: 2rem;
}

.footer_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
          column-gap: 3.5rem;
}
@media screen and (min-width: 768px) {
  .footer_nav {
    margin-left: auto;
    padding-top: 1.5rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer_nav {
    -webkit-column-gap: 2.5em;
       -moz-column-gap: 2.5em;
            column-gap: 2.5em;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 2.5rem;
  }
}

.footer_links li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
.footer_links li:nth-child(n+2) {
  margin-top: 1.5rem;
}
.footer_links li select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 0.6875rem;
  font-weight: 500;
  min-width: 2.125rem;
  padding: 0 0.5em;
  height: 1.3125rem;
  border: 1px solid #FFF;
  border-radius: 62.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.8125rem;
  line-height: 1.1;
  letter-spacing: 0.02em;
  font-weight: 400;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer_links li a {
  font-size: 0.8125rem;
  line-height: 1.1;
  letter-spacing: 0.02em;
  font-weight: 400;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .footer_links li a.search {
    display: block;
    width: 1.5rem;
    aspect-ratio: 1/1;
    background: url(../img/common/icon_search_white.svg) no-repeat center/contain;
  }
}
.footer_links li a:hover {
  opacity: 0.7;
}

.footer_catch-copy {
  margin-top: 8.25rem;
  max-width: 46.9375rem;
}
@media screen and (min-width: 768px) {
  .footer_catch-copy {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer_catch-copy {
    margin-top: 6rem;
    max-width: 20.4375rem;
  }
}

.footer_copyright {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .footer_copyright {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .footer_copyright {
    margin-top: 2.5rem;
  }
}
.footer_copyright small {
  font-size: 0.625rem;
  line-height: 1.1;
}

/*======================================
    To top
======================================*/
.to-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.03em;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
  width: 7.625rem;
  height: 2.625rem;
  border: 1px solid #D6D6D6;
  border-radius: 62.5rem;
  background-color: #FFF;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  margin-left: auto;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.to-top.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .to-top {
    bottom: 3.375rem;
    font-size: 0.6875rem;
    width: 5.8125rem;
    height: 1.875rem;
  }
}
.to-top:hover {
  border-color: #333;
}
.to-top span.icon {
  width: 1.125rem;
  height: 1.125rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .to-top span.icon {
    width: 0.875rem;
    height: 0.875rem;
  }
}

/*======================================
    TOP
======================================*/
.top_animation_area {
  position: relative;
  overflow-x: clip;
}
.top_animation_area.out::before {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .top_animation_area.out .scale_video {
    opacity: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .top_animation_area.sp_out::before {
    opacity: 0.6;
  }
  .top_animation_area.sp_out::after {
    opacity: 1;
  }
}
.top_animation_area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top_animation_area::before {
    background-color: #111111;
    mix-blend-mode: multiply;
  }
}
.top_animation_area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  mix-blend-mode: hue;
  z-index: -1;
  opacity: 0;
}
.top_animation_area .scale_video {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.5s ease-out, transform 0.3s ease-out;
  transition: opacity 0.5s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top_animation_area .scale_video {
    z-index: 3;
  }
}
.top_animation_area .scale_video img,
.top_animation_area .scale_video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top_animation_area .scale_video img,
  .top_animation_area .scale_video video {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.top_animation_area .scale_video img.br,
.top_animation_area .scale_video video.br {
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .top_animation_area .scale_video img.br,
  .top_animation_area .scale_video video.br {
    border-radius: 0.5rem;
  }
}
.top_animation_area .scale_video_show {
  height: 0;
  min-height: unset;
}
.top_animation_area .scale_video_bg {
  position: relative;
  z-index: 3;
}

.t_section {
  min-height: 100vh;
  padding: calc(var(--vh, 1vh) * 15.24) 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .t_section {
    padding: calc(var(--vh, 1vh) * 6.4) 0 6rem;
  }
}
.t_section.t_about_section1 {
  position: relative;
}
.t_section.t_about_section1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-clip-path: polygon(52.5rem 0%, 100% 0%, 52.5rem 100%, 0% 100%);
          clip-path: polygon(52.5rem 0%, 100% 0%, 52.5rem 100%, 0% 100%);
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.t_section.t_section_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.t_bg_wrap {
  display: grid;
}

.t_bg {
  width: 100%;
  z-index: -1;
  background-color: #FFF;
  grid-column: 1/2;
  grid-row: 1/2;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  min-width: 0;
  overflow-x: clip;
}
.t_bg.t_open_bg {
  height: auto;
}

.t_bg_triangle {
  height: 100vh;
}
.t_bg_triangle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 52.5rem;
  aspect-ratio: 1/1;
  background: url(../img/page/p_head_yellow.svg) no-repeat left top/cover;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .t_bg_triangle::after {
    width: 16rem;
  }
}
.t_bg_triangle img {
  width: 52.5rem;
  height: 52.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
  -webkit-clip-path: polygon(0 0, 0% 52.5rem, 52.5rem 0);
          clip-path: polygon(0 0, 0% 52.5rem, 52.5rem 0);
}
@media screen and (max-width: 767px) {
  .t_bg_triangle img {
    -webkit-clip-path: polygon(0 0, 0% 16rem, 16rem 0);
            clip-path: polygon(0 0, 0% 16rem, 16rem 0);
  }
}

.t_bg_contents {
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 0;
}

.t_fv {
  padding: 0;
  overflow-x: clip;
}

.t_fv_bg {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -2;
  mix-blend-mode: multiply;
  aspect-ratio: 1280/840;
}
@media screen and (max-width: 767px) {
  .t_fv_bg {
    aspect-ratio: 375/800;
    aspect-ratio: unset;
  }
}
.t_fv_bg img {
  width: 65.625vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .t_fv_bg img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 35.25%;
       object-position: center 35.25%;
  }
}

.t_fv_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 120vh;
  padding-bottom: 20vh;
  padding-right: 20%;
  z-index: 1;
  -webkit-transition: -webkit-clip-path 0.1s linear;
  transition: -webkit-clip-path 0.1s linear;
  transition: clip-path 0.1s linear;
  transition: clip-path 0.1s linear, -webkit-clip-path 0.1s linear;
  overflow: hidden;
}
.t_fv_mask.-color {
  mix-blend-mode: multiply;
  background-color: #FFF47B;
}

#animation_container {
  height: 100% !important;
  width: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  #animation_container {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#animation_container canvas {
  aspect-ratio: 1280/840;
  width: 100% !important;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  #animation_container canvas {
    aspect-ratio: unset;
    width: 100%;
    max-width: 23.4375rem;
    height: 100% !important;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center top;
       object-position: center top;
    -o-object-position: center 35.25%;
       object-position: center 35.25%;
  }
}

.t_feature {
  color: #FFF;
  overflow: hidden;
}

.t_feature_contents {
  position: relative;
  padding-bottom: 2.75rem;
}
.t_feature_swiper {
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .t_feature_swiper {
    -webkit-transform: translateX(-32px);
            transform: translateX(-32px);
  }
}
@media screen and (max-width: 767px) {
  .t_feature_swiper {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.t_feature_swiper_slide {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .t_feature_swiper_slide {
    width: 30rem;
    margin: 0 -4.4375rem;
  }
  .t_feature_swiper_slide .txtS {
    -webkit-transform: scale(1.56);
            transform: scale(1.56);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-width: 19.125rem;
    margin-left: auto;
    margin-right: auto;
  }
  .t_feature_swiper_slide.swiper-slide-active {
    margin: 0 1rem;
  }
  .t_feature_swiper_slide.swiper-slide-active .t_feature_swiper_slide_link {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .t_feature_swiper_slide.swiper-slide-active .t_feature_swiper_slide_cat {
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
  }
  .t_feature_swiper_slide.swiper-slide-active .txtS {
    -webkit-transform: scale(1);
            transform: scale(1);
    max-width: 100%;
  }
}

.t_feature_swiper_slide_link {
  display: block;
  position: relative;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .t_feature_swiper_slide_link {
    -webkit-transform: scale(0.64);
            transform: scale(0.64);
  }
}

.t_feature_swiper_slide_cat {
  position: absolute;
  top: 0;
  left: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.0714285714;
  letter-spacing: -0.03em;
  font-family: "Inter", sans-serif;
  padding: 0.25rem 2rem;
  background-color: #F8B417;
  -webkit-clip-path: polygon(1.5rem 0%, 100% 0%, calc(100% - 1.5rem) 100%, 0% 100%);
          clip-path: polygon(1.5rem 0%, 100% 0%, calc(100% - 1.5rem) 100%, 0% 100%);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
@media screen and (min-width: 768px) {
  .t_feature_swiper_slide_cat {
    -webkit-transform: translate(2.5rem, -50%) scale(1.56);
            transform: translate(2.5rem, -50%) scale(1.56);
  }
}

.t_feature_swiper_slide_img {
  aspect-ratio: 480/320;
  overflow: hidden;
  background-color: gray;
  margin-bottom: 0.9375rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  border-radius: 0.5rem;
}
.t_feature_swiper_slide_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.t_swiper_pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
  bottom: 0 !important;
}
.t_swiper_pagination.t_swiper_pagination_black .swiper-pagination-bullet {
  background-image: url(../img/common/t_pagination_black.svg);
}
.t_swiper_pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 !important;
  width: 1rem;
  height: 0.875rem;
  background: url(../img/common/t_pagination.svg) no-repeat center/contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.t_swiper_pagination .swiper-pagination-bullet-active {
  -webkit-transform: scale(1.9375);
          transform: scale(1.9375);
}

.t_inner {
  max-width: 68rem;
}

.t_column2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .t_column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .t_column2_head {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .t_column2_head {
    display: contents;
  }
}

@media screen and (max-width: 767px) {
  .t_column2_body {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .t_column2_head_texts {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 1.5rem;
    width: 100%;
  }
}

.t_column2_ttl {
  font-size: 4rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .t_column2_ttl {
    font-size: 2.5rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
  }
}
.t_column2_ttl span.lg {
  font-size: 6rem;
  line-height: 1.3020833333;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .t_column2_ttl span.lg {
    font-size: 3rem;
    line-height: 1.2916666667;
  }
}

.t_column2_head_button {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .t_column2_head_button {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 3.5rem;
    width: 100%;
  }
}

.modal_trigger {
  text-decoration: underline;
  color: #0000EE;
  display: inline-block;
  position: relative;
  margin-right: 1.25em;
}
.modal_trigger:hover {
  cursor: pointer;
}
.modal_trigger::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: url(../img/common/icon_help.svg) no-repeat center/contain;
}

.t_about_body_section1 {
  width: 22.5rem;
}
@media screen and (max-width: 767px) {
  .t_about_body_section1 {
    width: 12.5rem;
  }
}

.t_about_swiper_slide {
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .t_about_swiper_slide {
    border-radius: 0.5rem;
  }
}

.t_about_section2 {
  max-width: 31.4375rem;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
@media screen and (max-width: 767px) {
  .t_about_section2 {
    width: 18.4375rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.t_about_body_section3 {
  width: 22.375rem;
}
@media screen and (max-width: 767px) {
  .t_about_body_section3 {
    margin-right: calc(50% - 50vw);
    margin-left: 0;
    width: auto;
    overflow: hidden;
  }
}

.t_model_swiper {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .t_model_swiper {
    padding-right: 1.5rem;
  }
  .t_model_swiper .swiper-wrapper {
    overflow: visible;
  }
}

@media screen and (min-width: 768px) {
  .t_about_models {
    display: block;
  }
}

.t_about_model {
  background: url(../img/common/bg_noise_blue.png) repeat;
  background-size: 16.125rem;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .t_about_model {
    padding: 2.5rem;
  }
  .t_about_model:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .t_about_model {
    padding: 1.5rem;
    border-radius: 0.5rem;
    display: block;
    width: 17.5rem;
    height: auto;
  }
}

.t_about_model_head {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding-top: 0.75rem;
  max-width: 10rem;
  border-top: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .t_about_model_head {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.t_about_model_img {
  height: 11.25rem;
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .t_about_model_img {
    height: 10rem;
  }
}
.t_about_model_img img {
  width: auto;
  height: 100%;
}

.t_about_model_dl {
  margin-top: 1.5rem;
}
.t_about_model_dl dt {
  margin-bottom: 1rem;
}

.t_news {
  padding: 6rem 0 10rem;
  background-color: #FFF;
  position: relative;
  z-index: 2;
}

.t_flow_wrap {
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
}

.t_flow_head {
  width: 13.25rem;
}
.t_flow_head .h2 {
  margin-bottom: 1rem;
}

.t_flow_button {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .t_flow_button {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .t_flow_body {
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .t_flow_head_contents {
    top: calc(var(--vh, 1vh) * 15.24);
  }
}

.t_open {
  padding: 6rem 0;
  overflow-x: clip;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .t_open {
    padding-top: 3.5rem;
    grid-column: 1/2;
    grid-row: 1/2;
    position: relative;
    z-index: 2;
    min-width: 0;
  }
}

@media screen and (min-width: 768px) {
  .t_open_wrap {
    margin-right: calc(50% - 50vw);
  }
}

.t_open_contents {
  position: relative;
  padding-bottom: 2.75rem;
}

@media screen and (max-width: 767px) {
  .t_open_swiper {
    margin-right: calc(50% - 50vw);
    padding-right: 1.5rem;
  }
}
.t_open_swiper .swiper-wrapper {
  overflow: visible;
}
.t_open_swiper .t_open_swiper_slide {
  width: 22.3125rem;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.t_open_swiper .t_open_swiper_slide .a_open_card_link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.t_open_swiper .t_open_swiper_slide .a_open_card_body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.t_open_swiper .t_open_swiper_slide .a_open_card_body .a_open_card_bottom {
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .t_open_swiper .t_open_swiper_slide .a_open_card_body {
    padding: 0;
  }
}
.t_open_swiper .t_open_swiper_slide .a_open_card_ttl {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .t_open_swiper .t_open_swiper_slide .a_open_card_ttl {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .t_open_swiper .t_open_swiper_slide {
    width: 17.5rem;
  }
}

/*======================================
    modal
======================================*/
.modal {
  color: #FFF;
  background-color: #333;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  position: absolute;
  z-index: 100;
  width: 100%;
}
.modal[style*="visibility: visible"] {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (min-width: 768px) {
  .modal {
    padding: 1.25rem 1.5rem;
    border-radius: 1rem;
    max-width: 25rem;
  }
}
@media screen and (max-width: 767px) {
  .modal {
    max-width: 15rem;
    padding: 1.25rem;
    border-radius: 0.5rem;
  }
}

.modal_content dt {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 600;
  padding-bottom: 0.5rem;
}
.modal_content dd {
  font-size: 0.8125rem;
  line-height: 1.9;
  letter-spacing: 0.02em;
  padding-bottom: 0.5rem;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F8B417;
  font-size: 2.5rem;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10000;
  color: #FFF;
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}
.loading.loaded {
  opacity: 0;
  visibility: hidden;
}

.dot-bounce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.dot {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #FFF;
  border-radius: 50%;
  -webkit-animation: smoothBounce 1.75s ease-in-out infinite;
          animation: smoothBounce 1.75s ease-in-out infinite;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

.dot:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.dot:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.dot:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes smoothBounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  45% {
    -webkit-transform: translateY(-1.875rem);
            transform: translateY(-1.875rem);
  }
  46% {
    -webkit-transform: translateY(-1.875rem);
            transform: translateY(-1.875rem);
  }
  85% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes smoothBounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  45% {
    -webkit-transform: translateY(-1.875rem);
            transform: translateY(-1.875rem);
  }
  46% {
    -webkit-transform: translateY(-1.875rem);
            transform: translateY(-1.875rem);
  }
  85% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.t_swipe_wrap {
  position: relative;
  display: grid;
  z-index: 2;
  overflow: clip;
}

.t_fixed_bg_wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: grid;
  z-index: -1;
  grid-column: 1/2;
  grid-row: 1/2;
  min-width: 0;
}

.t_fixed_bg {
  grid-column: 1/2;
  grid-row: 1/2;
  min-width: 0;
  position: relative;
}
.t_fixed_bg.out::before, .t_fixed_bg.out::after {
  opacity: 1;
}
.t_fixed_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(85, 85, 85, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 2;
  mix-blend-mode: multiply;
}
.t_fixed_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  mix-blend-mode: hue;
  z-index: 1;
  opacity: 0;
}

.t_fixed_bg_animation {
  height: 100%;
  width: 100%;
}
.t_fixed_bg_animation canvas {
  width: 100% !important;
  height: 100% !important;
}
.t_fixed_bg_animation * {
  /* disable on touch highlights of html elements, especially on mobile! */
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.t_fixed_bg_gh {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .t_fixed_bg_gh {
    aspect-ratio: 375/800;
    aspect-ratio: unset;
  }
}
.t_fixed_bg_gh img {
  width: 65.625vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .t_fixed_bg_gh img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 35.25%;
       object-position: center 35.25%;
  }
}

.t_fixed_bg_img {
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  z-index: -2;
  min-width: 0;
  height: 100vh;
}
.t_fixed_bg_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.t_contents_main {
  grid-column: 1/2;
  grid-row: 1/2;
  min-width: 0;
  z-index: 2;
}

.t_feature {
  position: relative;
}

.fv_animation {
  height: 200vh;
}

.fv_animation_contents {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  display: grid;
  height: 100vh;
}

.t_fv,
.t_video {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100%;
  height: 100%;
  min-width: 0;
}

.t_video {
  position: relative;
}

.t_video_button {
  position: absolute;
  z-index: 3;
  bottom: 1.5rem;
  right: 1.625rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #333;
  border-radius: 62.5rem;
  padding: 0.75rem 1.625rem 0.75rem 2.125rem;
  width: 10rem;
  height: 3rem;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .t_video_button {
    bottom: unset;
    top: calc(100vh - 1.5rem);
    top: calc(var(--vh, 1vh) * 100 - 1.5rem);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    width: 8rem;
    height: 2.5rem;
    -webkit-column-gap: 0.375rem;
       -moz-column-gap: 0.375rem;
            column-gap: 0.375rem;
    padding: 0.8125rem 1.0625rem 0.8125rem 1.5625rem;
  }
}
.t_video_button.show {
  opacity: 1;
  visibility: visible;
}
.t_video_button span#sound_text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.03em;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .t_video_button span#sound_text {
    font-size: 0.8125rem;
  }
}
.t_video_button span#sound_icon {
  display: block;
  width: 1.5rem;
  aspect-ratio: 1/1;
  position: relative;
}
.t_video_button span#sound_icon.sound_on::before {
  opacity: 0;
}
.t_video_button span#sound_icon.sound_on::after {
  opacity: 1;
}
.t_video_button span#sound_icon::before, .t_video_button span#sound_icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/icon_sound_off.svg) no-repeat center/contain;
}
.t_video_button span#sound_icon::after {
  background-image: url(../img/common/icon_sound_on.svg);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .t_video_button {
    bottom: 1rem;
    right: 1rem;
  }
}

.t_video_scale {
  width: 100%;
  height: 100vh;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
.t_video_scale video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .t_video_scale video {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.t_bg_white {
  background-color: #FFF;
  overflow-x: clip;
  position: relative;
}
.t_bg_white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 0% 52.5rem, 52.5rem 0);
          clip-path: polygon(0 0, 0% 52.5rem, 52.5rem 0);
  height: 100vh;
  width: 100%;
  background: url(../img/common/main_bg.jpg) no-repeat left top/cover;
}
@media screen and (max-width: 767px) {
  .t_bg_white::before {
    -webkit-clip-path: polygon(0 0, 0% 16rem, 16rem 0);
            clip-path: polygon(0 0, 0% 16rem, 16rem 0);
  }
}
.t_bg_white::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 52.5rem;
  aspect-ratio: 1/1;
  background: url(../img/page/p_head_yellow.svg) no-repeat left top/cover;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .t_bg_white::after {
    width: 16rem;
  }
}

@-webkit-keyframes ticker-scroll {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes ticker-scroll {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.t_ticker {
  overflow: hidden;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10rem;
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease;
  position: fixed;
}
.t_ticker.hide {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .t_ticker {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    bottom: 2.1875rem;
    left: 2.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .t_ticker {
    left: 1.5rem;
    bottom: 1.5rem;
    width: 7.75rem;
  }
}

.t_ticker_items {
  -webkit-animation: ticker-scroll 15s linear infinite;
          animation: ticker-scroll 15s linear infinite;
}
.t_ticker_items span {
  display: inline-block;
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 1.1;
  padding-left: 2rem;
  position: relative;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .t_ticker_items span {
    font-size: 0.8125rem;
    padding-left: 1.5rem;
    margin-left: 0.25rem;
  }
}
.t_ticker_items span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: url(../img/page/icon_ticker.svg) no-repeat center/contain;
  width: 1.5rem;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .t_ticker_items span::before {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .t_ticker_items span::before {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.25rem;
  }
}

/*======================================
    common
======================================*/
.p_fixed_bg {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 2;
  width: 100%;
  max-height: 100vh;
  height: 50rem;
}
@media screen and (max-width: 767px) {
  .p_fixed_bg {
    height: 25rem;
  }
}

.p_fixed_bg_color {
  position: relative;
  height: 100%;
}
.p_fixed_bg_color::before, .p_fixed_bg_color::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p_fixed_bg_color::before {
  mix-blend-mode: color;
}
.p_fixed_bg_color::after {
  mix-blend-mode: multiply;
}
.p_fixed_bg_color img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_fixed_bg_gh {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 39.375rem;
  aspect-ratio: 1/1;
  mix-blend-mode: multiply;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p_fixed_bg_gh {
    width: 16rem;
  }
}
@media screen and (min-width: 768px) {
  .p_fixed_bg_gh.t_fixed_bg_gh {
    max-width: 52.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p_head.p_404 .p_head_inner {
    padding-top: 10.875rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p_head.p_404 .p_head_inner {
    padding-top: 7.25rem;
    padding-bottom: 2rem;
  }
}

.p_head_inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p_head_inner {
    padding-top: 11.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p_head_inner {
    min-height: 17.5rem;
    padding-top: 7.25rem;
  }
}

.p_head_breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 0.625rem;
  -webkit-column-gap: 1.75rem;
     -moz-column-gap: 1.75rem;
          column-gap: 1.75rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p_head_breadcrumb {
    display: none;
  }
}
.p_head_breadcrumb li {
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  line-height: 1.1;
  position: relative;
}
.p_head_breadcrumb li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.875rem;
  width: 0.125rem;
  height: 1.125rem;
  background-color: #F8B417;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.p_head_breadcrumb li a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p_head_breadcrumb li a:hover {
  opacity: 0.7;
}

.p_body {
  background-color: #FFF;
}

.p_body_eye_wrap {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(12.5rem, rgba(255, 255, 255, 0)), color-stop(12.5rem, #FFF), to(#FFF));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 12.5rem, #FFF 12.5rem, #FFF 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 12.5rem, #FFF 12.5rem, #FFF 100%);
}
@media screen and (max-width: 767px) {
  .p_body_eye_wrap {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(5rem, rgba(255, 255, 255, 0)), color-stop(5rem, #FFF), to(#FFF));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 5rem, #FFF 5rem, #FFF 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 5rem, #FFF 5rem, #FFF 100%);
  }
}

.p_head_eye {
  max-width: 75rem;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 1200/675;
}
@media screen and (max-width: 767px) {
  .p_head_eye {
    border-radius: 0.5rem;
    aspect-ratio: 355/237;
  }
}
.p_head_eye img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_nav {
  background-color: #FFF;
  border-bottom: 1px solid #EEE;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
  overflow: hidden;
}

.p_nav_swiper {
  overflow: visible;
}

.p_nav_swiper_slide {
  width: auto;
  position: relative;
}

.toc-underline {
  position: absolute;
  bottom: -0.075rem;
  height: 0.15rem;
  width: 2rem;
  background-color: #F8B417;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
  will-change: transform, width;
  z-index: 2;
}

.p_nav_swiper_slide_text {
  display: block;
  padding: 2rem 0;
  font-size: 0.9375rem;
  line-height: 1.1;
  letter-spacing: 0.04em;
  font-weight: 600;
}

.p_container {
  padding-top: 6rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p_container {
    padding-top: 2.5rem;
    padding-bottom: 6rem;
  }
}

.p_contents:not(.p_contents_show) {
  overflow-x: clip;
}

.p_contents_l {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p_contents_l {
    margin-top: 3.5rem;
  }
}

.p_contents_m {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p_contents_m {
    margin-top: 3rem;
  }
}

.p_contents_s {
  margin-top: 2.5rem;
}

.p_contents_xs {
  margin-top: 1.5rem;
}

.p_bg {
  background: url(../img/common/bg_noise_white.png) repeat;
  background-size: 16rem;
}
.p_bg.p_bg_white {
  background-image: url(../img/common/bg_noise_white.png);
}

.p_bg_section {
  max-width: 77rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1rem;
  padding: 3.5rem 3.5rem 6rem 3.5rem;
}
@media screen and (max-width: 767px) {
  .p_bg_section {
    border-radius: 0.5rem;
    padding: 2.5rem 1.5rem;
    max-width: 87.2%;
  }
}

.p_section {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p_section {
    margin-top: 6rem;
  }
}

.p_section_m {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p_section_m {
    margin-top: 3.5rem;
  }
}

.p_column2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p_column2 {
    grid-template-columns: 1fr;
  }
}

.p_toggle_list_dl dt {
  padding: 2.5rem;
  position: relative;
  cursor: pointer;
}
.p_toggle_list_dl dt::before {
  content: "";
  position: absolute;
}
iframe.youtube {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

/*======================================
    iUについて
======================================*/
/*======================================
    学長メッセージ
======================================*/
.p_message {
  display: grid;
  grid-template-columns: auto 25rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6rem;
  padding: 6rem 0 4.5rem;
}
.p_message .p_contents {
  overflow: visible;
}
.p_message .p_contents:first-of-type {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p_message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 2.5rem 0 1.25rem;
  }
}

.p_message_texts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3.5rem;
}

.p_message_intro_img {
  border-radius: 0.5rem;
  overflow: hidden;
}

.p_message_intro_texts {
  margin-top: 3rem;
}
.p_message_intro_texts dt {
  border-bottom: 1px solid #333;
  padding-bottom: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p_message_intro_texts dt {
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 767px) {
  .p_message_intro_texts dt .name {
    margin-right: 0.5rem;
  }
}
.p_message_intro_texts dt .en {
  font-size: 0.6875rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-left: 0.625rem;
  padding-bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p_message_intro_texts dt .en {
    margin-left: 0;
    padding-bottom: 0;
  }
}
.p_message_intro_texts dt .sp_kana {
  margin-left: 1rem;
}
.p_message_intro_texts dd {
  margin-top: 1rem;
}

.p_message_sns {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p_message_sns {
    margin-top: 2rem;
  }
}

/*======================================
    教育理念/目的
======================================*/
.p_philosophy_lead {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p_philosophy_lead {
    font-size: 1.125rem;
  }
}

.p_philosophy_img {
  max-width: 39.25rem;
  margin-top: 3.5rem;
}
.p_philosophy_img .txtS {
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .p_philosophy_text {
    font-size: 1.0625rem;
  }
}

.p_philosophy_column2 {
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 4rem;
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p_philosophy_column2 {
    margin-top: 4.5rem;
    row-gap: 2.875rem;
  }
}
.p_philosophy_column2 .txtS {
  margin-top: 1rem;
}

.p_philosophy_person {
  margin-top: 4.875rem;
}
@media screen and (max-width: 767px) {
  .p_philosophy_person {
    margin-top: 3.625rem;
  }
}

/*======================================
    学生支援
======================================*/
/*======================================
    進路
======================================*/
.p_future_eye {
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p_future_eye {
    border-radius: 0.5rem;
    margin-top: 2.875rem;
    margin-bottom: 1.125rem;
  }
}

.p_future_wrap {
  margin-top: 10rem;
}
.p_future_wrap .p_contents:first-of-type {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p_future_wrap .p_contents:first-of-type {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p_future_wrap {
    margin-top: 6rem;
  }
}

.p_future_working {
  display: grid;
  grid-template-columns: auto 20rem;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p_future_working {
    grid-template-columns: 1fr;
    row-gap: 3rem;
  }
}

.p_future_working_contents {
  max-width: 37.5rem;
}
.p_future_working_contents .h3 {
  margin-bottom: 1.5rem;
}

.p_future_working_bg {
  margin-top: 6rem;
  padding: 3.5rem;
  background-color: #FFF;
  border-radius: 1rem;
  display: grid;
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
  grid-template-columns: 1fr;
  margin-top: 3.5rem;
  row-gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p_future_working_bg {
    border-radius: 0.5rem;
    padding: 1.5rem;
  }
}

.p_future_working_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p_future_working_item .h5 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
}

.p_future_business_wrap {
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}

.p_future_section {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p_future_section {
    margin-top: 6rem;
  }
}

.p_future_head {
  display: grid;
  grid-template-columns: auto 32.5rem;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p_future_head {
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p_future_agent_body {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p_future_agent_body {
    margin-top: 3rem;
  }
}

.p_future_agent_swiper {
  margin-right: -3.5rem;
  padding-right: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p_future_agent_swiper {
    margin-right: -1.5rem;
    padding-right: 1.5rem;
  }
  .p_future_agent_swiper .slide_flick::before {
    right: -1rem;
  }
}

.p_future_agent_swiper_slide {
  display: block;
  padding: 2.5rem;
  background-color: #FFF;
  border-radius: 1rem;
  width: 17.9375rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p_future_agent_swiper_slide {
    padding: 1.5rem;
    width: 16rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p_future_agent_swiper_slide .txtS {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p_future_agent_swiper_slide {
    border-radius: 0.5rem;
  }
}

.p_future_agent_swiper_slide_head {
  display: grid;
  grid-template-columns: auto 2.5rem;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  padding: 1rem 0;
  border-top: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .p_future_agent_swiper_slide_head {
    grid-template-columns: auto 2.125rem;
  }
}

.p_future_agent_swiper_slide_head_number {
  font-size: 1rem;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.1875;
}
@media screen and (max-width: 767px) {
  .p_future_agent_swiper_slide_head_number {
    font-size: 0.875rem;
  }
}

.p_future_agent_swiper_slide_img {
  height: 9.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p_future_agent_swiper_slide_img img {
  width: auto;
  height: 100%;
}

.p_future_interviews {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p_future_interviews {
    margin-top: 2.5rem;
  }
}

.p_future_interview {
  padding: 3.5rem 3.5rem 4rem;
  border-radius: 1rem;
  background-repeat: repeat;
  background-size: 16rem;
  background-image: url(../img/common/bg_noise_blue_dark2.png);
  color: #FFF;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p_future_interview {
    padding: 1.5rem 1.5rem 3rem;
  }
}
.p_future_interview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30.125rem;
  height: 30.125rem;
  background: url(../img/page/p_head_blue.svg) no-repeat center/contain;
  mix-blend-mode: multiply;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p_future_interview::before {
    width: 22.5rem;
    height: 22.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p_future_interview {
    border-radius: 0.5rem;
  }
}
.p_future_interview:nth-child(n+2) {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p_future_interview:nth-child(n+2) {
    margin-top: 1.5rem;
  }
}
.p_future_interview.interview_bg_orange {
  background-image: url(../img/common/bg_noise_orange_dark.png);
}
.p_future_interview.interview_bg_orange::before {
  background-image: url(../img/page/p_head_orange.svg);
}
.p_future_interview.interview_bg_yellow {
  background-image: url(../img/common/bg_noise_yellow_dark2.png);
}
.p_future_interview.interview_bg_yellow::before {
  background-image: url(../img/page/p_head_yellow.svg);
}
.p_future_interview.interview_bg_green {
  background-image: url(../img/common/bg_noise_green_dark.png);
}
.p_future_interview.interview_bg_green::before {
  background-image: url(../img/page/p_head_green.svg);
}
.p_future_interview.interview_bg_blue {
  background-image: url(../img/common/bg_noise_blue_dark2.png);
}
.p_future_interview.interview_bg_blue::before {
  background-image: url(../img/page/p_head_blue.svg);
}

.p_future_interview_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #FFF;
}
@media screen and (max-width: 767px) {
  .p_future_interview_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.75rem;
  }
}
.p_future_interview_head dt {
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  color: #4694D1;
  background-color: #FFF;
  padding: 0.25rem 0.75rem;
  font-weight: 600;
  -webkit-align-self: start;
      -ms-flex-item-align: start;
          align-self: start;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p_future_interview_head dt {
    font-size: 0.6875rem;
    padding: 0.1875rem 0.625rem;
  }
}
.p_future_interview_head dd {
  margin-bottom: 0;
}

.p_future_interview_body {
  display: grid;
  grid-template-columns: 20rem auto;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p_future_interview_body {
    margin-top: 2.625rem;
    grid-template-columns: 1fr;
    row-gap: 3rem;
  }
}

.p_future_interview_person_img {
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p_future_interview_person_img {
    max-width: 15.625rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p_future_interview_person_name {
  margin-top: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2777777778;
  font-size: 0.75rem;
}
.p_future_interview_person_name .lg {
  font-size: 1.125rem;
}

.p_future_interview_person_info {
  margin-top: 0.5625rem;
}

.p_future_interview_texts {
  max-width: 37rem;
  margin-left: auto;
}

.p_future_interview_ttl {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p_future_interview_ttl {
    margin-bottom: 1rem;
  }
}

.p_future_interview_note dt {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 600;
}
.p_future_interview_note dd {
  margin-top: 0.25rem;
  line-height: 1.8461538462;
}

.p_future_business {
  width: 100%;
  max-width: 32.5rem;
}
@media screen and (min-width: 768px) {
  .p_future_business {
    top: calc(50vh - 32%) !important;
  }
}

.p_future_business_lead {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p_future_business_lead {
    margin-bottom: 1rem;
  }
}

.p_future_business_lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5rem;
  max-width: 27.5rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p_future_business_lists {
    margin-top: 4rem;
    row-gap: 1.5rem;
  }
}

.p_future_business_list {
  padding: 2.5rem;
  border-radius: 1rem;
}
.p_future_business_list .h4 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p_future_business_list {
    padding: 1.5rem 1.5rem 2.5rem;
    border-radius: 0.5rem;
  }
  .p_future_business_list .h4 {
    font-size: 1.0625rem;
  }
}
.p_future_business_list .txtS {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p_future_business_list .txtS {
    margin-top: 1rem;
  }
}

.p_future_business_list_head {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 600;
  padding-top: 0.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p_future_business_list_head {
    font-size: 0.875rem;
  }
}
.p_future_business_list_head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 10rem;
  height: 1px;
  background-color: #333;
}

.p_future_business_list_img {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  height: 9.125rem;
  text-align: center;
}
.p_future_business_list_img img {
  width: auto;
  height: 100%;
}

.p_future_venture_ranking {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p_future_venture_ranking {
    margin-top: 2.0625rem;
  }
}

.p_future_venture {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p_future_venture {
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
    max-width: 25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p_future_venture_list {
  padding: 2.5rem;
  border-radius: 1rem;
  background-color: #FFF;
  border: 1px solid #C9A534;
  color: #C9A534;
}
@media screen and (max-width: 767px) {
  .p_future_venture_list {
    padding: 1.5rem 1.5rem 2rem;
  }
}
.p_future_venture_list:last-child {
  border-color: #BF6A3C;
  color: #BF6A3C;
}
.p_future_venture_list:last-child .p_future_venture_list_dl dt::before {
  background-color: #BF6A3C;
}
.p_future_venture_list:last-child .p_future_venture_list_highlight {
  border-color: #BF6A3C;
}
@media screen and (max-width: 767px) {
  .p_future_venture_list {
    border-radius: 0.5rem;
  }
}

.p_future_venture_list_dl dt {
  display: block;
  padding-top: 0.75rem;
  position: relative;
}
.p_future_venture_list_dl dt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10rem;
  height: 1px;
  background-color: #C9A534;
}
.p_future_venture_list_dl dt .en {
  display: block;
  font-size: 0.875rem;
  letter-spacing: -0.03em;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1.0714285714;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p_future_venture_list_dl dt .en {
    font-size: 0.75rem;
  }
}
.p_future_venture_list_img {
  max-width: 10.0625rem;
  margin: 2rem auto 1.5rem;
}
@media screen and (max-width: 767px) {
  .p_future_venture_list_img {
    max-width: 7.8125rem;
  }
}

.p_future_venture_list_highlight {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.0714285714;
  letter-spacing: -0.03em;
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #C9A534;
}
@media screen and (max-width: 767px) {
  .p_future_venture_list_highlight {
    font-size: 0.75rem;
    padding-bottom: 0.5rem;
  }
}
.p_future_venture_list_highlight .number {
  font-size: 4.5rem;
  line-height: 1.0972222222;
  letter-spacing: -0.03em;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  .p_future_venture_list_highlight .number {
    font-size: 3.5rem;
  }
}
.p_future_venture_list_highlight .percent {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.09375;
  letter-spacing: -0.03em;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  .p_future_venture_list_highlight .percent {
    font-size: 1.5rem;
  }
}

.p_future_venture_list_more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p_future_venture_list_more {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}

.p_future_venture_list_more_text {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.0714285714;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p_future_venture_list_more_text {
    font-size: 0.75rem;
  }
}
.p_future_venture_list_more_text .number {
  font-size: 2.5rem;
  letter-spacing: -0.03em;
  line-height: 1.1;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  .p_future_venture_list_more_text .number {
    font-size: 2rem;
  }
}
.p_future_venture_list_more_text .arrow {
  display: inline-block;
  padding-left: 1.625rem;
  position: relative;
}
.p_future_venture_list_more_text .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.8125rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.75rem;
  height: 0.75rem;
  background-color: #C9A534;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

/*======================================
    学習/生活/資格取得支援
======================================*/
.p_support_container {
  background-color: #FFF;
  border-radius: 1rem;
  padding: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p_support_container {
    border-radius: 0.5rem;
    max-width: 100%;
    padding: 1.5rem;
  }
}

/*======================================
    入試情報
======================================*/
/*======================================
    入試
======================================*/
.p_admission_type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p_admission_type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1rem;
  }
}
.p_admission_type dt {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.5;
  padding: 0.25rem 0.75rem;
  border: 1px solid #333;
  border-radius: 0.25rem;
  -webkit-align-self: start;
      -ms-flex-item-align: start;
          align-self: start;
}
.p_admission_type dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p_admission_table_wrap {
  padding-bottom: 0.625rem;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .p_admission_table_wrap {
    margin-right: calc(50% - 50vw);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p_admission_table_wrap::after {
    content: "";
    display: block;
    width: 1.5rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

.p_admission_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #D6D6D6;
  border-left: 1px solid #D6D6D6;
  border-radius: 0.5rem;
  overflow: hidden;
}
.p_admission_table.table_fixed {
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .p_admission_table {
    min-width: 62.5rem;
  }
  .p_admission_table.sp_full {
    min-width: unset;
  }
}
.p_admission_table strong {
  font-weight: 700;
}
.p_admission_table th, .p_admission_table td {
  font-size: 1.0625rem;
  line-height: 1.8823529412;
  letter-spacing: 0.02em;
  padding: 1rem;
  vertical-align: middle;
  overflow: hidden;
  border-right: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
}
@media screen and (max-width: 767px) {
  .p_admission_table th, .p_admission_table td {
    font-size: 0.9375rem;
    line-height: 1.9;
  }
}
.p_admission_table th {
  font-weight: 600;
  -moz-text-align-last: left;
       text-align-last: left;
  background: url(../img/common/bg_noise_white.png) repeat;
  background-size: 16rem;
}
.p_admission_table td {
  background-color: #FFF;
}

.p_admission_captions .txtC {
  padding-bottom: 0;
}

.p_toggle_simple dt.p_toggle_simple_head,
.p_toggle_simple dd.p_toggle_simple_body {
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p_toggle_simple dt.p_toggle_simple_head,
  .p_toggle_simple dd.p_toggle_simple_body {
    padding: 1.25rem;
  }
}
.p_toggle_simple dt.p_toggle_simple_head {
  position: relative;
  font-size: 1.25rem;
  background: url(../img/common/bg_noise_white.png) repeat;
  background-size: 16rem;
  cursor: pointer;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p_toggle_simple dt.p_toggle_simple_head {
    padding-right: 2.8125rem;
  }
}
.p_toggle_simple dt.p_toggle_simple_head::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/common/icon_toggle.svg) no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .p_toggle_simple dt.p_toggle_simple_head::before {
    right: 0.625rem;
  }
}
.p_toggle_simple dt.active::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p_toggle_simple dd.p_toggle_simple_body {
  display: none;
}
.p_toggle_simple dd .h4 {
  margin-bottom: 1rem;
}

.admission_info_flow li {
  padding: 1em 2em;
  border-radius: 62.5rem;
  text-align: center;
}
.admission_info_flow li:nth-child(n+2) {
  position: relative;
  margin-top: 2.5rem;
}
.admission_info_flow li:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: -1.25rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.25rem;
  height: 1.25rem;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #D6D6D6;
}

/*======================================

======================================*/
.p_access {
  padding: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p_access {
    padding: 2.5rem 1.5rem;
  }
}

.p_access_container {
  display: grid;
  grid-template-columns: 43.125rem auto;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p_access_container {
    grid-template-columns: 1fr;
    row-gap: 3rem;
  }
}

.p_access_map {
  -webkit-align-self: start;
      -ms-flex-item-align: start;
          align-self: start;
  border-radius: 1rem;
  overflow: hidden;
}
.p_access_map.-google {
  aspect-ratio: 690/522;
}
.p_access_map.-google iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p_access_map {
    border-radius: 0.5rem;
  }
}

.p_access_list {
  margin-top: 2rem;
}

.list_disc {
  margin-left: 1em;
  list-style: disc;
  counter-reset: none;
}
.list_disc.no_space li:nth-child(n+2) {
  margin-top: 0em;
}
.list_disc li:nth-child(n+2) {
  margin-top: 1em;
}

.list_circle {
  margin-left: 1em;
  list-style: circle;
}
.list_circle.no_space li:nth-child(n+2) {
  margin-top: 0em;
}
.list_circle li:nth-child(n+2) {
  margin-top: 1em;
}

.list_num {
  counter-reset: num;
}
.list_num ul.list_disc {
  list-style-type: disc;
}
.list_num ul.list_disc li {
  list-style-type: inherit;
  padding-left: 0;
}
.list_num ul.list_disc li::before {
  display: none;
}
.list_num li {
  position: relative;
  padding-left: 1.75em;
}
.list_num li:nth-child(n+2) {
  margin-top: 1em;
}
.list_num li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  counter-increment: num;
  content: counter(num) ".";
  line-height: inherit;
}
.list_num.no_space li {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .p_access_route_ttl {
    margin-bottom: 1.5rem;
  }
}

.p_access_routes {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p_access_routes {
    margin-top: 1.5rem;
  }
}

.p_access_route {
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p_access_route {
    padding-bottom: 0.5rem;
  }
}

/*======================================
    社会・企業連携 Industry & Community Collaboration
======================================*/
.p_industry {
  background-color: #FFF;
  border-radius: 0.5rem;
}

.p_industry_categories {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(12.5rem, 1fr));
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p_industry_categories {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1rem;
  }
}

.p_industry_lists {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10.375rem, 1fr));
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p_industry_lists {
    grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
    row-gap: 2rem;
  }
}

.p_industry_list p.txtC {
  padding-bottom: 0;
}

.p_industry_list_img {
  aspect-ratio: 166/96;
  padding: 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid #EEE;
  margin-bottom: 0.5rem;
}
.p_industry_list_img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*======================================
    よくある質問 FAQ
======================================*/
.p_faq_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10rem;
}
@media screen and (max-width: 767px) {
  .p_faq_wrap {
    row-gap: 6rem;
  }
}

.p_faq {
  display: grid;
  grid-template-columns: 21.25rem auto;
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
          column-gap: 3.5rem;
  row-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p_faq {
    grid-template-columns: 1fr;
  }
}

.p_faq_list {
  border-bottom: 1px solid #D6D6D6;
}
.p_faq_list:first-child {
  border-top: 1px solid #D6D6D6;
}

.p_faq_dl {
  padding: 1.3125rem 0;
}
@media screen and (max-width: 767px) {
  .p_faq_dl {
    padding: 2rem 0;
  }
}
.p_faq_dl dt, .p_faq_dl dd {
  padding-left: 4.5rem;
  padding-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p_faq_dl dt, .p_faq_dl dd {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
.p_faq_dl dt {
  padding-top: 1.6875rem;
  padding-bottom: 1.6875rem;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p_faq_dl dt {
    padding-right: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p_faq_dl dt {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.p_faq_dl dt::before {
  content: "Q.";
  position: absolute;
  top: 1.6875rem;
  left: 0;
  font-size: 1.7em;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #D6D6D6;
  line-height: 1;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}
@media screen and (max-width: 767px) {
  .p_faq_dl dt::before {
    top: 1rem;
  }
}
.p_faq_dl dt::after {
  content: "";
  position: absolute;
  top: 1.6875rem;
  right: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/common/icon_toggle.svg) no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .p_faq_dl dt::after {
    right: 0;
    top: 1rem;
  }
}
.p_faq_dl dt.active::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p_faq_dl dd {
  padding-bottom: 1.6875rem;
}
.p_faq_dl dd.p_toggle_simple_body {
  display: none;
}

/*======================================
    オープンキャンパス Open open
======================================*/
.a_open_cards {
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 3.125rem;
  display: grid;
}
@media screen and (min-width: 768px) {
  .a_open_cards {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .a_open_cards {
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
  }
  .a_open_cards.swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 0;
  }
}

@media screen and (min-width: 768px) {
  .a_open_cards_archive .a_open_card:nth-child(-n+3) {
    grid-column: span 4;
  }
  .a_open_cards_archive .a_open_card:nth-child(-n+3) .a_open_card_cats {
    padding-top: 2rem;
  }
  .a_open_cards_archive .a_open_card:nth-child(-n+3) .a_open_card_bottom {
    padding-bottom: 3rem;
  }
  .a_open_cards_archive .a_open_card:nth-child(-n+3) .a_open_card_cats,
  .a_open_cards_archive .a_open_card:nth-child(-n+3) .a_open_card_ttl,
  .a_open_cards_archive .a_open_card:nth-child(-n+3) .a_open_card_bottom {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .a_open_cards_archive .a_open_card:nth-child(-n+3) .a_open_card_ttl {
    font-size: 1.5rem;
  }
  .a_open_cards_archive .a_open_card:nth-child(-n+3) .a_open_card_cat {
    font-size: 0.75rem;
  }
  .a_open_cards_archive .a_open_card:nth-child(-n+3) .open_date {
    font-size: 1.125rem;
  }
}

.a_open_card {
  border-radius: 0.5rem;
  overflow: hidden;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: url(../img/common/bg_noise_white.png) repeat;
}
.a_open_card .txtC {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .a_open_card .txtC {
    margin-top: 1rem;
    font-size: 0.875rem;
  }
}
.a_open_card:hover, .a_open_card:focus {
  opacity: 0.7;
}
.a_open_card:hover .a_open_card_img img, .a_open_card:focus .a_open_card_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (min-width: 768px) {
  .a_open_card {
    grid-column: span 3;
    background-size: 16rem;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    row-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

.a_open_card_link {
  display: block;
}
@media screen and (min-width: 768px) {
  .a_open_card_link {
    display: contents;
  }
}

.a_open_card_img {
  aspect-ratio: 16/9;
  background-color: gray;
  overflow: hidden;
}
.a_open_card_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.a_open_card_body {
  padding: 1.5rem 1.5rem 2rem;
}
@media screen and (min-width: 768px) {
  .a_open_card_body {
    display: contents;
  }
}

@media screen and (min-width: 768px) {
  .a_open_card_cats,
  .a_open_card_ttl,
  .a_open_card_bottom {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.a_open_card_cats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
  row-gap: 0.25rem;
  -webkit-align-self: start;
      -ms-flex-item-align: start;
          align-self: start;
}
@media screen and (min-width: 768px) {
  .a_open_card_cats {
    padding-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .s_open_card_cats {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
@media screen and (max-width: 767px) {
  .s_open_card_cats {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .s_open_h2 {
    padding-top: 0.75rem;
  }
  .s_open_h2::before {
    top: unset !important;
    bottom: 0 !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
}
@media screen and (max-width: 767px) {
  .s_open_h2::before {
    top: 0;
    -webkit-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
  }
}

.a_open_card_cat {
  color: #FFF;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.3;
  background-color: #F18F4D;
  padding: 0.3125rem 0.75rem 0.375rem;
  border-radius: 62.5rem;
}

.a_open_card_ttl {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .a_open_card_bottom {
    padding-bottom: 2rem;
  }
}

.a_open_card_detail:nth-child(n+2) {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #D6D6D6;
}

.a_open_card_year {
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1;
}

.a_open_card_dates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
  row-gap: 0.5rem;
  margin-top: 0.5rem;
}

.a_open_card_date:not(:last-child) {
  padding-right: 0.75em;
  position: relative;
}
.a_open_card_date:not(:last-child)::before {
  content: "・";
  position: absolute;
  top: 50%;
  right: -0.1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  letter-spacing: 0.02em;
}

.open_date {
  font-size: 1rem;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.open_date.-lg {
  font-size: 1.5rem !important;
}
@media screen and (max-width: 767px) {
  .open_date.-lg {
    font-size: 1.125rem !important;
  }
}
.open_date .sun,
.open_date .sat,
.open_date .hol {
  font-size: 0.5rem;
  font-weight: 600;
  font-family: "Noto Sans JP", serif;
  text-align: center;
  display: inline-block;
  padding: 0.375em 0.5em;
  border-radius: 0.5em;
  color: #FFF;
  margin-left: 0.5em;
  line-height: 1;
}
.open_date .sun {
  background-color: #EE87B4;
}
.open_date .sat {
  background-color: #4694D1;
}
.open_date .hol {
  background-color: #F8B417;
}
.open_date .slash {
  font-weight: 400;
}

.s_open_lead {
  margin-bottom: 1.5rem;
}

.s_open_eye {
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .s_open_eye {
    border-radius: 0.5rem;
    margin-top: 2rem;
    margin-bottom: 0.9375rem;
  }
}
.s_open_eye img {
  height: auto;
}

.s_open_eye_label {
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  right: 2.5rem;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #F18F4D;
  color: #FFF;
  margin-bottom: 0;
  padding: 0.1875rem 3.875rem 0.375rem;
  -webkit-clip-path: polygon(3.375rem 0%, 100% 0%, calc(100% - 3.375rem) 100%, 0% 100%);
          clip-path: polygon(3.375rem 0%, 100% 0%, calc(100% - 3.375rem) 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .s_open_eye_label {
    font-size: 0.75rem;
    top: 0.9375rem;
    left: 0.9375rem;
    padding: 0.1875rem 1.5625rem 0.25rem;
    -webkit-clip-path: polygon(1.5625rem 0%, 100% 0%, calc(100% - 1.5625rem) 100%, 0% 100%);
            clip-path: polygon(1.5625rem 0%, 100% 0%, calc(100% - 1.5625rem) 100%, 0% 100%);
  }
}

.s_open_year:nth-child(n+2) {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid #D6D6D6;
}
@media screen and (max-width: 767px) {
  .s_open_year:nth-child(n+2) {
    padding-top: 1.25rem;
    margin-top: 1.25rem;
  }
}

.s_open_year_dl {
  display: grid;
  grid-template-columns: 3.125rem auto;
}
@media screen and (max-width: 767px) {
  .s_open_year_dl {
    grid-template-columns: 2.875rem auto;
  }
}
.s_open_year_dl dt {
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .s_open_year_dl dt {
    font-size: 0.8125rem;
    padding-top: 1.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .s_open_year_dl dt {
    font-size: 0.6875rem;
    line-height: 1.4545454545;
  }
}
.s_open_year_dates.s_open_year_dates {
  margin-top: 0;
  row-gap: 1rem;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .s_open_year_dates.s_open_year_dates {
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
    row-gap: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .s_open_year_date.a_open_card_date:not(:last-child) {
    padding-right: 1.125rem;
  }
  .s_open_year_date.a_open_card_date:not(:last-child)::before {
    font-size: 1.25rem;
  }
}
.s_open_year_date.open_date {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .s_open_year_date.open_date {
    font-size: 1rem;
  }
}

.s_open_dates_details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 1rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .s_open_dates_details {
    margin-top: 1.3125rem;
    gap: 0.5rem;
  }
}

.s_open_dates_detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.s_open_dates_detail dt, .s_open_dates_detail dd {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .s_open_dates_detail dt, .s_open_dates_detail dd {
    font-size: 0.875rem;
  }
}

.s_open_dates_texts.s_contents a {
  color: #0000EE;
}

.p_open_person {
  display: grid;
  grid-template-columns: 15rem auto;
  -webkit-column-gap: 3.375rem;
     -moz-column-gap: 3.375rem;
          column-gap: 3.375rem;
  padding: 2.5rem;
  border-radius: 1rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p_open_person {
    border-radius: 0.5rem;
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
  }
  .p_open_person .h5 {
    margin-bottom: 0.5rem;
  }
  .p_open_person .txtM {
    font-size: 0.875rem;
  }
}

.p_open_person_img {
  border-radius: 0.5rem;
  overflow: hidden;
}

.p_open_person_box {
  padding: 2.5rem;
  border-radius: 1rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p_open_person_box {
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin-top: 3rem;
  }
}

.p_open_swiper_wrap {
  position: relative;
}
.p_open_swiper_wrap .a_open_card {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p_open_swiper_wrap {
    padding-bottom: 3rem;
  }
  .p_open_swiper_wrap .a_open_card {
    height: auto;
  }
}

/*======================================
    サークル Student Clubs
======================================*/
.p_club_lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .p_club_lists {
    grid-template-columns: repeat(auto-fit, minmax(15.625rem, 1fr));
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    row-gap: 1.5rem;
  }
}

.p_club_list {
  padding: 2rem;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 0;
  background: url(../img/common/bg_noise_white.png) repeat;
  background-size: 16rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p_club_list {
    padding: 1.5rem;
  }
}
.p_club_list .p_club_list_dl {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p_club_list .p_club_list_dl dt {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p_club_list .p_club_list_dl dt {
    font-size: 1.3125rem;
    margin-bottom: 0.5rem;
  }
}
.p_club_list_number {
  max-width: 10rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  padding-top: 0.75rem;
  border-top: 1px solid #333;
  margin-bottom: 1.5rem;
}

.p_club_list_img {
  aspect-ratio: 283/190;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p_club_list_img {
    aspect-ratio: 279/187;
    margin-bottom: 1.5rem;
  }
}
.p_club_list_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*======================================
    キャンパスマップ Campus Map
======================================*/
.p_campus-map_wrap {
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
}

.p_campus-map_map {
  width: 36.5rem;
}
@media screen and (min-width: 768px) {
  .p_campus-map_map .p_flow_head_contents {
    top: 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p_campus-map_map {
    width: 100%;
    margin-bottom: 3rem;
  }
}

.p_campus-map_floor {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.03em;
  font-family: "Inter", sans-serif;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p_campus-map_floor {
    font-size: 2rem;
  }
}

.card_flow_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .card_flow_column {
    row-gap: 1.5rem;
  }
}

.card_contents_column2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1.375rem;
     -moz-column-gap: 1.375rem;
          column-gap: 1.375rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .card_contents_column2 {
    margin-top: 1.5rem;
  }
}

.card_contents_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p_campus-map_card_text {
  margin-bottom: 1.375rem;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p_campus-map_card_text {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
}

.p_campus-map_card_img {
  aspect-ratio: 164/109;
  border-radius: 0.5rem;
  overflow: hidden;
}
.p_campus-map_card_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*======================================
    カリキュラム Curriculum
======================================*/
.p_curriculum_person {
  padding: 3.5rem 3.5rem 4rem;
  background-color: #FFF;
  border: 0.125rem solid #F18F4D;
}
@media screen and (max-width: 767px) {
  .p_curriculum_person {
    padding: 1.5rem 1.5rem 2rem;
  }
}
.p_curriculum_person .p_future_interview_head {
  border-color: #F18F4D;
}
.p_curriculum_person .p_future_interview_head dt {
  color: #FFF;
  background-color: #F18F4D;
}

.p_curriculum_person_contents {
  display: grid;
  grid-template-columns: 20rem auto;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p_curriculum_person_contents {
    margin-top: 2.625rem;
    grid-template-columns: 1fr;
    row-gap: 0.625rem;
  }
}

.p_interview_talk {
  display: grid;
  grid-template-columns: 2.875rem auto;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p_interview_talk {
    grid-template-columns: 1fr;
  }
}
.p_interview_talk dt {
  font-weight: 600;
}

.p_curriculum_interview_wrap {
  display: grid;
  grid-template-columns: auto 20rem;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
  row-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p_curriculum_interview_wrap {
    grid-template-columns: 1fr;
  }
}

.p_curriculum_pj_lead {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p_curriculum_pj_lead {
    font-size: 1.5rem;
  }
}

.p_curriculum_pj_contents {
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p_curriculum_pj_contents {
    margin-top: 1.5rem;
  }
}

.p_curriculum_pj_name {
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p_curriculum_pj_name {
    font-size: 0.75rem;
  }
}
.p_curriculum_pj_name span.lg {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p_curriculum_pj_name span.lg {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p_curriculum_pj_name_cp {
    font-size: 0.75rem;
  }
}

.p_curriculum_pj_logo {
  max-width: 22.125rem;
}
@media screen and (max-width: 767px) {
  .p_curriculum_pj_logo {
    max-width: 17.5rem;
    margin-top: 0.625rem;
  }
}

.p_curriculum_pj_company {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p_curriculum_pj_company {
    margin-top: 1.75rem;
  }
}
.p_curriculum_pj_company dt {
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.p_curriculum_pj_company dd {
  margin-top: 0.625rem;
}

.p_curriculum_card {
  padding: 2.5rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p_curriculum_card {
    padding: 1.5rem 1.5rem 2rem;
  }
}
.p_curriculum_card:nth-child(n+2) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p_curriculum_card:nth-child(n+2) {
    margin-top: 1.5rem;
  }
}

.p_curriculum_card_theme {
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
  display: inline-block;
  padding: 0 2.0625rem 0 0.5rem;
  background-color: #F18F4D;
  color: #FFF;
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 1.5625rem) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, calc(100% - 1.5625rem) 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .p_curriculum_card_theme {
    font-size: 0.6875rem;
    padding: 0 1.9375rem 0 0.5rem;
    -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 1.4375rem) 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, calc(100% - 1.4375rem) 100%, 0% 100%);
  }
}

.p_curriculum_card_ttl {
  margin: 0.25rem 0 0.5rem;
  color: #F18F4D;
}

sup {
  vertical-align: super;
  font-size: smaller;
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
  display: inline-block;
}

.p_curriculum_card_img {
  margin: 1.5rem auto 2rem;
  aspect-ratio: 230/153;
}
@media screen and (max-width: 767px) {
  .p_curriculum_card_img {
    margin: 1.625rem auto 1.5rem;
  }
}
.p_curriculum_card_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_curriculum_card_from {
  padding-bottom: 0;
}

.p_curriculum_card_name {
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin: 0.25rem 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .p_curriculum_card_name {
    font-size: 0.75rem;
  }
}
.p_curriculum_card_name .lg {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p_curriculum_card_name .lg {
    font-size: 1.125rem;
  }
}

.p_curriculum_pj_interview_logo {
  max-width: 37.625rem;
}

@media screen and (max-width: 767px) {
  .p_curriculum_pj_interview_section {
    margin-top: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p_curriculum_model_graph {
    padding: 0 1.875rem;
  }
}

.p_curriculum_professor_wrap {
  display: contents;
}
@media screen and (max-width: 767px) {
  .p_curriculum_professor_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p_curriculum_professor_text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p_curriculum_professor_contents {
    display: contents;
  }
}

@media screen and (max-width: 767px) {
  .p_curriculum_professor_contents_head {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 767px) {
  .p_curriculum_professor_contents_body {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p_curriculum_model_image {
    margin-top: 3rem;
  }
}

.sitemap_links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  row-gap: 6rem;
}
@media screen and (max-width: 767px) {
  .sitemap_links {
    grid-template-columns: 1fr;
    row-gap: 3.5rem;
  }
}
.sitemap_links a {
  display: block;
}
.sitemap_links .sub-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .sitemap_links .sub-menu {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    row-gap: 0.5rem;
  }
}
.sitemap_links .sub-menu li {
  min-width: calc((100% - 1.5rem) / 2);
}
@media screen and (max-width: 767px) {
  .sitemap_links .sub-menu li {
    width: calc(50% - 0.5rem);
  }
  .sitemap_links .sub-menu li.sp_full {
    width: 100%;
  }
}

/*======================================
    資料請求 request
======================================*/
.p_request_card {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p_request_card {
    border-radius: 0.5rem;
  }
}
.p_request_card:hover {
  opacity: 0.7;
}
.p_request_card:hover .p_club_list_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p_request_card .p_club_list_img {
  aspect-ratio: 476/268;
  overflow: hidden;
}
.p_request_card .p_club_list_img img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p_request_card .h4 {
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}

/*======================================
    academics
======================================*/
.p_academics_overview_en {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.1;
  padding-left: 2.25rem;
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p_academics_overview_en {
    font-size: 1rem;
    line-height: 1.3;
    padding-left: 2.125rem;
  }
}
.p_academics_overview_en::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #F18F4D;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media screen and (max-width: 767px) {
  .p_academics_overview_en::before {
    width: 1.125rem;
    height: 1.125rem;
  }
}

.p_academics_overview_buttons li:nth-child(2) .p_academics_overview_button {
  background-image: url(../img/page/overview_button_bg2.png);
}
@media screen and (max-width: 767px) {
  .p_academics_overview_buttons li:nth-child(2) .p_academics_overview_button {
    background-image: url(../img/page/overview_button_bg2_sp.png);
  }
}
.p_academics_overview_buttons li:nth-child(3) .p_academics_overview_button {
  background-image: url(../img/page/overview_button_bg3.png);
}
@media screen and (max-width: 767px) {
  .p_academics_overview_buttons li:nth-child(3) .p_academics_overview_button {
    background-image: url(../img/page/overview_button_bg3_sp.png);
  }
}

.p_academics_overview_button {
  aspect-ratio: 1/1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  background: url(../img/page/overview_button_bg1.png) no-repeat center/cover;
  text-align: center;
  color: #FFF;
  border-radius: 0.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p_academics_overview_button {
    aspect-ratio: 327/160;
    background-image: url(../img/page/overview_button_bg1_sp.png);
  }
}
.p_academics_overview_button:hover::before {
  opacity: 0;
}
.p_academics_overview_button:hover::after {
  opacity: 1;
}
.p_academics_overview_button::before, .p_academics_overview_button::after {
  content: "";
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  -webkit-transform: translate(-50%) rotate(90deg);
          transform: translate(-50%) rotate(90deg);
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/common/icon_arrow_circle.svg) no-repeat center/contain;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p_academics_overview_button::before, .p_academics_overview_button::after {
    width: 2rem;
    height: 2rem;
    bottom: 0.75rem;
  }
}
.p_academics_overview_button::after {
  background-image: url(../img/common/icon_arrow_circle_trans.svg);
  opacity: 0;
}
.p_academics_overview_button .p_academics_overview_button_ttl {
  grid-column: 1/2;
  grid-row: 1/2;
  margin-bottom: 0;
  align-self: end;
}
.p_academics_overview_button .p_academics_overview_button_ttl.-sm {
  font-size: 2rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p_academics_overview_button .p_academics_overview_button_ttl.-sm {
    font-size: 1.3125rem;
  }
}
.p_academics_overview_button .p_academics_overview_button_text {
  grid-column: 1/2;
  grid-row: 2/3;
  padding-bottom: 0;
  padding-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p_academics_overview_button .p_academics_overview_button_text {
    padding-top: 0;
  }
}

/*======================================
    search
======================================*/
.p_search_form_wrap {
  width: 100%;
}

.p_search_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p_search_form input {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Noto Sans JP", serif;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 24px;
  display: block;
  font-weight: 400;
  border: none;
  line-height: 1.5;
  max-width: 100%;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p_search_form input {
    padding: 20px;
  }
}
.p_search_form input[type=text] {
  background-color: #FFF;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 4px 0 0 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
  width: calc(100% - 88px);
}
.p_search_form input[type=text]::-webkit-input-placeholder {
  color: #A6A6A6;
}
.p_search_form input[type=text]::-moz-placeholder {
  color: #A6A6A6;
}
.p_search_form input[type=text]:-ms-input-placeholder {
  color: #A6A6A6;
}
.p_search_form input[type=text]::-ms-input-placeholder {
  color: #A6A6A6;
}
.p_search_form input[type=text]::placeholder {
  color: #A6A6A6;
}
@media screen and (max-width: 767px) {
  .p_search_form input[type=text] {
    width: calc(100% - 40px);
  }
}
.p_search_form input[type=submit] {
  border-radius: 0 4px 4px 0;
  padding: 0;
  width: 88px;
  color: rgba(255, 255, 255, 0);
  font-size: 15px;
  background: #FFF url(../img/common/icon_search.svg) no-repeat center/2.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p_search_form input[type=submit] {
    width: 40px;
    background-size: 1.5rem 1.5rem;
  }
}

.p_search_result {
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
}
.p_search_result .gsc-above-wrapper-area {
  display: block;
  border-bottom: none;
}
.p_search_result .gsc-above-wrapper-area .gsc-orderby-container {
  display: none;
}
.p_search_result .gsc-control-cse {
  padding: 0;
}
.p_search_result .gsc-webResult .gsc-result {
  padding: 3rem 0;
  border-bottom: 1px solid #D6D6D6;
}
.p_search_result .gsc-webResult .gsc-result:first-child {
  border-top: 1px solid #D6D6D6;
}
.p_search_result .gs-webResult div.gs-visibleUrl-breadcrumb {
  margin-top: 1rem;
}
.p_search_result .gs-webResult div.gs-visibleUrl-breadcrumb span {
  text-decoration: underline;
  font-size: 0.9375rem;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.p_search_result .gs-webResult:not(.gs-no-results-result):not(.gs-error-result) .gs-snippet {
  font-size: 0.9375rem;
  line-height: 1.9;
  letter-spacing: 0.02em;
  margin-top: 0.5rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p_search_result .gs-webResult:not(.gs-no-results-result):not(.gs-error-result) .gs-snippet {
    font-size: 0.875rem;
  }
}
.p_search_result .gs-no-results-result .gs-snippet {
  background-color: #FFF;
  border: none;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p_search_result .gs-no-results-result .gs-snippet {
    font-size: 1.3125rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
}
.p_search_result .gs-result .gs-title, .p_search_result .gsc-control-cse .gs-result .gs-title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p_search_result .gs-result .gs-title, .p_search_result .gsc-control-cse .gs-result .gs-title {
    font-size: 1.0625rem;
  }
}
.p_search_result .gcsc-find-more-on-google-root {
  text-align: left;
}
.p_search_result .gcsc-find-more-on-google-root .gcsc-more-maybe-branding-box {
  border: none;
  margin: 0;
  padding: 0;
}
.p_search_result .gcsc-find-more-on-google-root .gcsc-find-more-on-google {
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.9;
}
.p_search_result .gcsc-find-more-on-google-root .gcsc-find-more-on-google.no_space {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p_search_result .gcsc-find-more-on-google-root .gcsc-find-more-on-google {
    font-size: 0.75rem;
  }
}
.p_search_result .gcsc-find-more-on-google-root .gcsc-find-more-on-google-query {
  font-weight: 400;
}
.p_search_result .gs-webResult.gs-result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p_search_result .gs-webResult.gs-result .gsc-thumbnail-inside {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.p_search_result .gs-webResult.gs-result .gsc-url-top {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
.p_search_result .gs-webResult.gs-result .gsc-table-result {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.p_search_result .gsc-results .gsc-cursor-box {
  margin: 3.5rem 0 1.5rem;
}
.p_search_result .gsc-results .gsc-cursor-box .gsc-cursor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.5rem;
  width: 100%;
}
.p_search_result .gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-page {
  display: block;
  font-size: 1.0625rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0;
}
.p_search_result .gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-current-page {
  color: #333;
  font-weight: 600;
}
.p_search_result .gsc-cursor-next-page {
  display: none !important;
}
.p_search_result .gsc-cursor-container-next {
  display: none !important;
}
.p_search_result .gsc-cursor-container-previous {
  display: none !important;
}

.p_search_ttl {
  visibility: hidden;
}

/*======================================
    numbers
======================================*/
.numbers_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
}

.numbers_cards {
  display: grid;
  row-gap: 1.25rem;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .numbers_cards {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 768px) {
  .numbers_column2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .numbers_column3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.numbers_card {
  border-radius: 1rem;
  background: url(../img/common/bg_noise_white.png) repeat;
  background-size: 16rem;
  padding: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .numbers_card {
    border-radius: 0.5rem;
  }
}

.number_card_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 0.625rem;
}

.numbers_card_numbers {
  text-align: center;
}

.numbers_card_text {
  padding-bottom: 0 !important;
  font-weight: 600;
}

.numbers_card_number * {
  font-weight: 700;
}
.numbers_card_number .number {
  font-size: 3.25rem;
}

.numbers_card_credit {
  font-size: 1.9375rem;
}
.numbers_card_credit .creditS {
  font-size: 1.625rem;
}

.numbers_gender {
  width: 100%;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.numbers_gender dt {
  border-radius: 62.5rem;
  font-weight: 600;
  font-size: 1.5rem;
  padding: 0.625rem 0;
}
.numbers_gender dt.men {
  background-color: #1e5bd5;
  color: #FFF;
}
.numbers_gender dt.women {
  background-color: #fade2b;
}
.numbers_gender dd {
  text-align: left;
}

.p_note {
  border-radius: 1rem;
  padding: 1.25rem;
  background-color: #EEE;
  position: relative;
}
.p_note::before {
  content: "";
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  z-index: 1;
  background-color: #EEE;
}
.p_note .p_note_up::before {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-100% + 1px));
          transform: translate(-50%, calc(-100% + 1px));
}
.p_note .p_note_left::before::before {
  top: 50%;
  left: 0;
  -webkit-transform: translate(calc(-100% + 1px), -50%);
          transform: translate(calc(-100% + 1px), -50%);
}
.p_note .p_note_right::before {
  top: 50%;
  right: 0;
  -webkit-transform: translate(calc(100% - 1px), -50%);
          transform: translate(calc(100% - 1px), -50%);
}
.p_note .p_note_down::before {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-100% - 1px));
          transform: translate(-50%, calc(-100% - 1px));
}
@media screen and (max-width: 767px) {
  .p_note {
    border-radius: 0.5rem;
  }
}

.p_note_white {
  background-color: #FFF;
}
.p_note_white::before {
  background-color: #FFF;
}

/*======================================
    archive
======================================*/
.a_container {
  -webkit-column-gap: 7.5rem;
     -moz-column-gap: 7.5rem;
          column-gap: 7.5rem;
}

.a_side {
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .a_side {
    width: 100%;
    max-width: 20.625rem;
  }
}

.a_contents {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .a_contents {
    margin-top: 4.5rem;
  }
}

.a_cat_lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .a_cat_lists {
    display: none;
  }
}

.a_cat_list_link {
  font-size: 0.9375rem;
  line-height: 1.0666666667;
  letter-spacing: 0.04em;
  font-weight: 600;
  display: block;
  padding: 1rem 1.5rem;
  border-radius: 625rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.a_cat_list_link:hover {
  opacity: 0.7;
}
.a_cat_list_link.current {
  background-color: #333;
  color: #FFF;
}

.a_post {
  border-top: 1px solid #D6D6D6;
  padding: 3rem 0;
}
.a_post:last-child {
  border-bottom: 1px solid #D6D6D6;
}

.post_meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .post_meta {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}

.a_post_meta_date {
  font-size: 0.9375rem;
  line-height: 1.0666666667;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.03em;
}

.post_cats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  row-gap: 0.25rem;
}

.post_cat {
  font-size: 0.75rem;
  letter-spacing: -0.02em;
  font-weight: 600;
  line-height: 1.25;
  border-radius: 625rem;
  padding: 0.5rem 1.5rem;
  border: 1px solid #D6D6D6;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .post_cat {
    padding: 0.5rem 0.75rem;
  }
}

.a_post_ttl {
  display: block;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 600;
  margin-top: 0.875rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .a_post_ttl {
    font-size: 1.0625rem;
    letter-spacing: 0.02em;
  }
}
.a_post_ttl:hover {
  opacity: 0.7;
}

.a_side_buttons {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .a_side_buttons {
    margin-top: 0;
  }
}

.a_select_button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: block;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0.75rem 2.75rem 0.75rem 1.5rem;
  border-radius: 625rem;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  font-family: inherit;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #333;
  background: #F7F7F7 url(../img/common/icon_arrow_down.svg) no-repeat center right 1rem/1rem 1rem;
}
@media screen and (min-width: 768px) {
  .a_select_button.pc_none {
    display: none;
  }
}

/*======================================
    single
======================================*/
.s_head_meta {
  margin-bottom: 1rem;
}
.s_head_meta .post_cat {
  background-color: #FFF;
  border-color: #FFF;
}

.s_ttl {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .s_ttl {
    font-size: 1.5rem;
  }
}

.s_article {
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
}

.s_contents {
  font-size: 1.0625rem;
  line-height: 1.8823529412;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .s_contents {
    font-size: 1rem;
    line-height: 1.875;
  }
}
.s_contents p {
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .s_contents p {
    padding-bottom: 1rem;
  }
}
.s_contents img {
  width: auto;
  max-width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
  margin: 3.5rem auto;
  padding: 0.125rem;
}
@media screen and (max-width: 767px) {
  .s_contents img {
    margin: 2rem auto 3rem;
  }
}
.s_contents a {
  color: #0000EE;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  word-break: break-all;
}
.s_contents a:hover, .s_contents a:focus {
  opacity: 0.7;
}
.s_contents a:visited {
  color: #333;
}
.s_contents h2 {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 2.5rem;
  padding-bottom: 2.3125rem;
  position: relative;
  margin-top: 6rem;
}
.s_contents h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.3125rem;
  background: url(../img/common/h3_line_yellow.svg) no-repeat center left/cover;
}
@media screen and (max-width: 767px) {
  .s_contents h2::before {
    height: 1.6875rem;
    background-image: url(../img/common/h3_line_yellow_sp.svg);
  }
}
@media screen and (max-width: 767px) {
  .s_contents h2 {
    padding-bottom: 1.6875rem;
    font-size: 1.3125rem;
    margin-top: 3.5rem;
    margin-bottom: 2rem;
  }
}
.s_contents ul {
  list-style: disc;
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  .s_contents ul {
    margin-left: 1.25em;
  }
}
.s_contents ol {
  list-style: decimal;
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  .s_contents ol {
    margin-left: 1.25em;
  }
}

.s_back_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: #FFF;
  letter-spacing: 0.04em;
  text-align: center;
  width: 100%;
  max-width: 23.75rem;
  height: 5.5rem;
  border-radius: 625rem;
  background-color: #333;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}
@media screen and (max-width: 767px) {
  .s_back_button {
    font-size: 1.0625rem;
    height: 4.25rem;
    max-width: 15rem;
  }
}
.s_back_button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/common/icon_arrow_left.svg) no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .s_back_button::before {
    width: 1.25rem;
    height: 1.25rem;
    left: 2rem;
  }
}
.s_back_button:hover, .s_back_button:focus {
  opacity: 0.7;
}
.s_back_button:hover::before, .s_back_button:focus::before {
  -webkit-transform: translate(-0.25em, -50%);
          transform: translate(-0.25em, -50%);
}

.s_note_container {
  padding: 3rem;
  border: 0.25rem solid #EEE;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .s_note_container {
    border-radius: 0.5rem;
    padding: 2rem;
  }
}

.s_notes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(15.625rem, 1fr));
  row-gap: 2.5rem;
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
          column-gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .s_notes {
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }
}

.s_note p {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .s_note p {
    font-size: 1.0625rem;
  }
}

.s_share_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.s_share_ttl {
  font-size: 1.125rem;
  letter-spacing: -0.03em;
  line-height: 1.1111111111;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

.s_share_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

.s_share_link {
  width: 2rem;
}
.s_share_link a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.s_share_link a:hover, .s_share_link a:focus {
  opacity: 0.7;
}

/*======================================
    教員一覧
======================================*/
.a_search_container {
  border: 0.375rem solid #EEE;
  border-radius: 1rem;
  padding: 2.875rem 3.125rem 3.5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .a_search_container {
    border-radius: 0.5rem;
    padding: 2rem 1.5rem 2.5rem;
  }
}

.a_search_list {
  display: grid;
  grid-template-columns: 12.5rem auto;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .a_search_list {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
}
.a_search_list:nth-child(n+2) {
  margin-top: 1.5rem;
}

.a_search_list_head {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  max-height: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.a_search_categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 0.75rem;
}
.a_search_categories .a_cat_list {
  text-align: center;
  min-width: 15.375rem;
}
.a_search_categories .a_cat_list_link,
.a_search_categories .a_tag_list_link {
  background-color: #F7F7F7;
}
.a_search_categories .a_cat_list_link.current,
.a_search_categories .a_tag_list_link.current {
  background-color: #333;
  color: #FFF;
}

.a_tag_lists {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .a_tag_lists {
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
    row-gap: 0.75rem;
  }
}

.a_tag_list_link {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.02em;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  display: block;
}

.a_staff_lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 5rem;
}
@media screen and (max-width: 767px) {
  .a_staff_lists {
    grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
  }
}

.a_staff_list_link {
  display: block;
}
.a_staff_list_link:hover .a_staff_list_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.a_staff_list_img {
  overflow: hidden;
  aspect-ratio: 347/231;
  border-radius: 0.5rem;
}
.a_staff_list_img img {
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.a_staff_list_cat {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.a_staff_list_name {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .a_staff_list_name {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.a_staff_list_name .name {
  font-size: 1.5rem;
  display: inline-block;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .a_staff_list_name .name {
    font-size: 1.6875rem;
    line-height: 1.4814814815;
    letter-spacing: 0.04em;
  }
}

.a_staff_list_key {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .a_staff_list_key {
    margin-top: 1rem;
  }
}
.a_staff_list_key dt {
  font-weight: 500;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.0714285714;
  letter-spacing: -0.03em;
  color: #A6A6A6;
}
@media screen and (max-width: 767px) {
  .a_staff_list_key dt {
    font-size: 1rem;
    line-height: 1.3125;
  }
}
.a_staff_list_key dd {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .a_staff_list_key dd {
    margin-top: 0.25rem;
  }
}

.a_staff_list_keywords {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.a_staff_list_keywords li {
  font-size: 0.8125rem;
  line-height: 1.9230769231;
  letter-spacing: 0.02em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .a_staff_list_keywords li {
    font-size: 0.75rem;
    line-height: 1.9166666667;
  }
}
.a_staff_list_keywords li:nth-child(n+2) {
  padding-left: 1em;
}
.a_staff_list_keywords li:nth-child(n+2)::before {
  content: "／";
  position: absolute;
  top: 0;
  left: 0;
}

.s_staff_ttl span.sm {
  font-size: 1.5rem;
  display: inline-block;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .s_staff_ttl span.sm {
    font-size: 0.875rem;
    margin-left: 0.5rem;
  }
}

.s_staff_container {
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
}
@media screen and (max-width: 767px) {
  .s_staff_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.s_staff_head {
  width: 26.25rem;
}
@media screen and (max-width: 767px) {
  .s_staff_head {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 2rem;
  }
}

.s_staff_body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .s_staff_body {
    display: contents;
  }
}

.s_staff_body_contents {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .s_staff_body_contents {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 3.5rem;
  }
}

.s_staff_img {
  aspect-ratio: 420/280;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 2.5rem;
}
.s_staff_img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.s_staff_category {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .s_staff_category {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.s_staff_name {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .s_staff_name {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.s_staff_name .name {
  font-size: 2.25rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  display: inline-block;
  margin-right: 0.75rem;
}
@media screen and (max-width: 767px) {
  .s_staff_name .name {
    font-size: 1.6875rem;
    line-height: 1.4814814815;
    letter-spacing: 0.04em;
    margin-right: 0.5rem;
  }
}

.s_staff_name_en {
  margin-top: 0.375rem;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  letter-spacing: -0.03em;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .s_staff_name_en {
    font-size: 0.75rem;
  }
}

.s_staff_tags {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .s_staff_tags {
    gap: 0.5rem;
  }
}
.s_staff_tags .a_tag_list_link {
  background-color: #F7F7F7;
}

.s_staff_message {
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding: 2.375rem 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .s_staff_message {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    font-size: 1.6875rem;
    line-height: 1.4814814815;
    padding: 1.25rem 2rem;
  }
}
.s_staff_message::before, .s_staff_message::after {
  content: "";
  position: absolute;
  width: 2.6875rem;
  height: 2.375rem;
  background: url(../img/common/icon_double_quotation.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .s_staff_message::before, .s_staff_message::after {
    width: 1.4375rem;
    height: 1.25rem;
  }
}
.s_staff_message::before {
  top: 0;
  left: 0;
}
.s_staff_message::after {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.s_staff_box {
  padding: 3rem 0;
  border-bottom: 1px solid #D6D6D6;
}
@media screen and (max-width: 767px) {
  .s_staff_box {
    padding: 2.5rem 0;
  }
}
.s_staff_box .txtM {
  padding-bottom: 0;
}
.s_staff_box:first-of-type {
  border-top: 1px solid #D6D6D6;
}
.s_staff_box ul:not(.s_staff_links) {
  list-style: disc;
  margin-left: 1.5em;
}

.s_staff_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .s_staff_links {
    row-gap: 0.5rem;
  }
}

/*======================================
    voice
======================================*/
.a_voice_cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
  -webkit-column-gap: 2.375rem;
     -moz-column-gap: 2.375rem;
          column-gap: 2.375rem;
  row-gap: 3.5rem;
}

.a_voice_card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 1.5rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.a_voice_card:hover, .a_voice_card:focus {
  opacity: 0.7;
}
.a_voice_card:hover .a_voice_card_img img, .a_voice_card:focus .a_voice_card_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.a_voice_card_link {
  display: contents;
}

.a_voice_card_img {
  border-radius: 0.5rem;
  overflow: hidden;
}
.a_voice_card_img img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.a_voice_card_ttl {
  margin-bottom: 0;
}

.a_voice_card_from {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.a_voice_card_name {
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 0.125rem;
}
.a_voice_card_name .lg {
  letter-spacing: 0.06em;
  display: inline-block;
  margin-right: 0.25rem;
  font-size: 1.25rem;
}
.a_voice_card_name .graduate {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
}