@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;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

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

.main {
  position: relative;
  z-index: 2;
  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: flex;
  }
}

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

.p_flow_body {
  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;
    transform: padding-bottom 0.3s ease;
  }
  .c_read_more::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 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;
    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;
  }
}

@keyframes flick {
  0% {
    transform: translate(0%, -50%);
    opacity: 1;
  }
  30% {
    transform: translate(0%, -50%);
    opacity: 1;
  }
  70% {
    transform: translate(-75%, -50%);
    opacity: 1;
  }
  100% {
    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;
    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;
    transition: transform 0.3s ease-out, opacity 0.3s ease;
  }
  .slide_flick.anime::before {
    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 .p_nav_swiper_slide_text::before,
.c_blue .header_nav_list::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: 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: 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 .p_nav_swiper_slide_text::before,
.c_green .header_nav_list::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: 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: 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 .p_nav_swiper_slide_text::before,
.c_orange .header_nav_list::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: 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: 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 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;
  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%;
  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;
  transform: translateX(-0.5em) skewX(-45deg);
}
@media screen and (max-width: 767px) {
  .h2.h2_line::before {
    max-width: 17rem;
    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.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: 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;
  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;
    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: 600;
}

.underline {
  text-decoration: underline;
}

.marker {
  display: inline;
  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:hover::before {
  transform: translate(0.1em, calc(-50% - 0.1em));
}
.link_out::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0.923em;
  height: 0.923em;
  background: url(../img/common/icon_arrow_out_white.svg) no-repeat center/contain;
  transition: 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 {
  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;
  transform: translateY(-4%);
  width: 2.25rem;
  height: 2.25rem;
  background: url(../img/common/icon_arrow_circle_white.svg) no-repeat center/contain;
  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_out::before, .arrow_link_out::after {
  transform: translateY(-4%) rotate(-45deg);
}

.link_text {
  color: #0000EE;
  text-decoration: underline;
  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 {
  transform: translate(0.1em, calc(-50% - 0.1em));
}
.link_text_out::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -1.4em;
  transform: translateY(-25%);
  width: 0.94em;
  height: 0.94em;
  background: url(../img/common/icon_arrow_out.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}

.arrow_link_lists {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.5rem;
  row-gap: 1.5rem;
}

/*======================================
    button
======================================*/
.button_column {
  display: grid;
  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;
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .button_column_item::before {
    width: 2rem;
    height: 2rem;
    bottom: 1rem;
    right: 1rem;
  }
}

.buttonSlash {
  display: flex;
  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;
  transition: all 0.5s ease-out;
  bottom: 0;
  right: 0;
  width: 85.625rem;
  height: 200%;
  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: 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 {
  transform: translate(58%, 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;
  transition: all 0.3s ease;
}
@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;
  box-shadow: none;
  background-color: #333;
  border: 1px solid #333;
  color: #FFF;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 100%;
  display: block;
  border-radius: 625rem;
  position: relative;
  font-size: 0.9375rem;
  line-height: 1.0666666667;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 1.25rem 1.5rem;
  max-width: 17.5rem;
  cursor: pointer;
}
.buttonM:hover {
  background-color: #FFF;
  color: #333;
}
.buttonM:hover::before {
  background-image: url(../img/common/icon_arrow_button_white.svg);
}
.buttonM::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/icon_arrow_button.svg) no-repeat center/contain;
  transition: background-image 0.3s ease;
  width: 1.5rem;
  height: 1.5rem;
  transition: opacity 0.3s ease;
}
.buttonM.button_center {
  margin-left: auto;
  margin-right: auto;
}
.buttonM.button_out::before {
  transform: translateY(-50%) rotate(-45deg);
}
@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;
}
.buttonM::before {
  right: 1.5rem;
}

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

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

/*======================================
    Toggle
======================================*/
.p_toggle_wrap {
  display: flex;
  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: flex;
  column-gap: 1.25rem;
  padding: 3.5rem;
  cursor: pointer;
}
.p_toggle_head .hg2_gh {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p_toggle_head {
    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;
  transition: 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 {
  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: flex;
  align-items: 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 {
  transform: translate(0);
}
.p_toggle_close::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  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: flex;
  column-gap: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p_form_wrap {
    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 {
  flex: 1;
}

.form_lists {
  display: flex;
  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;
  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 {
  align-items: center;
  max-height: 60px;
}
.form_list dt {
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
  display: flex;
}
.form_list dt.form_list_head_top {
  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;
  transform: translateX(100%);
  color: #FF0000;
}

.form_button {
  margin: 3.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .form_button {
    padding-top: 2rem;
  }
}

.form_back_button {
  text-align: center;
  display: block;
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 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-response-output,
.wpcf7-form .wpcf7-spinner {
  display: none !important;
}
.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 textarea,
.wpcf7-form select {
  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;
  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 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 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 textarea:disabled,
.wpcf7-form select:disabled {
  background-color: #DDDDDD;
}
.wpcf7-form input[type=text]::placeholder,
.wpcf7-form input[type=email]::placeholder,
.wpcf7-form input[type=tel]::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 textarea.wpcf7-not-valid,
.wpcf7-form select.wpcf7-not-valid {
  background-color: #FFDEDE !important;
  color: #EC0000 !important;
  border-color: #EC0000 !important;
}
.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;
  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;
  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: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.wpcf7-form .form_list_flex .wpcf7-checkbox,
.wpcf7-form .form_list_flex .wpcf7-radio {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  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: flex;
  column-gap: 2.5rem;
  row-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p_form_secure_wrap {
    flex-direction: column-reverse;
  }
}

.p_form_secure_text {
  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);
  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;
  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_g38 {
  display: grid;
  grid-template-columns: auto 23.75rem;
  column-gap: 5rem;
  row-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p_column2_g38 {
    grid-template-columns: 1fr;
    row-gap: 3rem;
  }
}

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

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

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

.sns_list_item {
  width: 1.5rem;
}

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

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

/*======================================
    Header
======================================*/
.header {
  display: flex;
  padding: 1.5rem 2.5rem 0.3125rem;
  column-gap: 1.25rem;
  transition: transform 0.3s ease, background-color 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
}
.header.header_top {
  position: fixed;
}
.header.hide {
  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;
  column-gap: 1.25rem;
  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;
    column-gap: 0.875rem;
    width: 14.125rem;
    align-items: center;
  }
  .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: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 1024px) {
  .header_nav {
    flex-direction: column;
    row-gap: 1.5rem;
    height: 100%;
    padding: 1.5rem;
    overflow: scroll;
  }
}
.header_nav a {
  transition: opacity 0.3s ease;
}
.header_nav a:hover {
  opacity: 0.7;
}

.header_nav_lists {
  display: flex;
  column-gap: 1.75rem;
  margin-top: 1.625rem;
}
@media screen and (max-width: 1024px) {
  .header_nav_lists {
    flex-direction: column;
    row-gap: 1.5rem;
  }
}

.header_nav_list {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .header_nav_list::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #F18F4D;
    transition: all 0.3s ease;
  }
  .header_nav_list.current_page_item::before, .header_nav_list.current-menu-parent::before {
    width: 1.5rem;
  }
  .header_nav_list:hover::before, .header_nav_list:focus::before {
    width: 1.5rem;
  }
  .header_nav_list:hover .header_nav_child_lists,
  .header_nav_list:hover .sub-menu, .header_nav_list:focus .header_nav_child_lists,
  .header_nav_list:focus .sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (max-width: 1024px) {
  .header_nav_list::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;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: rgba(255, 255, 255, 0) !important;
  }
  .header_nav_list.active::after {
    transform: rotate(45deg);
  }
}
.header_nav_list 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_list a {
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .header_nav_list a {
    font-size: 1.5rem;
    line-height: 1.5;
    display: inline-block;
  }
}

@media screen and (min-width: 1025px) {
  .header_nav_child_lists,
  .header .sub-menu {
    position: absolute;
    bottom: 0;
    left: 50%;
    min-width: 13.75rem;
    padding-top: 1.375rem;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 100%);
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 2;
  }
}
@media screen and (max-width: 1024px) {
  .header_nav_child_lists,
  .header .sub-menu {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .header_nav_child_list {
    background-color: #fff;
    background: url(../img/common/bg_noise_white.png) repeat;
    background-size: 16rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .header_nav_child_list:first-child {
    padding-top: 1.5rem;
    border-radius: 0.5rem 0.5rem 0 0;
  }
  .header_nav_child_list:last-child {
    padding-bottom: 1.5rem;
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .header_nav_child_list:last-child::before {
    bottom: 1.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .header_nav_child_list:first-child a {
    padding-top: 1rem;
  }
  .header_nav_child_list:last-child a {
    padding-bottom: 1rem;
  }
}
.header_nav_child_list a {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.5rem 0;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .header_nav_child_list a {
    display: inline-block;
  }
  .header_nav_child_list a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.25rem;
    transform: scale(0, 1);
    transform-origin: right top;
    width: 100%;
    height: 1px;
    background-color: #333;
    transition: transform 0.3s ease;
  }
  .header_nav_child_list a:hover {
    opacity: 1;
  }
  .header_nav_child_list a:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
@media screen and (max-width: 1024px) {
  .header_nav_child_list a {
    font-size: 0.9375rem;
    line-height: 1.5;
    padding: 0.375rem 0;
  }
}

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

.header_nav_sub-lists {
  display: flex;
  column-gap: 1.625rem;
}

.header_nab_sub-list a {
  display: block;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 0.75rem;
  line-height: 1.1;
}

.header_nav_tool {
  display: flex;
  align-items: center;
  column-gap: 1.125rem;
}

.header_nav_lang {
  font-family: "Inter", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-size: 0.6875rem;
  display: flex;
  align-items: 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: flex;
  align-items: 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;
  align-self: center;
}
@media screen and (min-width: 1025px) {
  .header_button {
    display: none;
  }
}
.header_button .icon {
  width: 0.875rem;
  height: 0.875rem;
  background: url(../img/common/header_menu.svg) no-repeat center/contain;
}
.header_button.active .icon {
  width: 1rem;
  height: 1rem;
  background-image: url(../img/common/header_menu_close.svg);
}

.header_nav_sp {
  color: #333;
}
@media screen and (min-width: 1025px) {
  .header_nav_sp {
    display: none !important;
  }
}
.header_nav_sp .lang {
  border-color: #333 !important;
}
.header_nav_sp .search {
  background-image: url(../img/common/icon_search.svg) !important;
}
.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: -3;
}

.footer_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.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%;
  object-fit: cover;
  z-index: -1;
}

.footer_bg_gh {
  position: absolute;
  top: 0;
  left: 0;
  width: 39.375rem;
  height: 39.375rem;
  mix-blend-mode: multiply;
  z-index: -2;
}

.footer {
  grid-column: 1/2;
  grid-row: 1/2;
  color: #FFF;
  position: relative;
  z-index: 2;
  background: url(../img/common/p_bg.jpg) no-repeat center/cover;
}

.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: flex;
  column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .footer_container {
    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: flex;
  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 {
    column-gap: 2.5em;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav {
    flex-wrap: wrap;
    column-gap: 2rem;
    row-gap: 2.5rem;
  }
}

.footer_link {
  display: flex;
  column-gap: 1.25rem;
}
.footer_link:nth-child(n+2) {
  margin-top: 1.5rem;
}
.footer_link a {
  font-size: 0.8125rem;
  line-height: 1.1;
  letter-spacing: 0.02em;
  font-weight: 400;
  transition: opacity 0.3s ease;
}
.footer_link a.lang {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.6875rem;
  font-weight: 500;
  min-width: 2.125rem;
  height: 1.3125rem;
  border: 1px solid #FFF;
  border-radius: 62.5rem;
  width: fit-content;
}
@media screen and (min-width: 1025px) {
  .footer_link a.search {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .footer_link a.search {
    display: block;
    width: 1.5rem;
    aspect-ratio: 1/1;
    background: url(../img/common/icon_search_white.svg) no-repeat center/contain;
  }
}
.footer_link 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: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.03em;
  column-gap: 0.25rem;
  width: 7.625rem;
  height: 2.625rem;
  border: 1px solid #D6D6D6;
  border-radius: 62.5rem;
  background-color: #FFF;
  transition: border-color 0.3s ease;
  margin-left: auto;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.to-top.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .to-top {
    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;
  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: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform: scale(0);
  opacity: 0;
  transition: opacity 0.5s ease-out, 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%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top_animation_area .scale_video img,
  .top_animation_area .scale_video video {
    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;
  clip-path: polygon(52.5rem 0%, 100% 0%, 52.5rem 100%, 0% 100%);
  transform: translate(-50%, -100%);
}
.t_section.t_section_center {
  display: flex;
  flex-direction: column;
  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: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  min-width: 0;
  overflow-x: clip;
}
.t_bg:not(.t_open_bg) {
  height: 100vh;
}
.t_bg:not(.t_open_bg)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/common/p_bg.jpg) no-repeat left top/cover;
  clip-path: polygon(0 0, 0% 52.5rem, 52.5rem 0);
}
@media screen and (max-width: 767px) {
  .t_bg:not(.t_open_bg)::before {
    clip-path: polygon(0 0, 0% 16rem, 16rem 0);
  }
}
.t_bg:not(.t_open_bg)::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:not(.t_open_bg)::after {
    width: 16rem;
  }
}
.t_bg.t_open_bg {
  height: auto;
}

.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: 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%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .t_fv_bg img {
    width: 100%;
    object-fit: cover;
    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;
  transition: 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: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #animation_container {
    align-items: center;
  }
}
#animation_container canvas {
  aspect-ratio: 1280/840;
  width: 100% !important;
  display: block;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  #animation_container canvas {
    aspect-ratio: unset;
    width: 100%;
    max-width: 23.4375rem;
    height: 100% !important;
    object-fit: contain;
    object-position: center top;
    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 {
    transform: translateX(-32px);
  }
}
@media screen and (max-width: 767px) {
  .t_feature_swiper {
    transform: translateX(0);
  }
}

.t_feature_swiper_slide {
  transition: all 0.4s ease;
  overflow: visible;
  width: 19.125rem;
}
@media screen and (min-width: 768px) {
  .t_feature_swiper_slide {
    width: 30rem;
    margin: 0 -4.4375rem;
  }
  .t_feature_swiper_slide .txtS {
    transform: scale(1.56);
    transform-origin: center top;
    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 {
    transform: scale(1);
  }
  .t_feature_swiper_slide.swiper-slide-active .t_feature_swiper_slide_cat {
    transform: translateY(-50%) scale(1);
  }
  .t_feature_swiper_slide.swiper-slide-active .txtS {
    transform: scale(1);
    max-width: 100%;
  }
}

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

.t_feature_swiper_slide_cat {
  position: absolute;
  top: 0;
  left: 1rem;
  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: #4694D1;
  clip-path: polygon(1.5rem 0%, 100% 0%, calc(100% - 1.5rem) 100%, 0% 100%);
  transform-origin: center top;
}
@media screen and (min-width: 768px) {
  .t_feature_swiper_slide_cat {
    transform: translate(2.5rem, -50%) scale(1.56);
  }
}

.t_feature_swiper_slide_img {
  aspect-ratio: 480/320;
  overflow: hidden;
  border-radius: 1rem;
  background-color: gray;
  margin-bottom: 0.9375rem;
  transition: transform 0.3s ease;
  transform-origin: right top;
}
@media screen and (max-width: 767px) {
  .t_feature_swiper_slide_img {
    border-radius: 0.5rem;
  }
}
.t_feature_swiper_slide_img img {
  height: 100%;
  object-fit: cover;
}

.t_swiper_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  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;
  transition: all 0.3s ease;
}
.t_swiper_pagination .swiper-pagination-bullet-active {
  transform: scale(1.9375);
}

.t_inner {
  max-width: 68rem;
}

.t_column2 {
  display: flex;
  column-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .t_column2 {
    flex-direction: column;
  }
}

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

@media screen and (max-width: 767px) {
  .t_column2_body {
    order: 2;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .t_column2_head_texts {
    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_text {
  max-width: 25rem;
}

.t_column2_head_button {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .t_column2_head_button {
    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;
  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;
  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 .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;
  }
}

.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 {
  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;
}
@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: flex;
  flex-direction: column;
}
.t_open_swiper .t_open_swiper_slide .a_open_card_link {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.t_open_swiper .t_open_swiper_slide .a_open_card_body {
  flex: 1;
  display: flex;
  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;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  position: absolute;
  z-index: 100;
  width: 100%;
}
.modal[style*="visibility: visible"] {
  opacity: 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: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  color: #FFF;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}
.loading.loaded {
  opacity: 0;
  visibility: hidden;
}

.dot-bounce {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  align-items: flex-end;
}

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

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

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

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

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

.t_fixed_bg_wrap {
  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;
  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%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .t_fixed_bg_gh img {
    width: 100%;
    object-fit: cover;
    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%;
  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: 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_scale {
  width: 100%;
  height: 100vh;
  transform: scale(0);
  opacity: 0;
}
.t_video_scale video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .t_video_scale video {
    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;
  clip-path: polygon(0 0, 0% 52.5rem, 52.5rem 0);
  height: 100vh;
  width: 100%;
  background: url(../img/common/p_bg.jpg) no-repeat left top/cover;
}
@media screen and (max-width: 767px) {
  .t_bg_white::before {
    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;
  }
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.t_ticker {
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  display: flex;
  width: 10rem;
}
@media screen and (min-width: 768px) {
  .t_ticker {
    transform: rotate(-90deg);
    transform-origin: bottom left;
    bottom: 2.5rem;
    left: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .t_ticker {
    bottom: 3.4375rem;
    left: 1.5rem;
    width: 7.75rem;
  }
}

.t_ticker_items {
  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 {
    transform: translateY(-50%) rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .t_ticker_items span::before {
    transform: translateY(-50%);
    width: 1.25rem;
  }
}

/*======================================
    common
======================================*/
.p_fixed_bg {
  position: sticky;
  top: 0;
  left: 0;
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: -1;
  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%;
  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;
  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 (max-width: 767px) {
  .p_head {
    height: 17.5rem;
  }
}

.p_head_inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p_head_inner {
    padding-top: 11.875rem;
  }
}

.p_head_breadcrumb {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.625rem;
  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;
  transform: translate(-50%, -50%) rotate(45deg);
}
.p_head_breadcrumb li a {
  transition: opacity 0.3s ease;
}
.p_head_breadcrumb li a:hover {
  opacity: 0.7;
}

.p_body {
  background-color: #FFF;
}

.p_body_eye_wrap {
  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: 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%;
  object-fit: cover;
}

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

.p_nav_swiper {
  overflow: visible;
}

.p_nav_swiper_slide {
  width: auto;
}

.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;
  position: relative;
  z-index: 1;
}
.p_nav_swiper_slide_text.current::before, .p_nav_swiper_slide_text.active::before {
  opacity: 1;
}
.p_nav_swiper_slide_text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 1px);
  width: 2rem;
  height: 0.15rem;
  z-index: 2;
  background-color: #F8B417;
  opacity: 0;
}

.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;
  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: flex;
    flex-direction: column-reverse;
    padding: 2.5rem 0 1.25rem;
  }
}

.p_message_texts {
  display: flex;
  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: flex;
  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 {
  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;
  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;
  grid-template-columns: auto 19.625rem;
  column-gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p_future_working_bg {
    border-radius: 0.5rem;
    margin-top: 3.5rem;
    grid-template-columns: 1fr;
    row-gap: 3.5rem;
    padding: 1.5rem;
  }
}

.p_future_working_item {
  display: flex;
  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 {
  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;
  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;
  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: flex;
  align-items: flex-end;
  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: flex;
  column-gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #FFF;
}
@media screen and (max-width: 767px) {
  .p_future_interview_head {
    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;
  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;
  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: flex;
  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;
  background-image: url(../img/common/bg_noise_blue.png);
  background-size: cover;
}
.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);
  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,
.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;
  width: 10rem;
  border-top: 1px solid #C9A534;
  padding-top: 0.75rem;
}
.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: flex;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p_future_venture_list_more {
    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;
  transform: translate(-50%, -50%);
  width: 0.75rem;
  height: 0.75rem;
  background-color: #C9A534;
  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: flex;
  column-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p_admission_type {
    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;
  align-self: start;
}
.p_admission_type dd {
  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);
    padding-right: 1.5rem;
  }
}

.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 {
    width: 62.5rem;
  }
}
.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;
  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;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/common/icon_toggle.svg) no-repeat center/contain;
  transition: 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 {
  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%;
  transform: translate(-50%, -50%);
  width: 1.25rem;
  height: 1.25rem;
  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;
  column-gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p_access_container {
    grid-template-columns: 1fr;
    row-gap: 3rem;
  }
}

.p_access_map {
  align-self: start;
  border-radius: 1rem;
  overflow: hidden;
}
@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));
  column-gap: 1.5rem;
  row-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p_industry_categories {
    column-gap: 1rem;
    row-gap: 1rem;
  }
}

.p_industry_lists {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10.375rem, 1fr));
  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%;
  object-fit: contain;
}

/*======================================
    よくある質問 FAQ
======================================*/
.p_faq_wrap {
  display: flex;
  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;
  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 (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;
  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;
  transition: 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 {
  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 {
  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: flex;
    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%;
  transition: opacity 0.3s ease;
  background: url(../img/common/bg_noise_white.png) repeat;
}
.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 {
  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;
    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: 356/200;
  background-color: gray;
  overflow: hidden;
}
.a_open_card_img img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.a_open_card_body {
  padding: 1.5rem 1.5rem 2rem;
  background-color: #FFF;
}
@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: flex;
  flex-wrap: wrap;
  column-gap: 0.25rem;
  row-gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .a_open_card_cats {
    padding-top: 1.5rem;
  }
}

.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: flex;
  flex-wrap: wrap;
  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;
  transform: translateY(-50%);
  letter-spacing: 0.02em;
}

.open_date {
  font-size: 1rem;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 1;
  display: flex;
  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: fit-content;
  background-color: #F18F4D;
  color: #FFF;
  margin-bottom: 0;
  padding: 0.1875rem 3.875rem 0.375rem;
  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;
    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;
  column-gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .s_open_year_dates.s_open_year_dates {
    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: flex;
  flex-wrap: wrap;
  row-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: 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;
  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);
  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));
    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%;
  object-fit: cover;
}

/*======================================
    キャンパスマップ Campus Map
======================================*/
.p_campus-map_wrap {
  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: flex;
  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);
  column-gap: 1.375rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .card_contents_column2 {
    margin-top: 1.5rem;
  }
}

.card_contents_column {
  display: flex;
  flex-direction: column;
  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%;
  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;
  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;
  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;
  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 {
  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;
  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;
    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;
  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%;
  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: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p_curriculum_professor_text {
    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 {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .p_curriculum_professor_contents_body {
    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);
  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: flex;
  flex-wrap: wrap;
  column-gap: 1.5rem;
  row-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .sitemap_links .sub-menu {
    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 {
  transition: opacity 0.3s ease;
}
.p_request_card:hover {
  opacity: 0.7;
}
.p_request_card:hover .p_club_list_img img {
  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 {
  transition: 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;
}
.p_academics_overview_en::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #F18F4D;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.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%;
  transform: translate(-50%) rotate(90deg);
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/common/icon_arrow_circle.svg) no-repeat center/contain;
  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: flex;
}
.p_search_form input {
  appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Noto Sans JP", serif;
  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;
  flex: 1;
  color: #333;
  width: calc(100% - 88px);
}
.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: flex;
  flex-direction: column;
}
.p_search_result .gs-webResult.gs-result .gsc-thumbnail-inside {
  order: 1;
}
.p_search_result .gs-webResult.gs-result .gsc-url-top {
  order: 3;
}
.p_search_result .gs-webResult.gs-result .gsc-table-result {
  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: flex;
  justify-content: center;
  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;
}

/*======================================
    archive
======================================*/
.a_container {
  column-gap: 7.5rem;
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .a_container {
    padding-top: 2.5rem;
  }
}

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

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

.a_cat_lists {
  display: flex;
  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;
  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: flex;
  align-items: center;
  column-gap: 1.5rem;
  row-gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .post_meta {
    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: flex;
  flex-wrap: wrap;
  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;
  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: flex;
  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;
  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;
  padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  .s_article {
    padding: 2.5rem 0;
  }
}

.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;
}
@media screen and (max-width: 767px) {
  .s_contents img {
    margin: 2rem auto 3rem;
  }
}
.s_contents a {
  color: #0000EE;
  text-decoration: underline;
  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: flex;
  align-items: 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;
  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;
  transform: translateY(-50%);
  transition: 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 {
  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;
  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: flex;
  column-gap: 1.5rem;
  justify-content: 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: flex;
  column-gap: 1.5rem;
}

.s_share_link {
  width: 2rem;
}
.s_share_link a {
  display: block;
  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;
  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: flex;
  align-items: center;
}

.a_search_categories {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  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 {
  column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .a_tag_lists {
    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);
  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 {
  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%;
  object-fit: cover;
  transition: 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: flex;
  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 {
  column-gap: 6rem;
}
@media screen and (max-width: 767px) {
  .s_staff_container {
    display: flex;
    flex-direction: column;
  }
}

.s_staff_head {
  width: 26.25rem;
}
@media screen and (max-width: 767px) {
  .s_staff_head {
    width: 100%;
    order: 2;
    margin-top: 2rem;
  }
}

.s_staff_body {
  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 {
    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%;
  object-fit: cover;
}

.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: flex;
  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 {
    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;
  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: flex;
  flex-wrap: wrap;
  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));
  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;
  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 {
  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 {
  transition: transform 0.3s ease;
}

.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;
}

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